Al-HUWAITI Shell
Al-huwaiti


Server : LiteSpeed
System : Linux in-mum-web1949.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
User : u595547767 ( 595547767)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /home/u595547767/domains/nilasevasamithi.com/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/u595547767/domains/nilasevasamithi.com/public_html/index.php
<?php
    include_once('admin/connect.php');
    session_start();
    $id=session_id();
    $_SESSION['sessionid']=$id;
?>

<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <meta content="width=device-width, initial-scale=1.0" name="viewport">
  <title>Nila Seva Samithi</title>
  <meta name="description" content="">
  <meta name="keywords" content="">

  <!-- Favicons -->
  <link href="assets/img/favicon.png" rel="icon">
  <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">

  <!-- Fonts -->
  <link href="https://fonts.googleapis.com" rel="preconnect">
  <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">

  <!-- Vendor CSS Files -->
  <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
  <link href="assets/vendor/aos/aos.css" rel="stylesheet">
  <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
  <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">

  <!-- Main CSS File -->
  <link href="assets/css/main.css" rel="stylesheet">

 
</head>

<body class="index-page">

  <header id="header" class="header sticky-top">

    <div class="topbar d-flex align-items-center dark-background">
      <div class="container d-flex justify-content-center justify-content-md-between">
        <div class="contact-info d-flex align-items-center">
          <i class="bi bi-envelope d-flex align-items-center"><a href="mailto:info@thannal.org">info@thannal.org</a></i>
          <i class="bi bi-phone d-flex align-items-center ms-4"><span>9447216144 / 04884285855</span></i>
        </div>
        <div class="social-links d-none d-md-flex align-items-center">
          <a href="#" class="twitter"><i class="bi bi-twitter-x"></i></a>
          <a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
          <a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
          <a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a>
        </div>
      </div>
    </div><!-- End Top Bar -->

    <div class="branding">

      <div class="container position-relative d-flex align-items-center justify-content-between">
        <a href="index.php" class="logo d-flex align-items-center">
         
          <img src="assets/img/logo.png" alt="">

        </a>
 <nav id="navmenu" class="navmenu">
          <ul>
            <li><a href="index.php" class="active">Home</a></li>
            <li class="dropdown"><a href=""><span>About us</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
              <ul>
                <li><a href="who-we-are.php">Who We Are</a></li>
                <li><a href="whyus.php">Why Us</a></li>
                <li><a href="Meet-our-team.php">Meet Our Team</a></li>
              </ul>
            </li>
            <li class="dropdown"><a href="services.php"><span>Our Services</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
              <ul>
                 <?php
                  $selservice = mysqli_query($con,"SELECT * FROM tbl_services ORDER BY service_id ASC");
                  $i=1;
                  while($srow = mysqli_fetch_array($selservice)) {
                ?>
                  <li><a href="service_details.php?id=<?php echo  $srow['service_id']; ?>"><?php echo $srow['service_name']; ?></a></li>

                  <?php 
                   $i++;
                 }
                 ?>
                <!-- <li><a href="Child-care-program.php">Child care program</a></li>
                <li><a href="Women-care-program.php">Women care program</a></li>
                <li><a href="Education-and-Empowerment.php">Education and Empowerment </a></li>
                <li><a href="CommunityOutreach-Program.php">Community Outreach Program</a></li>
                <li><a href="Rehabilitation-for-differently-abled.php">Rehabilitation for differently abled </a></li>

                <li><a href="Environmental-fortification.php">Environmental fortification</a></li>
                <li><a href="Mental-Health-Service.php">Mental Health Service</a></li>
                <li><a href="Other-services.php">Other services</a></li> -->              
              </ul>
            </li>
            <li class="dropdown"><a href="#"><span>Media</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
              <ul>
                <li><a href="Media.php">Media</a></li>
                <li><a href="News-Letter.php">News letter</a></li>
                <li><a href="Events.php">Events</a></li>
                <li><a href="Gallery.php">Gallery</a></li>
              </ul>
            </li>
            <li class="dropdown"><a href="about.php"><span>Reports</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
              <ul>
                <li><a href="Annual-Reports.php">Annual Reports</a></li>
                
              </ul>
            </li>
            
            <li><a href="CSR.php">CSR Activities</a></li>.
            <li class="dropdown"><a href="about.php"><span>Get Involved</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
              <ul>
                <li><a href="Volunteer.php">Volunteer</a></li>
                  <li><a href="Internship.php">Internship</a></li>
                  <li><a href="Work-with-us.php">Work with us</a></li> 
                
              </ul>
            </li>
           
            <li><a href="contact.php">Reach out to us</a></li>
            <div class="donatenow"><a href="donate.php">Donate Now</a></div>
          </ul>
          <i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
        </nav>

      </div>

    </div>
    
  </header>
  
  <main class="main">

    <!-- Hero Section -->
    <section id="hero" class="hero section">

      <div id="hero-carousel" class="carousel slide carousel-fade" data-bs-ride="carousel" data-bs-interval="5000">
        <?php
            $selresult = mysqli_query($con,"SELECT * FROM tbl_banners ORDER BY banner_id ASC");
            $i=1;
            while($row = mysqli_fetch_array($selresult)) {
        ?>
        <div class="carousel-item active">
          <img src="admin/<?php echo $row['banner_image']; ?>" alt="">
          <div class="carousel-container s1 b<?php echo $row['banner_id']; ?>">
            <!-- <h2>Welcome to <br><span>NILA SEVASAMITHI</span></h2> -->
             <h2><?php echo $row['banner_title']; ?></h2>
            <p><?php echo $row['banner_subtitle']; ?></p>
             <!--<a href="who-we-are.php" class="btn-get-started"> Read More</a>-->
          </div>
        </div><!-- End Carousel Item -->
         <?php
           $i++;
          } 
        ?>
        <a class="carousel-control-prev" href="#hero-carousel" role="button" data-bs-slide="prev">
          <span class="carousel-control-prev-icon bi bi-chevron-left" aria-hidden="true"></span>
        </a>
        <a class="carousel-control-next" href="#hero-carousel" role="button" data-bs-slide="next">
          <span class="carousel-control-next-icon bi bi-chevron-right" aria-hidden="true"></span>
        </a>
      </div>
    </section><!-- /Hero Section -->
    <section class="bg-marquee">
      <div class="container">
        <div class="marquee">
           <?php
            $selnote = mysqli_query($con,"SELECT * FROM tbl_notifications ORDER BY note_id ASC");
            $i=1;
            while($rownote = mysqli_fetch_array($selnote)) {
            ?>
            <marquee width="100%" direction="left" height="35px">
            <?php 
              echo $rownote['note_data'];
            ?>
            </marquee>
            <?php
              }
            ?>
        </div>
      </div>
    </section>
    <section id="featured">
      <div class="container">

        <div class="row gy-4">

          <div class="col-lg-3 d-flex" data-aos="fade-up" data-aos-delay="200">
            <div class="featured-item position-relative">
              <div class="icon"><img src="assets/img/child.png" alt=""></div>
              <h4><a href="" class="stretched-link">Holistic Child Development</a></h4>
              <p>Nila Seva Samithi helps children build a strong foundation for lifelong learning, resilience, and well-being on nurturing all aspects of a child's growth—physical, emotional, social, cognitive, and spiritual. By recognizing and supporting each area of development. This comprehensive approach fosters a balanced environment where children can explore, learn, and thrive in every facet of their lives.</p>
            </div>
          </div><!-- End Featured Item -->
          <div class="col-lg-3 d-flex" data-aos="fade-up" data-aos-delay="300">
            <div class="featured-item position-relative">
              <div class="icon"><img src="assets/img/comencare.png" alt=""></div>
              <h4><a href="" class="stretched-link">Women care</a></h4>
              <p>Women’s care development is dedicated to  enhance their physical, emotional, and mental well-being. By fostering a nurturing environment, we aim to support women with the confidence to lead healthier, more fulfilling lives. Our  approach focuses on building resilience, promoting self-care, and ensuring women have access to the services they need to thrive in all aspects of life.</p>
            </div>
          </div><!-- End Featured Item -->
          <div class="col-lg-3 d-flex" data-aos="fade-up" data-aos-delay="100">
            <div class="featured-item position-relative">
              <div class="icon"><img src="assets/img/empowerment.png" alt=""></div>
              <h4><a href="" class="stretched-link">Empowering Communities</a></h4>
              <p>We help individuals unlock their potential and build stronger, more resilient communities. Our approach focuses on inclusivity, skill development, and sustainable growth, ensuring that every member has the opportunity to contribute and thrive. Together, we can create a future where everyone has the support they need to succeed.</p>
            </div>
          </div><!-- End Featured Item -->
        

          <div class="col-lg-3 d-flex" data-aos="fade-up" data-aos-delay="300">
            <div class="featured-item position-relative">
              <div class="icon"><img src="assets/img/environmental.png" alt=""></div>
              <h4><a href="" class="stretched-link">Environmental Stewardship</a></h4>
              <p>We work to protect natural resources and preserve biodiversity. Our commitment to environmental stewardship empowers individuals and communities to make mindful choices that contribute to a cleaner, greener world for all. Together, we can create a lasting impact on the environment and cultivate a more sustainable future.</p>
            </div>
          </div><!-- End Featured Item -->
        

        </div>

      </div>
    </section>
    <!-- About Section -->
    <section id="about" class="section about">

      <div class="container" data-aos="fade-up" data-aos-delay="100">

        <div class="row gy-4">
          <div class="col-lg-4 order-1 order-lg-1">
            <div class="causes-style1_image-box">

              <div class="causes-style1_image2">
              <img decoding="async" src="assets/img/about.jpg" alt="causes">
              </div>
              <div class="main">
              <img decoding="async" src="assets/img/about1.jpg" alt="causes">
              </div>
              
              <!--<div class="causes-style1_image4">-->
              <!--<img decoding="async" src="assets/img/about2.jpg" alt="causes">-->
              <!--</div>-->
              </div>
          </div>
          <div class="col-lg-5 order-2 order-lg-2 content">
           
            <h3>Welcome to </h3>
            <h1><span>NILA SEVA SAMITHI.
            </span></h1>
            <p class="">
              Founded in 2001 (Registration No. 306/2001), Nila Seva Samithi is a Charitable Society dedicated to preserving Bharatheeya culture through a Dharmic approach. Since its inception, Nila has consistently worked to support and uplift the marginalized and disadvantaged members of society. Our commitment to compassion, social responsibility, and community welfare is deeply embedded in everything we do. Nila’s mission is to foster the well-being of the community by safeguarding cultural heritage and providing essential aid to those in need, all while embodying the principles of selfless service and cultural enrichment.
            </p>
            <div class="btns-box">
              <a class="btn-one" href="donate.php"><span class="txt"><i class="bi bi-balloon-heart"></i>Donate Now</span></a>
              
              </div>
          </div>
          <div class="col-lg-3 order-3 order-lg-3 content">
            <div class="causes-style1_image5">
              <img decoding="async" src="assets/img/about5.jpg" alt="causes">
              <img decoding="async" src="assets/img/about4.jpg" alt="causes">

              </div>
          </div>  
        </div>
      </div>
    </section><!-- /About Section -->

    <!-- Services Section -->
    <section id="services" class="services section">

      <div class="container">
        <div class="section-title">
          <h2>Our Programs</h2>
        </div>
        <div class="row gy-4">
          <?php
            $selservice1 = mysqli_query($con,"SELECT * FROM tbl_services ORDER BY service_id ASC");
            $i=1;
            while($srowser1 = mysqli_fetch_array($selservice1)) {
          ?>
          <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
            <div class="service-item  position-relative">
              <img src="admin/<?php echo $srowser1['service_image']; ?>" alt="">
              <a href="service_details.php?id=<?php echo  $srowser1['service_id']; ?>" class="stretched-link"> </a>
                <h3><?php echo $srowser1['service_name']; ?> </h3>
              </a>
              <p><?php  echo substr($srowser1['service_description'], 0, 150); ?></p>
              <a href="service_details.php?id=<?php echo  $srowser1['service_id']; ?>" class="btn-read">Read More</a>
            </div>
          </div><!-- End Service Item -->
          <?php 
               $i++;
             }
          ?>
        </div>
      </div>
    </section><!-- /Services Section -->

    <section class="impact">
        <div class="container">
          <div class="row">
              
            <div class="col-md-9 point-impact">
              <div class="row">
                <div class="col-md-3">
                  <h3 class="impact-heading">Our Impact  </h3>
                </div>
                <?php
                  $selimpact= mysqli_query($con,"SELECT * FROM tbl_impact ORDER BY impact_id ASC");
                  $i=1;
                  while($srowimp = mysqli_fetch_array($selimpact)) {
                ?>
                <div class="col-md-2">
                  <img src="admin/<?php echo $srowimp['impact_image']; ?>" alt="">
                  <div class="inner-count">
                    <span data-purecounter-start="0" data-purecounter-end="<?php echo $srowimp['impact_count']; ?>" data-purecounter-duration="1" class="purecounter">+</span>
                    <p><strong><?php echo  $srowimp['impact_content']; ?>
                    </strong> </p>
                  </div>
                </div>
                <?php 
                  $i++;
                 }
                ?>
              </div>
            </div>
            <div class="col-md-3"></div>
          </div>
        </div>
    </section>
    <!-- Clients Section -->
    <section id="clients" class="section clients">

      <!-- Section Title -->
      <div class="container section-title" data-aos="fade-up">
        <h2>Our CSR Partners </h2>
      </div><!-- End Section Title -->

      <div class="container" data-aos="fade-up" data-aos-delay="100">

        <div class="swiper init-swiper">
          <script type="application/json" class="swiper-config">
            {
              "loop": true,
              "speed": 600,
              "autoplay": {
                "delay": 5000
              },
              "slidesPerView": "auto",
              "pagination": {
                "el": ".swiper-pagination",
                "type": "bullets",
                "clickable": true
              },
              "breakpoints": {
                "320": {
                  "slidesPerView": 2,
                  "spaceBetween": 40
                },
                "480": {
                  "slidesPerView": 3,
                  "spaceBetween": 60
                },
                "640": {
                  "slidesPerView": 4,
                  "spaceBetween": 80
                },
                "992": {
                  "slidesPerView": 4,
                  "spaceBetween": 120
                }
              }
            }
          </script>
          <div class="swiper-wrapper align-items-center">
              <?php
                  $selpartner= mysqli_query($con,"SELECT * FROM tbl_partners ORDER BY partner_id ASC");
                  $i=1;
                  while($srowpart = mysqli_fetch_array($selpartner)) {
                ?>
            <div class="swiper-slide"><img src="admin/<?php echo $srowpart['partner_image']; ?>" class="img-fluid" alt=""></div>
             <?php 
               $i++;
             }
             ?>
          </div>
          <div class="swiper-pagination"></div>
        </div>

      </div>

    </section><!-- /Clients Section -->
   
    <section id="clients" class="section impact-story">

      <!-- Section Title -->
      <div class="container section-title" data-aos="fade-up">
        <h2>Voices of our Supporters & Beneficiaries
        </h2>
      </div><!-- End Section Title -->

      <div class="container" data-aos="fade-up" data-aos-delay="100">

        <div class="swiper init-swiper">
          <script type="application/json" class="swiper-config">
            {
              "loop": true,
              "speed": 1600,
              "autoplay": {
                "delay": 15000
              },
              "slidesPerView": "auto",
              "pagination": {
                "el": ".swiper-pagination",
                "type": "bullets",
                "clickable": true
              },
              "breakpoints": {
                "320": {
                  "slidesPerView": 1,
                  "spaceBetween": 40
                },
                "480": {
                  "slidesPerView": 31,
                  "spaceBetween": 60
                },
                "640": {
                  "slidesPerView": 1,
                  "spaceBetween": 80
                },
                "992": {
                  "slidesPerView": 1,
                  "spaceBetween": 120
                }
              }
            }
          </script>
          <div class="swiper-wrapper align-items-center">
             <?php
                  $selstory= mysqli_query($con,"SELECT * FROM tbl_story ORDER BY story_id ASC");
                  $i=1;
                  while($srowstory = mysqli_fetch_array($selstory)) {
                ?>
            <div class="swiper-slide">
              <div class="left">
                <img src="admin/<?php echo $srowstory['story_image']; ?>" alt="">
              </div>
              <div class="right">
                <p class="read-more-text"><?php echo $srowstory['story_content']; ?></p>
              </div>
            </div>
            <?php 
               $i++;
             }
            ?>
          </div>
          <div class="swiper-pagination"></div>
        </div>

      </div>

    </section><!-- /Clients Section -->
    <section class="cta">
      <div class="hand1"><img class="float-bob-y" src="assets/img/hand-1.png" alt=""></div>
      <div class="hand2"><img class="float-bob-y" src="assets/img/hand-2.png" alt=""></div>
      <div class="hand3"><img class="float-bob-y" src="assets/img/hand-3.png" alt=""></div>

      <div class="hand4"><img class="float-bob-y" src="assets/img/hand-4.png" alt=""></div>

      <div class="container">
        <div class="row">
          <div class="col-md-6"></div>
          <div class="col-md-6">
            <div class="cta-inner">
              <h2>Every individual deserves access to basic needs, education, and essential healthcare services for a brighter, healthier future.</h2>
                <h5>Your small support can make a big impact on someone's life. Act today and help create lasting change!

                </h5>
                <div class="btns-box">
                  <a class="btn-one" href=""><span class="txt"><i class="bi bi-check-circle"></i>Join Today.</span></a>
                  
                  </div>
            </div>
            
          </div>
        </div>
      </div>
    </section>
  </main>
  <?php
    include_once('footer.php');
  ?>

Al-HUWAITI Shell