<?php
include('./includes/config.php'); 
$page_title = "First Security Islami Bank PLC.";
//echo $page_title;
//echo $data[0]['value'];
$meta_description = "First Security Islami Bank PLC. Home page description";
$meta_keywords = "First Security Islami Bank PLC., Bank, Website";
include('includes/header.php'); 
include('includes/navbar.php'); 
//include('includes/slider.php'); 
?>
<!-- ++++++++++++++++++++++++++Start Body Tag++++++++++++++++++++++++++ -->



    <div class="about_hero statement_bg">
        <h3 style="color:green">Statement</h3>
    </div>

    <div class="tab about_tab" style="margin:0 auto;padding:0px;background:url('resources/mega.png');">
        <div class="container text-center">
            <button class="tablinks" id="defaultOpen" onclick="openTab(event, 'quarterly')">Quarterly</button>
            <button class="tablinks" onclick="openTab(event, 'half_yearly')">Half Yearly</button>
            <button class="tablinks" onclick="openTab(event, 'yearly')">Yearly</button>
            <button class="tablinks" onclick="openTab(event, 'annual_report')" style="border:0">Annual Report</button>
            
        </div>
    </div>

    <?php include 'about_statement.php'; ?>


<!-- ++++++++++++++++++++++++++Start Footer Section++++++++++++++++++++++++++ -->
<?php include('includes/footer.php'); ?>