{"id":22,"date":"2024-08-28T14:31:28","date_gmt":"2024-08-28T14:31:28","guid":{"rendered":"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/?page_id=22"},"modified":"2021-11-11T07:45:23","modified_gmt":"2021-11-11T07:45:23","slug":"lms-app-landing","status":"publish","type":"page","link":"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/","title":{"rendered":"Lms-app-landing"},"content":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1613725977733{margin-bottom: 0px !important;background-image: url(https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/1.png?id=41) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; el_id=&#8221;home&#8221; el_class=&#8221;first-row&#8221;][vc_column el_class=&#8221;z-index&#8221; css=&#8221;.vc_custom_1606207644292{padding-top: 0px !important;}&#8221;][vc_single_image image=&#8221;42&#8243; img_size=&#8221;full&#8221; interactions_enabled=&#8221;1&#8243; vertical_scroll=&#8221;1&#8243; vertical_scroll_direction=&#8221;vertical_scroll_direction_down&#8221; vertical_scroll_speed=&#8221;4&#8243; horizontal_scroll=&#8221;1&#8243; horizontal_scroll_direction=&#8221;horizontal_scroll_direction_right&#8221; horizontal_scroll_speed=&#8221;4&#8243; mouse_effects=&#8221;1&#8243; mouse_effects_direction=&#8221;mouse_effects_direction_direct&#8221; mouse_effects_speed=&#8221;0.2&#8243; css_animation=&#8221;fadeIn&#8221; el_class=&#8221;dots&#8221; effects_enabled_delay=&#8221;100&#8243;][vc_row_inner css=&#8221;.vc_custom_1606212200301{margin-bottom: 0px !important;}&#8221;][vc_column_inner css=&#8221;.vc_custom_1606212197437{padding-top: 0px !important;}&#8221; offset=&#8221;vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 80px;\"><\/div>[\/vc_column_inner][\/vc_row_inner]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 170px;\"><\/div><script type=\"text\/javascript\">(function() { function TheGemHeading() { this.selector = '.thegem-heading'; this.animateClass = 'thegem-heading-animate'; this.animatedClass = 'thegem-heading-animated'; this.rotatingSelector = '.thegem-heading-rotating'; } TheGemHeading.prototype = { initialize: function () { let items = document.querySelectorAll(this.selector); if ('IntersectionObserver' in window) { let intersectionObserver = new IntersectionObserver((entries, observer)=>{ entries.forEach((entry)=> { if (entry.isIntersecting) { this.startAnimation(entry.target); intersectionObserver.unobserve(entry.target); } }); }); items.forEach((item)=>{ intersectionObserver.observe(item); setTimeout(()=>this.prepareAnimation(item), 300); }); } else { items.forEach((item)=>{ this.prepareAnimation(item); this.startAnimation(item); }); } }, startAnimation: function (element) { if (element.classList.contains(this.animateClass)) { setTimeout(()=>{ element.classList.remove(this.animateClass); element.classList.add(this.animatedClass); }, 300); } let rotatingItem = element.querySelector(this.rotatingSelector); if (typeof(rotatingItem) != 'undefined' && rotatingItem != null) { this.rotating(rotatingItem); } }, isRotating: function (element) { return element.querySelector(this.rotatingSelector) !== null; }, prepareAnimation: function (element) { if (!element || this.isRotating(element)) { return; } const animationName = element.dataset.animationName; const animationDelay = parseInt(element.dataset.animationDelay) || 0; const animationInterval = parseInt(element.dataset.animationInterval) || 0; switch (animationName) { case 'lines-slide-up': case 'lines-slide-up-random': const animationLineTagWrap = '<span class=\"thegem-heading-line-wrap\">'; function animationLineTag (index) { let styles = ''; if (animationName === 'lines-slide-up' && (animationDelay > 0 || animationInterval > 0)) { styles = `animation-delay: ${(animationDelay + (animationInterval*(index+1)))}ms;`; } return '<span class=\"thegem-heading-line\"' + (styles!== '' ? ' style=\"'+styles+'\"' : '') + '>'; } let nodes = element.childNodes; let currentOffset = nodes[0].offsetTop; let index = 0; let idx = 0; let html = animationLineTagWrap + animationLineTag(index); for (let i = 0; i < nodes.length; i++) { if (nodes[i].nodeType === 3) continue; if (nodes[i].offsetTop > currentOffset + nodes[i].scrollHeight\/2) { index++; html += '<\/span><\/span>' + animationLineTagWrap + animationLineTag(index); currentOffset = nodes[i].offsetTop; if (animationName === 'lines-slide-up-random') idx = 0; } if (animationName === 'lines-slide-up-random' && (animationDelay > 0 || animationInterval > 0)) { nodes[i].style.animationDelay = (animationDelay + animationInterval*(idx+1)) + 'ms'; } html += nodes[i].outerHTML + ' '; if (animationName === 'lines-slide-up-random') idx++; } html += '<\/span><\/span>'; element.innerHTML = html; break; } }, rotating: function (element,) { let current = element.querySelector('.thegem-heading-rotating-text'); let duration = element.dataset.duration !== undefined ? parseInt(element.dataset.duration) : 2000; element.style.width = element.clientWidth+'px'; current.style.width = element.clientWidth+'px'; console.log(duration); setInterval(()=>{ let next = current.nextElementSibling !== null ? current.nextElementSibling : element.childNodes[0]; let nextWidth = next.clientWidth; let currentWidth = current.clientWidth; element.style.width = nextWidth + 'px'; current.style.width = '1px'; current.style.opacity = 0; next.style.width = '1px'; setTimeout(()=>{ current.style.position = 'absolute'; current.style.width = currentWidth + 'px'; next.style.position = 'relative'; next.style.opacity = 1; next.style.width = nextWidth + 'px'; current = next; }, 500); }, 500 + duration); } }; window.theGemHeading = new TheGemHeading(); document.addEventListener('DOMContentLoaded', function(event) { window.theGemHeading.initialize(); }); if (window.parent.vc) { window.parent.vc.events.on('shortcodeView:updated', function (event) { let element = event.view.el.querySelector('.thegem-heading'); window.theGemHeading.prepareAnimation(element); window.theGemHeading.startAnimation(element); }); window.parent.vc.events.on('app.render', function () { window.theGemHeading.initialize(); }); }\n})();<\/script><div id=\"thegem-heading-69deb5590b1a3\" class=\"thegem-heading title-h1 lines-slide-up thegem-heading-animate\" style=\"text-align: left;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #091c2d;\">Learn<\/span> <span class=\"thegem-heading-word\" style=\"color: #091c2d;\">From<\/span> <span class=\"thegem-heading-word\" style=\"color: #091c2d;\">Anywhere<\/span> <span class=\"thegem-heading-word\" style=\"color: #091c2d;\">With<\/span> <span class=\"thegem-heading-word\" style=\"color: #091c2d;\">TheGem<\/span> <span class=\"thegem-heading-word\" style=\"color: #091c2d;\">eLearning<\/span> <span class=\"thegem-heading-word\" style=\"color: #091c2d;\">Mobile<\/span> <span class=\"thegem-heading-word\" style=\"color: #091c2d;\">App<\/span><\/div><style type=\"text\/css\">#thegem-heading-69deb5590b1a3 {margin: 0;}#thegem-heading-69deb5590b1a3 {max-width: 660px;}<\/style><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div><div id=\"thegem-heading-69deb5590b3c3\" class=\"thegem-heading styled-subtitle words-slide-left thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 20ms\">Our<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 40ms\">mobile<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 60ms\">app<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 80ms\">gives<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 100ms\">you<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 120ms\">the<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 140ms\">power<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 160ms\">to<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 180ms\">deliver<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 200ms\">any<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 220ms\">mobile-ready<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 240ms\">learning<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 260ms\">content<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 280ms\">online<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 300ms\">or<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 320ms\">offline,<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 340ms\">on<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 360ms\">iOS<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 380ms\">and<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 400ms\">Android<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #091c2d; animation-delay: 420ms\">devices.<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-69deb5590b3c3 {margin: 0;}#thegem-heading-69deb5590b3c3 {max-width: 520px;}<\/style><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 20px;\"><\/div><style type=\"text\/css\">.thegem-button-69deb5590b46f2685.lazy-loading-before-start-animation .lazy-loading-item {opacity: 0;}<\/style><div class=\"gem-button-container gem-button-position-inline thegem-button-69deb5590b46f2685 lazy-loading lazy-loading-before-start-animation\"  data-ll-item-delay=\"150\"><a class=\"gem-button gem-button-size-large gem-button-style-outline gem-button-text-weight-normal gem-button-border-2 gem-button-no-uppercase lazy-loading-item\"data-ll-effect=\"drop-right-without-wrap\" style=\"border-radius: 9px;border-color: #091c2d;color: #091c2d;\" onmouseleave=\"this.style.borderColor='#091c2d';this.style.backgroundColor='transparent';this.style.color='#091c2d';\" onmouseenter=\"this.style.borderColor='#091c2d';this.style.backgroundColor='#091c2d';this.style.color='#ffffff';\" href=\"#\" target=\"_self\">Sign up Free<\/a><\/div> <div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 240px;\"><\/div>[vc_row_inner css=&#8221;.vc_custom_1606144860490{margin-bottom: 0px !important;}&#8221;][vc_column_inner el_class=&#8221;z-index&#8221; css=&#8221;.vc_custom_1613468843018{padding-top: 0px !important;}&#8221; offset=&#8221;vc_hidden-lg vc_hidden-md&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 160px;\"><\/div>[\/vc_column_inner][\/vc_row_inner][vc_single_image image=&#8221;64&#8243; img_size=&#8221;full&#8221; interactions_enabled=&#8221;1&#8243; horizontal_scroll=&#8221;1&#8243; horizontal_scroll_direction=&#8221;horizontal_scroll_direction_right&#8221; horizontal_scroll_speed=&#8221;1&#8243; mouse_effects=&#8221;1&#8243; mouse_effects_direction=&#8221;mouse_effects_direction_direct&#8221; mouse_effects_speed=&#8221;0.4&#8243; el_class=&#8221;msg-left&#8221; css=&#8221;.vc_custom_1613059257455{margin-bottom: 0px !important;}&#8221;][vc_single_image image=&#8221;64&#8243; img_size=&#8221;full&#8221; alignment=&#8221;right&#8221; interactions_enabled=&#8221;1&#8243; horizontal_scroll=&#8221;1&#8243; horizontal_scroll_direction=&#8221;horizontal_scroll_direction_right&#8221; horizontal_scroll_speed=&#8221;1&#8243; mouse_effects=&#8221;1&#8243; mouse_effects_direction=&#8221;mouse_effects_direction_direct&#8221; mouse_effects_speed=&#8221;0.2&#8243; el_class=&#8221;msg-right&#8221; css=&#8221;.vc_custom_1613059295253{margin-bottom: 0px !important;}&#8221;][vc_single_image image=&#8221;63&#8243; img_size=&#8221;full&#8221; alignment=&#8221;right&#8221; interactions_enabled=&#8221;1&#8243; horizontal_scroll=&#8221;1&#8243; horizontal_scroll_direction=&#8221;horizontal_scroll_direction_right&#8221; mouse_effects=&#8221;1&#8243; mouse_effects_direction=&#8221;mouse_effects_direction_direct&#8221; mouse_effects_speed=&#8221;1.2&#8243; el_class=&#8221;msg-big&#8221; css=&#8221;.vc_custom_1613059327088{margin-bottom: 0px !important;}&#8221;][vc_single_image image=&#8221;67&#8243; img_size=&#8221;full&#8221; alignment=&#8221;right&#8221; interactions_enabled=&#8221;1&#8243; horizontal_scroll=&#8221;1&#8243; horizontal_scroll_speed=&#8221;1&#8243; mouse_effects=&#8221;1&#8243; mouse_effects_speed=&#8221;0.6&#8243; el_class=&#8221;phone&#8221; css=&#8221;.vc_custom_1613059387919{margin-bottom: 0px !important;}&#8221;][vc_single_image image=&#8221;66&#8243; img_size=&#8221;full&#8221; alignment=&#8221;right&#8221; interactions_enabled=&#8221;1&#8243; horizontal_scroll=&#8221;1&#8243; mouse_effects=&#8221;1&#8243; mouse_effects_speed=&#8221;1.2&#8243; el_class=&#8221;people&#8221; css=&#8221;.vc_custom_1613059412074{margin-bottom: 0px !important;}&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1613983808327{margin-bottom: 0px !important;background-image: url(https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2021\/02\/img-3.png?id=609) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; el_id=&#8221;services&#8221;][vc_column css=&#8221;.vc_custom_1613471877414{padding-top: 0px !important;}&#8221; el_class=&#8221;second-row&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 125px;\"><\/div>[vc_single_image image=&#8221;607&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; interactions_enabled=&#8221;1&#8243; vertical_scroll=&#8221;1&#8243; vertical_scroll_direction=&#8221;vertical_scroll_direction_down&#8221; vertical_scroll_speed=&#8221;2&#8243; el_class=&#8221;services-circle&#8221;][vc_row_inner css=&#8221;.vc_custom_1606201155889{margin-bottom: 0px !important;}&#8221;][vc_column_inner el_class=&#8221;z-index&#8221; width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1605876007004{padding-top: 0px !important;}&#8221;][vc_column_text css_animation=&#8221;fadeIn&#8221; effects_enabled_delay=&#8221;300&#8243;]<\/p>\n<div class=\"title-h2\">Deliver <span class=\"line-style\">eLearning<\/span> Anywhere Online with your Mobile App<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div>[vc_column_text css_animation=&#8221;fadeIn&#8221; effects_enabled_delay=&#8221;500&#8243;]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div>[\/vc_column_inner][vc_column_inner width=&#8221;5\/12&#8243; css=&#8221;.vc_custom_1606201470170{padding-top: 0px !important;}&#8221; offset=&#8221;vc_col-sm-offset-1&#8243;][vc_single_image image=&#8221;88&#8243; img_size=&#8221;full&#8221; alignment=&#8221;right&#8221; interactions_enabled=&#8221;1&#8243; vertical_scroll=&#8221;1&#8243; vertical_scroll_speed=&#8221;2&#8243; el_class=&#8221;semicircle-1&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider hide-on-mobile\" style=\"margin-top: 130px;\"><\/div>[vc_single_image image=&#8221;532&#8243; img_size=&#8221;full&#8221; css_animation=&#8221;none&#8221; css=&#8221;.vc_custom_1613114754830{margin-bottom: 0px !important;}&#8221;][\/vc_column_inner][\/vc_row_inner][vc_row_inner css=&#8221;.vc_custom_1606222597767{margin-bottom: 0px !important;}&#8221;][vc_column_inner css=&#8221;.vc_custom_1606222615487{padding-top: 0px !important;}&#8221; offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 40px;\"><\/div>[\/vc_column_inner][\/vc_row_inner][vc_row_inner css=&#8221;.vc_custom_1605875018298{margin-bottom: 0px !important;}&#8221;][vc_column_inner css=&#8221;.vc_custom_1606216490526{padding-top: 0px !important;padding-right: 21px !important;}&#8221; offset=&#8221;vc_col-lg-7 vc_col-md-7&#8243;][vc_single_image image=&#8221;531&#8243; img_size=&#8221;full&#8221; css_animation=&#8221;bottom-to-top&#8221; css=&#8221;.vc_custom_1613114715998{margin-bottom: 0px !important;}&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div>[vc_single_image image=&#8221;87&#8243; img_size=&#8221;full&#8221; interactions_enabled=&#8221;1&#8243; horizontal_scroll=&#8221;1&#8243; horizontal_scroll_speed=&#8221;1&#8243; el_class=&#8221;dots-on-photo&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;11\/12&#8243; offset=&#8221;vc_col-lg-5 vc_col-md-4&#8243; css=&#8221;.vc_custom_1606222831285{padding-top: 110px !important;padding-right: 21px !important;}&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider hide-on-table hide-on-mobile\" style=\"margin-top: 155px;\"><\/div>[vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in ipsum reprehenderit in voluptate velit esse cillum dolore.[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][vc_row_inner css=&#8221;.vc_custom_1605873782734{margin-bottom: 0px !important;}&#8221;][vc_column_inner css=&#8221;.vc_custom_1606140528026{padding-top: 0px !important;}&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 70px;\"><\/div>[\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1606143189458{padding-top: 0px !important;}&#8221; offset=&#8221;vc_col-lg-3 vc_col-md-3&#8243;]<div class=\"lazy-loading\" data-ll-item-delay=\"0\"><div class=\"gem-textbox  lazy-loading-item\"  data-ll-effect=\"move-up\" ><div class=\"gem-textbox-inner\" style=\"\"><div class=\"gem-textbox-content\" style=\"background-color: #f3f9fc;background-position: center top;padding-top: 30px;padding-bottom: 50px;padding-left: 40px;padding-right: 25px;\"><div class=\"gem-icon-with-text gem-icon-with-text-icon-size-small gem-icon-with-text-float-right\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-small  gem-icon-shape-circle\"  style=\"border-color: #ffffff;opacity: 1;\"><div class=\"gem-icon-inner\" style=\"background-color: #ffffff;\"><span class=\"gem-icon-half-1\" style=\"color: #00df88;\"><span class=\"back-angle\">&#xf1f4;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #00df88;\"><span class=\"back-angle\">&#xf1f4;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\"><\/div><\/div><div class=\"clearboth\"><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"title-h4\">Keep Content Secure<\/div>\n<p>[\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1606223354185{padding-top: 10px !important;}&#8221;]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna nostrud.[\/vc_column_text]<\/div><\/div><\/div><\/div>[\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1606140447224{padding-top: 0px !important;}&#8221; offset=&#8221;vc_col-lg-3 vc_col-md-3&#8243;]<div class=\"lazy-loading\" data-ll-item-delay=\"0\"><div class=\"gem-textbox  lazy-loading-item\"  data-ll-effect=\"move-up\" ><div class=\"gem-textbox-inner\" style=\"\"><div class=\"gem-textbox-content\" style=\"background-color: #f3f9fc;background-position: center top;padding-top: 30px;padding-bottom: 50px;padding-left: 40px;padding-right: 25px;\"><div class=\"gem-icon-with-text gem-icon-with-text-icon-size-small gem-icon-with-text-float-right\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-small  gem-icon-shape-circle\"  style=\"border-color: #ffffff;opacity: 1;\"><div class=\"gem-icon-inner\" style=\"background-color: #ffffff;\"><span class=\"gem-icon-half-1\" style=\"color: #00df88;\"><span class=\"back-angle\">&#xf3cb;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #00df88;\"><span class=\"back-angle\">&#xf3cb;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\"><\/div><\/div><div class=\"clearboth\"><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"title-h4\">Non-standart Categories<\/div>\n<p>[\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1606223349901{padding-top: 10px !important;}&#8221;]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna nostrud.[\/vc_column_text]<\/div><\/div><\/div><\/div>[\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1606140454722{padding-top: 0px !important;}&#8221; offset=&#8221;vc_col-lg-3 vc_col-md-3&#8243;]<div class=\"lazy-loading\" data-ll-item-delay=\"0\"><div class=\"gem-textbox  lazy-loading-item\"  data-ll-effect=\"move-up\" ><div class=\"gem-textbox-inner\" style=\"\"><div class=\"gem-textbox-content\" style=\"background-color: #f3f9fc;background-position: center top;padding-top: 30px;padding-bottom: 50px;padding-left: 40px;padding-right: 25px;\"><div class=\"gem-icon-with-text gem-icon-with-text-icon-size-small gem-icon-with-text-float-right\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-small  gem-icon-shape-circle\"  style=\"border-color: #ffffff;opacity: 1;\"><div class=\"gem-icon-inner\" style=\"background-color: #ffffff;\"><span class=\"gem-icon-half-1\" style=\"color: #00df88;\"><span class=\"back-angle\">&#xf185;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #00df88;\"><span class=\"back-angle\">&#xf185;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\"><\/div><\/div><div class=\"clearboth\"><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"title-h4\">Send Push Notifications<\/div>\n<p>[\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1606223346036{padding-top: 10px !important;}&#8221;]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna nostrud.[\/vc_column_text]<\/div><\/div><\/div><\/div>[\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1606143212940{padding-top: 0px !important;}&#8221; offset=&#8221;vc_col-lg-3 vc_col-md-3&#8243;]<div class=\"lazy-loading\" data-ll-item-delay=\"0\"><div class=\"gem-textbox  lazy-loading-item\"  data-ll-effect=\"move-up\" ><div class=\"gem-textbox-inner\" style=\"\"><div class=\"gem-textbox-content\" style=\"background-color: #f3f9fc;background-position: center top;padding-top: 30px;padding-bottom: 50px;padding-left: 40px;padding-right: 25px;\"><div class=\"gem-icon-with-text gem-icon-with-text-icon-size-small gem-icon-with-text-float-right\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-small  gem-icon-shape-circle\"  style=\"border-color: #ffffff;opacity: 1;\"><div class=\"gem-icon-inner\" style=\"background-color: #ffffff;\"><span class=\"gem-icon-half-1\" style=\"color: #00df88;\"><span class=\"back-angle\">&#xf269;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #00df88;\"><span class=\"back-angle\">&#xf269;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\"><\/div><\/div><div class=\"clearboth\"><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"title-h4\">Tracking Information<\/div>\n<p>[\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1606223341012{padding-top: 10px !important;}&#8221;]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna nostrud.[\/vc_column_text]<\/div><\/div><\/div><\/div>[\/vc_column_inner][\/vc_row_inner]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 105px;\"><\/div>[\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1606203833840{margin-bottom: 0px !important;padding-right: 21px !important;padding-left: 21px !important;}&#8221; custom_css_code=&#8221;LmdlbS10ZXh0Ym94JTIwJTdCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLWJvdHRvbSUzQSUyMDBweCUzQiUwQSU3RA==&#8221;][vc_column css=&#8221;.vc_custom_1606203841553{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-image: url(https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/12.png?id=89) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;]<div class=\"gem-textbox \"  ><div class=\"gem-textbox-inner\" style=\"border: 3px solid rgba(255,255,255,0.5);\"><div class=\"gem-textbox-content\" style=\"background-repeat: no-repeat; background-size: cover;background-position: center top;padding-top: 20px;padding-bottom: 20px;padding-left: 30px;padding-right: 0px;\">[vc_row_inner content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1606203359580{margin-bottom: 0px !important;}&#8221;][vc_column_inner width=&#8221;7\/12&#8243; css=&#8221;.vc_custom_1606203660368{padding-top: 0px !important;}&#8221; offset=&#8221;vc_col-lg-9 vc_col-md-9 vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 25px;\"><\/div>[vc_column_text css_animation=&#8221;fadeInLeft&#8221; effects_enabled_delay=&#8221;300&#8243;]<\/p>\n<div class=\"title-h2\"><span style=\"color: #ffffff;\">Get the Best Results in eLearning!<\/span><\/div>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243; css=&#8221;.vc_custom_1606203664638{padding-top: 0px !important;padding-left: 0px !important;}&#8221; offset=&#8221;vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-3 vc_col-sm-offset-1 vc_col-xs-offset-1 vc_col-xs-11&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 29px;\"><\/div><style type=\"text\/css\">.thegem-button-69deb5590b71c4582.lazy-loading-before-start-animation .lazy-loading-item {opacity: 0;}<\/style><div class=\"gem-button-container gem-button-position-left thegem-button-69deb5590b71c4582 lazy-loading lazy-loading-before-start-animation\" ><a class=\"gem-button gem-button-size-medium gem-button-style-flat gem-button-text-weight-normal gem-button-no-uppercase lazy-loading-item\"data-ll-effect=\"drop-right-without-wrap\" style=\"border-radius: 9px;background-color: #ffe275;color: #091c2d;\" onmouseleave=\"this.style.backgroundColor='#ffe275';this.style.color='#091c2d';\" onmouseenter=\"this.style.backgroundColor='#091c2d';this.style.color='#ffe275';\" href=\"#\" target=\"_self\">Download App<\/a><\/div> [\/vc_column_inner][\/vc_row_inner]<\/div><\/div><\/div>[\/vc_column][vc_column css=&#8221;.vc_custom_1606199748920{padding-top: 0px !important;}&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 130px;\"><\/div>[vc_column_text css_animation=&#8221;fadeIn&#8221; effects_enabled_delay=&#8221;300&#8243;]<\/p>\n<div class=\"title-h2\">Choose your <span class=\"line-style\">Category<\/span><\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 20px;\"><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1606231551936{margin-bottom: 0px !important;padding-top: 0px !important;background-image: url(https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/19.png?id=160) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; el_class=&#8221;background-quick&#8221;][vc_column css=&#8221;.vc_custom_1606285708995{padding-top: 0px !important;}&#8221; el_class=&#8221;custom-quick z-index custom-icon&#8221;][vc_single_image image=&#8221;199&#8243; img_size=&#8221;full&#8221; alignment=&#8221;right&#8221; interactions_enabled=&#8221;1&#8243; vertical_scroll=&#8221;1&#8243; vertical_scroll_speed=&#8221;4&#8243; el_class=&#8221;semicircle-2&#8243;][vc_row_inner css=&#8221;.vc_custom_1613984097928{margin-bottom: 0px !important;}&#8221; el_id=&#8221;courses&#8221;][vc_column_inner width=&#8221;1\/3&#8243; css=&#8221;.vc_custom_1606204271183{padding-top: 0px !important;}&#8221; offset=&#8221;vc_col-lg-4 vc_col-md-4&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 80px;\"><\/div>[vc_single_image image=&#8221;198&#8243; img_size=&#8221;full&#8221; interactions_enabled=&#8221;1&#8243; mouse_effects=&#8221;1&#8243; mouse_effects_speed=&#8221;0.2&#8243; el_class=&#8221;yellow-circle&#8221;]<div class=\"gem-icon gem-icon-pack-thegemdemo gem-icon-size-large  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/pf\/development\/\" target=\"_self\"><span class=\"gem-icon-half-1\" style=\"color: #091c2e;\"><span class=\"back-angle\">&#xe912;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #091c2e;\"><span class=\"back-angle\">&#xe912;<\/span><\/span><\/a><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"title-h3\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/pf\/development\/\">Development<\/a><\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 25px;\"><\/div>[vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor.[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243; css=&#8221;.vc_custom_1606204267022{padding-top: 0px !important;}&#8221; offset=&#8221;vc_col-lg-4 vc_col-md-4&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 80px;\"><\/div>[vc_single_image image=&#8221;198&#8243; img_size=&#8221;full&#8221; interactions_enabled=&#8221;1&#8243; mouse_effects=&#8221;1&#8243; mouse_effects_direction=&#8221;mouse_effects_direction_direct&#8221; mouse_effects_speed=&#8221;0.2&#8243; el_class=&#8221;yellow-circle&#8221;]<div class=\"gem-icon gem-icon-pack-thegemdemo gem-icon-size-large  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/pf\/business\/\" target=\"_self\"><span class=\"gem-icon-half-1\" style=\"color: #091c2e;\"><span class=\"back-angle\">&#xe931;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #091c2e;\"><span class=\"back-angle\">&#xe931;<\/span><\/span><\/a><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"title-h3\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/pf\/business\/\">Business<\/a><\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 25px;\"><\/div>[vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor.[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243; css=&#8221;.vc_custom_1606204261699{padding-top: 0px !important;}&#8221; offset=&#8221;vc_col-lg-4 vc_col-md-4&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 80px;\"><\/div>[vc_single_image image=&#8221;198&#8243; img_size=&#8221;full&#8221; interactions_enabled=&#8221;1&#8243; mouse_effects=&#8221;1&#8243; mouse_effects_speed=&#8221;0.2&#8243; el_class=&#8221;yellow-circle&#8221;]<div class=\"gem-icon gem-icon-pack-thegemdemo gem-icon-size-large  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/pf\/it-software\/\" target=\"_self\"><span class=\"gem-icon-half-1\" style=\"color: #091c2e;\"><span class=\"back-angle\">&#xe90b;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #091c2e;\"><span class=\"back-angle\">&#xe90b;<\/span><\/span><\/a><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"title-h3\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/pf\/it-software\/\">IT Software<\/a><\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 25px;\"><\/div>[vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor.[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][vc_row_inner css=&#8221;.vc_custom_1613983777291{margin-bottom: 0px !important;}&#8221;][vc_column_inner css=&#8221;.vc_custom_1606114861240{padding-top: 0px !important;}&#8221; offset=&#8221;vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 10px;\"><\/div>[\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243; css=&#8221;.vc_custom_1606204249470{padding-top: 0px !important;}&#8221; offset=&#8221;vc_col-lg-4 vc_col-md-4&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 80px;\"><\/div>[vc_single_image image=&#8221;198&#8243; img_size=&#8221;full&#8221; interactions_enabled=&#8221;1&#8243; mouse_effects=&#8221;1&#8243; mouse_effects_direction=&#8221;mouse_effects_direction_direct&#8221; mouse_effects_speed=&#8221;0.2&#8243; el_class=&#8221;yellow-circle&#8221;]<div class=\"gem-icon gem-icon-pack-thegemdemo gem-icon-size-large  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/pf\/ui-design\/\" target=\"_self\"><span class=\"gem-icon-half-1\" style=\"color: #091c2e;\"><span class=\"back-angle\">&#xe906;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #091c2e;\"><span class=\"back-angle\">&#xe906;<\/span><\/span><\/a><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"title-h3\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/pf\/ui-design\/\">UI Design<\/a><\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 25px;\"><\/div>[vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor.[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243; css=&#8221;.vc_custom_1606204253333{padding-top: 0px !important;}&#8221; offset=&#8221;vc_col-lg-4 vc_col-md-4&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 80px;\"><\/div>[vc_single_image image=&#8221;198&#8243; img_size=&#8221;full&#8221; interactions_enabled=&#8221;1&#8243; mouse_effects=&#8221;1&#8243; mouse_effects_speed=&#8221;0.2&#8243; el_class=&#8221;yellow-circle&#8221;]<div class=\"gem-icon gem-icon-pack-thegemdemo gem-icon-size-large  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/pf\/ux-design\/\" target=\"_self\"><span class=\"gem-icon-half-1\" style=\"color: #091c2e;\"><span class=\"back-angle\">&#xe900;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #091c2e;\"><span class=\"back-angle\">&#xe900;<\/span><\/span><\/a><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"title-h3\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/pf\/ux-design\/\">UX Design<\/a><\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 25px;\"><\/div>[vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor.[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243; css=&#8221;.vc_custom_1606204256885{padding-top: 0px !important;}&#8221; offset=&#8221;vc_col-lg-4 vc_col-md-4&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 80px;\"><\/div>[vc_single_image image=&#8221;198&#8243; img_size=&#8221;full&#8221; interactions_enabled=&#8221;1&#8243; mouse_effects=&#8221;1&#8243; mouse_effects_direction=&#8221;mouse_effects_direction_direct&#8221; mouse_effects_speed=&#8221;0.2&#8243; el_class=&#8221;yellow-circle&#8221;]<div class=\"gem-icon gem-icon-pack-thegemdemo gem-icon-size-large  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/pf\/marketing\/\" target=\"_self\"><span class=\"gem-icon-half-1\" style=\"color: #091c2e;\"><span class=\"back-angle\">&#xe910;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #091c2e;\"><span class=\"back-angle\">&#xe910;<\/span><\/span><\/a><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"title-h3\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/pf\/marketing\/\">Marketing<\/a><\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 25px;\"><\/div>[vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor.[\/vc_column_text][\/vc_column_inner][vc_column_inner css=&#8221;.vc_custom_1606204973551{padding-top: 0px !important;}&#8221; offset=&#8221;vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 200px;\"><\/div>[\/vc_column_inner][\/vc_row_inner]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 100px;\"><\/div>[vc_single_image image=&#8221;42&#8243; img_size=&#8221;full&#8221; interactions_enabled=&#8221;1&#8243; vertical_scroll=&#8221;1&#8243; vertical_scroll_direction=&#8221;vertical_scroll_direction_down&#8221; vertical_scroll_speed=&#8221;2&#8243; horizontal_scroll=&#8221;1&#8243; disable_effects_mobile=&#8221;1&#8243; el_class=&#8221;dots-2&#8243;][vc_single_image image=&#8221;200&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; interactions_enabled=&#8221;1&#8243; vertical_scroll=&#8221;1&#8243; vertical_scroll_direction=&#8221;vertical_scroll_direction_down&#8221; vertical_scroll_speed=&#8221;2&#8243; el_class=&#8221;white-circle-line&#8221;][vc_row_inner css=&#8221;.vc_custom_1613984244985{margin-bottom: 0px !important;}&#8221;][vc_column_inner css=&#8221;.vc_custom_1606205818098{padding-top: 0px !important;}&#8221; offset=&#8221;vc_hidden-sm&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 150px;\"><\/div>[\/vc_column_inner][\/vc_row_inner][vc_column_text css_animation=&#8221;fadeIn&#8221; effects_enabled_delay=&#8221;300&#8243; el_id=&#8221;teachers&#8221;]<\/p>\n<div class=\"title-h2\">Teachers of <span class=\"line-style-yelloy-color\">eLMS<\/span><\/div>\n<p>[\/vc_column_text][vc_single_image image=&#8221;201&#8243; img_size=&#8221;full&#8221; alignment=&#8221;right&#8221; interactions_enabled=&#8221;1&#8243; vertical_scroll=&#8221;1&#8243; vertical_scroll_direction=&#8221;vertical_scroll_direction_down&#8221; vertical_scroll_speed=&#8221;4&#8243; mouse_effects=&#8221;1&#8243; mouse_effects_direction=&#8221;mouse_effects_direction_direct&#8221; mouse_effects_speed=&#8221;0.6&#8243; el_class=&#8221;circle-under-line&#8221;][vc_row_inner css=&#8221;.vc_custom_1613983668926{margin-bottom: 0px !important;}&#8221;][vc_column_inner css=&#8221;.vc_custom_1606205336155{padding-top: 0px !important;}&#8221; offset=&#8221;vc_hidden-md&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 40px;\"><\/div>[\/vc_column_inner][\/vc_row_inner]<div class=\"quickfinder quickfinder-style-classic row inline-row quickfinder-icon-position-top quickfinder-alignment-left quickfinder-title-bold\" data-hover-box-color=\"#7cecc5\"><div id=\"post-165\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-image-scale icon-size-small quickfinder-box-style-solid lazy-loading post-165 thegem_qf_item type-thegem_qf_item status-publish has-post-thumbnail\" data-ll-item-delay=\"0\"> <div class=\"quickfinder-item-box\" style=\"\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper quickfinder-item-picture quickfinder-item-image-shape-circle\"> <img width=\"400\" height=\"400\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-1-thegem-person.jpg\" class=\" quickfinder-img-size-small wp-post-image\" alt=\"Faces-person-1\" srcset=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-1-thegem-person-80.jpg 1x, https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-1-thegem-person-160.jpg 2x\" sizes=\"100vw\" \/> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" style=\"color: #091c2d;\">Herman Ledford<\/div> <div class=\"quickfinder-item-text\" style=\"color: #091c2d;\">Lorem ipsum dolor sit ametcon sectetur adipisicing elit, sed doiusmod tempor incidi labore et dolore magna aliqua nostrud.<\/div> <\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div id=\"post-190\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-image-scale icon-size-small quickfinder-box-style-solid lazy-loading post-190 thegem_qf_item type-thegem_qf_item status-publish has-post-thumbnail\" data-ll-item-delay=\"0\"> <div class=\"quickfinder-item-box\" style=\"\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper quickfinder-item-picture quickfinder-item-image-shape-circle\"> <img width=\"400\" height=\"400\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-2-thegem-person.jpg\" class=\" quickfinder-img-size-small wp-post-image\" alt=\"Faces-person-2\" srcset=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-2-thegem-person-80.jpg 1x, https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-2-thegem-person-160.jpg 2x\" sizes=\"100vw\" \/> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" style=\"color: #091c2d;\">Evelyn Snyder<\/div> <div class=\"quickfinder-item-text\" style=\"color: #091c2d;\">Lorem ipsum dolor sit ametcon sectetur adipisicing elit, sed doiusmod tempor incidi labore et dolore magna aliqua nostrud.<\/div> <\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div id=\"post-191\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-image-scale icon-size-small quickfinder-box-style-solid lazy-loading post-191 thegem_qf_item type-thegem_qf_item status-publish has-post-thumbnail\" data-ll-item-delay=\"0\"> <div class=\"quickfinder-item-box\" style=\"\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper quickfinder-item-picture quickfinder-item-image-shape-circle\"> <img width=\"400\" height=\"400\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-3-thegem-person.jpg\" class=\" quickfinder-img-size-small wp-post-image\" alt=\"Faces-person-3\" srcset=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-3-thegem-person-80.jpg 1x, https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-3-thegem-person-160.jpg 2x\" sizes=\"100vw\" \/> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" style=\"color: #091c2d;\">Anetta Winston<\/div> <div class=\"quickfinder-item-text\" style=\"color: #091c2d;\">Lorem ipsum dolor sit ametcon sectetur adipisicing elit, sed doiusmod tempor incidi labore et dolore magna aliqua nostrud.<\/div> <\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div id=\"post-192\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-image-scale icon-size-small quickfinder-box-style-solid lazy-loading post-192 thegem_qf_item type-thegem_qf_item status-publish has-post-thumbnail\" data-ll-item-delay=\"0\"> <div class=\"quickfinder-item-box\" style=\"\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper quickfinder-item-picture quickfinder-item-image-shape-circle\"> <img width=\"400\" height=\"400\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-4-thegem-person.jpg\" class=\" quickfinder-img-size-small wp-post-image\" alt=\"Faces-person-4\" srcset=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-4-thegem-person-80.jpg 1x, https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-4-thegem-person-160.jpg 2x\" sizes=\"100vw\" \/> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" style=\"color: #091c2d;\">Ava Robinson<\/div> <div class=\"quickfinder-item-text\" style=\"color: #091c2d;\">Lorem ipsum dolor sit ametcon sectetur adipisicing elit, sed doiusmod tempor incidi labore et dolore magna aliqua nostrud.<\/div> <\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div id=\"post-193\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-image-scale icon-size-small quickfinder-box-style-solid lazy-loading post-193 thegem_qf_item type-thegem_qf_item status-publish has-post-thumbnail\" data-ll-item-delay=\"0\"> <div class=\"quickfinder-item-box\" style=\"\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper quickfinder-item-picture quickfinder-item-image-shape-circle\"> <img width=\"400\" height=\"400\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-5-thegem-person.jpg\" class=\" quickfinder-img-size-small wp-post-image\" alt=\"Faces-person-5\" srcset=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-5-thegem-person-80.jpg 1x, https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-5-thegem-person-160.jpg 2x\" sizes=\"100vw\" \/> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" style=\"color: #091c2d;\">Cassandra Lynn<\/div> <div class=\"quickfinder-item-text\" style=\"color: #091c2d;\">Lorem ipsum dolor sit ametcon sectetur adipisicing elit, sed doiusmod tempor incidi labore et dolore magna aliqua nostrud.<\/div> <\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div id=\"post-194\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-image-scale icon-size-small quickfinder-box-style-solid lazy-loading post-194 thegem_qf_item type-thegem_qf_item status-publish has-post-thumbnail\" data-ll-item-delay=\"0\"> <div class=\"quickfinder-item-box\" style=\"\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper quickfinder-item-picture quickfinder-item-image-shape-circle\"> <img width=\"400\" height=\"400\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-6-thegem-person.jpg\" class=\" quickfinder-img-size-small wp-post-image\" alt=\"Faces-person-6\" srcset=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-6-thegem-person-80.jpg 1x, https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-6-thegem-person-160.jpg 2x\" sizes=\"100vw\" \/> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" style=\"color: #091c2d;\">Richard Wheeler<\/div> <div class=\"quickfinder-item-text\" style=\"color: #091c2d;\">Lorem ipsum dolor sit ametcon sectetur adipisicing elit, sed doiusmod tempor incidi labore et dolore magna aliqua nostrud.<\/div> <\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div id=\"post-195\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-image-scale icon-size-small quickfinder-box-style-solid lazy-loading post-195 thegem_qf_item type-thegem_qf_item status-publish has-post-thumbnail\" data-ll-item-delay=\"0\"> <div class=\"quickfinder-item-box\" style=\"\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper quickfinder-item-picture quickfinder-item-image-shape-circle\"> <img width=\"400\" height=\"400\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-7-thegem-person.jpg\" class=\" quickfinder-img-size-small wp-post-image\" alt=\"Faces-person-7\" srcset=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-7-thegem-person-80.jpg 1x, https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-7-thegem-person-160.jpg 2x\" sizes=\"100vw\" \/> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" style=\"color: #091c2d;\">Kenneth Diaz<\/div> <div class=\"quickfinder-item-text\" style=\"color: #091c2d;\">Lorem ipsum dolor sit ametcon sectetur adipisicing elit, sed doiusmod tempor incidi labore et dolore magna aliqua nostrud.<\/div> <\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <\/div>[vc_row_inner css=&#8221;.vc_custom_1606115427379{margin-bottom: 0px !important;}&#8221;][vc_column_inner css=&#8221;.vc_custom_1606115423221{padding-top: 0px !important;}&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 240px;\"><\/div>[\/vc_column_inner][vc_column_inner css=&#8221;.vc_custom_1606115431182{padding-top: 0px !important;}&#8221;][vc_single_image image=&#8221;202&#8243; img_size=&#8221;full&#8221; interactions_enabled=&#8221;1&#8243; horizontal_scroll=&#8221;1&#8243; horizontal_scroll_direction=&#8221;horizontal_scroll_direction_right&#8221; horizontal_scroll_speed=&#8221;4&#8243; mouse_effects=&#8221;1&#8243; mouse_effects_speed=&#8221;2&#8243; el_class=&#8221;semicircle-3&#8243;][vc_single_image image=&#8221;205&#8243; img_size=&#8221;full&#8221; alignment=&#8221;right&#8221; interactions_enabled=&#8221;1&#8243; horizontal_scroll=&#8221;1&#8243; horizontal_scroll_direction=&#8221;horizontal_scroll_direction_right&#8221; horizontal_scroll_speed=&#8221;1&#8243; mouse_effects=&#8221;1&#8243; mouse_effects_direction=&#8221;mouse_effects_direction_direct&#8221; mouse_effects_speed=&#8221;0.4&#8243; el_class=&#8221;flower-near-girl&#8221; css=&#8221;.vc_custom_1613116571754{margin-bottom: 0px !important;}&#8221;][vc_single_image image=&#8221;204&#8243; img_size=&#8221;full&#8221; alignment=&#8221;right&#8221; interactions_enabled=&#8221;1&#8243; horizontal_scroll=&#8221;1&#8243; horizontal_scroll_speed=&#8221;1&#8243; mouse_effects=&#8221;1&#8243; mouse_effects_speed=&#8221;0.7&#8243; el_class=&#8221;girl&#8221; css=&#8221;.vc_custom_1613116596631{margin-bottom: 0px !important;}&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1606231055322{margin-bottom: 0px !important;background-color: #ffffff !important;}&#8221; el_id=&#8221;pricing&#8221;][vc_column css=&#8221;.vc_custom_1606231050272{padding-top: 0px !important;}&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-6&#8243;][vc_row_inner css=&#8221;.vc_custom_1606206309385{margin-bottom: 0px !important;}&#8221;][vc_column_inner css=&#8221;.vc_custom_1606206317191{padding-top: 0px !important;}&#8221; offset=&#8221;vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 120px;\"><\/div>[\/vc_column_inner][\/vc_row_inner]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 120px;\"><\/div>[vc_column_text css_animation=&#8221;fadeIn&#8221; effects_enabled_delay=&#8221;300&#8243;]<\/p>\n<div class=\"title-h2\">Choose the Best <span class=\"line-style\">Plan<\/span> for You or Your Team<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div>[vc_column_text css_animation=&#8221;fadeIn&#8221; effects_enabled_delay=&#8221;500&#8243;]<\/p>\n<div style=\"max-width: 465px;\">The world\u2019s top organizations choose TheGem for their learning development needs. Make the most of your valuable learning assets with our powerful authoring and Learning Content Management Solution (LCMS).<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 85px;\"><\/div><div class=\"gem-button-container gem-button-position-left thegem-button-69deb559108e85758\" ><a class=\"gem-button gem-button-size-medium gem-button-style-outline gem-button-text-weight-normal gem-button-border-2 gem-button-no-uppercase\" style=\"border-radius: 9px;border-color: #091c2d;color: #091c2d;\" onmouseleave=\"this.style.borderColor='#091c2d';this.style.backgroundColor='transparent';this.style.color='#091c2d';\" onmouseenter=\"this.style.borderColor='#091c2d';this.style.backgroundColor='#091c2d';this.style.color='#ffffff';\" href=\"#\" target=\"_self\">Sign up Free<\/a><\/div> [\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1606230038274{padding-top: 0px !important;}&#8221; offset=&#8221;vc_col-lg-3 vc_col-md-3&#8243; el_class=&#8221;custom-price&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 70px;\"><\/div><div class=\"pricing-table row inline-row inline-row-center pricing-table-style-7 button-icon-default gem-interactions-enabled\"  data-vertical_scroll_enable=\"yes\" data-vertical_scroll_speed=\"1\" >\n\t<div class=\"pricing-column-wrapper col-md-4 col-sm-4 col-xs-6  inline-column\"><div class=\"pricing-column\">\n\t <div class=\"pricing-price-row  \"  style=\" background-color: #091c2e; color:#00df88; \">\n\n\t\t<div class=\"pricing-price-title-wrapper\">\n\t\t<div style=color:#ffffff  class=\"pricing-price-title\">Basic<\/div>\n\t\t<div  class=\"pricing-price-subtitle\"><\/div>\n\t\t<\/div>\n\n\t\t<div class=\"pricing-price-wrapper\"><div class=\"pricing-price\" style=\" background-color: #091c2e; \"><div style=\" color:#00df88; font-size: 65px;\" class=\"pricing-cost\">$99<\/div><div  class=\"time\" style= display:inline-block;color:#ffe275;>Per Month<\/div><\/div><\/div><svg style='fill:#091c2e' class=\"wrap-style\"><use xlink:href=https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/themes\/thegem\/css\/post-arrow.svg#dec-post-arrow \/><\/use><\/svg><\/div><figure class=\"pricing-row\">Great Online Instructors<\/figure><figure class=\"pricing-row\">Get Learny Certified Awards<\/figure><figure class=\"pricing-row\">Exclusive Course Materials<\/figure><figure class=\"pricing-row strike\">In &#8211; depth Course Analysis<\/figure><figure class=\"pricing-row strike\">Get Learny Certified Awards<\/figure><figure class=\"pricing-row strike\">In &#8211; depth Course Analysis<\/figure><div class=\"pricing-footer\"><div class=\"gem-button-container gem-button-position-center thegem-button-69deb559109c29170\" ><a class=\"gem-button gem-button-size-small gem-button-style-flat gem-button-text-weight-normal gem-button-no-uppercase\" style=\"border-radius: 3px;background-color: #ffe275;color: #091c2d;\" onmouseleave=\"this.style.backgroundColor='#ffe275';this.style.color='#091c2d';\" onmouseenter=\"this.style.backgroundColor='#091c2d';this.style.color='#ffe275';\" href=\"#\" target=\"_self\">Order Now<\/a><\/div> <\/div><\/div><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1606230030946{padding-top: 0px !important;}&#8221; offset=&#8221;vc_col-lg-3 vc_col-md-3&#8243; el_class=&#8221;custom-price&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 70px;\"><\/div><div class=\"pricing-table row inline-row inline-row-center pricing-table-style-7 button-icon-default gem-interactions-enabled\"  data-vertical_scroll_enable=\"yes\" data-vertical_scroll_speed=\"-1\" >\n\t<div class=\"pricing-column-wrapper col-md-4 col-sm-4 col-xs-6  inline-column\"><div class=\"pricing-column\">\n\t <div class=\"pricing-price-row  \"  style=\" background-color: #091c2e; color:#00df88; \">\n\n\t\t<div class=\"pricing-price-title-wrapper\">\n\t\t<div style=color:#ffffff  class=\"pricing-price-title\">Standart<\/div>\n\t\t<div  class=\"pricing-price-subtitle\"><\/div>\n\t\t<\/div>\n\n\t\t<div class=\"pricing-price-wrapper\"><div class=\"pricing-price\" style=\" background-color: #091c2e; \"><div style=\" color:#00df88; font-size: 65px;\" class=\"pricing-cost\">$299<\/div><div  class=\"time\" style= display:inline-block;color:#ffe275;>Per Month<\/div><\/div><\/div><svg style='fill:#091c2e' class=\"wrap-style\"><use xlink:href=https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/themes\/thegem\/css\/post-arrow.svg#dec-post-arrow \/><\/use><\/svg><\/div><figure class=\"pricing-row\">Great Online Instructors<\/figure><figure class=\"pricing-row\">Get Learny Certified Awards<\/figure><figure class=\"pricing-row\">Exclusive Course Materials<\/figure><figure class=\"pricing-row\">In &#8211; depth Course Analysis<\/figure><figure class=\"pricing-row\">Get Learny Certified Awards<\/figure><figure class=\"pricing-row\">In &#8211; depth Course Analysis<\/figure><div class=\"pricing-footer\"><div class=\"gem-button-container gem-button-position-center thegem-button-69deb55910a268949\" ><a class=\"gem-button gem-button-size-small gem-button-style-flat gem-button-text-weight-normal gem-button-no-uppercase\" style=\"border-radius: 3px;background-color: #ffe275;color: #091c2d;\" onmouseleave=\"this.style.backgroundColor='#ffe275';this.style.color='#091c2d';\" onmouseenter=\"this.style.backgroundColor='#091c2d';this.style.color='#ffe275';\" href=\"#\" target=\"_self\">Order Now<\/a><\/div> <\/div><\/div><\/div><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1616071702878{margin-bottom: 0px !important;}&#8221; el_id=&#8221;blog&#8221;][vc_column css=&#8221;.vc_custom_1606120893481{padding-top: 0px !important;}&#8221;]<div id=\"fullwidth-block-69deb55910c48\" class=\"fullwidth-block clearfix\"  style=\"\"><script type=\"text\/javascript\">if (typeof(gem_fix_fullwidth_position) == \"function\") { gem_fix_fullwidth_position(document.getElementById(\"fullwidth-block-69deb55910c48\")); }<\/script><div class=\"fullwidth-block-background\" style=\"background-image: url(https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2021\/02\/img-2.png);background-repeat: no-repeat; background-size: cover;background-position: right top;\"><\/div><div class=\"fullwidth-block-inner\"><div class=\"container\">[vc_single_image image=&#8221;219&#8243; img_size=&#8221;large&#8221; interactions_enabled=&#8221;1&#8243; vertical_scroll=&#8221;1&#8243; el_class=&#8221;semicircle-4&#8243;][vc_single_image image=&#8221;623&#8243; img_size=&#8221;full&#8221; alignment=&#8221;right&#8221; interactions_enabled=&#8221;1&#8243; vertical_scroll=&#8221;1&#8243; el_class=&#8221;blog-circle&#8221;][vc_row_inner css=&#8221;.vc_custom_1606130638006{margin-bottom: 0px !important;}&#8221;][vc_column_inner css=&#8221;.vc_custom_1606216683920{padding-top: 0px !important;}&#8221; offset=&#8221;vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 170px;\"><\/div>[\/vc_column_inner][\/vc_row_inner]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 85px;\"><\/div>[vc_column_text css_animation=&#8221;fadeIn&#8221; effects_enabled_delay=&#8221;300&#8243;]<\/p>\n<div class=\"title-h2\">Latest News from <span class=\"line-style\">Blog<\/span><\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 80px;\"><\/div>[vc_row_inner css=&#8221;.vc_custom_1606132023595{margin-bottom: 0px !important;}&#8221; el_class=&#8221;custom-blog&#8221;][vc_column_inner css=&#8221;.vc_custom_1606133403974{padding-top: 0px !important;}&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-12&#8243;]<style>.portfolio.news-grid[data-portfolio-uid=\"eadb7eb\"] .portfolio-item .wrap > .caption { background-color: #ffffff !important; }.portfolio.news-grid[data-portfolio-uid=\"eadb7eb\"] .portfolio-item .wrap { background-color: #ffffff !important; }.portfolio.news-grid[data-portfolio-uid=\"eadb7eb\"] .portfolio-item .caption .post-author-date-separator { color: #00df88 !important; }.portfolio.news-grid[data-portfolio-uid=\"eadb7eb\"] .portfolio-item .caption .post-date { color: #00df88 !important; }<\/style><div class=\"preloader save-space\"><div class=\"preloader-spin\"><\/div><\/div> <div class=\"portfolio-preloader-wrapper\"> <div class=\"portfolio portfolio-grid news-grid no-padding portfolio-pagination-normal portfolio-style-masonry background-style-white title-style-light hover-new-default title-on-page version-new loading-animation item-animation-move-up no-gaps portfolio-items-masonry columns-2 next-page-preloading filters-preloading\" data-portfolio-uid=\"eadb7eb\" data-current-page=\"1\" data-per-page=\"1\" data-next-page=\"0\" data-pages-count=\"1\" data-hover=\"default\"> <div class=\"portfolio-row-outer \"> <div class=\"row\" style=\"margin: 0;\"> <div class=\"portfolio-set clearfix\" data-max-row-height=\"380\"> <div class=\"portfolio-item development col-xs-12 double-item double-item-squared item-animations-not-inited post-has-sets post-297 post type-post status-publish format-standard has-post-thumbnail category-development tag-blog tag-branding tag-illustration tag-marketing tag-news\" style=\"padding: 0px;\" data-default-sort=\"0\" data-sort-date=\"1724910110\"> <div class=\"wrap clearfix\"> <div class=\"image post-297 post type-post status-publish format-standard has-post-thumbnail category-development tag-blog tag-branding tag-illustration tag-marketing tag-news\"> <div class=\"image-inner\"> <div class=\"post-featured-content\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/mis-in-day-to-day-management-of-projects\/\"> <picture> <img src=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/post.jpg\" width=\"1320\" height=\"879\" class=\"img-responsive\" alt=\"post\" \/> <\/picture> <\/a><\/div> <\/div> <div class=\"overlay\"> <div class=\"overlay-circle\"><\/div> <div class=\"links-wrapper\"> <div class=\"links\"> <div class=\"caption\"> <a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/mis-in-day-to-day-management-of-projects\/\" class=\"portolio-item-link\"><\/a> <div class=\"portfolio-icons\"> <a href=\"javascript: void(0);\" class=\"icon self-link\"><i class=\"default\"><\/i><\/a> <\/div> <div class=\"info\"> <a data-slug=\"development\">Development<\/a> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <div class=\"caption post-297 post type-post status-publish format-standard has-post-thumbnail category-development tag-blog tag-branding tag-illustration tag-marketing tag-news\"> <div class=\"post-author-date\"> <div class=\"post-date\">August 29, 2024<\/div> <\/div> <div class=\"title\"> <div class=\"title-h4\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/mis-in-day-to-day-management-of-projects\/\" rel=\"bookmark\">Mis In Day To Day Management Of Projects<\/a><\/div> <\/div> <div class=\"description\"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor nibh vel velit auctor aliquet. Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor nibh vel velit auctor aliquet ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod. Aenean sollicitudin, lorem quis bibendum auctor.<\/p> <\/div> <div class=\"grid-post-meta clearfix without-likes\"> <div class=\"grid-post-meta-inner\"> <div class=\"grid-post-share\"> <a href=\"javascript: void(0);\" class=\"icon share\"><i class=\"default\"><\/i><\/a> <\/div> <div class=\"portfolio-sharing-pane\"> <div class=\"socials-sharing socials socials-colored-hover\"> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Fmis-in-day-to-day-management-of-projects%2F\" title=\"Facebook\"><i class=\"socials-item-icon facebook\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/twitter.com\/intent\/tweet?text=Mis+In+Day+To+Day+Management+Of++Projects&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Fmis-in-day-to-day-management-of-projects%2F\" title=\"Twitter\"><i class=\"socials-item-icon twitter\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/pinterest.com\/pin\/create\/button\/?url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Fmis-in-day-to-day-management-of-projects%2F&#038;description=Mis+In+Day+To+Day+Management+Of++Projects&#038;media=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Fwp-content%2Fuploads%2F2020%2F11%2Fpost-thegem-blog-timeline-large.jpg\" title=\"Pinterest\"><i class=\"socials-item-icon pinterest\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"http:\/\/tumblr.com\/widgets\/share\/tool?canonicalUrl=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Fmis-in-day-to-day-management-of-projects%2F\" title=\"Tumblr\"><i class=\"socials-item-icon tumblr\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/www.linkedin.com\/shareArticle?mini=true&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Fmis-in-day-to-day-management-of-projects%2F&#038;title=Mis+In+Day+To+Day+Management+Of++Projects&amp;summary=Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipisicing+elit+sed+do+eiusmod+tempor+nibh+vel+velit+auctor+aliquet.+Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipisicing+elit+sed+do+eiusmod+tempor+nibh+vel+velit+auctor+aliquet+ipsum+dolor+sit+amet%2C+consectetur+adipisicing+elit+sed+do+eiusmod.+Aenean+sollicitudin%2C+lorem+quis+bibendum+auctor.\" title=\"LinkedIn\"><i class=\"socials-item-icon linkedin\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/www.reddit.com\/submit?url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Fmis-in-day-to-day-management-of-projects%2F&#038;title=Mis+In+Day+To+Day+Management+Of++Projects\" title=\"Reddit\"><i class=\"socials-item-icon reddit\"><\/i><\/a> <\/div> <\/div> <div class=\"grid-post-meta-comments-likes\"> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div><!-- .portflio-set --> <div class=\"portfolio-item-size-container\"> <div class=\"portfolio-item col-sm-6 col-xs-12 item-animations-not-inited post-297 post type-post status-publish format-standard has-post-thumbnail category-development tag-blog tag-branding tag-illustration tag-marketing tag-news\" style=\"padding: 0 0px !important;\"> <\/div> <\/div> <\/div><!-- .row--> <\/div><!-- .full-width --> <\/div><!-- .portfolio--> <\/div><!-- .portfolio-preloader-wrapper-->[\/vc_column_inner][vc_column_inner el_class=&#8221;custom-blog-right&#8221; css=&#8221;.vc_custom_1606133407699{padding-top: 0px !important;}&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-12&#8243;]<style>.portfolio.news-grid[data-portfolio-uid=\"37cc4f9\"] .portfolio-item .wrap > .caption { background-color: #ffffff !important; }.portfolio.news-grid[data-portfolio-uid=\"37cc4f9\"] .portfolio-item .wrap { background-color: #ffffff !important; }.portfolio.news-grid[data-portfolio-uid=\"37cc4f9\"] .portfolio-item .caption .post-author-date-separator { color: #00df88 !important; }.portfolio.news-grid[data-portfolio-uid=\"37cc4f9\"] .portfolio-item .caption .post-date { color: #00df88 !important; }<\/style><div class=\"preloader save-space\"><div class=\"preloader-spin\"><\/div><\/div> <div class=\"portfolio-preloader-wrapper\"> <div class=\"portfolio portfolio-grid news-grid no-padding portfolio-pagination-normal portfolio-style-masonry background-style-white title-style-light hover-new-circular title-on-page version-new loading-animation item-animation-move-up portfolio-items-masonry columns-2 next-page-preloading filters-preloading\" data-portfolio-uid=\"37cc4f9\" data-current-page=\"1\" data-per-page=\"4\" data-next-page=\"0\" data-pages-count=\"1\" data-hover=\"circular\"> <div class=\"portfolio-row-outer \"> <div class=\"row\" style=\"margin: -21px;\"> <div class=\"portfolio-set clearfix\" data-max-row-height=\"380\"> <div class=\"portfolio-item ui-design col-sm-6 col-xs-12 item-animations-not-inited post-has-sets post-335 post type-post status-publish format-standard category-ui-design tag-blog tag-branding tag-illustration tag-marketing tag-news\" style=\"padding: 21px;\" data-default-sort=\"0\" data-sort-date=\"1724911851\"> <div class=\"wrap clearfix\"> <div class=\"image post-335 post type-post status-publish format-standard category-ui-design tag-blog tag-branding tag-illustration tag-marketing tag-news\"> <div class=\"image-inner\"> <\/div> <div class=\"overlay\"> <div class=\"overlay-circle\"><\/div> <div class=\"links-wrapper\"> <div class=\"links\"> <div class=\"caption\"> <a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/orientation-program-for-the-new-students-2\/\" class=\"portolio-item-link\"><\/a> <div class=\"portfolio-icons\"> <a href=\"javascript: void(0);\" class=\"icon self-link\"><i class=\"default\"><\/i><\/a> <\/div> <div class=\"info\"> <a data-slug=\"ui-design\">UI design<\/a> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <div class=\"caption post-335 post type-post status-publish format-standard category-ui-design tag-blog tag-branding tag-illustration tag-marketing tag-news\"> <div class=\"post-author-date\"> <div class=\"post-date\">August 29, 2024<\/div> <\/div> <div class=\"title\"> <div class=\"title-h4\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/orientation-program-for-the-new-students-2\/\" rel=\"bookmark\">Orientation Program For The New Students<\/a><\/div> <\/div> <div class=\"description\"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor <\/p> <\/div> <div class=\"grid-post-meta clearfix without-likes\"> <div class=\"grid-post-meta-inner\"> <div class=\"grid-post-share\"> <a href=\"javascript: void(0);\" class=\"icon share\"><i class=\"default\"><\/i><\/a> <\/div> <div class=\"portfolio-sharing-pane\"> <div class=\"socials-sharing socials socials-colored-hover\"> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Forientation-program-for-the-new-students-2%2F\" title=\"Facebook\"><i class=\"socials-item-icon facebook\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/twitter.com\/intent\/tweet?text=Orientation++Program+For+The++New+Students&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Forientation-program-for-the-new-students-2%2F\" title=\"Twitter\"><i class=\"socials-item-icon twitter\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/pinterest.com\/pin\/create\/button\/?url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Forientation-program-for-the-new-students-2%2F&#038;description=Orientation++Program+For+The++New+Students\" title=\"Pinterest\"><i class=\"socials-item-icon pinterest\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"http:\/\/tumblr.com\/widgets\/share\/tool?canonicalUrl=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Forientation-program-for-the-new-students-2%2F\" title=\"Tumblr\"><i class=\"socials-item-icon tumblr\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/www.linkedin.com\/shareArticle?mini=true&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Forientation-program-for-the-new-students-2%2F&#038;title=Orientation++Program+For+The++New+Students&amp;summary=Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipisicing+elit+sed+do+eiusmod+tempor+\" title=\"LinkedIn\"><i class=\"socials-item-icon linkedin\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/www.reddit.com\/submit?url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Forientation-program-for-the-new-students-2%2F&#038;title=Orientation++Program+For+The++New+Students\" title=\"Reddit\"><i class=\"socials-item-icon reddit\"><\/i><\/a> <\/div> <\/div> <div class=\"grid-post-meta-comments-likes\"> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <div class=\"portfolio-item ui-design col-sm-6 col-xs-12 item-animations-not-inited post-has-sets post-333 post type-post status-publish format-standard category-ui-design tag-blog tag-branding tag-illustration tag-marketing tag-news\" style=\"padding: 21px;\" data-default-sort=\"0\" data-sort-date=\"1724911845\"> <div class=\"wrap clearfix\"> <div class=\"image post-333 post type-post status-publish format-standard category-ui-design tag-blog tag-branding tag-illustration tag-marketing tag-news\"> <div class=\"image-inner\"> <\/div> <div class=\"overlay\"> <div class=\"overlay-circle\"><\/div> <div class=\"links-wrapper\"> <div class=\"links\"> <div class=\"caption\"> <a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/the-changing-scenario-in-music-industry\/\" class=\"portolio-item-link\"><\/a> <div class=\"portfolio-icons\"> <a href=\"javascript: void(0);\" class=\"icon self-link\"><i class=\"default\"><\/i><\/a> <\/div> <div class=\"info\"> <a data-slug=\"ui-design\">UI design<\/a> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <div class=\"caption post-333 post type-post status-publish format-standard category-ui-design tag-blog tag-branding tag-illustration tag-marketing tag-news\"> <div class=\"post-author-date\"> <div class=\"post-date\">August 29, 2024<\/div> <\/div> <div class=\"title\"> <div class=\"title-h4\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/the-changing-scenario-in-music-industry\/\" rel=\"bookmark\">The Changing Scenario In Music Industry<\/a><\/div> <\/div> <div class=\"description\"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor <\/p> <\/div> <div class=\"grid-post-meta clearfix without-likes\"> <div class=\"grid-post-meta-inner\"> <div class=\"grid-post-share\"> <a href=\"javascript: void(0);\" class=\"icon share\"><i class=\"default\"><\/i><\/a> <\/div> <div class=\"portfolio-sharing-pane\"> <div class=\"socials-sharing socials socials-colored-hover\"> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Fthe-changing-scenario-in-music-industry%2F\" title=\"Facebook\"><i class=\"socials-item-icon facebook\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/twitter.com\/intent\/tweet?text=The+Changing++Scenario+In+Music++Industry&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Fthe-changing-scenario-in-music-industry%2F\" title=\"Twitter\"><i class=\"socials-item-icon twitter\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/pinterest.com\/pin\/create\/button\/?url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Fthe-changing-scenario-in-music-industry%2F&#038;description=The+Changing++Scenario+In+Music++Industry\" title=\"Pinterest\"><i class=\"socials-item-icon pinterest\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"http:\/\/tumblr.com\/widgets\/share\/tool?canonicalUrl=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Fthe-changing-scenario-in-music-industry%2F\" title=\"Tumblr\"><i class=\"socials-item-icon tumblr\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/www.linkedin.com\/shareArticle?mini=true&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Fthe-changing-scenario-in-music-industry%2F&#038;title=The+Changing++Scenario+In+Music++Industry&amp;summary=Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipisicing+elit+sed+do+eiusmod+tempor+\" title=\"LinkedIn\"><i class=\"socials-item-icon linkedin\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/www.reddit.com\/submit?url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Fthe-changing-scenario-in-music-industry%2F&#038;title=The+Changing++Scenario+In+Music++Industry\" title=\"Reddit\"><i class=\"socials-item-icon reddit\"><\/i><\/a> <\/div> <\/div> <div class=\"grid-post-meta-comments-likes\"> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <div class=\"portfolio-item ui-design col-sm-6 col-xs-12 item-animations-not-inited post-has-sets post-331 post type-post status-publish format-standard category-ui-design tag-blog tag-branding tag-illustration tag-marketing tag-news\" style=\"padding: 21px;\" data-default-sort=\"0\" data-sort-date=\"1724911841\"> <div class=\"wrap clearfix\"> <div class=\"image post-331 post type-post status-publish format-standard category-ui-design tag-blog tag-branding tag-illustration tag-marketing tag-news\"> <div class=\"image-inner\"> <\/div> <div class=\"overlay\"> <div class=\"overlay-circle\"><\/div> <div class=\"links-wrapper\"> <div class=\"links\"> <div class=\"caption\"> <a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/mis-in-day-to-day-management-of-projects-2\/\" class=\"portolio-item-link\"><\/a> <div class=\"portfolio-icons\"> <a href=\"javascript: void(0);\" class=\"icon self-link\"><i class=\"default\"><\/i><\/a> <\/div> <div class=\"info\"> <a data-slug=\"ui-design\">UI design<\/a> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <div class=\"caption post-331 post type-post status-publish format-standard category-ui-design tag-blog tag-branding tag-illustration tag-marketing tag-news\"> <div class=\"post-author-date\"> <div class=\"post-date\">August 29, 2024<\/div> <\/div> <div class=\"title\"> <div class=\"title-h4\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/mis-in-day-to-day-management-of-projects-2\/\" rel=\"bookmark\">Mis In Day To Day Management Of Projects<\/a><\/div> <\/div> <div class=\"description\"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor <\/p> <\/div> <div class=\"grid-post-meta clearfix without-likes\"> <div class=\"grid-post-meta-inner\"> <div class=\"grid-post-share\"> <a href=\"javascript: void(0);\" class=\"icon share\"><i class=\"default\"><\/i><\/a> <\/div> <div class=\"portfolio-sharing-pane\"> <div class=\"socials-sharing socials socials-colored-hover\"> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Fmis-in-day-to-day-management-of-projects-2%2F\" title=\"Facebook\"><i class=\"socials-item-icon facebook\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/twitter.com\/intent\/tweet?text=Mis+In+Day+To++Day+Management+Of++Projects&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Fmis-in-day-to-day-management-of-projects-2%2F\" title=\"Twitter\"><i class=\"socials-item-icon twitter\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/pinterest.com\/pin\/create\/button\/?url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Fmis-in-day-to-day-management-of-projects-2%2F&#038;description=Mis+In+Day+To++Day+Management+Of++Projects\" title=\"Pinterest\"><i class=\"socials-item-icon pinterest\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"http:\/\/tumblr.com\/widgets\/share\/tool?canonicalUrl=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Fmis-in-day-to-day-management-of-projects-2%2F\" title=\"Tumblr\"><i class=\"socials-item-icon tumblr\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/www.linkedin.com\/shareArticle?mini=true&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Fmis-in-day-to-day-management-of-projects-2%2F&#038;title=Mis+In+Day+To++Day+Management+Of++Projects&amp;summary=Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipisicing+elit+sed+do+eiusmod+tempor+\" title=\"LinkedIn\"><i class=\"socials-item-icon linkedin\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/www.reddit.com\/submit?url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Fmis-in-day-to-day-management-of-projects-2%2F&#038;title=Mis+In+Day+To++Day+Management+Of++Projects\" title=\"Reddit\"><i class=\"socials-item-icon reddit\"><\/i><\/a> <\/div> <\/div> <div class=\"grid-post-meta-comments-likes\"> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <div class=\"portfolio-item ui-design col-sm-6 col-xs-12 item-animations-not-inited post-has-sets post-329 post type-post status-publish format-standard category-ui-design tag-blog tag-branding tag-illustration tag-marketing tag-news\" style=\"padding: 21px;\" data-default-sort=\"0\" data-sort-date=\"1724911836\"> <div class=\"wrap clearfix\"> <div class=\"image post-329 post type-post status-publish format-standard category-ui-design tag-blog tag-branding tag-illustration tag-marketing tag-news\"> <div class=\"image-inner\"> <\/div> <div class=\"overlay\"> <div class=\"overlay-circle\"><\/div> <div class=\"links-wrapper\"> <div class=\"links\"> <div class=\"caption\"> <a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/orientation-program-for-the-new-students\/\" class=\"portolio-item-link\"><\/a> <div class=\"portfolio-icons\"> <a href=\"javascript: void(0);\" class=\"icon self-link\"><i class=\"default\"><\/i><\/a> <\/div> <div class=\"info\"> <a data-slug=\"ui-design\">UI design<\/a> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <div class=\"caption post-329 post type-post status-publish format-standard category-ui-design tag-blog tag-branding tag-illustration tag-marketing tag-news\"> <div class=\"post-author-date\"> <div class=\"post-date\">August 29, 2024<\/div> <\/div> <div class=\"title\"> <div class=\"title-h4\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/orientation-program-for-the-new-students\/\" rel=\"bookmark\">Orientation Program For The New Students<\/a><\/div> <\/div> <div class=\"description\"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor <\/p> <\/div> <div class=\"grid-post-meta clearfix without-likes\"> <div class=\"grid-post-meta-inner\"> <div class=\"grid-post-share\"> <a href=\"javascript: void(0);\" class=\"icon share\"><i class=\"default\"><\/i><\/a> <\/div> <div class=\"portfolio-sharing-pane\"> <div class=\"socials-sharing socials socials-colored-hover\"> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Forientation-program-for-the-new-students%2F\" title=\"Facebook\"><i class=\"socials-item-icon facebook\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/twitter.com\/intent\/tweet?text=Orientation++Program+For+The++New+Students&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Forientation-program-for-the-new-students%2F\" title=\"Twitter\"><i class=\"socials-item-icon twitter\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/pinterest.com\/pin\/create\/button\/?url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Forientation-program-for-the-new-students%2F&#038;description=Orientation++Program+For+The++New+Students\" title=\"Pinterest\"><i class=\"socials-item-icon pinterest\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"http:\/\/tumblr.com\/widgets\/share\/tool?canonicalUrl=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Forientation-program-for-the-new-students%2F\" title=\"Tumblr\"><i class=\"socials-item-icon tumblr\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/www.linkedin.com\/shareArticle?mini=true&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Forientation-program-for-the-new-students%2F&#038;title=Orientation++Program+For+The++New+Students&amp;summary=Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipisicing+elit+sed+do+eiusmod+tempor+\" title=\"LinkedIn\"><i class=\"socials-item-icon linkedin\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/www.reddit.com\/submit?url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Flms-app-landing%2Forientation-program-for-the-new-students%2F&#038;title=Orientation++Program+For+The++New+Students\" title=\"Reddit\"><i class=\"socials-item-icon reddit\"><\/i><\/a> <\/div> <\/div> <div class=\"grid-post-meta-comments-likes\"> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div><!-- .portflio-set --> <div class=\"portfolio-item-size-container\"> <div class=\"portfolio-item col-sm-6 col-xs-12 item-animations-not-inited post-329 post type-post status-publish format-standard category-ui-design tag-blog tag-branding tag-illustration tag-marketing tag-news\" style=\"padding: 0 21px !important;\"> <\/div> <\/div> <\/div><!-- .row--> <\/div><!-- .full-width --> <\/div><!-- .portfolio--> <\/div><!-- .portfolio-preloader-wrapper-->[\/vc_column_inner][\/vc_row_inner]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div><div class=\"preloader\"><div class=\"preloader-spin\"><\/div><\/div><div class=\"gem-clients gem-clients-type-carousel-grid disable-grayscale lazy-loading\" data-autoscroll=\"0\"><div class=\"gem-clients-slide\"><div class=\"gem-clients-slide-inner clearfix\"> <div id=\"post-317\" class=\"gem-client-item lazy-loading-item post-317 thegem_client type-thegem_client status-publish has-post-thumbnail\" style=\"width: 20%;\" data-ll-effect=\"drop-bottom\"> <a href=\"#\" target=\"_blank\" class=\"gscale\"> <img width=\"150\" height=\"150\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/31.png\" class=\"img-responsive wp-post-image\" alt=\"31\" \/>\t<\/a> <\/div> <div id=\"post-318\" class=\"gem-client-item lazy-loading-item post-318 thegem_client type-thegem_client status-publish has-post-thumbnail\" style=\"width: 20%;\" data-ll-effect=\"drop-bottom\"> <a href=\"#\" target=\"_blank\" class=\"gscale\"> <img width=\"150\" height=\"150\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/30.png\" class=\"img-responsive wp-post-image\" alt=\"30\" \/>\t<\/a> <\/div> <div id=\"post-319\" class=\"gem-client-item lazy-loading-item post-319 thegem_client type-thegem_client status-publish has-post-thumbnail\" style=\"width: 20%;\" data-ll-effect=\"drop-bottom\"> <a href=\"#\" target=\"_blank\" class=\"gscale\"> <img width=\"150\" height=\"150\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/32.png\" class=\"img-responsive wp-post-image\" alt=\"32\" \/>\t<\/a> <\/div> <div id=\"post-320\" class=\"gem-client-item lazy-loading-item post-320 thegem_client type-thegem_client status-publish has-post-thumbnail\" style=\"width: 20%;\" data-ll-effect=\"drop-bottom\"> <a href=\"#\" target=\"_blank\" class=\"gscale\"> <img width=\"150\" height=\"150\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/33.png\" class=\"img-responsive wp-post-image\" alt=\"33\" \/>\t<\/a> <\/div> <div id=\"post-322\" class=\"gem-client-item lazy-loading-item post-322 thegem_client type-thegem_client status-publish has-post-thumbnail\" style=\"width: 20%;\" data-ll-effect=\"drop-bottom\"> <a href=\"#\" target=\"_blank\" class=\"gscale\"> <img width=\"150\" height=\"150\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/34.png\" class=\"img-responsive wp-post-image\" alt=\"34\" \/>\t<\/a> <\/div><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div><\/div><\/div><\/div>[vc_row_inner css=&#8221;.vc_custom_1606210597448{margin-bottom: 0px !important;}&#8221;][vc_column_inner css=&#8221;.vc_custom_1606210705840{padding-top: 0px !important;}&#8221; offset=&#8221;vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 100px;\"><\/div>[\/vc_column_inner][\/vc_row_inner]<div class=\"preloader\"><div class=\"preloader-spin\"><\/div><\/div><div class=\"size-medium style2 gem-testimonials\" style=background-color:#ffe275> <div id=\"post-367\" class=\"gem-testimonial-item post-367 thegem_testimonial type-thegem_testimonial status-publish has-post-thumbnail\"> <a href=\"#\" target=\"_blank\"> <div class=\"gem-testimonial-wrapper quote-color-added \"> <div class=\"gem-testimonial-image\"> <img width=\"160\" height=\"160\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-5-thegem-person-160.jpg\" class=\"img-responsive img-circle wp-post-image\" alt=\"Faces-person-5\" srcset=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-5-thegem-testimonial.jpg 2x\" sizes=\"100vw\" \/> <\/div> <div class=\"gem-testimonial-content\"> <div class=\"gem-testimonial-name\" style=\"color: #091c2d\">Cassandra Lynn<\/div> <div class=\"gem-testimonial-position\" style=\"color: #6d6c49\">Creative Heads Inc.<\/div> <div class=\"gem-testimonial-text\" style=\"color: #091c2d\"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua!<\/p> <span style=\"color: #fff1be \" class=\"custom-color-blockqute-mark\">&#xe60c;<\/span> <\/div> <\/div> <\/div> <\/a><\/div> <div id=\"post-368\" class=\"gem-testimonial-item post-368 thegem_testimonial type-thegem_testimonial status-publish has-post-thumbnail\"> <a href=\"#\" target=\"_blank\"> <div class=\"gem-testimonial-wrapper quote-color-added \"> <div class=\"gem-testimonial-image\"> <img width=\"160\" height=\"160\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-3-thegem-person-160.jpg\" class=\"img-responsive img-circle wp-post-image\" alt=\"Faces-person-3\" srcset=\"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/Faces-person-3-thegem-testimonial.jpg 2x\" sizes=\"100vw\" \/> <\/div> <div class=\"gem-testimonial-content\"> <div class=\"gem-testimonial-name\" style=\"color: #091c2d\">Jessica Jane<\/div> <div class=\"gem-testimonial-position\" style=\"color: #6d6c49\">Creative Heads Inc.<\/div> <div class=\"gem-testimonial-text\" style=\"color: #091c2d\"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua!<\/p> <span style=\"color: #fff1be \" class=\"custom-color-blockqute-mark\">&#xe60c;<\/span> <\/div> <\/div> <\/div> <\/a><\/div> <div class=\"testimonials_svg\"><svg style=\"fill: #ffe275\" width=\"100\" height=\"50\"><path d=\"M 0,-1 Q 45,5 50,50 Q 55,5 100,-1\" \/><\/svg><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 110px;\"><\/div>[\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1613983460203{margin-bottom: 0px !important;}&#8221; el_id=&#8221;contact&#8221;][vc_column css=&#8221;.vc_custom_1606134484587{padding-top: 0px !important;}&#8221;]<div id=\"fullwidth-block-69deb559209e6\" class=\"fullwidth-block clearfix\"  style=\"\"><script type=\"text\/javascript\">if (typeof(gem_fix_fullwidth_position) == \"function\") { gem_fix_fullwidth_position(document.getElementById(\"fullwidth-block-69deb559209e6\")); }<\/script><div class=\"fullwidth-block-background\" style=\"background-image: url(https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/29.png);background-repeat: no-repeat; background-size: cover;background-position: left top;\"><\/div><div class=\"fullwidth-block-inner\"><div class=\"container\">[vc_single_image image=&#8221;210&#8243; img_size=&#8221;full&#8221; interactions_enabled=&#8221;1&#8243; vertical_scroll=&#8221;1&#8243; vertical_scroll_direction=&#8221;vertical_scroll_direction_down&#8221; vertical_scroll_speed=&#8221;4&#8243; el_class=&#8221;semicircle-5&#8243;][vc_single_image image=&#8221;220&#8243; img_size=&#8221;full&#8221; alignment=&#8221;right&#8221; interactions_enabled=&#8221;1&#8243; vertical_scroll=&#8221;1&#8243; el_class=&#8221;semicircle-6&#8243;][vc_row_inner css=&#8221;.vc_custom_1606134568032{margin-bottom: 0px !important;}&#8221;][vc_column_inner el_class=&#8221;custom-contact-form&#8221; css=&#8221;.vc_custom_1606219598848{padding-top: 0px !important;}&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-12&#8243;][vc_column_text]<\/p>\n<div class=\"title-h2\">Friendly Support <span class=\"line-style\">Team<\/span><\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 55px;\"><\/div>[vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 55px;\"><\/div><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f373-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/thegem\/sites\/lms-app-landing\/wp-json\/wp\/v2\/pages\/22#wpcf7-f373-o1\" method=\"post\" class=\"wpcf7-form init gem-contact-form-white\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"373\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.2\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f373-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/div>\n<div class=\"contact-form\">\n<div class=\"col-lg-12 col-md-12 col-xs-12\" style=\"margin-bottom:30px; padding-left:0px; padding-right:0px;\">\n<div class=\"form-line\"><span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name*\" \/><\/span><\/div>\n<\/div>\n<div class=\"col-lg-12 col-md-12 col-xs-12\" style=\"margin-bottom:30px; padding-left:0px; padding-right:0px;\">\n<div class=\"form-line\"><span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email*\" \/><\/span><\/div>\n<\/div>\n<div class=\"col-lg-12 col-md-12 col-xs-12\" style=\"margin-bottom:58px; padding-left:0px; padding-right:0px;\">\n<div class=\"form-line\"><span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"7\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Message*\"><\/textarea><\/span><\/div>\n<\/div>\n<div class=\"col-lg-12 col-md-12 col-xs-12\" style=\"padding-left:0px; padding-right:0px;\">\n<div class=\"form-line\"><div class=\"gem-button-container gem-button-position-left thegem-button-69deb55920c367268\" ><input class=\"gem-button gem-button-size-medium gem-button-style-outline gem-button-text-weight-normal gem-button-border-2 gem-button-no-uppercase wpcf7-form-control wpcf7-submit gem-button-wpcf-custom\" style=\"border-radius: 9px;border-color: #00df88;color: #00df88;\" onmouseleave=\"this.style.borderColor='#00df88';this.style.backgroundColor='transparent';this.style.color='#00df88';\" onmouseenter=\"this.style.borderColor='#00df88';this.style.backgroundColor='#00df88';this.style.color='#ffffff';\" id=\"\" tabindex=\"\" type=\"submit\" value=\"Send Message\" \/><\/div> <\/div>\n<\/div>\n<\/div>\n<div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div><\/form><\/div>[\/vc_column_inner][\/vc_row_inner]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 100px;\"><\/div>[vc_single_image image=&#8221;206&#8243; img_size=&#8221;full&#8221; alignment=&#8221;right&#8221; interactions_enabled=&#8221;1&#8243; vertical_scroll=&#8221;1&#8243; vertical_scroll_direction=&#8221;vertical_scroll_direction_down&#8221; vertical_scroll_speed=&#8221;2&#8243; el_class=&#8221;dots-3&#8243;]<\/div><\/div><\/div>[\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1613725977733{margin-bottom: 0px !important;background-image: url(https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-content\/uploads\/2020\/11\/1.png?id=41) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; el_id=&#8221;home&#8221; el_class=&#8221;first-row&#8221;][vc_column el_class=&#8221;z-index&#8221; css=&#8221;.vc_custom_1606207644292{padding-top: 0px !important;}&#8221;][vc_single_image image=&#8221;42&#8243;&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-json\/wp\/v2\/pages\/22"}],"collection":[{"href":"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-json\/wp\/v2\/comments?post=22"}],"version-history":[{"count":472,"href":"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-json\/wp\/v2\/pages\/22\/revisions"}],"predecessor-version":[{"id":689,"href":"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-json\/wp\/v2\/pages\/22\/revisions\/689"}],"wp:attachment":[{"href":"https:\/\/codex-themes.com\/thegem\/sites\/lms-app-landing\/wp-json\/wp\/v2\/media?parent=22"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}