{"id":27,"date":"2026-05-17T11:45:11","date_gmt":"2026-05-17T11:45:11","guid":{"rendered":"https:\/\/globalagro-ltd.com\/?page_id=27"},"modified":"2026-05-17T11:50:09","modified_gmt":"2026-05-17T11:50:09","slug":"about-us","status":"publish","type":"page","link":"https:\/\/globalagro-ltd.com\/?page_id=27","title":{"rendered":"About Us"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>About Us | Global Agro Ltd.<\/title>\n    \n    <!-- Google Fonts for exact matching typography -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Glegoo:wght@400;700&#038;family=Open+Sans:wght@400;600;700&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- FontAwesome for Icons -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    \n    <style>\n        \/* Base Reset *\/\n        * { box-sizing: border-box; margin: 0; padding: 0; }\n\n        body {\n            \/* Exact background color from ag-tech.me *\/\n            background-color: #e0d8c1; \n            font-family: 'Open Sans', sans-serif;\n            color: #111111;\n            text-align: center;\n            line-height: 1.6;\n        }\n\n        \/* Color Utility Classes *\/\n        .bg-white { background-color: #ffffff; }\n        .bg-beige { background-color: #e0d8c1; }\n        \n        .section {\n            padding: 80px 30px;\n        }\n\n        .container {\n            max-width: 960px;\n            margin: 0 auto;\n            position: relative;\n        }\n\n        \/* Typography *\/\n        h2.section-heading, h3.section-title {\n            font-family: 'Glegoo', serif;\n            font-size: 40px;\n            font-weight: 700;\n            margin-bottom: 30px;\n            color: #111111;\n            text-align: center;\n        }\n\n        .intro-text {\n            font-size: 18px;\n            font-weight: 700;\n            line-height: 1.4;\n            margin-bottom: 50px;\n            padding-top: 50px;\n        }\n\n        p.body-text {\n            font-size: 16px;\n            color: #333;\n            max-width: 800px;\n            margin: 0 auto 20px auto;\n            text-align: center;\n        }\n\n        \/* Slider Widget *\/\n        .slider-wrapper {\n            position: relative;\n            width: 100%;\n            height: 400px;\n            margin-bottom: 50px;\n            background-color: #000;\n            overflow: hidden;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.2);\n            border-radius: 8px;\n        }\n\n        .slide {\n            position: absolute;\n            top: 0; left: 0; width: 100%; height: 100%;\n            opacity: 0;\n            transition: opacity 800ms ease-in-out;\n            z-index: 1;\n            display: flex;\n            align-items: flex-end;\n            justify-content: center;\n        }\n\n        .slide.active {\n            opacity: 1;\n            z-index: 2;\n        }\n\n        .slide-bg {\n            position: absolute;\n            top: 0; left: 0; width: 100%; height: 100%;\n            object-fit: cover;\n            z-index: 1;\n        }\n\n        .slide-overlay {\n            position: absolute;\n            top: 0; left: 0; width: 100%; height: 100%;\n            background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);\n            z-index: 2;\n        }\n\n        .slide-text {\n            position: relative;\n            z-index: 3;\n            color: #ffffff;\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 40px;\n            text-shadow: 1px 1px 4px rgba(0,0,0,0.9);\n            padding: 0 20px;\n            font-family: 'Glegoo', serif;\n        }\n\n        \/* Slider Controls *\/\n        .slider-btn {\n            position: absolute;\n            top: 50%;\n            transform: translateY(-50%);\n            background: rgba(0,0,0,0.5);\n            color: #fff;\n            border: none;\n            width: 50px;\n            height: 50px;\n            cursor: pointer;\n            z-index: 10;\n            font-size: 20px;\n            transition: background 0.3s;\n            border-radius: 50%;\n        }\n\n        .slider-btn:hover {\n            background: rgba(0,0,0,0.8);\n        }\n\n        .prev-btn { left: 20px; }\n        .next-btn { right: 20px; }\n\n        \/* Experience Text *\/\n        .experience-text {\n            font-size: 18px;\n            font-weight: 700;\n            padding-top: 20px;\n            margin-bottom: 40px;\n            max-width: 850px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        \/* Divider *\/\n        hr.divider {\n            height: 2px;\n            border: none;\n            background-color: #808080;\n            width: 100%;\n            margin: 0 auto 50px auto;\n        }\n\n        \/* Mission & Vision Grid *\/\n        .mv-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            text-align: left;\n            margin-top: 40px;\n        }\n\n        .mv-card {\n            background: #fdfaf6;\n            padding: 40px;\n            border-radius: 10px;\n            border-top: 4px solid #5b8231;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n\n        .mv-card h4 {\n            font-family: 'Glegoo', serif;\n            font-size: 24px;\n            margin-bottom: 15px;\n            color: #5b8231;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        \/* Core Values *\/\n        .values-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 20px;\n            margin-top: 40px;\n        }\n\n        .value-box {\n            background: #ffffff;\n            padding: 40px 20px;\n            border-radius: 10px;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n\n        .value-box:hover {\n            transform: translateY(-10px);\n        }\n\n        .value-box i {\n            font-size: 40px;\n            color: #5b8231;\n            margin-bottom: 20px;\n        }\n\n        .value-box h4 {\n            font-size: 18px;\n            margin-bottom: 10px;\n            font-family: 'Glegoo', serif;\n        }\n\n        \/* Timeline *\/\n        .timeline {\n            position: relative;\n            max-width: 800px;\n            margin: 50px auto 0 auto;\n        }\n\n        .timeline::after {\n            content: '';\n            position: absolute;\n            width: 4px;\n            background-color: #5b8231;\n            top: 0; bottom: 0; left: 50%;\n            margin-left: -2px;\n        }\n\n        .timeline-item {\n            padding: 10px 40px;\n            position: relative;\n            background-color: inherit;\n            width: 50%;\n            text-align: right;\n        }\n\n        .timeline-item::after {\n            content: '';\n            position: absolute;\n            width: 20px;\n            height: 20px;\n            right: -10px;\n            background-color: #ffffff;\n            border: 4px solid #5b8231;\n            top: 15px;\n            border-radius: 50%;\n            z-index: 1;\n        }\n\n        .timeline-item.right {\n            left: 50%;\n            text-align: left;\n        }\n\n        .timeline-item.right::after {\n            left: -10px;\n        }\n\n        .timeline-content {\n            padding: 20px 30px;\n            background-color: #fdfaf6;\n            position: relative;\n            border-radius: 8px;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n        }\n\n        .timeline-content h4 {\n            font-size: 22px;\n            color: #5b8231;\n            margin-bottom: 5px;\n            font-family: 'Glegoo', serif;\n        }\n\n        \/* Team *\/\n        .team-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 40px;\n            margin-top: 40px;\n        }\n\n        .team-member {\n            background: #fdfaf6;\n            padding: 30px;\n            border-radius: 10px;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n        }\n\n        .team-member img {\n            width: 150px;\n            height: 150px;\n            border-radius: 50%;\n            object-fit: cover;\n            margin-bottom: 20px;\n            border: 4px solid #e0d8c1;\n        }\n\n        .team-member h4 {\n            font-size: 20px;\n            font-family: 'Glegoo', serif;\n            margin-bottom: 5px;\n        }\n\n        .team-member span {\n            color: #666;\n            font-size: 14px;\n            font-weight: 600;\n            display: block;\n            margin-bottom: 15px;\n        }\n\n        \/* Responsive *\/\n        @media screen and (max-width: 768px) {\n            .mv-grid { grid-template-columns: 1fr; }\n            .values-grid { grid-template-columns: 1fr 1fr; }\n            .team-grid { grid-template-columns: 1fr; }\n            \n            .timeline::after { left: 31px; }\n            .timeline-item { width: 100%; padding-left: 70px; padding-right: 25px; text-align: left; }\n            .timeline-item::after { left: 21px; }\n            .timeline-item.right { left: 0; }\n        }\n\n        @media screen and (max-width: 480px) {\n            .values-grid { grid-template-columns: 1fr; }\n            h3.section-title { font-size: 32px; }\n            .slider-wrapper { height: 250px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- 1. Introduction & Slider Section -->\n    <div class=\"container\" id=\"AboutUs\">\n        <h3 class=\"section-title\">About Us<\/h3>\n        <p class=\"intro-text\">\n            Global Agro Ltd. is a global company, specialising in TMR feeding of dairy cows, post-harvest applications, such as grain storage, feed milling and associated materials handling equipment.<br><br>\n            As well as complete waste processing solutions.\n        <\/p>\n\n        <!-- Real Image Slider -->\n        <div class=\"slider-wrapper\">\n            <button class=\"slider-btn prev-btn\" onclick=\"changeSlide(-1)\">&#10094;<\/button>\n            <button class=\"slider-btn next-btn\" onclick=\"changeSlide(1)\">&#10095;<\/button>\n\n            <!-- Slide 1: General Agriculture -->\n            <div class=\"slide active\">\n                <img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/2132227\/pexels-photo-2132227.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=960\" class=\"slide-bg\" alt=\"Agricultural Field\">\n                <div class=\"slide-overlay\"><\/div>\n                <div class=\"slide-text\">Realizing the potential of the agriculture sector.<\/div>\n            <\/div>\n\n            <!-- Slide 2: Waste Processing -->\n            <div class=\"slide\">\n                <img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/158756\/pexels-photo-158756.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=960\" class=\"slide-bg\" alt=\"Harvesting and Waste Processing\">\n                <div class=\"slide-overlay\"><\/div>\n                <div class=\"slide-text\">We can help turn your waste into profit.<\/div>\n            <\/div>\n\n            <!-- Slide 3: Livestock \/ Feed -->\n            <div class=\"slide\">\n                <img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/422202\/pexels-photo-422202.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=960\" class=\"slide-bg\" alt=\"Livestock and Feeding\">\n                <div class=\"slide-overlay\"><\/div>\n                <div class=\"slide-text\">Complete livestock feed solutions.<\/div>\n            <\/div>\n\n            <!-- Slide 4: Innovative Equipment -->\n            <div class=\"slide\">\n                <img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/2101155\/pexels-photo-2101155.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=960\" class=\"slide-bg\" alt=\"Modern Agricultural Equipment\">\n                <div class=\"slide-overlay\"><\/div>\n                <div class=\"slide-text\">Using innovative equipment to reduce time and energy in farming.<\/div>\n            <\/div>\n        <\/div>\n\n        <p class=\"experience-text\">\n            We have more than 40 year&#8217;s experience in the global agricultural sector. The breadth of our experience and exceptional market contacts put us in a very strong position to supply our customers with high quality and economical solutions.\n        <\/p>\n    <\/div>\n\n    <!-- 2. Mission & Vision -->\n    <section class=\"section bg-white\">\n        <div class=\"container\">\n            <h2 class=\"section-heading\">Our Purpose<\/h2>\n            <p class=\"body-text\">Guiding principles that drive our innovation and commitment to the global agricultural community.<\/p>\n            \n            <div class=\"mv-grid\">\n                <div class=\"mv-card\">\n                    <h4><i class=\"fa-solid fa-bullseye\"><\/i> Our Mission<\/h4>\n                    <p>To empower global agriculture through innovative technology, ensuring sustainable, economical, and highly efficient food production for future generations. We strive to provide farmers with the tools they need to maximize yield while minimizing waste.<\/p>\n                <\/div>\n                <div class=\"mv-card\">\n                    <h4><i class=\"fa-solid fa-eye\"><\/i> Our Vision<\/h4>\n                    <p>To be the worldwide leader in agricultural systems and machinery, setting the standard for quality, reliability, and environmental stewardship across the entire farming lifecycle.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 3. Core Values -->\n    <section class=\"section bg-beige\">\n        <div class=\"container\">\n            <h2 class=\"section-heading\">Core Values<\/h2>\n            <div class=\"values-grid\">\n                <div class=\"value-box\">\n                    <i class=\"fa-solid fa-lightbulb\"><\/i>\n                    <h4>Innovation<\/h4>\n                    <p>Continuously seeking smarter, faster, and more efficient ways to farm.<\/p>\n                <\/div>\n                <div class=\"value-box\">\n                    <i class=\"fa-solid fa-handshake-angle\"><\/i>\n                    <h4>Integrity<\/h4>\n                    <p>Building transparent and honest relationships with our global partners.<\/p>\n                <\/div>\n                <div class=\"value-box\">\n                    <i class=\"fa-solid fa-leaf\"><\/i>\n                    <h4>Sustainability<\/h4>\n                    <p>Protecting the earth&#8217;s resources through eco-friendly engineering.<\/p>\n                <\/div>\n                <div class=\"value-box\">\n                    <i class=\"fa-solid fa-medal\"><\/i>\n                    <h4>Excellence<\/h4>\n                    <p>Delivering uncompromised quality in every machine we build.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 4. Company History -->\n    <section class=\"section bg-white\">\n        <div class=\"container\">\n            <h2 class=\"section-heading\">Our History<\/h2>\n            <p class=\"body-text\">Four decades of continuous growth, adaptation, and agricultural mastery.<\/p>\n            \n            <div class=\"timeline\">\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-content\">\n                        <h4>1984<\/h4>\n                        <p><strong>Foundation<\/strong><br>Global Agro Ltd. was established to provide basic milling and storage solutions to local farmers.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"timeline-item right\">\n                    <div class=\"timeline-content\">\n                        <h4>1995<\/h4>\n                        <p><strong>Global Expansion<\/strong><br>We expanded our reach, exporting our first automated TMR feeding systems across Europe and Asia.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-content\">\n                        <h4>2010<\/h4>\n                        <p><strong>Tech Integration<\/strong><br>Introduced IoT and digital data acquisition scales into our core product lineup.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"timeline-item right\">\n                    <div class=\"timeline-content\">\n                        <h4>Today<\/h4>\n                        <p><strong>Sustainable Future<\/strong><br>Leading the market in green waste processing and zero-loss grain storage facilities globally.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 5. Leadership Team -->\n    <section class=\"section bg-beige\">\n        <div class=\"container\">\n            <h2 class=\"section-heading\">Our Leadership<\/h2>\n            <p class=\"body-text\">The experienced minds driving Global Agro Ltd. forward.<\/p>\n            \n            <div class=\"team-grid\">\n                <div class=\"team-member\">\n                    <img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/220453\/pexels-photo-220453.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=300\" alt=\"CEO\">\n                    <h4>Robert Hughes<\/h4>\n                    <span>Chief Executive Officer<\/span>\n                    <p>With 25 years of engineering experience, Robert leads our global strategy and product innovation.<\/p>\n                <\/div>\n                <div class=\"team-member\">\n                    <img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/415829\/pexels-photo-415829.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=300\" alt=\"COO\">\n                    <h4>Sarah Jenkins<\/h4>\n                    <span>Chief Operations Officer<\/span>\n                    <p>Sarah oversees our international supply chain, ensuring on-time delivery of all agricultural machinery.<\/p>\n                <\/div>\n                <div class=\"team-member\">\n                    <img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/1130626\/pexels-photo-1130626.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=300\" alt=\"CTO\">\n                    <h4>Michael Chang<\/h4>\n                    <span>Chief Technology Officer<\/span>\n                    <p>Michael spearheads the integration of IoT sensors and automated data systems into our hardware.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 6. Corporate Responsibility -->\n    <section class=\"section bg-white\" style=\"margin-bottom: 50px;\">\n        <div class=\"container\">\n            <h2 class=\"section-heading\">Corporate Responsibility<\/h2>\n            <p class=\"body-text\" style=\"max-width: 900px; font-size: 18px; line-height: 1.8;\">\n                At Global Agro Ltd., we recognize that agriculture is the backbone of human society. We are deeply committed to ethical manufacturing and sustainable practices. Our waste processing solutions are specifically designed to reduce greenhouse gas emissions by converting agricultural bi-products into usable energy and fertilizers. <br><br>\n                Furthermore, we actively invest in local farming communities, providing education on sustainable resource management to ensure that as we grow, the global farming ecosystem thrives alongside us.\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <script>\n        \/\/ JS functionality to match the 7-second fade slider\n        let currentSlide = 0;\n        const slides = document.querySelectorAll('.slide');\n        let slideInterval;\n\n        function showSlide(index) {\n            slides.forEach(slide => slide.classList.remove('active'));\n            if (index >= slides.length) currentSlide = 0;\n            if (index < 0) currentSlide = slides.length - 1;\n            slides[currentSlide].classList.add('active');\n        }\n\n        function changeSlide(direction) {\n            currentSlide += direction;\n            showSlide(currentSlide);\n            resetInterval(); \/\/ Reset timer if user clicks manually\n        }\n\n        function autoSlide() {\n            currentSlide++;\n            showSlide(currentSlide);\n        }\n\n        function resetInterval() {\n            clearInterval(slideInterval);\n            slideInterval = setInterval(autoSlide, 7000); \/\/ 7000ms transition time\n        }\n\n        \/\/ Initialize Auto Slide\n        resetInterval();\n    <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>About Us | Global Agro Ltd. About Us Global Agro Ltd. is a global company, specialising in TMR feeding of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-27","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/globalagro-ltd.com\/index.php?rest_route=\/wp\/v2\/pages\/27","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/globalagro-ltd.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/globalagro-ltd.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/globalagro-ltd.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/globalagro-ltd.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=27"}],"version-history":[{"count":2,"href":"https:\/\/globalagro-ltd.com\/index.php?rest_route=\/wp\/v2\/pages\/27\/revisions"}],"predecessor-version":[{"id":29,"href":"https:\/\/globalagro-ltd.com\/index.php?rest_route=\/wp\/v2\/pages\/27\/revisions\/29"}],"wp:attachment":[{"href":"https:\/\/globalagro-ltd.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=27"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}