<?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" style="background-image:url('HeroBg/NewsMedia.png');">
        <h3>Training</h3>
    </div>
    
    <div class="tab about_tab" style="background:url('resources/mega.png');margin-bottom:0">
        <button class="tablinks" onclick="openTab(event, 'cn')">Corporate News</button>
        <button class="tablinks" onclick="openTab(event, 'agreement')">Agreement Signing</button>
        <button class="tablinks" id="defaultOpen" onclick="openTab(event, 'training')">Training</button>
        <button class="tablinks" onclick="openTab(event, 'opening')">Opening</button>
        <button class="tablinks" onclick="openTab(event, 'interview')">Interview</button>
        <button class="tablinks" onclick="openTab(event, 'fair')">Fair</button>
        <button class="tablinks" onclick="openTab(event, 'csr')">CSR</button>
        <button class="tablinks" onclick="openTab(event, 'meeting')" style="border:0">Meeting</button>
    </div>
    <?php include 'about_news.php'; ?>

    




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