{"id":2200,"date":"2023-07-17T04:54:12","date_gmt":"2023-07-17T04:54:12","guid":{"rendered":"http:\/\/www.coasolapur.in\/?page_id=2200"},"modified":"2025-07-01T10:08:52","modified_gmt":"2025-07-01T10:08:52","slug":"events","status":"publish","type":"page","link":"https:\/\/www.coasolapur.in\/?page_id=2200","title":{"rendered":"Events"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2200\" class=\"elementor elementor-2200\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-63438b1 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"63438b1\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&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-5f0e38f\" data-id=\"5f0e38f\" 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-3e37c20 elementor-widget elementor-widget-heading\" data-id=\"3e37c20\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 25-07-2024 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h4 class=\"elementor-heading-title elementor-size-large\"><b>Events<\/b><\/h4>\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-af822e7 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"af822e7\" 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-top-column elementor-element elementor-element-f77006d\" data-id=\"f77006d\" 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-b1e7771 elementor-widget elementor-widget-html\" data-id=\"b1e7771\" 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>Events Gallery<\/title>\r\n    <style>\r\n        body {\r\n            font-family: Arial, sans-serif;\r\n            margin: 0;\r\n            padding: 0;\r\n            background-color: #f4f4f4;\r\n        }\r\n        .header {\r\n            text-align: center;\r\n            padding: 50px 20px;\r\n            background: linear-gradient(90deg, #333, #f28c38); \/* Dark gray to orange gradient *\/\r\n            color: white;\r\n        }\r\n        .gallery {\r\n            display: grid;\r\n            grid-template-columns: repeat(2, 1fr); \/* Exactly 2 images per row *\/\r\n            gap: 30px; \/* Space between boxes for clarity *\/\r\n            padding: 20px;\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n        .gallery-item {\r\n            text-align: center;\r\n            background-color: #333; \/* Dark gray background for boxes *\/\r\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); \/* Drop shadow *\/\r\n            border-radius: 10px; \/* Rounded corners for the entire box *\/\r\n            animation: fadeIn 1s ease-in-out; \/* Fade-in animation on load *\/\r\n            transition: transform 0.3s, box-shadow 0.3s; \/* Smooth hover transition *\/\r\n            padding: 5px; \/* Slight padding to encapsulate image and text *\/\r\n        }\r\n        .gallery-item:hover {\r\n            transform: translateY(-5px); \/* Lift effect on hover *\/\r\n            box-shadow: 0 8px 16px rgba(242, 140, 56, 0.3); \/* Orange-tinted shadow on hover *\/\r\n        }\r\n        .gallery-item img {\r\n            width: 100%;\r\n            height: 150px; \/* Increased height to emphasize image size *\/\r\n            object-fit: cover;\r\n            cursor: pointer;\r\n            border-radius: 20px 0 0 20px; \/* Rounded top-left and bottom-left corners *\/\r\n        }\r\n        .gallery-item p {\r\n            margin: 5px 0 0; \/* Reduced margin for tighter text fit *\/\r\n            font-size: 14px; \/* Font size for compact text *\/\r\n            color: #f28c38; \/* Orange text *\/\r\n            min-height: 30px; \/* Increased height for text alignment *\/\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 5px;\r\n        }\r\n        .fullscreen {\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.9);\r\n            justify-content: center;\r\n            align-items: center;\r\n            z-index: 1000;\r\n        }\r\n        .fullscreen img {\r\n            max-width: 90%;\r\n            max-height: 90%;\r\n            object-fit: contain;\r\n            border-radius: 0; \/* No rounded corners in fullscreen *\/\r\n        }\r\n        .close-btn {\r\n            position: absolute;\r\n            top: 20px;\r\n            right: 20px;\r\n            color: #f28c38; \/* Orange close button *\/\r\n            font-size: 30px;\r\n            cursor: pointer;\r\n        }\r\n        \/* Fade-in animation keyframes *\/\r\n        @keyframes fadeIn {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(20px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"header\">\r\n        <h1>Event Gallery<\/h1>\r\n        <p>Explore our memorable moments<\/p>\r\n    <\/div>\r\n    <div class=\"gallery\" id=\"gallery\">\r\n        <!-- 20 images with text -->\r\n        <div class=\"gallery-item\">\r\n            <img decoding=\"async\" src=\"http:\/\/www.coasolapur.in\/wp-content\/uploads\/2025\/07\/Tree-Plantation-30-June-2025.jpg\" alt=\"Event 1\">\r\n            <p>Tree Plantation 30\/06\/2025<\/p>\r\n        <\/div>\r\n        <div class=\"gallery-item\">\r\n            <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x150?text=Event+2\" alt=\"Event 2\">\r\n            <p>Team Building Retreat<\/p>\r\n        <\/div>\r\n        <div class=\"gallery-item\">\r\n            <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x150?text=Event+3\" alt=\"Event 3\">\r\n            <p>Community Outreach Day<\/p>\r\n        <\/div>\r\n        <div class=\"gallery-item\">\r\n            <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x150?text=Event+4\" alt=\"Event 4\">\r\n            <p>Product Launch Event<\/p>\r\n        <\/div>\r\n        <div class=\"gallery-item\">\r\n            <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x150?text=Event+5\" alt=\"Event 5\">\r\n            <p>Summer Festival 2024<\/p>\r\n        <\/div>\r\n        <div class=\"gallery-item\">\r\n            <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x150?text=Event+6\" alt=\"Event 6\">\r\n            <p>Charity Run<\/p>\r\n        <\/div>\r\n        <div class=\"gallery-item\">\r\n            <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x150?text=Event+7\" alt=\"Event 7\">\r\n            <p>Tech Conference 2024<\/p>\r\n        <\/div>\r\n        <div class=\"gallery-item\">\r\n            <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x150?text=Event+8\" alt=\"Event 8\">\r\n            <p>Art Exhibition<\/p>\r\n        <\/div>\r\n        <div class=\"gallery-item\">\r\n            <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x150?text=Event+9 AW\" alt=\"Event 9\">\r\n            <p>Music Night<\/p>\r\n        <\/div>\r\n        <div class=\"gallery-item\">\r\n            <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x150?text=Event+10\" alt=\"Event 10\">\r\n            <p>Food Festival<\/p>\r\n        <\/div>\r\n        <div class=\"gallery-item\">\r\n            <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x150?text=Event+11\" alt=\"Event 11\">\r\n            <p>Startup Pitch Night<\/p>\r\n        <\/div>\r\n        <div class=\"gallery-item\">\r\n            <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x150?text=Event+12\" alt=\"Event 12\">\r\n            <p>Volunteer Day<\/p>\r\n        <\/div>\r\n        <div class=\"gallery-item\">\r\n            <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x150?text=Event+13\" alt=\"Event 13\">\r\n            <p>Science Fair<\/p>\r\n        <\/div>\r\n        <div class=\"gallery-item\">\r\n            <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x150?text=Event+14\" alt=\"Event 14\">\r\n            <p>Cultural Celebration<\/p>\r\n        <\/div>\r\n        <div class=\"gallery-item\">\r\n            <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x150?text=Event+15\" alt=\"Event 15\">\r\n            <p>Networking Event<\/p>\r\n        <\/div>\r\n        <div class=\"gallery-item\">\r\n            <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x150?text=Event+16\" alt=\"Event 16\">\r\n            <p>Book Launch<\/p>\r\n        <\/div>\r\n        <div class=\"gallery-item\">\r\n            <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x150?text=Event+17\" alt=\"Event 17\">\r\n            <p>Film Screening<\/p>\r\n        <\/div>\r\n        <div class=\"gallery-item\">\r\n            <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x150?text=Event+18\" alt=\"Event 18\">\r\n            <p>Health Workshop<\/p>\r\n        <\/div>\r\n        <div class=\"gallery-item\">\r\n            <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x150?text=Event+19\" alt=\"Event 19\">\r\n            <p>Environmental Campaign<\/p>\r\n        <\/div>\r\n        <div class=\"gallery-item\">\r\n            <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x150?text=Event+20\" alt=\"Event 20\">\r\n            <p>Winter Gala 2024<\/p>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"fullscreen\" id=\"fullscreen\">\r\n        <span class=\"close-btn\" onclick=\"closeFullscreen()\">\u00d7<\/span>\r\n        <img decoding=\"async\" id=\"fullscreen-img\" src=\"\" alt=\"Fullscreen Image\">\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ Fullscreen functionality\r\n        const galleryImages = document.querySelectorAll('.gallery-item img');\r\n        const fullscreen = document.getElementById('fullscreen');\r\n        const fullscreenImg = document.getElementById('fullscreen-img');\r\n\r\n        galleryImages.forEach(img => {\r\n            img.addEventListener('click', () => {\r\n                fullscreenImg.src = img.src;\r\n                fullscreenImg.alt = img.alt;\r\n                fullscreen.style.display = 'flex';\r\n            });\r\n        });\r\n\r\n        function closeFullscreen() {\r\n            fullscreen.style.display = 'none';\r\n        }\r\n\r\n        \/\/ Function to add new images with text dynamically\r\n        function addImage(src, alt, text) {\r\n            const galleryItem = document.createElement('div');\r\n            galleryItem.className = 'gallery-item';\r\n            const img = document.createElement('img');\r\n            img.src = src;\r\n            img.alt = alt;\r\n            const p = document.createElement('p');\r\n            p.textContent = text;\r\n            galleryItem.appendChild(img);\r\n            galleryItem.appendChild(p);\r\n            img.addEventListener('click', () => {\r\n                fullscreenImg.src = img.src;\r\n                fullscreenImg.alt = img.alt;\r\n                fullscreen.style.display = 'flex';\r\n            });\r\n            document.getElementById('gallery').appendChild(galleryItem);\r\n        }\r\n\r\n        \/\/ Example of adding a new image with text (can be called as needed)\r\n        \/\/ addImage('https:\/\/via.placeholder.com\/300x150?text=New+Event', 'New Event', 'New Event Description');\r\n    <\/script>\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b6da7ec elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"b6da7ec\" 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-top-column elementor-element elementor-element-edf1f4c\" data-id=\"edf1f4c\" 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-a4646fd elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"a4646fd\" 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-d07ccac\" data-id=\"d07ccac\" 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-ea85d9c elementor-widget elementor-widget-image\" data-id=\"ea85d9c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 25-07-2024 *\/\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\/style>\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"583\" height=\"437\" src=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/12.-International-Yoga-Day-celebration.jpg\" class=\"attachment-large size-large wp-image-2808\" alt=\"\" srcset=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/12.-International-Yoga-Day-celebration.jpg 583w, https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/12.-International-Yoga-Day-celebration-300x225.jpg 300w\" sizes=\"(max-width: 583px) 100vw, 583px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a262ef elementor-widget elementor-widget-text-editor\" data-id=\"1a262ef\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 25-07-2024 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\/style>\t\t\t\t<p><b>International Yoga Day<\/b><\/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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-05935a5\" data-id=\"05935a5\" 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-6f9cfa6 elementor-widget elementor-widget-image\" data-id=\"6f9cfa6\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"626\" height=\"470\" src=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/11.-Shiv-rajabhishek-day-celebration.jpg\" class=\"attachment-large size-large wp-image-2809\" alt=\"\" srcset=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/11.-Shiv-rajabhishek-day-celebration.jpg 626w, https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/11.-Shiv-rajabhishek-day-celebration-300x225.jpg 300w\" sizes=\"(max-width: 626px) 100vw, 626px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e5cd60 elementor-widget elementor-widget-text-editor\" data-id=\"1e5cd60\" 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><b>Shiv Rajabhishek Day<\/b><\/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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7a626ad\" data-id=\"7a626ad\" 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-fa3782e elementor-widget elementor-widget-image\" data-id=\"fa3782e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"666\" height=\"500\" src=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/10.-Dr.-Babasaheb-Ambedkar-Jayanti-celebration.jpg\" class=\"attachment-large size-large wp-image-2810\" alt=\"\" srcset=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/10.-Dr.-Babasaheb-Ambedkar-Jayanti-celebration.jpg 666w, https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/10.-Dr.-Babasaheb-Ambedkar-Jayanti-celebration-300x225.jpg 300w\" sizes=\"(max-width: 666px) 100vw, 666px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73bc20f elementor-widget elementor-widget-text-editor\" data-id=\"73bc20f\" 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><b>Dr. Babasaheb Ambedkar Jayanti<\/b><\/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<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-9cf7e57 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"9cf7e57\" 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-f6f1916\" data-id=\"f6f1916\" 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-73e9008 elementor-widget elementor-widget-image\" data-id=\"73e9008\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"594\" height=\"445\" src=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/9.-Huatma-din-celebration.jpg\" class=\"attachment-large size-large wp-image-2814\" alt=\"\" srcset=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/9.-Huatma-din-celebration.jpg 594w, https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/9.-Huatma-din-celebration-300x225.jpg 300w\" sizes=\"(max-width: 594px) 100vw, 594px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1953b15 elementor-widget elementor-widget-text-editor\" data-id=\"1953b15\" 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><b>Hutatma Day<\/b><\/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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a37876f\" data-id=\"a37876f\" 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-8d31ba8 elementor-widget elementor-widget-image\" data-id=\"8d31ba8\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"718\" height=\"539\" src=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/6.Counselling-programme-for-freshers-1.jpg\" class=\"attachment-large size-large wp-image-2832\" alt=\"\" srcset=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/6.Counselling-programme-for-freshers-1.jpg 718w, https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/6.Counselling-programme-for-freshers-1-300x225.jpg 300w\" sizes=\"(max-width: 718px) 100vw, 718px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-53c94e8 elementor-widget elementor-widget-text-editor\" data-id=\"53c94e8\" 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><b>Counselling Program for Freshers<\/b><br><\/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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-cf47624\" data-id=\"cf47624\" 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-bde8a05 elementor-widget elementor-widget-image\" data-id=\"bde8a05\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"646\" height=\"484\" src=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/7.Engineers-day-celebration-1.jpg\" class=\"attachment-large size-large wp-image-2822\" alt=\"\" srcset=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/7.Engineers-day-celebration-1.jpg 646w, https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/7.Engineers-day-celebration-1-300x225.jpg 300w\" sizes=\"(max-width: 646px) 100vw, 646px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-faeb920 elementor-widget elementor-widget-text-editor\" data-id=\"faeb920\" 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><b>Engineer&#8217;s Day<\/b><\/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<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-bcfc567 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"bcfc567\" 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-dd4e5b7\" data-id=\"dd4e5b7\" 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-2275ea3 elementor-widget elementor-widget-image\" data-id=\"2275ea3\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"420\" height=\"194\" src=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/4b.Ganesh-utsav-celebration.jpg\" class=\"attachment-large size-large wp-image-2830\" alt=\"\" srcset=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/4b.Ganesh-utsav-celebration.jpg 420w, https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/4b.Ganesh-utsav-celebration-300x139.jpg 300w\" sizes=\"(max-width: 420px) 100vw, 420px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21e561b elementor-widget elementor-widget-text-editor\" data-id=\"21e561b\" 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><b>Ganesh Utsav<\/b><\/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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8d08568\" data-id=\"8d08568\" 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-332d9a3 elementor-widget elementor-widget-image\" data-id=\"332d9a3\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"270\" src=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/3.-RajivGandhi-sadbhavana-day-celebration.jpg\" class=\"attachment-large size-large wp-image-2829\" alt=\"\" srcset=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/3.-RajivGandhi-sadbhavana-day-celebration.jpg 602w, https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/3.-RajivGandhi-sadbhavana-day-celebration-300x135.jpg 300w\" sizes=\"(max-width: 602px) 100vw, 602px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d227a4e elementor-widget elementor-widget-text-editor\" data-id=\"d227a4e\" 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><b>Rajiv Gandhi Sadbhavana Day<\/b><\/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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-39dca8b\" data-id=\"39dca8b\" 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-8d6778b elementor-widget elementor-widget-image\" data-id=\"8d6778b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"505\" height=\"227\" src=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/1.-75th-Independence-day-celebration-1.jpg\" class=\"attachment-large size-large wp-image-2827\" alt=\"\" srcset=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/1.-75th-Independence-day-celebration-1.jpg 505w, https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/1.-75th-Independence-day-celebration-1-300x135.jpg 300w\" sizes=\"(max-width: 505px) 100vw, 505px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f9c0fc1 elementor-widget elementor-widget-text-editor\" data-id=\"f9c0fc1\" 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><b>75th Independence Day<\/b><\/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<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e04624d elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"e04624d\" 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-de6755c\" data-id=\"de6755c\" 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-ac95b39 elementor-widget elementor-widget-image\" data-id=\"ac95b39\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"715\" height=\"402\" src=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/5.Teachers-Day-celebration-1.jpg\" class=\"attachment-large size-large wp-image-2831\" alt=\"\" srcset=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/5.Teachers-Day-celebration-1.jpg 715w, https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/5.Teachers-Day-celebration-1-300x169.jpg 300w\" sizes=\"(max-width: 715px) 100vw, 715px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4add0ec elementor-widget elementor-widget-text-editor\" data-id=\"4add0ec\" 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><b>Teacher&#8217;s Day<\/b><\/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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-73c8d2e\" data-id=\"73c8d2e\" 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-0d732cb elementor-widget elementor-widget-image\" data-id=\"0d732cb\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"175\" height=\"335\" src=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/2.-Solapur-University-day-celebration-e1691322047100.jpg\" class=\"attachment-large size-large wp-image-2828\" alt=\"\" srcset=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/2.-Solapur-University-day-celebration-e1691322047100.jpg 175w, https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/2.-Solapur-University-day-celebration-e1691322047100-157x300.jpg 157w\" sizes=\"(max-width: 175px) 100vw, 175px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-05318af elementor-widget elementor-widget-text-editor\" data-id=\"05318af\" 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><b>Solapur University Day<\/b><\/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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2940744\" data-id=\"2940744\" 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-4044f34 elementor-widget elementor-widget-image\" data-id=\"4044f34\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"248\" height=\"362\" src=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/8.-73rd-Repbublic-day-celebration-e1691317981404.jpg\" class=\"attachment-large size-large wp-image-2815\" alt=\"\" srcset=\"https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/8.-73rd-Repbublic-day-celebration-e1691317981404.jpg 248w, https:\/\/www.coasolapur.in\/wp-content\/uploads\/2023\/08\/8.-73rd-Repbublic-day-celebration-e1691317981404-206x300.jpg 206w\" sizes=\"(max-width: 248px) 100vw, 248px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-836a653 elementor-widget elementor-widget-text-editor\" data-id=\"836a653\" 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=\"font-weight: bold; text-align: center;\">73rd Republic Day<\/span><\/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<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Events Events Gallery Event Gallery Explore our memorable moments Tree Plantation 30\/06\/2025 Team Building Retreat Community Outreach Day Product Launch Event Summer Festival 2024 Charity Run Tech Conference 2024 Art Exhibition Music Night Food Festival Startup Pitch Night Volunteer Day Science Fair Cultural Celebration Networking Event Book Launch Film Screening Health Workshop Environmental Campaign Winter &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/www.coasolapur.in\/?page_id=2200\"> <span class=\"screen-reader-text\">Events<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":""},"_links":{"self":[{"href":"https:\/\/www.coasolapur.in\/index.php?rest_route=\/wp\/v2\/pages\/2200"}],"collection":[{"href":"https:\/\/www.coasolapur.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.coasolapur.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.coasolapur.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.coasolapur.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2200"}],"version-history":[{"count":28,"href":"https:\/\/www.coasolapur.in\/index.php?rest_route=\/wp\/v2\/pages\/2200\/revisions"}],"predecessor-version":[{"id":5558,"href":"https:\/\/www.coasolapur.in\/index.php?rest_route=\/wp\/v2\/pages\/2200\/revisions\/5558"}],"wp:attachment":[{"href":"https:\/\/www.coasolapur.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2200"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}