About Us | 3sourcelogistic Nig. Ltd. /* ── TOKENS */ :root { --orange: #e67e15; --yellow: #f6cb05; --dark: #11161e; --light: #f9faec; --text: #333d4a; --muted: #64748b; --white: #ffffff; --trans: all 0.3s cubic-bezier(0.4,0,0.2,1); --fh: 'Cabinet Grotesk', sans-serif; --fb: 'Plus Jakarta Sans', sans-serif; } *,*::before,*::after{margin:0;padding:0;box-sizing:border-box;outline:none;} html{scroll-behavior:smooth;} body{font-family:var(--fb);background:#fafbfc;color:var(--text);line-height:1.6;overflow-x:hidden;} ul{list-style:none;} a{text-decoration:none;color:inherit;transition:var(--trans);} img{max-width:100%;display:block;} ::-webkit-scrollbar{width:7px;} ::-webkit-scrollbar-track{background:#f1f1f1;} ::-webkit-scrollbar-thumb{background:var(--orange);border-radius:4px;} /* ── LOGO */ .logo-container{display:flex;align-items:center;gap:12px;height:100%;} .logo-img{height:50px;width:auto;object-fit:contain;} .logo-text{font-family:var(--fh);font-weight:800;font-size:1.5rem;line-height:1.1;color:var(--dark);} .logo-text span{color:var(--orange);display:block;font-size:.73rem;font-family:var(--fb);font-weight:600;letter-spacing:2px;text-transform:uppercase;} /* ── TOP BAR */ .top-bar{background:var(--dark);color:var(--white);font-size:.82rem;padding:8px 5%;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid var(--orange);} .top-info span{margin-right:18px;display:inline-flex;align-items:center;gap:6px;} .top-info i{color:var(--yellow);} .top-socials a{margin-left:14px;color:#94a3b8;} .top-socials a:hover{color:var(--yellow);} /* ── HEADER */ header{background:rgba(255,255,255,.98);backdrop-filter:blur(10px);padding:0 5%;height:85px;position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 20px rgba(0,0,0,.06);} /* ── NAV */ .az-nav{height:100%;display:flex;align-items:center;} .az-menu{display:flex;gap:4px;align-items:center;height:100%;} .az-menu>li{position:relative;height:100%;display:flex;align-items:center;} .az-menu>li>a{font-weight:700;font-size:.93rem;color:var(--dark);padding:0 15px;height:100%;display:flex;align-items:center;gap:5px;} .az-menu>li.has-dropdown>a::after,.az-menu>li.has-mega>a::after{content:"f107";font-family:"Font Awesome 6 Free";font-weight:900;font-size:.78rem;transition:var(--trans);} .az-menu>li:hover>a{color:var(--orange);} .az-menu>li:hover>a::after{transform:rotate(180deg);} .az-menu>li>a.active-page{color:var(--orange);} .dropdown{position:absolute;top:100%;left:0;background:var(--white);box-shadow:0 10px 30px rgba(0,0,0,.09);border-top:3px solid var(--orange);min-width:220px;padding:10px 0;opacity:0;visibility:hidden;transform:translateY(15px);transition:var(--trans);border-radius:0 0 6px 6px;} .dropdown li a{display:block;padding:10px 24px;font-size:.88rem;font-weight:600;color:var(--text);} .dropdown li a:hover{background:#f8fafc;color:var(--orange);padding-left:28px;} .has-mega{position:static!important;} .mega-menu{position:absolute;top:100%;left:5%;width:90%;background:var(--white);box-shadow:0 15px 35px rgba(0,0,0,.09);border-top:3px solid var(--orange);padding:35px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:28px;opacity:0;visibility:hidden;transform:translateY(15px);transition:var(--trans);border-radius:0 0 8px 8px;} .mega-column{display:flex;flex-direction:column;gap:7px;} .mega-column h4{font-family:var(--fh);font-size:1rem;color:var(--dark);margin-bottom:8px;padding-bottom:7px;border-bottom:1px solid #f1f5f9;text-transform:uppercase;letter-spacing:.5px;} .mega-column a{font-size:.88rem;font-weight:600;color:var(--muted);padding:5px 0;} .mega-column a:hover{color:var(--orange);padding-left:5px;} @media(min-width:992px){.az-menu li:hover .dropdown,.az-menu li:hover .mega-menu{opacity:1;visibility:visible;transform:translateY(0);}} .az-actions{display:flex;align-items:center;gap:14px;} .cta-btn{background:linear-gradient(135deg,var(--orange),#c96b0a);color:var(--white)!important;padding:11px 22px;border-radius:6px;font-weight:700;font-size:.88rem;box-shadow:0 4px 14px rgba(230,126,21,.3);white-space:nowrap;} .cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(230,126,21,.5);} .az-toggle{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;cursor:pointer;z-index:1001;} .az-toggle span{width:100%;height:2.5px;background:var(--dark);border-radius:2px;transition:var(--trans);} .az-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,6px);} .az-toggle.open span:nth-child(2){opacity:0;} .az-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px);} /* ═══════════════════════════════════════════════ ABOUT PAGE CONTENT ═══════════════════════════════════════════════ */ /* ── HERO BANNER */ .about-hero { position: relative; background: linear-gradient(135deg, var(--dark) 0%, #1a2535 100%); padding: 100px 5% 80px; overflow: hidden; } .about-hero::before { content: ''; position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1494412574643-ff11b0a5c1c3?q=80&w=2070&auto=format&fit=crop') center/cover no-repeat; opacity: .08; } /* diagonal accent */ .about-hero::after { content: ''; position: absolute; right: -60px; top: -60px; width: 420px; height: 420px; border-radius: 50%; border: 60px solid rgba(230,126,21,.08); pointer-events: none; } .about-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; } .breadcrumb { display: flex; align-items: center; gap: 8px; font-size: .8rem; font-weight: 600; color: rgba(255,255,255,.5); margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1.5px; } .breadcrumb a { color: var(--orange); } .breadcrumb i { font-size: .65rem; } .about-hero h1 { font-family: var(--fh); font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 800; color: var(--white); line-height: 1.05; } .about-hero h1 span { color: var(--orange); } .about-hero-sub { font-size: 1rem; color: rgba(255,255,255,.65); margin-top: 16px; max-width: 520px; line-height: 1.7; } .hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(230,126,21,.15); border: 1px solid rgba(230,126,21,.3); color: var(--yellow); font-size: .75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 30px; margin-bottom: 20px; } .hero-founded { text-align: right; color: var(--white); } .hero-founded .big-year { font-family: var(--fh); font-size: clamp(4rem, 8vw, 7rem); font-weight: 800; color: transparent; -webkit-text-stroke: 2px rgba(230,126,21,.4); line-height: 1; } .hero-founded p { font-size: .78rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.4); margin-top: 4px; } /* ── STATS STRIP */ .stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--orange); } .stat-item { padding: 28px 24px; text-align: center; border-right: 1px solid rgba(255,255,255,.2); transition: var(--trans); } .stat-item:last-child { border-right: none; } .stat-item:hover { background: rgba(0,0,0,.08); } .stat-num { font-family: var(--fh); font-size: 2.2rem; font-weight: 800; color: var(--white); display: block; line-height: 1; } .stat-lbl { font-size: .78rem; font-weight: 700; color: rgba(255,255,255,.8); text-transform: uppercase; letter-spacing: 1px; margin-top: 6px; display: block; } /* ── WHO WE ARE */ .who-section { padding: 100px 5%; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; background: var(--white); } .who-images { position: relative; } .who-img-main { width: 100%; height: 500px; object-fit: cover; border-radius: 16px; box-shadow: 0 24px 60px rgba(0,0,0,.12); } .who-img-accent { position: absolute; bottom: -32px; right: -32px; width: 200px; height: 200px; object-fit: cover; border-radius: 12px; border: 6px solid var(--white); box-shadow: 0 12px 36px rgba(0,0,0,.15); } .who-badge { position: absolute; top: -20px; left: -20px; width: 90px; height: 90px; background: var(--orange); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(230,126,21,.4); border: 4px solid var(--white); } .who-badge .yr { font-family: var(--fh); font-size: 1.3rem; font-weight: 800; color: var(--white); line-height: 1; } .who-badge .est { font-size: .55rem; font-weight: 700; color: rgba(255,255,255,.8); text-transform: uppercase; letter-spacing: 1px; } .eyebrow { display: inline-block; font-size: .75rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--orange); margin-bottom: 14px; } .who-text h2 { font-family: var(--fh); font-size: clamp(1.9rem, 3vw, 2.6rem); font-weight: 800; color: var(--dark); line-height: 1.15; margin-bottom: 20px; } .who-text p { font-size: .93rem; color: var(--muted); line-height: 1.85; margin-bottom: 16px; } .who-text p strong { color: var(--dark); font-weight: 700; } .highlight-box { background: var(--light); border-left: 4px solid var(--orange); padding: 18px 22px; border-radius: 0 8px 8px 0; margin: 24px 0; font-size: .9rem; font-style: italic; color: var(--dark); font-weight: 600; } /* ── MISSION & VISION */ .mv-section { padding: 100px 5%; background: var(--dark); position: relative; overflow: hidden; } .mv-section::before { content: ''; position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1578575437130-527eed3abbec?q=80&w=2070&auto=format&fit=crop') center/cover; opacity: .04; } .mv-section::after { content: '"EST"'; position: absolute; right: 5%; top: 50%; transform: translateY(-50%); font-family: var(--fh); font-size: 20rem; font-weight: 800; color: rgba(255,255,255,.015); pointer-events: none; line-height: 1; } .mv-inner { position: relative; z-index: 2; } .mv-header { text-align: center; margin-bottom: 64px; } .mv-header .eyebrow { color: var(--yellow); } .mv-header h2 { font-family: var(--fh); font-size: clamp(2rem, 3.5vw, 3rem); color: var(--white); font-weight: 800; line-height: 1.1; } .mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; } .mv-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 20px; padding: 44px 40px; position: relative; overflow: hidden; transition: var(--trans); } .mv-card:hover { background: rgba(255,255,255,.07); transform: translateY(-4px); border-color: rgba(230,126,21,.3); } .mv-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--orange), var(--yellow)); } .mv-icon { width: 60px; height: 60px; background: rgba(230,126,21,.15); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--orange); margin-bottom: 24px; } .mv-card h3 { font-family: var(--fh); font-size: 1.5rem; font-weight: 800; color: var(--white); margin-bottom: 16px; } .mv-card p { font-size: .9rem; color: rgba(255,255,255,.65); line-height: 1.85; } .mv-card p + p { margin-top: 12px; } /* ── WHY US */ .why-section { padding: 100px 5%; background: var(--light); } .why-header { text-align: center; margin-bottom: 60px; } .why-header h2 { font-family: var(--fh); font-size: clamp(2rem, 3vw, 2.8rem); color: var(--dark); font-weight: 800; margin-top: 10px; } .why-header p { font-size: .95rem; color: var(--muted); margin-top: 14px; max-width: 560px; margin-left: auto; margin-right: auto; line-height: 1.8; } .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; } .why-card { background: var(--white); border-radius: 18px; padding: 40px 32px; box-shadow: 0 4px 24px rgba(0,0,0,.05); border: 1px solid #eef1f5; transition: var(--trans); position: relative; overflow: hidden; } .why-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--orange), var(--yellow)); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; } .why-card:hover { transform: translateY(-6px); box-shadow: 0 16px 44px rgba(0,0,0,.1); } .why-card:hover::after { transform: scaleX(1); } .why-card-icon { width: 64px; height: 64px; background: linear-gradient(135deg, rgba(230,126,21,.12), rgba(230,126,21,.04)); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; color: var(--orange); margin-bottom: 24px; } .why-card h3 { font-family: var(--fh); font-size: 1.15rem; font-weight: 800; color: var(--dark); margin-bottom: 12px; } .why-card p { font-size: .88rem; color: var(--muted); line-height: 1.8; } /* ── OFFICES */ .offices-section { padding: 100px 5%; background: var(--white); } .offices-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 52px; gap: 20px; flex-wrap: wrap; } .offices-header h2 { font-family: var(--fh); font-size: clamp(2rem, 3vw, 2.6rem); color: var(--dark); font-weight: 800; line-height: 1.1; } .offices-header p { font-size: .9rem; color: var(--muted); max-width: 360px; line-height: 1.7; } .offices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .office-card { border-radius: 16px; overflow: hidden; border: 1px solid #eef1f5; transition: var(--trans); box-shadow: 0 2px 16px rgba(0,0,0,.04); } .office-card:hover { transform: translateY(-5px); box-shadow: 0 14px 40px rgba(0,0,0,.1); } .office-card-top { background: var(--dark); padding: 28px 28px 24px; position: relative; } .office-flag { font-size: 2.2rem; margin-bottom: 12px; display: block; } .office-card-top h3 { font-family: var(--fh); font-size: 1.15rem; color: var(--white); font-weight: 800; } .office-tag { display: inline-block; background: rgba(230,126,21,.2); color: var(--orange); font-size: .7rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; margin-top: 6px; } .office-card-body { padding: 24px 28px; background: var(--white); } .office-detail { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; } .office-detail:last-child { margin-bottom: 0; } .office-detail i { color: var(--orange); font-size: .9rem; margin-top: 3px; flex-shrink: 0; width: 16px; } .office-detail p { font-size: .85rem; color: var(--muted); line-height: 1.6; } /* ── CTA BAND */ .cta-band { background: linear-gradient(135deg, var(--orange) 0%, #c96b0a 100%); padding: 80px 5%; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; position: relative; overflow: hidden; } .cta-band::before { content: ''; position: absolute; right: -80px; top: -80px; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,.06); pointer-events: none; } .cta-band::after { content: ''; position: absolute; left: 30%; bottom: -100px; width: 260px; height: 260px; border-radius: 50%; background: rgba(255,255,255,.04); pointer-events: none; } .cta-text { position: relative; z-index: 2; } .cta-text h2 { font-family: var(--fh); font-size: clamp(1.8rem, 3vw, 2.4rem); color: var(--white); font-weight: 800; margin-bottom: 10px; line-height: 1.15; } .cta-text p { font-size: .95rem; color: rgba(255,255,255,.8); max-width: 500px; line-height: 1.7; } .cta-actions { display: flex; gap: 14px; flex-wrap: wrap; position: relative; z-index: 2; } .cta-solid { background: var(--white); color: var(--orange); padding: 14px 30px; border-radius: 8px; font-family: var(--fh); font-weight: 800; font-size: .95rem; box-shadow: 0 4px 16px rgba(0,0,0,.15); transition: var(--trans); } .cta-solid:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); } .cta-outline { background: transparent; color: var(--white); padding: 14px 30px; border-radius: 8px; font-family: var(--fh); font-weight: 700; font-size: .95rem; border: 2px solid rgba(255,255,255,.4); transition: var(--trans); } .cta-outline:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.7); } /* ── FOOTER */ footer{background:#0c1016;color:#94a3b8;padding:70px 5% 0;} .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:50px;padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,.07);} .footer-col h3{font-family:var(--fh);font-size:1rem;color:var(--white);margin-bottom:18px;letter-spacing:.5px;} .footer-logo-side .logo-text{color:var(--white);} .footer-logo-side .logo-text span{color:var(--orange);} .footer-logo-side p{font-size:.85rem;line-height:1.7;margin-top:16px;color:#64748b;} .footer-links li{margin-bottom:10px;} .footer-links a{font-size:.88rem;color:#64748b;transition:var(--trans);} .footer-links a:hover{color:var(--orange);padding-left:5px;} .newsletter-desc{font-size:.84rem;line-height:1.7;margin-bottom:14px;} .newsletter-form{display:flex;gap:8px;} .newsletter-form .form-control{flex:1;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:var(--white);border-radius:6px;padding:11px 14px;font-family:var(--fb);font-size:.9rem;} .newsletter-form .form-control::placeholder{color:#64748b;} .newsletter-btn{background:var(--orange);color:var(--white);border:none;padding:0 16px;border-radius:6px;cursor:pointer;font-size:.95rem;transition:var(--trans);flex-shrink:0;} .newsletter-btn:hover{background:#c96b0a;} .footer-bottom{padding:22px 0;text-align:center;font-size:.82rem;color:#475569;} /* ── SCROLL REVEAL */ .reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; } .reveal.visible { opacity: 1; transform: translateY(0); } .reveal-delay-1 { transition-delay: .1s; } .reveal-delay-2 { transition-delay: .2s; } .reveal-delay-3 { transition-delay: .3s; } /* ── RESPONSIVE */ @media(max-width:991px){ header{height:72px;} .az-toggle{display:flex;} .az-nav{position:fixed;top:72px;left:-100%;width:100%;height:calc(100vh - 72px);background:var(--white);overflow-y:auto;padding:20px 5% 40px;transition:var(--trans);align-items:flex-start;z-index:999;} .az-nav.active{left:0;} .az-menu{flex-direction:column;width:100%;height:auto;gap:0;} .az-menu>li{flex-direction:column;width:100%;height:auto;align-items:flex-start;border-bottom:1px solid #f1f5f9;} .az-menu>li>a{width:100%;padding:15px 0;justify-content:space-between;} .dropdown,.mega-menu{position:static;width:100%;opacity:1;visibility:visible;transform:none;box-shadow:none;border-top:none;padding:0 0 15px 15px;display:none;background:#fafbfc;border-radius:4px;} .dropdown.visible,.mega-menu.visible{display:block;} .mega-menu{grid-template-columns:1fr;gap:18px;padding-top:10px;} .az-actions .cta-btn{display:none;} .about-hero-inner{grid-template-columns:1fr;} .hero-founded{display:none;} .stats-strip{grid-template-columns:1fr 1fr;} .stat-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.2);} .who-section{grid-template-columns:1fr;gap:50px;padding:70px 5%;} .who-img-accent{display:none;} .who-img-main{height:360px;} .mv-grid{grid-template-columns:1fr;} .why-grid{grid-template-columns:1fr;} .offices-grid{grid-template-columns:1fr;} .footer-grid{grid-template-columns:1fr 1fr;gap:36px;} .offices-header{flex-direction:column;align-items:flex-start;} } @media(max-width:576px){ .stats-strip{grid-template-columns:1fr;} .top-bar{flex-direction:column;gap:6px;text-align:center;} .top-info span{margin-right:6px;font-size:.76rem;} .footer-grid{grid-template-columns:1fr;} .cta-band{flex-direction:column;} .cta-actions{width:100%;} .cta-solid,.cta-outline{text-align:center;flex:1;} }
16, Amore Street, Off Toyin Street, Ikeja, Lagos, Nigeria. Mon – Fri: 8:00 AM – 5:00 PM
3Source Logistic Logo
3sourceLogistic Nig. Ltd.
<!-- ════════════════════════════════════════ ABOUT HERO ════════════════════════════════════════ -->
Incorporated in Nigeria, 2008

We Are Here ForYour Logistic Needs

An indigenously owned Nigerian company bringing a global network of experts in diversified industries to emerging nations — with unparalleled qualifications, experience, and skill.

2008

Year Founded

30+ Staff Members
6 Offices & Locations
3 Countries with Offices
ISO 9001:2008 Certified
17 Years
<img src="https://images.unsplash.com/photo-1556761175-5973dc0f32e7?q=80&w=2070&auto=format&fit=crop" alt="3Source Logistic Team" class="who-img-main" > <img src="https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?q=80&w=600&auto=format&fit=crop" alt="Logistics Operations" class="who-img-accent" >
Who We Are

Pioneering Supply Chain Excellence Since 2008

3Source Logistic is an indigenously owned Nigerian company, incorporated and registered in Nigeria in 2008, with a mindset of bringing a global network of experts across diversified industries to emerging nations.

3Source is run by experienced professionals well-known in logistics and supply chain management. Our workforce is multinational and resource-rich — with experience, diversity, and the specific skills and knowledge our clients and partners require.

"The qualifications, experience and skills set of our people are unparalleled, gained whilst working for other multi-national organizations."

The company focuses on helping organizations address their business challenges effectively by implementing ISO 9001:2008 quality management systems and leveraging technology solutions to improve efficiency and minimize costs.

3Source logistics builds on its core business to offer a wide range of associated multi-disciplinary services, progressing projects of all sizes and complexities from inception to completion. We aim to bridge the gap between organizations and their manufacturers through CVCAO — Competence Verification, Contract Allocation and Outsourcing.

Our Purpose

Mission & Vision

Our Mission

3Source Logistics will create a long-lasting relationship between foreign industries and emerging nations. We arduously strive to provide economic and social change, local prosperity and financial assiduity while preserving the environment, the nation and its people.

3Source is built of moral fabric and will represent, tirelessly, the values and principles of its leadership. We provide comprehensive integrated services capability — delivering innovative, cost-effective and sustainable solutions to every client's needs.

Our Vision

3Source can be tailored to suit our infrastructure and management of client needs. Our services include design, planning, supply chain management, business solution strategies, facility and asset management, and implementing FEEDs.

We identify specific requirements for manpower, materials, facilities and services needed to support logistics needs — correlating those requirements to ensure the right support is provided at the right time and place. Our reputation is built on innovation, diversified and collective expertise, with a strong quality and safety record earned across high-profile projects worldwide.

Why Choose Us

Amazing Service, Every Time

We are committed to total customer satisfaction. We take the time to understand your business and your shipping needs to deliver results that matter.

Amazing Service

We are committed to total customer satisfaction. We develop the best possible relationships with our clients as well as our shipping partners — taking time to genuinely understand your business and your shipping needs.

One Stop Solution

We provide our customers with the best value and best service for all their freight forwarding needs. Top-notch personalized service using a wide range of freight forwarding solutions — from a single trusted partner.

Hassle Free

3Source Logistic removes the headache and hassle out of shipping freight domestically and internationally. We help our customers reduce shipping and packaging costs, get freight moving, and reduce the risk of waste or theft.

Global Reach

Our Offices & Locations

Operating from 6 offices and locations through partnering arrangements with various clients, contractors and fellow consultants around the globe.

🇳🇬

Head Office

Lagos, Nigeria

2nd Floor, Cancer Block, Eleganza Building, Apapa Wharf, Lagos

+234-8036591700+234-8087011112

🇳🇬

Abuja Office

FCT, Nigeria

Plot 1805 Cadastral Zone, Katampe Extension, Abuja, FCT

+234-8069641333

🇺🇸

USA Office

Georgia, USA

230 Hammond Drive, Suite #28544, Sandy Spring, GA 30328

Toll Free: +1 800-695-2447Local: +1 470-896-7792

Ready to Move Your Cargo?

From the conception stage to implementation, 3Source Logistics will help you operate at the very edge of technological possibility. Let's talk about your shipment today.

/* ── NAV */ const trigger = document.getElementById('menu-trigger'); const navWrap = document.getElementById('nav-wrapper'); trigger.addEventListener('click', () => { trigger.classList.toggle('open'); navWrap.classList.toggle('active'); }); document.querySelectorAll('.az-menu .has-dropdown > a, .az-menu .has-mega > a').forEach(link => { link.addEventListener('click', e => { if (window.innerWidth <= 991) { e.preventDefault(); const sub = link.parentElement.querySelector('.dropdown, .mega-menu'); if (sub) sub.classList.toggle('visible'); } }); }); document.querySelectorAll('.dropdown a, .mega-menu a').forEach(link => { link.addEventListener('click', () => { if (window.innerWidth <= 991) { trigger.classList.remove('open'); navWrap.classList.remove('active'); } }); }); /* ── SCROLL REVEAL */ const revealEls = document.querySelectorAll('.reveal'); const io = new IntersectionObserver((entries) => { entries.forEach(e => { if (e.isIntersecting) { e.target.classList.add('visible'); io.unobserve(e.target); } }); }, { threshold: 0.12 }); revealEls.forEach(el => io.observe(el));