<div class="col1 content">
    <h2 class="hpad">
    </h2>
    <h5 class="blue"><strong></strong></h5>
    <p class="stext">
        <a href="<?php echo base_url() ?>assets/pdf/First year students list.pdf" target="_blank" style="color:#3b8dcf;">Click here to view the First Year Students.</a> <br />
        <a href="<?php echo base_url() ?>assets/pdf/Second year students list.pdf" target="_blank" style="color:#3b8dcf;">Click here to view the Second Year Students.</a> <br />
    </p>
</div>
<div class="col2">
    <?php $this->load->view('include/req_form'); ?>
    <div class="rtab">
        <?php $this->load->view('include/stud_navi'); ?>
    </div>
    <?php $this->load->view('include/clg_gallery'); ?>
</div>