{"id":802,"date":"2024-12-24T09:51:25","date_gmt":"2024-12-24T09:51:25","guid":{"rendered":"https:\/\/idcindia.org\/cassm\/?page_id=802"},"modified":"2025-03-26T15:14:09","modified_gmt":"2025-03-26T09:44:09","slug":"mba","status":"publish","type":"page","link":"https:\/\/idcindia.org\/cassm\/mba\/","title":{"rendered":"MBA"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"802\" class=\"elementor elementor-802\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0d87e40 elementor-section-height-min-height elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"0d87e40\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-785291d\" data-id=\"785291d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-b0e9d58 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b0e9d58\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0133df9\" data-id=\"0133df9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3f46f11 elementor-headline--style-highlight elementor-widget elementor-widget-animated-headline\" data-id=\"3f46f11\" data-element_type=\"widget\" data-settings=\"{&quot;marker&quot;:&quot;underline_zigzag&quot;,&quot;highlighted_text&quot;:&quot;Administration &quot;,&quot;highlight_iteration_delay&quot;:3000,&quot;headline_style&quot;:&quot;highlight&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;highlight_animation_duration&quot;:1200}\" data-widget_type=\"animated-headline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-headline\">\n\t\t\t\t\t<span class=\"elementor-headline-plain-text elementor-headline-text-wrapper\">Master of Business <br><\/span>\n\t\t\t\t<span class=\"elementor-headline-dynamic-wrapper elementor-headline-text-wrapper\">\n\t\t\t\t\t<span class=\"elementor-headline-dynamic-text elementor-headline-text-active\">Administration <\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"elementor-headline-plain-text elementor-headline-text-wrapper\">(MBA) <\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-07dc21c elementor-widget elementor-widget-text-editor\" data-id=\"07dc21c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>MBA with Dual Specialisation<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c26d5a5 elementor-widget elementor-widget-html\" data-id=\"c26d5a5\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Video Play Icon Animation<\/title>\r\n    <style>\r\n        \/* General Reset *\/\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        \/*body {*\/\r\n        \/*    display: flex;*\/\r\n        \/*    justify-content: center;*\/\r\n        \/*    align-items: center;*\/\r\n        \/*    min-height: 100vh;*\/\r\n        \/*    background-color: #111;*\/\r\n        \/*}*\/\r\n\r\n        \/* Video Container *\/\r\n        .video-container {\r\n            display: flex;\r\n            justify-content: left;\r\n            align-items: center;\r\n            position: relative;\r\n            height: 20vh;\r\n        }\r\n\r\n        \/* Play Button Animation *\/\r\n        .play-button {\r\n            width: 80px;\r\n            height: 80px;\r\n            background-color: #C40C12;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n            position: relative;\r\n            animation: pulse 1.5s infinite;\r\n        }\r\n\r\n        .play-button::before,\r\n        .play-button::after {\r\n            content: \"\";\r\n            position: absolute;\r\n            border: 2px solid #C40C12;\r\n            border-radius: 50%;\r\n            width: 120%;\r\n            height: 120%;\r\n            animation: ripple 1.5s infinite;\r\n        }\r\n\r\n        .play-button::after {\r\n            animation-delay: 0.75s;\r\n        }\r\n\r\n        \/* Triangle Play Icon *\/\r\n        .play-icon {\r\n            width: 0;\r\n            height: 0;\r\n            border-left: 20px solid #fff;\r\n            border-top: 12px solid transparent;\r\n            border-bottom: 12px solid transparent;\r\n            margin-left: 5px; \/* Offset to center it *\/\r\n        }\r\n\r\n        \/* Keyframes for Animation *\/\r\n        @keyframes pulse {\r\n            0% {\r\n                transform: scale(1);\r\n            }\r\n            50% {\r\n                transform: scale(1.1);\r\n            }\r\n            100% {\r\n                transform: scale(1);\r\n            }\r\n        }\r\n\r\n        @keyframes ripple {\r\n            0% {\r\n                transform: scale(0.8);\r\n                opacity: 1;\r\n            }\r\n            100% {\r\n                transform: scale(1.8);\r\n                opacity: 0;\r\n            }\r\n        }\r\n\r\n        \/* Video Popup *\/\r\n        .popup {\r\n            display: none;\r\n            position: fixed;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            background: rgba(0, 0, 0, 0.8);\r\n            justify-content: center;\r\n            align-items: center;\r\n        }\r\n\r\n        .popup-content {\r\n            position: relative;\r\n            width: 80%;\r\n            max-width: 700px;\r\n        }\r\n\r\n        .close-btn {\r\n            position: absolute;\r\n            top: -30px;\r\n            right: 0;\r\n            color: #fff;\r\n            font-size: 30px;\r\n            cursor: pointer;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <!-- Play Button with Animated Effect -->\r\n    <div class=\"video-container\">\r\n        <div class=\"play-button\" id=\"playButton\">\r\n            <span class=\"play-icon\"><\/span>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Video Popup -->\r\n    <div id=\"videoPopup\" class=\"popup\">\r\n        <div class=\"popup-content\">\r\n            <span class=\"close-btn\" id=\"closePopup\">&times;<\/span>\r\n            <iframe id=\"youtubeVideo\" width=\"560\" height=\"315\" src=\"\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen><\/iframe>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ Select elements\r\n        const playButton = document.getElementById(\"playButton\");\r\n        const videoPopup = document.getElementById(\"videoPopup\");\r\n        const closePopup = document.getElementById(\"closePopup\");\r\n        const youtubeVideo = document.getElementById(\"youtubeVideo\");\r\n\r\n        \/\/ YouTube video embed URL\r\n        const youtubeUrl = \"https:\/\/www.youtube.com\/watch?v=wfux72MSWC4\";\r\n\r\n        \/\/ Open popup and load video\r\n        playButton.addEventListener(\"click\", () => {\r\n            youtubeVideo.src = youtubeUrl + \"?autoplay=1\"; \/\/ Autoplay video\r\n            videoPopup.style.display = \"flex\";\r\n        });\r\n\r\n        \/\/ Close popup and stop video\r\n        closePopup.addEventListener(\"click\", () => {\r\n            youtubeVideo.src = \"\"; \/\/ Stop video\r\n            videoPopup.style.display = \"none\";\r\n        });\r\n\r\n        \/\/ Close popup when clicking outside the video\r\n        videoPopup.addEventListener(\"click\", (e) => {\r\n            if (e.target === videoPopup) {\r\n                youtubeVideo.src = \"\"; \/\/ Stop video\r\n                videoPopup.style.display = \"none\";\r\n            }\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ced2141\" data-id=\"ced2141\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b944ccd elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b944ccd\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-87d305e\" data-id=\"87d305e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1faaca4 elementor-widget elementor-widget-heading\" data-id=\"1faaca4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">About the program\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1cc2ef0 elementor-widget elementor-widget-heading\" data-id=\"1cc2ef0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Master of Business Administration (MBA) <br>with Dual Specialisation at CASSM<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-c82b379 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c82b379\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9f9363d\" data-id=\"9f9363d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-55b5f74 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"55b5f74\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" 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<img fetchpriority=\"high\" decoding=\"async\" width=\"795\" height=\"612\" src=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2025\/02\/1.jpg\" class=\"attachment-large size-large wp-image-2973\" alt=\"\" srcset=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2025\/02\/1.jpg 795w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2025\/02\/1-300x231.jpg 300w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2025\/02\/1-768x591.jpg 768w\" sizes=\"(max-width: 795px) 100vw, 795px\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a1ce98d\" data-id=\"a1ce98d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-538d8d4 elementor-drop-cap-yes elementor-drop-cap-view-default elementor-widget elementor-widget-text-editor\" data-id=\"538d8d4\" data-element_type=\"widget\" data-settings=\"{&quot;drop_cap&quot;:&quot;yes&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>The MBA program at the Centre for Advanced Studies in Social Science and Management (CASSM) goes beyond traditional classroom learning by providing students access to leading industry experts and esteemed faculty members. This program offers a transformative educational experience, integrating cutting-edge research, thought leadership, and insights from renowned professors of practice and international management scholars, equipping students with the skills and knowledge to excel in a dynamic global business environment.<\/p><p>Through engaging with renowned professors of practice, students gain invaluable insights from experienced professionals, bridging the gap between theory and real-world applications. Additionally, our collaborations with national and international management professors bring a global perspective to our curriculum, fostering a deep understanding of diverse business environments and cultivating a global mindset among our students.<\/p><p>The MBA program at CASSM is meticulously designed to equip students with essential employability skills that cater to diverse industries, ensuring promising career prospects. Emphasizing multi-disciplinary learning, our curriculum integrates social sciences, research, technology, and management, fostering a holistic understanding of real-world challenges and opportunities.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-09443bf elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"09443bf\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ae6411d\" data-id=\"ae6411d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e89b469 elementor-widget elementor-widget-heading\" data-id=\"e89b469\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why Pursue Management at CASSM?<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-47009e0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"47009e0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-7c6f19a\" data-id=\"7c6f19a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4f8c46e content-align-left icon-box-vertical-align-top icon-position-left icon-vertical-align-start elementor-invisible elementor-widget elementor-widget-the7_icon_box_grid_widget\" data-id=\"4f8c46e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"the7_icon_box_grid_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"the7-box-grid-wrapper the7-elementor-widget loading-effect-none the7_icon_box_grid_widget-4f8c46e\">\t\t\t<div class=\"dt-css-grid\">\n\t\t\t\t\t\t\t\t\t<div class=\"wf-cell shown\">\n\t\t\t\t\t\t<a class=\"the7-icon-box-grid box-hover\" aria-label=\"Transformative Learning Environment \">\t\t\t\t\t\t\t<div class=\"box-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-div\">\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-reader\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM233.59 241.1c-59.33-36.32-155.43-46.3-203.79-49.05C13.55 191.13 0 203.51 0 219.14v222.8c0 14.33 11.59 26.28 26.49 27.05 43.66 2.29 131.99 10.68 193.04 41.43 9.37 4.72 20.48-1.71 20.48-11.87V252.56c-.01-4.67-2.32-8.95-6.42-11.46zm248.61-49.05c-48.35 2.74-144.46 12.73-203.78 49.05-4.1 2.51-6.41 6.96-6.41 11.63v245.79c0 10.19 11.14 16.63 20.54 11.9 61.04-30.72 149.32-39.11 192.97-41.4 14.9-.78 26.49-12.73 26.49-27.06V219.14c-.01-15.63-13.56-28.01-29.81-27.09z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"box-heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tTransformative Learning Environment \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-description\">Located in Chandigarh-The City Beautiful, the Centre offers opportunities for students to explore ideas, connect theory with practice, and prepare for multidimensional roles.<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"wf-cell shown\">\n\t\t\t\t\t\t<a class=\"the7-icon-box-grid box-hover\" aria-label=\"Inter-Disciplinary Teaching, Learning and Research\">\t\t\t\t\t\t\t<div class=\"box-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-div\">\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-reader\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM233.59 241.1c-59.33-36.32-155.43-46.3-203.79-49.05C13.55 191.13 0 203.51 0 219.14v222.8c0 14.33 11.59 26.28 26.49 27.05 43.66 2.29 131.99 10.68 193.04 41.43 9.37 4.72 20.48-1.71 20.48-11.87V252.56c-.01-4.67-2.32-8.95-6.42-11.46zm248.61-49.05c-48.35 2.74-144.46 12.73-203.78 49.05-4.1 2.51-6.41 6.96-6.41 11.63v245.79c0 10.19 11.14 16.63 20.54 11.9 61.04-30.72 149.32-39.11 192.97-41.4 14.9-.78 26.49-12.73 26.49-27.06V219.14c-.01-15.63-13.56-28.01-29.81-27.09z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"box-heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tInter-Disciplinary Teaching, Learning and Research\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-description\">The Centre promotes interdisciplinary teaching and learning by integrating research in social sciences and management to generate knowledge that drives positive change.<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"wf-cell shown\">\n\t\t\t\t\t\t<a class=\"the7-icon-box-grid box-hover\" aria-label=\"Industry Collaboration and Employability \">\t\t\t\t\t\t\t<div class=\"box-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-div\">\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-reader\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM233.59 241.1c-59.33-36.32-155.43-46.3-203.79-49.05C13.55 191.13 0 203.51 0 219.14v222.8c0 14.33 11.59 26.28 26.49 27.05 43.66 2.29 131.99 10.68 193.04 41.43 9.37 4.72 20.48-1.71 20.48-11.87V252.56c-.01-4.67-2.32-8.95-6.42-11.46zm248.61-49.05c-48.35 2.74-144.46 12.73-203.78 49.05-4.1 2.51-6.41 6.96-6.41 11.63v245.79c0 10.19 11.14 16.63 20.54 11.9 61.04-30.72 149.32-39.11 192.97-41.4 14.9-.78 26.49-12.73 26.49-27.06V219.14c-.01-15.63-13.56-28.01-29.81-27.09z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"box-heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tIndustry Collaboration and Employability \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-description\">Programs at CASSM are strategically aligned with the market needs through partnerships with industry, ensuring the graduates are well-prepared for various professional and academic roles.<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"wf-cell shown\">\n\t\t\t\t\t\t<a class=\"the7-icon-box-grid box-hover\" aria-label=\"Leadership Development and Continuous Learning \">\t\t\t\t\t\t\t<div class=\"box-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-div\">\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-reader\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM233.59 241.1c-59.33-36.32-155.43-46.3-203.79-49.05C13.55 191.13 0 203.51 0 219.14v222.8c0 14.33 11.59 26.28 26.49 27.05 43.66 2.29 131.99 10.68 193.04 41.43 9.37 4.72 20.48-1.71 20.48-11.87V252.56c-.01-4.67-2.32-8.95-6.42-11.46zm248.61-49.05c-48.35 2.74-144.46 12.73-203.78 49.05-4.1 2.51-6.41 6.96-6.41 11.63v245.79c0 10.19 11.14 16.63 20.54 11.9 61.04-30.72 149.32-39.11 192.97-41.4 14.9-.78 26.49-12.73 26.49-27.06V219.14c-.01-15.63-13.56-28.01-29.81-27.09z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"box-heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tLeadership Development and Continuous Learning \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-description\">One of the definitive features of CASSM is its focus on leadership development and lifelong learning, achieved through dynamic conferences, interactive seminars, and expert-led lectures.<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"wf-cell shown\">\n\t\t\t\t\t\t<a class=\"the7-icon-box-grid box-hover\" aria-label=\"Global Perspective through Effective Collaborations \">\t\t\t\t\t\t\t<div class=\"box-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-div\">\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-reader\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM233.59 241.1c-59.33-36.32-155.43-46.3-203.79-49.05C13.55 191.13 0 203.51 0 219.14v222.8c0 14.33 11.59 26.28 26.49 27.05 43.66 2.29 131.99 10.68 193.04 41.43 9.37 4.72 20.48-1.71 20.48-11.87V252.56c-.01-4.67-2.32-8.95-6.42-11.46zm248.61-49.05c-48.35 2.74-144.46 12.73-203.78 49.05-4.1 2.51-6.41 6.96-6.41 11.63v245.79c0 10.19 11.14 16.63 20.54 11.9 61.04-30.72 149.32-39.11 192.97-41.4 14.9-.78 26.49-12.73 26.49-27.06V219.14c-.01-15.63-13.56-28.01-29.81-27.09z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"box-heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGlobal Perspective through Effective Collaborations \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-description\">Partners with national and international institutions to foster global awareness and an understanding of diverse business environments.<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"wf-cell shown\">\n\t\t\t\t\t\t<a class=\"the7-icon-box-grid box-hover\" aria-label=\"Esteemed Faculty and Thought Leadership \">\t\t\t\t\t\t\t<div class=\"box-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-div\">\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-reader\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM233.59 241.1c-59.33-36.32-155.43-46.3-203.79-49.05C13.55 191.13 0 203.51 0 219.14v222.8c0 14.33 11.59 26.28 26.49 27.05 43.66 2.29 131.99 10.68 193.04 41.43 9.37 4.72 20.48-1.71 20.48-11.87V252.56c-.01-4.67-2.32-8.95-6.42-11.46zm248.61-49.05c-48.35 2.74-144.46 12.73-203.78 49.05-4.1 2.51-6.41 6.96-6.41 11.63v245.79c0 10.19 11.14 16.63 20.54 11.9 61.04-30.72 149.32-39.11 192.97-41.4 14.9-.78 26.49-12.73 26.49-27.06V219.14c-.01-15.63-13.56-28.01-29.81-27.09z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"box-heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tEsteemed Faculty and Thought Leadership \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-description\">CASSM's distinguished faculty of scholars and industry experts provide comprehensive knowledge and practical insights, empowering students with academic excellence and real-world skills.<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"wf-cell shown\">\n\t\t\t\t\t\t<a class=\"the7-icon-box-grid box-hover\" aria-label=\"Extensive Industry Exposure \">\t\t\t\t\t\t\t<div class=\"box-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-div\">\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-reader\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM233.59 241.1c-59.33-36.32-155.43-46.3-203.79-49.05C13.55 191.13 0 203.51 0 219.14v222.8c0 14.33 11.59 26.28 26.49 27.05 43.66 2.29 131.99 10.68 193.04 41.43 9.37 4.72 20.48-1.71 20.48-11.87V252.56c-.01-4.67-2.32-8.95-6.42-11.46zm248.61-49.05c-48.35 2.74-144.46 12.73-203.78 49.05-4.1 2.51-6.41 6.96-6.41 11.63v245.79c0 10.19 11.14 16.63 20.54 11.9 61.04-30.72 149.32-39.11 192.97-41.4 14.9-.78 26.49-12.73 26.49-27.06V219.14c-.01-15.63-13.56-28.01-29.81-27.09z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"box-heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tExtensive Industry Exposure \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-description\"><b>Corporate Mentoring:<\/b>  Industry leaders provide insights through lectures.<br>\n<b>Internships:<\/b> Students gain hands-on experience through internships with various organisations.\n<br>\n<b>Experiential Learning through Visits:<\/b> Public and private institutions, industry and trade organisations, cooperative initiatives and startup interactions.<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2593a0fa elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2593a0fa\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-678233ca\" data-id=\"678233ca\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b409347\" data-id=\"b409347\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-23abef1 elementor-widget elementor-widget-heading\" data-id=\"23abef1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2-Year Full Time Degree Program (MBA)<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-934f17b elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"934f17b\" 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<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<i aria-hidden=\"true\" class=\" dt-icon-the7-arrow-532\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">This program is spread across four semesters and has a Dual Specialisation.<\/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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-618d965 elementor-widget elementor-widget-html\" data-id=\"618d965\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<table border=\"1\" cellspacing=\"0\" cellpadding=\"10\">\r\n    <tr>\r\n        <td>\r\n            <strong>Vertical - I<\/strong><br>\r\n            <strong>Core Specialisations<\/strong>\r\n            <ul>\r\n                <li>Finance<\/li>\r\n                <li>Marketing<\/li>\r\n                <li>Human Resource Management<\/li>\r\n                <li>Operations Management<\/li>\r\n            <\/ul>\r\n        <\/td>\r\n        <td>\r\n            <strong>Vertical - II<\/strong><br>\r\n            <strong>Advanced Specialisations<\/strong>\r\n            <ul>\r\n                <li>Financial Engineering and Sustainable Business<\/li>\r\n                <li>Digital Marketing<\/li>\r\n                <li>Strategic Human Resource Management<\/li>\r\n                <li>Business Analytics<\/li>\r\n            <\/ul>\r\n        <\/td>\r\n<\/table>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-52e69f5 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"52e69f5\" 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<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<i aria-hidden=\"true\" class=\" dt-icon-the7-arrow-532\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">The program will have mandatory not-graded (MNG) value-added courses and a few labs for experiential learning.<\/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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-74592ee4 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"74592ee4\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-77e52193\" data-id=\"77e52193\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e9854c0 elementor-widget elementor-widget-heading\" data-id=\"e9854c0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">MBA - CASSM<br>\nEligibility &amp; Fee Details<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-44b61d15 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"44b61d15\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-54a4198e\" data-id=\"54a4198e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8feb063 elementor-widget elementor-widget-text-editor\" data-id=\"8feb063\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p class=\"sub-para inner\">Bachelor degree in any discipline with atleast 50% marks from recognized University\/Institution. Graduates of recognized professional programmes like CA\/ ICWA etc. are also eligible to apply.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ade7f8 elementor-widget elementor-widget-html\" data-id=\"7ade7f8\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Fee Details<\/title>\r\n    \r\n<\/head>\r\n<body>\r\n    <table>\r\n        <thead>\r\n            <tr>\r\n                <th>Program Fee<\/th>\r\n                <th>Amount<\/th>\r\n            <\/tr>\r\n        <\/thead>\r\n        <tbody>\r\n            <tr>\r\n                <td>Semester Fee<\/td>\r\n                <td>154000\/- INR<\/td>\r\n            <\/tr>\r\n        <\/tbody>\r\n    <\/table>\r\n\r\n   \r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0b8dba0 elementor-hidden-mobile elementor-widget elementor-widget-spacer\" data-id=\"0b8dba0\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bb84222 elementor-widget elementor-widget-html\" data-id=\"bb84222\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Fee Details<\/title>\r\n    \r\n<\/head>\r\n<body>\r\n    <table>\r\n        <thead>\r\n            <tr>\r\n                <th>Other Fee Details<\/th>\r\n                <th>Amount<\/th>\r\n            <\/tr>\r\n        <\/thead>\r\n        <tbody>\r\n            <tr>\r\n                <td>Examination Fee<\/td>\r\n                <td>2500\/- INR<\/td>\r\n            <\/tr>\r\n            <tr>\r\n                <td>Security<\/td>\r\n                <td>2000\/- INR<\/td>\r\n            <\/tr>\r\n        <\/tbody>\r\n    <\/table>\r\n    \r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2da0feb elementor-widget elementor-widget-heading\" data-id=\"2da0feb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">MBA - CASSM\nScholarships<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b67d70 elementor-widget elementor-widget-text-editor\" data-id=\"7b67d70\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p class=\"sub-para inner\">CUCET &#8211; 2025 rewards your academic brilliance with global opportunities &amp; extraordinary assistance with Scholarships.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7bd4f6f elementor-hidden-mobile elementor-widget elementor-widget-spacer\" data-id=\"7bd4f6f\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f1b87fa elementor-widget elementor-widget-heading\" data-id=\"f1b87fa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CUCET Phase I<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c439624 elementor-widget elementor-widget-html\" data-id=\"c439624\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Styled Table<\/title>\r\n  <style>\r\n    body {\r\n      font-family: Arial, sans-serif;\r\n    }\r\n    table {\r\n      width: 100%;\r\n      border-collapse: collapse;\r\n    }\r\n    th {\r\n      background-color: #050038;\r\n      color: #ffffff; \r\n      font-family: montserrat ;\r\n      font-size: 16px;\r\n      text-align: left;\r\n      font-weight: 600;\r\n      padding: 10px !important;\r\n    }\r\n    td {\r\n      border: 1px solid #dddddd;\r\n      padding: 12px !important;\r\n      text-align: left;\r\n      color: #111111; \r\n    }\r\n    tr:nth-child(even) {\r\n      background-color: #f9f9f9;\r\n    }\r\n    tr:nth-child(odd) {\r\n      background-color: #eff1f4;\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n<div style=\"overflow-x:auto;\">\r\n  <table>\r\n    <thead>\r\n      <tr>\r\n        <th>Parameters<\/th>\r\n        <th>CUCET Scholarship Amount<\/th>\r\n        <th>Amount to pay after CUCET Scholarship<\/th>\r\n      <\/tr>\r\n    <\/thead>\r\n    <tbody>\r\n      <tr>\r\n        <td>90.01 - 100<\/td>\r\n        <td>154000 \/- INR<\/td>\r\n        <td>NIL<\/td>\r\n      <\/tr>\r\n      <tr>\r\n        <td>80 - 90<\/td>\r\n        <td>77000 \/- INR<\/td>\r\n        <td>77000 \/- INR<\/td>\r\n      <\/tr>\r\n      <tr>\r\n        <td>70 - 79.99<\/td>\r\n        <td>61600 \/- INR<\/td>\r\n        <td>92400 \/- INR<\/td>\r\n      <\/tr>\r\n      <tr>\r\n        <td>60 - 69.99<\/td>\r\n        <td>46200 \/- INR<\/td>\r\n        <td>107800 \/- INR<\/td>\r\n      <\/tr>\r\n      <tr>\r\n        <td>50 - 59.99<\/td>\r\n        <td>38500 \/- INR<\/td>\r\n        <td>115500 \/- INR<\/td>\r\n      <\/tr>\r\n      <tr>\r\n        <td>40 - 49.99<\/td>\r\n        <td>23100 \/- INR<\/td>\r\n        <td>130900 \/- INR<\/td>\r\n      <\/tr>\r\n    <\/tbody>\r\n  <\/table>\r\n  <\/div>\r\n<\/body>\r\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-8e9cf2d\" data-id=\"8e9cf2d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3dad59d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3dad59d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4c7726c\" data-id=\"4c7726c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e43d410 elementor-widget elementor-widget-the7-heading\" data-id=\"e43d410\" data-element_type=\"widget\" data-widget_type=\"the7-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"the7-heading-title elementor-size-default\">Seats: 60<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-65311e4 elementor-widget elementor-widget-text-editor\" data-id=\"65311e4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p><span style=\"color: #c40c12;\"><strong>Eligibility:<\/strong><\/span><\/p><p>The candidate should have passed a Bachelor&#8217;s degree from a recognised university with a minimum of 50% marks in aggregate.<\/p><p><strong>Selection Process: <\/strong>The final selection will be based on personal interviews with the eligible candidates, who will be shortlisted following the Screening Committee&#8217;s review of applications.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f39ab7d elementor-widget elementor-widget-spacer\" data-id=\"f39ab7d\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2347f0d elementor-widget elementor-widget-the7-heading\" data-id=\"2347f0d\" data-element_type=\"widget\" data-widget_type=\"the7-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"the7-heading-title elementor-size-default\">Best Practices at CASSM<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2aa0185 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"2aa0185\" 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<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<i aria-hidden=\"true\" class=\" dt-icon-the7-arrow-532\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><b>GEMBA Technique: <\/b>Facilitates exploratory visits to various industries, institutions, and other organizations through structured toolkits analyzed with Likert Scale. <\/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<i aria-hidden=\"true\" class=\" dt-icon-the7-arrow-532\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><b>Education in Flow (Sester-Wise Takeaways & Early Reaemders): <\/b>Designed to bridge the unevenness in retention of concepts semester-wise. This approach uses participatory techniques, supplemented by Takeaways and Early Readers.<\/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<i aria-hidden=\"true\" class=\" dt-icon-the7-arrow-532\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><b>Digest & Reflect Program:<\/b> Interactive Forum to expand the knowledge base, access authentic information & data and move towards reflective learning.<\/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<i aria-hidden=\"true\" class=\" dt-icon-the7-arrow-532\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><b>Value-Added Courses:<\/b> To expand the dissemination of knowledge from formal to informal modes through value-added courses.  <\/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<i aria-hidden=\"true\" class=\" dt-icon-the7-arrow-532\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><b>Learning Management through Action: <\/b>For inculcating management principles like teamwork, strategy, and resilience<\/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<i aria-hidden=\"true\" class=\" dt-icon-the7-arrow-532\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><b>Participatory Learning through Flip Classroom:<\/b> Encourages students to learn foundational concepts and engage in interactive classroom activities.<\/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<i aria-hidden=\"true\" class=\" dt-icon-the7-arrow-532\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Cross-Disciplinary Teaching, Fostering Innovation by Integrating Social Sciences and Management.<\/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<i aria-hidden=\"true\" class=\" dt-icon-the7-arrow-532\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">World-Class Curriculum Designed by Expert Faculty and Industry Leaders. <\/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<i aria-hidden=\"true\" class=\" dt-icon-the7-arrow-532\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Corporate Mentoring, Industrial Visits, Internships: NGOs, Universities & Research 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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6070068 elementor-widget elementor-widget-spacer\" data-id=\"6070068\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-225c995 elementor-section-height-min-height elementor-section-stretched elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"225c995\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c637272\" data-id=\"c637272\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-204c138 elementor-invisible\" data-id=\"204c138\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-fc16723 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fc16723\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d277401\" data-id=\"d277401\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2460fc1 elementor-widget elementor-widget-heading\" data-id=\"2460fc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Vision<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a374cca elementor-widget elementor-widget-text-editor\" data-id=\"a374cca\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Guiding Our Future with Purpose and Passion<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0bffff1 elementor-widget elementor-widget-text-editor\" data-id=\"0bffff1\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>To be recognized as a transformative multidisciplinary educational and research institute that addresses contemporary societal challenges, nurtures exceptional talent, and fosters a sustainable and inclusive future.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fa50a2a elementor-widget elementor-widget-the7_button_widget\" data-id=\"fa50a2a\" data-element_type=\"widget\" data-widget_type=\"the7_button_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-button-wrapper\"><a href=\"https:\/\/www.elvektechnologies.com\/cassm\/wp-content\/uploads\/2024\/12\/mba-cassm-brochure.pdf\" target=\"_blank\" class=\"box-button elementor-button elementor-size-sm\" rel=\"noopener\">Download Brochure<svg aria-hidden=\"true\" class=\"elementor-button-icon e-font-icon-svg e-fas-long-arrow-alt-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"><\/path><\/svg><\/a><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c3de7a5 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c3de7a5\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0c5f741\" data-id=\"0c5f741\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d778383 elementor-widget elementor-widget-spacer\" data-id=\"d778383\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c6f20e1 elementor-widget-mobile__width-auto elementor-widget elementor-widget-heading\" data-id=\"c6f20e1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Vision<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e5c5d6 elementor-widget-mobile__width-auto elementor-widget elementor-widget-text-editor\" data-id=\"3e5c5d6\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Guiding Our Future with Purpose and Passion<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-9a052cc elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9a052cc\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-5f6b77f\" data-id=\"5f6b77f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d5e3a42 elementor-widget elementor-widget-text-editor\" data-id=\"d5e3a42\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tTo be recognized as a transformative multidisciplinary educational and research institute<br> that addresses contemporary societal challenges, nurtures exceptional talent, and fosters a sustainable and inclusive future.\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a257425 elementor-align-center elementor-widget elementor-widget-the7_button_widget\" data-id=\"a257425\" data-element_type=\"widget\" data-widget_type=\"the7_button_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-button-wrapper\"><a href=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2025\/03\/CASSM_Brochure_18-March-2025_compressed.pdf\" class=\"box-button elementor-button elementor-size-sm\">Download Brochure<svg aria-hidden=\"true\" class=\"elementor-button-icon e-font-icon-svg e-fas-download\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"><\/path><\/svg><\/a><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7afe9c1 elementor-widget elementor-widget-spacer\" data-id=\"7afe9c1\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9d87654 elementor-section-stretched elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9d87654\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3baa28b\" data-id=\"3baa28b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d44cecb elementor-widget elementor-widget-heading\" data-id=\"d44cecb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Key USPs of MBA at CASSM<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-799edea1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"799edea1\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-47c2c866 elementor-invisible\" data-id=\"47c2c866\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c3948e9 content-align-left icon-vertical-align-start elementor-widget elementor-widget-the7_image_box_widget\" data-id=\"c3948e9\" data-element_type=\"widget\" data-widget_type=\"the7_image_box_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\t\t<div class=\"the7-box-wrapper the7-elementor-widget the7_image_box_widget-c3948e9\">\t\t\t<div class=\"box-content-wrapper\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image-div \">\n\t\t\t\t\t<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\" ><img decoding=\"async\" width=\"512\" height=\"512\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039;%20viewBox%3D&#039;0%200%20512%20512&#039;%2F%3E\" class=\"attachment-full size-full preload-me aspect lazy lazy-load\" alt=\"\" sizes=\"(max-width: 512px) 100vw, 512px\" style=\"--ratio: 512 \/ 512;\" data-src=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-1.png\" loading=\"eager\" data-srcset=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-1.png 512w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-1-300x300.png 300w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-1-150x150.png 150w\" \/><span class=\"the7-hover-icon\"><\/span><\/a>\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"box-content\">\n\t\t\t\t\t<div class=\"box-description\">The MBA curriculum seamlessly integrates multidisciplinary aspects of social sciences, sciences, liberal arts, research, technology, and management, fostering a holistic understanding of real-world challenges and opportunities, preparing students for multidimensional roles.<\/div>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-efd037f elementor-absolute elementor-hidden-tablet elementor-hidden-mobile elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"efd037f\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\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-arrow-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"><\/path><\/svg>\t\t\t<\/div>\n\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c0b8bf elementor-invisible\" data-id=\"3c0b8bf\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0f3b071 elementor-widget__width-initial content-align-left icon-vertical-align-start elementor-widget elementor-widget-the7_image_box_widget\" data-id=\"0f3b071\" data-element_type=\"widget\" data-widget_type=\"the7_image_box_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\t\t<div class=\"the7-box-wrapper the7-elementor-widget the7_image_box_widget-0f3b071\">\t\t\t<div class=\"box-content-wrapper\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image-div \">\n\t\t\t\t\t<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\" ><img decoding=\"async\" width=\"512\" height=\"512\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039;%20viewBox%3D&#039;0%200%20512%20512&#039;%2F%3E\" class=\"attachment-full size-full preload-me aspect lazy lazy-load\" alt=\"\" sizes=\"(max-width: 512px) 100vw, 512px\" style=\"--ratio: 512 \/ 512;\" data-src=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/two-1.png\" loading=\"eager\" data-srcset=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/two-1.png 512w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/two-1-300x300.png 300w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/two-1-150x150.png 150w\" \/><span class=\"the7-hover-icon\"><\/span><\/a>\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"box-content\">\n\t\t\t\t\t<div class=\"box-description\">The program offers a transformative educational experience that combines cutting-edge research, thought leadership, and the expertise of renowned professors of practice and international management scholars.<\/div>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-436174e elementor-absolute elementor-hidden-tablet elementor-hidden-mobile elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"436174e\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\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-arrow-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"><\/path><\/svg>\t\t\t<\/div>\n\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2e080eb elementor-invisible\" data-id=\"2e080eb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7ce59ae content-align-left icon-vertical-align-start elementor-widget elementor-widget-the7_image_box_widget\" data-id=\"7ce59ae\" data-element_type=\"widget\" data-widget_type=\"the7_image_box_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\t\t<div class=\"the7-box-wrapper the7-elementor-widget the7_image_box_widget-7ce59ae\">\t\t\t<div class=\"box-content-wrapper\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image-div \">\n\t\t\t\t\t<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\" ><img decoding=\"async\" width=\"512\" height=\"512\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039;%20viewBox%3D&#039;0%200%20512%20512&#039;%2F%3E\" class=\"attachment-full size-full preload-me aspect lazy lazy-load\" alt=\"\" sizes=\"(max-width: 512px) 100vw, 512px\" style=\"--ratio: 512 \/ 512;\" data-src=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-3.png\" loading=\"eager\" data-srcset=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-3.png 512w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-3-300x300.png 300w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-3-150x150.png 150w\" \/><span class=\"the7-hover-icon\"><\/span><\/a>\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"box-content\">\n\t\t\t\t\t<div class=\"box-description\">Our MBA program stands out for its emphasis on applied learning methodologies, incorporating case-based teaching and project-based learning through industry cases, live projects, and industry Internships<\/div>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-0c2d406 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0c2d406\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-24374f5 elementor-invisible\" data-id=\"24374f5\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6380169 elementor-absolute elementor-hidden-tablet elementor-hidden-mobile elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"6380169\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\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-arrow-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4279973 content-align-left icon-vertical-align-start elementor-widget elementor-widget-the7_image_box_widget\" data-id=\"4279973\" data-element_type=\"widget\" data-widget_type=\"the7_image_box_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\t\t<div class=\"the7-box-wrapper the7-elementor-widget the7_image_box_widget-4279973\">\t\t\t<div class=\"box-content-wrapper\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image-div \">\n\t\t\t\t\t<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\" ><img decoding=\"async\" width=\"512\" height=\"512\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039;%20viewBox%3D&#039;0%200%20512%20512&#039;%2F%3E\" class=\"attachment-full size-full preload-me aspect lazy lazy-load\" alt=\"\" sizes=\"(max-width: 512px) 100vw, 512px\" style=\"--ratio: 512 \/ 512;\" data-src=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-4-1.png\" loading=\"eager\" data-srcset=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-4-1.png 512w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-4-1-300x300.png 300w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-4-1-150x150.png 150w\" \/><span class=\"the7-hover-icon\"><\/span><\/a>\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"box-content\">\n\t\t\t\t\t<div class=\"box-description\">The program learning expands beyond the curriculum with value-added courses and MOOCs, enabling self-paced learning from renowned institutions like Harvard Business School for a comprehensive educational experience.<\/div>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2acc6dc elementor-invisible\" data-id=\"2acc6dc\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2065254 elementor-widget__width-initial content-align-left icon-vertical-align-start elementor-widget elementor-widget-the7_image_box_widget\" data-id=\"2065254\" data-element_type=\"widget\" data-widget_type=\"the7_image_box_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\t\t<div class=\"the7-box-wrapper the7-elementor-widget the7_image_box_widget-2065254\">\t\t\t<div class=\"box-content-wrapper\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image-div \">\n\t\t\t\t\t<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\" ><img decoding=\"async\" width=\"512\" height=\"512\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039;%20viewBox%3D&#039;0%200%20512%20512&#039;%2F%3E\" class=\"attachment-full size-full preload-me aspect lazy lazy-load\" alt=\"\" sizes=\"(max-width: 512px) 100vw, 512px\" style=\"--ratio: 512 \/ 512;\" data-src=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-5.png\" loading=\"eager\" data-srcset=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-5.png 512w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-5-300x300.png 300w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-5-150x150.png 150w\" \/><span class=\"the7-hover-icon\"><\/span><\/a>\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"box-content\">\n\t\t\t\t\t<div class=\"box-description\">Students have access to leading industry experts and esteemed faculty members who are at the forefront of their fields, providing practical insights and bridging the gap between theory and real-world application.<\/div>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-76d1c8f elementor-invisible\" data-id=\"76d1c8f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-669273a content-align-left icon-vertical-align-start elementor-widget elementor-widget-the7_image_box_widget\" data-id=\"669273a\" data-element_type=\"widget\" data-widget_type=\"the7_image_box_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\t\t<div class=\"the7-box-wrapper the7-elementor-widget the7_image_box_widget-669273a\">\t\t\t<div class=\"box-content-wrapper\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image-div \">\n\t\t\t\t\t<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\" ><img decoding=\"async\" width=\"512\" height=\"512\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039;%20viewBox%3D&#039;0%200%20512%20512&#039;%2F%3E\" class=\"attachment-full size-full preload-me aspect lazy lazy-load\" alt=\"\" sizes=\"(max-width: 512px) 100vw, 512px\" style=\"--ratio: 512 \/ 512;\" data-src=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-6.png\" loading=\"eager\" data-srcset=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-6.png 512w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-6-300x300.png 300w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-6-150x150.png 150w\" \/><span class=\"the7-hover-icon\"><\/span><\/a>\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"box-content\">\n\t\t\t\t\t<div class=\"box-description\">Collaborations with national and international management professors bring a global perspective to the curriculum, fostering a deep understanding of diverse business environments and cultivating a global mindset among students.<\/div>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4eb0fe7 elementor-absolute elementor-hidden-tablet elementor-hidden-mobile elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"4eb0fe7\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\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-arrow-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"><\/path><\/svg>\t\t\t<\/div>\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-0703e05 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0703e05\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d7b32b2 elementor-invisible\" data-id=\"d7b32b2\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0cdfe7b elementor-absolute elementor-hidden-tablet elementor-hidden-mobile elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"0cdfe7b\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\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-arrow-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a95b57d content-align-left icon-vertical-align-start elementor-widget elementor-widget-the7_image_box_widget\" data-id=\"a95b57d\" data-element_type=\"widget\" data-widget_type=\"the7_image_box_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\t\t<div class=\"the7-box-wrapper the7-elementor-widget the7_image_box_widget-a95b57d\">\t\t\t<div class=\"box-content-wrapper\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image-div \">\n\t\t\t\t\t<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\" ><img decoding=\"async\" width=\"512\" height=\"512\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039;%20viewBox%3D&#039;0%200%20512%20512&#039;%2F%3E\" class=\"attachment-full size-full preload-me aspect lazy lazy-load\" alt=\"\" sizes=\"(max-width: 512px) 100vw, 512px\" style=\"--ratio: 512 \/ 512;\" data-src=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-7.png\" loading=\"eager\" data-srcset=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-7.png 512w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-7-300x300.png 300w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-7-150x150.png 150w\" \/><span class=\"the7-hover-icon\"><\/span><\/a>\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"box-content\">\n\t\t\t\t\t<div class=\"box-description\">With a strong emphasis on research, our MBA program develops students' critical thinking skills, empowering them to analyze complex business issues and contribute to the advancement of knowledge in the field. Students are prepared to become influential thought leaders and change agents in their respective domains.\n<\/div>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d82d3fb elementor-invisible\" data-id=\"d82d3fb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-44d4415 content-align-left icon-vertical-align-start elementor-widget elementor-widget-the7_image_box_widget\" data-id=\"44d4415\" data-element_type=\"widget\" data-widget_type=\"the7_image_box_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\t\t<div class=\"the7-box-wrapper the7-elementor-widget the7_image_box_widget-44d4415\">\t\t\t<div class=\"box-content-wrapper\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image-div \">\n\t\t\t\t\t<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\" ><img decoding=\"async\" width=\"512\" height=\"512\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039;%20viewBox%3D&#039;0%200%20512%20512&#039;%2F%3E\" class=\"attachment-full size-full preload-me aspect lazy lazy-load\" alt=\"\" sizes=\"(max-width: 512px) 100vw, 512px\" style=\"--ratio: 512 \/ 512;\" data-src=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-8.png\" loading=\"eager\" data-srcset=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-8.png 512w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-8-300x300.png 300w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2024\/12\/number-8-150x150.png 150w\" \/><span class=\"the7-hover-icon\"><\/span><\/a>\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"box-content\">\n\t\t\t\t\t<div class=\"box-description\">The program offers dual specialization advantages in the areas of Marketing, Human Resources, Finance, Entrepreneurship, and International Business.\n<\/div>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-ab1165c\" data-id=\"ab1165c\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-85fb7d7 elementor-section-stretched elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"85fb7d7\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;tilt&quot;}\">\n\t\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0,6V0h1000v100L0,6z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5f19b94\" data-id=\"5f19b94\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-836cb2b elementor-widget elementor-widget-text-editor\" data-id=\"836cb2b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Apply Today For<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e595bc elementor-widget elementor-widget-heading\" data-id=\"5e595bc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CASSM PRogram<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac89642 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"ac89642\" data-element_type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New Form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"802\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"ac89642\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"MBA - Cassm\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"802\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tStudent Name\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Name\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tStudent Email\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Email\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-field_fc0465f elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_fc0465f\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tStudent Mobile No.\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[field_fc0465f]\" id=\"form-field-field_fc0465f\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Mobile No.\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Only numbers and phone characters (#, -, *, etc) are accepted.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-date elementor-field-group elementor-column elementor-field-group-field_7408132 elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_7408132\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tSelect DOB\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\n\t\t<input type=\"date\" name=\"form_fields[field_7408132]\" id=\"form-field-field_7408132\" class=\"elementor-field elementor-size-sm  elementor-field-textual elementor-date-field elementor-use-native\" placeholder=\"DOB\" pattern=\"[0-9]{4}-[0-9]{2}-[0-9]{2}\">\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_762fadf elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_762fadf\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tStudent City\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_762fadf]\" id=\"form-field-field_762fadf\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"City\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_4f4e364 elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_4f4e364\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tProgram\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[field_4f4e364]\" id=\"form-field-field_4f4e364\" class=\"elementor-field-textual elementor-size-sm\">\n\t\t\t\t\t\t\t\t\t<option value=\"Select Program--\">Select Program--<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Master of Business Administration (MBA)\">Master of Business Administration (MBA)<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Master of Arts (MA) Economics\">Master of Arts (MA) Economics<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Call me back<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-cb76527\" data-id=\"cb76527\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-42d3ee4 elementor-widget elementor-widget-heading\" data-id=\"42d3ee4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why Choose us?<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd2a088 content-align-left icon-box-vertical-align-top icon-position-left icon-vertical-align-start elementor-invisible elementor-widget elementor-widget-the7_icon_box_grid_widget\" data-id=\"fd2a088\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"the7_icon_box_grid_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"the7-box-grid-wrapper the7-elementor-widget loading-effect-none the7_icon_box_grid_widget-fd2a088\">\t\t\t<div class=\"dt-css-grid\">\n\t\t\t\t\t\t\t\t\t<div class=\"wf-cell shown\">\n\t\t\t\t\t\t<a class=\"the7-icon-box-grid box-hover\" aria-label=\"Inter-disciplinary Teaching, Learning and Research\">\t\t\t\t\t\t\t<div class=\"box-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-div\">\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-search\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"box-heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tInter-disciplinary Teaching, Learning and Research\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"wf-cell shown\">\n\t\t\t\t\t\t<a class=\"the7-icon-box-grid box-hover\" aria-label=\"Global Faculty and Thought Leadership\">\t\t\t\t\t\t\t<div class=\"box-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-div\">\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-tags\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"box-heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGlobal Faculty and Thought Leadership\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"wf-cell shown\">\n\t\t\t\t\t\t<a class=\"the7-icon-box-grid box-hover\" aria-label=\"Policy Experts, Business Practitioners and Corporate Mentoring\">\t\t\t\t\t\t\t<div class=\"box-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-div\">\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-tags\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"box-heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tPolicy Experts, Business Practitioners and Corporate Mentoring\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"wf-cell shown\">\n\t\t\t\t\t\t<a class=\"the7-icon-box-grid box-hover\" aria-label=\"Experiential Learning through Internships\">\t\t\t\t\t\t\t<div class=\"box-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-div\">\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-tags\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"box-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"box-heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tExperiential Learning through Internships\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-46d30e2 elementor-section-full_width elementor-section-height-min-height elementor-section-stretched elementor-section-height-default elementor-section-items-middle\" data-id=\"46d30e2\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0a556b3\" data-id=\"0a556b3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-67154c5 elementor-widget elementor-widget-heading\" data-id=\"67154c5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Students Love Us\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1860eee elementor-widget elementor-widget-heading\" data-id=\"1860eee\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What Our Students Say!<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3f3f708 elementor-widget elementor-widget-spacer\" data-id=\"3f3f708\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-cf0dc3d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"cf0dc3d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ef2c8e3\" data-id=\"ef2c8e3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-31eff62 arrows-relative-to-box_area bullets-small-dot-stroke elementor-widget elementor-widget-the7_testimonials_carousel\" data-id=\"31eff62\" data-element_type=\"widget\" data-settings=\"{&quot;widget_columns&quot;:3,&quot;widget_columns_tablet&quot;:2,&quot;widget_columns_mobile&quot;:1,&quot;gap_between_posts&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;gap_between_posts_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;gap_between_posts_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"the7_testimonials_carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"disable-arrows-hover-bg owl-carousel testimonials-carousel elementor-owl-carousel-call the7-elementor-widget the7_testimonials_carousel-31eff62 quick-scale-img\" data-scroll-mode=\"1\" data-auto-height=\"false\" data-speed=\"600\" data-autoplay=\"false\" data-autoplay_speed=\"\"><div  class=\"dt-owl-item-wrap hide-btn elements-hover\"  ><div class=\"dt-owl-item-inner \"><div  class=\"dt-owl-item-image layzr-bg img-css-resize-wrapper\"> <img decoding=\"async\" width=\"300\" height=\"300\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039;%20viewBox%3D&#039;0%200%20300%20300&#039;%2F%3E\" class=\"attachment-full size-full preload-me aspect lazy lazy-load\" alt=\"\" sizes=\"(max-width: 300px) 100vw, 300px\" style=\"--ratio: 300 \/ 300;\" data-src=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2025\/02\/2.jpg\" loading=\"eager\" data-srcset=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2025\/02\/2.jpg 300w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2025\/02\/2-150x150.jpg 150w\" \/><\/div><h4  class=\"dt-owl-item-heading\">Arisia Rajput <\/h4><h6  class=\"dt-owl-item-subtitle\">(MBA 2023-2025)<\/h6><div class=\"dt-owl-item-description\">My experience at CASSM has been amazing. With their excellent placement support, I secured a role at WNS Global Services, Gurgaon, which has been a great start to my career. The faculty at CASSM provided personalised guidance throughout the process, from resume building to interview preparation.<\/div><\/div><\/div><div  class=\"dt-owl-item-wrap hide-btn elements-hover\"  ><div class=\"dt-owl-item-inner \"><div  class=\"dt-owl-item-image layzr-bg img-css-resize-wrapper\"> <img decoding=\"async\" width=\"504\" height=\"524\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039;%20viewBox%3D&#039;0%200%20504%20524&#039;%2F%3E\" class=\"attachment-full size-full preload-me aspect lazy lazy-load\" alt=\"\" sizes=\"(max-width: 504px) 100vw, 504px\" style=\"--ratio: 504 \/ 524;\" data-src=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2025\/02\/Arvind_MBA_2023-2025.png\" loading=\"eager\" data-srcset=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2025\/02\/Arvind_MBA_2023-2025.png 504w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2025\/02\/Arvind_MBA_2023-2025-289x300.png 289w\" \/><\/div><h4  class=\"dt-owl-item-heading\">Arvind<\/h4><h6  class=\"dt-owl-item-subtitle\">(MBA 2023-2025)<\/h6><div class=\"dt-owl-item-description\">During my MBA, I specialized in finance &amp; marketing, gained expertise in strategic business concepts. Internship at Pladis Global enhanced my skills in sales strategies &amp; data-driven market insights. Research projects &amp; presentations at CASSM further refined my analytical &amp; communication abilities, preparing me for dynamic corporate roles.<\/div><\/div><\/div><div  class=\"dt-owl-item-wrap hide-btn elements-hover\"  ><div class=\"dt-owl-item-inner \"><div  class=\"dt-owl-item-image layzr-bg img-css-resize-wrapper\"> <img decoding=\"async\" width=\"300\" height=\"300\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039;%20viewBox%3D&#039;0%200%20300%20300&#039;%2F%3E\" class=\"attachment-full size-full preload-me aspect lazy lazy-load\" alt=\"\" sizes=\"(max-width: 300px) 100vw, 300px\" style=\"--ratio: 300 \/ 300;\" data-src=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2025\/02\/3.jpg\" loading=\"eager\" data-srcset=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2025\/02\/3.jpg 300w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2025\/02\/3-150x150.jpg 150w\" \/><\/div><h4  class=\"dt-owl-item-heading\">Pooja Alagh<\/h4><h6  class=\"dt-owl-item-subtitle\">(MBA 2023-2025)<\/h6><div class=\"dt-owl-item-description\">I am excited to share that I have been successfully placed as a Business Development Associate (BDA) at Intellipaat Software Solutions. Grateful to CASSM and my mentors for their continuous guidance and support.<\/div><\/div><\/div><div  class=\"dt-owl-item-wrap hide-btn elements-hover\"  ><div class=\"dt-owl-item-inner \"><div  class=\"dt-owl-item-image layzr-bg img-css-resize-wrapper\"> <img decoding=\"async\" width=\"300\" height=\"300\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039;%20viewBox%3D&#039;0%200%20300%20300&#039;%2F%3E\" class=\"attachment-full size-full preload-me aspect lazy lazy-load\" alt=\"\" sizes=\"(max-width: 300px) 100vw, 300px\" style=\"--ratio: 300 \/ 300;\" data-src=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2025\/02\/4.jpg\" loading=\"eager\" data-srcset=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2025\/02\/4.jpg 300w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2025\/02\/4-150x150.jpg 150w\" \/><\/div><h4  class=\"dt-owl-item-heading\">Eshika<\/h4><h6  class=\"dt-owl-item-subtitle\">(MBA 2023-25)<\/h6><div class=\"dt-owl-item-description\">The practical knowledge I gained through the curriculum gave me the confidence to succeed in my new role. I'm grateful for the support I received and highly recommend CASSM to anyone looking to launch their career.<\/div><\/div><\/div><div  class=\"dt-owl-item-wrap hide-btn elements-hover\"  ><div class=\"dt-owl-item-inner \"><div  class=\"dt-owl-item-image layzr-bg img-css-resize-wrapper\"> <img decoding=\"async\" width=\"300\" height=\"300\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039;%20viewBox%3D&#039;0%200%20300%20300&#039;%2F%3E\" class=\"attachment-full size-full preload-me aspect lazy lazy-load\" alt=\"\" sizes=\"(max-width: 300px) 100vw, 300px\" style=\"--ratio: 300 \/ 300;\" data-src=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2025\/02\/1-3.jpg\" loading=\"eager\" data-srcset=\"https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2025\/02\/1-3.jpg 300w, https:\/\/idcindia.org\/cassm\/wp-content\/uploads\/2025\/02\/1-3-150x150.jpg 150w\" \/><\/div><h4  class=\"dt-owl-item-heading\">Vaibhav<\/h4><h6  class=\"dt-owl-item-subtitle\">(MBA 23-25)<\/h6><div class=\"dt-owl-item-description\">What I love about CASSM is the balance between academia and real-world application. The location in Chandigarh is perfect for networking with industry professionals, and the advanced courses truly keep us ahead in the competitive job market.<\/div><\/div><\/div><\/div><div class=\"owl-nav disabled\"><div class=\"owl-prev\" role=\"button\"><svg class=\"e-font-icon-svg e-fas-chevron-left\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z\"><\/path><\/svg><\/div><div class=\"owl-next\" role=\"button\"><svg class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Master of Business Administration (MBA) MBA with Dual Specialisation Video Play Icon Animation &times; About the program Master of Business Administration (MBA) with Dual Specialisation at CASSM The MBA program at the Centre for Advanced Studies in Social Science and Management (CASSM) goes beyond traditional classroom learning by providing students access to leading industry experts&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-802","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/idcindia.org\/cassm\/wp-json\/wp\/v2\/pages\/802","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/idcindia.org\/cassm\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/idcindia.org\/cassm\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/idcindia.org\/cassm\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/idcindia.org\/cassm\/wp-json\/wp\/v2\/comments?post=802"}],"version-history":[{"count":361,"href":"https:\/\/idcindia.org\/cassm\/wp-json\/wp\/v2\/pages\/802\/revisions"}],"predecessor-version":[{"id":3582,"href":"https:\/\/idcindia.org\/cassm\/wp-json\/wp\/v2\/pages\/802\/revisions\/3582"}],"wp:attachment":[{"href":"https:\/\/idcindia.org\/cassm\/wp-json\/wp\/v2\/media?parent=802"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}