<?php include 'sections/head.php'?>

<!-- ======================================================================
                                            START HEADER
        ======================================================================= -->
<?php include 'sections/header.php';?>
<?php // include 'sections/pub_header.php'?>

<!-- ======================================================================
                                            END HEADER
        ======================================================================= -->

<!-- =====================================================================
                                                 START THE GRID
                ====================================================================== -->
<?php  //include 'sections/grid.php'?>
<?php    include 'sections/breakpoints2.php'?>
<!-- =====================================================================
                                                 END THE GRID
                ====================================================================== -->

<!-- =====================================================================
                                                 START TOPSMALL
                ====================================================================== -->
<?php  // include 'sections/topsmall.php'?>
<!-- =====================================================================
                                                 END TOPSMALL
                ====================================================================== -->


<!-- =====================================================================
                                                 START PUB MIDDLE
                ====================================================================== -->
<?php  include 'sections/pub_middle.php'?>
<!-- =====================================================================
                                                 END PUB MIDDLE
                ====================================================================== -->

<section class="default-news-area">
    <div class="container">
        <div class="row">
            <div class="col-lg-8">
                <div class="politics-news">

                    <!-- =====================================================================
                                                 START BODYCONT
                    ====================================================================== -->
                    <?php include 'sections/bodycont.php'?>
                    <!-- =====================================================================
                                                 END BODYCONT
                    ====================================================================== -->

                    <!-- ======================================================================
                                            START ALSO READ
                        ======================================================================= -->
                    <?php include 'sections/also_read_home.php'?>

                    <!-- ======================================================================
                            END ALSO READ
                        ======================================================================= -->

                </div>
            </div>

            <div class="col-lg-4">

                <!-- =====================================================================
                                                 START SIDEBAR
                ====================================================================== -->
                <?php include 'sections/homesidebar.php'?>
                <!-- =====================================================================
                                                 END SIDEBAR
                ====================================================================== -->

            </div>
        </div>
    </div>
</section>

<!-- =====================================================================
                                             START FOOTER
           ====================================================================== -->
<?php include 'sections/footer.php'?>
<!-- =====================================================================
                                             END FOOTER
            ====================================================================== -->