{"id":3333,"date":"2020-10-08T12:51:14","date_gmt":"2020-10-08T12:51:14","guid":{"rendered":"https:\/\/codex-themes.com\/thegem\/?page_id=3333"},"modified":"2023-05-15T20:58:49","modified_gmt":"2023-05-15T20:58:49","slug":"contact-forms","status":"publish","type":"page","link":"https:\/\/codex-themes.com\/thegem\/elements\/contact-forms\/","title":{"rendered":"Contact Forms"},"content":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1634043603949{margin-bottom: 0px !important;background-image: url(https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/01\/left_right_icons_background.png?id=385) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_column css=&#8221;.vc_custom_1634043959587{padding-top: 0px !important;}&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 120px;\"><\/div><div class=\"centered-box\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-xlarge  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"color: #00bcd4;\"><span class=\"back-angle\">&#xf2af;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #00bcd4;\"><span class=\"back-angle\">&#xf2af;<\/span><\/span><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 30px;\"><\/div><script type=\"text\/javascript\">(function() { function TheGemHeading() { this.selector = '.thegem-heading'; this.animateClass = 'thegem-heading-animate'; this.animatedClass = 'thegem-heading-animated'; this.rotatingSelector = '.thegem-heading-rotating'; } TheGemHeading.prototype = { initialize: function () { let items = document.querySelectorAll(this.selector); if ('IntersectionObserver' in window) { let intersectionObserver = new IntersectionObserver((entries, observer)=>{ entries.forEach((entry)=> { if (entry.isIntersecting) { this.startAnimation(entry.target); intersectionObserver.unobserve(entry.target); } }); }); items.forEach((item)=>{ intersectionObserver.observe(item); setTimeout(()=>this.prepareAnimation(item), 300); }); } else { items.forEach((item)=>{ this.prepareAnimation(item); this.startAnimation(item); }); } }, startAnimation: function (element) { if (element.classList.contains(this.animateClass)) { setTimeout(()=>{ element.classList.remove(this.animateClass); element.classList.add(this.animatedClass); }, 300); } let rotatingItem = element.querySelector(this.rotatingSelector); if (typeof(rotatingItem) != 'undefined' && rotatingItem != null) { this.rotating(rotatingItem); } }, isRotating: function (element) { return element.querySelector(this.rotatingSelector) !== null; }, prepareAnimation: function (element) { if (!element || this.isRotating(element)) { return; } const animationName = element.dataset.animationName; const animationDelay = parseInt(element.dataset.animationDelay) || 0; const animationInterval = parseInt(element.dataset.animationInterval) || 0; switch (animationName) { case 'lines-slide-up': case 'lines-slide-up-random': const animationLineTagWrap = '<span class=\"thegem-heading-line-wrap\">'; function animationLineTag (index) { let styles = ''; if (animationName === 'lines-slide-up' && (animationDelay > 0 || animationInterval > 0)) { styles = `animation-delay: ${(animationDelay + (animationInterval*(index+1)))}ms;`; } return '<span class=\"thegem-heading-line\"' + (styles!== '' ? ' style=\"'+styles+'\"' : '') + '>'; } let nodes = element.childNodes; let currentOffset = nodes[0].offsetTop; let index = 0; let idx = 0; let html = animationLineTagWrap + animationLineTag(index); for (let i = 0; i < nodes.length; i++) { if (nodes[i].nodeType === 3) continue; if (nodes[i].offsetTop > currentOffset + nodes[i].scrollHeight\/2) { index++; html += '<\/span><\/span>' + animationLineTagWrap + animationLineTag(index); currentOffset = nodes[i].offsetTop; if (animationName === 'lines-slide-up-random') idx = 0; } if (animationName === 'lines-slide-up-random' && (animationDelay > 0 || animationInterval > 0)) { nodes[i].style.animationDelay = (animationDelay + animationInterval*(idx+1)) + 'ms'; } html += nodes[i].outerHTML + ' '; if (animationName === 'lines-slide-up-random') idx++; } html += '<\/span><\/span>'; element.innerHTML = html; break; } }, rotating: function (element,) { let current = element.querySelector('.thegem-heading-rotating-text'); element.style.width = element.clientWidth+'px'; current.style.width = element.clientWidth+'px'; 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); }, 2500); } }; 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-69d6e86b1db33\" class=\"thegem-heading title-xlarge words-slide-up thegem-heading-animate\" style=\"text-align: center;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"light thegem-heading-word\" style=\"color: #ffffff; animation-delay: 260ms\">Contact<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 320ms\">Forms<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-69d6e86b1db33 {margin: 0;}#thegem-heading-69d6e86b1db33 {margin-left: auto; margin-right: auto;}#thegem-heading-69d6e86b1db33 {max-width: 900px;}#thegem-heading-69d6e86b1db33 .thegem-heading-word {animation-duration: 1200ms;}<\/style><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 30px;\"><\/div><div id=\"thegem-heading-69d6e86b1dbce\" class=\"thegem-heading styled-subtitle lines-slide-up thegem-heading-animate\" style=\"text-align: center;\" data-animation-name=\"lines-slide-up\" data-animation-delay=\"350\" data-animation-interval=\"150\"><span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Optimised<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">for<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">flexible<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Contact<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Form<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">7<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">plugin<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">to<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">build<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">insert<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">feedback<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">contact<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">forms<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">anywhere<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">you<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">wish<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">on<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">your<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">pages,<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">sidebars<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">footer.<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Including<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">full<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Mailchimp<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Plugin<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">integration<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">for<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">newsletter<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">subscriptions.<\/span><\/div><style type=\"text\/css\">#thegem-heading-69d6e86b1dbce {margin: 0;}#thegem-heading-69d6e86b1dbce {margin-left: auto; margin-right: auto;}#thegem-heading-69d6e86b1dbce {max-width: 900px;}#thegem-heading-69d6e86b1dbce .thegem-heading-line {animation-duration: 800ms;}<\/style><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div><div id=\"custom-header-69d6e86b1dc15\" class=\"custom-header gem-custom-header-no-icon  centreed_breadcrumbs fullwidth-block clearfix\" style=\"padding-left: 21px; padding-right: 21px;\"><script type=\"text\/javascript\">if (typeof(gem_fix_fullwidth_position) == \"function\") { gem_fix_fullwidth_position(document.getElementById(\"custom-header-69d6e86b1dc15\")); }<\/script><div class=\"gem-icon gem-icon-pack-material gem-icon-size-xlarge  gem-icon-shape-none gem-simple-icon\" style=\"opacity:1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"\"><span class=\"back-angle\">&#x;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"\"><span class=\"back-angle\">&#x;<\/span><\/span><\/div><\/div>\n\t\t\t<div class=\"gem-custom-header-conteiner\"><div style=\"\" class=\"custom-header-title\"><span style=\" max-width:900px;\"><\/span><\/div><div class=\"custom-header-subtitle styled-subtitle\" style=\"padding-bottom:90px;\"><span class=\"light\" style=\"max-width:900px; color:#4c5867; \"><\/span><\/div><div class=\"breadcrumbs\"><span><a href=\"https:\/\/codex-themes.com\/thegem\/\" itemprop=\"url\"><span itemprop=\"title\">Home<\/span><\/a><\/span><\/div><!-- .breadcrumbs --><\/div><\/div>[\/vc_column][\/vc_row][vc_row][vc_column css=&#8221;.vc_custom_1634045288648{padding-top: 0px !important;}&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 104px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\">lorem<\/span> ipsum<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 38px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in 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. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 63px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column]<div class=\"gem-icon-with-text gem-icon-with-text-icon-size-medium\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-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: #ffab91;\"><span class=\"back-angle\">&#xf3b4;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #ffab91;\"><span class=\"back-angle\">&#xf3b4;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\">[vc_column_text]<\/p>\n<div class=\"title-h2\"><span class=\"light\">contact us<\/span><\/div>\n<p>[\/vc_column_text]<\/div><\/div><div class=\"clearboth\"><\/div><\/div>[\/vc_column][\/vc_row][vc_row][vc_column]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 8px;\"><\/div><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f2521-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/thegem\/wp-json\/wp\/v2\/pages\/3333#wpcf7-f2521-o1\" method=\"post\" class=\"wpcf7-form init\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"2521\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.4.2\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2521-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/div>\n<div class=\"contact-form-style-1\">\n<p class=\"cf-style1-title\"><span class=\"wpcf7-form-control-wrap title\"><select name=\"title\" class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required gem-combobox\" aria-required=\"true\" aria-invalid=\"false\"><option value=\"Mr\">Mr<\/option><option value=\"Mrs\">Mrs<\/option><option value=\"Miss\">Miss<\/option><option value=\"Ms\">Ms<\/option><option value=\"Dr\">Dr<\/option><\/select><\/span><\/p>\n<p class=\"cf-style1-name\"><span class=\"wpcf7-form-control-wrap name\"><input type=\"text\" name=\"name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name*\" \/><\/span><\/p>\n<p class=\"cf-style1-email\"><span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email*\" \/><\/span><\/p>\n<p class=\"cf-style1-website\"><span class=\"wpcf7-form-control-wrap website\"><input type=\"text\" name=\"website\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Website*\" \/><\/span><\/p>\n<p class=\"cf-style1-textarea\"><span class=\"wpcf7-form-control-wrap Messege\"><textarea name=\"Messege\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Message*\"><\/textarea><\/span><\/p>\n<p class=\"cf-style1-checkbox\"><span class=\"wpcf7-form-control-wrap checkbox-318\"><span class=\"wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required wpcf7-exclusive-checkbox gem-checkbox\"><span class=\"wpcf7-list-item first last\"><input type=\"checkbox\" name=\"checkbox-318\" value=\"I have read the &quot;General Terms Of Use&quot; and agree with it\" \/><span class=\"wpcf7-list-item-label\">I have read the &quot;General Terms Of Use&quot; and agree with it<\/span><\/span><\/span><\/span><\/p>\n<p><input type=\"submit\" value=\"Submit Message\" class=\"wpcf7-form-control wpcf7-submit\" \/>\n<\/p><\/div>\n<div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div><\/form><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 88px;\"><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1454327507222{padding-top: 95px !important;padding-bottom: 50px !important;background-color: #f0f3f2 !important;}&#8221;][vc_column width=&#8221;1\/2&#8243;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-below\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/01\/smalllogo.png\" alt=\"\"\/><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 170px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"title-h2\"><span class=\"light\">open vacancies<\/span><\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 25px;\"><\/div>[vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\/p>\n<p>Duis aute irure dolor in reprehenderit in voluptate velit es Se cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\/p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\u00a0dolor in reprehenderit in voluptate velit es Se cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 70px;\"><\/div>[vc_row_inner][vc_column_inner el_class=&#8221;customtext&#8221; offset=&#8221;vc_col-lg-6&#8243;]<div class=\"gem-icon-with-text gem-icon-with-text-icon-size-small gem-icon-with-text-flow\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-small  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"\"><span class=\"back-angle\">&#xf382;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"\"><span class=\"back-angle\">&#xf382;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\">[vc_column_text]Address:[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: -10px;\"><\/div><\/div><\/div><div class=\"clearboth\"><\/div><\/div>[vc_column_text]908 Hampshire Avenue #100,<br \/>\nWashington, DC<br \/>\n20037, United States[\/vc_column_text][\/vc_column_inner][vc_column_inner offset=&#8221;vc_col-lg-6&#8243;]<div class=\"gem-icon-with-text gem-icon-with-text-icon-size-small\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-small  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"\"><span class=\"back-angle\">&#xf477;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"\"><span class=\"back-angle\">&#xf477;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\">[vc_column_text]Phone: \u00a0+1 916-875-2235[\/vc_column_text]<\/div><\/div><div class=\"clearboth\"><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: -15px;\"><\/div><div class=\"gem-icon-with-text gem-icon-with-text-icon-size-small\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-small  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"\"><span class=\"back-angle\">&#xf2d3;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"\"><span class=\"back-angle\">&#xf2d3;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\">[vc_column_text]Fax: +1 916-875-2235[\/vc_column_text]<\/div><\/div><div class=\"clearboth\"><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: -15px;\"><\/div><div class=\"gem-icon-with-text gem-icon-with-text-icon-size-small\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-small  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"\"><span class=\"back-angle\">&#xf2ad;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"\"><span class=\"back-angle\">&#xf2ad;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\">[vc_column_text]Email: <a href=\"mailto:info@domain.ltd\">info@domain.ltd<\/a>[\/vc_column_text]<\/div><\/div><div class=\"clearboth\"><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: -15px;\"><\/div><div class=\"gem-icon-with-text gem-icon-with-text-icon-size-small\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-small  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"\"><span class=\"back-angle\">&#xf2a6;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"\"><span class=\"back-angle\">&#xf2a6;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\">[vc_column_text]<a href=\"http:\/\/www.codex-themes.com\">www.codex-themes.com<\/a>[\/vc_column_text]<\/div><\/div><div class=\"clearboth\"><\/div><\/div>[\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;1\/2&#8243;]<div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f2522-o2\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/thegem\/wp-json\/wp\/v2\/pages\/3333#wpcf7-f2522-o2\" method=\"post\" class=\"wpcf7-form init gem-contact-form-white\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"2522\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.4.2\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2522-o2\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/div>\n<div class=\"contact-form-style-2\">\n<p class=\"cf-style2-title\"><span class=\"wpcf7-form-control-wrap Title\"><select name=\"Title\" class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required gem-combobox\" aria-required=\"true\" aria-invalid=\"false\"><option value=\"Mr\">Mr<\/option><option value=\"Mrs\">Mrs<\/option><option value=\"Miss\">Miss<\/option><option value=\"Ms\">Ms<\/option><option value=\"Dr\">Dr<\/option><\/select><\/span><\/p>\n<p class=\"cf-style2-text\"><span class=\"wpcf7-form-control-wrap name\"><input type=\"text\" name=\"name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name*\" \/><\/span><\/p>\n<p class=\"cf-style2-phone\"><span class=\"wpcf7-form-control-wrap phone\"><input type=\"tel\" name=\"phone\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your Phone*\" \/><\/span><\/p>\n<p class=\"cf-style2-email\"><span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email*\" \/><\/span><\/p>\n<p class=\"cf-style2-adreess\"><span class=\"wpcf7-form-control-wrap Where\"><select name=\"Where\" class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required gem-combobox\" aria-required=\"true\" aria-invalid=\"false\"><option value=\"USA\">USA<\/option><option value=\"United Kingdom\">United Kingdom<\/option><option value=\"European Union\">European Union<\/option><option value=\"China\">China<\/option><option value=\"India\">India<\/option><option value=\"Australia\">Australia<\/option><\/select><\/span><\/p>\n<p>\n<h5><span style=\"text-transform: capitalize; letter-spacing: 0;\" class='light'> Scope of interests<\/span><\/h5>\n<\/p>\n<p class=\"cf-style2-checkbox\"><span class=\"wpcf7-form-control-wrap ScopesOfInterests\"><span class=\"wpcf7-form-control wpcf7-checkbox gem-checkbox\"><span class=\"wpcf7-list-item first\"><input type=\"checkbox\" name=\"ScopesOfInterests:[]\" value=\"PHP\" \/><span class=\"wpcf7-list-item-label\">PHP<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"checkbox\" name=\"ScopesOfInterests:[]\" value=\"MySQL\" \/><span class=\"wpcf7-list-item-label\">MySQL<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"checkbox\" name=\"ScopesOfInterests:[]\" value=\"CSS\/JS\" \/><span class=\"wpcf7-list-item-label\">CSS\/JS<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"checkbox\" name=\"ScopesOfInterests:[]\" value=\"HTML\" \/><span class=\"wpcf7-list-item-label\">HTML<\/span><\/span><span class=\"wpcf7-list-item last\"><input type=\"checkbox\" name=\"ScopesOfInterests:[]\" value=\"Wordpress\" \/><span class=\"wpcf7-list-item-label\">Wordpress<\/span><\/span><\/span><\/span><\/p>\n<p>\n<h5><span style=\"text-transform: capitalize; letter-spacing: 0;\" class='light'>Department <\/span><\/h5>\n<\/p>\n<p class=\"cf-style2-radio\"><span class=\"wpcf7-form-control-wrap Department\"><span class=\"wpcf7-form-control wpcf7-radio gem-checkbox\"><span class=\"wpcf7-list-item first\"><input type=\"radio\" name=\"Department\" value=\"IT\" \/><span class=\"wpcf7-list-item-label\">IT<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"radio\" name=\"Department\" value=\"Sales\" \/><span class=\"wpcf7-list-item-label\">Sales<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"radio\" name=\"Department\" value=\"Support\" \/><span class=\"wpcf7-list-item-label\">Support<\/span><\/span><span class=\"wpcf7-list-item\"><input type=\"radio\" name=\"Department\" value=\"CRM\" \/><span class=\"wpcf7-list-item-label\">CRM<\/span><\/span><span class=\"wpcf7-list-item last\"><input type=\"radio\" name=\"Department\" value=\"Logistics\" \/><span class=\"wpcf7-list-item-label\">Logistics<\/span><\/span><\/span><\/span><\/p>\n<p class=\"cf-style2-textarea\"><span class=\"wpcf7-form-control-wrap Messege\"><textarea name=\"Messege\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Message\"><\/textarea><\/span><\/p>\n<p><span class=\"wpcf7-form-control-wrap checkbox-318\"><span class=\"wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required wpcf7-exclusive-checkbox gem-checkbox\"><span class=\"wpcf7-list-item first last\"><input type=\"checkbox\" name=\"checkbox-318\" value=\"I have read the &quot;General Terms Of Use&quot; and agree with it\" \/><span class=\"wpcf7-list-item-label\">I have read the &quot;General Terms Of Use&quot; and agree with it<\/span><\/span><\/span><\/span><\/p>\n<div class=\"gem-button-container gem-button-position-fullwidth thegem-button-69d6e86b1e85c3463\" ><input class=\"gem-button gem-button-size-small gem-button-style-flat gem-button-text-weight-normal wpcf7-form-control wpcf7-submit gem-button-wpcf-custom\" style=\"border-radius: 3px;\" onmouseleave=\"\" onmouseenter=\"\" id=\"\" tabindex=\"\" type=\"submit\" value=\"Submit message\" \/><\/div><\/div>\n<div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div><\/form><\/div>[\/vc_column][\/vc_row][vc_row][vc_column]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 55px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column offset=&#8221;vc_col-lg-9&#8243;][vc_gmaps link=&#8221;#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzMDQuODI5OTg2MTMxMjcxJTIxMmQtMTIyLjQ3NDY5NjgwMzMwOTIlMjEzZDM3LjgwMzc0NzUyMTYwNDQzJTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODA4NTg2ZTYzMDI2MTVhMSUyNTNBMHg4NmJkMTMwMjUxNzU3YzAwJTIxMnNTdG9yZXklMkJBdmUlMjUyQyUyQlNhbiUyQkZyYW5jaXNjbyUyNTJDJTJCQ0ElMkI5NDEyOSUyMTVlMCUyMTNtMiUyMTFzZW4lMjEyc3VzJTIxNHYxNDM1ODI2NDMyMDUxJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=&#8221; size=&#8221;385&#8243; disable_scroll=&#8221;1&#8243;][\/vc_column][vc_column offset=&#8221;vc_col-lg-3&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: -25px;\"><\/div>[vc_wp_text]<\/p>\n<h4 class=\"widget-title\">contact us<\/h4>\n<div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f2520-o3\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/thegem\/wp-json\/wp\/v2\/pages\/3333#wpcf7-f2520-o3\" method=\"post\" class=\"wpcf7-form init\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"2520\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.4.2\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2520-o3\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/div>\n<div class='form-sidebar'>\n<p><span class=\"wpcf7-form-control-wrap name\"><input type=\"text\" name=\"name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name*\" \/><\/span><\/p>\n<p><span class=\"wpcf7-form-control-wrap email\"><input type=\"email\" name=\"email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email*\" \/><\/span> <\/p>\n<p><span class=\"wpcf7-form-control-wrap website\"><input type=\"text\" name=\"website\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Website*\" \/><\/span> <\/p>\n<p><span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Message*\"><\/textarea><\/span> <\/p>\n<p><input type=\"submit\" value=\"Send\" class=\"wpcf7-form-control wpcf7-submit\" \/>\n<\/p><\/div>\n<div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div><\/form><\/div>[\/vc_wp_text][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1454327731044{margin-top: -28px !important;}&#8221;][vc_column width=&#8221;1\/2&#8243; offset=&#8221;vc_col-lg-3&#8243;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-below\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/01\/gem2.png\" alt=\"\"\/><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 18px;\"><\/div>[vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243; offset=&#8221;vc_col-lg-3&#8243;]<div class=\"gem-icon-with-text gem-icon-with-text-icon-size-small gem-icon-with-text-flow\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-small  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"\"><span class=\"back-angle\">&#xf382;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"\"><span class=\"back-angle\">&#xf382;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\">[vc_column_text]Address:[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 18px;\"><\/div>[vc_column_text]908 Hampshire Avenue #100,<\/p>\n<p>Washington, DC<\/p>\n<p>20037, United States[\/vc_column_text]<\/div><\/div><div class=\"clearboth\"><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/2&#8243; offset=&#8221;vc_col-lg-3&#8243;]<div class=\"gem-icon-with-text gem-icon-with-text-icon-size-small\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-small  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"\"><span class=\"back-angle\">&#xf477;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"\"><span class=\"back-angle\">&#xf477;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\">[vc_column_text]Phone: \u00a0+1 916-875-2235[\/vc_column_text]<\/div><\/div><div class=\"clearboth\"><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: -7px;\"><\/div><div class=\"gem-icon-with-text gem-icon-with-text-icon-size-small\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-small  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"\"><span class=\"back-angle\">&#xf2d3;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"\"><span class=\"back-angle\">&#xf2d3;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\">[vc_column_text]Fax: +1 916-875-2235[\/vc_column_text]<\/div><\/div><div class=\"clearboth\"><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: -7px;\"><\/div><div class=\"gem-icon-with-text gem-icon-with-text-icon-size-small\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-small  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"\"><span class=\"back-angle\">&#xf2ad;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"\"><span class=\"back-angle\">&#xf2ad;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\">[vc_column_text]Email: <a href=\"mailto:info@domain.ltd\">info@domain.ltd<\/a>[\/vc_column_text]<\/div><\/div><div class=\"clearboth\"><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: -8px;\"><\/div><div class=\"gem-icon-with-text gem-icon-with-text-icon-size-small\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-small  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"\"><span class=\"back-angle\">&#xf2a6;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"\"><span class=\"back-angle\">&#xf2a6;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\">[vc_column_text]<a href=\"http:\/\/www.codex-themes.com\">www.codex-themes.com<\/a>[\/vc_column_text]<\/div><\/div><div class=\"clearboth\"><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/2&#8243; offset=&#8221;vc_col-lg-3&#8243;]<div class=\"gem-icon-with-text gem-icon-with-text-icon-size-small gem-icon-with-text-flow\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-small  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"\"><span class=\"back-angle\">&#xf118;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"\"><span class=\"back-angle\">&#xf118;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\">[vc_column_text]Working hours:[\/vc_column_text][vc_column_text]Monday-Friday: 9:00 \u2013 18:00<\/p>\n<p>Saturday: \u00a011:00 \u2013 17:00<\/p>\n<p>Sunday: \u00a0Closed[\/vc_column_text]<\/div><\/div><div class=\"clearboth\"><\/div><\/div>[\/vc_column][\/vc_row][vc_row][vc_column]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 100px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column]<div id=\"fullwidth-block-69d6e86b1ee3c\" class=\"fullwidth-block clearfix\"  style=\"padding-top: 131px;padding-bottom: 64px;\"><script type=\"text\/javascript\">if (typeof(gem_fix_fullwidth_position) == \"function\") { gem_fix_fullwidth_position(document.getElementById(\"fullwidth-block-69d6e86b1ee3c\")); }<\/script><div class=\"fullwidth-block-background\" style=\"background-image: url(https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/01\/contact-bg.png);background-repeat: no-repeat; background-size: cover;background-position: center top;\"><\/div><div class=\"fullwidth-block-inner\"><div class=\"container\">[vc_row_inner][vc_column_inner width=&#8221;1\/4&#8243;]<div class=\"gem-icon-with-text gem-icon-with-text-icon-size-small centered-box\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-small  gem-icon-shape-square\"  style=\"border-color: #00d4aa;opacity: 1;\"><div class=\"gem-icon-inner\" style=\"background-color: #00d4aa;\"><span class=\"gem-icon-half-1\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xf3e4;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xf3e4;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\"><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 12px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"title-h5\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Address<\/span><\/div>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #99a9b5;\">908 New Hampshire Avenue Northwest #100, Washington, DC 20037, United States<\/span><\/p>\n<p>[\/vc_column_text]<\/div><\/div><div class=\"clearboth\"><\/div><\/div>[\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;]<div class=\"gem-icon-with-text gem-icon-with-text-icon-size-small centered-box\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-small  gem-icon-shape-square\"  style=\"border-color: #00bcd4;opacity: 1;\"><div class=\"gem-icon-inner\" style=\"background-color: #00bcd4;\"><span class=\"gem-icon-half-1\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xf477;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xf477;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\"><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 12px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"title-h5\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Phones<\/span><\/div>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #99a9b5;\">Phone: +1 916-875-2235<\/span><br \/>\n<span style=\"color: #99a9b5;\">Mobile: +1 916-875-2235<\/span><br \/>\n<span style=\"color: #99a9b5;\">Fax: +1 916-875-2235<\/span>[\/vc_column_text]<\/div><\/div><div class=\"clearboth\"><\/div><\/div>[\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;]<div class=\"gem-icon-with-text gem-icon-with-text-icon-size-small centered-box\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-small  gem-icon-shape-square\"  style=\"border-color: #3f70ca;opacity: 1;\"><div class=\"gem-icon-inner\" style=\"background-color: #3f70ca;\"><span class=\"gem-icon-half-1\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xf2af;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xf2af;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\"><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 12px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"title-h5\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">contacts<\/span><\/div>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #99a9b5;\">info@domain.ltd<\/span><br \/>\n<span style=\"color: #99a9b5;\">thegem@domain.ltd<\/span><br \/>\n<span style=\"color: #99a9b5;\">www.codex-themes.com<\/span>[\/vc_column_text]<\/div><\/div><div class=\"clearboth\"><\/div><\/div>[\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;]<div class=\"gem-icon-with-text gem-icon-with-text-icon-size-small centered-box\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-small  gem-icon-shape-square\"  style=\"border-color: #ada014;opacity: 1;\"><div class=\"gem-icon-inner\" style=\"background-color: #ada014;\"><span class=\"gem-icon-half-1\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xf221;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xf221;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\"><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 12px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"title-h5\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">working hours<\/span><\/div>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #99a9b5;\">Monday-Friday: 9:00 \u2013 18:00<\/span><br \/>\n<span style=\"color: #99a9b5;\">Saturday: 11:00 \u2013 17:00<\/span><br \/>\n<span style=\"color: #99a9b5;\">Sunday: Closed<\/span>[\/vc_column_text]<\/div><\/div><div class=\"clearboth\"><\/div><\/div>[\/vc_column_inner][\/vc_row_inner]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 92px;\"><\/div><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f2523-o4\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/thegem\/wp-json\/wp\/v2\/pages\/3333#wpcf7-f2523-o4\" method=\"post\" class=\"wpcf7-form init gem-contact-form-dark\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"2523\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.4.2\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2523-o4\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/div>\n<div class=\"contact-form-style-3\">\n<p class=\"col-md-4 cf-style3-name\"><span class=\"wpcf7-form-control-wrap name\"><input type=\"text\" name=\"name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name*\" \/><\/span><\/p>\n<p class=\"col-md-4 cf-style3-email\"><span class=\"wpcf7-form-control-wrap email\"><input type=\"email\" name=\"email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email*\" \/><\/span><\/p>\n<p class=\"col-md-4 cf-style3-website\"><span class=\"wpcf7-form-control-wrap website\"><input type=\"text\" name=\"website\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Website*\" \/><\/span><\/p>\n<p class=\"col-md-12 cf-style3-textarea\"><span class=\"wpcf7-form-control-wrap Messege\"><textarea name=\"Messege\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Message*\"><\/textarea><\/span><\/p>\n<div class=\"col-md-12\"><div class=\"gem-button-container gem-button-position-fullwidth thegem-button-69d6e86b1f0f89702\" ><input class=\"gem-button gem-button-size-small gem-button-style-flat gem-button-text-weight-normal wpcf7-form-control wpcf7-submit gem-button-wpcf-custom\" style=\"border-radius: 3px;\" onmouseleave=\"\" onmouseenter=\"\" id=\"\" tabindex=\"\" type=\"submit\" value=\"submit message\" \/><\/div>\n<\/div>\n<div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div><\/form><\/div><\/div><\/div><\/div>[\/vc_column][\/vc_row][vc_row][vc_column]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 100px;\"><\/div>[\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1634043092360{padding-right: 21px !important;padding-left: 21px !important;}&#8221;][vc_column offset=&#8221;vc_col-lg-3&#8243;][vc_widget_sidebar sidebar_id=&#8221;page-sidebar&#8221;][\/vc_column][vc_column offset=&#8221;vc_col-lg-6&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: -10px;\"><\/div>[vc_column_text]<\/p>\n<h2>sidebar <span class=\"light\">elements<\/span><\/h2>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 18px;\"><\/div>[vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\u00a0Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beata eullamco \u00a0vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam estul lamco.[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\u00a0Ut 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. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \u00a0Neque porro quisquam est.\u00a0. Nemo enim ipsam voluptatem.[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column offset=&#8221;vc_col-lg-3&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div><div class=\"gem-textbox \"  ><div class=\"gem-textbox-inner\" style=\"border-top-left-radius: 55px;border-top-right-radius: 55px;border-bottom-right-radius: 55px;\"><div class=\"gem-textbox-content\" style=\"background-color: #f0f3f2;background-position: center top;padding-bottom: 20px;\"><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"\"><\/div><div class=\"gem-icon-with-text gem-icon-with-text-icon-size-small gem-icon-with-text-float-right\" ><div style=\"margin-bottom:0px;padding-top: 5px;padding-right: 10px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-small  gem-icon-shape-circle\"  style=\"border-color: #525174;opacity: 1;\"><div class=\"gem-icon-inner\" style=\"background-color: #525174;\"><span class=\"gem-icon-half-1\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xf159;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xf159;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\"><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 20px;\"><\/div><\/div><\/div><div class=\"clearboth\"><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div>[vc_column_text css=&#8221;.vc_custom_1454339066836{padding-left: 10px !important;}&#8221;]<\/p>\n<div class=\"title-h5\"><span class=\"light\">Neque porro quisquam.\u00a0<\/span><\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 16px;\"><\/div>[vc_column_text css=&#8221;.vc_custom_1454339471679{padding-right: 25px !important;padding-left: 10px !important;}&#8221;]Neque porro quisquam est.\u00a0. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit,\u00a0Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\u00a0Ut enim ad minim veniam, quis nostrud exerc itation quis nostrud.[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 9px;\"><\/div><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 38px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 55px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column]<div id=\"fullwidth-block-69d6e86b1f1bd\" class=\"fullwidth-block clearfix\"  style=\"\"><script type=\"text\/javascript\">if (typeof(gem_fix_fullwidth_position) == \"function\") { gem_fix_fullwidth_position(document.getElementById(\"fullwidth-block-69d6e86b1f1bd\")); }<\/script><div class=\"fullwidth-block-inner\"><div class=\"gem-map-with-text\"><div class=\"gem-map-with-text-content\" style=\"background-color: rgba(39,189,208,0.78);\"><div class=\"container\"><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 30px;\"><\/div>[vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243;]<div class=\"gem-icon-with-text gem-icon-with-text-icon-size-large\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-large  gem-icon-shape-square 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\">&#xf118;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xf118;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\">[vc_column_text]<\/p>\n<div class=\"title-h4\">working hours<\/div>\n<div class=\"title-h4\"><\/div>\n<p>[\/vc_column_text][vc_column_text]<span style=\"color: #ffffff;\">Monday \u2013 Friday: 8:00 \u2013 16:30 Hrs (Phone until 17:30 Hrs)<\/span><br \/>\n<span style=\"color: #ffffff;\">Saturday: 8:00 \u2013 18:30 Hrs<\/span><br \/>\n<span style=\"color: #ffffff;\">Sunday: 11:00 \u2013 15:00 Hrs (Phone until 16:30 Hrs)<\/span>[\/vc_column_text]<\/div><\/div><div class=\"clearboth\"><\/div><\/div>[\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;]<div class=\"gem-icon-with-text gem-icon-with-text-icon-size-large\" ><div style=\"margin-bottom:0px;margin-top:0px; \" class=\"gem-icon-with-text-icon\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-large  gem-icon-shape-square 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\">&#xf217;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xf217;<\/span><\/span><\/div><\/div><\/div><div class=\"gem-icon-with-text-content\" ><div class=\"gem-icon-with-text-text\">[vc_column_text]<\/p>\n<div class=\"title-h4\">we are here<\/div>\n<p>[\/vc_column_text][vc_column_text]<span style=\"color: #ffffff;\">Beechwood Dr, Lawrence, NY 11559, USA <\/span><br \/>\n<span style=\"color: #ffffff;\">Phone: +1 916-875-2235, Fax: +1 916-875-0000 <\/span><br \/>\n<span style=\"color: #ffffff;\">Email: info@domain.tld<\/span>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 12px;\"><\/div><\/div><\/div><div class=\"clearboth\"><\/div><\/div>[\/vc_column_inner][\/vc_row_inner]<\/div><\/div><div class=\"gem-map-with-text-map grayscale\">[vc_gmaps size=\"911\" disable_scroll=\"1\"]<\/div><\/div><\/div><\/div>[\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1453817064509{margin-top: -20px !important;}&#8221;][vc_column css=&#8221;.vc_custom_1454325906650{margin-top: -22px !important;}&#8221;]<div id=\"fullwidth-block-69d6e86b1f485\" class=\"fullwidth-block clearfix\"  style=\"background-color: #3f414e;padding-top: 208px;padding-bottom: 175px;\"><script type=\"text\/javascript\">if (typeof(gem_fix_fullwidth_position) == \"function\") { gem_fix_fullwidth_position(document.getElementById(\"fullwidth-block-69d6e86b1f485\")); }<\/script><div class=\"fullwidth-block-background\" style=\"background-image: url(https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/01\/10-1.jpg);background-position: center top;\"><\/div><div class=\"fullwidth-block-inner\"><div class=\"centered-box\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-medium  gem-icon-shape-circle\"  style=\"border-color: #a6ffeb;opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"color: #a6ffeb;\"><span class=\"back-angle\">&#xF531;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #a6ffeb;\"><span class=\"back-angle\">&#xF531;<\/span><\/span><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_column_text css=&#8221;.vc_custom_1634042767068{padding-right: 21px !important;padding-left: 21px !important;}&#8221;]<\/p>\n<div class=\"title-xlarge\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ececed;\">I WANT BUY NOW!<\/span><\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_column_text css=&#8221;.vc_custom_1634042673024{padding-right: 42px !important;padding-left: 42px !important;}&#8221;]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center; max-width: 1000px; margin: 0 auto;\"><span style=\"color: #ffffff;\">TheGem is multi-purpose wordpress theme for creative agencies, business of any kind, online stores, designers, photographers, freelancers, bloggers etc. \u2013 TheGem delivers everything to cover your ambitions &amp; creative needs! Grab this theme now and start building the website of your dreams!<\/span><\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: -40px;\"><\/div><div class=\"gem-textbox \"  ><div class=\"gem-textbox-inner\" style=\"\"><div class=\"gem-textbox-content\" style=\"background-position: center top;\"><div class=\"gem-alert-box centered-box\"><div class=\"gem-alert-inner\"><div class=\"gem-alert-box-content\"><\/div><div class=\"gem-alert-box-buttons\"><div class=\"gem-button-container gem-button-position-inline thegem-button-69d6e86b1f5071633\" ><a class=\"gem-button gem-button-size-medium gem-button-style-outline gem-button-text-weight-normal gem-button-border-3 gem-button-icon-position-left\" style=\"border-radius: 30px;border-color: #a6ffeb;color: #a6ffeb;\" onmouseleave=\"this.style.borderColor='#a6ffeb';this.style.backgroundColor='transparent';this.style.color='#a6ffeb';\" onmouseenter=\"this.style.borderColor='#a6ffeb';this.style.backgroundColor='#393d50';this.style.color='#ffffff';\" href=\"https:\/\/themeforest.net\/checkout\/from_item\/16061685?license=regular\" target=\"_blank\"><i class=\"gem-print-icon gem-icon-pack-elegant \">&#x45;<\/i>buy now!<\/a><\/div> <div class=\"gem-button-container gem-button-position-inline thegem-button-69d6e86b1f5263560\" ><a class=\"gem-button gem-button-size-medium gem-button-style-outline gem-button-text-weight-normal gem-button-border-3 gem-button-icon-position-left\" style=\"border-radius: 30px;border-color: #a6ffeb;color: #a6ffeb;\" onmouseleave=\"this.style.borderColor='#a6ffeb';this.style.backgroundColor='transparent';this.style.color='#a6ffeb';\" onmouseenter=\"this.style.borderColor='#a6ffeb';this.style.backgroundColor='#393d50';this.style.color='#ffffff';\" href=\"https:\/\/themeforest.net\/item\/thegem-creative-multipurpose-wordpress-theme\/16061685?ref=CodexThemes\" target=\"_self\"><i class=\"gem-print-icon gem-icon-pack-elegant \">&#x45;<\/i>more demo<\/a><\/div> <\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>[\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1634043603949{margin-bottom: 0px !important;background-image: url(https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/01\/left_right_icons_background.png?id=385) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_column css=&#8221;.vc_custom_1634043959587{padding-top: 0px !important;}&#8221;][\/vc_column][\/vc_row][vc_row][vc_column css=&#8221;.vc_custom_1634045288648{padding-top: 0px !important;}&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text] lorem&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":17,"menu_order":5,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages\/3333"}],"collection":[{"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/comments?post=3333"}],"version-history":[{"count":28,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages\/3333\/revisions"}],"predecessor-version":[{"id":39295,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages\/3333\/revisions\/39295"}],"up":[{"embeddable":true,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages\/17"}],"wp:attachment":[{"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/media?parent=3333"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}