Flat Preloader Icon
<div class="c-preloader">
	<div class="c-preloader__count"></div>
  <div class="c-preloader__progress"></div>
</div>
.bricks-is-frontend .c-preloader {
  position: fixed;
  top: 0;
  left: 0;
  background: #cc0000;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
.bricks-is-frontend .c-preloader__count {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
font-size: clamp(4rem, 3.824vw + 2.776rem, 8rem);
  font-weight: 100;
  letter-spacing: -.5rem;
  z-index: 10;
}
.bricks-is-frontend .c-preloader__progress {
  background: black;
  height: 100%;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
}
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.3/TweenMax.min.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.4/imagesloaded.pkgd.min.js"></script>

<script>
  
var imgLoad = imagesLoaded('img');

var progressBar = jQuery(".c-preloader__progress"),
    count = jQuery(".c-preloader__count"),
    images = jQuery("img").length,
    loadedCount = 0,
    loadingProgress = 0;
 
var tlProgress = new TimelineMax({
    paused: true,
    onUpdate: countPercent,
    onComplete: loadComplete
});

tlProgress.to(progressBar, 1, {width:"100%"});

imgLoad.on('progress', function(instance, image) {
    loadProgress();
});
 
function loadProgress() {
    loadedCount++;
    loadingProgress = (loadedCount / images);
    console.log(loadingProgress);

    TweenMax.to(tlProgress, 1, {progress: loadingProgress});
}

function countPercent() {
    var newPercent = (tlProgress.progress() * 100).toFixed();
    count.text(newPercent + "%");
}

function loadComplete() {
    var tlEnd = new TimelineMax();
    tlEnd
        .to(count, 0.5, {autoAlpha: 0})
        .to(".c-preloader", 0.5, {scaleX: 0, transformOrigin: "center right"});
}

</script>
/* Default state: transparent background */
#brx-header.sticky {
  position: sticky;
  top: 0;
  transition: opacity 0.5s ease, background-color 0.5s ease;
  opacity: 1;
  visibility: visible;
  background-color: transparent !important; /* Start with transparent background */
}

/* Hidden state when scrolling down */
#brx-header.sticky.nav-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: transparent !important; /* Stay transparent when hidden */
}

/* Visible state when scrolling up: background becomes black */
#brx-header.sticky.nav-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.5) !important; /* Background becomes black when scrolling up */
}
document.addEventListener('DOMContentLoaded', function () {
  let lastScrollTop = 0;
  const nav = document.querySelector('#brx-header.sticky'); // Ensure this targets the correct header element
  let hasScrolledDown = false; // Track if the user has scrolled down

  // Listen for the scroll event on the window
  window.addEventListener('scroll', function () {
    let scrollTop = window.pageYOffset || document.documentElement.scrollTop;

    console.log('Scroll position:', scrollTop); // Check scroll position in console

    if (scrollTop > lastScrollTop) {
      // User is scrolling down
      console.log('Scrolling down');
      nav.classList.remove('nav-visible');
      nav.classList.add('nav-hidden');
      hasScrolledDown = true; // User has scrolled down
    } else if (scrollTop < lastScrollTop && hasScrolledDown) {
      // User is scrolling up and has already scrolled down
      console.log('Scrolling up');
      nav.classList.remove('nav-hidden');
      nav.classList.add('nav-visible');
    }

    // Update the last scroll position
    lastScrollTop = scrollTop;
  });
});

Hospital and Health Services (HHS)

INF’s hospitals and health services provide essential medical care, offering everything from routine treatments to specialised surgeries. With a strong focus on high-quality, compassionate care, these services ensure accessible healthcare for underserved communities, delivering both preventive and specialised treatments that promote overall health and well-being.

107,420

Outpatient Visits. (2023-2024)

2,204

Inpatient Admissions. (2023-2024)

INF Nepal's HHS

Bridging Gaps in Nepal’s Healthcare: INF Nepal’s Care for Under-Served Communities

Nepal’s healthcare sector is steadily advancing, but gaps remain, especially in areas like disability care and stigmatised illnesses. INF Nepal’s Hospitals and Health Services (HHS) are dedicated to bridging these gaps by offering life-changing, holistic care to under-served communities.

I am a heading one

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero uctus non, massa. Sed cursus ante dapibus diam. Sed nisi.

I am a heading two

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero uctus non, massa. Sed cursus ante dapibus diam. Sed nisi.

I am a button

I am a heading three

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero uctus non, massa. Sed cursus ante dapibus diam. Sed nisi.

I am a button
INF Nepal's HHS

Expanding Access to Specialised Healthcare Across Nepal: INF Nepal’s Hospitals and Rural Outreach

We operate three well-equipped hospitals: Green Pastures Hospital and Rehabilitation Centre (GPH) in Pokhara, Shining Hospital in Banke (SH-IB), and Shining Hospital in Surkhet (SH-IS). These facilities provide specialised services, including care for people with leprosy and disabilities, plastic and reconstructive surgery, ear disorder treatment, spinal cord injury rehabilitation, physical rehabilitation, obstetric fistula care, and palliative care. Additionally, HHS supports the Karnali Province Hospital by offering gynaecological and fistula treatment through a dedicated fistula centre within the hospital. Our outreach also extends into rural areas, delivering affordable, accessible healthcare to those with limited options.

I am a heading one

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero uctus non, massa. Sed cursus ante dapibus diam. Sed nisi.

I am a heading two

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero uctus non, massa. Sed cursus ante dapibus diam. Sed nisi.

I am a button

I am a heading three

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero uctus non, massa. Sed cursus ante dapibus diam. Sed nisi.

I am a button
1,479

Surgeries Performed. (2023-2024)

287

New Leprosy Cases Identified.(2023-2024)

0+

Hearing aids provided in the last year

0+

Prosthesis and Orthosis provided in the last year

0+

Wheelchair provided in the last year

0+

Surgeries Performed in 2023-2024

INF Nepal's HHS

Building Resilient Communities: INF Nepal’s Commitment to Equitable and Sustainable Healthcare

INF Nepal’s HHS plays a crucial role in advancing our broader mission. By aligning with both national and international health goals, we’re working to strengthen healthcare across western Nepal and contribute to Nepal’s commitment to equitable health outcomes. Through sustainable practices and a focus on holistic care, INF Nepal’s hospitals are building healthier, more resilient communities, making a tangible impact on global health initiatives.

I am a heading one

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero uctus non, massa. Sed cursus ante dapibus diam. Sed nisi.

I am a heading two

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero uctus non, massa. Sed cursus ante dapibus diam. Sed nisi.

I am a button

I am a heading three

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero uctus non, massa. Sed cursus ante dapibus diam. Sed nisi.

I am a button
If you add several galleries (Gallery 05) you should not duplicate the code, just leave it at the end of the last gallery.
INF Nepal's

Technical
areas of work

Hospital and Health Services work in Nepal spans a wide range of technical areas, focusing on the following key areas:

In 2010, Nepal’s Ministry of Health declared leprosy eliminated at the national level, with cases dropping below one per 10,000 people—a milestone to which INF’s efforts were formally recognised. However, leprosy remains a serious issue among Nepal’s poorest and most vulnerable populations, with around 2,600 new cases reported each year. Reducing the disease burden and achieving subnational elimination remain challenging. Our work in leprosy care includes health education, self-care techniques, reconstructive surgeries, therapies, and assistive devices. The recently launched Zero Leprosy Strategy 2030 aims to eradicate leprosy in INF’s areas and support Nepal’s goal of a leprosy-free nation by 2030.

In Nepal, 2.2% of the population lives with disabilities (Census 2021), a significant portion facing challenges that impact daily life. INF Nepal provides vital support across multiple disability categories, including physical, hearing, intellectual, speech, mental, and psycho-social disabilities, aiming to enhance quality of life for these individuals. Through comprehensive services like medical rehabilitation, surgical interventions, counselling, and health education, INF helps prevent and reduce complications, empowering individuals to live more independently.

Working closely with government hospitals, INF also provides mobility aids, financial assistance, and essential guidance throughout each patient’s care journey. By ensuring accessible, quality support, INF contributes to a more inclusive healthcare landscape for Nepal’s disabled communities, offering them hope and practical solutions to overcome the barriers they face.

Palliative care is the newest focus for INF Nepal’s Hospitals and Health Services (HHS). In recent years, Green Pastures Hospital (GPH) has launched palliative care services for patients with chronic illnesses, alongside small-scale prevention programmes. Operating a dedicated 14-bed palliative care unit, GPH is committed to advancing this critical service through research, outreach, and advocacy. Today, GPH is a well-recognised training centre and a trusted referral hub for complex palliative care cases.

In Nepal, where 16.6% of the population suffers from hearing issues—one of Asia’s highest rates—INF’s Ear Diseases and Hearing (EDH) services at the Green Pastures Hospital Ear Centre provide critical care, from complex surgeries and hearing aids to speech therapy. Since 1997, INF has held annual ear camps across the West and Mid-West, and now the Ear Centre offers affordable, year-round treatment and training to combat hearing loss caused largely by preventable infections, especially in remote areas with limited access to care.

Green Pastures Hospital provides comprehensive psychosocial counselling for individuals facing mental health disorders, with a special emphasis on conditions that impact physical health or limit functional abilities. By addressing the complex interplay between mental and physical health, Green Pastures aims to enhance overall well-being and improve quality of life for those in need.

INF Nepal’s hospital support service aims to strengthen government health services by developing their capacity, improving the hospital settings and by providing expert technical assistance for gynaecological/obstetric fistula treatment and other services.

INF focuses on providing expert support to government hospitals, offering financial assistance for those unable to afford medical care, and guiding patients through their hospital journeys. In 2013-14, nearly 14,000 individuals received funds to access essential healthcare. 

Obstetric fistula is one of the most severe and heartbreaking childbirth injuries, leaving women with chronic leakage of urine, faeces, or both. This often leads to ongoing health issues, depression, social isolation, and poverty. At the 17-bed Fistula Centre within Karnali Province Hospital, we provide essential surgery, treatment, and compassionate care to help women with obstetric fistulas regain their health and dignity.

Meena Shares Her Story:

Coming from a large family of nine siblings, Meena was always an inspiration to her loved ones, especially her younger brother, who supported her both financially and emotionally. Despite her challenges, she never gave up. With her newfound independence after surgery,

Meena now has the confidence to pursue skills training and secure a job, aiming for financial freedom. Her determination to overcome adversity fuels her vision of a future filled with possibility and empowerment.

INF Nepal's ...

Hospital &
Health Services
by location: