<?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++++++++++++++++++++++++++ -->

    <style>
       /* .rti_heading {
            background: url('image/mega.png');
            color: #2c318c;
        }

        .rti_table table {
            margin: 0 auto;

        }*/
    </style>


    <div class="container history_container p-5">
         
    <h4 class="tab_title">Right to Information (RTI) Act 2009</h4>
        <table class="table table-bordered table-striped table-hover" style="margin:0 auto;">

            <thead style="background: hsla(265, 100%, 95%, 0.5);">
                <th style="Padding:20px 0;color:#044177">SL</th>
                <th style="Padding:20px 0;color:#044177">Title</th>
                <th style="Padding:20px 0;color:#044177">Download</th>
            </thead>
            
            <tr>
                <td>1</td>
                <td>Application form for receiving information</td>
                <td  style="font-size:12px;"><a href="./File/RTI/porishishto7.pdf" target="_blank"><img src="resources/details_icon.png" alt=""> Click Here</a></td>
            </tr>
            <tr>
                <td>2</td>
                <td>Application form for appellate</td>
                <td  style="font-size:12px;"><a href="./File/RTI/porishishto9.pdf" target="_blank"><img src="resources/details_icon.png" alt=""> Click Here</a></td>
            </tr>
            <tr>
                <td>3</td>
                <td>Information Delivery Unit of FSIB</td>
                <td  style="font-size:12px;"><a href="./File/RTI/Information-Delivery-Unit-of-FSIB.pdf" target="_blank"><img src="resources/details_icon.png" alt=""> Click Here</a></td>
            </tr>
            
           
           
        </table>


    </div>
 
    



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