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/ |
<?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>Who We Are - 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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&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/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Sailor
* Template URL: https://bootstrapmade.com/sailor-free-bootstrap-theme/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body class="services-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++;
}
?>
</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=""><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</a></li>
<li class="dropdown"><a href=""><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">
<!-- Page Title -->
<div class="page-title light-background wvr">
<div class="container d-lg-flex justify-content-between align-items-center">
<h1 class="mb-2 mb-lg-0">who we are</h1>
<nav class="breadcrumbs">
<ol>
<li><a href="index.php">Home</a></li>
<li class="current">Who We Are</li>
</ol>
</nav>
</div>
</div><!-- End Page Title -->
<section class="whoweare">
<div class="container">
<div class="row" style="
background: #ffffffde;
">
<div class="col-md-6">
<h1>Nila, Nila Seva Samithi</h1>
<p style="
text-align: justify;
">Nila Seva Samithi (NILA) is a charitable NGO founded in 2001, dedicated to supporting marginalized communities through education, healthcare, livelihood, disaster relief, and environmental sustainability. We run several key programs, including *Thanal Balashramam* (a childcare home for girls above 6 years and boys 6-10 years), *Thanal Sisumandiram* (a Foundling Home for children up to 6 years), *Sree Vilwadrinatha Sevasramam* (for boys above 10 years), and *Thanal Mathrusadanam* (an old age home for women aged 55 and above). Additionally, we provide essential services through our *Domestic Violence Shelter* and service center, offering food, medical care, education, and vocational training. We also operate *Nila Vidya Nikethan, a low-fee primary school (an NIOS-based school). Our **Palliative Care Unit* supports over 100 bedridden patients, and our new project, *Karnikaram – Village for Differently Abled*, focuses on the rehabilitation and upliftment of individuals with disabilities. Our mission is to improve lives, promote inclusivity, and create a sustainable future for all.</p>
</div>
<div class="col-md-6">
<img src="assets/img/who-we-are-img.jpg" width="100%" alt="" style="
border-radius: 10%;
">
</div>
</div>
</div>
</section>
<section class="mv">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="titlemv">
<h3>Our Mission & Vision</h3>
</div>
</div>
<div class="col-md-6">
<div class="mission">
<img src="assets/img/mission.jpg" alt="">
<div class="txt-m">
<h5>Mission</h5>
<p>Our Mission is to provide a conducive environment where every child is nurtured to reach his/her potential, every woman is empowered, provide assistance and support to the elderly and communities are strengthened through collaborative and inclusive development. We aspire to create environments where opportunities are accessible to all, fostering growth, equity, and resilience. By championing education, gender respect and community engagement, we aim to inspire transformative change and build a more just and vibrant society for future generations.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="vission">
<div class="txt-m">
<h5>Vision</h5>
<p>Our vision is to empower all marginalized and vulnerable members of society to flourish with dignity, security, and equal opportunities, overcoming social disparities.
</p>
</div>
<img src="assets/img/vision.jpg" alt="">
</div>
</div>
</div>
</div>
</section>
<section class="value">
<div class="container">
<div class="row">
<div class="col-md-4" >
<ul>
<li class="cl" data-aos="fade-up"><h5 class="text-center">Compassion</h5> We approach every individual with empathy, kindness, and understanding, recognizing the unique challenges they face and offering support with a caring heart.
</li>
<li class="cl1" data-aos="fade-up"><h5 class="text-center">Dignity</h5> We are committed to treating all individuals and their families with the utmost respect and honour, ensuring that everyone is valued and their rights are upheld.
</li>
<li class="cl3" data-aos="fade-up"><h5 class="text-center">Excellence</h5> We strive for the highest standards in all aspects of our care and services, continually seeking ways to enhance and improve our practices.
</li>
</ul>
</div>
<div class="col-md-4 text-center " >
<ul>
<li class="cl2" data-aos="fade-up"><h5 class="text-center">Holistic Care</h5> We believe in addressing the comprehensive needs of each person, including physical, emotional, social, and spiritual aspects, to improve their overall quality of life.
</li>
</ul>
<div class="vimg" data-aos="fade-up">
<img src="assets/img/value.png" alt="">
<h3>Core Values</h3>
</div>
</div>
<div class="col-md-4">
<ul>
<li class="cl4" data-aos="fade-up"><h5 class="text-center">Integrity</h5> We operate with honesty, transparency, and ethical principles, maintaining trust and accountability in all our interactions and operations.
</li>
<li class="cl5" data-aos="fade-up"><h5 class="text-center">Collaboration</h5> We value teamwork and partnership, working together with children, Elderly, Women, families, and community members to achieve the best outcomes and support.
</li>
<li class="cl6" data-aos="fade-up"><h5 class="text-center">Empowerment</h5> We aim to empower individuals (Children, Elderly, Women) and families by providing the resources, support, and encouragement needed to make informed decisions and take an active role in their care.</li>
</ul>
</div>
</div>
</div>
</section>
</main>
<?php
include_once('footer.php');
?>