const onSkipLinkClick = () => {
const htmlElement = document.querySelector('html');
htmlElement.style['scroll-behavior'] = 'smooth';
setTimeout( () => htmlElement.style['scroll-behavior'] = null, 1000 );
}
document.addEventListener("DOMContentLoaded", () => {
if (!document.querySelector('#content')) {
document.querySelector('.ea11y-skip-to-content-link').remove();
}
});
Skip to content

Skip to content

Home
Products
Services
Microsoft Dynamics Support Microsoft Dynamics Upgrade
Sectors
SACCO Microfinance NGO Education Insurance Healthcare Hospitality Real Estate Retail Investment & Asset Management
Resources
Case Studies Blog
About Us
Talk to Us
Home
Products
Services
Microsoft Dynamics Support
Microsoft Dynamics Upgrade
Sectors
SACCO
Microfinance
NGO
Education
Insurance
Healthcare
Hospitality
Real Estate
Retail
Investment & Asset Management
Resources
Case Studies
Blog
About Us
Talk to Us
Menu
Home
Products
Services
Microsoft Dynamics Support
Microsoft Dynamics Upgrade
Sectors
SACCO
Microfinance
NGO
Education
Insurance
Healthcare
Hospitality
Real Estate
Retail
Investment & Asset Management
Resources
Case Studies
Blog
About Us
Talk to Us
.ctc-insurance, .ctc-insurance *{
box-sizing:border-box;
font-family:'Montserrat', Arial, sans-serif;
}
.ctc-insurance{
--navy:#141d37;
--red:#ed1a3b;
--white:#ffffff;
--light-grey:#dcddda;
--muted-grey:#6b7591;
--divider-grey:#3a4566;
--off-white:#f7f7f6;
color:var(--navy);
line-height:1.65;
-webkit-font-smoothing:antialiased;
overflow-x:hidden;
}
.ctc-insurance img{max-width:100%;display:block;}
.ctc-insurance a{text-decoration:none;color:inherit;}
.ctc-insurance ul{list-style:none;margin:0;padding:0;}
.ctc-insurance .ctc-container{
max-width:1120px;
margin:0 auto;
padding:0 24px;
}
.ctc-insurance section{
padding:96px 0;
}
.ctc-insurance h1,
.ctc-insurance h2,
.ctc-insurance h3,
.ctc-insurance h4{
font-weight:700;
line-height:1.25;
margin:0;
}
.ctc-insurance p{margin:0;}
.ctc-insurance .ctc-eyebrow{
font-size:12px;
font-weight:700;
letter-spacing:3px;
text-transform:uppercase;
color:var(--red);
margin-bottom:20px;
}
.ctc-insurance .ctc-eyebrow.on-navy{color:var(--light-grey);}
/* ---------- BUTTONS ---------- */
.ctc-insurance .btn{
display:inline-block;
font-family:'Montserrat', Arial, sans-serif;
font-weight:700;
font-size:13px;
letter-spacing:1.5px;
text-transform:uppercase;
padding:16px 34px;
border-radius:20px;
transition:all .2s ease;
cursor:pointer;
border:2px solid transparent;
}
.ctc-insurance .btn-primary{
background:var(--white);
color:var(--red);
border:2px solid var(--white);
}
.ctc-insurance .btn-primary:hover{
background:transparent;
color:var(--white);
border:2px solid var(--white);
}
.ctc-insurance .btn-outline{
background:var(--white);
border:2px solid var(--white);
color:var(--red);
}
.ctc-insurance .btn-outline:hover{
background:transparent;
color:var(--white);
border:2px solid var(--white);
}
/* ---------- HERO ---------- */
.ctc-insurance .ctc-hero{
background:var(--navy);
padding:70px 0 90px;
}
.ctc-insurance .ctc-hero .ctc-container{
display:grid;
grid-template-columns:1.1fr .9fr;
gap:56px;
align-items:center;
}
.ctc-insurance .ctc-hero h1{
color:var(--white);
font-size:46px;
letter-spacing:-0.5px;
margin-bottom:24px;
}
.ctc-insurance .ctc-hero h1 .accent{color:var(--red);}
.ctc-insurance .ctc-hero p{
color:var(--light-grey);
font-size:17px;
max-width:520px;
margin-bottom:36px;
}
.ctc-insurance .ctc-hero-ctas{display:flex;gap:16px;flex-wrap:wrap;}
.ctc-insurance .ctc-hero-image{
border-radius:12px;
overflow:hidden;
aspect-ratio:4/3;
border:1px solid var(--divider-grey);
}
.ctc-insurance .ctc-hero-image img{
width:100%;
height:100%;
object-fit:cover;
}
/* ---------- CLIENT LOGO STRIP ---------- */
.ctc-insurance .ctc-logo-section{
background:var(--off-white);
padding:44px 0;
text-align:center;
}
.ctc-insurance .ctc-logo-label{
font-size:11px;
letter-spacing:3px;
text-transform:uppercase;
color:var(--muted-grey);
font-weight:600;
margin-bottom:28px;
}
.ctc-insurance .ctc-logo-strip{
display:flex;
align-items:center;
justify-content:center;
flex-wrap:wrap;
gap:48px;
}
.ctc-insurance .ctc-logo-item{
display:flex;
align-items:center;
justify-content:center;
height:80px;
}
.ctc-insurance .ctc-logo-item img{
max-height:100%;
max-width:220px;
width:auto;
height:auto;
object-fit:contain;
}
/* To add a new client logo, duplicate a .ctc-logo-item block inside .ctc-logo-strip */
/* ---------- CTA BAND ---------- */
.ctc-insurance .ctc-cta-band{
background:var(--navy);
padding:52px 0;
}
.ctc-insurance .ctc-cta-band .ctc-container{
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
gap:24px;
}
.ctc-insurance .ctc-cta-band h3{
color:var(--white);
font-size:22px;
max-width:560px;
}
.ctc-insurance .ctc-cta-band p{
color:var(--light-grey);
font-size:14px;
margin-top:6px;
}
/* ---------- SECTION HEADINGS ---------- */
.ctc-insurance .ctc-section-head{
text-align:center;
max-width:760px;
margin:0 auto 56px;
}
.ctc-insurance .ctc-section-head h2{
color:var(--red);
font-size:32px;
margin-bottom:16px;
}
.ctc-insurance .ctc-section-head p{
color:var(--muted-grey);
font-size:16px;
}
/* ---------- UNDERSTAND SECTION ---------- */
.ctc-insurance .ctc-understand-intro{
max-width:840px;
margin:0 auto 56px;
text-align:center;
color:var(--navy);
font-size:17px;
}
.ctc-insurance .ctc-understand-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
}
.ctc-insurance .ctc-understand-card{
background:var(--off-white);
border-left:4px solid var(--red);
padding:32px 28px;
font-size:15px;
color:var(--navy);
}
/* ---------- PROBLEM CARDS ---------- */
.ctc-insurance .ctc-problems{background:var(--off-white);}
.ctc-insurance .ctc-problems-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
margin-top:56px;
}
.ctc-insurance .ctc-problem-card{
background:var(--white);
padding:30px 26px;
border-top:4px solid var(--red);
}
.ctc-insurance .ctc-problem-role{
font-size:11px;
letter-spacing:2px;
text-transform:uppercase;
color:var(--red);
font-weight:700;
margin-bottom:14px;
}
.ctc-insurance .ctc-problem-card h4{
font-size:19px;
margin-bottom:12px;
}
.ctc-insurance .ctc-problem-card p{
font-size:14.5px;
color:var(--muted-grey);
}
/* ---------- CAPABILITY BLOCKS ---------- */
.ctc-insurance .ctc-capabilities-intro{
max-width:760px;
margin:0 auto 64px;
text-align:center;
color:var(--muted-grey);
font-size:16px;
}
.ctc-insurance .ctc-capability-block{
display:grid;
grid-template-columns:280px 1fr;
gap:48px;
padding:40px 0;
border-bottom:1px solid var(--light-grey);
align-items:start;
}
.ctc-insurance .ctc-capability-block:first-of-type{border-top:1px solid var(--light-grey);}
.ctc-insurance .ctc-capability-label{
font-size:11px;
letter-spacing:2px;
text-transform:uppercase;
color:var(--red);
font-weight:700;
margin-bottom:10px;
}
.ctc-insurance .ctc-capability-block h3{
font-size:22px;
color:var(--navy);
}
.ctc-insurance .ctc-capability-body p{
color:var(--muted-grey);
font-size:15px;
margin-bottom:16px;
}
.ctc-insurance .ctc-capability-body li{
position:relative;
padding-left:22px;
margin-bottom:10px;
font-size:14.5px;
color:var(--navy);
}
.ctc-insurance .ctc-capability-body li::before{
content:"";
position:absolute;
left:0;top:8px;
width:8px;height:8px;
background:var(--red);
border-radius:50%;
}
.ctc-insurance .ctc-capabilities-closing{
text-align:center;
max-width:760px;
margin:56px auto 0;
color:var(--muted-grey);
font-size:15px;
}
/* ---------- ROLE TILES ---------- */
.ctc-insurance .ctc-roles{background:var(--off-white);}
.ctc-insurance .ctc-roles-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
margin-top:56px;
}
.ctc-insurance .ctc-role-tile{
background:var(--white);
padding:30px 26px;
border-left:4px solid var(--divider-grey);
transition:border-color .2s ease;
}
.ctc-insurance .ctc-role-tile:hover{border-left-color:var(--red);}
.ctc-insurance .ctc-role-tile h4{
font-size:16px;
color:var(--navy);
margin-bottom:10px;
}
.ctc-insurance .ctc-role-tile p{
font-size:14px;
color:var(--muted-grey);
}
/* ---------- ROI SECTION ---------- */
.ctc-insurance .ctc-roi-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:28px 48px;
margin-top:56px;
}
.ctc-insurance .ctc-roi-item{
display:flex;
gap:16px;
align-items:flex-start;
}
.ctc-insurance .ctc-roi-check{
flex-shrink:0;
width:26px;height:26px;
border-radius:50%;
background:var(--red);
color:var(--white);
display:flex;align-items:center;justify-content:center;
font-size:13px;
font-weight:700;
margin-top:2px;
}
.ctc-insurance .ctc-roi-item h4{
font-size:16.5px;
margin-bottom:6px;
color:var(--navy);
}
.ctc-insurance .ctc-roi-item p{
font-size:14.5px;
color:var(--muted-grey);
}
/* ---------- RESPONSIVE ---------- */
@media(max-width:900px){
.ctc-insurance .ctc-hero .ctc-container{grid-template-columns:1fr;}
.ctc-insurance .ctc-hero-image{order:-1;aspect-ratio:16/9;}
.ctc-insurance .ctc-understand-grid,
.ctc-insurance .ctc-problems-grid,
.ctc-insurance .ctc-roles-grid{grid-template-columns:1fr;}
.ctc-insurance .ctc-capability-block{grid-template-columns:1fr;gap:16px;}
.ctc-insurance .ctc-roi-grid{grid-template-columns:1fr;}
.ctc-insurance .ctc-cta-band .ctc-container{flex-direction:column;align-items:flex-start;text-align:left;}
.ctc-insurance section{padding:64px 0;}
.ctc-insurance .ctc-hero h1{font-size:32px;}
.ctc-insurance .ctc-logo-strip{gap:32px;}
}
The Technology Partner for Insurers & Agencies
Your Insurance Business Deserves Technology That Understands Risk the Way You Do
We partner with insurance companies and insurance agencies across Africa to bring policy administration, claims, distribution and compliance onto one connected platform, so your team spends less time reconciling systems and more time serving policyholders.
Request a Discovery Session
Trusted by Insurers & Agencies Across Africa
We Understand What Running an Insurance Business in Africa Actually Involves
Every policy carries its own risk profile and every claim carries its own timeline. Your finance team prepares numbers for a board that expects clarity, and your compliance team prepares filings for a regulator that expects precision. This is not a technology problem, and it is exactly the reality we built this platform to address.
Policyholders expect claims to move at the speed of trust, not paperwork.
Regulators expect capital, solvency and conduct reporting that never misses a filing.
Your board expects growth that does not come at the cost of loss ratios or compliance exposure.
See how a connected platform changes the way your team works.
Book a session built around your lines of business and your existing systems.
Request a Discovery Session
What Happens When Your Systems Can't Keep Up With Growth
None of this reflects your team's effort. It reflects tools that were never built for how insurers and agencies actually operate.
CEOs & Executive Directors
Growth You Can't See Coming
When reporting is fragmented across branches and agencies, leadership makes decisions on numbers that are already weeks old.
Finance Heads
Reconciliation That Never Ends
Premiums, commissions and claims payouts sit in different systems, forcing manual reconciliation before every closing.
Claims Heads
Claims Backlogs That Erode Trust
Manual claims workflows and paper based approvals slow down payouts and push customers toward the competitor down the road.
Compliance & Risk Heads
Reporting Season That Never Gets Easier
Every IRA return and every risk based capital filing means pulling data from spreadsheets nobody fully trusts.
Procurement Heads
A Vendor Trail Auditors Don't Trust
Paper based purchase requests and disconnected approvals leave gaps that procurement audits flag.
IT Heads
A Growing List of Systems, a Shrinking Line of Sight
Every disconnected system becomes another integration IT has to babysit and secure.
Tell us which of these is costing your team the most time.
We will show you exactly how the platform solves it in your discovery session.
Request a Discovery Session
How We Help You Get There
A single connected platform, built around how insurance companies and agencies actually operate, not a set of disconnected modules stitched together after the fact.
Core Insurance Operations
One System Every Department Trusts
Dynamics 365 Business Central sits at the core, giving finance, underwriting and operations one shared source of truth instead of separate spreadsheets and standalone systems.
Multi branch, multi currency consolidation for insurers with regional operations
Automated premium accounting, commission calculation and claims reserving tied to the same ledger
Financial statements structured for IFRS reporting and IRA submission without a manual rebuild every quarter
Claims Management
Claims Handled From First Notification to Final Payout
A dedicated claims workflow moves every claim through intake, assessment, approval and settlement without depending on someone remembering the next step.
Digital claims intake, assessment and approval workflow with a full audit trail
Automated routing and escalation so no claim sits untouched past SLA
Real time visibility into claims reserves, loss ratios and payout timelines
Distribution & Agency Management
Every Agent and Broker Working Off the Same Data
A dedicated agent and broker portal keeps your distribution network aligned with head office, whether they sell from a branch, a kiosk or a phone.
Policy issuance, commission tracking and renewal alerts in one portal
Real time visibility into agency performance, persistency and production against target
Onboarding and licensing compliance tracked for every intermediary
Client Self Service
A Portal That Takes Pressure Off Your Contact Centre
Policyholders get direct access to what they need, without waiting on hold or visiting a branch.
Client portal for policy documents, premium payments, claims tracking and renewals
Self service reduces pressure on call centres and frees staff for higher value work
Every client interaction logged and available the next time they call in
Compliance & Regulatory Readiness
Audit Season Without the Scramble
Every filing, every reserve calculation and every approval is built with the audit trail already attached.
Risk based capital and solvency reporting structured around IRA requirements
Full audit trail for underwriting, claims and reinsurance decisions
Role based access and segregation of duties built into every workflow
Business Intelligence
Answers Ready Before the Board Asks the Question
Live dashboards give your CEO, finance and underwriting teams the same numbers, drawn from the same data, every time.
Dashboards for loss ratios, combined ratios, persistency and portfolio performance across every line
Cross branch and cross agency visibility in one place
Reports that match finance, actuarial and underwriting numbers every time
Procurement Integrity
A Procurement Trail Any Auditor Can Follow
Every purchase, from vendor onboarding to payment, stays visible and traceable.
Vendor onboarding and prequalification built into the procurement workflow
Purchase orders tied directly to budgets and approval matrices
Full visibility from request to payment
Document & Records Management
Every Policy Document Exactly Where You Need It
A centralised, searchable repository replaces the filing cabinets and shared drives that slow down claims and audits alike.
Searchable repository for policy documents, claims files and correspondence
Version control and retention rules aligned to regulatory record keeping requirements
Faster retrieval during audits, disputes and regulatory inspection
Workforce Enablement
A Staff Portal That Keeps Branches and Head Office Aligned
Staff across branches and agencies manage their own leave, expenses and requests without burying HR in paperwork.
Self service for leave, expenses and internal requests across branches and departments
Approvals routed automatically instead of chasing signatures
HR data centralised for a distributed branch and agency network
Every capability above runs on secure, enterprise grade technology, so you get the reliability of an enterprise platform without the complexity of managing one yourself.
Not sure which capability solves your biggest bottleneck?
Walk us through your current setup and we will map it for you.
Request a Discovery Session
Built for Every Decision Maker in Your Organization
Each role in your organization interacts with the platform differently, and each one gets exactly what they need.
CEOs & Executive Directors
See exactly how the business is performing, across every branch and line, without waiting on a report.
Finance Heads
Close your books faster with premium, claims and commission data already reconciled.
Claims Heads
Track every claim from first notification to final payout without losing sight of a single file.
Compliance & Risk Heads
Trust that solvency, conduct and capital reporting is ready before the deadline, not after.
IT Heads
Support one connected platform instead of securing a growing list of disconnected tools.
Underwriting Heads
See risk, exposure and portfolio performance in one place instead of scattered spreadsheets.
Procurement Heads
Run a procurement process that vendors and auditors can both trust.
Distribution & Agency Heads
Give every agent and broker the same real time data, wherever they sell from.
HR & Branch Leads
Give staff across every branch and agency the same self service experience, wherever they are based.
Find out what this looks like for your role specifically.
Bring your team or come alone. We will tailor the session either way.
Request a Discovery Session
What This Partnership Changes for Your Organization
The return is measured in speed, risk and confidence, on top of any cost saved.
✓
Faster Claims Turnaround
Digital claims workflow removes manual bottlenecks so payouts move faster and customer trust grows.
✓
Fewer Reporting Errors and Reworks
Reports drawn from one connected data set remove the reconciliation gaps that slow audits and filings.
✓
Lower Compliance and Regulatory Risk
Structured solvency and capital reporting reduces the risk of missed filings and regulatory penalties.
✓
Faster Policy Issuance and Renewal
A connected agency and client portal removes the back and forth that delays new business and renewals.
✓
Lower Total Cost of Ownership
One connected platform costs less to secure and support than several disconnected tools performing the same function.
✓
Continuity Beyond Any Single Staff Member
Policy, claims and client data live in the system, not in a spreadsheet that leaves when a staff member does.
Request A Discovery Session
Name
Mobile Number
Email
Company Name
Job Title
Message
Request Demo
Copyright 2026 - Coretec Africa. All Rights Reserved
var subscribersSiteId = 'ac1225eb-f094-47b2-8fe4-067aa82cc36b';
var subscribersServiceWorkerPath = 'https://coretecafrica.com/wp-content/plugins/subscribers-com/firebase-messaging-sw.js.php?sw=1';
var subscribersServiceWorkerScope = '/';
window.addEventListener('DOMContentLoaded', function() {
(function () {
function runPixelCode( response ) {
if ( ! response || ! response.data || ! response.data.fb_pxl_code ) {
return;
}
try {
new Function( response.data.fb_pxl_code )();
} catch ( e ) {
console && console.warn
&& console.warn( 'Meta Pixel response parsing failed. Please check if your pixel is connected.', e );
}
}
var radio = window.nfRadio
|| ( window.Backbone && window.Backbone.Radio );
if ( radio && radio.channel ) {
radio.channel( 'forms' ).on( 'submit:response', runPixelCode );
}
if ( window.jQuery ) {
window.jQuery( document ).on(
'nfFormSubmitResponse',
function ( event, data ) {
if ( data && data.response ) {
runPixelCode( data.response );
}
}
);
}
})();
});
window.addEventListener('DOMContentLoaded', function() {
(function ( $ ) {
if ( ! $ || typeof document === 'undefined' ) {
return;
}
// WPForms triggers this jQuery event and passes the AJAX response object.
$( document ).on( 'wpformsAjaxSubmitSuccess', function ( event, data ) {
if ( data && data.data && data.data.fb_pxl_code ) {
try {
new Function( data.data.fb_pxl_code )();
} catch ( e ) {
console && console.warn && console.warn( 'Meta Pixel eval failed', e );
}
}
} );
})( window.jQuery );
});
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/oceanwp/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
_linkedin_partner_id = "6405930";
window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
window._linkedin_data_partner_ids.push(_linkedin_partner_id);
(function(l) {
if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])};
window.lintrk.q=[]}
var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript";b.async = true;
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);})(window.lintrk);
var Tawk_API = Tawk_API || {};
var Tawk_LoadStart=new Date();
(function(){
var s1 = document.createElement( 'script' ),s0=document.getElementsByTagName( 'script' )[0];
s1.async = true;
s1.src = 'https://embed.tawk.to/60f18684649e0a0a5ccc893a/1fannatu8';
s1.charset = 'UTF-8';
s1.setAttribute( 'crossorigin','*' );
s0.parentNode.insertBefore( s1, s0 );
})();
const registerAllyAction = () => {
if ( ! window?.ElementorProFrontendConfig || ! window?.elementorFrontend?.utils?.urlActions ) {
return;
}
elementorFrontend.utils.urlActions.addAction( 'allyWidget:open', () => {
if (window?.ea11yWidget?.widget?.open) {
return window.ea11yWidget.widget.isOpen()
? window.ea11yWidget.widget.close()
: window.ea11yWidget.widget.open();
}
} );
};
const waitingLimit = 30;
let retryCounter = 0;
const waitForElementorPro = () => {
return new Promise( ( resolve ) => {
const intervalId = setInterval( () => {
if ( retryCounter === waitingLimit ) {
resolve( null );
}
retryCounter++;
if ( window.elementorFrontend && window?.elementorFrontend?.utils?.urlActions ) {
clearInterval( intervalId );
resolve( window.elementorFrontend );
}
}, 100 ); // Check every 100 milliseconds for availability of elementorFrontend
});
};
waitForElementorPro().then( () => { registerAllyAction(); });
document.addEventListener( 'wpcf7mailsent', function( event ) {
if( "fb_pxl_code" in event.detail.apiResponse){
eval(event.detail.apiResponse.fb_pxl_code);
}
}, false );
window.addEventListener('DOMContentLoaded', function() {
;
(function($, w) {
'use strict';
let $window = $(w);
$(document).ready(function() {
let isEnable = "";
let isEnableLazyMove = "";
let speed = isEnableLazyMove ? '0.7' : '0.2';
if( !isEnable ) {
return;
}
if (typeof haCursor == 'undefined' || haCursor == null) {
initiateHaCursorObject(speed);
}
setTimeout(function() {
let targetCursor = $('.ha-cursor');
if (targetCursor) {
if (!isEnable) {
$('body').removeClass('hm-init-default-cursor-none');
$('.ha-cursor').addClass('ha-init-hide');
} else {
$('body').addClass('hm-init-default-cursor-none');
$('.ha-cursor').removeClass('ha-init-hide');
}
}
}, 500);
});
}(jQuery, window));
});
const lazyloadRunObserver = () => {
const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
entries.forEach( ( entry ) => {
if ( entry.isIntersecting ) {
let lazyloadBackground = entry.target;
if( lazyloadBackground ) {
lazyloadBackground.classList.add( 'e-lazyloaded' );
}
lazyloadBackgroundObserver.unobserve( entry.target );
}
});
}, { rootMargin: '200px 0px 200px 0px' } );
lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
lazyloadBackgroundObserver.observe( lazyloadBackground );
} );
};
const events = [
'DOMContentLoaded',
'elementor/lazyload/observe',
];
events.forEach( ( event ) => {
document.addEventListener( event, lazyloadRunObserver );
} );
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
var wpcf7 = {
"api": {
"root": "https:\/\/coretecafrica.com\/wp-json\/",
"namespace": "contact-form-7\/v1"
},
"cached": 1
};
//# sourceURL=contact-form-7-js-before
angieCanvasTemplateData = {"templateSlug":"angie-canvas"};
//# sourceURL=angie-canvas-template-js-before
var starter_templates_zip_preview = {"AstColorPaletteVarPrefix":"--ast-global-","AstEleColorPaletteVarPrefix":"--ast-global-"};
//# sourceURL=starter-templates-zip-preview-js-extra
var dlmXHRtranslations = {"error":"An error occurred while trying to download the file. Please try again.","not_found":"Download does not exist.","no_file_path":"No file path defined.","no_file_paths":"No file paths defined.","filetype":"Download is not allowed for this file type.","file_access_denied":"Access denied to this file.","access_denied":"Access denied. You do not have permission to download this file.","security_error":"Something is wrong with the file path.","file_not_found":"File not found."};
//# sourceURL=dlm-xhr-js-extra
const dlmXHR = {"xhr_links":{"class":["download-link","download-button"]},"prevent_duplicates":true,"ajaxUrl":"https:\/\/coretecafrica.com\/wp-admin\/admin-ajax.php"}; dlmXHRinstance = {}; const dlmXHRGlobalLinks = "https://coretecafrica.com/download/"; const dlmNonXHRGlobalLinks = []; dlmXHRgif = "https://coretecafrica.com/wp-includes/images/spinner.gif"; const dlmXHRProgress = "1"
//# sourceURL=dlm-xhr-js-before
var ebd_inline = {"ajaxurl":"https://coretecafrica.com/wp-admin/admin-ajax.php","ajax_nonce":"4d82cae61e"};
//# sourceURL=email-before-download-js-extra
var ea11yWidget = {"iconSettings":{"style":{"icon":"person","size":"medium","color":"#051952","cornerRadius":{"radius":32,"unit":"px"}},"position":{"desktop":{"hidden":false,"enableExactPosition":false,"exactPosition":{"horizontal":{"direction":"right","value":10,"unit":"px"},"vertical":{"direction":"bottom","value":10,"unit":"px"}},"position":"center-right"},"mobile":{"hidden":false,"enableExactPosition":false,"exactPosition":{"horizontal":{"direction":"right","value":10,"unit":"px"},"vertical":{"direction":"bottom","value":10,"unit":"px"}},"position":"bottom-right"}}},"toolsSettings":{"bigger-text":{"enabled":true},"bigger-line-height":{"enabled":true},"text-align":{"enabled":true},"readable-font":{"enabled":true},"grayscale":{"enabled":true},"contrast":{"enabled":true},"page-structure":{"enabled":true},"sitemap":{"enabled":false,"url":"https://coretecafrica.com/wp-sitemap.xml"},"reading-mask":{"enabled":true},"hide-images":{"enabled":true},"pause-animations":{"enabled":true},"highlight-links":{"enabled":true},"focus-outline":{"enabled":true},"screen-reader":{"enabled":false},"remove-elementor-label":{"enabled":false}},"accessibilityStatementURL":"","analytics":{"enabled":false,"url":null}};
//# sourceURL=ea11y-widget-js-extra
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;ii.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
//# sourceURL=rocket-preload-links-js-after
var oceanwpLocalize = {"nonce":"e393d9bcc3","isRTL":"","menuSearchStyle":"disabled","mobileMenuSearchStyle":"disabled","sidrSource":null,"sidrDisplace":"1","sidrSide":"left","sidrDropdownTarget":"link","verticalHeaderTarget":"link","customSelects":".woocommerce-ordering .orderby, #dropdown_product_cat, .widget_categories select, .widget_archive select, .single-product .variations_form .variations select","ajax_url":"https://coretecafrica.com/wp-admin/admin-ajax.php","oe_mc_wpnonce":"0726d85c25"};
//# sourceURL=oceanwp-main-js-extra
var uael_particles_script = {"uael_particles_url":"https://coretecafrica.com/wp-content/plugins/ultimate-elementor/assets/min-js/uael-particles.min.js","particles_url":"https://coretecafrica.com/wp-content/plugins/ultimate-elementor/assets/lib/particles/particles.min.js","snowflakes_image":"https://coretecafrica.com/wp-content/plugins/ultimate-elementor/assets/img/snowflake.svg","gift":"https://coretecafrica.com/wp-content/plugins/ultimate-elementor/assets/img/gift.png","tree":"https://coretecafrica.com/wp-content/plugins/ultimate-elementor/assets/img/tree.png","skull":"https://coretecafrica.com/wp-content/plugins/ultimate-elementor/assets/img/skull.png","ghost":"https://coretecafrica.com/wp-content/plugins/ultimate-elementor/assets/img/ghost.png","moon":"https://coretecafrica.com/wp-content/plugins/ultimate-elementor/assets/img/moon.png","bat":"https://coretecafrica.com/wp-content/plugins/ultimate-elementor/assets/img/bat.png","pumpkin":"https://coretecafrica.com/wp-content/plugins/ultimate-elementor/assets/img/pumpkin.png"};
//# sourceURL=elementor-frontend-js-extra
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},
"hasCustomBreakpoints":false},"version":"4.1.5","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"e_panel_promotions":true,"theme_builder_v2":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"e_opt_in_v4_page":true,"e_components":true,"e_interactions":true,"e_widget_creation":true,"import-export-customization":true,"page-transitions":true,"notes":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/coretecafrica.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/coretecafrica.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/coretecafrica.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"a0d52ed163","atomicFormsSendForm":"8d201165ff"},"swiperClass":"swiper","settings":{"page":{"ha_cmc_init_switcher":"no"},"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","ha_rpb_enable":"no"},"post":{"id":5393,"title":"Insurance%20Technology%20Partner%20in%20Africa%20%7C%20Request%20A%20Discovery%20Session","excerpt":"","featuredImage":"https:\/\/coretecafrica.com\/wp-content\/uploads\/2024\/09\/MICROSOFT-DYNAMICS-ERP-CUSTOMIZED-FOR-EDUCATIONAL-INSTITUTIONS.-3.jpg"}};
//# sourceURL=elementor-frontend-js-before
window.addEventListener('DOMContentLoaded', function() {
window.scope_array = [];
window.backend = 0;
jQuery.cachedScript = function( url, options ) {
// Allow user to set any option except for dataType, cache, and url.
options = jQuery.extend( options || {}, {
dataType: "script",
cache: true,
url: url
});
// Return the jqXHR object so we can chain callbacks.
return jQuery.ajax( options );
};
jQuery( window ).on( "elementor/frontend/init", function() {
elementorFrontend.hooks.addAction( "frontend/element_ready/global", function( $scope, $ ){
if ( "undefined" == typeof $scope ) {
return;
}
if ( $scope.hasClass( "uael-particle-yes" ) ) {
window.scope_array.push( $scope );
$scope.find(".uael-particle-wrapper").addClass("js-is-enabled");
}else{
return;
}
if(elementorFrontend.isEditMode() && $scope.find(".uael-particle-wrapper").hasClass("js-is-enabled") && window.backend == 0 ){
var uael_url = uael_particles_script.uael_particles_url;
jQuery.cachedScript( uael_url );
window.backend = 1;
}else if(elementorFrontend.isEditMode()){
var uael_url = uael_particles_script.uael_particles_url;
jQuery.cachedScript( uael_url ).done(function(){
var flag = true;
});
}
});
});
jQuery( document ).on( "ready elementor/popup/show", () => {
if ( jQuery.find( ".uael-particle-yes" ).length < 1 ) {
return;
}
var uael_url = uael_particles_script.uael_particles_url;
jQuery.cachedScript = function( url, options ) {
// Allow user to set any option except for dataType, cache, and url.
options = jQuery.extend( options || {}, {
dataType: "script",
cache: true,
url: url
});
// Return the jqXHR object so we can chain callbacks.
return jQuery.ajax( options );
};
jQuery.cachedScript( uael_url );
});
//# sourceURL=elementor-frontend-js-after
});
var HappyLocalize = {"ajax_url":"https://coretecafrica.com/wp-admin/admin-ajax.php","nonce":"1302a2a052","pdf_js_lib":"https://coretecafrica.com/wp-content/plugins/happy-elementor-addons/assets/vendor/pdfjs/lib"};
//# sourceURL=happy-elementor-addons-js-extra
var ekit_config = {"ajaxurl":"https://coretecafrica.com/wp-admin/admin-ajax.php","nonce":"3ffb824c78"};
//# sourceURL=ekit-core-js-extra
window.gtranslateSettings = /* document.write */ window.gtranslateSettings || {};window.gtranslateSettings['70489631'] = {"default_language":"en","languages":["ar","en","fr","sw"],"url_structure":"none","wrapper_selector":"#gt-wrapper-70489631","select_language_label":"Select Language","horizontal_position":"right","vertical_position":"top"};
//# sourceURL=gt_widget_script_70489631-js-before
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/coretecafrica.com\/wp-admin\/admin-ajax.php","nonce":"45d9b36059","urls":{"assets":"https:\/\/coretecafrica.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/coretecafrica.com\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},
"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/coretecafrica.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
//# sourceURL=elementor-pro-frontend-js-before
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://coretecafrica.com/wp-includes/js/wp-emoji-release.min.js?ver=7.0.2"}}
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf(){i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://coretecafrica.com/wp-includes/js/wp-emoji-loader.min.js
window.lazyLoadOptions={elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)function lazyLoadThumb(e){var t='![]()
',a='';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);