Is npcindia.gov.in down or not working?
What happened to npcindia.gov.in, why did the website go down and not work? Here you can see who else is having the same problem with npcindia.gov.in, as well as possible solutions. According to our statistics, the following most often do not work: Website, Login, Account, Mobile App.
Current status: No failures
At the moment, according to our data, npcindia.gov.in is working fine, but single failures are possible. If npcindia.gov.in does not work for you, then report your problem and write a comment.
What to do if the site npcindia.gov.in is not available? Try our guide.
npcindia.gov.in outage reports in the last 24 hours
npcindia.gov.in - error and failure reports, troubleshooting methods
Leave your comment describing the failure and share with other users how to solve the problem.
- No registration required.
- Messages with obscene language and insults, as well as breaking the law, are not allowed to be published.
- Active links in the text of the message are not published, but displayed in plain text.
- It is forbidden to post your own and other people's personal data: addresses, phone numbers, emails, accounts in instant messengers, etc.
Technical information
Main page title: | |||||||||||||||||||||||||||||||||||||||||||||||||
NPC NPC | HOME NPC | |||||||||||||||||||||||||||||||||||||||||||||||||
Protocol: | |||||||||||||||||||||||||||||||||||||||||||||||||
https | |||||||||||||||||||||||||||||||||||||||||||||||||
Status code: | |||||||||||||||||||||||||||||||||||||||||||||||||
200 | |||||||||||||||||||||||||||||||||||||||||||||||||
Page size: | |||||||||||||||||||||||||||||||||||||||||||||||||
190.9 KB | |||||||||||||||||||||||||||||||||||||||||||||||||
Response time: | |||||||||||||||||||||||||||||||||||||||||||||||||
3.612sec. | |||||||||||||||||||||||||||||||||||||||||||||||||
IP: | |||||||||||||||||||||||||||||||||||||||||||||||||
150.242.14.236 | |||||||||||||||||||||||||||||||||||||||||||||||||
Response headers: | |||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||
DNS records: | |||||||||||||||||||||||||||||||||||||||||||||||||
|
SEO headers
h1 NPC
/*#fontul li a[class="nav-link"]:not(:first-child) {
border-left: 1px solid #000;
}*/
.light-color {
color: white;
}
#fontul li a[class="nav-link"]{
cursor:pointer;
}
/* Google Font Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
/*font-family: "Poppins" , sans-serif;*/
}
.sidebar{
height: 100%;
max-height: 100vh;
background: white;
padding: 2px;
margin-left: 10px;
overflow: scroll;
transition: 0.5s;
border-right: 2px solid silver;
border-bottom: 2px solid silver;
}
.sidebar.open{
width: max-content;
height: 100%;
}
@media (max-width: 600px){
.sidebar{
height: 0px;
width: 0px;
background-color: ghostwhite;
}
.sidebar.open{
width: 100vw;
}
.sidebar{
margin-left: 0px;
}
}
@media (min-width: 600px){
#btn{
display: none;
}
}
.sidebar .logo-details #btn{
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
font-size: 22px;
text-align: center;
cursor: pointer;
transition: all 0.5s ease;
}
.sidebar i{
color: black;
margin-right: 4px;
margin-left: 10px;
/*height: 60px;*/
/*min-width: 50px;*/
font-size: 28px;
/*text-align: center;*/
}
.sidebar .nav-list{
margin-top: 20px;
height: 100%;
}
.sidebar li{
position: relative;
font-weight: bold;
list-style: none;
}
.sidebar li a{
display: flex;
/*height: 100%;*/
/*width: 100%;*/
padding: 0;
margin-top: -10px;
font-weight: 600;
border-radius: 5px;
align-items: center;
text-decoration: none;
}
.sidebar li a:hover{
background: darkblue;
}
.sidebar li a .links_name{
font-size: clamp(12px, 2vw, 14px);
padding: 0;
color: #3A3B3C;
white-space: nowrap;
opacity: 1;
pointer-events: none;
}
.sidebar.open li a .links_name{
opacity: 1;
pointer-events: auto;
}
.sidebar li a:hover .links_name,
.sidebar li a:hover i{
color: white;
}
.sidebar li i{
height: 50px;
line-height: 50px;
font-size: 18px;
}
.social-icon{
margin-right: 10%;
cursor: pointer;
}
.social-icon img{
height: 30px;
border-radius: 6px;
}
.collapse.show_submenu{
padding: 5px;
border-radius: 5px;
list-style: none;
background-color: #F5F5F5;
display:none
}
.collapse.show_submenu li{
margin-left: 10px;
}
.collapse.show_submenu li a{
font-size: clamp(14px, 2vw, 16px);
margin-block: 1px;
padding: 5px 15px;
}
/*============== sidebar scrollbar style ================*/
/*.sidebar::-webkit-scrollbar {*/
/* width: 15px;*/
/*}*/
मुख्य पृष्ठ (Home)
About Us
About NPC
Offices
Services
Productivity Promotion
Consultancy
Training
Centre Of Excellence
5S-Certification
Inspection Division
International Services
Recruitment
Water Audit
NPC-CB
Training Programmes
Annual Training Calendar for FY 2024-25
e-Learning
Online Training
Competencies
Information Technology
Industrial Engineering
Agri Business Group
Economic Services & Productivity Promotion
Energy Management
Environment and Climate Action group
Human Resource Management
Facilities
Conference Hall
Library
AIP Hostel and Training Facility
CBB Examinations-2024
Tender
Career
Notifications
Empanelment
LPC
LPC's List
LPC Notice
More
AAAI
ICRO Website
Publications
Know Your Productivity
Media
NABH-NABL
IPL Amrit Internship
Press Release
COE Website
MCLS Website
let sidebar = document.querySelector(".sidebar");
let closeBtn = document.querySelector("#btn");
let searchBtn = document.querySelector(".bx-search");
closeBtn.addEventListener("click", ()=>{
sidebar.classList.toggle("open");
menuBtnChange();//calling the function(optional)
});
searchBtn.addEventListener("click", ()=>{ // Sidebar open when you click on the search iocn
sidebar.classList.toggle("open");
menuBtnChange(); //calling the function(optional)
});
// following are the code to change sidebar button(optional)
function menuBtnChange() {
if(sidebar.classList.contains("open")){
closeBtn.classList.replace("bx-menu", "bx-menu-alt-right");//replacing the iocns class
}else {
closeBtn.classList.replace("bx-menu-alt-right","bx-menu");//replacing the iocns class
}
}
function ShowSubMenu(menu) {
debugger
if ($(".show_submenu[name^='" + menu + "']").css('display') == 'none') {
$(".show_submenu[name^='" + menu + "']").css('display', 'block');
$(".show_submenu[name^='" + menu + "']").addClass('show');
}
else {
$(".show_submenu[name^='" + menu + "']").css('display', 'none');
}
}
function show() {
if(document.getElementById('small_button').style.display=='none') {
document.getElementById('small_button').style.display='block';
$('#v-pills-tab').hide();
}
return false;
}
function hide() {
if(document.getElementById('small_button').style.display=='block') {
document.getElementById('small_button').style.display='none';
$('#v-pills-tab').show();
}
return false;
}
h4 Upcoming National Training
h4 Upcoming International Training
h1
h6 All donations towards the Prime Minister's National Relief Fund(PMNRF) notified for 100% deduction from textable income under Section 80G of the Income Tax Act,1961.
How to solve problems with npcindia.gov.in
Errors on the npcindia.gov.in website can be either on the server side or on your side (client side). If there is practically nothing to be done about errors on the server side (it remains only to wait for the site to work again), then with errors on the client side it is possible to solve the problem with the availability of npcindia.gov.in on your own.