{"id":15,"date":"2020-11-29T19:41:40","date_gmt":"2020-11-29T19:41:40","guid":{"rendered":"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/?page_id=15"},"modified":"2021-11-29T09:11:14","modified_gmt":"2021-11-29T09:11:14","slug":"home","status":"publish","type":"page","link":"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/","title":{"rendered":"Home"},"content":{"rendered":"<p>[vc_row css=&#8221;.vc_custom_1606684626961{margin-bottom: 0px !important;}&#8221;][vc_column]<div id=\"fullwidth-block-69e4dbfb27838\" class=\"fullwidth-block clearfix\"  style=\"\"><script type=\"text\/javascript\">if (typeof(gem_fix_fullwidth_position) == \"function\") { gem_fix_fullwidth_position(document.getElementById(\"fullwidth-block-69e4dbfb27838\")); }<\/script><div class=\"fullwidth-block-background\" style=\"background-image: url(https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/1.jpg);background-repeat: no-repeat; background-size: cover;background-position: center top;\"><\/div><div class=\"fullwidth-block-inner\">[vc_row_inner disable_custom_paddings_tablet=&#8221;true&#8221; disable_custom_paddings_mobile=&#8221;true&#8221; css=&#8221;.vc_custom_1607199653271{padding-right: 12% !important;padding-left: 12% !important;}&#8221; el_class=&#8221;gem-custom-row-padding&#8221;][vc_column_inner offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 180px;\"><\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12 vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 120px;\"><\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 80px;\"><\/div>[\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-column-responsive-padding&#8221;][vc_column_text el_class=&#8221;gem-custom-subtitle-str-mobile&#8221;]<\/p>\n<div class=\"styled-subtitle\"><span style=\"color: #d4b4a4;\"><img class=\"alignnone size-full wp-image-51\" style=\"margin-right: 17px;\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/arrow-subtitle.png\" alt=\"\" width=\"90\" height=\"16\" \/><\/span><\/div>\n<p>[\/vc_column_text]<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-69e4dbfb278b6\" class=\"thegem-heading styled-subtitle typewriter thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word\" style=\"color: #d4b4a4;\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 530ms\">F<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 560ms\">a<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 590ms\">s<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 620ms\">t<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 650ms\">e<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 680ms\">s<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 710ms\">t<\/span><\/span> <span class=\"thegem-heading-word\" style=\"color: #d4b4a4;\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 740ms\">w<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 770ms\">a<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 800ms\">y<\/span><\/span> <span class=\"thegem-heading-word\" style=\"color: #d4b4a4;\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 830ms\">t<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 860ms\">o<\/span><\/span> <span class=\"thegem-heading-word\" style=\"color: #d4b4a4;\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 890ms\">a<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 920ms\">c<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 950ms\">h<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 980ms\">i<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 1010ms\">e<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 1040ms\">v<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 1070ms\">e<\/span><\/span> <span class=\"thegem-heading-word\" style=\"color: #d4b4a4;\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 1100ms\">y<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 1130ms\">o<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 1160ms\">u<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 1190ms\">r<\/span><\/span> <span class=\"thegem-heading-word\" style=\"color: #d4b4a4;\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 1220ms\">g<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 1250ms\">o<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 1280ms\">a<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 1310ms\">l<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-69e4dbfb278b6 {margin: 0;}#thegem-heading-interaction-69e4dbfb278b7, #thegem-heading-69e4dbfb278b6 {display: inline;}<\/style>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_col-lg-12 vc_hidden-md 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 el_class=&#8221;gem-custom-column-responsive-padding gem-custom-mobile-margin&#8221;]<div id=\"thegem-heading-69e4dbfb27a53\" class=\"thegem-heading title-xlarge vc_custom_1638176884575 words-slide-up thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 60ms\">We<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 120ms\">are<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 180ms\">providing<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 240ms\">best<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 300ms\">business<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 360ms\">service<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-69e4dbfb27a53 {margin: 0;}@media screen and (max-width: 767px) {#thegem-heading-69e4dbfb27a53.thegem-heading {margin-top: 30px !important;}}<\/style>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 175px;\"><\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12 vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 120px;\"><\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div>[\/vc_column_inner][\/vc_row_inner]<\/div><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content&#8221; css=&#8221;.vc_custom_1606686283545{margin-bottom: 0px !important;}&#8221;][vc_column width=&#8221;1\/2&#8243; disable_custom_paddings_tablet=&#8221;true&#8221; disable_custom_paddings_mobile=&#8221;true&#8221; css=&#8221;.vc_custom_1607197631078{margin-top: 0px !important;padding-right: 5% !important;padding-left: 24% !important;background-color: #f9f9f9 !important;}&#8221; el_class=&#8221;gem-custom-column-margin&#8221;][vc_row_inner][vc_column_inner offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 75px;\"><\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12 vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 20px;\"><\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 10px;\"><\/div>[\/vc_column_inner][vc_column_inner][vc_column_text]<\/p>\n<div class=\"title-h4\">Comprehensive financial advice and financial services!<\/div>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column_inner][vc_column_inner]<div class=\"gem-button-container gem-button-position-left thegem-button-69e4dbfb27b093469\" ><a class=\"gem-button gem-button-size-medium gem-button-style-flat gem-button-text-weight-normal gem-button-no-uppercase\" style=\"border-radius: 0px;\" onmouseleave=\"\" onmouseenter=\"\" href=\"#\" target=\"_self\">View services<\/a><\/div> [\/vc_column_inner][vc_column_inner offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 90px;\"><\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12 vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 30px;\"><\/div>[\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;gem-custom-counter-years gem-custom-column-margin&#8221; css=&#8221;.vc_custom_1607198713086{margin-top: 0px !important;}&#8221;][vc_row_inner][vc_column_inner offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 115px;\"><\/div>[\/vc_column_inner][vc_column_inner]<div data-number-format=\"(ddd).ddd\" class=\"gem-counter-box row inline-row inline-row-center gem-counter-style-1\" ><div class=\"gem-counter col-xs-12 inline-column gem-counter-effect-simple\" ><div class=\"gem-counter-inner\"><div class=\"gem-counter-number\" style=\"color: #d4b4a4\"><div class=\"gem-counter-odometer\" data-to=\"25\">0<\/div><span class=\"gem-counter-suffix\">Years<\/span><\/div><div class=\"gem-counter-text styled-subtitle\" style=\"color: #242e64\">Of Experience<\/div><\/div><\/div><\/div>[\/vc_column_inner][vc_column_inner][\/vc_column_inner][vc_column_inner offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221;][vc_column]<div id=\"fullwidth-block-69e4dbfb27d85\" class=\"fullwidth-block clearfix\"  style=\"\"><script type=\"text\/javascript\">if (typeof(gem_fix_fullwidth_position) == \"function\") { gem_fix_fullwidth_position(document.getElementById(\"fullwidth-block-69e4dbfb27d85\")); }<\/script><div class=\"fullwidth-block-background\" style=\"background-image: url(https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/2.jpg);background-repeat: no-repeat; background-size: cover;background-position: center top;\"><\/div><div class=\"fullwidth-block-inner\"><div class=\"container\">[vc_row_inner disable_custom_paddings_tablet=&#8221;true&#8221; disable_custom_paddings_mobile=&#8221;true&#8221; el_class=&#8221;gem-custom-row-padding&#8221;][vc_column_inner offset=&#8221;vc_col-lg-12 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_column_inner offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12 vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column_inner][vc_column_inner][vc_column_text el_class=&#8221;gem-custom-subtitle-str-mobile&#8221;]<\/p>\n<div class=\"styled-subtitle\"><span style=\"color: #d4b4a4;\"><img class=\"alignnone size-full wp-image-51\" style=\"margin-right: 17px;\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/arrow-subtitle.png\" alt=\"\" width=\"90\" height=\"16\" \/>What we are offering to customers<\/span><\/div>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 20px;\"><\/div>[\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;]<div class=\"gem-icon gem-icon-pack-thegemdemo gem-icon-size-medium  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"color: #d4b4a4;\"><span class=\"back-angle\">&#xe92d;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #d4b4a4;\"><span class=\"back-angle\">&#xe92d;<\/span><\/span><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 25px;\"><\/div>[vc_column_text el_class=&#8221;gem-custom-offering-title&#8221;]<\/p>\n<div class=\"title-h5\"><span style=\"color: #ffffff;\">Corporate finance<\/span><\/div>\n<p>[\/vc_column_text][vc_column_text]<span style=\"color: #adb1d0;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\/span>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;]<div class=\"gem-icon gem-icon-pack-thegemdemo gem-icon-size-medium  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"color: #d4b4a4;\"><span class=\"back-angle\">&#xe930;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #d4b4a4;\"><span class=\"back-angle\">&#xe930;<\/span><\/span><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 25px;\"><\/div>[vc_column_text el_class=&#8221;gem-custom-offering-title&#8221;]<\/p>\n<div class=\"title-h5\"><span style=\"color: #ffffff;\">Advanced analytics<\/span><\/div>\n<p>[\/vc_column_text][vc_column_text]<span style=\"color: #adb1d0;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\/span>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;]<div class=\"gem-icon gem-icon-pack-thegemdemo gem-icon-size-medium  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"color: #d4b4a4;\"><span class=\"back-angle\">&#xe92f;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #d4b4a4;\"><span class=\"back-angle\">&#xe92f;<\/span><\/span><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 25px;\"><\/div>[vc_column_text el_class=&#8221;gem-custom-offering-title&#8221;]<\/p>\n<div class=\"title-h5\"><span style=\"color: #ffffff;\">Chain management<\/span><\/div>\n<p>[\/vc_column_text][vc_column_text]<span style=\"color: #adb1d0;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\/span>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;]<div class=\"gem-icon gem-icon-pack-thegemdemo gem-icon-size-medium  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"color: #d4b4a4;\"><span class=\"back-angle\">&#xe924;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #d4b4a4;\"><span class=\"back-angle\">&#xe924;<\/span><\/span><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 25px;\"><\/div>[vc_column_text el_class=&#8221;gem-custom-offering-title&#8221;]<\/p>\n<div class=\"title-h5\"><span style=\"color: #ffffff;\">Business growth<\/span><\/div>\n<p>[\/vc_column_text][vc_column_text]<span style=\"color: #adb1d0;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\/span>[\/vc_column_text][\/vc_column_inner][vc_column_inner offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 195px;\"><\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12 vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 150px;\"><\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 40px;\"><\/div>[\/vc_column_inner][\/vc_row_inner]<\/div><\/div><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1607286996420{margin-top: -120px !important;}&#8221; el_class=&#8221;gem-custom-row-z-index gem-custom-row-padding gem-custom-mobile-margin&#8221;][vc_column css=&#8221;.vc_custom_1607287715405{background-color: #ffffff !important;}&#8221; el_class=&#8221;gem-custom-mobile-padding&#8221;][vc_row_inner][vc_column_inner offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 70px;\"><\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12 vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-mobile-margin&#8221; offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 10px;\"><\/div>[\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-list-color-icon&#8221; disable_custom_paddings_tablet=&#8221;true&#8221; disable_custom_paddings_mobile=&#8221;true&#8221; css=&#8221;.vc_custom_1607287721021{padding-right: 7% !important;padding-left: 60px !important;}&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-6 vc_col-xs-12&#8243;][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque mauris ipsum, commodo vitae justo sed, gravida porta leo. Sed sit amet urna tortor. Donec eu ligula lorem. Sed id fringilla urna, auctor porta leo. Donec non lobortis ante, iaculis dignissim risus.[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 28px;\"><\/div><div class=\"gem-list gem-list-type-square gem-list-color-1\" ><ul>\n<li style=\"line-height: 24px;\">Fusce vehicula egestas congue<\/li>\n<li style=\"line-height: 24px;\">Sed justo est, laoreet at suscipit semper vel metus<\/li>\n<li style=\"line-height: 24px;\">Etiam vel odio odio in imperdiet cursus mauris<\/li>\n<li style=\"line-height: 24px;\">In consequat sit amet metus non pretium<\/li>\n<li style=\"line-height: 24px;\">Sed justo est, laoreet at suscipit ut semper vel metus<\/li>\n<\/ul>\n<\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 28px;\"><\/div>[vc_column_text]Curabitur sit amet molestie libero, non interdum leo. Nullam blandit at libero ac molestie. Suspendisse lacinia turpis in ante dapibus tempor.[\/vc_column_text][\/vc_column_inner][vc_column_inner offset=&#8221;vc_col-lg-6 vc_col-md-6 vc_col-xs-12&#8243;][vc_line_chart x_values=&#8221;JAN; FEB; MAR; APR;&#8221; values=&#8221;%5B%7B%22title%22%3A%22Yes%22%2C%22y_values%22%3A%22350%3B%20400%3B%20850%3B%201000%3B%22%2C%22color%22%3A%22grey%22%7D%2C%7B%22title%22%3A%22No%22%2C%22y_values%22%3A%22500%3B%20650%3B%20650%3B%20300%3B%22%2C%22color%22%3A%22mulled-wine%22%7D%5D&#8221;][\/vc_column_inner][vc_column_inner offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 30px;\"><\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12 vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-mobile-margin&#8221; offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div>[\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1607288085697{margin-bottom: 0px !important;background-color: #f9f9f9 !important;}&#8221; el_class=&#8221;gem-custom-mobile-margin&#8221;][vc_column offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 40px;\"><\/div>[\/vc_column][vc_column offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12 vc_hidden-xs&#8221; el_class=&#8221;gem-custom-column-margin&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column][vc_column offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 20px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_row_inner][vc_column_inner el_class=&#8221;gem-custom-column-margin&#8221; css=&#8221;.vc_custom_1607200027845{padding-right: 10% !important;}&#8221;][vc_column_text]<\/p>\n<div class=\"title-h4\">We work with you to address critical business priorities!<\/div>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 30px;\"><\/div>[\/vc_column_inner][vc_column_inner]<div style='border-color: #c9d2d9; color: #a6a8bb; '  class=\"gem-quote gem-quote-style-default gem-quote-no-paddings custom-color-blockqute-mark-added\" ><blockquote style='color: #a6a8bb ; border-color: #c9d2d9 ' >&#8230;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore! magna aliqua!<\/blockquote><span style=color:#dddfeb;  class=\"custom-color-blockqute-mark\">&#xe60c;<\/span><\/div>[\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;gem-custom-mobile-padding gem-custom-mobile-margin&#8221;][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque mauris ipsum, commodo vitae justo sed, gravida porta leo. Sed sit amet urna tortor. Donec eu ligula lorem. Sed id fringilla urna, auctor porta leo. Donec non lobortis ante, iaculis dignissim risus. Curabitur sit amet molestie libero, non interdum leo. Nullam blandit at libero ac molestie. Suspendisse lacinia turpis in ante dapibus tempor.[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 27px;\"><\/div>[vc_column_text]Lorem ipsum dolor sit amet, consectetur adi pisicing elit, sed do eiusmod tempor inci didunt 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 reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni.[\/vc_column_text][\/vc_column][vc_column el_class=&#8221;gem-custom-column-margin&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 30px;\"><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content&#8221; equal_height=&#8221;yes&#8221; css=&#8221;.vc_custom_1606727829729{margin-bottom: 0px !important;}&#8221;][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1607288321639{background-image: url(https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/3.jpg?id=139) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; offset=&#8221;vc_hidden-xs&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243; disable_custom_paddings_tablet=&#8221;true&#8221; disable_custom_paddings_mobile=&#8221;true&#8221; css=&#8221;.vc_custom_1607197758811{padding-right: 12% !important;padding-left: 12% !important;background-color: #1b1f37 !important;}&#8221; el_class=&#8221;gem-custom-list-color-icon-2&#8243;][vc_row_inner][vc_column_inner offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 10px;\"><\/div>[\/vc_column_inner][vc_column_inner][vc_column_text el_class=&#8221;gem-custom-subtitle-str-mobile&#8221;]<\/p>\n<div class=\"styled-subtitle\"><span style=\"color: #d4b4a4;\"><img class=\"alignnone size-full wp-image-51\" style=\"margin-right: 17px;\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/arrow-subtitle.png\" alt=\"\" width=\"90\" height=\"16\" \/>Our mission<\/span><\/div>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-mobile-margin&#8221;][vc_column_text]<span style=\"color: #adb1d0;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit uisque mauris :<\/span>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 27px;\"><\/div><div class=\"gem-list gem-list-type-square gem-list-color-13\" ><ul>\n<li style=\"line-height: 24px;\"><span style=\"color: #adb1d0;\">Fusce vehicula egestas congue<\/span><\/li>\n<li style=\"line-height: 24px;\"><span style=\"color: #adb1d0;\">Sed justo est, laoreet at suscipit semper vel metus<\/span><\/li>\n<li style=\"line-height: 24px;\"><span style=\"color: #adb1d0;\">Etiam vel odio odio in imperdiet cursus mauris<\/span><\/li>\n<li style=\"line-height: 24px;\"><span style=\"color: #adb1d0;\">In consequat sit amet metus non pretium<\/span><\/li>\n<li style=\"line-height: 24px;\"><span style=\"color: #adb1d0;\">Sed justo est, laoreet at suscipit ut semper vel metus<\/span><\/li>\n<li style=\"line-height: 24px;\"><span style=\"color: #adb1d0;\">Curabitur sit amet molestie libero, non interdum leo<\/span><\/li>\n<\/ul>\n<\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 90px;\"><\/div>[\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-mobile-margin&#8221; offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;1\/2&#8243; disable_custom_paddings_tablet=&#8221;true&#8221; disable_custom_paddings_mobile=&#8221;true&#8221; css=&#8221;.vc_custom_1607197849888{padding-right: 12% !important;padding-left: 12% !important;background-color: #242e64 !important;}&#8221; el_class=&#8221;gem-custom-column-margin&#8221;][vc_row_inner][vc_column_inner offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 10px;\"><\/div>[\/vc_column_inner][vc_column_inner][vc_column_text el_class=&#8221;gem-custom-subtitle-str-mobile&#8221;]<\/p>\n<div class=\"styled-subtitle\"><span style=\"color: #d4b4a4;\"><img class=\"alignnone size-full wp-image-51\" style=\"margin-right: 17px;\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/arrow-subtitle.png\" alt=\"\" width=\"90\" height=\"16\" \/>Our vision<\/span><\/div>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div>[\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-quickfinders gem-custom-mobile-margin&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-6 vc_col-xs-12&#8243;]<div class=\"quickfinder quickfinder-style-vertical-3 quickfinder-style-vertical quickfinder-icon-position-top quickfinder-alignment-center quickfinder-title-bold\"><div id=\"post-156\" class=\"quickfinder-item odd quickfinder-item-effect-scale medium post-156 thegem_qf_item type-thegem_qf_item status-publish\" data-ll-item-delay=\"0\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content\" > <div class=\"quickfinder-item-image-wrapper\"> <div class=\"gem-icon gem-icon-pack-thegemdemo gem-icon-size-medium gem-icon-shape-circle gem-simple-icon\" style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xe908;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xe908;<\/span><\/span><\/div><\/div> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\" style=\"min-height: 150px;\"> <div class=\"connector\" style=\"border-color: rgba(255,255,255,0); left: -42px;\"> <\/div> <div class=\"quickfinder-item-info \" > <div style=\"display: block; min-height: 50px;\"> <div class=\"quickfinder-item-title\" >Quickfinders 1<\/div> <div class=\"quickfinder-item-text\" >Lorem ipsum dolor sit amet, consectetur adipiscing elit mauris ipsum vitae.<\/div> <\/div> <\/div> <\/div> <\/div> <\/div>[\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-quickfinders gem-custom-column-margin-tablet&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-6 vc_col-xs-12&#8243;]<div class=\"quickfinder quickfinder-style-vertical-3 quickfinder-style-vertical quickfinder-icon-position-top quickfinder-alignment-right quickfinder-title-bold\"><div id=\"post-174\" class=\"quickfinder-item odd quickfinder-item-effect-scale medium post-174 thegem_qf_item type-thegem_qf_item status-publish\" data-ll-item-delay=\"0\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content\" > <div class=\"quickfinder-item-image-wrapper\"> <div class=\"gem-icon gem-icon-pack-thegemdemo gem-icon-size-medium gem-icon-shape-circle gem-simple-icon\" style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xe911;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xe911;<\/span><\/span><\/div><\/div> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\" style=\"min-height: 150px;\"> <div class=\"connector\" style=\"border-color: #b6c6c9; left: -42px;\"> <\/div> <div class=\"quickfinder-item-info \" > <div style=\"display: block; min-height: 50px;\"> <div class=\"quickfinder-item-title\" >Quickfinders 2<\/div> <div class=\"quickfinder-item-text\" >Lorem ipsum dolor sit amet, consectetur adipiscing elit mauris ipsum vitae.<\/div> <\/div> <\/div> <\/div> <\/div> <\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-quickfinders gem-custom-column-margin-tablet&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-6 vc_col-xs-12&#8243;]<div class=\"quickfinder quickfinder-style-vertical-3 quickfinder-style-vertical quickfinder-icon-position-top quickfinder-alignment-right quickfinder-title-bold\"><div id=\"post-175\" class=\"quickfinder-item odd quickfinder-item-effect-scale medium post-175 thegem_qf_item type-thegem_qf_item status-publish\" data-ll-item-delay=\"0\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content\" > <div class=\"quickfinder-item-image-wrapper\"> <div class=\"gem-icon gem-icon-pack-thegemdemo gem-icon-size-medium gem-icon-shape-circle gem-simple-icon\" style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xe90e;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xe90e;<\/span><\/span><\/div><\/div> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\" style=\"min-height: 150px;\"> <div class=\"connector\" style=\"border-color: #b6c6c9; left: -42px;\"> <\/div> <div class=\"quickfinder-item-info \" > <div style=\"display: block; min-height: 50px;\"> <div class=\"quickfinder-item-title\" >Quickfinders 3<\/div> <div class=\"quickfinder-item-text\" >Lorem ipsum dolor sit amet, consectetur adipiscing elit mauris ipsum vitae.<\/div> <\/div> <\/div> <\/div> <\/div> <\/div>[\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-quickfinders gem-custom-column-margin-tablet&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-6 vc_col-xs-12&#8243;]<div class=\"quickfinder quickfinder-style-vertical-3 quickfinder-style-vertical quickfinder-icon-position-top quickfinder-alignment-right quickfinder-title-bold\"><div id=\"post-176\" class=\"quickfinder-item odd quickfinder-item-effect-scale medium post-176 thegem_qf_item type-thegem_qf_item status-publish\" data-ll-item-delay=\"0\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content\" > <div class=\"quickfinder-item-image-wrapper\"> <div class=\"gem-icon gem-icon-pack-thegemdemo gem-icon-size-medium gem-icon-shape-circle gem-simple-icon\" style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xe90f;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xe90f;<\/span><\/span><\/div><\/div> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\" style=\"min-height: 150px;\"> <div class=\"connector\" style=\"border-color: #b6c6c9; left: -42px;\"> <\/div> <div class=\"quickfinder-item-info \" > <div style=\"display: block; min-height: 50px;\"> <div class=\"quickfinder-item-title\" >Quickfinders 4<\/div> <div class=\"quickfinder-item-text\" >Lorem ipsum dolor sit amet, consectetur adipiscing elit mauris ipsum vitae.<\/div> <\/div> <\/div> <\/div> <\/div> <\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 80px;\"><\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12 vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column_inner][vc_column_inner offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 20px;\"><\/div>[\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1607288372492{background-image: url(https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/4.jpg?id=140) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; el_class=&#8221;gem-custom-column-margin&#8221; offset=&#8221;vc_hidden-xs&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1606730221322{margin-bottom: 0px !important;background-color: #f9f9f9 !important;}&#8221;][vc_column offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[\/vc_column][vc_column offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12 vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column][vc_column offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 30px;\"><\/div>[\/vc_column][vc_column][vc_column_text el_class=&#8221;gem-custom-subtitle-str-mobile&#8221;]<\/p>\n<div class=\"styled-subtitle\"><span style=\"color: #d4b4a4;\"><img class=\"alignnone size-full wp-image-51\" style=\"margin-right: 17px;\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/arrow-subtitle.png\" alt=\"\" width=\"90\" height=\"16\" \/>Choose your affordable pricing plans<\/span><\/div>\n<p>[\/vc_column_text][\/vc_column][vc_column offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; css=&#8221;.vc_custom_1607289202624{padding-right: 42px !important;padding-left: 42px !important;}&#8221; el_class=&#8221;gem-custom-mobile-margin&#8221;][vc_row_inner css=&#8221;.vc_custom_1606728513741{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;border-left-color: #e6e9ec !important;border-left-style: solid !important;border-right-color: #e6e9ec !important;border-right-style: solid !important;border-top-color: #e6e9ec !important;border-top-style: solid !important;border-bottom-color: #e6e9ec !important;border-bottom-style: solid !important;}&#8221;][vc_column_inner css=&#8221;.vc_custom_1607201128150{padding-top: 20px !important;}&#8221; offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column_inner][vc_column_inner][vc_column_text]<\/p>\n<div class=\"title-h3\" style=\"text-align: center;\">Beginner<\/div>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner css=&#8221;.vc_custom_1606729038602{margin-top: -5px !important;padding-top: 0px !important;}&#8221;][vc_column_text]<\/p>\n<div class=\"title-h3\" style=\"text-align: center; font-size: 50px;\"><span style=\"color: #ccccdb;\"><strong>99$<\/strong><\/span><\/div>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-column-margin&#8221; css=&#8221;.vc_custom_1607201275181{padding-top: 20px !important;}&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\">Photo sharing school<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-column-margin&#8221; css=&#8221;.vc_custom_1607201236419{margin-top: -5px !important;padding-top: 0px !important;}&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #cfd1db;\"><del>Drop out ramen hustle<\/del><\/span><\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-column-margin&#8221; css=&#8221;.vc_custom_1607201239280{margin-top: -5px !important;padding-top: 0px !important;}&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #cfd1db;\"><del>Coworking viral landing<\/del><\/span><\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-column-margin&#8221; css=&#8221;.vc_custom_1607201381254{padding-top: 0px !important;}&#8221;]<div class=\"gem-button-container gem-button-position-center thegem-button-69e4dbfb297683062\" ><a class=\"gem-button gem-button-size-medium gem-button-style-flat gem-button-text-weight-normal\" style=\"border-radius: 0px;\" onmouseleave=\"\" onmouseenter=\"\" href=\"#\" target=\"_self\">Order<\/a><\/div> [\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-column-margin&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;1\/3&#8243; css=&#8221;.vc_custom_1606728590306{padding-right: 42px !important;padding-left: 42px !important;}&#8221;][vc_row_inner css=&#8221;.vc_custom_1606728513741{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;border-left-color: #e6e9ec !important;border-left-style: solid !important;border-right-color: #e6e9ec !important;border-right-style: solid !important;border-top-color: #e6e9ec !important;border-top-style: solid !important;border-bottom-color: #e6e9ec !important;border-bottom-style: solid !important;}&#8221;][vc_column_inner css=&#8221;.vc_custom_1607201134980{padding-top: 20px !important;}&#8221; offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column_inner][vc_column_inner][vc_column_text]<\/p>\n<div class=\"title-h3\" style=\"text-align: center;\">Advanced<\/div>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner css=&#8221;.vc_custom_1606729038602{margin-top: -5px !important;padding-top: 0px !important;}&#8221;][vc_column_text]<\/p>\n<div class=\"title-h3\" style=\"text-align: center; font-size: 50px;\"><span style=\"color: #ccccdb;\"><strong>199$<\/strong><\/span><\/div>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-column-margin&#8221; css=&#8221;.vc_custom_1607201290847{padding-top: 20px !important;}&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\">Photo sharing school<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-column-margin&#8221; css=&#8221;.vc_custom_1607201242085{margin-top: -5px !important;padding-top: 0px !important;}&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\">Drop out ramen hustle<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-column-margin&#8221; css=&#8221;.vc_custom_1607201244868{margin-top: -5px !important;padding-top: 0px !important;}&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #cfd1db;\"><del>Coworking viral landing<\/del><\/span><\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-column-margin&#8221; css=&#8221;.vc_custom_1607201384980{padding-top: 0px !important;}&#8221;]<div class=\"gem-button-container gem-button-position-center thegem-button-69e4dbfb2979f2089\" ><a class=\"gem-button gem-button-size-medium gem-button-style-flat gem-button-text-weight-normal\" style=\"border-radius: 0px;\" onmouseleave=\"\" onmouseenter=\"\" href=\"#\" target=\"_self\">Order<\/a><\/div> [\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-column-margin&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;1\/3&#8243; css=&#8221;.vc_custom_1606728595121{padding-right: 42px !important;padding-left: 42px !important;}&#8221;][vc_row_inner css=&#8221;.vc_custom_1606728513741{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;border-left-color: #e6e9ec !important;border-left-style: solid !important;border-right-color: #e6e9ec !important;border-right-style: solid !important;border-top-color: #e6e9ec !important;border-top-style: solid !important;border-bottom-color: #e6e9ec !important;border-bottom-style: solid !important;}&#8221;][vc_column_inner css=&#8221;.vc_custom_1607201144732{padding-top: 20px !important;}&#8221; offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column_inner][vc_column_inner][vc_column_text]<\/p>\n<div class=\"title-h3\" style=\"text-align: center;\">Ultimate<\/div>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner css=&#8221;.vc_custom_1606729038602{margin-top: -5px !important;padding-top: 0px !important;}&#8221;][vc_column_text]<\/p>\n<div class=\"title-h3\" style=\"text-align: center; font-size: 50px;\"><span style=\"color: #ccccdb;\"><strong>299$<\/strong><\/span><\/div>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-column-margin&#8221; css=&#8221;.vc_custom_1607201293638{padding-top: 20px !important;}&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\">Photo sharing school<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-column-margin&#8221; css=&#8221;.vc_custom_1607201247983{margin-top: -5px !important;padding-top: 0px !important;}&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\">Drop out ramen hustle<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-column-margin&#8221; css=&#8221;.vc_custom_1607201250882{margin-top: -5px !important;padding-top: 0px !important;}&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\">Coworking viral landing<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-column-margin&#8221; css=&#8221;.vc_custom_1607201387878{padding-top: 0px !important;}&#8221;]<div class=\"gem-button-container gem-button-position-center thegem-button-69e4dbfb297ce4777\" ><a class=\"gem-button gem-button-size-medium gem-button-style-flat gem-button-text-weight-normal\" style=\"border-radius: 0px;\" onmouseleave=\"\" onmouseenter=\"\" href=\"#\" target=\"_self\">Order<\/a><\/div> [\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-column-margin&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 85px;\"><\/div>[\/vc_column][vc_column offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12 vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 30px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[\/vc_column][vc_column offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12 vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column][vc_column offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 30px;\"><\/div>[\/vc_column][vc_column][vc_column_text el_class=&#8221;gem-custom-subtitle-str-mobile&#8221;]<\/p>\n<div class=\"styled-subtitle\"><span style=\"color: #d4b4a4;\"><img class=\"alignnone size-full wp-image-51\" style=\"margin-right: 17px;\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/arrow-subtitle.png\" alt=\"\" width=\"90\" height=\"16\" \/>Three simple step to start working process<\/span><\/div>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1607201508087{padding-top: 0px !important;}&#8221; el_class=&#8221;gem-custom-column-margin&#8221;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-left\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/phone.png\" alt=\"\"\/><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/2&#8243; disable_custom_paddings_mobile=&#8221;true&#8221; css=&#8221;.vc_custom_1607290366240{padding-left: 0px !important;}&#8221; el_class=&#8221;gem-custom-mobile-padding gem-custom-mobile-margin&#8221;][vc_row_inner][vc_column_inner offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-number-mobile&#8221; width=&#8221;1\/4&#8243;][vc_column_text]<\/p>\n<div class=\"title-h1\" style=\"font-size: 80px;\"><span style=\"color: #ccccdb;\"><strong>01<\/strong><\/span><\/div>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-mobile-margin&#8221; width=&#8221;3\/4&#8243; disable_custom_paddings_tablet=&#8221;true&#8221; disable_custom_paddings_mobile=&#8221;true&#8221; css=&#8221;.vc_custom_1607291491733{padding-left: 0px !important;}&#8221;][vc_column_text el_class=&#8221;gem-custom-offering-title&#8221;]<\/p>\n<div class=\"title-h5\">Research project<\/div>\n<p>[\/vc_column_text][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque mauris ipsum, commodo vitae justo sed, gravida porta leo. Sed sit amet urna tortor.[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][vc_row_inner][vc_column_inner el_class=&#8221;gem-custom-column-margin&#8221; offset=&#8221;vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 55px;\"><\/div>[\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-number-mobile&#8221; width=&#8221;1\/4&#8243;][vc_column_text]<\/p>\n<div class=\"title-h1\" style=\"font-size: 80px;\"><span style=\"color: #ccccdb;\"><strong>02<\/strong><\/span><\/div>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-mobile-margin&#8221; width=&#8221;3\/4&#8243; disable_custom_paddings_tablet=&#8221;true&#8221; disable_custom_paddings_mobile=&#8221;true&#8221; css=&#8221;.vc_custom_1607291495307{padding-left: 0px !important;}&#8221;][vc_column_text el_class=&#8221;gem-custom-offering-title&#8221;]<\/p>\n<div class=\"title-h5\">Targeting<\/div>\n<p>[\/vc_column_text][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque mauris ipsum, commodo vitae justo sed, gravida porta leo. Sed sit amet urna tortor.[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][vc_row_inner][vc_column_inner el_class=&#8221;gem-custom-column-margin&#8221; offset=&#8221;vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 55px;\"><\/div>[\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-number-mobile&#8221; width=&#8221;1\/4&#8243;][vc_column_text]<\/p>\n<div class=\"title-h1\" style=\"font-size: 80px;\"><span style=\"color: #ccccdb;\"><strong>03<\/strong><\/span><\/div>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner el_class=&#8221;gem-custom-mobile-margin&#8221; width=&#8221;3\/4&#8243; disable_custom_paddings_tablet=&#8221;true&#8221; disable_custom_paddings_mobile=&#8221;true&#8221; css=&#8221;.vc_custom_1607291498452{padding-left: 0px !important;}&#8221;][vc_column_text el_class=&#8221;gem-custom-offering-title&#8221;]<\/p>\n<div class=\"title-h5\">Results<\/div>\n<p>[\/vc_column_text][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque mauris ipsum, commodo vitae justo sed, gravida porta leo. Sed sit amet urna tortor.[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column css=&#8221;.vc_custom_1607201631399{padding-top: 5px !important;}&#8221; offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column][vc_column offset=&#8221;vc_hidden-lg vc_hidden-md vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column][vc_column offset=&#8221;vc_hidden-lg vc_col-md-12 vc_hidden-sm vc_col-xs-12 vc_hidden-xs&#8221; el_class=&#8221;gem-custom-column-margin gem-custom-column-padding&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1606733734297{margin-bottom: 0px !important;}&#8221;][vc_column css=&#8221;.vc_custom_1613130735022{padding-top: 0px !important;}&#8221; offset=&#8221;vc_hidden-lg vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 100px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/12&#8243; offset=&#8221;vc_col-lg-3 vc_col-md-3 vc_hidden-xs&#8221;][\/vc_column][vc_column width=&#8221;5\/6&#8243; el_class=&#8221;gem-custom-column-margin gem-custom-float-mobile&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-6 vc_col-xs-12&#8243;][vc_column_text]<\/p>\n<div class=\"title-h2\" style=\"text-align: center;\">Done lot\u2019s projects let\u2019s check some here:<\/div>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/12&#8243; offset=&#8221;vc_col-lg-3 vc_col-md-3 vc_hidden-xs&#8221;][\/vc_column][vc_column offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 75px;\"><\/div>[\/vc_column][vc_column offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column][vc_column]<div class=\"preloader\"><div class=\"preloader-spin\"><\/div><\/div> <div class=\"portfolio portfolio-slider clearfix no-padding col-lg-12 col-md-12 col-sm-12 hover-circular full hover-title fullwidth-columns-3 portfolio_slider_arrow_big background-style-white title-style-light title-on-hover gem-slider-animation-dynamic post-176 thegem_qf_item type-thegem_qf_item status-publish\" data-hover=\"circular\"> <div class=\"navigation fullwidth-block\"> <div class=\"portolio-slider-prev\"> <span>&#xe603;<\/span> <\/div> <div class=\"portolio-slider-next\"> <span>&#xe601;<\/span> <\/div> <div class=\"portolio-slider-content\"> <div class=\"portolio-slider-center\"> <div class=\"fullwidth-block\"> <div style=\"margin: -0px;\"> <div class=\"portfolio-set clearfix\" > <div style=\"padding: 0px;\" class=\"portfolio-item marketing post-2264 thegem_pf_item type-thegem_pf_item status-publish has-post-thumbnail\" data-sort-date=\"1606820034\"> <div class=\"wrap clearfix\" style=\"border-bottom-color: \"> <div class=\"image post-2264 thegem_pf_item type-thegem_pf_item status-publish has-post-thumbnail\"> <div class=\"image-inner\"> <img src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/12\/2-thegem-portfolio-carusel-full-3x.jpg\" width=\"704\" height=\"450\" alt=\"A map company enters new territory\" \/> <\/div> <div class=\"overlay\"> <div class=\"overlay-circle\"><\/div> <div class=\"links-wrapper\"> <div class=\"links\"> <div class=\"portfolio-icons\"> <a href=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/pf\/a-map-company-enters-new-territory\/\" target=\"_self\" class=\"icon self-link \"><i class=\"default\"><\/i><\/a> <a href=\"javascript: void(0);\" class=\"icon share\"><i class=\"default\"><\/i><\/a> <div class=\"overlay-line\"><\/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%2Fbusiness-services-02%2Fpf%2Fa-map-company-enters-new-territory%2F\" title=\"Facebook\"><i class=\"socials-item-icon facebook\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/twitter.com\/intent\/tweet?text=A+map+company+enters+new+territory&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fpf%2Fa-map-company-enters-new-territory%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%2Fbusiness-services-02%2Fpf%2Fa-map-company-enters-new-territory%2F&#038;description=A+map+company+enters+new+territory&#038;media=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fwp-content%2Fuploads%2F2020%2F12%2F2-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%2Fbusiness-services-02%2Fpf%2Fa-map-company-enters-new-territory%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%2Fbusiness-services-02%2Fpf%2Fa-map-company-enters-new-territory%2F&#038;title=A+map+company+enters+new+territory&amp;summary=Easily+Enable+Gallery+Slider\" 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%2Fbusiness-services-02%2Fpf%2Fa-map-company-enters-new-territory%2F&#038;title=A+map+company+enters+new+territory\" title=\"Reddit\"><i class=\"socials-item-icon reddit\"><\/i><\/a> <\/div> <\/div> <\/div> <div class=\"caption\"> <div class=\"title title-h4\"> A map company enters new territory <\/span> <\/div> <div class=\"description\"> <div class=\"subtitle\"><p>Easily Enable Gallery Slider<\/p>\n<\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div>\n<\/div> <div style=\"padding: 0px;\" class=\"portfolio-item business post-2272 thegem_pf_item type-thegem_pf_item status-publish has-post-thumbnail\" data-sort-date=\"1606820391\"> <div class=\"wrap clearfix\" style=\"border-bottom-color: \"> <div class=\"image post-2272 thegem_pf_item type-thegem_pf_item status-publish has-post-thumbnail\"> <div class=\"image-inner\"> <img src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/12\/3-1-thegem-portfolio-carusel-full-3x.jpg\" width=\"704\" height=\"450\" alt=\"Extracting value by integrating business units\" \/> <\/div> <div class=\"overlay\"> <div class=\"overlay-circle\"><\/div> <div class=\"links-wrapper\"> <div class=\"links\"> <div class=\"portfolio-icons\"> <a href=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/pf\/extracting-value-by-integrating-business-units\/\" target=\"_self\" class=\"icon self-link \"><i class=\"default\"><\/i><\/a> <a href=\"javascript: void(0);\" class=\"icon share\"><i class=\"default\"><\/i><\/a> <div class=\"overlay-line\"><\/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%2Fbusiness-services-02%2Fpf%2Fextracting-value-by-integrating-business-units%2F\" title=\"Facebook\"><i class=\"socials-item-icon facebook\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/twitter.com\/intent\/tweet?text=Extracting+value+by+integrating+business+units&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fpf%2Fextracting-value-by-integrating-business-units%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%2Fbusiness-services-02%2Fpf%2Fextracting-value-by-integrating-business-units%2F&#038;description=Extracting+value+by+integrating+business+units&#038;media=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fwp-content%2Fuploads%2F2020%2F12%2F3-1-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%2Fbusiness-services-02%2Fpf%2Fextracting-value-by-integrating-business-units%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%2Fbusiness-services-02%2Fpf%2Fextracting-value-by-integrating-business-units%2F&#038;title=Extracting+value+by+integrating+business+units&amp;summary=Easily+Enable+Gallery+Slider\" 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%2Fbusiness-services-02%2Fpf%2Fextracting-value-by-integrating-business-units%2F&#038;title=Extracting+value+by+integrating+business+units\" title=\"Reddit\"><i class=\"socials-item-icon reddit\"><\/i><\/a> <\/div> <\/div> <\/div> <div class=\"caption\"> <div class=\"title title-h4\"> Extracting value by integrating business units <\/span> <\/div> <div class=\"description\"> <div class=\"subtitle\"><p>Easily Enable Gallery Slider<\/p>\n<\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div>\n<\/div> <div style=\"padding: 0px;\" class=\"portfolio-item business post-2273 thegem_pf_item type-thegem_pf_item status-publish has-post-thumbnail\" data-sort-date=\"1606820441\"> <div class=\"wrap clearfix\" style=\"border-bottom-color: \"> <div class=\"image post-2273 thegem_pf_item type-thegem_pf_item status-publish has-post-thumbnail\"> <div class=\"image-inner\"> <img src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/12\/4-thegem-portfolio-carusel-full-3x.jpg\" width=\"704\" height=\"450\" alt=\"Redefining home entertainment\" \/> <\/div> <div class=\"overlay\"> <div class=\"overlay-circle\"><\/div> <div class=\"links-wrapper\"> <div class=\"links\"> <div class=\"portfolio-icons\"> <a href=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/pf\/redefining-home-entertainment\/\" target=\"_self\" class=\"icon self-link \"><i class=\"default\"><\/i><\/a> <a href=\"javascript: void(0);\" class=\"icon share\"><i class=\"default\"><\/i><\/a> <div class=\"overlay-line\"><\/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%2Fbusiness-services-02%2Fpf%2Fredefining-home-entertainment%2F\" title=\"Facebook\"><i class=\"socials-item-icon facebook\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/twitter.com\/intent\/tweet?text=Redefining+home+entertainment&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fpf%2Fredefining-home-entertainment%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%2Fbusiness-services-02%2Fpf%2Fredefining-home-entertainment%2F&#038;description=Redefining+home+entertainment&#038;media=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fwp-content%2Fuploads%2F2020%2F12%2F4-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%2Fbusiness-services-02%2Fpf%2Fredefining-home-entertainment%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%2Fbusiness-services-02%2Fpf%2Fredefining-home-entertainment%2F&#038;title=Redefining+home+entertainment&amp;summary=Easily+Enable+Gallery+Slider\" 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%2Fbusiness-services-02%2Fpf%2Fredefining-home-entertainment%2F&#038;title=Redefining+home+entertainment\" title=\"Reddit\"><i class=\"socials-item-icon reddit\"><\/i><\/a> <\/div> <\/div> <\/div> <div class=\"caption\"> <div class=\"title title-h4\"> Redefining home entertainment <\/span> <\/div> <div class=\"description\"> <div class=\"subtitle\"><p>Easily Enable Gallery Slider<\/p>\n<\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div>\n<\/div> <div style=\"padding: 0px;\" class=\"portfolio-item planning post-2274 thegem_pf_item type-thegem_pf_item status-publish has-post-thumbnail\" data-sort-date=\"1606820519\"> <div class=\"wrap clearfix\" style=\"border-bottom-color: \"> <div class=\"image post-2274 thegem_pf_item type-thegem_pf_item status-publish has-post-thumbnail\"> <div class=\"image-inner\"> <img src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/12\/5-thegem-portfolio-carusel-full-3x.jpg\" width=\"704\" height=\"450\" alt=\"Predictive trade promotion planning\" \/> <\/div> <div class=\"overlay\"> <div class=\"overlay-circle\"><\/div> <div class=\"links-wrapper\"> <div class=\"links\"> <div class=\"portfolio-icons\"> <a href=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/pf\/predictive-trade-promotion-planning\/\" target=\"_self\" class=\"icon self-link \"><i class=\"default\"><\/i><\/a> <a href=\"javascript: void(0);\" class=\"icon share\"><i class=\"default\"><\/i><\/a> <div class=\"overlay-line\"><\/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%2Fbusiness-services-02%2Fpf%2Fpredictive-trade-promotion-planning%2F\" title=\"Facebook\"><i class=\"socials-item-icon facebook\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/twitter.com\/intent\/tweet?text=Predictive+trade+promotion+planning&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fpf%2Fpredictive-trade-promotion-planning%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%2Fbusiness-services-02%2Fpf%2Fpredictive-trade-promotion-planning%2F&#038;description=Predictive+trade+promotion+planning&#038;media=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fwp-content%2Fuploads%2F2020%2F12%2F5-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%2Fbusiness-services-02%2Fpf%2Fpredictive-trade-promotion-planning%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%2Fbusiness-services-02%2Fpf%2Fpredictive-trade-promotion-planning%2F&#038;title=Predictive+trade+promotion+planning&amp;summary=Easily+Enable+Gallery+Slider\" 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%2Fbusiness-services-02%2Fpf%2Fpredictive-trade-promotion-planning%2F&#038;title=Predictive+trade+promotion+planning\" title=\"Reddit\"><i class=\"socials-item-icon reddit\"><\/i><\/a> <\/div> <\/div> <\/div> <div class=\"caption\"> <div class=\"title title-h4\"> Predictive trade promotion planning <\/span> <\/div> <div class=\"description\"> <div class=\"subtitle\"><p>Easily Enable Gallery Slider<\/p>\n<\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div>\n<\/div> <div style=\"padding: 0px;\" class=\"portfolio-item marketing post-2275 thegem_pf_item type-thegem_pf_item status-publish has-post-thumbnail\" data-sort-date=\"1606820568\"> <div class=\"wrap clearfix\" style=\"border-bottom-color: \"> <div class=\"image post-2275 thegem_pf_item type-thegem_pf_item status-publish has-post-thumbnail\"> <div class=\"image-inner\"> <img src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/12\/6-thegem-portfolio-carusel-full-3x.jpg\" width=\"704\" height=\"450\" alt=\"Building the competitive advantage\" \/> <\/div> <div class=\"overlay\"> <div class=\"overlay-circle\"><\/div> <div class=\"links-wrapper\"> <div class=\"links\"> <div class=\"portfolio-icons\"> <a href=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/pf\/building-the-competitive-advantage\/\" target=\"_self\" class=\"icon self-link \"><i class=\"default\"><\/i><\/a> <a href=\"javascript: void(0);\" class=\"icon share\"><i class=\"default\"><\/i><\/a> <div class=\"overlay-line\"><\/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%2Fbusiness-services-02%2Fpf%2Fbuilding-the-competitive-advantage%2F\" title=\"Facebook\"><i class=\"socials-item-icon facebook\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/twitter.com\/intent\/tweet?text=Building+the+competitive+advantage&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fpf%2Fbuilding-the-competitive-advantage%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%2Fbusiness-services-02%2Fpf%2Fbuilding-the-competitive-advantage%2F&#038;description=Building+the+competitive+advantage&#038;media=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fwp-content%2Fuploads%2F2020%2F12%2F6-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%2Fbusiness-services-02%2Fpf%2Fbuilding-the-competitive-advantage%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%2Fbusiness-services-02%2Fpf%2Fbuilding-the-competitive-advantage%2F&#038;title=Building+the+competitive+advantage&amp;summary=Easily+Enable+Gallery+Slider\" 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%2Fbusiness-services-02%2Fpf%2Fbuilding-the-competitive-advantage%2F&#038;title=Building+the+competitive+advantage\" title=\"Reddit\"><i class=\"socials-item-icon reddit\"><\/i><\/a> <\/div> <\/div> <\/div> <div class=\"caption\"> <div class=\"title title-h4\"> Building the competitive advantage <\/span> <\/div> <div class=\"description\"> <div class=\"subtitle\"><p>Easily Enable Gallery Slider<\/p>\n<\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div>\n<\/div> <div style=\"padding: 0px;\" class=\"portfolio-item planning post-2276 thegem_pf_item type-thegem_pf_item status-publish has-post-thumbnail\" data-sort-date=\"1606820611\"> <div class=\"wrap clearfix\" style=\"border-bottom-color: \"> <div class=\"image post-2276 thegem_pf_item type-thegem_pf_item status-publish has-post-thumbnail\"> <div class=\"image-inner\"> <img src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/12\/7-thegem-portfolio-carusel-full-3x.jpg\" width=\"704\" height=\"450\" alt=\"Transforming digital strategy\" \/> <\/div> <div class=\"overlay\"> <div class=\"overlay-circle\"><\/div> <div class=\"links-wrapper\"> <div class=\"links\"> <div class=\"portfolio-icons\"> <a href=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/pf\/transforming-digital-strategy\/\" target=\"_self\" class=\"icon self-link \"><i class=\"default\"><\/i><\/a> <a href=\"javascript: void(0);\" class=\"icon share\"><i class=\"default\"><\/i><\/a> <div class=\"overlay-line\"><\/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%2Fbusiness-services-02%2Fpf%2Ftransforming-digital-strategy%2F\" title=\"Facebook\"><i class=\"socials-item-icon facebook\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/twitter.com\/intent\/tweet?text=Transforming+digital+strategy&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fpf%2Ftransforming-digital-strategy%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%2Fbusiness-services-02%2Fpf%2Ftransforming-digital-strategy%2F&#038;description=Transforming+digital+strategy&#038;media=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fwp-content%2Fuploads%2F2020%2F12%2F7-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%2Fbusiness-services-02%2Fpf%2Ftransforming-digital-strategy%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%2Fbusiness-services-02%2Fpf%2Ftransforming-digital-strategy%2F&#038;title=Transforming+digital+strategy&amp;summary=Easily+Enable+Gallery+Slider\" 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%2Fbusiness-services-02%2Fpf%2Ftransforming-digital-strategy%2F&#038;title=Transforming+digital+strategy\" title=\"Reddit\"><i class=\"socials-item-icon reddit\"><\/i><\/a> <\/div> <\/div> <\/div> <div class=\"caption\"> <div class=\"title title-h4\"> Transforming digital strategy <\/span> <\/div> <div class=\"description\"> <div class=\"subtitle\"><p>Easily Enable Gallery Slider<\/p>\n<\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div>\n<\/div> <div style=\"padding: 0px;\" class=\"portfolio-item planning post-1496 thegem_pf_item type-thegem_pf_item status-publish has-post-thumbnail\" data-sort-date=\"1585838101\"> <div class=\"wrap clearfix\" style=\"border-bottom-color: \"> <div class=\"image post-1496 thegem_pf_item type-thegem_pf_item status-publish has-post-thumbnail\"> <div class=\"image-inner\"> <img src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/04\/9-thegem-portfolio-carusel-full-3x.jpg\" width=\"704\" height=\"450\" alt=\"A map company enters new territory\" \/> <\/div> <div class=\"overlay\"> <div class=\"overlay-circle\"><\/div> <div class=\"links-wrapper\"> <div class=\"links\"> <div class=\"portfolio-icons\"> <a href=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/pf\/portfolio-lorem-ipsum-28\/\" target=\"_self\" class=\"icon self-link \"><i class=\"default\"><\/i><\/a> <a href=\"javascript: void(0);\" class=\"icon share\"><i class=\"default\"><\/i><\/a> <div class=\"overlay-line\"><\/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%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-28%2F\" title=\"Facebook\"><i class=\"socials-item-icon facebook\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/twitter.com\/intent\/tweet?text=A+map+company+enters+new+territory&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-28%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%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-28%2F&#038;description=A+map+company+enters+new+territory&#038;media=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fwp-content%2Fuploads%2F2020%2F04%2F9-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%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-28%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%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-28%2F&#038;title=A+map+company+enters+new+territory&amp;summary=%5Bvc_row+full_width%3D%26%238221%3Bstretch_row%26%238221%3B%5D%5Bvc_column+offset%3D%26%238221%3Bvc_col-lg-12+vc_hidden-md+vc_hidden-sm+vc_hidden-xs%26%238221%3B%5D%5B%2Fvc_column%5D%5Bvc_column+el_class%3D%26%238221%3Bgem-custom-column-margin+gem-custom-column-padding%26%238221%3B+offset%3D%26%238221%3Bvc_col-lg-6+vc_col-md-6+vc_col-xs-12%26%238243%3B%5D%5Bvc_row_inner%5D%5Bvc_column_inner+el_class%3D%26%238221%3Bgem-custom-mobile-margin%26%238221%3B+width%3D%26%238221%3B1%2F2%26%238243%3B%5D%5Bvc_column_text%5D+Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipisicing...\" 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%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-28%2F&#038;title=A+map+company+enters+new+territory\" title=\"Reddit\"><i class=\"socials-item-icon reddit\"><\/i><\/a> <\/div> <\/div> <\/div> <div class=\"caption\"> <div class=\"title title-h4\"> A map company enters new territory <\/span> <\/div> <div class=\"description\"> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div>\n<\/div> <div style=\"padding: 0px;\" class=\"portfolio-item business post-1497 thegem_pf_item type-thegem_pf_item status-publish has-post-thumbnail\" data-sort-date=\"1585842502\"> <div class=\"wrap clearfix\" style=\"border-bottom-color: \"> <div class=\"image post-1497 thegem_pf_item type-thegem_pf_item status-publish has-post-thumbnail\"> <div class=\"image-inner\"> <img src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/04\/8-thegem-portfolio-carusel-full-3x.jpg\" width=\"704\" height=\"450\" alt=\"A map company enters new territory\" \/> <\/div> <div class=\"overlay\"> <div class=\"overlay-circle\"><\/div> <div class=\"links-wrapper\"> <div class=\"links\"> <div class=\"portfolio-icons\"> <a href=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/pf\/portfolio-lorem-ipsum-29\/\" target=\"_self\" class=\"icon self-link \"><i class=\"default\"><\/i><\/a> <a href=\"javascript: void(0);\" class=\"icon share\"><i class=\"default\"><\/i><\/a> <div class=\"overlay-line\"><\/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%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-29%2F\" title=\"Facebook\"><i class=\"socials-item-icon facebook\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/twitter.com\/intent\/tweet?text=A+map+company+enters+new+territory&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-29%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%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-29%2F&#038;description=A+map+company+enters+new+territory&#038;media=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fwp-content%2Fuploads%2F2020%2F04%2F8-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%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-29%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%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-29%2F&#038;title=A+map+company+enters+new+territory&amp;summary=%5Bvc_row+full_width%3D%26%238221%3Bstretch_row%26%238221%3B%5D%5Bvc_column+offset%3D%26%238221%3Bvc_col-lg-12+vc_hidden-md+vc_hidden-sm+vc_hidden-xs%26%238221%3B%5D%5B%2Fvc_column%5D%5Bvc_column+el_class%3D%26%238221%3Bgem-custom-column-margin+gem-custom-column-padding%26%238221%3B+offset%3D%26%238221%3Bvc_col-lg-6+vc_col-md-6+vc_col-xs-12%26%238243%3B%5D%5Bvc_row_inner%5D%5Bvc_column_inner+el_class%3D%26%238221%3Bgem-custom-mobile-margin%26%238221%3B+width%3D%26%238221%3B1%2F2%26%238243%3B%5D%5Bvc_column_text%5D+Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipisicing...\" 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%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-29%2F&#038;title=A+map+company+enters+new+territory\" title=\"Reddit\"><i class=\"socials-item-icon reddit\"><\/i><\/a> <\/div> <\/div> <\/div> <div class=\"caption\"> <div class=\"title title-h4\"> A map company enters new territory <\/span> <\/div> <div class=\"description\"> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div>\n<\/div> <div style=\"padding: 0px;\" class=\"portfolio-item marketing post-1498 thegem_pf_item type-thegem_pf_item status-publish has-post-thumbnail\" data-sort-date=\"1585842518\"> <div class=\"wrap clearfix\" style=\"border-bottom-color: \"> <div class=\"image post-1498 thegem_pf_item type-thegem_pf_item status-publish has-post-thumbnail\"> <div class=\"image-inner\"> <img src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/04\/7-thegem-portfolio-carusel-full-3x.jpg\" width=\"704\" height=\"450\" alt=\"A map company enters new territory\" \/> <\/div> <div class=\"overlay\"> <div class=\"overlay-circle\"><\/div> <div class=\"links-wrapper\"> <div class=\"links\"> <div class=\"portfolio-icons\"> <a href=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/pf\/portfolio-lorem-ipsum-30\/\" target=\"_self\" class=\"icon self-link \"><i class=\"default\"><\/i><\/a> <a href=\"javascript: void(0);\" class=\"icon share\"><i class=\"default\"><\/i><\/a> <div class=\"overlay-line\"><\/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%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-30%2F\" title=\"Facebook\"><i class=\"socials-item-icon facebook\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/twitter.com\/intent\/tweet?text=A+map+company+enters+new+territory&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-30%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%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-30%2F&#038;description=A+map+company+enters+new+territory&#038;media=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fwp-content%2Fuploads%2F2020%2F04%2F7-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%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-30%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%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-30%2F&#038;title=A+map+company+enters+new+territory&amp;summary=%5Bvc_row+full_width%3D%26%238221%3Bstretch_row%26%238221%3B%5D%5Bvc_column+offset%3D%26%238221%3Bvc_col-lg-12+vc_hidden-md+vc_hidden-sm+vc_hidden-xs%26%238221%3B%5D%5B%2Fvc_column%5D%5Bvc_column+el_class%3D%26%238221%3Bgem-custom-column-margin+gem-custom-column-padding%26%238221%3B+offset%3D%26%238221%3Bvc_col-lg-6+vc_col-md-6+vc_col-xs-12%26%238243%3B%5D%5Bvc_row_inner%5D%5Bvc_column_inner+el_class%3D%26%238221%3Bgem-custom-mobile-margin%26%238221%3B+width%3D%26%238221%3B1%2F2%26%238243%3B%5D%5Bvc_column_text%5D+Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipisicing...\" 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%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-30%2F&#038;title=A+map+company+enters+new+territory\" title=\"Reddit\"><i class=\"socials-item-icon reddit\"><\/i><\/a> <\/div> <\/div> <\/div> <div class=\"caption\"> <div class=\"title title-h4\"> A map company enters new territory <\/span> <\/div> <div class=\"description\"> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div>\n<\/div> <div style=\"padding: 0px;\" class=\"portfolio-item planning post-1499 thegem_pf_item type-thegem_pf_item status-publish has-post-thumbnail\" data-sort-date=\"1585842536\"> <div class=\"wrap clearfix\" style=\"border-bottom-color: \"> <div class=\"image post-1499 thegem_pf_item type-thegem_pf_item status-publish has-post-thumbnail\"> <div class=\"image-inner\"> <img src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/04\/6-thegem-portfolio-carusel-full-3x.jpg\" width=\"704\" height=\"450\" alt=\"Extracting value by integrating business units\" \/> <\/div> <div class=\"overlay\"> <div class=\"overlay-circle\"><\/div> <div class=\"links-wrapper\"> <div class=\"links\"> <div class=\"portfolio-icons\"> <a href=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/pf\/portfolio-lorem-ipsum-31\/\" target=\"_self\" class=\"icon self-link \"><i class=\"default\"><\/i><\/a> <a href=\"javascript: void(0);\" class=\"icon share\"><i class=\"default\"><\/i><\/a> <div class=\"overlay-line\"><\/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%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-31%2F\" title=\"Facebook\"><i class=\"socials-item-icon facebook\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/twitter.com\/intent\/tweet?text=Extracting+value+by+integrating+business+units&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-31%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%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-31%2F&#038;description=Extracting+value+by+integrating+business+units&#038;media=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fwp-content%2Fuploads%2F2020%2F04%2F6-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%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-31%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%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-31%2F&#038;title=Extracting+value+by+integrating+business+units&amp;summary=%5Bvc_row+full_width%3D%26%238221%3Bstretch_row%26%238221%3B%5D%5Bvc_column+offset%3D%26%238221%3Bvc_col-lg-12+vc_hidden-md+vc_hidden-sm+vc_hidden-xs%26%238221%3B%5D%5B%2Fvc_column%5D%5Bvc_column+el_class%3D%26%238221%3Bgem-custom-column-margin+gem-custom-column-padding%26%238221%3B+offset%3D%26%238221%3Bvc_col-lg-6+vc_col-md-6+vc_col-xs-12%26%238243%3B%5D%5Bvc_row_inner%5D%5Bvc_column_inner+el_class%3D%26%238221%3Bgem-custom-mobile-margin%26%238221%3B+width%3D%26%238221%3B1%2F2%26%238243%3B%5D%5Bvc_column_text%5D+Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipisicing...\" 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%2Fbusiness-services-02%2Fpf%2Fportfolio-lorem-ipsum-31%2F&#038;title=Extracting+value+by+integrating+business+units\" title=\"Reddit\"><i class=\"socials-item-icon reddit\"><\/i><\/a> <\/div> <\/div> <\/div> <div class=\"caption\"> <div class=\"title title-h4\"> Extracting value by integrating business units <\/span> <\/div> <div class=\"description\"> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div>\n<\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div>[\/vc_column][vc_column offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 85px;\"><\/div>[\/vc_column][vc_column offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column][vc_column]<div class=\"gem-button-container gem-button-position-center thegem-button-69e4dbfb38c8f9615\" ><a class=\"gem-button gem-button-size-medium gem-button-style-flat gem-button-text-weight-normal gem-button-no-uppercase\" style=\"border-radius: 0px;\" onmouseleave=\"\" onmouseenter=\"\" href=\"#\" target=\"_self\">View all works<\/a><\/div> [\/vc_column][vc_column offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 5px;\"><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; el_class=&#8221;gem-custom-row-z-index gem-custom-row-padding&#8221;][vc_column offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 20px;\"><\/div>[\/vc_column][vc_column css=&#8221;.vc_custom_1607290839234{background-color: #ffffff !important;}&#8221; el_class=&#8221;gem-custom-responsive-counter-column gem-custom-column-padding gem-custom-column-margin&#8221;]<div data-number-format=\"(ddd).ddd\" class=\"gem-counter-box row inline-row inline-row-center gem-counter-style-1\" ><div class=\"gem-counter col-md-3 col-sm-4 col-xs-6 inline-column gem-counter-effect-simple\" ><div class=\"gem-counter-inner\"><div class=\"gem-counter-number\" style=\"color: #ccccdb\"><div class=\"gem-counter-odometer\" data-to=\"273\">0<\/div><\/div><div class=\"gem-counter-text styled-subtitle\" style=\"color: #242e64\">Experts<\/div><a class=\"gem-counter-link\" href=\"#\" target=\"_self\"><\/a><\/div><\/div><div class=\"gem-counter col-md-3 col-sm-4 col-xs-6 inline-column gem-counter-effect-simple\" ><div class=\"gem-counter-inner\"><div class=\"gem-counter-number\" style=\"color: #ccccdb\"><div class=\"gem-counter-odometer\" data-to=\"23\">0<\/div><\/div><div class=\"gem-counter-text styled-subtitle\" style=\"color: #242e64\">Branches<\/div><a class=\"gem-counter-link\" href=\"#\" target=\"_self\"><\/a><\/div><\/div><div class=\"gem-counter col-md-3 col-sm-4 col-xs-6 inline-column gem-counter-effect-simple\" ><div class=\"gem-counter-inner\"><div class=\"gem-counter-number\" style=\"color: #ccccdb\"><div class=\"gem-counter-odometer\" data-to=\"694\">0<\/div><\/div><div class=\"gem-counter-text styled-subtitle\" style=\"color: #242e64\">Projects<\/div><a class=\"gem-counter-link\" href=\"#\" target=\"_self\"><\/a><\/div><\/div><div class=\"gem-counter col-md-3 col-sm-4 col-xs-6 inline-column gem-counter-effect-simple\" ><div class=\"gem-counter-inner\"><div class=\"gem-counter-number\" style=\"color: #ccccdb\"><div class=\"gem-counter-odometer\" data-to=\"322\">0<\/div><\/div><div class=\"gem-counter-text styled-subtitle\" style=\"color: #242e64\">Clients<\/div><a class=\"gem-counter-link\" href=\"#\" target=\"_self\"><\/a><\/div><\/div><\/div>[\/vc_column][vc_column offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 20px;\"><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content&#8221; css=&#8221;.vc_custom_1607290741778{margin-top: -200px !important;margin-bottom: 0px !important;background-color: #f5f2ed !important;}&#8221; el_class=&#8221;gem-custom-mobile-margin&#8221;][vc_column offset=&#8221;vc_col-lg-12 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][vc_column offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-11 vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 135px;\"><\/div>[\/vc_column][vc_column offset=&#8221;vc_col-lg-12 vc_col-md-12 vc_col-xs-12&#8243;]<div class=\"fullwidth-block\"> <div class=\"gem-client-set-title\"> <div class=\"container\"> <\/div> <\/div> <div class=\"gem_client-carousel disable-grayscale \" > <div class=\"preloader\"> <div class=\"preloader-spin\"><\/div> <\/div> <div class=\" gem_client_carousel-items\" data-autoscroll='0'> <div class=\"gem-client-item \" > <img width=\"134\" height=\"99\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/client-4.png\" class=\" wp-post-image\" alt=\"client-4\" \/><\/div> <div class=\"gem-client-item \" > <img width=\"139\" height=\"105\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/client-1.png\" class=\" wp-post-image\" alt=\"client-1\" \/><\/div> <div class=\"gem-client-item \" > <img width=\"98\" height=\"107\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/client-2.png\" class=\" wp-post-image\" alt=\"client-2\" \/><\/div> <div class=\"gem-client-item \" > <img width=\"98\" height=\"98\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/client-3.png\" class=\" wp-post-image\" alt=\"client-3\" \/><\/div> <div class=\"gem-client-item \" > <img width=\"134\" height=\"99\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/client-4.png\" class=\" wp-post-image\" alt=\"client-4\" \/><\/div> <div class=\"gem-client-item \" > <img width=\"139\" height=\"105\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/client-1.png\" class=\" wp-post-image\" alt=\"client-1\" \/><\/div> <div class=\"gem-client-item \" > <img width=\"98\" height=\"107\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/client-2.png\" class=\" wp-post-image\" alt=\"client-2\" \/><\/div> <\/div> <\/div> <\/div>[\/vc_column][vc_column offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 80px;\"><\/div>[\/vc_column][vc_column offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12 vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 30px;\"><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1606738832254{background-color: #f9f9f9 !important;}&#8221;][vc_column offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[\/vc_column][vc_column offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12 vc_hidden-xs&#8221; el_class=&#8221;gem-custom-column-margin&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column][vc_column offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm vc_col-xs-12&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 10px;\"><\/div>[\/vc_column][vc_column][vc_column_text el_class=&#8221;gem-custom-subtitle-str-mobile&#8221;]<\/p>\n<div class=\"styled-subtitle\"><span style=\"color: #d4b4a4;\"><img class=\"alignnone size-full wp-image-51\" style=\"margin-right: 17px;\" src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/arrow-subtitle.png\" alt=\"\" width=\"90\" height=\"16\" \/>Latest news from the economics world<\/span><\/div>\n<p>[\/vc_column_text][\/vc_column][vc_column css=&#8221;.vc_custom_1607202695931{padding-top: 30px !important;}&#8221; offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column][vc_column el_class=&#8221;gem-custom-post-title gem-custom-column-padding gem-custom-mobile-margin&#8221;]<style>.portfolio.news-grid[data-portfolio-uid=\"b503a80\"] .portfolio-item .image .overlay:before { background: rgba(212,180,164,0.7) !important; }.portfolio.news-grid[data-portfolio-uid=\"b503a80\"] .portfolio-item .image .overlay-circle { background: rgba(212,180,164,0.7) !important; }.portfolio.news-grid[data-portfolio-uid=\"b503a80\"] .portfolio-item .image .gem-simple-gallery .gem-gallery-item a:before { background: rgba(212,180,164,0.7) !important; }.portfolio.news-grid[data-portfolio-uid=\"b503a80\"] .portfolio-item .wrap > .caption { background-color: #f9f9f9 !important; }.portfolio.news-grid[data-portfolio-uid=\"b503a80\"] .portfolio-item .wrap { background-color: #f9f9f9 !important; }.portfolio.news-grid[data-portfolio-uid=\"b503a80\"] .portfolio-item .caption .title { color: #242e64 !important; }.portfolio.news-grid[data-portfolio-uid=\"b503a80\"] .portfolio-item .caption .title > * { color: #242e64 !important; }.portfolio.news-grid[data-portfolio-uid=\"b503a80\"] .portfolio-item .caption .title a { color: #242e64 !important; }.portfolio.news-grid[data-portfolio-uid=\"b503a80\"] .portfolio-item .caption .post-author-date-separator { color: #bcb2ad !important; }.portfolio.news-grid[data-portfolio-uid=\"b503a80\"] .portfolio-item .caption .post-date { color: #bcb2ad !important; }.portfolio.news-grid[data-portfolio-uid=\"b503a80\"] .portfolio-item .image .overlay .caption .info { background-color: #d4b4a4 !important; }.portfolio.news-grid[data-portfolio-uid=\"b503a80\"] .portfolio-item .caption .info .sep { color: #ffffff !important; border-left-color: #ffffff !important; }.portfolio.news-grid[data-portfolio-uid=\"b503a80\"] .portfolio-item .caption .info a { color: #ffffff !important; }.portfolio.news-grid[data-portfolio-uid=\"b503a80\"] .portfolio-item .caption .description { color: #a5a8bb !important; }.portfolio.news-grid[data-portfolio-uid=\"b503a80\"] .portfolio-item .caption .description .subtitle { color: #a5a8bb !important; }.portfolio.news-grid[data-portfolio-uid=\"b503a80\"] .portfolio-item .caption .grid-post-meta .comments-link a { color: #a5a8bb !important; }.portfolio.news-grid[data-portfolio-uid=\"b503a80\"] .portfolio-item .caption .grid-post-meta .zilla-likes { color: #a5a8bb !important; }.portfolio.news-grid[data-portfolio-uid=\"b503a80\"] .portfolio-item .caption .grid-post-meta .comments-link + .post-meta-likes { border-left-color: #a5a8bb !important; }.portfolio.news-grid[data-portfolio-uid=\"b503a80\"] .portfolio-item .caption .grid-post-meta .grid-post-share + .grid-post-meta-comments-likes .comments-link { border-left-color: #a5a8bb !important; }.portfolio.news-grid[data-portfolio-uid=\"b503a80\"] .portfolio-item .wrap > .caption { border-bottom-color: #f9f9f9 !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-disable portfolio-style-masonry background-style-transparent title-style-light hover-new-default title-on-page version-new loading-animation item-animation-move-up portfolio-items-masonry columns-3 next-page-preloading filters-preloading\" data-portfolio-uid=\"b503a80\" data-current-page=\"1\" data-per-page=\"3\" data-next-page=\"0\" data-pages-count=\"1\" data-hover=\"default\"> <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 business marketing col-md-4 col-xs-4 item-animations-not-inited show-caption-border post-has-sets post-2137 post type-post status-publish format-standard has-post-thumbnail category-business category-marketing tag-some-tag tag-some-tags tag-tag tag-tags\" style=\"padding: 21px;\" data-default-sort=\"0\" data-sort-date=\"1606744832\"> <div class=\"wrap clearfix\"> <div class=\"image post-2137 post type-post status-publish format-standard has-post-thumbnail category-business category-marketing tag-some-tag tag-some-tags tag-tag tag-tags\"> <div class=\"image-inner\"> <div class=\"post-featured-content\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/present-your-work-in-style-let-them-know-why-youre-the-best-3\/\"> <picture> <source srcset=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/20-thegem-portfolio-masonry-2x-500.jpg 1x, https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/20.jpg 2x\" media=\"(max-width: 550px)\" sizes=\"100vw\"> <source srcset=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/20-thegem-portfolio-masonry-3x.jpg 1x, https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/20.jpg 2x\" media=\"(max-width: 1920px)\" sizes=\"100vw\"> <img src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/20-thegem-portfolio-masonry.jpg\" width=\"754\" height=\"694\" class=\"img-responsive\" alt=\"20\" \/> <\/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\/business-services-02\/present-your-work-in-style-let-them-know-why-youre-the-best-3\/\" 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=\"business\">Business<\/a><span class=\"sep\"><\/span> <a data-slug=\"marketing\">Marketing<\/a> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <div class=\"caption post-2137 post type-post status-publish format-standard has-post-thumbnail category-business category-marketing tag-some-tag tag-some-tags tag-tag tag-tags\"> <div class=\"post-author-date\"> <div class=\"post-date\">November 30, 2020<\/div> <\/div> <div class=\"title\"> <div class=\"title-h4\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/present-your-work-in-style-let-them-know-why-youre-the-best-3\/\" rel=\"bookmark\">Present your work in style, let them know why you\u2019re the best<\/a><\/div> <\/div> <div class=\"description\"> <p>[vc_row full_width=&#8221;stretch_row&#8221;][vc_column offset=&#8221;vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;][\/vc_column][vc_column el_class=&#8221;gem-custom-gallery-hover-bg&#8221;][\/vc_column][vc_column offset=&#8221;vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243; offset=&#8221;vc_col-lg-3 vc_col-md-3 vc_col-xs-12&#8243; el_class=&#8221;gem-custom-mobile-margin&#8221;][vc_column_text] Lorem ipsum dolor sit amet, consectetur&#8230;<\/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%2Fbusiness-services-02%2Fpresent-your-work-in-style-let-them-know-why-youre-the-best-3%2F\" title=\"Facebook\"><i class=\"socials-item-icon facebook\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/twitter.com\/intent\/tweet?text=Present+your+work+in+style%2C+let+them+know+why+you%E2%80%99re+the+best&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fpresent-your-work-in-style-let-them-know-why-youre-the-best-3%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%2Fbusiness-services-02%2Fpresent-your-work-in-style-let-them-know-why-youre-the-best-3%2F&#038;description=Present+your+work+in+style%2C+let+them+know+why+you%E2%80%99re+the+best&#038;media=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fwp-content%2Fuploads%2F2020%2F11%2F20-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%2Fbusiness-services-02%2Fpresent-your-work-in-style-let-them-know-why-youre-the-best-3%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%2Fbusiness-services-02%2Fpresent-your-work-in-style-let-them-know-why-youre-the-best-3%2F&#038;title=Present+your+work+in+style%2C+let+them+know+why+you%E2%80%99re+the+best&amp;summary=%5Bvc_row+full_width%3D%26%238221%3Bstretch_row%26%238221%3B%5D%5Bvc_column+offset%3D%26%238221%3Bvc_hidden-md+vc_hidden-sm+vc_hidden-xs%26%238221%3B%5D%5B%2Fvc_column%5D%5Bvc_column+el_class%3D%26%238221%3Bgem-custom-gallery-hover-bg%26%238221%3B%5D%5B%2Fvc_column%5D%5Bvc_column+offset%3D%26%238221%3Bvc_hidden-md+vc_hidden-sm+vc_hidden-xs%26%238221%3B%5D%5B%2Fvc_column%5D%5Bvc_column+width%3D%26%238221%3B1%2F2%26%238243%3B+offset%3D%26%238221%3Bvc_col-lg-3+vc_col-md-3+vc_col-xs-12%26%238243%3B+el_class%3D%26%238221%3Bgem-custom-mobile-margin%26%238221%3B%5D%5Bvc_column_text%5D+Lorem+ipsum+dolor+sit+amet%2C+consectetur...\" 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%2Fbusiness-services-02%2Fpresent-your-work-in-style-let-them-know-why-youre-the-best-3%2F&#038;title=Present+your+work+in+style%2C+let+them+know+why+you%E2%80%99re+the+best\" 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 business marketing col-md-4 col-xs-4 item-animations-not-inited show-caption-border post-has-sets post-2135 post type-post status-publish format-standard has-post-thumbnail category-business category-marketing tag-some-tag tag-some-tags tag-tag tag-tags\" style=\"padding: 21px;\" data-default-sort=\"0\" data-sort-date=\"1606744799\"> <div class=\"wrap clearfix\"> <div class=\"image post-2135 post type-post status-publish format-standard has-post-thumbnail category-business category-marketing tag-some-tag tag-some-tags tag-tag tag-tags\"> <div class=\"image-inner\"> <div class=\"post-featured-content\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/present-your-work-in-style-let-them-know-why-youre-the-best-2\/\"> <picture> <source srcset=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/19-thegem-portfolio-masonry-2x-500.jpg 1x, https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/19.jpg 2x\" media=\"(max-width: 550px)\" sizes=\"100vw\"> <source srcset=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/19-thegem-portfolio-masonry-3x.jpg 1x, https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/19.jpg 2x\" media=\"(max-width: 1920px)\" sizes=\"100vw\"> <img src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/19-thegem-portfolio-masonry.jpg\" width=\"754\" height=\"694\" class=\"img-responsive\" alt=\"19\" \/> <\/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\/business-services-02\/present-your-work-in-style-let-them-know-why-youre-the-best-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=\"business\">Business<\/a><span class=\"sep\"><\/span> <a data-slug=\"marketing\">Marketing<\/a> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <div class=\"caption post-2135 post type-post status-publish format-standard has-post-thumbnail category-business category-marketing tag-some-tag tag-some-tags tag-tag tag-tags\"> <div class=\"post-author-date\"> <div class=\"post-date\">November 30, 2020<\/div> <\/div> <div class=\"title\"> <div class=\"title-h4\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/present-your-work-in-style-let-them-know-why-youre-the-best-2\/\" rel=\"bookmark\">Present your work in style, let them know why you\u2019re the best<\/a><\/div> <\/div> <div class=\"description\"> <p>[vc_row full_width=&#8221;stretch_row&#8221;][vc_column offset=&#8221;vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;][\/vc_column][vc_column el_class=&#8221;gem-custom-gallery-hover-bg&#8221;][\/vc_column][vc_column offset=&#8221;vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243; offset=&#8221;vc_col-lg-3 vc_col-md-3 vc_col-xs-12&#8243; el_class=&#8221;gem-custom-mobile-margin&#8221;][vc_column_text] Lorem ipsum dolor sit amet, consectetur&#8230;<\/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%2Fbusiness-services-02%2Fpresent-your-work-in-style-let-them-know-why-youre-the-best-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=Present+your+work+in+style%2C+let+them+know+why+you%E2%80%99re+the+best&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fpresent-your-work-in-style-let-them-know-why-youre-the-best-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%2Fbusiness-services-02%2Fpresent-your-work-in-style-let-them-know-why-youre-the-best-2%2F&#038;description=Present+your+work+in+style%2C+let+them+know+why+you%E2%80%99re+the+best&#038;media=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fwp-content%2Fuploads%2F2020%2F11%2F19-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%2Fbusiness-services-02%2Fpresent-your-work-in-style-let-them-know-why-youre-the-best-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%2Fbusiness-services-02%2Fpresent-your-work-in-style-let-them-know-why-youre-the-best-2%2F&#038;title=Present+your+work+in+style%2C+let+them+know+why+you%E2%80%99re+the+best&amp;summary=%5Bvc_row+full_width%3D%26%238221%3Bstretch_row%26%238221%3B%5D%5Bvc_column+offset%3D%26%238221%3Bvc_hidden-md+vc_hidden-sm+vc_hidden-xs%26%238221%3B%5D%5B%2Fvc_column%5D%5Bvc_column+el_class%3D%26%238221%3Bgem-custom-gallery-hover-bg%26%238221%3B%5D%5B%2Fvc_column%5D%5Bvc_column+offset%3D%26%238221%3Bvc_hidden-md+vc_hidden-sm+vc_hidden-xs%26%238221%3B%5D%5B%2Fvc_column%5D%5Bvc_column+width%3D%26%238221%3B1%2F2%26%238243%3B+offset%3D%26%238221%3Bvc_col-lg-3+vc_col-md-3+vc_col-xs-12%26%238243%3B+el_class%3D%26%238221%3Bgem-custom-mobile-margin%26%238221%3B%5D%5Bvc_column_text%5D+Lorem+ipsum+dolor+sit+amet%2C+consectetur...\" 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%2Fbusiness-services-02%2Fpresent-your-work-in-style-let-them-know-why-youre-the-best-2%2F&#038;title=Present+your+work+in+style%2C+let+them+know+why+you%E2%80%99re+the+best\" 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 business marketing col-md-4 col-xs-4 item-animations-not-inited show-caption-border post-has-sets post-2130 post type-post status-publish format-standard has-post-thumbnail category-business category-marketing tag-some-tag tag-some-tags tag-tag tag-tags\" style=\"padding: 21px;\" data-default-sort=\"0\" data-sort-date=\"1606744750\"> <div class=\"wrap clearfix\"> <div class=\"image post-2130 post type-post status-publish format-standard has-post-thumbnail category-business category-marketing tag-some-tag tag-some-tags tag-tag tag-tags\"> <div class=\"image-inner\"> <div class=\"post-featured-content\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/present-your-work-in-style-let-them-know-why-youre-the-best\/\"> <picture> <source srcset=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/18-thegem-portfolio-masonry-2x-500.jpg 1x, https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/18.jpg 2x\" media=\"(max-width: 550px)\" sizes=\"100vw\"> <source srcset=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/18-thegem-portfolio-masonry-3x.jpg 1x, https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/18.jpg 2x\" media=\"(max-width: 1920px)\" sizes=\"100vw\"> <img src=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-content\/uploads\/2020\/11\/18-thegem-portfolio-masonry.jpg\" width=\"754\" height=\"694\" class=\"img-responsive\" alt=\"18\" \/> <\/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\/business-services-02\/present-your-work-in-style-let-them-know-why-youre-the-best\/\" 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=\"business\">Business<\/a><span class=\"sep\"><\/span> <a data-slug=\"marketing\">Marketing<\/a> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <div class=\"caption post-2130 post type-post status-publish format-standard has-post-thumbnail category-business category-marketing tag-some-tag tag-some-tags tag-tag tag-tags\"> <div class=\"post-author-date\"> <div class=\"post-date\">November 30, 2020<\/div> <\/div> <div class=\"title\"> <div class=\"title-h4\"><a href=\"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/present-your-work-in-style-let-them-know-why-youre-the-best\/\" rel=\"bookmark\">Present your work in style, let them know why you\u2019re the best<\/a><\/div> <\/div> <div class=\"description\"> <p>[vc_row full_width=&#8221;stretch_row&#8221;][vc_column offset=&#8221;vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;][\/vc_column][vc_column el_class=&#8221;gem-custom-gallery-hover-bg&#8221;][\/vc_column][vc_column offset=&#8221;vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243; offset=&#8221;vc_col-lg-3 vc_col-md-3 vc_col-xs-12&#8243; el_class=&#8221;gem-custom-mobile-margin&#8221;][vc_column_text] Lorem ipsum dolor sit amet, consectetur&#8230;<\/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%2Fbusiness-services-02%2Fpresent-your-work-in-style-let-them-know-why-youre-the-best%2F\" title=\"Facebook\"><i class=\"socials-item-icon facebook\"><\/i><\/a> <a class=\"socials-item\" target=\"_blank\" href=\"https:\/\/twitter.com\/intent\/tweet?text=Present+your+work+in+style%2C+let+them+know+why+you%E2%80%99re+the+best&#038;url=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fpresent-your-work-in-style-let-them-know-why-youre-the-best%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%2Fbusiness-services-02%2Fpresent-your-work-in-style-let-them-know-why-youre-the-best%2F&#038;description=Present+your+work+in+style%2C+let+them+know+why+you%E2%80%99re+the+best&#038;media=https%3A%2F%2Fcodex-themes.com%2Fthegem%2Fsites%2Fbusiness-services-02%2Fwp-content%2Fuploads%2F2020%2F11%2F18-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%2Fbusiness-services-02%2Fpresent-your-work-in-style-let-them-know-why-youre-the-best%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%2Fbusiness-services-02%2Fpresent-your-work-in-style-let-them-know-why-youre-the-best%2F&#038;title=Present+your+work+in+style%2C+let+them+know+why+you%E2%80%99re+the+best&amp;summary=%5Bvc_row+full_width%3D%26%238221%3Bstretch_row%26%238221%3B%5D%5Bvc_column+offset%3D%26%238221%3Bvc_hidden-md+vc_hidden-sm+vc_hidden-xs%26%238221%3B%5D%5B%2Fvc_column%5D%5Bvc_column+el_class%3D%26%238221%3Bgem-custom-gallery-hover-bg%26%238221%3B%5D%5B%2Fvc_column%5D%5Bvc_column+offset%3D%26%238221%3Bvc_hidden-md+vc_hidden-sm+vc_hidden-xs%26%238221%3B%5D%5B%2Fvc_column%5D%5Bvc_column+width%3D%26%238221%3B1%2F2%26%238243%3B+offset%3D%26%238221%3Bvc_col-lg-3+vc_col-md-3+vc_col-xs-12%26%238243%3B+el_class%3D%26%238221%3Bgem-custom-mobile-margin%26%238221%3B%5D%5Bvc_column_text%5D+Lorem+ipsum+dolor+sit+amet%2C+consectetur...\" 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%2Fbusiness-services-02%2Fpresent-your-work-in-style-let-them-know-why-youre-the-best%2F&#038;title=Present+your+work+in+style%2C+let+them+know+why+you%E2%80%99re+the+best\" 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-md-4 col-xs-4 item-animations-not-inited show-caption-border post-2130 post type-post status-publish format-standard has-post-thumbnail category-business category-marketing tag-some-tag tag-some-tags tag-tag tag-tags\" style=\"padding: 0 21px !important;\"> <\/div> <\/div> <\/div><!-- .row--> <\/div><!-- .full-width --> <\/div><!-- .portfolio--> <\/div><!-- .portfolio-preloader-wrapper-->[\/vc_column][vc_column css=&#8221;.vc_custom_1607202793670{padding-top: 30px !important;}&#8221; offset=&#8221;vc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column][vc_column el_class=&#8221;gem-custom-column-margin&#8221; offset=&#8221;vc_hidden-lg vc_col-md-12 vc_col-xs-12 vc_hidden-xs&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div>[\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row css=&#8221;.vc_custom_1606684626961{margin-bottom: 0px !important;}&#8221;][vc_column][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content&#8221; css=&#8221;.vc_custom_1606686283545{margin-bottom: 0px !important;}&#8221;][vc_column width=&#8221;1\/2&#8243; disable_custom_paddings_tablet=&#8221;true&#8221; disable_custom_paddings_mobile=&#8221;true&#8221; css=&#8221;.vc_custom_1607197631078{margin-top: 0px !important;padding-right: 5% !important;padding-left: 24% !important;background-color: #f9f9f9 !important;}&#8221;&#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\/business-services-02\/wp-json\/wp\/v2\/pages\/15"}],"collection":[{"href":"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-json\/wp\/v2\/comments?post=15"}],"version-history":[{"count":415,"href":"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-json\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":4040,"href":"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-json\/wp\/v2\/pages\/15\/revisions\/4040"}],"wp:attachment":[{"href":"https:\/\/codex-themes.com\/thegem\/sites\/business-services-02\/wp-json\/wp\/v2\/media?parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}