\n \u003Cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>\n \u003Ctitle>KALAI - What We Offer\u003C/title>\n \u003Cstyle>\n :root {\n --bg-color-light: #ffffff;\n --text-color-light: #000000;\n --bg-color-dark: #000000;\n --text-color-dark: #ffffff;\n --container-bg-light: #f9f9f9;\n --container-bg-dark: #1a1a1a;\n }\n\n body {\n margin: 0;\n font-family: \"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif;\n background-color: var(--bg-color-light);\n color: var(--text-color-light);\n display: flex;\n justify-content: center;\n padding: 20px;\n transition: background-color 0.3s ease, color 0.3s ease;\n }\n\n .container {\n background-color: var(--container-bg-light);\n max-width: 800px;\n width: 100%;\n padding: 20px;\n box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);\n border-radius: 10px;\n }\n\n h1 {\n font-size: 2rem;\n text-align: center;\n margin-bottom: 1rem;\n }\n\n h2 {\n font-size: 1.25rem;\n margin-top: 1.5rem;\n color: inherit;\n }\n\n p {\n line-height: 1.6;\n margin-top: 0.5rem;\n }\n\n a {\n color: #1e90ff;\n text-decoration: none;\n }\n\n a:hover {\n text-decoration: underline;\n }\n\n @media (prefers-color-scheme: dark) {\n body {\n background-color: var(--bg-color-dark);\n color: var(--text-color-dark);\n }\n\n .container {\n background-color: var(--container-bg-dark);\n box-shadow: 0 0 12px rgba(255, 255, 255, 0.05);\n }\n }\n\n @media (max-width: 600px) {\n h1 {\n font-size: 1.5rem;\n }\n\n h2 {\n font-size: 1.1rem;\n }\n\n .container {\n padding: 16px;\n }\n }\n \u003C/style>\n\u003C/head>\n\u003Cbody>\n \u003Cdiv class=\"container\">\n \u003Ch1>What We Offer\u003C/h1>\n\n \u003Ch2>Practice Sessions:\u003C/h2>\n \u003Cp>Everyone is invited to join the session. We will practice Tabla, Violin, Guitar, Harmonium, and Vocal. Practice can be individual or together, whatever suits you.\u003C/p>\n \u003Cp>\u003Cstrong>Time:\u003C/strong> Every Sunday 2 PM to 5 PM\u003Cbr/>\n \u003Cstrong>Venue:\u003C/strong> Contact KALAI\u003C/p>\n\n \u003Ch2>Sur Sargam:\u003C/h2>\n \u003Cp>A musical day dedicated to Indian classical music where members present a classical composition. Every new session is based on a theme decided by the Event management team of KALAI.\u003C/p>\n \u003Cp>\u003Cstrong>Duration and Time:\u003C/strong> 3β4 hrs\u003Cbr/>\n \u003Cstrong>Venue:\u003C/strong> Contact KALAI\u003C/p>\n\n \u003Ch2>Bollywood Jam Session:\u003C/h2>\n \u003Cp>Jam session based on Bollywood songs. Members prepare songs which can be solo (vocal or instrumental) or in collaboration with other members.\u003C/p>\n \u003Cp>\u003Cstrong>Duration and Time:\u003C/strong> 3β4 hrs\u003Cbr/>\n \u003Cstrong>Venue:\u003C/strong> Contact KALAI\u003C/p>\n\n \u003Ch2>Baithak:\u003C/h2>\n \u003Cp>Get closer to music by attending KALAI Baithak where prominent artists share knowledge and their journey. These sessions encourage interaction and cultural exchange.\u003C/p>\n \u003Cp>\u003Cstrong>Duration and Time:\u003C/strong> Decided by KALAI team\u003Cbr/>\n \u003Cstrong>Venue:\u003C/strong> Contact KALAI\u003C/p>\n\n \u003Ch2>Concerts:\u003C/h2>\n \u003Cp>Concerts by prominent artists with Indian classical, fusion, or contemporary music.\u003C/p>\n \u003Cp>\u003Cstrong>Duration and Time:\u003C/strong> Decided by KALAI team\u003Cbr/>\n \u003Cstrong>Venue:\u003C/strong> Contact KALAI\u003C/p>\n\n \u003Ch2>KALAI Samvad:\u003C/h2>\n \u003Cp>βSamvadβ means Dialogue. We talk to artists about their musical journey and how others can start theirs too.\u003C/p>\n\n\n \u003Ch2>Culture Celebration:\u003C/h2>\n \u003Cp>Celebrating Indian culture in a traditional and musical way.\u003C/p>\n \u003Cp>\u003Cstrong>Duration and Time:\u003C/strong> Decided by KALAI team\u003Cbr/>\n \u003Cstrong>Venue:\u003C/strong> Contact KALAI\u003C/p>\n \u003C/div>\n\u003C/body>\n\u003C/html>",{"id":27,"orgId":5,"pageNumber":28,"pageTitle":29,"pageContent":30,"enabled":17},"67dd7cd01c450f2c8bed0ba0",2,"Who we are","\u003C!DOCTYPE html>\n\u003Chtml lang=\"en\">\n\u003Chead>\n \u003Cmeta charset=\"UTF-8\" />\n \u003Cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n \u003Ctitle>KALAI - Who We Are\u003C/title>\n \u003Cstyle>\n :root {\n --bg-color-light: #ffffff;\n --text-color-light: #000000;\n --bg-color-dark: #000000;\n --text-color-dark: #ffffff;\n --primary-color: #007bff;\n --container-bg-light: #f9f9f9;\n --container-bg-dark: #1a1a1a;\n --box-shadow-light: rgba(0, 0, 0, 0.1);\n --box-shadow-dark: rgba(255, 255, 255, 0.1);\n }\n\n body {\n margin: 0;\n font-family: Arial, sans-serif;\n background-color: var(--bg-color-light);\n color: var(--text-color-light);\n display: flex;\n justify-content: center;\n padding: 20px;\n transition: background-color 0.3s, color 0.3s;\n }\n\n .container {\n background-color: var(--container-bg-light);\n max-width: 800px;\n width: 100%;\n padding: 20px;\n box-shadow: 0 0 12px var(--box-shadow-light);\n border-radius: 10px;\n transition: background-color 0.3s, box-shadow 0.3s;\n }\n\n h1 {\n font-size: 2rem;\n text-align: center;\n margin-bottom: 1rem;\n }\n\n h2 {\n font-size: 1.5rem;\n margin-top: 1.5rem;\n }\n\n h3 {\n font-size: 1.25rem;\n margin-top: 1rem;\n }\n\n p {\n line-height: 1.6;\n margin-top: 0.5rem;\n }\n\n a {\n color: var(--primary-color);\n text-decoration: none;\n }\n\n a:hover {\n text-decoration: underline;\n }\n\n @media (max-width: 600px) {\n h1 {\n font-size: 1.5rem;\n }\n\n h2 {\n font-size: 1.25rem;\n }\n\n h3 {\n font-size: 1.1rem;\n }\n\n .container {\n padding: 16px;\n }\n }\n\n /* Dark mode support */\n @media (prefers-color-scheme: dark) {\n body {\n background-color: var(--bg-color-dark);\n color: var(--text-color-dark);\n }\n\n .container {\n background-color: var(--container-bg-dark);\n box-shadow: 0 0 12px var(--box-shadow-dark);\n }\n }\n \u003C/style>\n\u003C/head>\n\u003Cbody>\n \u003Cdiv class=\"container\">\n \u003Ch1>Who We Are\u003C/h1>\n \u003Cp>A group of enthusiasts of Indian music aiming to connect communities through arts and culture.\u003C/p>\n\n \u003Ch2>Current Board Members (2025)\u003C/h2>\n \u003Ch3>Chairman\u003C/h3>\n \u003Cp>\n \u003Cstrong>Shrutimitranand Chaturvedi (Anand)\u003C/strong>\u003Cbr />\n Email: \u003Ca href=\"mailto:chairman@kalai.dk\">chairman@kalai.dk\u003C/a>\u003Cbr />\n Phone: +45-21345856\n \u003C/p>\n\n \u003Ch3>Vice-Chairman\u003C/h3>\n \u003Cp>\n \u003Cstrong>Mridul Sethia\u003C/strong>\u003Cbr />\n Email: \u003Ca href=\"mailto:vice-chairman@kalai.dk\">vice-chairman@kalai.dk\u003C/a>\u003Cbr />\n Phone: +45-22498335\n \u003C/p>\n\n \u003Ch3>Treasurer\u003C/h3>\n \u003Cp>\n \u003Cstrong>Yogesh Pegoria\u003C/strong>\u003Cbr />\n Email: \u003Ca href=\"mailto:finance@kalai.dk\">finance@kalai.dk\u003C/a>\u003Cbr />\n Phone: +45-91314462\n \u003C/p>\n\n \u003Ch3>Secretary\u003C/h3>\n \u003Cp>\n \u003Cstrong>Anshul Solanki\u003C/strong>\u003Cbr />\n Email: \u003Ca href=\"mailto:secretary@kalai.dk\">secretary@kalai.dk\u003C/a>\u003Cbr />\n Phone: +45-31815257\n \u003C/p>\n\n \u003Ch3>Board Member\u003C/h3>\n \u003Cp>\n \u003Cstrong>Pulkit Suri\u003C/strong>\u003Cbr />\n Email: \u003Ca href=\"mailto:board@kalai.dk\">board@kalai.dk\u003C/a>\n \u003C/p>\n\n \u003Ch3>Board Suppleant Members\u003C/h3>\n \u003Cp>\n \u003Cstrong>Vasantha Lakshmi Boyalakuntla\u003C/strong>\u003Cbr />\n \u003Cstrong>Kanishk Gupta\u003C/strong>\u003Cbr />\n \u003Cstrong>Arushi Mittal\u003C/strong>\u003Cbr />\n Email: \u003Ca href=\"mailto:board@kalai.dk\">board@kalai.dk\u003C/a>\n \u003C/p>\n\n \u003Ch2>KALAI Event Team (2024)\u003C/h2>\n \u003Ch3>Lead\u003C/h3>\n \u003Cp>\n \u003Cstrong>Manila Chaturvedi\u003C/strong>\u003Cbr />\n Email: \u003Ca href=\"mailto:events@kalai.dk\">events@kalai.dk\u003C/a>\u003Cbr />\n Phone: +45-52634388\n \u003C/p>\n\n \u003Ch3>Members\u003C/h3>\n \u003Cp>\n \u003Cstrong>Vasantha Lakshmi Boyalakuntla\u003C/strong>\u003Cbr />\n \u003Cstrong>Arushi Mittal\u003C/strong>\u003Cbr />\n \u003Cstrong>Himani Parashar\u003C/strong>\u003Cbr />\n Email: \u003Ca href=\"mailto:events@kalai.dk\">events@kalai.dk\u003C/a>\n \u003C/p>\n\n \u003Ch2>KALAI PR (Public Relations) Team (2024)\u003C/h2>\n \u003Ch3>Lead\u003C/h3>\n \u003Cp>\n \u003Cstrong>Anshul Solanki\u003C/strong>\u003Cbr />\n Email: \u003Ca href=\"mailto:pr@kalai.dk\">pr@kalai.dk\u003C/a>\n \u003C/p>\n \u003C/div>\n\u003C/body>\n\u003C/html>",{"id":32,"orgId":5,"pageNumber":33,"pageTitle":34,"pageContent":35,"enabled":17},"67dd7e1f1c450f2c8bed0ba2",4,"Samvad","\u003C!DOCTYPE html>\n\u003Chtml lang=\"en\">\n\u003Chead>\n \u003Cmeta charset=\"UTF-8\" />\n \u003Cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n \u003Ctitle>KALAI - KALAI Samvad\u003C/title>\n \u003Cstyle>\n :root {\n --bg-light: #ffffff;\n --text-light: #000000;\n --bg-dark: #000000;\n --text-dark: #ffffff;\n --container-light: #f9f9f9;\n --container-dark: #1a1a1a;\n --link-color: #007bff;\n }\n\n body {\n margin: 0;\n font-family: Arial, sans-serif;\n background-color: var(--bg-light);\n color: var(--text-light);\n display: flex;\n justify-content: center;\n padding: 20px;\n transition: background-color 0.3s, color 0.3s;\n }\n\n .container {\n background-color: var(--container-light);\n max-width: 800px;\n width: 100%;\n padding: 20px;\n border-radius: 12px;\n box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);\n transition: background-color 0.3s;\n }\n\n h1 {\n font-size: 2rem;\n text-align: center;\n margin-bottom: 1rem;\n }\n\n h2 {\n margin-top: 2rem;\n font-size: 1.5rem;\n }\n\n h3 {\n margin-top: 1.5rem;\n font-size: 1.2rem;\n }\n\n p {\n line-height: 1.6;\n margin-top: 0.5rem;\n }\n\n a {\n color: var(--link-color);\n text-decoration: none;\n }\n\n a:hover {\n text-decoration: underline;\n }\n\n @media (max-width: 600px) {\n h1 { font-size: 1.5rem; }\n h2 { font-size: 1.25rem; }\n h3 { font-size: 1.1rem; }\n .container { padding: 16px; }\n }\n\n @media (prefers-color-scheme: dark) {\n body {\n background-color: var(--bg-dark);\n color: var(--text-dark);\n }\n\n .container {\n background-color: var(--container-dark);\n box-shadow: 0 0 12px rgba(255, 255, 255, 0.05);\n }\n }\n \u003C/style>\n\u003C/head>\n\u003Cbody>\n \u003Cdiv class=\"container\">\n \u003Ch1>KALAI Samvad\u003C/h1>\n \u003Cp>\n The word \u003Cstrong>\"Samvad\"\u003C/strong> means \u003Cem>Dialogue\u003C/em>. This initiative from KALAI aims to talk to artists about their musical journeys and guide new enthusiasts on how to begin theirs.\n \u003C/p>\n \u003Cp>\n π₯ Watch our episodes: \n \u003Ca href=\"https://youtube.com/playlist?list=PLdBGAWMfp__8k9uCzGqITwM5LAlIXSoRZ\" target=\"_blank\">KALAI Samvad on YouTube\u003C/a>\n \u003C/p>\n\n \u003Ch2>Featured Artists\u003C/h2>\n\n \u003Ch3>π· Jesse Bannister (Hindustani Classical Saxophone)\u003C/h3>\n \u003Cp>\n Internationally acclaimed saxophonist and composer. Trained under sitar maestro Dharambir Singh and vocal maestros Rajan & Sajan Mishra. Performed globally and praised by Pt. Jasraj as βthe future of Indian classical musicβ.\n \u003C/p>\n\n \u003Ch3>πΆ Shantala Subramanyam (Carnatic Flute)\u003C/h3>\n \u003Cp>\n Renowned for melodic precision and rhythmic mastery. Performed extensively in India, USA, UK, Europe, Africa, and more. \u003Cbr>\n π¬ \u003Ca href=\"https://youtu.be/umdfi12dsLs\" target=\"_blank\">Watch her documentary\u003C/a>\n \u003C/p>\n\n \u003Ch3>πͺ S. Hariharan (Mridangam)\u003C/h3>\n \u003Cp>\n Graded AIR artist from Chennai. Trained under T.S. Nandakumar and Patri Satish Kumar. Performed with maestros like Shashank Subramanyam, Lalgudi siblings, Hyderabad Brothers, and more.\n \u003C/p>\n\n \u003Ch3>π» Madan Mohan (Carnatic Violin)\u003C/h3>\n \u003Cp>\n A full-time performing violinist trained under Shri Pannapattu S. Venkatesan and now mentored by Shri R.K. Shriram Kumar. Active performer in Chennai and across India.\n \u003C/p>\n\n \u003Ch3>πͺ Kaviraj Singh (Santoor)\u003C/h3>\n \u003Cp>\n Vocalist and santoor maestro based in the UK. Performed at prestigious platforms including the Darbar Festival. \u003Cbr>\n π \u003Ca href=\"http://kavirajsingh.co.uk\" target=\"_blank\">kavirajsingh.co.uk\u003C/a> | \n \u003Ca href=\"https://facebook.com/kavirajsingh1990\" target=\"_blank\">Facebook\u003C/a>\n \u003C/p>\n\n \u003Ch3>π₯ Hiren Chate (Tabla)\u003C/h3>\n \u003Cp>\n Versatile tabla player influenced by Punjab, Delhi, and Banaras gharanas. Known for his soulful solo renditions and collaborations.\n \u003C/p>\n \u003C/div>\n\u003C/body>\n\u003C/html>",{"id":37,"orgId":5,"pageNumber":38,"pageTitle":39,"pageContent":40,"enabled":17},"67dd7e591c450f2c8bed0ba3",5,"Concerts","\u003C!DOCTYPE html>\n\u003Chtml lang=\"en\">\n\u003Chead>\n \u003Cmeta charset=\"UTF-8\" />\n \u003Cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n \u003Ctitle>KALAI - Concerts\u003C/title>\n \u003Cstyle>\n :root {\n --bg-color-light: #ffffff;\n --text-color-light: #000000;\n --bg-color-dark: #000000;\n --text-color-dark: #ffffff;\n --primary-color: #007bff;\n --container-bg-light: #f9f9f9;\n --container-bg-dark: #1a1a1a;\n --box-shadow-light: rgba(0, 0, 0, 0.1);\n --box-shadow-dark: rgba(255, 255, 255, 0.1);\n }\n\n body {\n margin: 0;\n font-family: Arial, sans-serif;\n background-color: var(--bg-color-light);\n color: var(--text-color-light);\n display: flex;\n justify-content: center;\n padding: 20px;\n transition: background-color 0.3s, color 0.3s;\n }\n\n .container {\n background-color: var(--container-bg-light);\n max-width: 800px;\n width: 100%;\n padding: 20px;\n box-shadow: 0 0 12px var(--box-shadow-light);\n border-radius: 10px;\n transition: background-color 0.3s, box-shadow 0.3s;\n }\n\n h1 {\n font-size: 2rem;\n text-align: center;\n margin-bottom: 1rem;\n }\n\n h2 {\n font-size: 1.5rem;\n margin-top: 1.5rem;\n }\n\n p {\n line-height: 1.6;\n margin-top: 0.5rem;\n }\n\n a {\n color: var(--primary-color);\n text-decoration: none;\n }\n\n a:hover {\n text-decoration: underline;\n }\n\n @media (max-width: 600px) {\n h1 {\n font-size: 1.5rem;\n }\n\n h2 {\n font-size: 1.25rem;\n }\n\n .container {\n padding: 16px;\n }\n }\n\n /* Dark mode support */\n @media (prefers-color-scheme: dark) {\n body {\n background-color: var(--bg-color-dark);\n color: var(--text-color-dark);\n }\n\n .container {\n background-color: var(--container-bg-dark);\n box-shadow: 0 0 12px var(--box-shadow-dark);\n }\n }\n \u003C/style>\n\u003C/head>\n\u003Cbody>\n \u003Cdiv class=\"container\">\n \u003Ch1>Concerts\u003C/h1>\n\n \u003Ch2>Upcoming Concerts\u003C/h2>\n\n \u003Ch3>Vocal Concert β Saniya Patankar, Suvrat Apte & Aarti Kharwandikar\u003C/h3>\n \u003Cp>\u003Cstrong>Date:\u003C/strong> 18th May 2024\u003C/p>\n \u003Cp>\u003Cstrong>Details:\u003C/strong> A mesmerizing concert featuring the incredible vocalist Saniya Patankar, known for her captivating performances in classical music. She will be accompanied by the masterful tabla player Suvrat Apte and the talented harmonium artist Aarti Kharwandikar. This concert celebrates musical unity, cultural richness, and artistic brilliance, weaving together a tapestry of music that will leave a lasting impression.\u003C/p>\n \u003Cp>\u003Cstrong>More Information:\u003C/strong> \u003Ca href=\"https://kalai.dk/vocal-concert-saniya-patankar-suvrat-apte-aarti-kharwandikar-18th-may-2024/\">Event Details\u003C/a>\u003C/p>\n\n \u003Ch2>Past Concerts\u003C/h2>\n\n \u003Ch3>LIVE Melodic Beats β Saxophone & Tabla by Jesse & Hiren\u003C/h3>\n \u003Cp>\u003Cstrong>Date:\u003C/strong> 30th September 2023\u003C/p>\n \u003Cp>\u003Cstrong>Details:\u003C/strong> A unique fusion of saxophone and tabla, showcasing the depth and beauty of Indian musical traditions. The concert took the audience on a musical journey filled with soul-stirring melodies and rhythmic patterns.\u003C/p>\n\n \u003Ch3>LIVE Carnatic Music by Shantala S.\u003C/h3>\n \u003Cp>\u003Cstrong>Date:\u003C/strong> 19th February 2023\u003C/p>\n \u003Cp>\u003Cstrong>Details:\u003C/strong> A captivating performance of Carnatic music by the esteemed artist Shantala S., highlighting the rich heritage of Indian classical music.\u003C/p>\n\n \u003Ch3>LIVE Karaikudi Veena Tradition Concert by S. Subramanian\u003C/h3>\n \u003Cp>\u003Cstrong>Date:\u003C/strong> 15th May 2022\u003C/p>\n \u003Cp>\u003Cstrong>Details:\u003C/strong> A showcase of the traditional Karaikudi Veena style by S. Subramanian, offering deep insights into this classical art form.\u003C/p>\n\n \u003Ch3>LIVE Santoor Concert by Kaviraj Singh\u003C/h3>\n \u003Cp>\u003Cstrong>Date:\u003C/strong> 20th November 2021\u003C/p>\n \u003Cp>\u003Cstrong>Details:\u003C/strong> An enchanting santoor performance by Kaviraj Singh, blending classical melodies with contemporary nuances.\u003C/p>\n\n \u003Ch3>Classical Music Concert with Shubham Sarkar (Violin) & Pt. Pradip Kumar Sarkar (Tabla)\u003C/h3>\n \u003Cp>\u003Cstrong>Date:\u003C/strong> 8th February 2020\u003C/p>\n \u003Cp>\u003Cstrong>Details:\u003C/strong> A classical music concert featuring the violinist Shubham Sarkar accompanied by the tabla maestro Pt. Pradip Kumar Sarkar, delivering a soulful musical experience.\u003C/p>\n\n \u003C/div>\n\u003C/body>\n\u003C/html>",["Reactive",42],{},["Set"],["ShallowReactive",45],{"org:KALAI":-1,"org-pages:KALAI":-1},"/KALAI"]