<?php  

$page = "Charity";

?>

<!DOCTYPE html>
<html>
<head>
    <!-- meta tag -->
    <meta charset="utf-8">
    <title>The Ldge Corinth | Charity</title>
    <meta name="description" content="">
    <!-- responsive tag -->
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- favicon -->
    <link rel="apple-touch-icon" href="apple-touch-icon.html">
    <link rel="shortcut icon" type="image/x-icon" href="images/fav.png">
    <!-- bootstrap v4 css -->
    <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
    <!-- font-awesome css -->
    <link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
    <!-- animate css -->
    <link rel="stylesheet" type="text/css" href="css/animate.css">
    <!-- owl.carousel css -->
    <link rel="stylesheet" type="text/css" href="css/owl.carousel.css">
    <!-- slick css -->
    <link rel="stylesheet" type="text/css" href="css/slick.css">
    <!-- rsmenu CSS -->
    <link rel="stylesheet" type="text/css" href="css/rsmenu-main.css">
    <!-- rsmenu transitions CSS -->
    <link rel="stylesheet" type="text/css" href="css/rsmenu-transitions.css">
    <!-- magnific popup css -->
    <link rel="stylesheet" type="text/css" href="css/magnific-popup.css">
    <!-- flaticon css  -->
    <link rel="stylesheet" type="text/css" href="fonts/flaticon.css">
    <!-- timeline css -->
    <link rel="stylesheet" type="text/css" href="css/timeline.css">
    <!-- style css -->
    <link rel="stylesheet" type="text/css" href="style.css">
    <!-- responsive css -->
    <link rel="stylesheet" type="text/css" href="css/responsive.css">
    <!--[if lt IE 9]>
            <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
            <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
        <![endif]-->
</head>

<body class="inner-page">
    <!--Preloader area start here-->
    <div class="book_preload">
        <div class="book">
            <div class="book__page"></div>
            <div class="book__page"></div>
            <div class="book__page"></div>
        </div>
    </div>
    <!--Preloader area end here-->

    <?php include("Support/header.php") ?>

    <!-- Breadcrumbs Start -->
    <div class="rs-breadcrumbs bg7 breadcrumbs-overlay">
        <div class="breadcrumbs-inner">
            <div class="container">
                <div class="row">
                    <div class="col-md-12 text-center">
                        <h1 class="page-title">
                            CHARITY
                            </h1>
                        <ul>
                            <li>
                                <a class="active" href="index.html">Home</a>
                            </li>
                            <li>Charity</li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- Breadcrumbs End -->

    <!-- Blog Single Start Here -->
    <div class="single-blog-details sec-spacer">
        <div class="container">
            <div class="row">
                <div class="col-lg-12 col-md-12 text-justify">
                        <div class="text-center row">
                            <div class="col-lg-2 col-md-12"></div>
                            <div class="col-lg-8 col-md-12">
                                <img src="img/charity/2.jpg" alt="single">
                            </div>
                            <div class="col-lg-2 col-md-12"></div>
                        </div>
                        <br>
                        <h1 class="text-center">Benevolence has always been the cornerstone of Freemasonry.</h1>

                        <p>The values of Freemasonry are based on integrity, kindness, honesty and fairness. Freemasons are taught to practice charity and to care, not only for their own, but also for the community as a whole – both by charitable giving, and by voluntary efforts and works as individuals.</p>
                        <p>Goodwill to all and a desire to help those less fortunate are fundamental principles of the Masonic Fraternity and therefore,charitable giving is a major part of membership of the Freemasons.</p>
                        <p>Freemasons engage in acts of benevolence in a variety of ways, either through simple gestures such as gift giving, or through the raising of money for a variety of funds which help a wide variety of people.</p>
                        <p>As the main benefactors of charitable institutions established by the Fraternity such as the Widows & Orphans Funds, or Loving Care among others, and also by supporting many charities in wider society such as  Children’s Hospice, Freemasons of Nagpur continue to put benevolence and kindness to others at the forefront of their membership.</p>
                        <br>
                        <h1>It is the practice within the Lodge that a charity collection is physically presented to beneficiary.</h1>
                        <p>For those Brethren who are unable to attend the physical visits, they are encouraged to submit a voluntary sum whenever they wish to, or at any other time throughout the year.</p>
                        <p>English Freemasonry has Lodges in many countries throughout the world and charity is a significant part of a Freemason’s ethos. The following charities are run under the aegis of the United Grand Lodge of England. Each of the charities listed has its own website which can be visited by clicking on the icons. These websites are well worth a visit and will give an insight into some of the charitable works of Freemasons. Of course there are many other Masonic charitable works in those countries where Freemasonry is practiced but most of these are not well publicized and will only be found by visiting individual Lodge or District web sites.</p>
                        <p>For those wishing to do so please use the following method of Payment:</p>
                        <p>1. Preferably — Direct Transfer into Lodge Account – Details can be obtained from the Secretary.</p>
                        <p>2. By PayPal through Lodge Web-Site.</p>
                        <p>3. Those resident outside India  who would wish to make use</p>
                </div>
            </div>
        </div>
    </div>
    <!-- Blog Single End  -->



    <?php include("Support/footer.php") ?>



    <!-- start scrollUp  -->
    <div id="scrollUp">
        <i class="fa fa-angle-up"></i>
    </div>

    <!-- Search Modal Start -->
    <div aria-hidden="true" class="modal fade search-modal" role="dialog" tabindex="-1">
        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
            <span aria-hidden="true" class="fa fa-close"></span>
        </button>
        <div class="modal-dialog modal-dialog-centered">
            <div class="modal-content">
                <div class="search-block clearfix">
                    <form>
                        <div class="form-group">
                            <input class="form-control" placeholder="eg: Charity" type="text">
                        </div>
                    </form>
                </div>
            </div>
        </div>
    </div>
    <!-- Search Modal End -->

    <!-- modernizr js -->
    <script src="js/modernizr-2.8.3.min.js"></script>
    <!-- jquery latest version -->
    <script src="js/jquery.min.js"></script>
    <!-- bootstrap js -->
    <script src="js/bootstrap.min.js"></script>
    <!-- owl.carousel js -->
    <script src="js/owl.carousel.min.js"></script>
    <!-- slick.min js -->
    <script src="js/slick.min.js"></script>
    <!-- isotope.pkgd.min js -->
    <script src="js/isotope.pkgd.min.js"></script>
    <!-- imagesloaded.pkgd.min js -->
    <script src="js/imagesloaded.pkgd.min.js"></script>
    <!-- wow js -->
    <script src="js/wow.min.js"></script>
    <!-- counter top js -->
    <script src="js/waypoints.min.js"></script>
    <script src="js/jquery.counterup.min.js"></script>
    <!-- magnific popup -->
    <script src="js/jquery.magnific-popup.min.js"></script>
    <!-- rsmenu js -->
    <script src="js/rsmenu-main.js"></script>
    <!-- plugins js -->
    <script src="js/plugins.js"></script>
    <!-- main js -->
    <script src="js/main.js"></script>
</body>

</html>