CINXE.COM
कोशी प्रदेश सरकारको आधिकारिक पोर्टल
<!doctype html> <html lang="ne" class="notranslate" translate="no"> <head> <meta charset="UTF-8"> <meta name="description" content=""> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="google" content="notranslate" /> <!-- Title --> <title> कोशी प्रदेश सरकारको आधिकारिक पोर्टल </title> <link rel="icon" href="https://koshi.gov.np/web/img/core-img/favicon.ico"> <script src="https://koshi.gov.np/web/js/jquery/jquery-2.2.4.min.js"></script> <script src="https://cdn.tailwindcss.com/3.4.3"></script> <script src="https://cdn.datatables.net/2.0.3/js/dataTables.js"></script> <script src="https://cdn.datatables.net/buttons/3.0.1/js/dataTables.buttons.js"></script> <script src="https://cdn.datatables.net/buttons/3.0.1/js/buttons.dataTables.js"></script> <script src="https://cdn.datatables.net/buttons/3.0.1/js/buttons.print.min.js"></script> <script src="https://cdn.datatables.net/2.0.3/js/dataTables.tailwindcss.js"></script> <script src="https://cdn.tailwindcss.com"></script> <link rel="stylesheet" href="https://cdn.datatables.net/2.0.3/css/dataTables.tailwindcss.css"> <link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" /> <script src="https://koshi.gov.np/web/js/moment.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" /> <link rel="stylesheet" href="https://koshi.gov.np/css/glide.core.css"> <link rel="stylesheet" href="https://koshi.gov.np/css/glide.theme.css"> <script src="https://www.google.com/recaptcha/api.js" async defer></script> <script> tailwind.config = { darkMode: 'class', theme: { extend: { colors: { primary: '#1C2B78', danger: '#D74242', } } } } </script> <script> if (localStorage.getItem('color-theme') === 'dark' || (!('color-theme' in localStorage) && window.matchMedia( '(prefers-color-scheme: dark)').matches)) { document.documentElement.classList.add('dark'); } else { document.documentElement.classList.remove('dark') } </script> <script> $(document).ready(function () { // $('.dt-buttons').addClass('px-5 py-5'); $('.buttons-print').addClass('px-5 py-2 mx-2 my-2 rounded-md text-primary border border-primary transition duration-200 dark:text-white dark:border-white hover:bg-primary dark:hover:bg-white dark:hover:text-black'); }); </script> <style> #scrollUp { background-color: #1C2B78; border-radius: 5px 0 0 5px; bottom: 70px; color: #ffffff; font-size: 10px; padding: 12px 0; height: 60px; line-height: 1.5; right: 0; text-align: center; width: 35px; -webkit-transition-duration: 500ms; transition-duration: 500ms; font-weight: 700; box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15); text-transform: uppercase; } #scrollUp i { font-size: 18px; display: block; } #scrollUp:hover { background-color: red; color: #ffffff; } html { scroll-behavior: smooth; } </style> </head> <body class="bg-white dark:bg-black"> <header class="h-auto bg-white dark:bg-black dark:text-white flex flex-col xl:flex-row xl:justify-between px-5 py-5 xl:px-16 xl:items-center space-y-5 xl:space-y-0"> <div class="flex flex-row justify-between items-center"> <a href="/" class="flex flex-row space-x-1 sm:space-x-4 items-center"> <img src="https://koshi.gov.np/images/logo/abbb02cf85ce35f9154eadd71a48f685.png" alt="Koshi Logo" class="h-[30px] sm:h-[50px] xl:h-[60px]"> <div class="uppercase -space-y-1"> <p id="myfontsize" class="font-semibold text-xs sm:text-base xl:text-lg">कोशी प्रदेश सरकारको आधिकारिक पोर्टल</p> <p id="myfontsize" class="font-semibold text-[12px] sm:text-lg xl:text-xl">THE OFFICIAL PORTAL OF GOVERNMENT OF KOSHI PROVINCE</p> </div> </a> <button id="togglenavbar" class="xl:hidden p-1 bg-primary rounded-md text-white border-2 border-primary hover:bg-white hover:text-primary transition-all hover:scale-105 duration-150 ease-out cursor-pointer"> <span class="iconify" data-icon="line-md:menu" data-width="22"></span> </button> <script> $(document).ready(function() { $('#togglenavbar').click(function(e) { e.preventDefault(); $('#toggleMeHai').toggleClass('hidden'); }); }); </script> </div> <div class="flex flex-col-reverse xl:flex-col xl:space-y-3 justify-start items-start xl:justify-end xl:items-end"> <div class="flex space-x-2 xl:mt-0 w-full xl:w-fit items-center"> <button id="theme-toggle" type="button" class="border-2 text-base border-primary h-8 dark:border-white bg-primary dark:bg-white dark:text-primary text-white w-full xl:w-fit rounded-full py-1 px-5 flex items-center justify-center hover:bg-white dark:hover:bg-primary dark:hover:text-white hover:text-primary transition-all duration-200 ease-out cursor-pointer"> <svg id="theme-toggle-dark-icon" class="hidden w-[26px] h-[26px]" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <path d="M17.293 13.293A8 8 0 016.707 2.707a8.001 8.001 0 1010.586 10.586z"></path> </svg> <svg id="theme-toggle-light-icon" class="hidden w-[26px] h-[26px]" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <path d="M10 2a1 1 0 011 1v1a1 1 0 11-2 0V3a1 1 0 011-1zm4 8a4 4 0 11-8 0 4 4 0 018 0zm-.464 4.95l.707.707a1 1 0 001.414-1.414l-.707-.707a1 1 0 00-1.414 1.414zm2.12-10.607a1 1 0 010 1.414l-.706.707a1 1 0 11-1.414-1.414l.707-.707a1 1 0 011.414 0zM17 11a1 1 0 100-2h-1a1 1 0 100 2h1zm-7 4a1 1 0 011 1v1a1 1 0 11-2 0v-1a1 1 0 011-1zM5.05 6.464A1 1 0 106.465 5.05l-.708-.707a1 1 0 00-1.414 1.414l.707.707zm1.414 8.486l-.707.707a1 1 0 01-1.414-1.414l.707-.707a1 1 0 011.414 1.414zM4 11a1 1 0 100-2H3a1 1 0 000 2h1z" fill-rule="evenodd" clip-rule="evenodd"></path> </svg> </button> <a id="myfontsize" href="https://koshi.gov.np/bandwidth/1" class="border-2 text-base border-primary h-8 dark:border-white bg-primary dark:bg-white dark:text-primary text-white w-full xl:w-fit rounded-full py-1 px-5 flex items-center justify-center hover:bg-white dark:hover:bg-primary dark:hover:text-white hover:text-primary transition-all duration-200 ease-out cursor-pointer"> <span class="iconify" data-icon="bx:wifi-2" data-width="26"></span> </a> <div class="flex flex-col md:flex-row space-x-2 w-full"> <ul class="flex space-x-2"> <li class=""> <a href="https://koshi.gov.np/language/en" class="border-2 text-base border-primary h-8 dark:border-white bg-primary dark:bg-white dark:text-primary text-white w-full xl:w-fit rounded-full py-1 px-5 flex items-center justify-center hover:bg-white dark:hover:bg-primary dark:hover:text-white hover:text-primary transition-all duration-200 ease-out cursor-pointer lang" id="en"> <span class="iconify" data-icon="flagpack:gb-ukm" data-width="26"></span> </a> </li> </ul> <ul class="grid grid-cols-2 border-2 text-base border-primary h-8 text-white dark:border-white bg-primary dark:bg-white dark:text-primary w-full xl:w-fit rounded-full "> <li><button type="button" class="rounded-l-full font-bold hover:bg-white dark:hover:bg-primary dark:hover:text-white hover:text-primary px-3 h-full w-full transition-all duration-200 ease-out cursor-pointer " name="btn1" onclick="changeRootFontSize(-1)">-A</button></li> <li><button type="button" class="rounded-r-full font-bold hover:bg-white dark:hover:bg-primary dark:hover:text-white hover:text-primary px-3 h-full w-full transition-all duration-200 ease-out cursor-pointer" name="btn2" onclick="changeRootFontSize(1)">+A</button></li> </ul> </div> <script> let rootElement = document.documentElement; // Reference to the root element let currentRootFontSize = parseFloat( window.getComputedStyle(rootElement).fontSize ); // Get current root font size function changeRootFontSize(delta) { currentRootFontSize += delta; // Increase or decrease by delta rootElement.style.fontSize = currentRootFontSize + "px"; // Apply the new font size to root } </script> </div> </div> </header> <nav class="py-4 hidden xl:block px-5 xl:px-16 bg-white dark:bg-black dark:text-white" id="toggleMeHai"> <ul class="xl:space-x-10 text-xl capitalize flex flex-col xl:flex-row justify-end space-x-0 space-y-5 xl:space-y-0"> <li class="group space-y-0"> <span class="flex space-x-2 items-center "> <a href="https://koshi.gov.np" class="text-black hover:text-primary dark:text-white hover:underline transition-all duration-100 ease-in text-base"> गृहपृष्ठ </a> </span> </li> <li class="group space-y-0"> <span class="flex space-x-2 items-center "> <a href="https://koshi.gov.np/detail/yearly-budget" class="text-black hover:text-primary dark:text-white hover:underline transition-all duration-100 ease-in text-base"> वार्षिक कार्यक्रम र बजेट </a> </span> </li> <li class="group space-y-0"> <span class="flex space-x-2 items-center "> <a href="https://koshi.gov.np/detail/publication" class="text-black hover:text-primary dark:text-white hover:underline transition-all duration-100 ease-in text-base"> प्रकाशन </a> </span> </li> <li class="group space-y-0"> <span class="flex space-x-2 items-center "> <a href="#" class="text-black hover:text-primary dark:text-white hover:underline transition-all duration-100 ease-in text-base"> ऐन, नियम, निर्देशिका </a> <span class="iconify" data-icon="mdi:chevron-down" data-width="18"> </span> </span> <div id="dropdownNavbar11" class="z-[99999] font-normal hidden group-hover:block group-focus:block bg-white dark:bg-black divide-y divide-gray-100 dark:divide-gray-700 rounded-lg shadow w-44 absolute pt-2"> <ul class="py-2 text-sm text-gray-700 dark:text-white" aria-labelledby="dropdownLargeButton"> <li> <a href="https://koshi.gov.np/niti/ayan" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600"> ऐन </a> </li> <li> <a href="https://koshi.gov.np/niti/nirdesika" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600"> निर्देशिका </a> </li> <li> <a href="https://koshi.gov.np/niti/directory" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600"> कार्यविधि </a> </li> </ul> </div> </li> <li class="group space-y-0"> <span class="flex space-x-2 items-center "> <a href="https://koshi.gov.np/bivagh-karyalaya" class="text-black hover:text-primary dark:text-white hover:underline transition-all duration-100 ease-in text-base"> विभाग/कार्यालय </a> </span> </li> <li class="group space-y-0"> <span class="flex space-x-2 items-center "> <a href="#" class="text-black hover:text-primary dark:text-white hover:underline transition-all duration-100 ease-in text-base"> सूचना / प्रेस विज्ञप्ति </a> <span class="iconify" data-icon="mdi:chevron-down" data-width="18"> </span> </span> <div id="dropdownNavbar13" class="z-[99999] font-normal hidden group-hover:block group-focus:block bg-white dark:bg-black divide-y divide-gray-100 dark:divide-gray-700 rounded-lg shadow w-44 absolute pt-2"> <ul class="py-2 text-sm text-gray-700 dark:text-white" aria-labelledby="dropdownLargeButton"> <li> <a href="https://koshi.gov.np/notice/sadaran-suchana" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600"> साधारण सूचना </a> </li> <li> <a href="https://koshi.gov.np/notice/kharid-suchana" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600"> खरिद सूचना </a> </li> <li> <a href="https://koshi.gov.np/notice/covid-19-notice" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600"> Covid-19 सूचना </a> </li> </ul> </div> </li> <li class="group space-y-0"> <span class="flex space-x-2 items-center "> <a href="#" class="text-black hover:text-primary dark:text-white hover:underline transition-all duration-100 ease-in text-base"> प्रतिवेदन </a> <span class="iconify" data-icon="mdi:chevron-down" data-width="18"> </span> </span> <div id="dropdownNavbar14" class="z-[99999] font-normal hidden group-hover:block group-focus:block bg-white dark:bg-black divide-y divide-gray-100 dark:divide-gray-700 rounded-lg shadow w-44 absolute pt-2"> <ul class="py-2 text-sm text-gray-700 dark:text-white" aria-labelledby="dropdownLargeButton"> <li> <a href="https://koshi.gov.np/report/yearly-report" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600"> वार्षिक प्रतिवेदन </a> </li> <li> <a href="https://koshi.gov.np/report/taemasikh" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600"> त्रैमासिक प्रगति प्रतिवेदन </a> </li> </ul> </div> </li> </ul> </nav> <div class="flex justify-center w-full"> <div class="max-w-[75%] py-20 w-full space-y-10"> <nav class="flex px-5 py-4 text-gray-700 border border-gray-200 rounded-lg bg-primary dark:bg-black sticky top-4 z-[999]" aria-label="Breadcrumb"> <ol class="inline-flex items-center space-x-1 md:space-x-2 rtl:space-x-reverse"> <li class="inline-flex items-center"> <a href="https://koshi.gov.np" class="inline-flex items-center text-sm font-medium text-white hover:text-slate-300 space-x-2"> <span data-width="18" class="iconify block mx-1 text-white" data-icon="ion:home"></span> <span> गृहपृष्ठ </span> </a> </li> <li aria-current="page"> <div class="flex items-center"> <span data-width="18" class="iconify block mx-1 text-white " data-icon="mingcute:right-line"></span> <span class="ms-1 text-sm font-medium text-gray-500 md:ms-2 ">महत्त्वपूर्ण स्थानहरु</span> </div> </li> </ol> </nav> <div class="grid grid-cols-5 gap-5"> </div> </div> </div> <div class=" p-5 xl:p-20 w-full bg-primary dark:bg-black flex justify-between flex-wrap gap-10"> <div class="max-w-xl space-y-5"> <div class="flex flex-row space-x-4 items-center"> <img src="https://koshi.gov.np/images/logo/abbb02cf85ce35f9154eadd71a48f685.png" alt="Koshi Logo" class="h-[50px] xl:h-[80px]"> <div class="uppercase -space-y-1 text-white"> <p class="font-semibold text-sm xl:text-xl">कोशी प्रदेश सरकारको आधिकारिक पोर्टल</p> <p class="font-semibold text-md xl:text-xl">THE OFFICIAL PORTAL OF GOVERNMENT OF KOSHI PROVINCE</p> </div> </div> <p class="text-sm text-white">The province is named Koshi after the Koshi River, which is the largest river in the country. On 1 March 2023 the former temporary name of the province, Province No. 1, was changed to Koshi Province.</p> </div> <div class="text-white"> <h3 class="text-3xl font-bold">धेरै हेरिएको</h3> <ul class=" mt-2 xl:mt-6 list-outside"> <li class="mt-1 xl:mt-3 font-normal text-base xl:text-xl"><a href="https://koshi.gov.np/notice/sadaran-suchana"> साधारण सूचना </a></li> <li class="mt-1 xl:mt-3 font-normal text-base xl:text-xl"><a href="https://koshi.gov.np/niti/ayan"> ऐन </a></li> <li class="mt-1 xl:mt-3 font-normal text-base xl:text-xl"><a href="https://koshi.gov.np/bivagh-karyalaya"> विभाग/कार्यालय </a></li> <li class="mt-1 xl:mt-3 font-normal text-base xl:text-xl"><a href="https://koshi.gov.np/notice/covid-19-notice"> Covid-19 सूचना </a></li> <li class="mt-1 xl:mt-3 font-normal text-base xl:text-xl"><a href="https://koshi.gov.np/niti/directory"> कार्यविधि </a></li> </ul> </div> <div class="text-white "> <h3 class="text-3xl font-bold mb-2 xl:mb-6">हाम्रो सम्पर्क</h3> <p class="mt-1 xl:mt-3 font-normal text-base xl:text-xl flex items-center space-x-2"> <span class="iconify" data-icon="mdi:location" data-width="24"></span> <span> कोशी प्रदेश, विराटनगर </span> </p> <p class="mt-1 xl:mt-3 font-normal text-base xl:text-xl flex items-center space-x-2"> <span class="iconify" data-icon="ic:baseline-email" data-width="24"></span> <span> info.ocmcm@p1.gov.np </span> </p> <p class="mt-1 xl:mt-3 font-normal text-base xl:text-xl flex items-center space-x-2"> <span class="iconify" data-icon="ic:baseline-phone" data-width="24"></span> <span> +977-021-470166 </span> </p> </div> </div> <button id="scrollUp" style="position: fixed; z-index: 2147483647; display: none"><i class="fa fa-angle-up"></i> Top</button> </body> <script> var themeToggleDarkIcon = document.getElementById("theme-toggle-dark-icon"); var themeToggleLightIcon = document.getElementById("theme-toggle-light-icon"); // Change the icons inside the button based on previous settings if ( localStorage.getItem("color-theme") === "dark" || (!("color-theme" in localStorage) && window.matchMedia("(prefers-color-scheme: dark)").matches) ) { themeToggleLightIcon.classList.remove("hidden"); } else { themeToggleDarkIcon.classList.remove("hidden"); } var themeToggleBtn = document.getElementById("theme-toggle"); themeToggleBtn.addEventListener("click", function() { // toggle icons inside button themeToggleDarkIcon.classList.toggle("hidden"); themeToggleLightIcon.classList.toggle("hidden"); // if set via local storage previously if (localStorage.getItem("color-theme")) { if (localStorage.getItem("color-theme") === "light") { document.documentElement.classList.add("dark"); localStorage.setItem("color-theme", "dark"); } else { document.documentElement.classList.remove("dark"); localStorage.setItem("color-theme", "light"); } // if NOT set via local storage previously } else { if (document.documentElement.classList.contains("dark")) { document.documentElement.classList.remove("dark"); localStorage.setItem("color-theme", "light"); } else { document.documentElement.classList.add("dark"); localStorage.setItem("color-theme", "dark"); } } }); </script> <script> // Get the button: var mybutton = document.getElementById("scrollUp"); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() { scrollFunction() }; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = "block"; } else { mybutton.style.display = "none"; } } // When the user clicks on the button, scroll to the top of the document mybutton.addEventListener('click', function() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera }); </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/Glide.js/3.0.2/glide.js"></script> <script> var glide02 = new Glide('.glide-02', { type: 'slider', focusAt: 'center', perView: 1, autoplay: 3000, animationDuration: 700, gap: 24, classes: { activeNav: '[&>*]:bg-slate-700', }, }) glide02.mount(); </script> <script> var glide01 = new Glide('.glide-01', { type: 'carousel', focusAt: 'center', perView: 3, autoplay: 3000, animationDuration: 700, gap: 24, classes: { // activeNav: '[&>*]:bg-slate-700', }, breakpoints: { 1024: { perView: 2 }, 640: { perView: 1 } }, }); glide01.mount(); </script> <style> /* Hide the default Glide controls */ .glide--swipeable>.absolute { display: none; } </style> <script src="https://koshi.gov.np/js/app.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3.0/flowbite.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/iconify/2.0.0/iconify.min.js" integrity="sha512-lYMiwcB608+RcqJmP93CMe7b4i9G9QK1RbixsNu4PzMRJMsqr/bUrkXUuFzCNsRUo3IXNUr5hz98lINURv5CNA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> </html>