<?php $__env->startSection('title'); ?>
    | About Us
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>

    <div class="row fullWidth">
        <img class="banner" src="<?php echo asset('img/banners/about-banner.jpg'); ?>">
    </div>

    <div class="row">
        <div class="medium-12 large-12 columns">
            <h1>ABOUT <span class="thin"> US</span></h1>
            <p><strong>SureTransact is a Mass Electronic Payment provider.</strong> We aim to develop, support and provide electronic
                fund transfer (EFT) processing to all businesses at competitive prices and with superior technology
                and development expertise.</p>
        </div>
    </div>

    <div class="partnerContainer fullWidth">
        <div class="row">
            <div class="medium-12 large-12 columns">
                <h1>OUR <span class="thin"> PARTNERS</span></h1>
                <p>Our organisation focuses on providing a complete service. We have established several alliances in
                    order to support both client and group business requirements.</p>
                <div class="row">
                    <div class="medium-6 large-6 columns">
                        <img class="partners" src="<?php echo asset('img/about/partners.png'); ?>">
                    </div>
                    <div class="medium-6 large-6 columns">
                        <h2>Payment Association of South Africa (PASA)</h2>
                        <p>We are registered with the
                            <a class="aPartners generalA" href="http://www.pasa.org.za/" target="_blank">Payment Association of South
                                Africa (PASA)</a> as both a Systems Operator and Third Party Payment Providers. PASA was incorporated
                            by the South African Reserve Bank to monitor all payment and solution bureaus in SA.</p>
                        <hr>
                        <!-- <h2>ABSA</h2>
                        <p>Our main sponsoring bank is <a class="aPartners generalA" href="http://www.absa.co.za/Absacoza" target="_blank">ABSA</a>
                            Bank whose role is strictly for compliance purposes and clients can conduct services through
                            SureTransact without having to change their current corporate banking relationship.</p>
                        <hr> -->
                        <h2>PAYTEQ</h2>
                        <p class="payteqCopy"><a class="aPartners generalA" href="http://www.payteq.com/" target="_blank">PAYTEQ</a> is a sister company and by extension our
                            affiliated technology partner. They are the leading supplier of electronic enablement software in
                            South Africa. With their help, we are able to provide technical support, integration and customised
                            systems.</p>
                        <hr>
                        <!-- <h2>BANKSERV</h2>
                        <p>SureTransact has accreditation from <strong>BANKSERV</strong> which allows us to streamline straightforward electronic
                            interbank switching and settlement.</p>
                        <hr> -->
                    </div>
                </div>
                <div class="row">
                    <div class="medium-12 large-12 columns">
                        <p>We have a pristine client base of established and respected institutions who endorse the services
                            and technology development we as a group have performed within the banking and financial services
                            sector.</p>
                    </div>
                </div>
            </div>
        </div>
    </div>


    <div class="row">
        <div class="medium-12 large-12 columns">
            <h1>WHAT <span class="thin"> WE DO BEST</span></h1>
            <p>We believe in long standing relationships with our customer, which has to result in unique solutions
                that exceed their individual expectations consistently. Our experience and knowledge within the
                banking and financial services arena, enables us to deliver an extraordinary product and service.</p>
            <br>
        </div>
    </div>

    <div class="show-for-medium-up">
        <div class="row fullWidth">
            <div class="autoplay">
                <div><img src="<?php echo asset('img/about/about-image1.jpg'); ?>"></div>
                <div><img src="<?php echo asset('img/about/about-image2.jpg'); ?>"></div>
                <div><img src="<?php echo asset('img/about/about-image3.jpg'); ?>"></div>
                <div><img src="<?php echo asset('img/about/about-image4.jpg'); ?>"></div>
            </div>
        </div>
    </div>

    <div class="show-for-small-down">
        <div class="row fullWidth">
            <div class="autoplay">
                <div><img src="<?php echo asset('img/about/about-mobile1.jpg'); ?>"></div>
                <div><img src="<?php echo asset('img/about/about-mobile2.jpg'); ?>"></div>
                <div><img src="<?php echo asset('img/about/about-mobile3.jpg'); ?>"></div>
                <div><img src="<?php echo asset('img/about/about-mobile4.jpg'); ?>"></div>
            </div>
        </div>
    </div>


    <?php echo $__env->make('partials.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

<?php $__env->stopSection(); ?>

<?php $__env->startSection('scripts'); ?>
    <script src="<?php echo asset('js/scripts.js'); ?>"></script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>