/*! elementor - v3.24.0 - 15-10-2024 */ (()=>{var e={38003:e=>{"use strict";e.exports=wp.i18n},78983:e=>{e.exports=function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},42081:(e,t,r)=>{var o=r(74040);function _defineProperties(e,t){for(var r=0;r{var o=r(74040);e.exports=function _defineProperty(e,t,r){return(t=o(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e},e.exports.__esModule=!0,e.exports.default=e.exports},73203:e=>{e.exports=function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},56027:(e,t,r)=>{var o=r(7501).default;e.exports=function toPrimitive(e,t){if("object"!=o(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var i=r.call(e,t||"default");if("object"!=o(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},e.exports.__esModule=!0,e.exports.default=e.exports},74040:(e,t,r)=>{var o=r(7501).default,i=r(56027);e.exports=function toPropertyKey(e){var t=i(e,"string");return"symbol"==o(t)?t:String(t)},e.exports.__esModule=!0,e.exports.default=e.exports},7501:e=>{function _typeof(t){return e.exports=_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,_typeof(t)}e.exports=_typeof,e.exports.__esModule=!0,e.exports.default=e.exports}},t={};function __webpack_require__(r){var o=t[r];if(void 0!==o)return o.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,__webpack_require__),i.exports}(()=>{"use strict";var e=__webpack_require__(38003).__,t=__webpack_require__(73203),r=t(__webpack_require__(78983)),o=t(__webpack_require__(42081)),i=t(__webpack_require__(93231)),n=function(){function Admin(){(0,r.default)(this,Admin),(0,i.default)(this,"KIT_DATA_KEY","elementor-kit-data"),(0,i.default)(this,"cachedKitData",void 0),(0,i.default)(this,"revertButton",void 0),(0,i.default)(this,"activeKitName",void 0),this.activeKitName=this.getActiveKitName(),this.revertButton=document.getElementById("elementor-import-export__revert_kit"),this.revertButton&&(this.revertButton.addEventListener("click",this.onRevertButtonClick.bind(this)),this.maybeAddRevertBtnMargin()),this.maybeShowReferrerKitDialog()}return(0,o.default)(Admin,[{key:"maybeAddRevertBtnMargin",value:function maybeAddRevertBtnMargin(){new URLSearchParams(this.revertButton.href).get("referrer_kit")&&(this.revertButton.style.marginBottom=this.calculateMargin(),this.scrollToBottom())}},{key:"calculateMargin",value:function calculateMargin(){var e=document.getElementById("wpadminbar"),t=e?e.offsetHeight:0,r=this.revertButton.parentElement.offsetHeight;return document.body.clientHeight-t-r-document.getElementById("wpfooter").offsetHeight-15+"px"}},{key:"scrollToBottom",value:function scrollToBottom(){setTimeout((function(){window.scrollTo(0,document.body.scrollHeight)}))}},{key:"onRevertButtonClick",value:function onRevertButtonClick(t){var r=this;t.preventDefault(),elementorCommon.dialogsManager.createWidget("confirm",{headerMessage:e("Are you sure?","elementor"),message:e("Removing %s will permanently delete changes made to the Kit's content and site settings","elementor").replace("%s",this.activeKitName),strings:{confirm:e("Delete","elementor"),cancel:e("Cancel","elementor")},onConfirm:function onConfirm(){return r.onRevertConfirm()}}).show()}},{key:"onRevertConfirm",value:function onRevertConfirm(){var e=new URLSearchParams(this.revertButton.href).get("referrer_kit");this.saveToCache(null!=e?e:""),location.href=this.revertButton.href}},{key:"maybeShowReferrerKitDialog",value:function maybeShowReferrerKitDialog(){var t=this.getDataFromCache().referrerKitId;if(void 0!==t){if(0===t.length)return this.createKitDeletedWidget({message:e("Try a different Kit or build your site from scratch.","elementor"),strings:{confirm:e("OK","elementor"),cancel:e("Kit Library","elementor")},onCancel:function onCancel(){location.href=elementorImportExport.appUrl}}),void this.clearCache();this.createKitDeletedWidget({message:e("You're ready to apply a new Kit!","elementor"),strings:{confirm:e("Continue to new Kit","elementor"),cancel:e("Close","elementor")},onConfirm:function onConfirm(){location.href=elementorImportExport.appUrl+"/preview/"+t}}),this.clearCache()}}},{key:"createKitDeletedWidget",value:function createKitDeletedWidget(t){var r=this.getDataFromCache().activeKitName;elementorCommon.dialogsManager.createWidget("confirm",{id:"e-revert-kit-deleted-dialog",headerMessage:e("%s was successfully deleted","elementor").replace("%s",r),message:t.message,strings:{confirm:t.strings.confirm,cancel:t.strings.cancel},onConfirm:t.onConfirm,onCancel:t.onCancel}).show()}},{key:"getActiveKitName",value:function getActiveKitName(){var t=elementorImportExport.lastImportedSession;return t.kit_title?t.kit_title:t.kit_name?this.convertNameToTitle(t.kit_name):e("Your Kit","elementor")}},{key:"convertNameToTitle",value:function convertNameToTitle(e){return e.split(/[-_]+/).map((function(e){return e[0].toUpperCase()+e.substring(1)})).join(" ")}},{key:"saveToCache",value:function saveToCache(e){sessionStorage.setItem(this.KIT_DATA_KEY,JSON.stringify({referrerKitId:e,activeKitName:this.activeKitName}))}},{key:"getDataFromCache",value:function getDataFromCache(){var e;if(this.cachedKitData)return this.cachedKitData;try{this.cachedKitData=JSON.parse(sessionStorage.getItem(this.KIT_DATA_KEY))}catch(e){return{}}return null!==(e=this.cachedKitData)&&void 0!==e?e:{}}},{key:"clearCache",value:function clearCache(){sessionStorage.removeItem(this.KIT_DATA_KEY)}}]),Admin}();window.addEventListener("load",(function(){new n}))})()})();{"id":71,"date":"2014-12-11T06:20:23","date_gmt":"2014-12-11T06:20:23","guid":{"rendered":"http:\/\/kidslife.dttheme.com\/?page_id=71"},"modified":"2022-04-14T07:52:23","modified_gmt":"2022-04-14T07:52:23","slug":"home","status":"publish","type":"page","link":"https:\/\/cubsglobal.com\/","title":{"rendered":"Home"},"content":{"rendered":"

[vc_row][vc_column el_align=”justify”][vc_column_text]<\/p>\n

Cubs Global Elc<\/h3>\n

We truly believe that every child is capable and deserving of reaching her or his full potential. Our mission is to provide tools and resources that empowers children to experience learning through creative expression, play and open-ended discovery.<\/p>\n

Cubs Global Elc programs are filled with investigation, exploration and discovery. We introduces language, numeracy, science and social skills in a natural sequence to nourish learning one step at a time, with individual attention suited to a child\u2019s unique need.
\nOur programs are designed to nurture holistic development of a child. Each day is packed with Cubs Moments with carefully designed activities structured around the developmental domains.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column width=”1\/5″]

\"\"
<\/span><\/div><\/a><\/div>

Nursery Program<\/a><\/h3><\/div>

A yearly program for 3 years + children designed to spend four hours a day at school to learn literacy, numeracy (pre-math concepts), understanding the world around them, science,\u00a0art & craft through child-initiated activities under the guidance of an experienced teacher. This program is based on research that proves children learn best through repetition and practice. It offers children a variety of activities within a carefully prepared indoor and outdoor environment. Students experience a sense of belonging in a caring learning environment that addresses their well-being.<\/span><\/p>\n

 <\/p><\/div><\/div>[\/vc_column][vc_column width=”1\/5″]

\"\"
<\/span><\/div><\/a><\/div>

Play Group Program<\/a><\/h3><\/div>

A yearly program for 2 years + children specially designed in an informal warm and secured homely environment where we introduce different activities to develop their gross motor and fine motor skills, we also help kids to enhance their vocabulary through rhymes and stories. They are introduced to colours, shapes, objects, etc. We look forward to prepare them for further schooling, all in a relaxed and friendly environment.<\/p><\/p><\/div><\/div>[\/vc_column][vc_column width=”1\/5″]

\"\"
<\/span><\/div><\/a><\/div>

JR.KG Programm<\/a><\/h3><\/div>

A yearly program for 4 years + children designed to introduce literacy wherein they learn to read through jolly phonics and numeracy to learn math concepts and number values. Children explore natural resources through practical learning. Our program focuses on mastering kindergarten-level math, reading and science objectives.\nOur curriculum is based upon maximizing child\u2019s potential through self-development programs like yoga, exercises, sports, recreation and field visits. Our teachers continuously work on creating relationships, dialogues, atmosphere of learning through matured, affectionate and stable mentoring.<\/p><\/div><\/div>[\/vc_column][vc_column width=”1\/5″]

\"\"
<\/span><\/div><\/a><\/div>

SR.KG Program<\/a><\/h3><\/div>

A yearly program for 5 years + children to enrich them with rich, meaningful and balanced curriculum of skills and information through age-appropriate activities. Children develop literacy skills, numeracy skills, scientific skills & historical knowledge. They gain confidence and a feeling of self-worth; develop responsibility and independence, learn social skills such as listening and respecting people and resources, develop team work, build self-awareness and learn to be creative.<\/p><\/p><\/div><\/div>[\/vc_column][vc_column width=”1\/5″]

\"\"
<\/span><\/div><\/a><\/div>

Day Care & Activity Centre<\/a><\/h3><\/div>

Our Day Care Centre, a home away from home, provides care, warmth and homely environment to toddlers, preschoolers, and school-aged children. It is designed for working parents who want their child to be served warm food, have a cozy noon nap, get playtime with peers, gets help in homework and can do extra co-curricular activities.\nActivity Centre essentially takes place outside a typical pen and pencil classroom experience. The aesthetic development like character building, spiritual and moral values, physical growth, creativity and many more are backed up with such activities.<\/p><\/div><\/div>[\/vc_column][\/vc_row][vc_row][vc_column]

<\/div>[\/vc_column][\/vc_row][vc_row full_width=”stretch_row” bg_type=”image” parallax_style=”vcpb-vz-jquery” bg_image_new=”id^2457|url^https:\/\/cubsglobal.com\/wp-content\/uploads\/2018\/11\/cloud-bg.png|caption^null|alt^null|title^cloud-bg|description^null” bg_image_size=”contain” parallax_sense=”30″ css=”.vc_custom_1543484163633{padding-top: 7% !important;padding-bottom: 1% !important;}” el_class=”dt-sc-skin-highlight dt-sc-dark-bg”][vc_column width=”1\/2″]
<\/div>

Play As You Learn<\/h2>
<\/div>[vc_row_inner][vc_column_inner width=”1\/2″]
<\/span><\/div>

Math & Logic<\/a><\/h4>

Number,\nMeasurement, Spatial\nAwareness, Problem\nSolving, Data Handling<\/p><\/div><\/div>

<\/div>
<\/span><\/div>

Language & literacy<\/a><\/h4>

Speaking and Listening ,\nviewing and reading\nRepresenting and writing<\/p><\/div><\/div>

<\/div>
<\/span><\/div>

Personal<\/a><\/h4>

Routine establishment, Independence, Focus,\nAttention span, Problem\nSolving Skills<\/p><\/div><\/div>[\/vc_column_inner][vc_column_inner width=”1\/2″]

<\/span><\/div>

General Awareness<\/a><\/h4>

Science\nSocial Science\nEnvironmental science<\/p><\/div><\/div>

<\/div>
<\/span><\/div>

Creative Expression<\/a><\/h4>

Music and movement ,\nCreative art, Role play,\nShow and tell<\/p><\/div><\/div>

<\/div>
<\/span><\/div>

Physical<\/a><\/h4>

Grossmotor skills, Fine\nMotor skills, Resilience<\/p><\/div><\/div>[\/vc_column_inner][\/vc_row_inner]

<\/div>[\/vc_column][vc_column width=”1\/2″][vc_single_image image=”4580″ img_size=”full”][\/vc_column][\/vc_row][vc_row][vc_column el_align=”center”]
<\/div>

Gallery<\/h2>
\t
\t\t
\t\t\t
\t\t\t\tLeisure Time\t\t\t\t
\t\t\t\t\t
Leisure Time<\/a><\/h5>\t\t\t\t\t <\/span> <\/a>\t\t\t\t\t<\/span><\/a>\t\t\t\t <\/div>\t\t\t<\/div>\t\t<\/div>\t<\/div><\/div>
\t
\t\t
\t\t\t
\t\t\t\tWith Friends\t\t\t\t
\t\t\t\t\t
With Friends<\/a><\/h5>\t\t\t\t\t <\/span> <\/a>\t\t\t\t\t<\/span><\/a>\t\t\t\t <\/div>\t\t\t<\/div>\t\t<\/div>\t<\/div><\/div>
\t
\t\t
\t\t\t
\t\t\t\tToddler Care\t\t\t\t
\t\t\t\t\t
Toddler Care<\/a><\/h5>\t\t\t\t\t <\/span> <\/a>\t\t\t\t\t<\/span><\/a>\t\t\t\t <\/div>\t\t\t<\/div>\t\t<\/div>\t<\/div><\/div>
\t
\t\t
\t\t\t
\t\t\t\tGet Together\t\t\t\t
\t\t\t\t\t
Get Together<\/a><\/h5>\t\t\t\t\t <\/span> <\/a>\t\t\t\t\t<\/span><\/a>\t\t\t\t <\/div>\t\t\t<\/div>\t\t<\/div>\t<\/div><\/div>
\t
\t\t
\t\t\t
\t\t\t\tPark Games\t\t\t\t
\t\t\t\t\t
Park Games<\/a><\/h5>\t\t\t\t\t <\/span> <\/a>\t\t\t\t\t<\/span><\/a>\t\t\t\t <\/div>\t\t\t<\/div>\t\t<\/div>\t<\/div><\/div>
\t
\t\t
\t\t\t
\t\t\t\tGuitar Music\t\t\t\t
\t\t\t\t\t
Guitar Music<\/a><\/h5>\t\t\t\t\t <\/span> <\/a>\t\t\t\t\t<\/span><\/a>\t\t\t\t <\/div>\t\t\t<\/div>\t\t<\/div>\t<\/div><\/div>
\t
\t\t
\t\t\t
\t\t\t\tMy Creation\t\t\t\t
\t\t\t\t\t
My Creation<\/a><\/h5>\t\t\t\t\t <\/span> <\/a>\t\t\t\t\t<\/span><\/a>\t\t\t\t <\/div>\t\t\t<\/div>\t\t<\/div>\t<\/div><\/div>
<\/div>[\/vc_column][\/vc_row][vc_row full_width=”stretch_row_content”][vc_column el_align=”center”] Hit here to view all <\/a>
<\/div>[\/vc_column][\/vc_row][vc_row full_width=”stretch_row” bg_type=”image” parallax_style=”vcpb-vz-jquery” bg_image_new=”id^859|url^https:\/\/cubsglobal.com\/wp-content\/uploads\/2014\/12\/fullwidth-blog-bg.png|caption^null|alt^null|title^fullwidth-blog-bg|description^null” bg_image_repeat=”no-repeat” parallax_sense=”35″ el_class=”dt-sc-dark-bg” css=”.vc_custom_1543484443518{background-color: rgba(2,2,2,0.9) !important;*background-color: rgb(2,2,2) !important;}”][vc_column]
<\/div>

Recent Blog<\/h2>
<\/div>
\n\t\t\n\t\t
\n \n \t
\n admin<\/span><\/a>\n <\/div>\n \n
\n 03<\/span>\n

Sep
2024<\/p>\n <\/div>\n \n

\n <\/i> 0<\/a> <\/div>\n \t\n
\n <\/a>\n <\/div>\n <\/div>\n \n \n
<\/div>\n\n \n
\n\n
\n

Lobstermania Position Pc<\/a><\/h4>\n <\/div>\n \n \n