HOME


Mini Shell 1.0
DIR: /home/islapiiu/sites/forbes/contact-form/img/
Upload File :
Current File : /home/islapiiu/sites/forbes/contact-form/img/excursion.php.tar
home/islapiiu/sites/madolduwaboatride/excursion.php000064400000016626150766457740016721 0ustar00<?php
include './db.php';
include './function.php';
?>
<!DOCTYPE html>

<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        
        <title>Excursion | Madol Duwa Boat Ride</title>        
        
        <meta name="description" content="Welcome to Gin River Safari , If you stay at the Galle, Hikkaduwa, Unawatuna area you should go with a boat at the Gin Ganga. Usually we start the safari in gintota bridge. Also, we do not use motor boat and the boat is ridden by two people and your tour make it so nature friendly. So you will able to hear many bird sounds and water flow sounds of the river. We run the business as our family and we will make you happy for your value." />
        <meta name="keywords" content="Timber Corporation, Vegetable Garden, Local fishing Using fishing nets, Watching Birds, Wetland animals Varennes, River Line Environment,Kadolana,  rever safari, Contact gin ganga, Contact gin river, Gin River Safari,gin ganga,madu ganga river safari,Gin ganga boat safari,Gin ganga tour,Gin ganga trip,Gin ganga mangroves,Gin ganga biodiversity" />
        
 
        <link rel="icon" type="image/png" sizes="32x32" href="images/about/icon.png">
        <!-- Bootstrap -->
        <link href="css/bootstrap.css" rel="stylesheet">
        <!-- font-awesome -->
        <link href="css/font-awesome.css" rel="stylesheet">
        <!-- chosen.min -->
        <link href="css/chosen.min.css" rel="stylesheet">
        <!-- slick-slider -->
        <link href="css/slick-slider.css" rel="stylesheet">
        <!-- jquery.bxslider -->
        <link href="css/jquery.bxslider.css" rel="stylesheet">
        <!-- prettyPhoto -->
        <link href="css/prettyPhoto.css" rel="stylesheet">
        <!-- responsive menu component -->
        <link href="js/responsive-menu/component.css" rel="stylesheet">
        <!-- svg-icons -->
        <link href="css/svg-icons.css" rel="stylesheet">
        <!-- Typography -->
        <link href="css/typography.css" rel="stylesheet">
        <!-- jquery.auto-complete -->
        <link href="css/jquery.auto-complete.css" rel="stylesheet">
        <!-- shortcodes -->
        <link href="css/shortcodes.css" rel="stylesheet">
        <!-- Colors -->
        <link href="css/colors.css" rel="stylesheet">
        <!-- Style Sheet -->
        <link href="style.css" rel="stylesheet">
        <!-- Responsive theme-->
        <link href="css/responsive.css" rel="stylesheet">
        <link href="css/mystyle.css" rel="stylesheet">

    </head>

    <body>
        <div class="eco_wrapper"> 
            <?php
            include './header.php';
            ?>


            <div class="eco_banner eco_inner_page_banner">
                <!--Eco Template Banner img-->
                <div class="eco_headings">
                    <h3>Excursion</h3>
                </div>
                <ul class="eco_page_link">
                    <li><a href="#">Home</a></li>
                    <li class="active"><a href="#">Excursion</a></li>
                </ul>
            </div>

            <div class="content">
                <section>
                    <!--Eco blog-->
                    <div class="eco_blog_section">
                        <div class="container">
                            <div class="row">

                                <?php
                                $activities = getAllActivities();

                                if (count($activities) > 0) {
                                    foreach ($activities as $activitie) {
                                        ?>

                                        <!--Eco blog column-->
                                        <div class="col-md-4 col-sm-6 responsive-col-xs">
                                            <!--Eco blog column-->
                                            <div class="eco_blog_column btum" >
                                                <!--Eco blog column picture-->
                                                <figure>
                                                    <div class="eco_thumb eco_hover_effect">
                                                        <img src="images/excursion/<?php echo $activitie["image_name"]; ?>" alt="">	
                                                        <div class="eco_hover_btn">
                                                            <a class="mediem_btn_02" href="view-excursion.php?id=<?php echo $activitie["id"]; ?>">Read More</a>
                                                        </div>
                                                    </div>
                                                </figure>
                                                <!--Eco blog column content-->
                                                <div class="eco_blog_content"> 
                                                    <!--Eco blog date-->

                                                    <div class="eco-event-title" style="padding-bottom: 10px">
                                                        <h5><?php echo $activitie["title"]; ?></h5>
                                                    </div>
                                                     
                                                    <p class="text-justify"><?php echo substr($activitie["sort_description"], 0, 130) . " ..."; ?></p>
                                                </div>
                                            </div>
                                        </div>
                                        <!--Eco blog column-->
 
                                        <?php
                                    }
                                } else {
                                    ?> 
                                    <b style="padding-left: 15px;">No Excursion in the database.</b> 
                                <?php } ?> 
                            </div>
                        </div>

                    </div>
                    <!--Eco blog ends-->
                </section>
            </div>

            <?php
            include './footer.php';
            ?>

        </div>
        <div id="preloader">
            <div id="status"></div>
        </div>

        <!-- jQuery (JavaScript plugins) -->
        <script src="js/jquery.js"></script>
        <!-- Bootstrap js -->
        <script src="js/bootstrap-lab.js"></script>
        <script src="js/bootstrap.js"></script>
        <!--responsive-menu -->
        <script src="js/responsive-menu/modernizr.custom.js"></script>
        <script src="js/responsive-menu/jquery.dlmenu.js"></script>
        <!-- masonry & filterable -->
        <script src="js/jquery-filterable.js"></script>
        <script src="js/masonry-gallery.js"></script>
        <!-- chosen.jquery js -->
        <script src="js/chosen.jquery.min.js"></script>
        <script src="js/jquery.auto-complete.js"></script>
        <!-- jquery.prettyPhoto js -->
        <script src="js/jquery.prettyPhoto.js"></script>
        <!-- countup and countdown js -->
        <script src="js/countup.js"></script>
        <script src="js/jquery.countdown.js"></script>
        <!-- slider -->
        <script src="js/slick-slider.js"></script>
        <script src="js/jquery.bxslider.js"></script>
        <script src="js/owl.carousel.js"></script>
        <!-- custom js -->
        <script src="js/custom.js"></script>

    </body>
</html>
home/islapiiu/sites/greenresidences/excursion.php000064400000022631150766542270016361 0ustar00<?php
include_once(dirname(__FILE__) . '/class/include.php');

$EXCURSION = new Excursions(Null);
$excursions = $EXCURSION->all();
?>

<!DOCTYPE html>
<html lang="en-US" class="scheme_original">

    <head>

        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
        <meta name="format-detection" content="telephone=no">
        <link rel="icon" type="image/x-icon" href="images/favicon.png" />
        <title>Green Residences</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="We provide more activities to do in Sri Lanka with our experienced and customer friendly team." />
        <meta name="keywords" content="green residences excrusion, destinations of sri lanka, activities of sri lanka, luxury apartment in sri lanka, galle apartments, accommodation in sri lanka, deluxe double room in sri lanka" />

        <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Serif%3A400%2C700%7CRaleway%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%7COpen+Sans%3A300%2C400%2C600%2C700%2C800%7CMontserrat%3A700%2C400&amp;subset=cyrillic%2Ccyrillic-ext%2Clatin%2Cgreek-ext%2Cgreek%2Clatin-ext%2Cvietnamese&amp;ver=1.6.11" type="text/css" media="all">
        <link rel='stylesheet' href='js/vendor/booked/font-awesome.min.css' type='text/css' media='all' />
        <link rel='stylesheet' href='js/vendor/essgrid/tooltipster.css' type='text/css' media='all' />
        <link rel='stylesheet' href='js/vendor/essgrid/tooltipster-light.css' type='text/css' media='all' />
        <link rel='stylesheet' href='js/vendor/booked/styles.css' type='text/css' media='all' />
        <link rel='stylesheet' href='js/vendor/revslider/settings.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/fontello/css/fontello.css' type='text/css' media='all' />

        <link rel='stylesheet' href='css/custom/_animation.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/shortcodes.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/style.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/skin.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/custom-style.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/colors.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/responsive.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/skin.responsive.css' type='text/css' media='all' />
        <link rel='stylesheet' href='js/vendor/swiper/swiper.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/_messages.css' type='text/css' media='all' />
        <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
        <link href="js/vendor/magnific-popup/magnific-popup.css" rel="stylesheet" type="text/css"/>
        <link href="css/custom.css" rel="stylesheet" type="text/css"/>
    </head>
    <body class="body_style_wide responsive_menu scheme_original top_panel_show top_panel_above sidebar_hide">
        <div class="body_wrap">
            <div class="page_wrap">

                <!-- Header -->
                <?php
                include 'header.php';
                ?>
                <!-- /Header -->

                <!--breadcrumbs-->
                <div class="top_panel_title heading-banner top_panel_style_1  title_present scheme_original">
                    <div class="top_panel_title_inner top_panel_inner_style_1 breadcrumbs_present_inner">
                        <div class="content_wrap">
                            <h1 class="page_title banner-title">Excursions</h1>
                            <div class="breadcrumbs banner-title">
                                <a class="breadcrumbs_item home" href="./">Home</a>
                                <span class="breadcrumbs_delimiter"></span>
                                <span class="breadcrumbs_item current">Excursions</span>
                            </div>
                        </div>
                    </div>
                </div>
                <!--/breadcrumbs-->

                <div class="page_content_wrap accommo-padding">
                    <div class="content_wrap">
                        <div class="content">
                            <div class="sc_property sc_property_style_property-1">
                                <div class="columns_wrap ">

                                    <?php
                                    foreach ($excursions as $excursion) {
                                        ?>

                                        <div class="column-1_3 column_padding_bottom">
                                            <div class="sc_property_item">
                                                <div class="sc_property_image">
                                                    <a href="">                                                  
                                                        <img alt="" src="upload/excursion/<?php echo $excursion['image_name'] ?>">
                                                    </a>
                                                </div>
                                                <div class="sc_property_info">
                                                    <div>
                                                        <div class="sc_property_title">
                                                            <div class="sc_property_title_address_1">
                                                                <a href="#"><?php echo substr($excursion['title'], 0, 20) . '...'; ?></a> 
                                                            </div>
                                                            <div class="text-justify accommo-property-content"><?php echo substr($excursion['short_description'], 0, 150) . '...'; ?></div>
                                                        </div>
                                                        <div class="cL"></div>
                                                    </div>
                                                </div>
                                                <div class="sc_property_info_list">                                          
                                                    <a href="view-excursion.php?id=<?php echo $excursion["id"]; ?>"><button class="read-more excursion-readmore">Read More</button></a>
                                                </div>
                                            </div>
                                        </div>

                                        <?php
                                    }
                                    ?>


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

                    </div>
                </div>

                <!-- Footer -->
                <?php
                include 'footer.php';
                ?>
                <!-- /Footer -->

            </div>
        </div>
        <a href="#" class="scroll_to_top icon-up"></a>

        <script data-cfasync="false" src="cdn-cgi/scripts/f2bf09f8/cloudflare-static/email-decode.min.js"></script>
        <script type='text/javascript' src='js/vendor/jquery.js'></script>
        <script type='text/javascript' src='js/custom/plugins.js'></script>
        <script type='text/javascript' src='js/custom/messages.js'></script>
        <script type='text/javascript' src='js/vendor/jquery-migrate.min.js'></script>
        <script type='text/javascript' src='js/vendor/essgrid/lightbox.js'></script>
        <script type='text/javascript' src='js/vendor/essgrid/jquery.themepunch.tools.min.js'></script>
        <script type='text/javascript' src='js/vendor/revslider/jquery.themepunch.revolution.min.js'></script>
        <script type='text/javascript' src='js/vendor/modernizr.min.js'></script>
        <script type='text/javascript' src='js/vendor/ui/jquery-ui.min.js'></script>
        <script type="text/javascript" src="js/vendor/revslider/revolution.extension.slideanims.min.js"></script>
        <script type="text/javascript" src="js/vendor/revslider/revolution.extension.layeranimation.min.js"></script>
        <script type="text/javascript" src="js/vendor/revslider/revolution.extension.navigation.min.js"></script>
        <script type='text/javascript' src='js/vendor/superfish.js'></script>
        <script type='text/javascript' src='js/custom/_utils.js'></script>
        <script type='text/javascript' src='js/custom/_init.js'></script>
        <script type='text/javascript' src='js/custom/_shortcodes.js'></script>
        <script type='text/javascript' src='js/vendor/parallax.js'></script>
        <script type='text/javascript' src='js/vendor/skrollr.min.js'></script>
        <script type='text/javascript' src='js/vendor/swiper/swiper.min.js'></script>
        <script src="js/vendor/isotope.min.js" type="text/javascript"></script>
        <!--<script type='text/javascript' src='http://maps.google.com/maps/api/js?sensor=false'></script>-->
        <script src="js/custom/_googlemap.js" type="text/javascript"></script>
        <script src="js/vendor/magnific-popup/jquery.magnific-popup.min.js" type="text/javascript"></script>

        <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>

    </body>

</html>home/islapiiu/sites/travelwithsusa/excursion.php000064400000015073150767531650016304 0ustar00<!DOCTYPE html>
<?php
include './class/include.php';
?>
<html lang="en"> 
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="keywords" content="tours in matara, sri lanka round tour in matara , sri Lanka travel agents, sri Lanka travel agents in matara, travel agents in matara, destination in matara, attraction in matara, tour packages, travel with susa, tour operators in matara " /> 
        <meta name="description" content="Travel with Susa, is a well-organized and planned touring company who makes sure that if you travel to Sri Lanka you have the best of it. We specialize in tours relating to vast islands of the country. We have expertise and polite crew to dedication for your service. " /> 
        <meta name="viewport" content="width=device-width, initial-scale=1.0">

        <meta property="og:image" content="social-image.png" />
        <meta name="format-detection" content="telephone=no">

        <!-- FAVICONS ICON -->
        <link rel="icon" href="images/logo.png" type="image/x-icon" />
        <link rel="shortcut icon" type="image/x-icon" href="images/lof.png" />

        <!-- PAGE TITLE HERE -->
        <title>Excursions | Travel Agent in Matara | Taxi in Matara | Tour with Susa </title>

        <!-- MOBILE SPECIFIC -->
        <meta name="viewport" content="width=device-width, initial-scale=1"> 

        <!-- STYLESHEETS -->
        <link rel="stylesheet" type="text/css" href="css/plugins.css">
        <link rel="stylesheet" type="text/css" href="css/style.css">
        <link rel="stylesheet" type="text/css" href="css/templete.css">
        <link class="skin" rel="stylesheet" type="text/css" href="css/skin/skin-1.css">
        <link rel="stylesheet" href="plugins/datepicker/css/bootstrap-datetimepicker.min.css"/>
        <!-- Revolution Slider Css -->
        <link rel="stylesheet" type="text/css" href="plugins/revolution/revolution/css/layers.css">
        <link rel="stylesheet" type="text/css" href="plugins/revolution/revolution/css/settings.css">
        <link rel="stylesheet" type="text/css" href="plugins/revolution/revolution/css/navigation.css">
        <!-- Revolution Navigation Style -->
    </head>
    <body id="bg"> 
        <div class="page-wraper">
            <!-- header -->
            <?php include './header.php'; ?>
            <!-- header END -->
            
            <!-- Content -->
            <div class="page-content"> 
                <div class="dlab-bnr-inr overlay-black-middle" style="background-image:url(images/banner/bnr1.jpg);">
                    <div class="container">
                        <div class="dlab-bnr-inr-entry">
                            <h1 class="text-white">Excursions</h1> 
                            <div class="breadcrumb-row">
                                <ul class="list-inline">
                                    <li><a href="index.php">Home</a></li>
                                    <li>Excursions</li>
                                </ul>
                            </div> 
                        </div>
                    </div>
                </div>
                <!-- PACKAGES -->
                
                <div class="section-full bg-white content-inner dlab-about-1"> 
                    <div class="container">                        
                        <div class="row">
                            <?php
                            $EXCURSION = new Activities(NULL);
                            foreach ($EXCURSION->all() as $excursion) {
                                ?>
                                <div class="col-md-6 col-lg-4 col-sm-6 m-b30">
                                    <div class="dlab-box hotal-box" data-tilt data-tilt-max="10" data-tilt-speed="1">
                                        <a href="view-excursion.php?id=<?php echo $excursion['id'] ?>"> 
                                            <div class="dlab-media dlab-img-effect dlab-img-overlay2">  
                                                <img src="upload/activity/<?php echo $excursion['image_name'] ?>" alt="">  
                                                <div class="dlab-info-has p-a20 text-white no-hover">
                                                    <h4 class="m-t0 m-b10"><?php echo $excursion['title'] ?></h4>
                                                    <span>View More</span> 
                                                </div>
                                            </div> 
                                        </a> 
                                    </div>
                                </div>
                            <?php }
                            ?>
                        </div>
                    </div>
                </div>
            </div> 
        </div>
        <!-- Footer -->
        <?php include './footer.php' ?>
        <!-- Footer END-->
        
        <!-- scroll top button -->
        <button class="scroltop fa fa-arrow-up " ></button>

        <!-- JAVASCRIPT FILES ========================================= -->
        <script src="js/jquery.min.js"></script><!-- JQUERY.MIN JS -->
        <script src="plugins/wow/wow.js"></script><!-- WOW JS -->
        <script src="plugins/bootstrap/js/popper.min.js"></script><!-- BOOTSTRAP.MIN JS -->
        <script src="plugins/bootstrap/js/bootstrap.min.js"></script><!-- BOOTSTRAP.MIN JS -->
        <script src="plugins/bootstrap-select/bootstrap-select.min.js"></script><!-- FORM JS -->
        <script src="plugins/bootstrap-touchspin/jquery.bootstrap-touchspin.js"></script><!-- FORM JS -->
        <script src="plugins/magnific-popup/magnific-popup.js"></script><!-- MAGNIFIC POPUP JS -->
        <script src="plugins/counter/waypoints-min.js"></script><!-- WAYPOINTS JS -->
        <script src="plugins/counter/counterup.min.js"></script><!-- COUNTERUP JS -->
        <script src="plugins/imagesloaded/imagesloaded.js"></script><!-- IMAGESLOADED -->
        <script src="plugins/masonry/masonry-3.1.4.js"></script><!-- MASONRY -->
        <script src="plugins/masonry/masonry.filter.js"></script><!-- MASONRY -->
        <script src="plugins/owl-carousel/owl.carousel.js"></script><!-- OWL SLIDER -->
        <script src="plugins/rangeslider/rangeslider.js" ></script><!-- Rangeslider -->
        <script src="plugins/datepicker/js/moment.js"></script><!-- DATEPICKER JS -->
        <script src="plugins/datepicker/js/bootstrap-datetimepicker.min.js"></script><!-- DATEPICKER JS -->
        <script src="js/custom.js"></script><!-- CUSTOM FUCTIONS  -->
        <script src="js/dz.carousel.js"></script><!-- SORTCODE FUCTIONS  -->
         
    </body>
</html>home/islapiiu/sites/evergreenvilla/excursion.php000064400000015346150767753000016227 0ustar00<!doctype html>
<?php
include './class/include.php';
?>
<html lang="en">
    <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
    <head>
        <!-- Required meta tags -->
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        <!-- Meta Tags -->
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="description" content="Vilena template">
        <meta name="keywords" content="hotel, resort, hotel booking, tour, living hotel, motel, event, hotel template">
        <meta name="author" content="Unicoder">

        <!-- Favicons -->
        <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">

        <!-- Font Link -->
        <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css?family=Oleo+Script:400,700" rel="stylesheet">

        <!-- Required style of the theme -->
        <link rel="stylesheet" href="css/bootstrap.min.css">
        <link rel="stylesheet" href="css/layerslider.css">
        <link rel="stylesheet" href="css/common.css">
        <link rel="stylesheet" href="css/style.css">
        <link rel="stylesheet" href="css/color.css" id="color-change">
        <link rel="stylesheet" href="css/fontawesome-all-5.2.0.min.css">
        <link rel="stylesheet" href="webfonts/flaticon/flaticon.css">
        <link href="css/custom.css" rel="stylesheet" type="text/css"/>
        <link href="css/responsive.css" rel="stylesheet" type="text/css"/>

        <title>Evergreen Villa | Tours</title>
    </head>
    <body>


        <div id="page_wrapper">
            <div class="">
                <!-- Header 4 Section Start -->
                <?php include './header-top.php'; ?>
                <!-- Header 4 Section End --> 

                <!-- Page Banner Section Start -->
                <div class="full-row overlay-secondery-opacity-65 bg-img-5" id="page-banner">
                    <div class="container">
                        <div class="row py-80">
                            <div class="col-sm-6">
                                <h1 class="banner-title text-white">Excursion</h1>
                            </div>
                            <div class="col-sm-6">
                                <ul class="pages-link">
                                    <li><a href="index.php">Home</a></li>
                                    <li>/</li>
                                    <li>Excursion</li>
                                </ul>
                            </div>
                        </div>
                    </div>
                </div>
                <!-- Page Banner Section End --> 

                <!-- Awesome Place Section Start -->

                <section class="full-row bg-gray">
                    <div class="container">
                        <div class="row">
                            <?php
                            $ATTRACTION = new Attraction(NULL);
                            foreach ($ATTRACTION->all() as $key => $attraction) {
                                ?>
                                <div class="col-xl-6">
                                    <div class="post-item-2 hover_zoom mb-4">
                                        <div class="row">
                                          
                                            <div class="col-xl-6 col-md-4">
                                                  <a href="view-excursion.php?id=<?php echo $attraction["id"]; ?>">
                                                 <div class="overflow_hidden"><img src="upload/attraction/<?php echo $attraction['image_name'] ?>" alt="Evergreen villa - sinharaja srilanka"></div>
                                            </a>
                                               
                                            </div>
                                            <div class="col-xl-6 col-md-8">
                                                <a class="text-secondery" href="view-excursion.php?id=<?php echo $attraction["id"]; ?>">
                                                <div class="post-detail-2">
                                                    <h6 class="title mb-3" style="color: #2a7509 !important;"><?php echo $attraction['title'] ?></h6>
                                                    <p style="text-align: justify;"><?php echo substr($attraction['short_description'], 0, 165) ?>...</p>
                                                    <ul class="icon-in-list-1">
                                                        <div class="btn btn-primary float-right">View More</div>
                                                    </ul>
                                                </div>
                                                </a>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <?php
                            }
                            ?>
                        </div>
                    </div>
                </section>

                <!-- Awesome Place Section End -->

                <!-- Footer Section Start -->
                <?php include './footer.php'; ?>
                <!-- Footer Section End --> 

                <!-- Copyright Section Start -->
               
                <!-- Copyright Section End -->
                <div class="scroll-to-top"> <a href="#" class="btn-scroll" data-target="body"><i class="fa fa-angle-up" aria-hidden="true"></i><b>Back to Top</b></a> </div>
            </div>
        </div>
        <!-- Wrapper End --> 

        <!-- Jquery links --> 
        <script src="js/jquery.min.js"></script> 
        <script src="js/greensock.js"></script> 
        <script src="js/layerslider.transitions.js"></script> 
        <script src="js/layerslider.kreaturamedia.jquery.js"></script> 
        <script src="js/popper.min.js"></script> 
        <script src="js/bootstrap.min.js"></script> 
        <script src="js/common.js"></script>
        <script src="js/jquery.countdown.js"></script>
        <script src="js/jquery.cookie.js"></script> 
        <script src="js/custom.js"></script> 

        <!-- For Home page5 side nav --> 
        <script>
            function openNav() {
                document.getElementById("mySidenav").style.width = "250px";
                document.getElementById("main").style.marginRight = "250px";
            }

            function closeNav() {
                document.getElementById("mySidenav").style.width = "0";
                document.getElementById("main").style.marginRight = "0";
            }
        </script>
    </body>

</html>