CINXE.COM
Cabinet Secretariat, Government of India
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <base href="//cabsec.gov.in" > <link rel="stylesheet" href="assets/css/bootnavbar/jquerysctipttop.css"> <link rel="stylesheet" href="assets/css/bootnavbar/custom-nav-bs4.css"> <link rel="stylesheet" href="assets/css/bootnavbar/bootnavbar.css"> <link href="assets/css/style_menu_new.css" rel="stylesheet" /> <link href="modules/system/system.base.css?otx9ak" rel="stylesheet" /> <link href="modules/system/system.theme.css?otx9ak" rel="stylesheet" /> <link href="sites/all/modules/contributed/calendar/css/calendar_multiday.css?otx9ak" rel="stylesheet" /> <link href="sites/all/modules/customs/cmf_content/assets/css/base.css?otx9ak" rel="stylesheet" /> <link href="sites/all/themes/cmf/css/font.css?otx9ak" rel="stylesheet" /> <link href="sites/all/themes/cmf/css/font-awesome.min.css?otx9ak" rel="stylesheet" /> <link href="sites/all/themes/cmf/css/flexslider.css?otx9ak" rel="stylesheet" /> <link href="assets/css/font-awesome.min.css" rel="stylesheet" /> <link href="assets/css/font-awesome-animation.css" rel="stylesheet" /> <link href="assets/css/attached-offices-animation.css" rel="stylesheet" /> <link href="sites/all/modules/customs/cmf_content/assets/css/base-responsive.css?otx9ak" rel="stylesheet" /> <link href="sites/all/themes/cmf/css/site-responsive.css?otx9ak" rel="stylesheet" /> <link href="assets/css/style1.css" rel="stylesheet" /> <link href="assets/css/bootstrap-table.css" rel="stylesheet" /> <link href="assets/css/owl.carousel.css" rel="stylesheet" /> <link href="assets/css/owl.carousel.min.css" rel="stylesheet" /><!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-TL38RQGNNK"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('set', 'cookie_flags', 'SameSite=Lax;Secure'); gtag('config', 'G-TL38RQGNNK'); </script> <script type="text/javascript" src="assets/js/jquery.min.js"></script> <script type="text/javascript" src="misc/jquery.once.js?v=1.2"></script> <script src="sites/all/modules/customs/cmf_content/assets/js/framework.js?otx9ak"></script> <script src="sites/all/modules/customs/cmf_content/assets/js/swithcer.js?otx9ak"></script> <script src="sites/all/themes/cmf/js/easyResponsiveTabs.js"></script> <link href="assets/css/bs5-slider.css" rel="stylesheet"> <script src="assets/js/bs5-slider.js"></script> <script src="assets/js/bootstrap-table/bootstrap-table.js"></script> <script src="assets/js/bootstrap-table/extensions/export/bootstrap-table-export.js"></script> <script src="assets/js/bootstrap-table/tableExport.js"></script> <script src="assets/js/bootstrap-table/extensions/export/jspdf.min.js"></script> <script src="assets/js/bootstrap-table/extensions/export/jspdf.plugin.autotable.js"></script> <script type="text/javascript" language="javascript"> $(document).ready(function(){ $("body").on("click",".show_msg",function(e){ //return show(); myValue = confirm('This is external link, Are you sure you want to continue?') if (myValue) { return true; } else { return false; } }); $("body").on("click",".set_font_size",function(e){ var parameter = $(this).data("param"); if (parameter == 'decrease') { document.querySelector("link[href='assets/css/style.css']").href = "assets/css/style2.css"; } else if (parameter == 'increase' || parameter == 'normal' || parameter == 'dark') { } }); }); function showlang(langstring,url) { var myformval = confirm(langstring) if (myformval == true) { var mylangvalue = document.getElementById('ddllanguage'); var newlang = mylangvalue.options[mylangvalue.selectedIndex].value; var form = document.createElement("form"); var element1 = document.createElement("input"); form.method = "POST"; form.action = "index.php"; element1.value = newlang; element1.name = "ddllanguage"; form.appendChild(element1); document.body.appendChild(form); form.submit(); }else{ jQuery("#ddllanguage option").each(function(){ var this_val = jQuery(this).val(); if (this_val == url) { jQuery('#ddllanguage option[value="'+this_val+'"]').prop('selected', false); }else{ jQuery('#ddllanguage option[value="'+this_val+'"]').prop('selected', true); } }); return false; } } </script> <link href="assets/css/bootstrap.css" rel="stylesheet" /> <link rel="shortcut icon" href="sites/default/files/favicon_1.ico" type="image/vnd.microsoft.icon" /> <meta name="Generator" content="Cabinet Secretariat (https://cabsec.gov.in)" /> <meta name="keywords" content="Cabinet Secretariat, Government of India,Cabsec, Cab Sec, Cabinet Secretariat,Rashtrapati Bhavan,President House, Government of India" /> <meta name="description" content="The Cabinet Secretariat is responsible for the administration of the Government of India (Transaction of Business) Rules, 1961 and the Government of India (Allocation of Business) Rules 1961, facilitating smooth transaction of business in Ministries/ Departments of the Government" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="Content-Language" content="en"> <meta name="title" content="Cabinet Secretariat, Government of India"> <title> Cabinet Secretariat, Government of India </title> <script > function set_font_size_old(parameter) { if(parameter=='decrease') { document.querySelector("link[href='assets/css/style.css']").href = "assets/css/style2.css"; } else if(parameter=='increase') { } else if(parameter=='normal') { } } </script> <style> @media print{ #print_block_wrapper{ margin:200px; display:inline-block !important; } .menu{ display:inline-block !important; } } .modal { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); } .modal-dialog { position: relative; margin: 10% auto; max-width: 600px; } .modal-content { background: white; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); } .modal-header { display: flex; justify-content: space-between; align-items: center; padding: 10px; border-bottom: 1px solid #ccc; background-color: #f0f8ff; } .modal-body { padding: 10px; } .close { cursor: pointer; font-size: 20px; } #custom-popup-title { font-weight: bold; text-align: center; margin: 0 auto; } </style> </head> <body class="html front not-logged-in one-sidebar sidebar-second page-node i18n-en"> <link href="assets/css/style1.css" rel="stylesheet" /> <div class="wrapper common-wrapper"> <div class="region region-header-top"> <div id="block-cmf-content-header-region-block" class="block block-cmf-content first last odd"> <noscript class="no_scr"> "JavaScript is a standard programming language that is included to provide interactive features, Kindly enable Javascript in your browser. For details visit help page" </noscript> <div class="wrapper common-wrapper"> <div class="container common-container"> <div role="navigation" class="common-left clearfix" aria-label="Sidebar Navigation"> <ul> <li class="gov-india"><span class="responsive_go_hindi" lang="hi"><a class="show_msg" style="font-size:11px;text-decoration: none;" target="_blank" href="https://india.gov.in/hi/" title="भारत सरकार | बाहरी वेबसाइट जो एक नई विंडो में खुलती है">भारत सरकार</a></span></li> <li class="ministry"><span class="li_eng responsive_go_eng"><a class="show_msg" target="_blank" style="font-size:11px;vertical-align: baseline;font-style: normal;color:black;text-decoration: none;" href="https://india.gov.in/" title="GOVERNMENT OF INDIA | External Link that opens in a new window" class="ext">GOVERNMENT OF INDIA</a></span></li> </ul> </div> <nav role="navigation" aria-label="Header Navigation" class="common-right clearfix"> <ul id="header-nav"> <li class="ico-skip cf"><a style="color:black;text-decoration:none;" href="/#skipCont" title="Skip to main content">Skip to main content</a> </li> <li class="ico-site-search cf"> <div class="search-drop both-search"> <div class="find"> <div id="auto_suggesion"></div> </div> </div> </li> <li class="ico-accessibility-custom cf"> <a href="#" id="toggleAccessibility" onclick="toggleAccessibilityDropdown(); return false;" title="Accessibility Dropdown"> <img class="top" src="sites/all/modules/customs/cmf_content/assets/images/ico-accessibility.png" alt="Accessibility Dropdown" /> </a> <ul style="visibility:visible;"> <li> <a class="set_font_size" data-param="increase" title="Increase font size" href="https://cabsec.gov.in?fontsize=large"><span style="">A<sup>+</sup> </span></a> </li> <li> <a class="set_font_size" data-param="normal" title="Reset font size" href="https://cabsec.gov.in?fontsize=normal"><span style="">A<sup> </sup></span></a> </li> <li> <a class="set_font_size" data-param="decrease" title="Decrease font size" href="https://cabsec.gov.in?fontsize=small"><span style="">A<sup>-</sup></span></a> </li> <li> <a href="https://cabsec.gov.in?theme=dark" class="set_font_size" data-param="dark" title="High Contrast" class="high-contrast dark" style="display: block;">A</a> </li> </ul> </li> <li class="ico-sitemap cf"><a href="sitemap" title="Sitemap"> <img class="top" src="sites/all/modules/customs/cmf_content/assets/images/ico-sitemap.png" alt="Sitemap" /></a></li> <li class="hindi cmf_lan"> <!-- <a href="javascript:void(0);" title="Select Language">Language</a> --> <a href="#" onclick="toggleLanguageDropdown(); return false;" title="Select Language">Language</a> <ul> <li> <select data-langstring="You are about to change the language. Do you want to continue ?" name="ddllanguage" id="ddllanguage" class="lang_select"> <option style="margin-left: 5px;" value="1" selected=selected >English</option> <option style="margin-left: 2px;color:black;" value="2" >हिन्दी</option> </select> </li> </ul> </li> </ul> </nav> </div> </div> </div> </div> </div> <!--Top-Header Section end--> <section class="wrapper header-wrapper"> <div class="container header-container"> <header role="banner"> <figure class="logo" style="margin: 20px 0px 10px 0px;"> <img class="national_emblem" src="sites/all/themes/cmf/images/emblem-dark.png" alt="national emblem" /> <figcaption> <a href="/index.php" title="Cabinet Secretariat"> <strong lang="hi" class="bold-font">मंत्रिमंडल सचिवालय</strong> <span class="bold-font">Cabinet Secretariat</span> </a> </figcaption> </figure> <button class="toggle-nav-bar" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="menu-icon"></span> <span class="menu-text"></span> </button> </header> <nav aria-label="navigation"> <div class="header-right clearfix"> <div class="right-content clearfix"> <div class="float-element"> <div class="row"> <!--<div class="col-sm-4 col-xs-4"> <a class="show_msg sw-logo row" title="External link that open in new window" href="https://www.g20.org/en/" target="_blank" ><img src="sites/all/themes/cmf/images/logo_G20.png" style="height: 100px;width: auto;" alt="G20" /></a> </div>--> <div class="col-sm-4 col-xs-4"> <a class="show_msg sw-logo row" title="External link that open in new window" href="https://www.mygov.in/staysafeonline" target="_blank" ><img src="sites/all/themes/cmf/images/SSO_logo.jpg" style="height: 100px; width: auto;" alt="stay safe online" /></a> </div> <div class="col-sm-4 col-xs-4"> <a class="show_msg sw-logo row" title="External link that open in new window" href="https://swachhbharat.mygov.in/" target="_blank" ><img src="sites/all/themes/cmf/images/swach-bharat.png" style="height: 100px;width: auto;" alt="Swachh Bharat" /></a> </div> </div> </div> </div> </div> </nav> </div> </section> <!--/.nav-wrapper--> <nav class="navbar navbar-expand-lg navbar-light top-nav" id="main_navbar" aria-label="Main Navigation"> <div class="container"> <div class="navbar-collapse collapse" id="navbarSupportedContent" style=""> <ul class="navbar-nav mr-auto"> <li class="nav-item active home"><a class="dropdown-item" href="/index.php" title ="Home"><i class="fa fa-home homeicon" aria-hidden="true" style="font-size: 20px;"></i></a></li><li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#" title ="About Us" id="navbarDropdown2" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">About Us <i class="fa fa-plus addicon" aria-hidden="true"></i> </a><ul class="dropdown-menu fadeIn" aria-labelledby="navbarDropdown2"><li class="nav-item"><a class="dropdown-item" href="/aboutus/functions/" title ="Functions">Functions</a></li><li class="nav-item"><a class="dropdown-item" href="/aboutus/development/" title ="Development">Development</a></li><li class="nav-item"><a class="dropdown-item" href="/aboutus/whoiswho/" title ="Who's who">Who's who</a></li><li class="nav-item"><a class="dropdown-item" href="/aboutus/origin/" title ="Origin">Origin</a></li><li class="nav-item"><a class="dropdown-item" href="/aboutus/cabinetsecretaries/" title ="Cabinet Secretaries">Cabinet Secretaries</a></li><li class="nav-item"><a class="dropdown-item" href="/aboutus/organizationchart/" title ="Organization Chart">Organization Chart</a></li><li class="nav-item"><a class="dropdown-item" href="/aboutus/workdistribution/" title ="Work Distribution">Work Distribution</a></li><li class="nav-item"><a class="dropdown-item" href="/aboutus/ebookaboutcabinetsecretariat/" title ="eBook about Cabinet Secretariat">eBook about Cabinet Secretariat</a></li></ul></li><li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#" title ="Business Rules" id="navbarDropdown3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Business Rules <i class="fa fa-plus addicon" aria-hidden="true"></i> </a><ul class="dropdown-menu fadeIn" aria-labelledby="navbarDropdown3"><li class="nav-item dropdown"><a class="dropdown-item dropdown-toggle" href="#" title ="Allocation of Business Rules" id="navbarDropdown16" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Allocation of Business Rules <i class="fa fa-plus addicon"></i> </a><ul class="dropdown-menu fadeIn" aria-labelledby="navbarDropdown16"><li class="nav-item"><a class="dropdown-item" href="/allocationofbusinessrules/order/" title ="Order">Order</a></li><li class="nav-item"><a class="dropdown-item" href="/allocationofbusinessrules/firstschedule/" title ="First Schedule">First Schedule</a></li><li class="nav-item"><a class="dropdown-item" href="/allocationofbusinessrules/secondschedule/" title ="Second Schedule">Second Schedule</a></li><li class="nav-item"><a class="dropdown-item" href="/allocationofbusinessrules/amendment/" title ="Amendment">Amendment</a></li><li class="nav-item"><a class="dropdown-item" href="/allocationofbusinessrules/completeaobrules/" title ="Complete AOB Rules">Complete AOB Rules</a></li></ul></li><li class="nav-item dropdown"><a class="dropdown-item dropdown-toggle" href="#" title ="Transaction of Business Rules" id="navbarDropdown17" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Transaction of Business Rules <i class="fa fa-plus addicon"></i> </a><ul class="dropdown-menu fadeIn" aria-labelledby="navbarDropdown17"><li class="nav-item"><a class="dropdown-item" href="/transactionofbusiness/transactionofbusinessrules/" title ="Transaction of Business Rules">Transaction of Business Rules</a></li><li class="nav-item"><a class="dropdown-item" href="/transactionofbusiness/tobamendment/" title ="TOB Amendment">TOB Amendment</a></li></ul></li></ul></li><li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#" title ="Council of Ministers" id="navbarDropdown4" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Council of Ministers <i class="fa fa-plus addicon" aria-hidden="true"></i> </a><ul class="dropdown-menu fadeIn" aria-labelledby="navbarDropdown4"><li class="nav-item"><a class="dropdown-item" href="/councilofministers/councilofministers/" title ="Council of Ministers">Council of Ministers</a></li><li class="nav-item"><a class="dropdown-item" href="/councilofministers/swearingofnewministers/" title ="Swearing of New Ministers">Swearing of New Ministers</a></li><li class="nav-item"><a class="dropdown-item" href="/councilofministers/changeinportfolios/" title ="Change In Portfolios">Change In Portfolios</a></li><li class="nav-item"><a class="dropdown-item" href="/councilofministers/cabinetcommittees/" title ="Cabinet Committees">Cabinet Committees</a></li></ul></li><li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#" title ="Circulars" id="navbarDropdown5" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Circulars <i class="fa fa-plus addicon" aria-hidden="true"></i> </a><ul class="dropdown-menu fadeIn" aria-labelledby="navbarDropdown5"><li class="nav-item dropdown"><a class="dropdown-item dropdown-toggle" href="#" title ="Cabinet Section" id="navbarDropdown181" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Cabinet Section <i class="fa fa-plus addicon"></i> </a><ul class="dropdown-menu fadeIn" aria-labelledby="navbarDropdown181"><li class="nav-item"><a class="dropdown-item" href="/cabinetsection/interministerialconsultation/" title ="Inter-Ministerial consultations">Inter-Ministerial consultations</a></li><li class="nav-item"><a class="dropdown-item" href="/cabinetsection/mouexpostfactoapprovalofrule12proposalswithinonemonth/" title ="MoU / Ex-Post Facto approval of Rule 12 proposals within one month">MoU / Ex-Post Facto approval of Rule 12 proposals within one month</a></li><li class="nav-item"><a class="dropdown-item" href="/cabinetsection/inclusionofadditionalparaappendices/" title ="Inclusion of additional para / Appendices">Inclusion of additional para / Appendices</a></li><li class="nav-item"><a class="dropdown-item" href="/cabinetsection/consultationwithspecificministriesdepartmentsauthoritiesetg/" title ="Consultation with specific Ministries / Departments / Authorities/ ETG">Consultation with specific Ministries / Departments / Authorities/ ETG</a></li><li class="nav-item"><a class="dropdown-item" href="/cabinetsection/infrastructurerelatedproposals/" title ="Infrastructure related proposals (Milestones / Time and Cost Overrun / RCE)">Infrastructure related proposals (Milestones / Time and Cost Overrun / RCE)</a></li><li class="nav-item"><a class="dropdown-item" href="/cabinetsection/attendanceofsecretaries/" title ="Attendance of Secretaries">Attendance of Secretaries</a></li><li class="nav-item"><a class="dropdown-item" href="/cabinetsection/committeeofsecretariescos/" title ="Committee of Secretaries (COS)">Committee of Secretaries (COS)</a></li><li class="nav-item"><a class="dropdown-item" href="/cabinetsection/appraisalbodies/" title ="Appraisal Bodies">Appraisal Bodies</a></li><li class="nav-item"><a class="dropdown-item" href="/cabinetsection/proceduretimelinesrelatedinstructionsingeneral/" title ="General Instructions on Procedure/Timelines">General Instructions on Procedure/Timelines</a></li><li class="nav-item"><a class="dropdown-item" href="/cabinetsection/miscellaneous/" title ="Miscellaneous">Miscellaneous</a></li><li class="nav-item"><a class="dropdown-item" href="/cabinetsection/highlevelcommittees/" title ="High Level Committees">High Level Committees</a></li><li class="nav-item"><a class="dropdown-item" href="/cabinetsection/esamiksha/" title ="eSamikSha">eSamikSha</a></li><li class="nav-item"><a class="dropdown-item" href="/cabinetsection/guidelinesonforeigntravel/" title ="Guidelines on Foreign Travel">Guidelines on Foreign Travel</a></li><li class="nav-item"><a class="dropdown-item" href="/cabinetsection/instructionsoncagandparliamentarycommitteesmatters/" title ="Instructions on CAG and Parliamentary Committees Matters">Instructions on CAG and Parliamentary Committees Matters</a></li><li class="nav-item"><a class="dropdown-item" href="/cabinetsection/modelcodeofconductforelection/" title ="Model Code of Conduct for Election">Model Code of Conduct for Election</a></li><li class="nav-item"><a class="dropdown-item" href="/cabinetsection/subordinatelegislation/" title ="Subordinate Legislation">Subordinate Legislation</a></li><li class="nav-item"><a class="dropdown-item" href="/cabinetsection/budgetannouncements/" title ="Budget Announcements">Budget Announcements</a></li><li class="nav-item"><a class="dropdown-item" href="/cabinetsection/monthlydoletter/" title ="Monthly DO letter">Monthly DO letter</a></li></ul></li><li class="nav-item dropdown"><a class="dropdown-item dropdown-toggle" href="#" title ="Administration" id="navbarDropdown183" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Administration <i class="fa fa-plus addicon"></i> </a><ul class="dropdown-menu fadeIn" aria-labelledby="navbarDropdown183"><li class="nav-item"><a class="dropdown-item" href="/administration/instructionsoncourtortribunalcases/" title ="Instructions on Court or Tribunal Cases">Instructions on Court or Tribunal Cases</a></li><li class="nav-item"><a class="dropdown-item" href="/administration/general/" title ="General">General</a></li></ul></li><li class="nav-item dropdown"><a class="dropdown-item dropdown-toggle" href="#" title ="Others" id="navbarDropdown185" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Others <i class="fa fa-plus addicon"></i> </a><ul class="dropdown-menu fadeIn" aria-labelledby="navbarDropdown185"><li class="nav-item"><a class="dropdown-item" href="/others/meetingthecabinetsecretary/" title ="Meeting the Cabinet Secretary">Meeting the Cabinet Secretary</a></li><li class="nav-item"><a class="dropdown-item" href="/others/jammerpolicy/" title ="Jammer Policy">Jammer Policy</a></li></ul></li><li class="nav-item"><a class="dropdown-item" href="/circulars/nitiaayog/" title ="NITI Aayog">NITI Aayog</a></li></ul></li><li class="nav-item"><a class="dropdown-item" href=" /archived/88" title ="Archive">Archive</a></li><li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#" title ="Right to Information" id="navbarDropdown7" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Right to Information <i class="fa fa-plus addicon" aria-hidden="true"></i> </a><ul class="dropdown-menu fadeIn" aria-labelledby="navbarDropdown7"><li class="nav-item"><a class="dropdown-item" href="/righttoinformation/organizationchart/" title ="Organization Chart">Organization Chart</a></li><li class="nav-item"><a class="dropdown-item" href="/righttoinformation/cpioandappellateauthorities/" title ="CPIO and Appellate Authorities">CPIO and Appellate Authorities</a></li><li class="nav-item"><a class="dropdown-item" href="/righttoinformation/quarterlyreport/" title ="Quarterly Report">Quarterly Report</a></li><li class="nav-item"><a class="dropdown-item" href="/righttoinformation/requestformfacilitiesfee/" title ="Request Form/ Facilities/ Fee">Request Form/ Facilities/ Fee</a></li><li class="nav-item"><a class="dropdown-item" href="/righttoinformation/categoriesofdocuments/" title ="Categories of Documents">Categories of Documents</a></li><li class="nav-item"><a class="dropdown-item" href="/righttoinformation/poweranddutiesofofficials/" title ="Power and Duties of Officials">Power and Duties of Officials</a></li><li class="nav-item"><a class="dropdown-item" href="/righttoinformation/budgetallocation/" title ="Budget Allocation">Budget Allocation</a></li><li class="nav-item"><a class="dropdown-item" href="/righttoinformation/directoryofofficials/" title ="Directory of Officials">Directory of Officials</a></li><li class="nav-item"><a class="dropdown-item" href="/righttoinformation/officialsmonthlyremuneration/" title ="Officials Monthly Remuneration">Officials Monthly Remuneration</a></li><li class="nav-item"><a class="dropdown-item" href="/righttoinformation/workdistribution/" title ="Work Distribution">Work Distribution</a></li><li class="nav-item"><a class="dropdown-item" href="/righttoinformation/faqunderrighttoinformationact2005/" title ="FAQ Under Right to Information Act 2005">FAQ Under Right to Information Act 2005</a></li><li class="nav-item"><a target="_blank" class="show_msg dropdown-item" href=" http://www.istm.gov.in/rti_portal" title ="ISTM">ISTM</a></li></ul></li><li class="nav-item"><a class="dropdown-item" href="/tenders/" title ="Tenders">Tenders</a></li><li class="nav-item"><a class="dropdown-item" href=" /internationaldayofyoga2024/ " title ="International Day Of Yoga 2024">International Day Of Yoga 2024</a></li><li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#" title ="Guidelines" id="navbarDropdown9" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Guidelines <i class="fa fa-plus addicon" aria-hidden="true"></i> </a><ul class="dropdown-menu fadeIn" aria-labelledby="navbarDropdown9"><li class="nav-item"><a class="dropdown-item" href="/guidelines/handbookoncabinetnotes/" title ="Handbook on Cabinet Notes">Handbook on Cabinet Notes</a></li><li class="nav-item"><a class="dropdown-item" href="/guidelines/preparationofcosnotes/" title ="Preparation of CoS Notes">Preparation of CoS Notes</a></li><li class="nav-item"><a class="dropdown-item" href="/guidelines/processforpendinglegislativeproposals/" title ="Process for Pending Legislative Proposals">Process for Pending Legislative Proposals</a></li><li class="nav-item"><a class="dropdown-item" href="/guidelines/recruitmentrules/" title ="Recruitment Rules">Recruitment Rules</a></li></ul></li><li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#" title ="More" id="navbarDropdown10" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">More <i class="fa fa-plus addicon" aria-hidden="true"></i> </a><ul class="dropdown-menu fadeIn" aria-labelledby="navbarDropdown10"><li class="nav-item"><a class="dropdown-item" href="/more/vacancies/" title ="Vacancies">Vacancies</a></li><li class="nav-item"><a class="dropdown-item" href="/more/globaltenderenquiryproposal/" title ="Global Tender Enquiry Proposal">Global Tender Enquiry Proposal</a></li><li class="nav-item"><a class="dropdown-item" href="/more/compassionateappointment/" title ="Compassionate Appointment">Compassionate Appointment</a></li><li class="nav-item"><a target="_blank" class="show_msg dropdown-item" href=" https://doptcirculars.nic.in/Default.aspx?URL=6G4WVPFk5ngz" title ="Secretary List">Secretary List</a></li><li class="nav-item"><a class="dropdown-item" href="/more/formercabinetsecretariesemaillist/" title ="Former Cabinet Secretaries email List">Former Cabinet Secretaries email List</a></li><li class="nav-item"><a target="_blank" class="show_msg dropdown-item" href=" https://doptcirculars.nic.in/Default.aspx?URL=DFcTMmz52pRG" title ="Chief Secretary List">Chief Secretary List</a></li><li class="nav-item"><a target="_blank" class="show_msg dropdown-item" href=" https://pfms.nic.in" title ="Employee Corner">Employee Corner</a></li><li class="nav-item"><a class="dropdown-item" href="/more/committeesondisputes/" title ="Committees on Disputes">Committees on Disputes</a></li><li class="nav-item"><a class="dropdown-item" href="/more/pressreleases/" title ="Press Releases">Press Releases</a></li><li class="nav-item"><a target="_blank" class="show_msg dropdown-item" href=" https://yoga.ayush.gov.in" title ="Yoga Prayer & CYP">Yoga Prayer & CYP</a></li><li class="nav-item"><a class="dropdown-item" href=" /swachhbharatactivities/258 " title ="Swacch Bharat Activities 2023">Swacch Bharat Activities 2023</a></li><li class="nav-item"><a target="_blank" class="show_msg dropdown-item" href=" https://cabsec.gov.in/eresource/" title ="eResource">eResource</a></li></ul></li> </ul> </div> </div> </nav> <main id="content-column" class="content-column" role="main" aria-label="Main Content"> <section class="nav-divider-border"></section><!--/.banner-wrapper--> <section class="wrapper banner-wrapper"> <!-- Carousel --> <div id="slider-carousel" class="carousel slide" data-bs-ride="carousel"> <!-- Indicators/dots --> <nav aria-label="Carousel Navigation"> <div class="carousel-indicators"> <a href="javascript:void(0);" data-bs-target="#slider-carousel" aria-label="Cabinet Secretary with President" data-bs-slide-to="0"class="active"></a> <a href="javascript:void(0);" data-bs-target="#slider-carousel" aria-label="Cabinet Secretary with Vice President" data-bs-slide-to="1"></a> <a href="javascript:void(0);" data-bs-target="#slider-carousel" aria-label="cbps slide" data-bs-slide-to="2"></a> </div> </nav> <!-- The slideshow/carousel --> <div class="carousel-inner"> <div class="carousel-item active"> <img src="assets/img/image2.jpg" alt="Cabinet Secretary with President" class="d-block" style="width:100%"> </div> <div class="carousel-item"> <img src="assets/img/image1.jpg" alt="Cabinet Secretary with Vice President" class="d-block" style="width:100%"> </div> <div class="carousel-item"> <a href="https://cbpssubscriber.mygov.in/aff/XOnE4iV7FWFXldrm" target="_blank" class="show_msg" title="cbps banner"><img src="https://cbpssubscriber.mygov.in/assets/uploads/juGajmc1gOVBUtt5" id="_XOnE4iV7FWFXldrm" style="cursor:pointer" onload="javascript:(function(){if(typeof _done == 'undefined' || !_done){this.setAttribute('src', this.getAttribute('src')+'?'+Math.floor((Math.random() * 100) + 1)); _done=true;}}).call(this)" > </img></a> </div> </div> <!-- Left and right controls/icons --> <span class="carousel-control-prev" data-bs-target="#slider-carousel" data-bs-slide="prev" style="justify-content: space-between"> <a href="javascript:void(0);" style="font-size: 24px" aria-label="Previous Image" class="carousel-control-prev-icon"></a> </span> <span class="carousel-control-next" data-bs-target="#slider-carousel" data-bs-slide="next" style="justify-content: end"> <a href="javascript:void(0);" style="font-size: 24px" aria-label="Next Image" class="carousel-control-next-icon"></a> </span> </div> </section> <div class="wrapper" id="skipCont"></div> <!--/#skipCont--> <div style="width: 100%;"> <div class="container"> <div class="row"> <div style="margin-bottom: 15px;margin-left: 15px;border-left: 1px;border-right: 1px;border-bottom: 1px;border-top:0px;border-style: solid;border-color: lightgrey;" class="col-8 col-md-8 col-sm-12"> <nav role="navigation"> <ul class="nav nav-tabs" role="tablist"> <li class="nav-item"><a class="nav-link active" data-bs-toggle="tab" href="#aboutus" aria-selected="true" role="tab" >About Us</a></li> <li class="nav-item"><a class="nav-link" data-bs-toggle="tab" href="#menu1" aria-selected="false" role="tab" >Origin</a></li> <li class="nav-item"><a class="nav-link" data-bs-toggle="tab" href="#menu2" aria-selected="false" role="tab" >Functions</a></li> <li class="nav-item"><a class="nav-link" data-bs-toggle="tab" href="#menu3" aria-selected="false" role="tab" >Development</a></li> </ul> </nav> <div id="fontchange" class="tab-content"> <div id="aboutus" class="tab-pane active show" role="tabpanel"> <p >The Cabinet Secretariat is responsible for the administration of the Government of India (Transaction of Business) Rules, 1961 and the Government of India (Allocation of Business) Rules 1961, facilitating smooth transaction of business in Ministries/ Departments of the Government. This Secretariat provides Secretarial assistance to the Cabinet and its Committees, and also assists in decision-making in Government by ensuring Inter-Ministerial coordination , ironing out differences amongst Ministries/ Departments and evolving consensus through the instrumentality of the standing/ adhoc Committees of Secretaries. Through this mechanism new policy initiatives are also promoted.</p> <p >Management of major crisis situations in the country and coordinating activities of various Ministries in such a situation is also one of the functions of the Cabinet Secretariat.</p> </div> <div id="menu1" class="tab-pane" role="tabpanel"> <p >Before the adoption of the portfolio system in the Government of India, all Governmental business was disposed of by the Governor-General in Council, the Council functioning as a Joint Consultative Board. As the amount and complexity of business of the Government increased, the work of the various Departments was distributed amongst the members of the Council, only the more important cases being dealt with by the Governor-General or the Council collectively.</p> <p >This procedure was legalized by the Indian Councils Act, 1861 during the time of Lord Canning, leading to the introduction of the portfolio system and the inception of the Executive Council of the Governor-General. The Secretariat of the Executive Council was headed by the Private Secretary to the Viceroy, but he did not attend the Council meetings. Lord Willingdon first started the practice of having his Private Secretary by his side at these meetings. Later, this practice continued and in November, 1935, the Viceroy's Private Secretary was given the additional designation of Secretary to the Executive Council. But these posts were separated subsequently, and a separate Secretary was appointed to the Executive Council as distinct from the Private Secretary to the Viceroy and Governor General.</p> <p >Constitution of the Interim Government in September 1946 brought a change in the name of this Office. On 5th September, 1946, the Secretariat of the Executive Council was designated as Cabinet Secretariat, and the Secretary to the Executive Council as Cabinet Secretary. It seems, however, at least in retrospect, that Independence brought a sort of change in the functions of the Cabinet Secretariat. It no longer remained concerned with only the work of circulating papers to Ministers and Ministries, but developed into an organisation for effecting coordination between the Ministries.</p> </div> <div id="menu2" class="tab-pane" role="tabpanel"> <p >The Cabinet Secretariat functions directly under the Prime Minister. The administrative head of the Secretariat is the Cabinet Secretary who is also the ex-officio Chairman of the Civil Services Board. The business allocated to Cabinet Secretariat under Government of India (Allocation of Business) Rules, 1961 includes (i) Secretarial assistance to the Cabinet and Cabinet Committees; and (ii) Rules of Business.</p> <p >The Cabinet Secretariat is responsible for the administration of the Government of India (Transaction of Business) Rules, 1961 and Government of India (Allocation of Business) Rules, 1961 facilitating smooth transaction of business in Ministries/ Departments. The Secretariat assists in decision-making in Government by ensuring Inter-Ministerial coordination, ironing out differences amongst Ministries/Departments and evolving consensus through the instrumentality of the standing/adhoc Committees of Secretaries. Management of major crisis situations in the country and coordinating activities of various ministries in such a situation is also one of the functions of the Cabinet Secretariat.<br> <a style="color:#007EE1; text-decoration: none;" href="aboutus/functions/">Read More <i class="fa fa-angle-right"></i><i class="fa fa-angle-right"></i></a></p> </div> <div id="menu3" class="tab-pane" role="tabpanel"> <p >After independence, in 1949 an Economic Committee of the Cabinet was set up with its Secretariat at Ministry of Finance. In 1950 this was transferred to Cabinet Secretariat and designated as Economic Wing and ultimately merged with the Secretariat in 1955. In 1954, the Organisation and Methods Division was established under the Cabinet Secretariat which was later transferred to Ministry of Home Affairs during 1964.</p> <p >In 1957, the Defence Committee of the Cabinet was constituted under Cabinet Secretariat for which officers were drawn from the Defence services. This wing was transferred during 1991 to the Ministry of Defence. Department of Statistics was created in 1961 under Cabinet Secretariat which was transferred to Ministry of Planning in Feb. 1973. Department of Special Economic Coordination was set up under Cabinet Secretariat in 1962 and later transferred to Ministry of Economic Defence Coordination and at present the Department does not exist. The Intelligence Wing was set up to provide secretarial assistance to the Joint Intelligence Committee in 1965.</p> <p >The Bureau of Public Enterprises was brought under the Cabinet Secretariat for short duration from Jan. 1966 to June, 1966 and later transferred to Deptt. of Economic Affairs under Ministry of Finance and later during 1985 to the Deptt. of Public Enterprises under Ministry of Industry.<br> <a style="color:#007EE1;text-decoration: none;" href="aboutus/development/">Read More <i class="fa fa-angle-right"></i><i class="fa fa-angle-right"></i></a></p> </div> </div> </div> <div class="col-1 col-md-1 col-lg-1"></div> <div style="vertical-align: center;" class="col-3 col-md-3 col-sm-12" > <div class="col-12 col-md-12 col-sm-12" > <div style="border-left: 1px;border-right: 1px;border-bottom: 1px;border-top:1px;border-style: solid;border-color: lightgrey;" class="views-row views-row-1 views-row-odd views-row-first initiatives-block" > <div class="views-field views-field-field-image" style="text-align: center;"> <div class="cabsec-image-section" style="width:auto;height:auto;"> <img title="Dr. T. V. Somanathan, CABINET SECRETARY" src="assets/img/cabinet_sec_2024.jpg" alt="Dr. T. V. Somanathan,Cabinet Secretary of India" /> </div> <div> <div style="text-align: center; font-size: 18px;">Dr. T. V. Somanathan</div> <div style="text-align: center; font-size: 14px; ">(CABINET SECRETARY)</div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="container-fluid"> <div class="row" > <div class="bg-wrapper box-wrapper"> <div class="row"> <div class="col-md-12"> <div class="region region-important-links-head"> <div id="block-block-14" class="block block-block first last odd" style="text-align: center;padding: 0; margin: 0; border-bottom: 1px solid #131313; box-sizing: border-box; background-color: #34495E;" > <h2 id="ob" aria-level="2">Attached Offices / Statutory Bodies</h2> </div> </div> </div> </div> </div> <div id="att_off" > <div class="new_list row"> <ol class="col-md-12"> <li class="col-md-3"> <a href="https://dpg.gov.in/" target="_blank" class="show_msg" title="Directorate of Public Grievances (DPG)"> <p class="figure-cir"><img src="image/gov_icon.png" alt="Directorate of Public Grievances (DPG)"></p> <p class="figure-text"> Directorate of Public Grievances <br> (DPG) </p> </a> </li> <li class="col-md-3"> <a href="https://nacwc.gov.in/" target="_blank" class="show_msg" title="National Authority Chemical Weapons Convention (NACWC)"> <p class="figure-cir"><img src="image/gov_icon.png" alt="National Authority Chemical Weapons Convention (NACWC)"></p> <p class="figure-text"> National Authority Chemical Weapons <br/>Convention (NACWC) </p> </a> </li> <li class="col-md-3"> <a href="http://psa.gov.in/" target="_blank" class="show_msg" title="Office of the Principal Scientific Adviser"> <p class="figure-cir"><img src="image/gov_icon.png" alt="Office of the Principal Scientific Adviser (O/o PSA)"></p> <p class="figure-text"> Office of the Principal Scientific Adviser<br/>(O/o PSA) </p> </a> </li> <li class="col-md-3"> <a href="https://dbtbharat.gov.in/" target="_blank" class="show_msg" title="Direct Benefit Transfer (DBT) Mission"> <p class="figure-cir"><img src="image/gov_icon.png" alt="Direct Benefit Transfer (DBT) Mission"></p> <p class="figure-text"> Direct Benefit Transfer (DBT)<br/> Mission </p> </a> </li> </ol> </div> </div> </div> </div> <!--*********Content wrapper end here *********************--> <!--*******Footer area start here ********************--> <!-- Popup Overlay --> <div id="custom-popup" class="modal" role="dialog" aria-labelledby="custom-popup-title" aria-modal="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h3 id="custom-popup-title"></h3> <button id="close-btn" class="close close-btn" aria-label="Close">×</button> </div> <div class="modal-body"> <p id="custom-popup-message"></p> </div> </div> </div> </div><script type="text/javascript" src="assets/js/jquery.min.js"></script> <script type="text/javascript" src="assets/js/owl.carousel.js"></script> <div class="home-demo"> <div class="row"> <div class="large-12 columns" style="margin-left:50px; margin-right:50px"> <section aria-label="Government Portals Carousel"> <div class="owl-carousel"> <div class="item owl-item-active owl-first-item" > <div class="jsfocus"> <a class="show_msg" href="https://presidentofindia.nic.in/" target="_blank"> <img typeof="foaf:Image" src="assets/img/president.png" width="200" height="150" title="President of INDIA | External link that open in new window" alt="President of INDIA | External link that open in new window" /> </a> </div> </div> <div class="item owl-item-active"> <div class="jsfocus"> <a class="show_msg" href="https://vicepresidentofindia.nic.in/" target="_blank"> <img typeof="foaf:Image" src="assets/img/vicepresident.png" width="200" height="150" title="Vice President of INDIA | External link that open in new window" alt="Vice President of INDIA | External link that open in new window" /> </a> </div> </div> <div class="item owl-item-active"> <div class="jsfocus"> <a class="show_msg" href="https://www.pmindia.gov.in/en/" target="_blank"> <img typeof="foaf:Image" src="assets/img/pmindia.png" width="200" height="150" title="PM INDIA | External link that open in new window" alt="PM INDIA | External link that open in new window" /> </a> </div> </div> <div class="item owl-item-active"> <div class="jsfocus"> <a class="show_msg" href="https://india.gov.in/ " target="_blank"> <img typeof="foaf:Image" src="sites/default/files/india-gov.png" width="200" height="150" title="India.gov.in | External link that open in new window" alt="India.gov.in | External link that open in new window"/> </a> </div> </div> <div class="item owl-item-active"> <div class="jsfocus"> <a class="show_msg" href="https://esamiksha.gov.in/ " target="_blank"> <img typeof="foaf:Image" src="assets/img/esamiksha.png" width="200" height="150" title="eSamiksha | External link that open in new window" alt="eSamiksha | External link that open in new window" /> </a> </div> </div> <div class="item owl-item-active"> <div class="jsfocus"> <a class="show_msg" href="https://dbtbharat.gov.in" target="_blank"> <img typeof="foaf:Image" src="assets/img/DBTBharat.png" width="200" height="150" title="DBT Bharat | External link that open in new window" alt="DBT Bharat | External link that open in new window" /> </a> </div> </div> <div class="item owl-item-active"> <div class="jsfocus"> <a class="show_msg" href="https://mygov.in/ " target="_blank" style="display: none;"> <img typeof="foaf:Image" src="sites/default/files/mygov.png" width="200" height="150" title="MYGOV | External link that open in new window" alt="MYGOV | External link that open in new window"/> </a> </div> </div> <div class="item owl-item-active"> <div class="jsfocus"> <a class="show_msg" href="https://www.digitalindia.gov.in/ " target="_blank" style="display: none;"> <img typeof="foaf:Image" src="sites/default/files/digital-India-logo.png" width="200" height="150" title="Digital India | External link that open in new window" alt="Digital India | External link that open in new window" /> </a> </div> </div> <div class="item owl-item-active"> <div class="jsfocus"> <a class="show_msg" href="https://goidirectory.nic.in/index.php " target="_blank" style="display: none;"> <img typeof="foaf:Image" src="assets/img/trans_GOI.png" width="200" height="150" title="GOI | External link that open in new window" alt="GOI | External link that open in new window" /> </a> </div> </div> <div class="item owl-item-active"> <div class="jsfocus"> <a class="show_msg" href="https://data.gov.in " target="_blank" style="display: none;"> <img typeof="foaf:Image" src="sites/default/files/data-gov.png" width="200" height="150" title="data.gov.in | External link that open in new window" alt="data.gov.in | External link that open in new window" /> </a> </div> </div> <div class="item owl-item-active"> <div class="jsfocus"> <a class="show_msg" href="https://egazette.gov.in/ " target="_blank" style="display: none;"> <img typeof="foaf:Image" src="sites/default/files/e-gazette_0.png" width="200" height="150" title="e-Gazette | External link that open in new window" alt="e-Gazette | External link that open in new window" /> </a> </div> </div> <div class="item owl-item-active"> <div class="jsfocus"> <a class="show_msg" href="https://indiacode.nic.in/ " target="_blank" style="display: none;"> <img typeof="foaf:Image" src="assets/img/trans_indiacode.png" width="200" height="150" title="Indiacode | External link that open in new window" alt="Indiacode | External link that open in new window" /> </a> </div> </div> <div class="item owl-item-active"> <div class="jsfocus"> <a class="show_msg" href="https://gem.gov.in/" target="_blank" style="display: none;"> <img typeof="foaf:Image" src="assets/img/gem.png" width="200" height="150" title="GeM | External link that open in new window" alt="GeM | External link that open in new window"/> </a> </div> </div> <div class="item owl-item-active"> <div class="jsfocus"> <a class="show_msg" href="https://evisitors.nic.in/NVIP/public/Home.aspx " target="_blank" style="display: none;"> <img typeof="foaf:Image" src="sites/default/files/myvisit-logo_0.png" width="200" height="150" title="myvisit | External link that open in new window" alt="myvisit | External link that open in new window" /> </a> </div> </div> </div> </div> </div> </div> </main> <footer id="footer" class="region region-footer"> <div id="block-cmf-content-footer-region-block" class="block block-cmf-content first last odd"> <div class="wrapper footer-wrapper"> <div class="footer-top-wrapper"> <div class="container footer-top-container"> <ul class="menu"><li class="menu__item is-leaf first leaf"><a style="color:white;text-decoration:none;" href="/footercontent/aboutthiswebsite/" title="About this website" > About this website</a></li><li class="menu__item is-leaf first leaf"><a style="color:white;text-decoration:none;" href="/footercontent/help/" title="Help" > Help</a></li><li class="menu__item is-leaf first leaf"><a style="color:white;text-decoration:none;" href="/footercontent/termsandconditions/" title="Terms and Conditions" > Terms and Conditions</a></li><li class="menu__item is-leaf first leaf"><a style="color:white;text-decoration:none;" href="/footercontent/accessibilitystatement/" title="Accessibility Statement" > Accessibility Statement</a></li><li class="menu__item is-leaf first leaf"><a style="color:white;text-decoration:none;" href="/footercontent/webinformationmanager/" title="Web Information Manager" > Web Information Manager</a></li><li class="menu__item is-leaf first leaf"><a style="color:white;text-decoration:none;" href="/footercontent/websitepolicies/" title="Website Policies" > Website Policies</a></li><li class="menu__item is-leaf first leaf"><a style="color:white;text-decoration:none;" href="/footercontent/feedback/" title="Feedback" > Feedback</a></li><li class="menu__item is-leaf first leaf"><a style="color:white;text-decoration:none;" href="/footercontent/contactus/" title="Contact Us" > Contact Us</a></li></ul> </div> </div> <div class="footer-bottom-wrapper"> <div class="container footer-bottom-container"> <div class="footer-content clearfix"> <div class="logo-cmf" aria-label="Logo of Common Minimum Framework"> <a class="show_msg" href="http://cmf.gov.in/" target="_blank" title="CMF"> <img src="sites/all/modules/customs/cmf_content/assets/images/cmf-logo.png" alt="Built on Common Minimum Framework"> </a> </div> <div class="copyright-content" area-label="Designed, Developed and Hosted by NIC" > © Website Content Managed by <strong>Cabinet Secretariat, Government of India</strong> <span>Designed, Developed and Hosted by <a class="show_msg" href="http://www.nic.in/" title="NIC, External Link that opens in a new window" target="_blank" style="text-decoration: none; font-size: 100%;"> <strong>National Informatics Centre</strong> </a> </span> <span class="lastupdated">Last Updated: <strong> 08 April, 2025 </strong></span> <span class="counter">Visitors: <strong style="font-family:'Digital';text-align: center;">10841672</strong></span> </div> <div class="logo-cmf" aria-label="Certificate of Quality Work"> <a href="/writereaddata/stqc_certificate/English/stqc_2023.pdf" target="_blank"> <img src="image/cqw_logo.gif" alt="Certificate of Quality Work"> </a> </div> </div> </div> </div> </div> </div> </footer> <script type="text/javascript"> $(".jsfocus").focusin(function() { focusFunction(this) }); $(".jsfocus").focusout(function() { blurFunction(this) }); </script> <script > $(document).ready(function(){ var owl = $('.owl-carousel'); owl.owlCarousel({ margin: 10, loop: true, nav: true, navText: [ '<img src="/assets/img/carousel-control-prev-icon.svg" alt="Previous image" / >', '<img src="/assets/img/carousel-control-next-icon.svg" alt="Next image" / >' ] }); $('.owl-prev span').text(''); $('.owl-next span').text(''); }); function focusFunction(x) { x.style.border = "1px dotted #000000"; } function blurFunction(x) { x.style.border = "none"; } </script> <script type="text/javascript"> jQuery('.documents-reports .menu').addClass('list'); </script> <script src="assets/js/bootnavbar/bootnavbar.js"></script> <script > $(function() { $('#main_navbar').bootnavbar(); }) </script> <script type="text/javascript"> if(typeof(Storage)!=="undefined") { // Text resizing jQuery(".text-size a").click(function(){ var fontSize = jQuery(this).attr("class").split("size")[1]; jQuery("body").css("font-size", fontSize + "px"); jQuery(this).addClass("active"); jQuery(".text-size a").not(this).removeClass("active"); localStorage.setItem("font_size", fontSize); }); // Highcontrast jQuery(".contrast a").click(function(){ var contrast = jQuery(this).attr("class"); jQuery("body").attr("class", contrast); jQuery(this).addClass("active"); jQuery(".contrast a").not(this).removeClass("active"); localStorage.setItem("contrast", contrast); }); } else { jQuery("#top-menu").hide(); } </script> <script type="text/javascript"> $(document).ready(function(){ $('.owl-carousel').owlCarousel({ navigation: true, navText: ["<", ">"] }); }); jQuery(document).ready(function () { $("body").on("focus",".jsfocus a",function(e){ //jQuery('.owl-prev').show(); //jQuery('.owl-next').show(); }); jQuery('.owl-item-active a').show(); jQuery(".jsfocus a").focus(function(){ jQuery('.item .jsfocus a').show(); }); jQuery(".owl-first-item a").focus(function(){ jQuery('.owl-item-hidden a').hide(); }); }); </script> <!--*********Footer area end here *********************--> </body> <script > window.onload = function () { // Delay popup by 2 seconds (2000 milliseconds) setTimeout(function() { showPopup('Important Information', 'The list of Department and their Ministries in Union Government is available in Schedule-I of Allocation of Business (AoB) Rules 1961, which can be seen at following path-<br /> "<strong style=\'color:#0a266c;\'>www.cabsec.gov.in --> Business rules --> Allocation of Business Rules</strong>"', 100000); }, 0); // Add event listener for close button document.getElementById('close-btn').addEventListener('click', closePopup); // Add event listener for 'Esc' key to close the popup document.addEventListener('keydown', function (event) { if (event.key === 'Escape') { closePopup(); } }); }; function showPopup(title, message, duration) { // Set popup title and message document.getElementById('custom-popup-title').innerText = title; document.getElementById('custom-popup-message').innerHTML = message; // Show the popup document.getElementById('custom-popup').style.display = 'block'; // Automatically close popup after duration if (duration) { setTimeout(function() { closePopup(); }, duration); } } function closePopup() { document.getElementById('custom-popup').style.display = 'none'; } </script> </html>