{"id":121,"date":"2024-12-03T06:52:53","date_gmt":"2024-12-03T06:52:53","guid":{"rendered":"http:\/\/source.wpopal.com\/motiox\/?page_id=121"},"modified":"2025-09-28T08:46:20","modified_gmt":"2025-09-28T08:46:20","slug":"home-1","status":"publish","type":"page","link":"https:\/\/mim.mariancollege.org\/caligo\/","title":{"rendered":"Home 1"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"121\" class=\"elementor elementor-121\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-68d449c e-flex e-con-boxed e-con e-parent\" data-id=\"68d449c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=ABaotY8SBUg&quot;,&quot;background_privacy_mode&quot;:&quot;yes&quot;,&quot;background_video_end&quot;:45,&quot;background_video_start&quot;:10,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-background-video-container\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\"><\/div>\n\t\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-e32a27a elementor-widget elementor-widget-image\" data-id=\"e32a27a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/elementor\/thumbs\/AT-Pro-scaled-rcewgmri4d1xqi412gowii8lkrdm9164fbty60x2pg.png\" title=\"AT Pro\" alt=\"AT Pro\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ba6634 elementor-widget elementor-widget-heading\" data-id=\"7ba6634\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">PRESENTS<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c84a0db elementor-widget elementor-widget-heading\" data-id=\"c84a0db\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CALIGO 2025<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eafb446 elementor-widget__width-initial motiox-elementor-headline--style-default elementor-widget elementor-widget-motiox-animated-headline\" data-id=\"eafb446\" data-element_type=\"widget\" data-settings=\"{&quot;headline_style&quot;:&quot;default&quot;}\" data-widget_type=\"motiox-animated-headline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <h2 class=\"elementor-headline\">\n                <span class=\"motiox-elementor-headline-dynamic-wrapper motiox-elementor-headline-text-wrapper\">\n\t\t            <span class=\"motiox-elementor-headline-dynamic-text\">Let Your Calibre Rule<\/span>\n        \t\t<\/span>\n                <\/h2>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cfbf184 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-html\" data-id=\"cfbf184\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"fest-timer\" aria-label=\"Countdown to event\">\r\n  <div class=\"fest-time\"><span id=\"fest-days\">00<\/span><small>Days<\/small><\/div>\r\n  <span class=\"fest-colon\">:<\/span>\r\n  <div class=\"fest-time\"><span id=\"fest-hours\">00<\/span><small>Hours<\/small><\/div>\r\n  <span class=\"fest-colon\">:<\/span>\r\n  <div class=\"fest-time\"><span id=\"fest-mins\">00<\/span><small>Minutes<\/small><\/div>\r\n  <span class=\"fest-colon\">:<\/span>\r\n  <div class=\"fest-time\"><span id=\"fest-secs\">00<\/span><small>Seconds<\/small><\/div>\r\n<\/div>\r\n\r\n<script>\r\n(function () {\r\n  \/\/ Target date: October 9, 2025 at 9:00 AM IST\r\n  const target = new Date(\"2025-10-09T09:00:00+05:30\").getTime();\r\n\r\n  const $d = document.getElementById(\"fest-days\");\r\n  const $h = document.getElementById(\"fest-hours\");\r\n  const $m = document.getElementById(\"fest-mins\");\r\n  const $s = document.getElementById(\"fest-secs\");\r\n\r\n  function pad(n) { return String(n).padStart(2, \"0\"); }\r\n\r\n  function tick() {\r\n    const now = Date.now();\r\n    let diff = target - now;\r\n\r\n    if (diff <= 0) {\r\n      $d.textContent = \"00\"; $h.textContent = \"00\";\r\n      $m.textContent = \"00\"; $s.textContent = \"00\";\r\n      clearInterval(timer);\r\n      return;\r\n    }\r\n    const sec = Math.floor(diff \/ 1000);\r\n    const days = Math.floor(sec \/ 86400);\r\n    const hours = Math.floor((sec % 86400) \/ 3600);\r\n    const mins = Math.floor((sec % 3600) \/ 60);\r\n    const secs = sec % 60;\r\n\r\n    $d.textContent = pad(days);\r\n    $h.textContent = pad(hours);\r\n    $m.textContent = pad(mins);\r\n    $s.textContent = pad(secs);\r\n  }\r\n  tick();\r\n  const timer = setInterval(tick, 1000);\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f7aa7ab elementor-align-center elementor-button-bg elementor-widget elementor-widget-button\" data-id=\"f7aa7ab\" data-element_type=\"widget\" id=\"#events\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#events\" events=\"\" id=\"#events\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"motiox-icon- motiox-icon-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">REGISTER NOW<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ccb1dd0 elementor-widget elementor-widget-html\" data-id=\"ccb1dd0\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Scroll cue -->\r\n<div class=\"scroll-cue\" aria-hidden=\"true\">\r\n  <span class=\"scroll-label\">SCROLL<\/span>\r\n  <span class=\"scroll-track\"><span class=\"scroll-dot\"><\/span><\/span>\r\n<\/div>\r\n\r\n<style>\r\n  \/* Position: inside the hero, bottom-left *\/\r\n  .scroll-cue{\r\n    position:absolute;           \/* sits inside the section *\/\r\n    left:18px;                   \/* move to right:18px; for right side *\/\r\n    bottom:80px;                 \/* adjust up\/down *\/\r\n    z-index:50;\r\n    display:flex;\r\n    flex-direction:column;\r\n    align-items:center;\r\n    gap:10px;\r\n    pointer-events:none;         \/* clicks pass through *\/\r\n  }\r\n\r\n  \/* Vertical \u201cSCROLL\u201d *\/\r\n  .scroll-label{\r\n    writing-mode: vertical-rl;   \/* vertical text *\/\r\n    text-orientation: mixed;\r\n    font-weight:700;\r\n    letter-spacing:.35rem;\r\n    font-size:12px;\r\n    color:#ffffff;\r\n    opacity:.85;\r\n  }\r\n\r\n  \/* Track + moving highlight *\/\r\n  .scroll-track{\r\n    position:relative;\r\n    width:2px;\r\n    height:90px;                 \/* line length *\/\r\n    background:rgba(255,255,255,.35);\r\n    overflow:hidden;\r\n    border-radius:2px;\r\n  }\r\n  .scroll-track .scroll-dot{\r\n    position:absolute;\r\n    left:0; right:0;\r\n    width:100%;\r\n    height:28px;                 \/* length of moving segment *\/\r\n    background:linear-gradient(\r\n      to bottom,\r\n      rgba(255,255,255,0) 0%,\r\n      rgba(255,255,255,.95) 50%,\r\n      rgba(255,255,255,0) 100%\r\n    );\r\n    transform:translateY(-100%);\r\n    animation:scrollDrop 1.8s linear infinite;\r\n  }\r\n  @keyframes scrollDrop{\r\n    0%   { transform:translateY(-100%); }\r\n    100% { transform:translateY(100%); }\r\n  }\r\n\r\n  \/* Mobile tweaks *\/\r\n  @media (max-width:767px){\r\n    .scroll-cue{ left:12px; bottom:60px; }\r\n    .scroll-label{ font-size:11px; letter-spacing:.28rem; }\r\n    .scroll-track{ height:70px; }\r\n  }\r\n<\/style>\r\n\r\n<script>\r\n  \/\/ Hide the cue after user starts scrolling (optional)\r\n  (function(){\r\n    const cue = document.querySelector('.scroll-cue');\r\n    function toggle(){\r\n      if(!cue) return;\r\n      cue.style.opacity = (window.scrollY > 200) ? 0 : 1;\r\n    }\r\n    window.addEventListener('scroll', toggle, {passive:true});\r\n    window.addEventListener('load', toggle);\r\n  })();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-aae0fe0 e-con-full e-flex e-con e-parent\" data-id=\"aae0fe0\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-58a15bb e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"58a15bb\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6aefc47 scrolling-effects-yes slider-ltr elementor-widget__width-inherit scroll-layout-style-default slider-after-rtl elementor-widget elementor-widget-motiox-slider-scrolling\" data-id=\"6aefc47\" data-element_type=\"widget\" data-widget_type=\"motiox-slider-scrolling.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"elementor-slider-scrolling-item-wrapper\">\n                <div class=\"wrapper-item\">\n                                            <div class=\"elementor-slider-scrolling-inner\">\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">REGISTER NOW<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">OCTOBER 9&10<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">CALIGO 2025<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-slider-scrolling-inner\">\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">REGISTER NOW<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">OCTOBER 9&10<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">CALIGO 2025<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-slider-scrolling-inner\">\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">REGISTER NOW<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">OCTOBER 9&10<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">CALIGO 2025<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-slider-scrolling-inner\">\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">REGISTER NOW<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">OCTOBER 9&10<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">CALIGO 2025<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                        <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fd4f182 e-con-full e-flex e-con e-child\" data-id=\"fd4f182\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-636f910 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"636f910\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:300}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a47eb0e motiox-elementor-headline--style-default elementor-widget elementor-widget-motiox-animated-headline\" data-id=\"a47eb0e\" data-element_type=\"widget\" data-settings=\"{&quot;headline_style&quot;:&quot;default&quot;}\" data-widget_type=\"motiox-animated-headline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <h2 class=\"elementor-headline\">\n                    <span class=\"motiox-elementor-headline-plain-text motiox-elementor-headline-text-wrapper\">WHAT IS<\/span>\n                <span class=\"motiox-elementor-headline-dynamic-wrapper motiox-elementor-headline-text-wrapper\">\n\t\t            <span class=\"motiox-elementor-headline-dynamic-text\">CALIGO?<\/span>\n        \t\t<\/span>\n                <\/h2>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-81e7537 e-con-full e-flex e-con e-child\" data-id=\"81e7537\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-627fb91 elementor-widget elementor-widget-heading\" data-id=\"627fb91\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">South India\u2019s Premier Management Fest<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d21c2bf elementor-widget elementor-widget-text-editor\" data-id=\"d21c2bf\" 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\t\t<p>CALIGO 2025 is the renowned national-level management fest organized by Marian Institute of Management, Marian College Kuttikanam Autonomous. Celebrated as one of South India\u2019s premier management fests, CALIGO boasts a robust online presence and a stellar reputation. For the past decade, it has drawn over 1000+ participants and captivated 4000+ Marian College students annually. As we embark on our eleventh edition, we aim to continue this impressive legacy and elevate the experience even further. Join us for a dynamic and unforgettable celebration of management excellence! Get ready for an array of innovative events and exhilarating competitions that will challenge and inspire the brightest minds. Don\u2019t miss the chance to be part of this extraordinary journey and create lasting memories at CALIGO 2025!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d8984fa e-con-full e-flex e-con e-child\" data-id=\"d8984fa\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/youtu.be\\\/vFUMeHqn27M?si=gCQ1XobrOUGRX3hL&quot;,&quot;background_video_start&quot;:2,&quot;background_video_end&quot;:39,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\"><\/div>\n\t\t\t\t\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-91ff4aa e-con-full e-flex e-con e-child\" data-id=\"91ff4aa\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-daf2150 e-con-full e-grid e-con e-child\" data-id=\"daf2150\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-59822a2 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"59822a2\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:600}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b5f907 elementor-widget elementor-widget-heading\" data-id=\"8b5f907\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">01\/<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a1b492b elementor-widget elementor-widget-counter\" data-id=\"a1b492b\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"elementor-counter\">\n                        <div class=\"elementor-counter-wrapper\">\n                                <div class=\"elementor-counter-number-wrapper\">\n                                        <span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"4000\" data-delimiter=\",\">0<\/span>\n                                                                <span class=\"elementor-counter-number-suffix-text\">+<\/span>\n                                        <\/div>\n\n                <div class=\"elementor-counter-title-wrap\">\n                                            <div class=\"elementor-counter-title\">STUDENTS FROM MARIAN COLLEGE<\/div>\n                    \n                                    <\/div>\n            <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ddafbe5 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"ddafbe5\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:600,&quot;animation_mobile&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-024cd3b elementor-widget elementor-widget-heading\" data-id=\"024cd3b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">02\/<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b142e3 elementor-widget elementor-widget-counter\" data-id=\"7b142e3\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"elementor-counter\">\n                        <div class=\"elementor-counter-wrapper\">\n                                <div class=\"elementor-counter-number-wrapper\">\n                                        <span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"1000\" data-delimiter=\",\">0<\/span>\n                                                                <span class=\"elementor-counter-number-suffix-text\">+<\/span>\n                                        <\/div>\n\n                <div class=\"elementor-counter-title-wrap\">\n                                            <div class=\"elementor-counter-title\">EVENT PARTICIPANTS<\/div>\n                    \n                                    <\/div>\n            <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7980f9b elementor-absolute elementor-widget elementor-widget-image\" data-id=\"7980f9b\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&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\t\t<img decoding=\"async\" width=\"133\" height=\"167\" src=\"https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2024\/12\/h1-who03.png\" class=\"attachment-full size-full wp-image-411\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d1e28e0 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"d1e28e0\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:900}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-77e1a45 elementor-widget elementor-widget-heading\" data-id=\"77e1a45\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">03\/<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c15bd8 elementor-widget elementor-widget-counter\" data-id=\"7c15bd8\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"elementor-counter\">\n                        <div class=\"elementor-counter-wrapper\">\n                                <div class=\"elementor-counter-number-wrapper\">\n                                        <span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"15\" data-delimiter=\",\">0<\/span>\n                                                                <span class=\"elementor-counter-number-suffix-text\">+<\/span>\n                                        <\/div>\n\n                <div class=\"elementor-counter-title-wrap\">\n                                            <div class=\"elementor-counter-title\">EVENTS<\/div>\n                    \n                                    <\/div>\n            <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-691b3c8 e-con-full e-flex e-con e-child\" data-id=\"691b3c8\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-ff4f6e4 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"ff4f6e4\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:600}\">\n\t\t<div class=\"elementor-element elementor-element-699cf4c e-con-full counter-radial-gradient e-flex e-con e-child\" data-id=\"699cf4c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6978e6 elementor-widget elementor-widget-heading\" data-id=\"a6978e6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">04\/<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-711906b elementor-widget elementor-widget-counter\" data-id=\"711906b\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"elementor-counter\">\n                        <div class=\"elementor-counter-wrapper\">\n                                <div class=\"elementor-counter-number-wrapper\">\n                                        <span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"98\" data-delimiter=\",\">0<\/span>\n                                                                <span class=\"elementor-counter-number-suffix-text\">%<\/span>\n                                        <\/div>\n\n                <div class=\"elementor-counter-title-wrap\">\n                                            <div class=\"elementor-counter-title\">SATISFIED PARTICIPANTS<\/div>\n                    \n                                    <\/div>\n            <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7bc7cc1 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"7bc7cc1\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:600}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28aacb5 elementor-widget elementor-widget-heading\" data-id=\"28aacb5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">05\/<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2fc9cac elementor-widget elementor-widget-counter\" data-id=\"2fc9cac\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"elementor-counter\">\n                        <div class=\"elementor-counter-wrapper\">\n                                <div class=\"elementor-counter-number-wrapper\">\n                                        <span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"11\" data-delimiter=\",\">0<\/span>\n                                                                <span class=\"elementor-counter-number-suffix-text\">+<\/span>\n                                        <\/div>\n\n                <div class=\"elementor-counter-title-wrap\">\n                                            <div class=\"elementor-counter-title\">YEAR OF EXCELLENCE<\/div>\n                    \n                                    <\/div>\n            <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1948782 elementor-absolute elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"1948782\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&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\t\t<img decoding=\"async\" width=\"122\" height=\"260\" src=\"https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2024\/12\/h1-who04.png\" class=\"attachment-full size-full wp-image-412\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6b69ac6 e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"6b69ac6\" data-element_type=\"container\" id=\"events\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d4e5434 e-con-full e-flex e-con e-child\" data-id=\"d4e5434\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f30c409 e-con-full e-flex e-con e-child\" data-id=\"f30c409\" data-element_type=\"container\" data-settings=\"{&quot;animation_mobile&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c37c06 elementor-widget elementor-widget-heading\" data-id=\"5c37c06\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-large\">PG EVENTS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1bcdeb3 elementor-widget elementor-widget-image\" data-id=\"1bcdeb3\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"980\" height=\"654\" src=\"https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1755_Elegant-Professionals-in-Unity_simple_compose_01k2sddvncfsks4jmrkqdyacjy-1024x683.png\" class=\"attachment-large size-large wp-image-5619\" alt=\"\" srcset=\"https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1755_Elegant-Professionals-in-Unity_simple_compose_01k2sddvncfsks4jmrkqdyacjy-1024x683.png 1024w, https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1755_Elegant-Professionals-in-Unity_simple_compose_01k2sddvncfsks4jmrkqdyacjy-300x200.png 300w, https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1755_Elegant-Professionals-in-Unity_simple_compose_01k2sddvncfsks4jmrkqdyacjy-768x512.png 768w, https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1755_Elegant-Professionals-in-Unity_simple_compose_01k2sddvncfsks4jmrkqdyacjy-720x480.png 720w, https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1755_Elegant-Professionals-in-Unity_simple_compose_01k2sddvncfsks4jmrkqdyacjy.png 1536w\" sizes=\"(max-width: 980px) 100vw, 980px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e80e23c elementor-align-center elementor-button-default elementor-widget elementor-widget-button\" data-id=\"e80e23c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/mim.mariancollege.org\/caligo\/pg-events\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">REGISTER NOW<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9114ce5 e-con-full e-flex e-con e-child\" data-id=\"9114ce5\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ae8afee e-con-full e-flex e-con e-child\" data-id=\"ae8afee\" data-element_type=\"container\" data-settings=\"{&quot;animation_mobile&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-386b52c elementor-widget elementor-widget-heading\" data-id=\"386b52c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-large\">UG EVENTS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1410fcc elementor-widget elementor-widget-image\" data-id=\"1410fcc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"980\" height=\"654\" src=\"https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1737_Innovative-Arena-Teamwork_simple_compose_01k2scbm1jewesjqgvg8ked5g7-1024x683.png\" class=\"attachment-large size-large wp-image-5625\" alt=\"\" srcset=\"https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1737_Innovative-Arena-Teamwork_simple_compose_01k2scbm1jewesjqgvg8ked5g7-1024x683.png 1024w, https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1737_Innovative-Arena-Teamwork_simple_compose_01k2scbm1jewesjqgvg8ked5g7-300x200.png 300w, https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1737_Innovative-Arena-Teamwork_simple_compose_01k2scbm1jewesjqgvg8ked5g7-768x512.png 768w, https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1737_Innovative-Arena-Teamwork_simple_compose_01k2scbm1jewesjqgvg8ked5g7-720x480.png 720w, https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1737_Innovative-Arena-Teamwork_simple_compose_01k2scbm1jewesjqgvg8ked5g7.png 1536w\" sizes=\"(max-width: 980px) 100vw, 980px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adffea5 elementor-align-center elementor-button-default elementor-widget elementor-widget-button\" data-id=\"adffea5\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/mim.mariancollege.org\/caligo\/ug-events\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">REGISTER NOW<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3adbccf e-con-full e-flex e-con e-child\" data-id=\"3adbccf\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1abbf74 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"1abbf74\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_mobile&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f35bb7c elementor-widget elementor-widget-heading\" data-id=\"f35bb7c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-large\">GENERAL EVENTS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-654c68d elementor-widget elementor-widget-image\" data-id=\"654c68d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"980\" height=\"654\" src=\"https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1818_Golden-Treasure-Hunt_simple_compose_01k2seqec1eq1vte3020gbwbae-1024x683.png\" class=\"attachment-large size-large wp-image-5643\" alt=\"\" srcset=\"https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1818_Golden-Treasure-Hunt_simple_compose_01k2seqec1eq1vte3020gbwbae-1024x683.png 1024w, https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1818_Golden-Treasure-Hunt_simple_compose_01k2seqec1eq1vte3020gbwbae-300x200.png 300w, https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1818_Golden-Treasure-Hunt_simple_compose_01k2seqec1eq1vte3020gbwbae-768x512.png 768w, https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1818_Golden-Treasure-Hunt_simple_compose_01k2seqec1eq1vte3020gbwbae-720x480.png 720w, https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1818_Golden-Treasure-Hunt_simple_compose_01k2seqec1eq1vte3020gbwbae.png 1536w\" sizes=\"(max-width: 980px) 100vw, 980px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f48789d elementor-align-center elementor-button-default elementor-widget elementor-widget-button\" data-id=\"f48789d\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/mim.mariancollege.org\/caligo\/general-events\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">REGISTER NOW<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-525c61f e-con-full e-flex e-con e-child\" data-id=\"525c61f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a2c93b3 e-con-full e-flex e-con e-child\" data-id=\"a2c93b3\" data-element_type=\"container\" data-settings=\"{&quot;animation_mobile&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a71e691 elementor-widget elementor-widget-heading\" data-id=\"a71e691\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-large\">SPOT EVENTS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e25248b elementor-widget elementor-widget-image\" data-id=\"e25248b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"980\" height=\"654\" src=\"https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1812_Golden-Stage-Rush_simple_compose_01k2secfh6etrbskq9t8mew2zp-1024x683.png\" class=\"attachment-large size-large wp-image-5633\" alt=\"\" srcset=\"https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1812_Golden-Stage-Rush_simple_compose_01k2secfh6etrbskq9t8mew2zp-1024x683.png 1024w, https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1812_Golden-Stage-Rush_simple_compose_01k2secfh6etrbskq9t8mew2zp-300x200.png 300w, https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1812_Golden-Stage-Rush_simple_compose_01k2secfh6etrbskq9t8mew2zp-768x512.png 768w, https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1812_Golden-Stage-Rush_simple_compose_01k2secfh6etrbskq9t8mew2zp-720x480.png 720w, https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/08\/20250816_1812_Golden-Stage-Rush_simple_compose_01k2secfh6etrbskq9t8mew2zp.png 1536w\" sizes=\"(max-width: 980px) 100vw, 980px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43fc596 elementor-align-center elementor-button-default elementor-widget elementor-widget-button\" data-id=\"43fc596\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/mim.mariancollege.org\/caligo\/spot-events\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">REGISTER NOW<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2f433bc e-flex e-con-boxed e-con e-parent\" data-id=\"2f433bc\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f7a26f2 elementor-align-center elementor-button-default elementor-widget elementor-widget-button\" data-id=\"f7a26f2\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/09\/Caligo-2025-Events-Brochure-new.pdf\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">brochure<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0d42d08 e-flex e-con-boxed e-con e-parent\" data-id=\"0d42d08\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-bca759e e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"bca759e\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_mobile&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4c7767d scrolling-effects-yes slider-ltr elementor-widget__width-inherit scroll-layout-style-default slider-after-rtl elementor-invisible elementor-widget elementor-widget-motiox-slider-scrolling\" data-id=\"4c7767d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"motiox-slider-scrolling.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"elementor-slider-scrolling-item-wrapper\">\n                <div class=\"wrapper-item\">\n                                            <div class=\"elementor-slider-scrolling-inner\">\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">REGISTER NOW<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">REGISTER NOW<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">REGISTER NOW<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-slider-scrolling-inner\">\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">REGISTER NOW<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">REGISTER NOW<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">REGISTER NOW<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-slider-scrolling-inner\">\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">REGISTER NOW<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">REGISTER NOW<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">REGISTER NOW<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-slider-scrolling-inner\">\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">REGISTER NOW<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">REGISTER NOW<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">REGISTER NOW<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                        <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3c6cfe3 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"3c6cfe3\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:500}\">\n\t\t<div class=\"elementor-element elementor-element-30fece0 e-con-full animated-fast e-flex e-con e-child\" data-id=\"30fece0\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;,&quot;animation_delay&quot;:300,&quot;animation_mobile&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f0cb652 motiox-elementor-headline--style-default elementor-widget elementor-widget-motiox-animated-headline\" data-id=\"f0cb652\" data-element_type=\"widget\" data-settings=\"{&quot;headline_style&quot;:&quot;default&quot;}\" data-widget_type=\"motiox-animated-headline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <h2 class=\"elementor-headline\">\n                    <span class=\"motiox-elementor-headline-plain-text motiox-elementor-headline-text-wrapper\">NEAR<\/span>\n                <span class=\"motiox-elementor-headline-dynamic-wrapper motiox-elementor-headline-text-wrapper\">\n\t\t            <span class=\"motiox-elementor-headline-dynamic-text\">ATTRACTIONS<\/span>\n        \t\t<\/span>\n                <\/h2>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-411ca7f e-con-full animated-fast e-flex e-con e-child\" data-id=\"411ca7f\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;,&quot;animation_delay&quot;:300,&quot;animation_mobile&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7575238 elementor-widget__width-initial elementor-widget-mobile_extra__width-inherit elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"7575238\" 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\t\t<p>Check out some of tourist places near by kuttikkanam<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6c3c1e1 e-con-full e-flex e-con e-parent\" data-id=\"6c3c1e1\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-60f7090 e-con-full e-flex e-con e-child\" data-id=\"60f7090\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/youtu.be\\\/BpnL1C4EkwQ&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\"><\/div>\n\t\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-f7d6542 elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"f7d6542\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-medium\">PARUNTHUMPARA<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d47c47b e-con-full e-flex e-con e-child\" data-id=\"d47c47b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/youtu.be\\\/W-97opla9w4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\"><\/div>\n\t\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-08b2cb3 elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"08b2cb3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-medium\">KUTTIKKANAM<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-609593a e-con-full e-flex e-con e-child\" data-id=\"609593a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/youtu.be\\\/HAHca2d0hi4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\"><\/div>\n\t\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-026a65b elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"026a65b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-medium\">CHARLI KULLAM<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dcd470d e-con-full e-flex e-con e-child\" data-id=\"dcd470d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/youtu.be\\\/5fQb2ycaXzc&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\"><\/div>\n\t\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-633141c elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"633141c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-medium\">PANCHALIMEDU<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c51a707 e-con-full e-flex elementor-invisible e-con e-parent\" data-id=\"c51a707\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:900}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-663c7f7 scrolling-effects-yes scroll-layout-style-1 slider-ltr slider-after-rtl elementor-widget elementor-widget-motiox-slider-scrolling\" data-id=\"663c7f7\" data-element_type=\"widget\" data-widget_type=\"motiox-slider-scrolling.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"elementor-slider-scrolling-item-wrapper\">\n                <div class=\"wrapper-item\">\n                                            <div class=\"elementor-slider-scrolling-inner\">\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">South India\u2019s Premier Management Fest<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon\" >\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>                                    <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">South India\u2019s Premier Management Fest<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon\" >\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>                                    <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">  REGISTER NOW<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon\" >\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>                                    <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">CALIGO 2025<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon\" >\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>                                    <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-slider-scrolling-inner\">\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">South India\u2019s Premier Management Fest<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon\" >\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>                                    <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">South India\u2019s Premier Management Fest<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon\" >\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>                                    <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">  REGISTER NOW<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon\" >\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>                                    <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">CALIGO 2025<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon\" >\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>                                    <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-slider-scrolling-inner\">\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">South India\u2019s Premier Management Fest<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon\" >\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>                                    <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">South India\u2019s Premier Management Fest<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon\" >\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>                                    <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">  REGISTER NOW<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon\" >\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>                                    <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">CALIGO 2025<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon\" >\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>                                    <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-slider-scrolling-inner\">\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">South India\u2019s Premier Management Fest<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon\" >\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>                                    <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">South India\u2019s Premier Management Fest<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon\" >\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>                                    <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">  REGISTER NOW<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon\" >\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>                                    <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">CALIGO 2025<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon\" >\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>                                    <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                        <\/div>\n            <\/div>\n                        <div class=\"elementor-slider-scrolling-item-wrapper-after\">\n            <div class=\"wrapper-item\">\n                                        <div class=\"elementor-slider-scrolling-inner-after\">\n                                                            <div class=\"elementor-slider-scrolling-item-after\">\n                                    <div class=\"elementor-scrolling-item-inner-after\">\n                                        <div class=\"scrolling-title-after\">\n                                            <span class=\"title-scrolling-after\">CALIGO 2025<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon-after\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>\n                                        <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item-after\">\n                                    <div class=\"elementor-scrolling-item-inner-after\">\n                                        <div class=\"scrolling-title-after\">\n                                            <span class=\"title-scrolling-after\">        CALIGO 2025<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon-after\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>\n                                        <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item-after\">\n                                    <div class=\"elementor-scrolling-item-inner-after\">\n                                        <div class=\"scrolling-title-after\">\n                                            <span class=\"title-scrolling-after\">    CALIGO 2025<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon-after\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>\n                                        <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-slider-scrolling-inner-after\">\n                                                            <div class=\"elementor-slider-scrolling-item-after\">\n                                    <div class=\"elementor-scrolling-item-inner-after\">\n                                        <div class=\"scrolling-title-after\">\n                                            <span class=\"title-scrolling-after\">CALIGO 2025<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon-after\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>\n                                        <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item-after\">\n                                    <div class=\"elementor-scrolling-item-inner-after\">\n                                        <div class=\"scrolling-title-after\">\n                                            <span class=\"title-scrolling-after\">        CALIGO 2025<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon-after\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>\n                                        <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item-after\">\n                                    <div class=\"elementor-scrolling-item-inner-after\">\n                                        <div class=\"scrolling-title-after\">\n                                            <span class=\"title-scrolling-after\">    CALIGO 2025<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon-after\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>\n                                        <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-slider-scrolling-inner-after\">\n                                                            <div class=\"elementor-slider-scrolling-item-after\">\n                                    <div class=\"elementor-scrolling-item-inner-after\">\n                                        <div class=\"scrolling-title-after\">\n                                            <span class=\"title-scrolling-after\">CALIGO 2025<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon-after\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>\n                                        <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item-after\">\n                                    <div class=\"elementor-scrolling-item-inner-after\">\n                                        <div class=\"scrolling-title-after\">\n                                            <span class=\"title-scrolling-after\">        CALIGO 2025<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon-after\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>\n                                        <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item-after\">\n                                    <div class=\"elementor-scrolling-item-inner-after\">\n                                        <div class=\"scrolling-title-after\">\n                                            <span class=\"title-scrolling-after\">    CALIGO 2025<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon-after\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>\n                                        <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-slider-scrolling-inner-after\">\n                                                            <div class=\"elementor-slider-scrolling-item-after\">\n                                    <div class=\"elementor-scrolling-item-inner-after\">\n                                        <div class=\"scrolling-title-after\">\n                                            <span class=\"title-scrolling-after\">CALIGO 2025<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon-after\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>\n                                        <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item-after\">\n                                    <div class=\"elementor-scrolling-item-inner-after\">\n                                        <div class=\"scrolling-title-after\">\n                                            <span class=\"title-scrolling-after\">        CALIGO 2025<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon-after\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>\n                                        <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item-after\">\n                                    <div class=\"elementor-scrolling-item-inner-after\">\n                                        <div class=\"scrolling-title-after\">\n                                            <span class=\"title-scrolling-after\">    CALIGO 2025<\/span>                                        <\/div>\n                                                                                    <span class=\"elementor-scrolling-icon-after\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 21\"><g fill=\"none\" class=\"nc-icon-wrapper\"><path d=\"M13.3333 20.8203H6.66659V16.737L3.45493 18.737L0.0065918 13.1995L3.82743 10.8203L0.0065918 8.44115L3.45493 2.90365L6.66659 4.90365V0.820312L13.3333 0.820313V4.90365L16.5449 2.90365L19.9933 8.44365L16.1724 10.8203L19.9933 13.1995L16.5449 18.737L13.3333 16.737V20.8203ZM8.33326 19.1536H11.6666V13.737L16.0108 16.4428L17.6983 13.737L13.0199 10.8203L17.6983 7.90365L16.0108 5.19698L11.6666 7.90365V2.48698H8.33326V7.90365L3.98909 5.19698L2.30159 7.90365L6.97992 10.8203L2.30159 13.737L3.98909 16.447L8.33326 13.737V19.1536Z\" fill=\"currentColor\"><\/path><\/g><\/svg>\n                                        <\/span>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                        <\/div>\n            <\/div>\n\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8c0711b e-flex e-con-boxed e-con e-parent\" data-id=\"8c0711b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-08c3a25 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"08c3a25\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-749d69e scrolling-effects-yes slider-ltr elementor-widget__width-inherit scroll-layout-style-default slider-after-rtl elementor-widget elementor-widget-motiox-slider-scrolling\" data-id=\"749d69e\" data-element_type=\"widget\" data-widget_type=\"motiox-slider-scrolling.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"elementor-slider-scrolling-item-wrapper\">\n                <div class=\"wrapper-item\">\n                                            <div class=\"elementor-slider-scrolling-inner\">\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">CALIGO 2025<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">CALIGO 2025<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">CALIGO 2025<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-slider-scrolling-inner\">\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">CALIGO 2025<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">CALIGO 2025<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">CALIGO 2025<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-slider-scrolling-inner\">\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">CALIGO 2025<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">CALIGO 2025<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">CALIGO 2025<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"elementor-slider-scrolling-inner\">\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">CALIGO 2025<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">CALIGO 2025<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"elementor-slider-scrolling-item\">\n                                    <div class=\"elementor-scrolling-item-inner\">\n                                        <div class=\"scrolling-title\">\n                                            <span class=\"title-scrolling\">CALIGO 2025<\/span>                                        <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                        <\/div>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2c1b08a e-con-full e-flex e-con e-child\" data-id=\"2c1b08a\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f57fcb5 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"f57fcb5\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e0e5707 elementor-widget__width-initial elementor-widget-tablet__width-inherit motiox-elementor-headline--style-default elementor-widget elementor-widget-motiox-animated-headline\" data-id=\"e0e5707\" data-element_type=\"widget\" data-settings=\"{&quot;headline_style&quot;:&quot;default&quot;}\" data-widget_type=\"motiox-animated-headline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <h2 class=\"elementor-headline\">\n                    <span class=\"motiox-elementor-headline-plain-text motiox-elementor-headline-text-wrapper\">Latest<\/span>\n                <span class=\"motiox-elementor-headline-dynamic-wrapper motiox-elementor-headline-text-wrapper\">\n\t\t            <span class=\"motiox-elementor-headline-dynamic-text\">news<\/span>\n        \t\t<\/span>\n                    <span class=\"motiox-elementor-headline-plain-text motiox-elementor-headline-text-wrapper\">& events<\/span>\n                <\/h2>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fd61e5f e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"fd61e5f\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6dab108 elementor-align-right elementor-button-link elementor-mobile_extra-align-left elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"6dab108\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/mim.mariancollege.org\/caligo\/blog\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"motiox-icon- motiox-icon-arrow-right-m\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">view more post<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ac18cb elementor-grid-3 elementor-grid-tablet_extra-2 overflow-to-none elementor-invisible elementor-widget elementor-widget-motiox-post-grid\" data-id=\"9ac18cb\" data-element_type=\"widget\" data-settings=\"{&quot;column&quot;:&quot;3&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay&quot;:&quot;no&quot;,&quot;column_tablet_extra&quot;:&quot;2&quot;,&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;column_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;swiper_overflow&quot;:&quot;none&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;direction&quot;:&quot;horizontal&quot;}\" data-widget_type=\"motiox-post-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"elementor-post-wrapper layout-grid motiox-wrapper motiox-swiper-wrapper\">\n            <div data-count=\"2\" class=\"motiox-con swiper motiox-swiper\" data-center=\"false\">\n                <div class=\"motiox-con-inner swiper-wrapper\" aria-live=\"polite\">\n                                            <div class=\"elementor-posts-item swiper-slide elementor-item\">\n                            <article class=\"post-style-grid post-5323 post type-post status-publish format-standard hentry category-caligo-2025\">\n    <div class=\"post-inner\">\n        <div class=\"post-image\">\n                    <\/div>\n        <div class=\"post-content\">\n            <div class=\"categories-link\">\n                            <span class=\"screen-reader-text\">Categories\n                            <\/span>\n\t<a href=\"https:\/\/mim.mariancollege.org\/caligo\/category\/blog\/caligo-2025\/\" rel=\"category tag\">CALIGO 2025<\/a><\/div>   \n            <div class=\"entry-content\">\n                <h3 class=\"entry-title\"><a href=\"https:\/\/mim.mariancollege.org\/caligo\/2025\/08\/11\/hr-game-registeration\/\" rel=\"bookmark\">HR GAME REGISTERATION<\/a><\/h3>            <\/div>\n            <div class=\"entry-meta\">\n                <div class=\"entry-author\">\n                    <img decoding=\"async\" class=\"img-author\" src=\"https:\/\/secure.gravatar.com\/avatar\/4a95acde1a7eba0d77cffa82ba63321c3b3f8125eb85ea2ff91a543bf241833f?s=96&#038;d=mm&#038;r=g\" alt=\"\"\/>\n                       <div class=\"post-author\">By <span>\n                            <a href=\"https:\/\/mim.mariancollege.org\/caligo\/author\/caligoadmin\/\" class=\"url fn\" rel=\"author\">caligoAdmin<\/a>\n                            <a href=\"https:\/\/mim.mariancollege.org\/caligo\/author\/caligoadmin\/\" class=\"link-hover\" rel=\"author\">caligoAdmin<\/a>\n                            <\/span>\n                        <\/div>                <\/div>\n                  <div class=\"posted-on\">Date  <span><a href=\"https:\/\/mim.mariancollege.org\/caligo\/2025\/08\/11\/hr-game-registeration\/\" class=\"date fn\" rel=\"bookmark\">August 11, 2025<\/a> <a href=\"https:\/\/mim.mariancollege.org\/caligo\/2025\/08\/11\/hr-game-registeration\/\" class=\"link-hover\" rel=\"bookmark\">August 11, 2025<\/a><\/span><\/div>             <\/div>\n        <\/div>\n    <\/div>\n<\/article>\n                        <\/div>\n                                            <div class=\"elementor-posts-item swiper-slide elementor-item\">\n                            <article class=\"post-style-grid post-4851 post type-post status-publish format-standard has-post-thumbnail hentry category-caligo-2025\">\n    <div class=\"post-inner\">\n        <div class=\"post-image\">\n            <div class=\"post-thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"490\" height=\"300\" src=\"https:\/\/mim.mariancollege.org\/caligo\/wp-content\/uploads\/2025\/07\/COMING-SOON-1-490x300.jpg\" class=\"attachment-motiox-post-medium size-motiox-post-medium wp-post-image\" alt=\"\" \/><\/div>        <\/div>\n        <div class=\"post-content\">\n            <div class=\"categories-link\">\n                            <span class=\"screen-reader-text\">Categories\n                            <\/span>\n\t<a href=\"https:\/\/mim.mariancollege.org\/caligo\/category\/blog\/caligo-2025\/\" rel=\"category tag\">CALIGO 2025<\/a><\/div>   \n            <div class=\"entry-content\">\n                <h3 class=\"entry-title\"><a href=\"https:\/\/mim.mariancollege.org\/caligo\/2025\/07\/19\/coming-soon\/\" rel=\"bookmark\">COMING SOON<\/a><\/h3>            <\/div>\n            <div class=\"entry-meta\">\n                <div class=\"entry-author\">\n                    <img decoding=\"async\" class=\"img-author\" src=\"https:\/\/secure.gravatar.com\/avatar\/4a95acde1a7eba0d77cffa82ba63321c3b3f8125eb85ea2ff91a543bf241833f?s=96&#038;d=mm&#038;r=g\" alt=\"\"\/>\n                       <div class=\"post-author\">By <span>\n                            <a href=\"https:\/\/mim.mariancollege.org\/caligo\/author\/caligoadmin\/\" class=\"url fn\" rel=\"author\">caligoAdmin<\/a>\n                            <a href=\"https:\/\/mim.mariancollege.org\/caligo\/author\/caligoadmin\/\" class=\"link-hover\" rel=\"author\">caligoAdmin<\/a>\n                            <\/span>\n                        <\/div>                <\/div>\n                  <div class=\"posted-on\">Date  <span><a href=\"https:\/\/mim.mariancollege.org\/caligo\/2025\/07\/19\/coming-soon\/\" class=\"date fn\" rel=\"bookmark\">July 19, 2025<\/a> <a href=\"https:\/\/mim.mariancollege.org\/caligo\/2025\/07\/19\/coming-soon\/\" class=\"link-hover\" rel=\"bookmark\">July 19, 2025<\/a><\/span><\/div>             <\/div>\n        <\/div>\n    <\/div>\n<\/article>\n                        <\/div>\n                                    <\/div>\n                                    \n                                                    <\/div>\n                    <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>PRESENTS CALIGO 2025 Let Your Calibre Rule 00Days : 00Hours : 00Minutes : 00Seconds REGISTER NOW SCROLL REGISTER NOW OCTOBER 9&#038;10 CALIGO 2025 REGISTER NOW OCTOBER 9&#038;10 CALIGO 2025 REGISTER NOW OCTOBER 9&#038;10 CALIGO 2025 REGISTER NOW OCTOBER 9&#038;10 CALIGO 2025 WHAT IS CALIGO? South India\u2019s Premier Management Fest CALIGO 2025 is the renowned national-level [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-homepage.php","meta":{"footnotes":""},"class_list":["post-121","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mim.mariancollege.org\/caligo\/wp-json\/wp\/v2\/pages\/121","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mim.mariancollege.org\/caligo\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mim.mariancollege.org\/caligo\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mim.mariancollege.org\/caligo\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mim.mariancollege.org\/caligo\/wp-json\/wp\/v2\/comments?post=121"}],"version-history":[{"count":399,"href":"https:\/\/mim.mariancollege.org\/caligo\/wp-json\/wp\/v2\/pages\/121\/revisions"}],"predecessor-version":[{"id":6031,"href":"https:\/\/mim.mariancollege.org\/caligo\/wp-json\/wp\/v2\/pages\/121\/revisions\/6031"}],"wp:attachment":[{"href":"https:\/\/mim.mariancollege.org\/caligo\/wp-json\/wp\/v2\/media?parent=121"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}