/* :root { --font-color: #6C1340; --light-pink: #e4cfd7; --purpal : #934060; --light-gray:#f5f6f6; --white:#FFF; --light-bg: #FAEBF2; } */
:root { --font-color: #040002; --light-pink: #F5E8E2; --purpal : #6a223f; --light-gray:#f5f6f6; --white:#FFF; --light-bg: #FAEBF2; --bg: #DA7D5F; } 


body { font-size: 100%; line-height: 1.5; font-family: "Noto Sans", sans-serif; color: #333333; } 
body.home { overflow: hidden; height: 100vh; } 
.main-h-row { height: calc(100vh - 115px); } 

a { text-decoration:underline; color:#393939; transition: 350ms ease; -webkit-transition: 350ms ease; } 
a:focus { outline:thin dotted } 
a:hover, a:active { outline: 0; } 
a:hover { text-decoration:none; color:var(--font-color); } 

::-webkit-scrollbar { width: 5px; height: 4px; } 
::-webkit-scrollbar-thumb { background: var(--bg); border-radius: 10px; } 
 
 /* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover { background: #b30000; } */
/* .row > * { padding-right: calc(var(--bs-gutter-x) * 0.2); padding-left: calc(var(--bs-gutter-x) * 0.2); } */
/********* Reset CSS *********/
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; } 
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display:block } 
audio, canvas, video { display:inline-block } 
audio:not([controls]) { display:none; height:0; } 
body, button, input, select, textarea { color:#393939; font-size:16px; line-height:1.5; } 
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } 
h1, h2, h3, h4, h5, h6 { font-weight:bold; } 
b, strong, dt, th { font-weight: bold; } 
em, i { font-style:italic; } 
p, ul, ol, dd, table, fieldset, address { margin: 0 0 25px; } 
img { -ms-interpolation-mode: bicubic; border: 0; vertical-align: middle; max-width:100%; height:auto; } 
figure { margin:0; } 
legend { white-space:normal; } 
q { quotes:"\201C" "\201D" "\2018" "\2019" } 
small { font-size:80% } 
sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline } 
sup { top:-0.5em } 
sub { bottom:-0.25em } 
table { border-collapse: separate; border-spacing: 0; width: 100%; empty-cells:show; border:none; } 
table table { margin:0 } 
th, td { border:none; padding:8px 10px } 
caption, th, td { font-weight: normal; } 
/********* Clear floats *********/
.cf:before, .cf:after, .container:before, .container:after, .row:before, .row:after, ul:before, ul:after, .boxs:before, .boxs:after, .radioList:after, .radioList:before { content:" "; display:table } 
.cf:after, .container:after, .row:after, ul:after, .boxs:after, .radioList:after { clear:both } /********* Common Classes *********/
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:20px 0; padding:0 } 
h1 { font-size: 36px; } 
h2 { font-size: 24px; color: var(--font-color); line-height: 42px; font-weight: 700; margin-bottom: 20px; } 
h3 { font-size: 18px; color: var(--font-color); line-height: 35px; font-weight: 600; margin-bottom: 20px; } 
h4 { font-size: 18px; color:#393939; line-height: 30px; font-weight: 600; margin-bottom: 15px; } 
h5 { font-size: 16px; color:#393939; line-height: 25px; font-weight: 500; margin-bottom: 10px; } 
h6 { font-size: 16px; color:#393939; margin-bottom: 10px; } 
.innerContentPart p { font-size: 16px; line-height: 1.6; color: #323232; } 
ul { padding:0 0 0 15px; } 
ol { padding:0 0 0 20px } 
ul ul, ol ol { margin:10px 0 } 
ul li::marker { color: var(--bg); } 
.alignLeft { float:left; margin-right:25px; } 
.alignRight { float:right; margin-left:25px; } 
.displayNone, .hasJS noscript, .hideThis { display:none!important; visibility:hidden } 
.jsRequired { display:block; background-color:#C00; color:var(--white); width:100%; line-height:30px; text-align:center; font-size:12px; border:0 none; } 
.mrgAuto { margin-right:auto; margin-left:auto; } 
.mrgT20 { margin-top:20px; } 
.mrgL20 { margin-left:20px; } 
.mrgR20 { margin-right:20px; } 
.mrgB20 { margin-bottom:20px; } 
.mrgT10 { margin-top:10px; } 
.mrgL10 { margin-left:10px; } 
.mrgR10 { margin-right:10px; } 
.mrgB10 { margin-bottom:10px; } 
.padL20 { padding-left:20px; } 
.padR20 { padding-right:20px; } 
.padB20 { padding-bottom:20px; } 
.padT20 { padding-top:20px; } 
.padL15 { padding-left:15px; } 
.padR15 { padding-right:15px; } 
.padB15 { padding-bottom:15px; } 
.padT15 { padding-top:15px; } 
.padL10 { padding-left:10px; } 
.padR10 { padding-right:10px; } 
.padB10 { padding-bottom:10px; } 
.padT10 { padding-top:10px; } 
.padTB10 { padding-top:10px; padding-bottom:10px; } 
.padTB15 { padding-top:15px; padding-bottom:15px; } 
.padTB20 { padding-top:20px; padding-bottom:20px; } 
.pad10 { padding:10px; } 
.pad15 { padding:15px; } 
.pad20 { padding:20px; } 
.pad25 { padding:25px; } 
.pad30 { padding:30px; } 
.width100p { width:100%; } 
.width90p { width:90%; } 
.width80p { width:80%; } 
.width70p { width:70%; } 
.width60p { width:60%; } 
.width50p { width:50%; } 
.width40p { width:40%; } 
.width30p { width:30%; } 
.width20p { width:20%; } 
.width10p { width:10%; } 
.width85px { width:85px; } 
.width150px { width:150px; } 
select { -moz-appearance: none; -webkit-appearance: none; appearance: none; cursor: pointer; } 
/*select { -webkit-appearance: none; background: url(../../images/down-arrow.gif)no-repeat; background-position: 95% 50%; background-size: 10px; } */
.fileSize { padding: 0 5px; font-size: 13px; display: inline-block; vertical-align: middle; } 
.fileSize img { width:auto; display: inline-block; vertical-align: middle; } 
.extIcon { vertical-align:middle; margin-left:3px; } 
.rsIcon { display:inline-block; margin-right:2px; height:11px; text-indent:-999px; overflow:hidden; width:11px; background:url(../../images/rupee.png) left top no-repeat; } 
.bold { font-weight:bold; } 
.italic { font-style:italic; } 
.longWord, .wordBreak { word-wrap: break-word; } /********** Image Formating & Alignment **********/
.imgLeft { float:left; margin-right:20px; margin-bottom:20px; } 
.imgRight { float:right; margin-left:20px; margin-bottom:20px; } 
.imgCenter { float:none; margin-bottom:20px; margin-left:auto; margin-right:auto; display:block; } 
.imgBorder { border:1px solid #ccc; padding:5px } 
.rounded { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } 
.circle { -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; } 
.shadow { -webkit-box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.2); box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.2); padding:4px; } /***Image with Border***/
.imgLeftBorder { margin-right: 50px; position: relative; margin-bottom: 30px; } 
.imgRightBorder { margin-left: 50px; position: relative; margin-bottom: 25px } 
.imgLeftBorder:before, .imgRightBorder:before { content:""; background:#5a8e22; position: absolute; left: 25px; top:20px; height: 100%; width: 100%; z-index: -1; } 
.imgRightBorder:before { left: auto; right: 25px } /***Image with Border End***/ /********** Alignment **********/
.left { text-align:left !important } 
.right { text-align:right !important } 
.center { text-align:center !important } 
.justify { text-align:justify !important } /********** Error/Alert Messages **********/
.message { padding:10px 38px 10px 10px; margin-bottom:20px; border:1px solid transparent; position:relative; } 
.message.success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } 
.message.success a { color: #2b542c; } 
.message.error { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } 
.message.error a { color: #843534; } 
.light_bg { background: var(--light-pink); } 
.bg_font { color: var(--bg); } 
.black_font { color: #323232; } 
/********** Table **********/
.tableOut { overflow-y:hidden; overflow-x:auto } 
table, .tableData { border-collapse: separate; border-spacing: 0; width: 100%; empty-cells:show; border:1px solid #FEF5F1; border-top:1px solid #F9E0D4; border-left:1px solid #F9E0D4; border-radius: 8px; overflow: hidden; } 
table table, .tableData table { margin:0; } 
th, td, .tableData th, .tableData td { border:none; padding:10px; border-bottom:1px solid #F9E0D4; border-right:1px solid #F9E0D4; vertical-align:middle; } 
/* table tr:nth-child(odd) td, .tableRowOdd { background-color:#f3f3f3; } */
caption, th, td { font-weight: normal; background: #ffefe766; } 
td a { color: #393939; } 
th, .tableData th { background:var(--bg); font-weight:600; color:var(--white); font-size: 16px; padding:12px 10px; } 
.tableScroll { overflow-y:hidden; overflow-x:auto; } 
table tr td a:focus { border:2px dashed #000; display:inline-block; } 
/* custom scroll */
.socialBox ::-webkit-scrollbar { width: 1px; height: 5px; } 
.socialBox ::-webkit-scrollbar-thumb { background: var(--font-color); border-radius: 10px; } 

/*slider dots */
.swiper-pagination-bullet-active, .swiper-pagination-clickable .swiper-pagination-bullet:hover { background: var(--bg); opacity: 1; } 
/* .swiper-pagination-clickable .swiper-pagination-bullet { background: #F0BFA9; } */
.swiper-pagination-bullet { background: var(--swiper-pagination-bullet-inactive-color, #C25938); } 
/*fonts*/
.font1 { font-size: 50px; } 
.font2 { font-size: 40px; } 
.font3 { font-size: 30px; } 
.font4 { font-size: 22px; font-weight:600; } 
.font5 { font-size: 18px; } 
.font6 { font-size: 16px; } 
.bold { font-weight: 600; } 
header { padding: 10px 16px; position: -webkit-sticky; position: sticky; top: 0; z-index: 9999; background: var(--white); } 
.header h1 { margin:0; } 
.logo { display: flex; color: #000; text-decoration: none; display: inline-flex; text-decoration: none; max-width: 369px; text-transform:uppercase; } 
/*a.logo img { height: 70px; } */

.logo-side a { display: flex; align-items: center; justify-content: start; gap: 16px; text-decoration: none; color: #000; } 
.logo-side a img { height: 74px; object-fit: contain; width: auto; margin: 5px 0 0; } 
.logo-side a h1 { color: #261800; font-size: 1rem; font-style: normal; font-weight: 600; line-height: 18.4px; letter-spacing: -.08px; text-transform: uppercase; } 
.logo-side a h1.govtext { color: #151515; font-size: 0.8rem; font-style: normal; font-weight: 400; line-height: 115%; letter-spacing: -.06px; text-transform: uppercase; } 
.lofoInfo { display: inline-flex; flex-wrap: wrap; margin: 0 0 0 5px; align-items: center; } 
.lofoInfo .font5 { font-size: 14px; } 
.lofoInfo span { width: 100%; line-height: 1.3; display: inline-flex; font-weight: 700; } 
.lofoInfo .font6 { position: relative; top: 13px; font-weight: normal; margin-bottom: 0; font-size: 14px; } 
.searchRightLink img { max-height: 30px; } 
.searchRight { display:none; /*display: inline-flex; */ } 
.search { width:100%; border-bottom: 3px solid var(--bg); border-radius: 10px 10px 0px 0px; border-top:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc; padding:10px; display: flex; align-items:center; } 
.search input[type="text"] { height:auto; border:0; } 
.search form { width: 100%; display: flex; align-content: center; } 
.searchButton { background-color: transparent; border:0px; color: #212529; } 
.searchButton .fa-magnifying-glass::before { font-family: 'FontAwesome'; top: 50%; position: absolute; right: 10px; transform: translateY(-50%); } 
.searchInput { border:0px; width: 100%; outline: none; } 
.searchRight a { margin: 0 5px; } 
.search ul#resultBlock.serch-result.list-group { position: absolute; width: 100%; top: 55px; left: 0; } 
.dashboardIcon { /*display: inline-flex; flex-wrap: wrap; */ text-decoration: none; color: #333; /*justify-content: center; */ text-align: center; } 
.dashboardIcon img { max-width: 40px; } 
.dashboardIcon p { width: 100%; font-size: 12px; margin: 0px; padding: 0px; } 
.accessibility-side span a { margin-top: 8px; display: block; } 
.accessibility-side span.rt_lgo { width: 80px; max-width: 18%; flex: 0 0 18%; display: inline-block; } 
/* span.rt_lgo a img { max-width: 80%; } */
span.dasboard_icon { margin: 12px 0px 0 10px; padding: 0px; text-align: center; position: relative; } 
span.dasboard_icon::before { content: ""; position: absolute; width: 1px; height: 90%; background: #eaeaea; left: -7px; top: 50%; transform: translateY(-50%); } 
span.dasboard_icon a img { display: block; width: 38px; margin: 0 auto; filter: brightness(0) saturate(100%) invert(63%) sepia(9%) saturate(2640%) hue-rotate(327deg) brightness(90%) contrast(89%); } 
 span.dasboard_icon a { color: var(--bg); text-decoration: none; font-size: 12px; text-transform: capitalize; font-weight: 500; } 
 span.dasboard_icon.nipccd { /*margin: 0px 0px 0px 10px; */ padding: 5px 5px 0 5px; } 
 span.dasboard_icon.nipccd a img { filter:inherit; width: 50px; position: relative; top: -5px; } 
 span.dasboard_icon.nipccd, span.dasboard_icon.nipccd a { width: 100%; max-width: 60px; } 
.headerRightIcons { list-style:none; margin: 0px; padding:0px; } 
.headerRightIcons li { margin: 0px; padding: 0px 5px; display: inline-block; vertical-align: top; text-align:center; } 
.headerMenus { display: inline-flex; align-items: center; margin-left: auto; } 
.headerMenus ul { margin: 0px; padding: 0px; list-style: none; display: inline-flex; } 
.headerMenus ul li { display: inline-flex; padding: 0 8px; position: relative; } 
.headerMenus ul li:before { content: ""; position: absolute; left: 0; top: 0; width: 1px; height: 100%; background-color: #ccc; } 
.headerMenus ul li:first-child:before { display: none; } 
.headerMenus ul li img { filter: brightness(0) saturate(100%) invert(63%) sepia(9%) saturate(2640%) hue-rotate(327deg) brightness(90%) contrast(89%); } 
.banner1 { position: relative; overflow: hidden; border-radius: 10px; /*border: 1px solid #ccc; */ background: var(--light-pink); display: flex; align-items: end; } 
.banner1 { position: relative; } 
.banner1 .pmQuotes { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 50%; } 
.banner1 .pmQuotes { color: var(--font-color); } 
.banner1 .pmQuotes .pmQuotesText { font-size: 16px; font-weight: 500; border-bottom: 1px solid var(--font-color); padding-bottom: 5px; margin-bottom: 5px; } 
.banner1 .pmQuotes .pmQuotesSubject { font-size:15px; font-weight:500; } 
.banner1 .pmQuotes .pmQuotesDate { font-size:14px; font-weight:400; } 
.banner1 .pmQuotes p { margin-bottom: 0; } 
/* .banner1 img { max-width: 100%; width: 100%; object-fit: cover; height: 100%; } */
.banner1Info { position: absolute; right: 10px; top:50%; transform: translateY(-50%); max-width: 60%; font-size: 18px; color: var(--font-color); } 
.banner1Info:before { content: ""; position: absolute; left: 0; top: -30px; width: 50px; height: 30px; display: inline-block; vertical-align: top; background:url(../images/quote-icon.png) no-repeat left top; background-size: 25px; } 
a { color:var(--font-color); text-decoration: none; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; } 
.slider2, .slider1 { padding: 15px; position: relative; } 
.sliderBg1 { background-color: var(--light-pink); border-radius: 10px; } 
.bgBackgound img { opacity: 0; } 
/*.slider1Icon { background-color: var(--font-color); width: 150px; height: 150px; padding: 20px; border-radius: 50%; display: inline-flex; justify-content: center; align-items: center; transition: all 0.3s; margin-bottom:5px; } */
.slider1Icon { background-color: var(--bg); width: 60%; height: auto; padding: 2px; border-radius: 50%; display: inline-block; transition: all 0.3s; margin-bottom: 5px; overflow: hidden; } 
.slider2 img { transition: all 0.3s; width:90px; padding-bottom: 10px; filter: brightness(0) saturate(100%) invert(42%) sepia(96%) saturate(560%) hue-rotate(332deg) brightness(82%) contrast(83%); } 
.slider2 a:hover img, .slider1Icon:hover { transform: scale(1.1); } 
.slider1Icon img { /*width:100px; */width: 100%; } 
.slider1 { color: var(--font-color); } 
/*.slider1Info { display: inline-flex; justify-content: center; flex-wrap: wrap; text-align: center; padding: 50px 0; width: 100%; } */
.slider1Info { text-align: center; padding: 10px 0; width: 100%; margin: 0 auto; max-width: 350px; } 
.slider1Info .font4 { font-size: 18px; font-weight: 600; } 
.slider1Info h4 { margin: 20px 0; display: block; width: 100%; } 
.swiper-button-next:after, .swiper-button-prev:after { font-size: 18px; color: var(--font-color); } 
.slider1Image { position: absolute; left: 0; bottom: 0; } 
.swiper-button-next, .swiper-button-prev { top:inherit; bottom: 0; margin: 0; width: 50px; z-index: 999; } 
.commonSliderH { height:346px; } 
/* .slider1InfoTwo { background-color: #d7b9c4; box-shadow: -10px 0 0 0 var(--purpal), -20px 0 0 0 var(--font-color); border-radius: 10px; display: flex; justify-content: center; flex-direction: column; align-items: center; padding: 20px 15px; width: 100%; text-align:center; height: 77%; } */
/* .slider1InfoTwo { background-color: #dbccc58f; box-shadow: -10px 0 0 0 var(--purpal), -20px 0 0 0 var(--font-color); border-radius: 10px; display: flex; justify-content: center; flex-direction: column; align-items: center; padding: 20px 15px; width: 100%; text-align:center; height: 77%; } */
.slider1InfoTwo { display: flex; justify-content: center; flex-direction: column; align-items: center; padding: 20px 15px; width: 100%; text-align:center; height: 77%; } 
.slider1InfoTwo span { font-size: 18px; } 
/* .slider1InfoCover { position: relative; left: 10px; top: 0; min-height: 100%; width: 100%; display: flex; align-items: center; width: 100%; padding: 0 10px; } */
.slider1InfoCover { height: 80%; display: flex; align-items: center; justify-content: center; text-align: center; z-index: 4; background: #F0BFA9; width: calc(100% - 53px); margin: 0 auto; overflow: hidden; border-radius: 10px; box-shadow: -10px 0 0 0 #DA7D5F, -20px 0 0 0 #C25938; margin-left: 36px; top: 50%; position: relative; transform: translateY(-50%); margin-top: -10px; } 
/* .slider1InfoCover { width: 100%; display: flex; justify-content: center; } */
.slider1InfoTwo h4 { margin: 20px 0 0 0; text-align: center; } 
.addBanner { border-radius: 10px; overflow:hidden; display: flex; } 
.addBanner img { width: 100%; height: 100%; /*object-fit: cover; */ } 
.video { width: 100%; height:100%; position: relative; } 
/* .video iframe { border-radius: 10px; width: 100%; height: 100%; } */
.video iframe { border-radius: 10px; width: 100%; height: 100%; } 
.banner1, .slider1, .slider2 { height: 350px; } 
.banner1, .slider1, .slider2 { height: 100%; } 
.leftside1 { height: auto; } 
body.home .resTab { position: relative; background-color: var(--light-pink); color: var(--font-color); border-radius: 10px; padding: 20px; width: 100%; display: flex; flex-wrap: wrap; align-content: baseline; } 
body.home .resTab .tabContent { padding: 0; display: none; background-color: #fff; padding: 15px; border-radius: 10px; margin: 0 0 0 0; height: 100%; position: relative; } 
.bottom-full { margin-top: 0px; height: 100%; } 
/********* Accordion ******** */

.accordion { margin-bottom:5px; } 
.accordion .accTrigger { padding-left:20px; cursor:pointer; font-weight:bold; display: flex; justify-content: space-between; align-items: center; margin: 0 0 5px 0; } 
.accordion .accTrigger, .accordion .accTrigger.active { background-color: var(--light-pink); border-radius: 10px; overflow: hidden; padding: 20px; } 
.noJS .accordion .accTrigger { background:none; padding-left:0 } 
.accordion .accTrigger a { display:block; text-decoration:none; outline:0 } 
.accordion .accTrigger.active { } 
.accordDetail { padding:0; display:none } 
.noJS .accordDetail { display:block; padding:10px 0 } 
.participate { background-color:var(--font-color); padding: 20px; border-radius: 10px; color: var(--white); } 
.participate p { margin-bottom: 5px; text-align: center; font-size:16px; } 
.participate img.icon { width: 25px; } 
.participate a { color: var(--white); text-decoration: none; } 
.participate .scan { height: 60px; width: 60px; } 
.connect_heading a { color: #333; text-decoration: none; } 
.accordion .nav-link { padding: 0 5px; } 
.last_box { width: 100%; text-align: center; } 
.bgBackgound { background-size: cover; background-position: right top; } 
/*********Accordian End******/
/********* Back to Top Start**********/
#backtotop { bottom:65px; cursor: pointer; height: 44px; overflow: hidden; position: fixed; right: 30px; width: 44px; z-index: 999; } 
#backtotop > span { border-radius:50%; border: 1px solid var(--font-color); position: relative; display: block; width: 44px; height: 44px; line-height: 42px; font-size: 22px; text-align: center; color: var(--white); background-color: var(--font-color); -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out; -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out; transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out; overflow: hidden; } 
#backtotop span em { background: var(--white) url(../images/backtotop.png) no-repeat scroll center center; font-weight: bold; display: block; width: 44px; height: 44px; -webkit-transition: .15s ease 50ms; -moz-transition: .15s ease 50ms; transition: .15s ease 50ms; text-indent: -9999px; border-radius: 50%; } 
#backtotop > span:after { content: 'TOP'; position: absolute; top: 150%; left: 52%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: .45s cubic-bezier(.54, .13, 0, 1.43); -moz-transition: .45s cubic-bezier(.54, .13, 0, 1.43); transition: .45s cubic-bezier(.54, .13, 0, 1.43); font-size: 12px; font-weight: bold; } 
#backtotop > span:hover:after { top: 50% } 
#backtotop > span:hover em { -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); transform: translateY(-50px); -webkit-transition: .15s ease; -moz-transition: .15s ease; transition: .15s ease } 
/********* Back to Top End**********/
/********** Responsive Tab **********/
.resTab { position: relative; background-color: var(--light-pink); border-radius: 10px; /*overflow: auto; */ padding: 10px; width: 100%; display: flex; flex-wrap: wrap; align-content: baseline; } 
.resTab .tabNav { margin:-11px 0 10px auto; padding: 0; list-style: none; max-width: max-content; } 
.resTab .tabNav li { display: inline-block; margin: 0; position: relative; } 
.resTab .tabNav li a { display: inline-block; padding: 10px 12px; text-decoration: none; font-size: 19px; font-weight: bold; color: var(--font-color); opacity: 0.5; transition: .5s all ease; } 
.resTab .tabNav .r-tabs-state-active a { color: var(--bg); text-shadow: none; /*background-color: white; */border-bottom: 2px solid; opacity: 1; } 
.resTab .tabNav img { filter: brightness(0) saturate(100%) invert(63%) sepia(9%) saturate(2640%) hue-rotate(327deg) brightness(90%) contrast(89%); } 
.resTab .tabContent { display: none; background-color: var(--white); padding: 15px; border-radius: 10px; margin: 0 0 0 0; overflow: auto; } 
.resTab .r-tabs-panel.r-tabs-state-active { display: block; } 
.resTab .r-tabs-accordion-title { display: none; } 
.resTab .tabNav .r-tabs-state-disabled { opacity: 0.5; } 
.resTab .r-tabs-accordion-title .r-tabs-anchor { display: block; padding: 10px; background-color: #00c5ad; color: var(--white); font-weight: bold; text-decoration: none; } 
.resTab .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor { background-color: var(--white); color: #00c5ad; text-shadow: none; } 
.resTab .r-tabs-accordion-title.r-tabs-state-disabled { opacity: 0.5; } 
.noJS .resTab .tabContainer { height: 150px; overflow: hidden; } 
.noJS .resTab .tabContent { display: block; height: 150px; } 
.socialTitle { font-weight: bold; color: var(--font-color); } 
.socialTitleRow span { cursor: pointer; font-weight: bold; display: flex; justify-content: space-between; align-items: center; margin: 5px 0; width: 100%; color: var(--font-color); } 
.font2 { font-size: 40px; } 
.socialPlugins { width: 100%; /*max-height: 430px; */overflow: auto; } 
.socialPlugins, .socialPlugins iframe { height: 95%; position: relative; width: 100%; } 
.slider2 .swiper-slide, .sliderBg1 { background-color: var(--light-pink); border-radius: 10px; /*display: flex; */ justify-content: center; align-items: center; } 


/*popup*/
.accessibility_toolbar_open .accessibility_toolbar { display: block; opacity: 1; visibility: visible; } 
.accessibility_toolbar { position: fixed; right: 0; top: 0; z-index: 99999; opacity: 0; visibility: hidden; } 
.accessibility_toolbar_exapnd { position: absolute; background: #EFF1F5; right: 0; top: 0; width: 340px; margin-right: -450px; transition: all 0.3s; } 
.accessibility_titleBar { background: var(--bg); padding:10px; } 
.accessibility_toolbar_exapnd_wrapper .fa.fa-times { position: absolute; left: -25px; top: 0; color: var(--white); font-size: 18px; } 
.accessibility_titleBar span { padding-left: 40px; color: var(--white); padding: 15px 0 10px 50px; font-size: 18px; } 
.accessibility_toolbar_open .accessibility_toolbar_exapnd { display: block; margin-right: 0; } 
.accessibilityDaiictBox { padding: 0 15px; } 
/*.accessibility_toolbar_exapnd_wrapper .fa.fa-times { position: absolute; left: 18px; top: 17px; color: var(--white); font-size: 22px; } */
.accessibility_toolbar_daiict_toolbar .fa.fa-universal-access { right: 15px; position: absolute; top: 15px; color: var(--white); } 
.accessibilityDaiictBox ul { list-style: none; padding: 0 } 
.accessibilityDaiictBox ul li { width: 48%; float: left; min-height: 100px; background: var(--white); margin-left: 2%; margin-bottom: 15px; border-radius: 10px; padding: 15px; text-align: center; position: relative; line-height: 1; } 
.skip-link, .readerAccess { font-size: 16px; font-weight: 600; line-height: 1.5; } 
.accessibilityDaiictBox ul li span { position: absolute; left: 50%; bottom: 10px; width: 100%; transform: translate(-50%, 0%); font-size: 18px; } 
/********** Ticker *********/
.noJS .ticker .stop { display: none } 
.noJS .ticker ul { margin: 0 } 
.noJS .ticker .tickerDivBlock { height: 150px; overflow-y: scroll; overflow-x: hidden } 
.ticker li { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #e3e3e3; opacity: 1!important; } 
#accessControl .contrastChanger.normal { background-color: var(--white); border-radius: 50%; width: 40px; height: 40px; border: 1px solid var(--bg); font-size: 0; } 
#accessControl .contrastChanger.wob { background-color: #000; border-radius: 50%; width: 40px; height: 40px; margin-left: 10px; font-size: 0; border: none; color: var(--white); } 
#accessControl .contrastChanger.normal { background-color: var(--white); border-radius: 50%; width: 40px; height: 40px; border: 1px solid var(--bg); font-size: 0; } 
#accessControl input { display: inline-block; height: 31px; background: none; border: none; padding: 0; width: auto; /*color: #266cba; */ color: var(--bg); font-size: 1.1em; line-height: 18px; cursor: pointer; box-shadow: 0 0 0 var(--white); border-radius: 0; padding-right: 9px; font-size: 20px; } 
.language select { appearance: none; -moz-appearance: none; -webkit-appearance: none; background: transparent url(../images/down-arrow.png) no-repeat right 5px; border: 0px; font-size: 14px; cursor: pointer; padding-right: 15px; color: var(--white); } 
.language select option { color: #333; } 
.language select:hover, .language select:focus { outline: none; } 
.searchBtn { transition: all 0.3s; width: 30px; height: 30px; color: #848484; display: flex; justify-content: center; align-items: center; text-decoration: none; position: relative; cursor: pointer; background: transparent; border: 0px; } 
.searchBtnBdr { border-left: 1px solid #848484; } 
.searchBtn:hover, .searchBtn:focus { background-color: #0473b7; color: #fff; border-color:#0473b7; } 
.searchBox { display: flex; border: 1px solid #cbcbcb; border-radius: 8px; } 
.searchBox input { border: 0px; outline: none; padding: 0 5px; width: 100px; } 
.searchBox .goBtn { color: #000; text-transform: uppercase; font-weight: bold; transition: all 0.4s; } 
.searchBoxcover { display: flex; padding: 5px; } 
.searchContainer { position: relative; z-index: 3; } 
.headerLogos { padding: 10px 0; } 
.socialBox img { max-width: 100%; } 
.menuWrap { position: fixed; width: 100%; height: 100%; background-color: var(--font-color); z-index: 99999; top: 0; overflow: hidden; padding: 70px 0px; } 
.menuWrap ul ul { display: none; } 
.menuWrap ul { margin: 0px; padding: 0px; list-style:none; border-top: 1px solid rgba(255, 255, 255, 0.3); } 
.menuWrap ul li { display: flex; } 
.menuWrap a { color: var(--white); text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.3); width: 100%; transition: all 0.3s; display: block; padding: 5px 15px; } 
.menuWrap a:hover { background-color: rgb(22, 74, 133); } 
.closeBtn { position: absolute; right: 20px; top: 20px; width: 30px; height: 30px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 30px; cursor: pointer; color: var(--white); } 
.menuWrap { display: none; } 
.menuOpen .menuWrap { display: block; } 
/*header .menu-section { z-index:99999; display: none; width: calc(100% - 0px); height: calc(100vh - 105px); background: rgba(0, 0, 0, .7); position: absolute; top: 98px; left: 0px; right: 15px; color: var(--white); text-align: right; padding: 24px 8px; border-radius: 12px; } */
header .menu-section { z-index: 99999; display: none; width: calc(100% - 0px); height: auto; background: rgba(0, 0, 0, .7); position: absolute; top: 98px; left: 0px; right: 15px; color: var(--white); text-align: right; padding: 25px; border-radius: 12px; height:100vh; } 
header .menu-section ul { list-style: none; margin: 0; float:right; } 
header .menu-section li { margin-bottom: 10px; } 
header .menu-section li:last-child { margin-bottom: 0; } 
header .menu-section li img { max-width: 30px; filter: brightness(0) saturate(100%) invert(63%) sepia(9%) saturate(2640%) hue-rotate(327deg) brightness(90%) contrast(89%); } 
header .menu-section li a { display: inline-flex; background:#e9f7ff; flex-direction: column; justify-content: center; align-items: center; width: 90px; height: 90px; border-radius: 50%; text-decoration: none; color: #d1be6c; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; } 
header .menu-section li span { font-size: 75%; text-transform: uppercase; font-weight: 600; color: var(--font-color); } 
header .menu-section li:hover a { background: var(--font-color); } 
header .menu-section li:hover img { filter: brightness(0) invert(1); } 
header .menu-section li:hover span { color: var(--white); } 
header .openbtn { width: 40px; height: 30px; position: relative; cursor: pointer; border-radius: 5px; } 
header .openbtn span { display: inline-block; position: absolute; width: 45%; left: 11px; height: 2px; border-radius: 2px; background: var(--font-color); transition: all 0.4s; &:nth-of-type(1) { top: 6px; } 
 &:nth-of-type(2) { top: 12px; } 
 &:nth-of-type(3) { top: 18px; } 
 }
header .openbtn.active { margin: -11px 0 0 0; } 
header .openbtn.active span { &:nth-of-type(1) { top: 18px; left: 10px; transform: translateY(6px) rotate(-45deg); width: 50%; } 
 &:nth-of-type(2) { opacity: 0; } 
 &:nth-of-type(3) { top: 30px; left: 10px; transform: translateY(-6px) rotate(45deg); width: 50%; } 
 }
.slider2Btn, .slider1Btn { position: absolute; right: 10px; top:10px; cursor: pointer; width:20px; height:20px; width: 30px; height: 30px; z-index: 99; display: flex; justify-content: center; align-items: center; font-size: 30px; color: var(--blue); } 
.bi-pause-fill::before { content: "\f4c3"; color: var(--font-color); } 
.slider2Btn.pause .bi-pause-fill::before, .slider1Btn.pause .bi-pause-fill::before { content: "\f4f4"; color:var(--font-color); } 
.socialBox { width: 100%; height: calc(100% - 60px); position: relative; overflow: auto; } 
/*smoke external css popup start*/ .smoke-base { position: fixed; top: 0; left: 0; bottom: 0; right: 0; visibility: hidden; opacity: 0; } 
.smoke-base.smoke-visible { opacity: 1; visibility: visible; } 
.smokebg { position: fixed; top: 0; left: 0; bottom: 0; right: 0; } 
.smoke-base .dialog { position: absolute; } 
.dialog-prompt { margin-top: 15px; text-align: center; } 
.dialog-buttons { margin: 20px 0 5px 0 } 
.smoke { text-align: center; font-size: 18px; line-height: 150%; } 
.dialog-buttons button { display: inline-block; vertical-align: baseline; cursor: pointer; font-style: normal; text-decoration: none; border: 0; outline: 0; margin: 0 5px; -webkit-background-clip: padding-box; font-size: 13px; line-height: 13px; font-weight: normal; padding: 9px 12px; } 
.dialog-prompt input { margin: 0; border: 0; font-family: sans-serif; outline: none; border: 1px solid #aaa; width: 75%; display: inline-block; background-color: transparent; font-size: 16px; padding: 8px; } 
.smoke-base { background: rgba(0, 0, 0, .6); } 
.smoke-base .dialog { top: 40%; width: 700px; left: 50%; margin-left: -350px; } 
.smoke-base .dialog-inner { padding: 15px; color: #202020; } 
.smoke { background-color: rgba(255, 255, 255, 0.95); box-shadow: 0 2px 8px #666; } 
.dialog-buttons button { background-color: rgba(0, 0, 0, .85); border-radius: 0; color: var(--white); } 
.dialog-buttons button.cancel { background-color: rgba(0, 0, 0, .40); } /*smoke external css popup End*/
.wob { background-color: #000; color: var(--white); } 
.wob .socialTitleRow img, .wob header .menu-section img, .wob .resTab .tabNav li img, .wob .slider2 img, .wob .banner1Info, .wob .headerMenus img, .wob .accessibilityBtn img, .wob .headerRightIcons img, .wob .searchRightLink img, .wob .logo img { filter: brightness(0) invert(1); } 
.wob .searchButton, .wob .dashboardIcon p, .wob .logo { color: var(--white); } 
.wob .searchInput, .wob .search { background-color: #333; border-color: var(--white); } 
.wob input::-ms-input-placeholder { /* Edge 12-18 */color: var(--white); } 
.wob input::placeholder { color: var(--white); } 
.wob header .openbtn span { background-color: var(--white); } 
.wob .sliderBg1, .wob .banner1 { background-color: #333; background-image: none; color: var(--white); border-color: #333; } 
.wob header .menu-section li span, .wob #accessControl input, .wob .banner1 a { color: var(--white); } 
.wob a { color: var(--white); text-decoration: none; } 
.wob .participate, .wob header .menu-section li a, .wob .resTab, .wob .resTab .tabNav .r-tabs-state-active a, .wob .slider1InfoTwo { background-color: #666; } 
.wob .accessibilityDaiictBox ul li, .wob .accordion .accTrigger, .wob .accordion .accTrigger.active, .wob .slider1Icon { background-color: #666; } 
.wob .swiper-pagination-bullet-active { background-color: var(--white); } 
.wob .resTab .tabNav li a, .wob .swiper-button-next:after, .wob .swiper-button-prev:after { color: var(--white); } 
.wob .video iframe { border:1px solid #666; } 
.wob .banner1 .pmQuotes { color: #ff0; } 
.wob .banner1 .pmQuotes .pmQuotesText { border-bottom: 1px solid var(--white); } 
.wob .slider2Btn, .wob .slider1Btn { color: var(--white); } 
.wob .slider1InfoTwo { box-shadow: -10px 0 0 0 #373737, -20px 0 0 0 #1a1a1a; } 
/**/
.innerContentPart { /* padding:60px 0; min-height:600px; */ padding:30px 0; } 
.footerSectionWrap { background:var(--bg); padding:20px 0; } 
.footerSectionWrap .footerTitle { font-size:18px; font-weight:600; color:var(--white); margin-bottom:15px; text-transform:uppercase; } 
ul.usefulLinks { list-style: none; padding: 0; margin:0; text-align:left; } 
ul.usefulLinks li { margin-bottom:10px; line-height: 1.5; position: relative; display: inline-block; padding:0 10px 0 22px; float:left; width:50%; } 
ul li.usefulLinks::marker { color: var(--white); } 
ul.usefulLinks li a, ul li.usefulLinks a { color:var(--white); font-size:16px; text-decoration:none; transition: 350ms ease; -webkit-transition: 350ms ease; } 
ul.usefulLinks li a:hover, ul li.usefulLinks a:hover { text-decoration: none; color: #bce7ff; } 
ul.usefulLinks li::before { position: absolute; left: 0; top: 4px; content: ""; font-family: 'FontAwesome'; content: "\f00c"; font-size: 13px; color: var(--white); } 
ul.usefulLinks ul { padding: 0; list-style: none; margin-top: 15px; } 
.copyRightContent p { color:var(--white); font-size:14px; text-align:left; margin:0; } 
.footerSocialIcon { margin-bottom:15px; } 
.footerSocialIcon a { padding-right: 15px; } 
.footerSocialIcon a img { text-align: left; width: 23px; display: inline-block; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; } 
.copyRightContent p { margin:0; font-size:16px; } 
/**/
.container { margin: 0 auto; width: 100%; max-width: 1400px; padding: 0 15px; } 
.innerBannerWrap { position: relative; background: url(../images/about_ministry_banner.jpg) no-repeat center bottom; height: 250px; background-size: cover; background-position: center; background-repeat: no-repeat; display: flex; align-items: flex-end; } 
.innerBannerWrap .pageTitle { /*position: absolute; left: 0; width: 100%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); z-index: 3; */ } 
.innerBannerWrap .pageTitle { line-height:normal; font-size: 36px; color: var(--font-color); font-weight: 700; margin-bottom: 5px; } 
.innerBannerWrap .titleBreadCrumb { position: absolute; text-align: left; transform: translateY(-50%); -webkit-transform: translateY(-50%); top: 50%; max-width: 500px; } 
.innerBannerWrap.inner_banner .pageTitle { font-size: 24px; } 
.innerBannerWrap.inner_banner .titleBreadCrumb { max-width: 400px; } 
/*.bannerPosition { height: 250px; position: relative; } */
.ministerPhotos { display: none; } 
.ministerPhotosWrap { text-align: right; /*padding: 0 0 15px 0; */ } 
.ministerPhotosWrap img { /*width: 500px; */ } 

/**/
/***Breadcrumb Style Start****/
.breadcrumbWrap { } 
ul.breadcrumb { margin-bottom: 10px; padding: 0; } 
ul.breadcrumb li { font-size:16px; color: var(--font-color); display: inline; margin: 0; padding: 0; list-style-type: none; } 
ul.breadcrumb li a { font-size:16px; color:var(--font-color); text-decoration: none; font-weight:600; } 
ul.breadcrumb li a:hover { color: var(--bg); text-decoration: underline; } 
ul.breadcrumb li::before { content:"\f105" !important; font-family: 'FontAwesome'; padding: 0 9px 0 0px; color:var(--font-color) !important; } 
ul.breadcrumb li:first-child::before { display:none; } 
.breadcrumb-item.active { color: var(--bg); } 
/***Breadcrumb Style End****/
.innernav { border-radius:5px; background: var(--bg); padding: 10px; position: relative; margin-top:-30px; } 
.innernav .nav { --bs-nav-link-padding-x: 1rem; --bs-nav-link-padding-y: 0.5rem; --bs-nav-link-font-weight:; --bs-nav-link-color: var(--bs-link-color); --bs-nav-link-hover-color: var(--bs-link-hover-color); --bs-nav-link-disabled-color: var(--bs-secondary-color); display: flex; flex-wrap: nowrap; padding-left: 5px; margin-bottom: 0; list-style: none; list-style: none; overflow:auto; white-space: nowrap; align-items: center; justify-content: space-between; } 
/*.innernav .nav-link.active { font-weight: 500; background: #fff; color: var(--font-color); border-radius:4px; } */
.innernav .nav::-webkit-scrollbar { width: 2px; height: 1px; } 
.innernav .nav::-webkit-scrollbar-thumb { background: var(--light-pink); border-radius: 10px; } 
.innernav .nav-link.active { position:relative; } 
.innernav .nav-link.active:before { content: ""; position: absolute; left: -5px; top:50%; width: 12px; height: 28px; background: url(../images/active-dots.svg); background-repeat: no-repeat; transform: translateY(-50%); } 
.innernav .nav-link { color: var(--white); font-size: 16px; font-style: normal; line-height: normal; text-transform: none; position: relative; font-weight: 500; margin: 0 2px; padding:4px 10px; } 
.innernav .nav-link { display: block; text-decoration: none; background: none; border: 0; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out; white-space: pre-wrap; } 
.innernav a.nav-link:hover { color: #bce7ff; } 
/*.innernav a.nav-link:hover { font-weight: 500; background: #fff; color: var(--font-color); border-radius: 5px; } */
/**/

/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; } 
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; } 
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box; } 
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } 
.mfp-align-top .mfp-container:before { display: none; } 
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; } 
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; } 
.mfp-ajax-cur { cursor: progress; } 
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; } 
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; } 
.mfp-auto-cursor .mfp-content { cursor: auto; } 
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; } 
.mfp-loading.mfp-figure { display: none; } 
.mfp-hide { display: none !important; } 
.mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; } 
.mfp-preloader a { color: #CCC; } 
.mfp-preloader a:hover { color: var(--white); } 
.mfp-s-ready .mfp-preloader { display: none; } 
.mfp-s-error .mfp-content { display: none; } 
button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; } 
 button::-moz-focus-inner { padding: 0; border: 0; } 
button.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 10px; top: 10px; text-decoration: none; text-align: center; opacity: 1; padding: 0; color: #000; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; background:var(--white); border-radius:50%; text-align:center; } 
div.mfp-close { display: none; } 
.mfp-close:hover, .mfp-close:focus { opacity: 1; background:var(--white); color:#000; } 
.mfp-close:active { top: 1px; } 
.mfp-close-btn-in .mfp-close { color: #333; } 
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: var(--white); right: -6px; text-align: right; padding-right: 6px; width: 100%; } 
.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; display: none; } 
.mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -30px; padding: 0; width: 60px; height: 60px; -webkit-tap-highlight-color: transparent; } 
.mfp-arrow:active { margin-top: -30px; } 
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; background:none; } 
.mfp-arrow:before { display: block; width: 100%; height: 100%; text-align:center; position: absolute; left: 0; top: 0; font-family:'FontAwesome'; font-size:50px; color:var(--white); line-height:60px; } 
.mfp-arrow-left { left: 0; } 
.mfp-arrow-left:before { content:"\f104" } 
.mfp-arrow-right { right: 0; } 
.mfp-arrow-right:before { content:"\f105" } 
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; } 
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; } 
.mfp-iframe-holder .mfp-close { top: -40px; } 
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; } 
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; } 
/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; } 
/* The shadow behind the image */
.mfp-figure { line-height: 0; } 
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; } 
.mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; } 
.mfp-figure figure { margin: 0; } 
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; } 
.mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; display:none; } 
.mfp-image-holder .mfp-content { max-width: 100%; } 
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; } 
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){
 .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; } 
.mfp-img-mobile img.mfp-img { padding: 0; } 
.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; } 
.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; } 
.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; } 
.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; } 
.mfp-img-mobile .mfp-counter { right: 5px; top: 3px; } 
.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } 
 }
@media all and (max-width: 900px){
 .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); } 
.mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; } 
.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; } 
.mfp-container { padding-left: 6px; padding-right: 6px; } 
 }
.my-mfp-zoom-in .zoom-anim-dialog { opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); } 
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } 
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); opacity: 0; } 
.my-mfp-zoom-in.mfp-bg { opacity: 0; -webkit-transition: opacity 0.3s ease-out; -moz-transition: opacity 0.3s ease-out; -o-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; } 
.my-mfp-zoom-in.mfp-ready.mfp-bg { opacity: 0.9; } 
.my-mfp-zoom-in.mfp-removing.mfp-bg { opacity: 0; } 
/**MF Popup End**/
/********* Form fields Style Start*********/
button, input, select, textarea { margin: 0; vertical-align: baseline; } 
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor:pointer; } 
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], input[type="password"], input[type="search"], select, textarea { height: 43px; border: 1px solid #cccccc; border-radius: 6px; font-size: 14px; line-height: 26px; padding: 3px 10px; width: 100%; color: #838d94; } 
input[type="checkbox"], input[type="radio"] { box-sizing:border-box; padding:0; margin:0 5px 0 0; } 
input[type="checkbox"] { -webkit-appearance: checkbox; } 
input[type="radio"] { -webkit-appearance:radio } 
input[type="submit"], input[type="button"], input[type="reset"], button, .button { line-height:20px; padding:10px 20px; display:inline-block; text-decoration:none; background-color:var(--font-color); border-radius:5px; color:var(--white); margin:0; outline:0 none; font-size:1em; cursor:pointer; font-weight:600; border:0; } 
textarea { overflow:auto; vertical-align: top; resize:vertical; height:100px; max-width:100%; /*min-width:100%; */ max-height:500px; min-height:90px; } 
fieldset { border:0 none; margin:0; padding:0 } 
label { display:inline-block; padding-bottom:5px; font-weight:normal; } 
.reference label { display: block; color: #555555; } 
.reference input[type="file"] { height: 43px; border: 1px solid #cccccc; border-radius: 6px; font-size: 14px; line-height: 26px; padding: 5px; width: 100%; color: #838d94; } 
.searchFormWrap { padding: 15px; border-bottom: 2px solid var(--font-color); margin-bottom: 20px; background: #f3f3f3; } 
.searchFormWrap button.button.resetBtn { margin-top: 30px; } 
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover, .button:hover { color:var(--white); background: var(--bg); } 
input[type="submit"].cancelBtn, input[type="button"].cancelBtn, input[type="reset"].cancelBtn, .resetBtn, input[type="reset"], input[type="submit"].resetBtn { background-color:#888; } 
input[type="submit"].cancelBtn:hover, input[type="button"].cancelBtn:hover, input[type="reset"].cancelBtn:hover, .resetBtn, input[type="reset"]:hover, input[type="submit"].resetBtn:hover { background-color:#555; } 
.button.resetBtn { background-color: #8d8d8d !important; color: var(--white); border: 0; } 
.button.resetBtn:hover { background: #777 !important; } 
.button { border-radius: 5px; font-size: 16px; color: var(--white); background-color: #F66A2F; font-weight: 400; margin-right: 10px; border: 0; padding: 3px 15px; height:43px; } 
.button:hover { background-color: var(--font-color); color: var(--white); border-color: var(--font-color); } 
button:focus:not(:focus-visible) { box-shadow: inherit; } 
select.form-select { height: 43px; border: 1px solid #cccccc; border-radius: 6px; font-size: 14px; line-height: 26px; padding: 3px 10px; width: 100%; color: #838d94; position: relative; } 
select::after { content: ""; position: absolute; background: url('../images/arrow_down.png'); width: 15px; background-size: cover; background-position: center; aspect-ratio: 1; background-repeat: no-repeat; } 
/********* Form fields Style End*********/

/********* Photo Gallery *********/
.photoGalleryWrap { } 
.galleryItem { display: block; text-decoration: none; background-color: var(--white); margin-bottom: 30px; padding: 10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); position: relative; } 
.galleryItem:before { left: 50%; right:50%; height: 4px; position: absolute; bottom:-2px; content:""; background-color:#0e61bc; transition: all 450ms ease 0s; -webkit-transition: all 450ms ease 0s; } 
.galleryItem:hover { box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); } 
.galleryItem:hover:before { left:10px; right:10px; } 
.galleryItem .imgHolder { overflow: hidden; position:relative; height: 210px; } 
.galleryItem .imgHolder img { width: 100%; transition: all 450ms ease 0s; -webkit-transition: all 450ms ease 0s; } 
.galleryItem:hover .imgHolder img { transform: scale(1.1); -webkit-transform: scale(1.1); } 
.galleryItem .galleryCaptionTitle { font-size: 1.000em; font-weight:600; padding-top:15px; min-height: 66px; color: #0e61bc; } 
.galleryItem .fa { width: 50px; height: 50px; border-radius: 50%; background-color: var(--white); position: absolute; left: 50%; top: 50%; color:#0e61bc; font-size: 20px; text-align: center; line-height: 50px; transform: translate(-50%, -50%) scale(0); -webkit-transform: translate(-50%, -50%) scale(0); transition: all 450ms ease 0s; -webkit-transition: all 450ms ease 0s; } 
.galleryItem:hover .fa { transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); } 
.photoGalleryWrap .titleHeader { margin-bottom: 30px; position:relative; } 
.photoGalleryWrap .titleHeader h2 { margin-bottom: 0; position: relative; padding-right: 210px; } 
.backLink { padding:10px; font-weight: 500; font-size:16px; text-decoration: none; position: absolute; right: 0; top: 0; margin: 0; line-height: normal; } 
.backLink .fa { margin-right: 5px; } 
.row [class*="col-"] { margin-left: -.3px; margin-right: -.3px; } 
.form-group { position: relative; } 
.eventRecord .per-page .total-record { clear: both; float: left; padding-top: 6px; padding-right: 20px; } 
.eventRecord .per-page .total-record b, .eventRecord .per-page .total-record strong { margin-left: 5px; } 
.eventRecord .record-perPage { float: none; position: absolute; left: 220px; padding-left: 25px; border-left: 1px solid #d4d4d4; } 
.eventRecord .per-page label { padding: 0 10px 0 20px; } 
.eventRecord .per-page .custom-select { width: 70px; display: inline-block; vertical-align: middle; border-color: #dedede; border-radius: 0; margin-left: 15px; background: var(--white); } 
.custom-select::before { position: absolute; right:20px; top: 5px; content: "\f107"; font-family: 'FontAwesome'; font-size: 18px; color: #a3a3a3; } 
.custom-select select.form-control, .custom-select select.form-control:not([size]):not([multiple]) { padding-right: 20px; } 
.event-pagination { float: right; text-align: right; padding-top: .755em; padding-right: 0; } 
.event-pagination .page-link { background: transparent; border: 0; text-decoration: none; color: #a3a3a3; font-size: 1.063em; padding: 1px 12px; } 
.event-pagination .page-link:hover { background: none; } 
.event-pagination .page-link i { font-size: 18px; padding: 0 3px; } 
.event-pagination .page-link.numbers { border-left: 1px solid #d4d4d4; padding: 1px 12px; } 
h5.galleryCaptionTitle { color: #0e61bc; margin: 0; padding: 10px 0 0; font-size: 18px; font-weight: 600; } 
/********* Photo Gallery End*********/
/*Bullet Text Start*/
ul.bulletText { list-style:none; padding:0; margin-bottom:10px; } 
ul.bulletText li { padding-left:22px; margin-bottom: 10px; line-height:1.5; position: relative; color:#393939; } 
ul.bulletText li a { color:#014EA2; text-decoration:none; } 
ul.bulletText li a:hover { color:#393939; } 
ul.bulletText li::before { position: absolute; left: 0; top: 2px; content: ""; font-family: 'FontAwesome'; content: "\f00c"; font-size: 15px; color: #888; } 
ul.bulletText ul { padding:0; list-style:none; margin-top: 15px; } 
/*Bullet Text End*/
/**********Sitemap Style Start**********/
.sitemap { padding: 0 0 0 30px; margin: 0; position: relative; list-style:none; } 
.sitemap:before { position: absolute; top: 0; bottom: 0; content: ""; width: 3px; background-color: #dbdbdb; display: block; left: 0; } 
.sitemap li { margin-bottom: 10px; } 
.sitemap li a { color: var(--white); font-size: 1rem; line-height: 25px; text-decoration: none; padding: 7px 20px; transition: 500ms all; background: #085858; border: 1px solid #085858; display: inline-block; margin-left: 0; position: relative; min-width: 230px; } 
.sitemap li a:hover { background-color: var(--font-color); color: var(--white); border-color: var(--font-color); padding-left: 25px; } 
.sitemap li a:before { position: absolute; left: -30px; top: 50%; margin-top: -1px; content: ""; background-color: #dbdbdb; width: 29px; height: 2px; } 
.sitemap li ul { padding:15px 0 5px 0; margin:0; list-style:none; position:relative; } 
.sitemap li ul:before { position: absolute; top: 0; bottom: 15px; content: ""; width: 2px; background-color: #dbdbdb; display: block; left: 15px; } 
.sitemap li li a { transition: 500ms all; background: var(--white); padding: 5px 10px; margin-left: 30px; font-size: 1.1rem; color: var(--font-color); font-weight:400; border: 1px solid #ccc; } 
.sitemap li li a:hover { padding-left: 15px; background-color: var(--font-color); color: var(--white); border-color: var(--font-color); } 
.sitemap li li a:before { left:-15px; width:14px; } 
/**********Sitemap Style End**********/
/**************Feedback Form Style Start****************/
.feedbackForm { max-width: 750px; width: 100%; padding: 40px; margin: 0 auto; box-shadow: 0 0 46px rgba(0, 0, 0, 0.1); position:relative; } 
.feedbackForm .searchFormWrap { padding: 15px; border:1px solid #e1e1e1; margin-bottom: 20px; background: #e8eff2; } 
.feedbackForm .verifyRow { margin-bottom: 15px; } 
.captchaImgBox .captchaImg, .captchaImgBox .refreshCaptcha { display: inline-block; vertical-align: middle; } 
.captcha .submit_button { display: flex; align-items: center; margin: 0; border: 1px solid #cccccc; border-radius: 8px; margin-left: 10px; } 
.captcha .submit_button button { padding: 10px 15px; font-size: 1.5em; } 
.fieldsRequired { text-align: right; font-size: 15px !important; font-style: italic; } 
.mandatory, .asterix, .error, .red { color: #e90000; } 
/***************Feedback Form Style End****************/
/**Minister Detail Style Start**/
.ministerDetailWrap { } 
.ministerDetailWrap .row { margin-bottom:0; } 
.ministerDetailWrap .row .our-team { padding: 30px 20px; background: #f2f2f2; text-align: center; overflow: hidden; border-radius: 15px; position: relative; box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); border: 5px solid var(--white); margin-bottom:20px; width:100%; } 
.ministerDetailWrap .row .our-team .pic { display: inline-block; width: 150px; height: 150px; margin-bottom:10px; z-index: 1; position: relative; } 
.ministerDetailWrap .row .our-team .pic::before { content: ""; width: 100%; height: 0; border-radius: 50%; background: #e5e5e5; position: absolute; bottom: 135%; right: 0; left: 0; opacity: 1; transform: scale(3); transition: all 0.3s linear 0s; z-index: -1; } 
.ministerDetailWrap .row .our-team:hover .pic:before { height: 100%; } 
.ministerDetailWrap .row .our-team .pic:after { content: ""; width: 100%; height: 100%; border-radius: 5%; background:var(--font-color); position: absolute; top: 0; left: 0; z-index: -1; } 
.ministerDetailWrap .row .our-team .pic img { width: 100%; height: auto; border-radius: 5%; transform: scale(1); transition: all 0.9s ease 0s; } 
.ministerDetailWrap .row .our-team:hover .pic img { box-shadow: 0 0 0 14px #f7f5ec; transform: scale(0.7); } 
.ministerDetailWrap .row .our-team .team-content { text-align: center; } 
.ministerDetailWrap .row .our-team .title { font-size: 18px; font-weight: 700; color:#393939; text-transform: uppercase; margin-bottom:0; line-height:35px; } 
.ministerDetailWrap .row .our-team .post { display: block; font-size: 16px; color: #393939; text-transform: capitalize; margin-bottom: 5px; font-weight: 500; } 
.team-content a { color: #323232; } 
.team-content a:hover { padding-left:5px; } 
.ministerDetailWrap .col-lg-4 { display: flex; } 
.knowMoreLink a { font-size: 16px; color: var(--font-color); font-weight: 600; position:relative; padding-right:20px; } 
 .knowMoreLink a::after { position: absolute; right: 0; top: 4px; content: ""; font-family: 'FontAwesome'; content: "\f054"; font-size: 12px; color: var(--font-color); } 
.knowMoreLink a:hover { color: #232323; padding-left:10px; } 
.ministerProfilePhoto { position: relative; margin-bottom: 5px; text-align: center; } 
.ministerProfilePhoto img { box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); padding: 11px; background: var(--white); border-radius: 0; } 
/*.ministerProfilePhoto::after { position: absolute; left: 25px; top: -5px; right: 0; bottom: -5px; content: ""; background-color: #ccc; z-index: -5; border-radius: 0; } */
.profileName { font-size: 20px; font-weight: 700; text-align: center; color: var(--font-color); padding: 5px 0; display: block; width: 100%; } 
.profileDesignation { color: #232323; font-size: 20px; text-align: center; font-weight: 600; margin-bottom: 5px; line-height: normal; } 
.profileDesignation { color: #232323; font-size: 20px; text-align: center; font-weight: 600; margin-bottom: 5px; line-height: normal; } 
.profileDescription { font-size: 16px; font-weight: 500; color: #232323; text-align: center; margin-bottom: 10px; line-height: normal; } 
.ministerProfileDescription .row { margin-left:0; margin-right:0; } 
.ministerProfileDescription .profileLabel { padding: 10px 0; font-size: 16px; font-weight: 600; color: var(--font-color); text-align:left; margin:0; } 
.ministerProfileDescription .profileDescription { padding: 10px 0; font-size: 16px; font-weight: 500; color: #232323; text-align:left; margin:0; } 
.ministerProfileDescription .row { border-bottom:1px solid #ccc; } 
.ministerProfileDescription .row:first-child { border-top:1px solid #ccc; } 
.ministerProfileDescription .row .col-md-3 { background: #f1f1f1; } 
/**Minister Detail Style End**/
/*Minister Profile Bod New Style Start*/
.ministerProfileWrap { margin-bottom:20px; } 
.ministerProfileBox { box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); padding: 15px; text-align: center; border-radius:10px; } 
.ministerProfileBox .ministerPhoto { margin-bottom: 10px; background: #e8eff2; padding:10px 0 0; border-radius:10px; } 
.ministerProfileBox .title { font-size: 20px; font-weight: 700; color: #232323; text-transform: uppercase; margin-bottom: 0; line-height: 35px; } 
.ministerProfileBox .post { display: block; font-size: 18px; color: #232323; text-transform: capitalize; margin-bottom: 5px; font-weight: 500; } 
.ministerPhotosWrap .minister_text { position: absolute; top: 50%; left: 48%; transform: translate(-48%, -50%); text-align: center; transition: .5s all ease-out; } 
.ministerPhotosWrap .minister_text span { max-width: 400px; width: 100%; display: block; margin: 0 auto; font-size: 20px; line-height: 25px; font-weight: 500; color: #323232; padding-bottom: 10px; } 
.ministerPhotosWrap .minister_text h2 { line-height: 35px; } 
/*Minister Profile Bod New Style End*/
/***********Our Organisation Style Start***********/
.divisionStructure { margin-bottom: 25px; background: var(--white); padding: 30px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); border-radius: 15px; } 
.divisionStructure .col-md-6 { display: flex; } 
.divisionStructure a.divisionStructureItem { position:relative; display: block; flex-wrap: wrap; padding: 15px 35px 15px 20px; margin-bottom: 15px; width: 100%; border-radius:5px; text-align: left; font-size: 18px; color: #232323; background: #e8eff2; } 
.divisionStructure a.divisionStructureItem:hover { background: var(--font-color); color: var(--white); } 
.divisionStructure a.divisionStructureItem::before { position: absolute; right:20px; top: 19px; content: ""; font-family: 'FontAwesome'; content: "\f054"; font-size: 15px; color: var(--font-color); } 
.divisionStructure a.divisionStructureItem:hover::before { color:var(--white); } 
/***********Our Organisation Style End***********/
/***********Our Organisation Detail Page Style Start***********/
.contactPersonDetail { padding: 15px 20px; background: #f5f5f5; border-bottom: 3px solid #00578f; margin-bottom:15px; } 
.contactPersonDetail .contactPersonTitle { font-weight: 700; display: block; font-size: 18px; margin-bottom: 10px; color: var(--font-color); } 
.contactPersonDetail span.contactPersonAddress, .contactPersonDetail span.contactNumber { display: block; font-size: 16px; margin-bottom: 10px; color: #232323; } 
.contactPersonDetail span.fa { padding-right: 7px; color: var(--font-color); width: 23px; text-align: center; margin-right: 5px; } 
ul.langs li:hover a { background: var(--white) !important; color: #000 !important; } 
ul.accessibility li a { width: 30px; text-align: center; } 
ul.accessibility-same { float: none; display: none; position: absolute; bottom: -70px; background: var(--white); box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius: 4px; padding: 4px; left: 0; z-index: 999; } 
ul.accessibility-same li { float: none; padding: 0 0 0; font-size: 15px; text-transform: capitalize; } 
ul.accessibility-same li:nth-child(2) { border: none; } 
ul.accessibility-same li a { color: #000; text-decoration: none; padding: 4px 8px; display: inline-block; font-size: 100%; } 
ul.accessibility-same li:hover a { background: #000; color: var(--white); } 
.contactPersonDetail span:last-child { margin-bottom:0; } 
/***********Our Organisation Detail Page Style End***********/
/*************Our Organisation New Style Start***************/
/*.eventItem { display: block; text-decoration: none; overflow: hidden; box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); position: relative; background-color: #fff; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 30px; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; color: #323232; border-radius:15px; flex-wrap: wrap; display: flex; } */
.eventItem { display: block; text-decoration: none; overflow: hidden; box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); position: relative; background-color: var(--white); /* -webkit-box-flex: 0; */ /*-ms-flex: 0 0 100%; */ /* flex: 0 0 100%; */ width: 100%; margin-bottom: 30px; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; color: #323232; border-radius: 15px; /* flex-wrap: wrap; *//* display: flex; */ } 
.eventItem:hover { background-color: var(--bg); } 
.eventItem:hover .eventTitle { color:var(--white); } 
/*.eventItem:hover .eventTitle::before { color:#fff; } */
.eventItem .imgHolder { overflow: hidden; } 
.eventItem .imgHolder img { width: 100%; } 
/* .eventItem:hover { background-color: var(--font-color); } */
.eventItem:hover span.fa.fa-chevron-right { color: var(--white); } 
.eventItem .imgHolder a { display: block; } 
.eventItem .eventItemRight { padding: 20px; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; display: flex; align-items: center; justify-content: space-between; } 
.eventList .eventItem p { margin-bottom: 12px; } 
.eventItem .eventTitle { font-size:20px; font-weight:600; position:relative; color:#323232; margin:0; padding-right:40px; } 
.eventItem .eventTitle::before { position: absolute; right: 0; top: 5px; content: ""; font-family: 'FontAwesome'; content: "\f054"; font-size: 15px; color:var(--font-color); display:none; } 

.officesDetail { background: var(--light-gray); padding: 35px; border-radius:15px; color: #323232; display: block; margin-bottom: 25px; } 
.officesDetail.officesEvenBox { background:var(--light-pink); } 
.officesDetail p:last-child { margin: 0; } 
.officesTitle { font-size: 20px; color: var(--font-color); line-height: 35px; font-weight: 600; margin-bottom: 20px; display:block; } 
/*************Our Organisation New Style End***************/

/**************Our Performance Style Start**************/
/*.ourPerformanceBox { box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); padding: 25px; border-radius: 15px; background: #fff; margin-top: 35px; } */
.ourPerformanceWrap { background: url(../images/our-performance-bg.jpg) no-repeat; background-position: left top; height:400px; border-radius:15px; margin-bottom: 60px; } 
ul.ourPerformanceList { list-style: none; padding: 0; margin-bottom: 10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); padding: 25px; border-radius: 15px; background: var(--white); margin-top:40px; } 
ul.ourPerformanceList li { padding-right:25px; margin-bottom: 10px; padding-bottom:10px; border-bottom:1px solid #dfdfdf; line-height:1.5; position: relative; color:#393939; } 
ul.ourPerformanceList li:last-child { margin:0; padding:0; border:0; } 
ul.ourPerformanceList li a { font-size:18px; color:#232323; text-decoration:none; font-weight:600; } 
ul.ourPerformanceList li a:hover { color:var(--font-color); } 
ul.ourPerformanceList li::before { position: absolute; right: 0; top: 2px; content: ""; font-family: 'FontAwesome'; content: "\f054"; font-size: 15px; color: var(--font-color); } 
span.pdfIcon { background: #e4edf2; padding: 5px; border-radius: 5px; vertical-align: text-bottom; margin-left: 5px; } 
/**************Our Performance Style End**************/
/**************Our Team Style Start*************/
/*.ourTeamMember { text-align: center; } 
.memberPhoto { z-index: 0; position: relative; } 
.memberDetail { background: #fff; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); padding: 20px; border-radius: 15px; display: inline-grid; margin-top: -15px; } 
.memberDetail span.memberName { font-size: 22px; color: #323232; font-weight: 600; display:block; } 
.memberDesignation span.memberDesignation { font-size: 18px; color: #323232; display: block; } 
.memberDesignation span.readMore { font-size: 16px; color: var(--font-color); display: block; } */
/*************Our Team Style End****************/

/**************Our Team Style Start*************/
.ourTeamMember { text-align: center; } 
.memberPhoto { z-index: 0; position: relative; } 
.memberDetail { background: var(--white); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); padding:30px 20px 20px; border-radius: 15px; margin-top: -15px; } 
.ourTeamMember .memberPhoto img { width: 175px; } 
.memberDetail span.memberName { font-size: 22px; color: #323232; font-weight: 600; display:block; margin-bottom:5px; line-height: normal; } 
.memberDetail span.memberDesignation { font-size: 18px; color: #323232; display: block; line-height: normal; font-weight: normal; } 
.memberDetail span.readMore { font-size: 16px; color: var(--font-color); display: block; font-weight: normal; line-height: normal; margin: 0; padding: 0; } 
.memberDetail span.email { color: var(--font-color); font-size: 15px; margin: 0; padding: 0; line-height: normal; font-weight: normal; } 
.memberContainer:last-child .level-2-wrapper li::after, .memberContainer:last-child .level-2-wrapper .level-2::before, .memberContainer:first-child .level-1::after { content: inherit; } 
/*************Our Team Style End****************/
/* RESET STYLES & HELPER CLASSES
?????????????????????????????????????????????????? */
/*:root { --level-1: #8dccad; --level-2: #f5cc7f; --level-3: #7b9fe0; --level-4: #f27c8d; --black: black; } 

* { padding: 0; margin: 0; box-sizing: border-box; } 

ol { list-style: none; } 

body { margin: 50px 0 100px; text-align: center; font-family: "Inter", sans-serif; } */
ol { list-style: none; } 
.memberContainer { max-width: 1000px; padding: 0 10px; margin: 0 auto; } 
.rectangle { position: relative; /*padding: 20px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); */ } 
/* LEVEL-1 STYLES
?????????????????????????????????????????????????? */
.level-1 { width: 35%; margin: 0 auto 70px; } 
 .level-1::before { content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 1px; height: 30px; background:#A4A4A4; } 
 .level-1::after { content: ""; position: absolute; width: 2px; height: 22%; background: #A4A4A4A4; left: 0; right: 0; margin: 0 auto; transform: translateY(-81%); bottom: 81%; z-index: -1; } 
/* LEVEL-2 STYLES
?????????????????????????????????????????????????? */
.level-2-wrapper { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); } 
 .level-2-wrapper::before { content: ""; position: absolute; top: -40px; left: 26.5%; width: 49%; height: 1px; background: #A4A4A4; } 
.level-2-wrapper::after { content: ""; position: absolute; bottom: 0; left: 26.5%; width: 49%; height: 1px; background:#A4A4A4; } 
 .level-2-wrapper::after { display: none; content: ""; position: absolute; left: -20px; bottom: -20px; width: calc(100% + 20px); height: 1px; background:#A4A4A4; } 
.level-2-wrapper li { position: relative; } 
 .level-2-wrapper > li::before { content: ""; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); width: 1px; height: 40px; background:#A4A4A4; } 
 .level-2-wrapper li:first-child::after { content: ""; position: absolute; width: 50%; height: 1px; background: #A4A4A4; bottom: 40px; right: 0; margin: 0 auto; } 
.level-2-wrapper li:last-child::after { content: ""; position: absolute; width: 50%; height: 1px; background: #A4A4A4; bottom: 40px; left: 0; margin: 0 auto; } 
.level-2 { width: 85%; margin: 0 auto 70px; } 
 .level-2::before { content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 1px; height: 30px; background:#A4A4A4; } 
 .level-2::after { display: none; content: ""; position: absolute; top: 50%; left: 0%; transform: translate(-100%, -50%); width: 20px; height: 1px; background: #A4A4A4; } 
/* LEVEL-3 STYLES
?????????????????????????????????????????????????? */
.level-3-wrapper { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); grid-column-gap: 20px; width: 90%; margin: 0 auto; } 
 .level-3-wrapper::before { content: ""; position: absolute; top: -20px; left: calc(25% - 5px); width: calc(50% + 10px); height: 1px; background:#A4A4A4; } 
 .level-3-wrapper > li::before { content: ""; position: absolute; top: 0; left: 50%; transform: translate(-50%, -100%); width: 1px; height: 20px; background:#A4A4A4; } 
.level-3 { margin-bottom: 20px; background:#A4A4A4; } 
/* LEVEL-4 STYLES
?????????????????????????????????????????????????? */
.level-4-wrapper { position: relative; width: 80%; margin-left: auto; } 
 .level-4-wrapper::before { content: ""; position: absolute; top: -20px; left: -20px; width: 1px; height: calc(100% + 20px); background:#A4A4A4; } 
.level-4-wrapper li + li { margin-top: 20px; } 
.level-4 { font-weight: normal; background:#A4A4A4; } 
 .level-4::before { content: ""; position: absolute; top: 50%; left: 0%; transform: translate(-100%, -50%); width: 20px; height: 1px; background:#A4A4A4; } 


/* MQ STYLES
?????????????????????????????????????????????????? */
@media screen and (max-width: 700px){
 .rectangle { padding: 15px 10px; } 
 .level-1, .level-2 { width: 100%; } 
 .level-1 { margin-bottom: 20px; } 
 .level-1::before, .level-2-wrapper > li::before { display: none; } 
 .level-2-wrapper, .level-2-wrapper::after, .level-2::after { display: block; } 
 .level-2-wrapper { width: 90%; margin-left: 10%; } 
 .level-2-wrapper::before { left: -20px; width: 2px; height: calc(100% + 40px); } 
 .level-2-wrapper > li:not(:first-child) { margin-top: 50px; } 
 }
/**/
.bgColor { background-color: var(--light-gray); } 
.light-pink { background-color: #F5E8E2; } 
/**/
/***********About Us Section Style Start**********/
.banner_content { display: flex; align-items: center; justify-content: space-between; position: relative; } 
.visionContent { background: var(--light-pink); padding: 35px; border-radius: 15px 15px 0 0; color:#323232; display:block; } 
.functionContent { background: var(--light-gray); padding: 35px; border-radius:0 0 15px 15px; color:#323232; display:block; } 
.objectiveWrap { background: var(--light-pink); padding: 35px; border-radius: 15px 15px 0 0; color:#323232; } 
.citizenCharterContent { background: var(--light-gray); padding: 25px 35px; border-radius:0 0 15px 15px; color:#323232; display:block; position:relative; } 
.visionContent h3, .functionContent h3, .objectiveWrap h3 { color:#323232; } 
.visionContent p:last-child, .functionContent p:last-child, .objectiveWrap p:last-child { margin:0; } 
.visionFunctionWrap .imgRight img { width: 540px; padding: 25px; } 
.citizenCharterContent span a { font-size: 20px; display:block; } 
.citizenCharterContent span a::before { position: absolute; right: 35px; top: 30px; content: ''; background: url(../images/download.png) no-repeat; width: 18px; height: 18px; } 
.tabContainer .tabContent { display: none; } 
/***********About Us Section Style End**********/

/*23-03-2024*/
.accessibilityBox .row .col-lg-6.col-md-12 { display: flex; } 
.accessibilityBox { margin:10px 0; } 
.accessibilityItem { padding: 10px; border: 1px solid #000; border-radius: 10px; text-align: center; margin-bottom:10px; width:100%; } 
.accessibilityItem img { display: block; text-align: center; margin: 0 auto; margin-bottom: 5px; } 
.accessibilityItem span.accissibilityTitle { font-size: 12px; font-weight: normal; color: #0b2641; text-transform: uppercase; } 
body.cursorLarger { cursor: url(../images/cursor-large.png), auto !important; } 
body.cursorLarger a { cursor: url(../images/cursor-pointer-large.png), auto !important; } 
/**/

/*Inner Accordion*/
/********* Accordion ******** */

.accordionInner { margin-bottom:20px; } 
.accordionInner .accTrigger { padding-left:20px; cursor:pointer; font-weight:bold; display: flex; justify-content: space-between; align-items: center; margin: 0 0 5px 0; } 
.accordionInner .accTrigger, .accordionInner .accTrigger.active { background-color: var(--light-pink); border-radius: 10px; overflow: hidden; padding: 20px; } 
.noJS .accordionInner .accTrigger { background:none; padding-left:0 } 
.accordionInner .accTrigger a { display:block; text-decoration:none; outline:0 } 
.accordionInner .accTrigger.active { } 
.accordDetail { padding:0; display:none } 
.noJS .accordDetail { display:block; padding:10px 0 } 
.accordion-item { border: 1px solid var(--bg); border-radius: 7px; margin-bottom: 15px; overflow: hidden; } 
.accordion-button.collapsed { background: var(--bg); color: var(--white); } 
.accordion-button:not(.collapsed) { background: var(--bg); color: var(--white); box-shadow: inherit; } 
.accordion-button:not(.collapsed)::after, .accordion-button:hover::after { filter: invert(94%) sepia(100%) saturate(0%) hue-rotate(161deg) brightness(108%) contrast(100%); } 
.accordion-button.collapsed::after { filter: invert(96%) sepia(96%) saturate(0%) hue-rotate(86deg) brightness(103%) contrast(106%); } 
.accordion-button.collapsed:hover::after { filter: invert(71%) sepia(36%) saturate(1912%) hue-rotate(316deg) brightness(90%) contrast(88%); } 
.accordion-button.collapsed:hover { background: var(--white); color: var(--bg); } 
.accordion-item:not(:first-of-type) { border-top: 1px solid var(--bg); border-radius: 7px; overflow: hidden; } 
.accordion-body a { color: var(--bg); text-decoration: underline; } 
.accordion-body a:hover { color: var(--font-color); } 
.accordion-body ul li { /*display: block; */ margin: 10px 6px; padding: 5px 10px; } 
.accordion.course-content { display: block; } 
/*Inner Tabbing*/
.resTabInner { /*position: relative; background-color: var(--light-pink); border-radius: 10px; overflow: auto; padding: 20px; width: 100%; display: flex; flex-wrap: wrap; align-content: baseline; */ } 
.resTabInner .tabNav { margin:0; } 
.resTabInner .tabNav li { display: inline-block; margin: 0; position: relative; width: 50%; float: left; text-align: center; } 
.resTabInner .tabNav li a { padding: 10px 12px; color: var(--font-color); text-shadow: none; background-color: var(--white); width: 100%; border-radius: 5px; display: inline-block; border: 1px solid var(--bg); font-size:22px; font-weight:700; } 
.resTabInner .tabNav .r-tabs-state-active a { color: var(--white); text-shadow: none; background-color: var(--bg); width: 100%; border-radius: 5px; } 
.resTabInner .tabContent { padding: 0; display: none; background-color: var(--white); padding: 25px 0; border-radius: 10px; margin: 0; } 
.resTabInner .r-tabs-panel.r-tabs-state-active { display: block; } 
.resTabInner .r-tabs-accordion-title { display: none; } 
.resTabInner .tabNav .r-tabs-state-disabled { opacity: 0.5; } 
.resTabInner .r-tabs-accordion-title .r-tabs-anchor { display: block; padding: 10px; background-color: #00c5ad; color: var(--white); font-weight: bold; text-decoration: none; } 
.resTabInner .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor { background-color: var(--white); color: #00c5ad; text-shadow: none; } 
.resTabInner .r-tabs-accordion-title.r-tabs-state-disabled { opacity: 0.5; } 
.noJS .resTabInner .tabContainer { height: 150px; overflow: hidden; } 
.noJS .resTabInner .tabContent { display: block; height: 150px; } 
.hideImgTitle:before { content:"Hide Images" } 
.hideImgTitle.showImg:before { content:"Show Images" } 
a.highlightLinks, a.highlightLinks .eventTitle { background:#000!important; color:#ff0!important; text-decoration:underline!important; } 


/* e-learning */
/* header { padding: 10px 16px; position: -webkit-sticky; position: sticky; top: 0; z-index: 99; background: var(--white); } */
.container.main { max-width: 1140px; } 
section.inner_banner { max-height: 100%; position: relative; overflow: hidden; width: 100%; height: 250px; background: #d2be68 url(../images/about_ministry_banner.png); background-size: 100% 100%; object-fit: scale-down; background-repeat: no-repeat; display: flex; justify-content: left; align-items: center; } 
section.inner_banner::before { background-image: linear-gradient(transparent 10%, var(--font-color) 120%); content: ''; position: absolute; width: 100%; height: 100%; bottom: 0; left: 0; } 
.women_poshan_sec { background: #d2be68 url(../images/elearning.jpg) !important; background-size: 100% auto !important; background-position: center !important; } 
section.inner_banner .container.main { position: relative; } 
.about_cont .heading_title h2 { font-size: 24px; line-height: 32px; font-weight: 600; color: #323232; } 
.about_cont .e-learning_cont p { text-align: justify; } 
.about_cont .video::before { content: ""; position: absolute; background: var(--bg) url(../images/play.png); width: 60px; height: 60px; border-radius: 50px; top: 50%; transform: translate(-50%, -50%); left: 50%; transition: 0.5s all ease-out; cursor: pointer; } 
.about_cont .video img { height: 100%; } 
.feature_sec .ourPerformanceWrap { margin-bottom: 0; height: auto; } 
.e-learning_cont.bgColor { padding: 30px; border-radius: 10px; background: var(--light-pink); height: 100%; } 
ul.feature { list-style: none; padding: 0; margin-bottom: 10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); padding: 25px 25px 25px 50px; border-radius: 15px; background: var(--white); margin-top:40px; } 
ul.feature li { position: relative; padding: 10px 5px 15px 22px; border-bottom: 1px solid #eaeaea80; } 
ul.feature li:last-child { border-bottom: inherit; } 
ul.feature li::before { content: ""; position: absolute; width: 10px; height: 10px; background: var(--bg); border-radius: 50px; top: 45%; transform: translateY(-45%) rotate(45deg); left: 0; transition: .5s all ease; } 
ul.feature li:hover a { color: var(--bg); } 
.feature_sec { padding: 30px 0; } 
.import_link { /*padding: 40px 0 60px; */ padding: 40px 0 0; } 
.import_link .e-learning_box { background: var(--light-pink); padding: 25px; border-radius: 10px; height: 100%; } 
.import_link .e-learning_box h3 { margin-bottom: 10px; } 
.import_link .e-learning_box ul { margin: 0; } 
.import_link .e-learning_box li { padding: 5px 0; } 
.import_link .e-learning_box li::marker { color: var(--bg); } 
.import_link .e-learning_box .date span i { color: var(--bg); } 
.import_link .download { display: flex; align-items: center; justify-content: space-between; } 
.import_link .download .download_text:hover a { color: var(--bg); } 
.import_link .download .download_pdf { width: 60px; border: 1px solid var(--bg); padding: 13px 13px; border-radius: 50px; } 
.bd_cum ul li, .bd_cum ul li a { list-style-type: none; display: inline-block; margin-right: 6px; font-size: 100%; color: var(--white); text-decoration: none; position: relative; } 
.bd_cum ul li::before { content: ''; position: absolute; height: 12px; width: 2px; background: var(--white); right: -3px; top: 6px; transform: rotate(19deg); } 
.bd_cum ul li:last-child:before { content: inherit; } 
.bd_cum h2 { color: var(--white); font-size: 2.8rem; font-style: normal; font-weight: 700; line-height: normal; margin: 15px 0 0; position: relative; z-index: 1; } 
.menu_inner .bg-light { background-color: var(--bg) !important; border-radius: 10px; margin-top: -32px; padding: 10px; } 
section.menu_inner .nav-link { position: relative; } 
section.menu_inner a.nav-link.active { font-weight: bold; } 
.in_m_list .navbar li a { color: var(--white) !important; padding: 10px 11px 10px 20px !important; } 
ul.navbar-nav li a { font-size: 18px; } 
section.menu_inner a.nav-link.active::before { content: ""; position: absolute; left: -4px; top: 50%; width: 12px; height: 28px; background: url(../images/dots.svg); transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); } 
/* section.about_cont { margin: 30px 0; } */
.offering_bx { height: 100%; } 
.offering_bx a { height: calc(100% - 24px); } 
.offering_bx a { background: var(--light-pink); padding: 20px; border-radius: 15px; display: flex; justify-content: left; align-items: center; text-decoration: none; color: var(--font-color); margin: 0 0 24px; position: relative; overflow: hidden; } 
.offering_bx img { width: auto; height: 70px; max-width: 15%; flex: 0 0 15%; filter: brightness(0) saturate(100%) invert(42%) sepia(96%) saturate(560%) hue-rotate(332deg) brightness(82%) contrast(83%); } 
.offering_bx a h2 { font-size: 20px; line-height: 25px; font-weight: bold; margin: 0; flex: 0 0 85%; max-width: 85%; } 

.offering_bx a h2 span { display: block; font-size: 14px; line-height: 20px; font-weight: normal; margin: 10px 0 10px; } 
.offering_bx.smalltask a > img, .offering_bx a > img { height: 50px; } 
.offering_bx.smalltask a { padding: 20px; } 
span.arrow { position: absolute; right: 5px; bottom: 12px; } 
span.arrow img { width: 30px; height: auto; } 

footer { background: var(--light-gray); padding: 20px 0 0; } 
.useful { display: flex; justify-content: center; align-items: center; margin-bottom: 20px; } 
.useful p { margin-bottom: 0; margin-right: 10px; } 
.useful ul { margin: 0; padding: 0; } 
.useful ul li { list-style-type: none; display: inline-block; } 
/* .fa { font: normal normal normal 14px / 1 FontAwesome; } */
.footer_bottom { background: var(--font-color); padding: 20px 0; } 
.ft_s h3 { color: #ebeaea; font-size: 1rem; font-style: normal; font-weight: 600; line-height: normal; letter-spacing: .7px; text-transform: uppercase; margin-bottom: 10px; } 
.ft_s ul { margin: 0; padding: 0; } 
.ft_s ul li { display: inline-block; color: var(--white); margin-right: 15px; } 
.ft_s ul li a { text-decoration: none; color: var(--white); } 
.ft_s p { color: var(--white); font-size: 1rem; font-style: normal; font-weight: 400; line-height: 24px; } 
.chart_board { position: fixed; content: ''; right: 15px; bottom: 15px; width: 70px; height: 70px; background: var(--font-color); border-radius: 100%; padding: 10px; } 
.chart_board a img { width: 100%; filter: brightness(9) invert(1); } 


/*about tabing */
/* .about_tab { background: var(--light-gray); padding: 50px; } */
.about_tab { } 
.tabs { display: flex; justify-content: space-between; flex-wrap: wrap; } 
.tabs .tabs-menus { max-width: 23.5%; flex: 0 0 23.5%; } 
.tabs ul#tabs-nav { /*max-width: 23.5%; flex: 0 0 23.5%; height: 100%; background: #F5E8E2; */ height: auto; color: var(--white); margin-bottom: 0; position: relative; padding: 0px; border-radius: 10px; overflow: hidden; } 
.tabs ul#tabs-nav li { list-style-type: none; padding: 15px 10px 15px 20px; font-size: 16px; line-height: 20px; font-weight: 500; text-transform: uppercase; border-bottom: 1px solid #aeaeae5c; transition: .5s all ease; } 
.tabs ul#tabs-nav li.active, .tabs ul#tabs-nav li:hover { background: var(--bg); } 
.tabs ul#tabs-nav li:last-child { margin-bottom: 0; border-bottom: inherit; } 
.tabs ul#tabs-nav li a { color: #323232; } 
.tabs ul#tabs-nav li.active a, .tabs ul#tabs-nav li:hover a { color: var(--white); } 
.tabs #tabs-content { flex: 0 0 74%; max-width: 74%; } 
.tabs .tab_heading { display: none; } 
.tab-content ul li a { color: var(--bg); } 
.tabs-content .feature_sec .ourPerformanceBox ul { max-width: 100%; } 
.tabs-content .feature_sec .ourPerformanceBox ul::before { content: inherit; } 
.about_tab .tab-content .brief_nipccd { background: var(--light-pink); padding: 38px 52px 0; border-radius: 16px; } 
.about_tab .tab-content .brief_nipccd .brief_nipccd_content { margin-left: 25px; } 
.about_tab .tab-content .brief_nipccd .brief_nipccd_content .font4 { font-weight: 700; } 
.about_tab .tab-content .brief_nipccd .brief_nipccd_content p { margin-bottom: 10px; } 
.about_tab .tab-content .training_partnering { padding: 50px 0; } 
.about_tab .tab-content .training_partnering h2 { margin-bottom: 5px; } 
.about_tab .tab-content .training_partnering .font5 { font-weight: 600; line-height: 20px; } 
.about_tab .tab-content .training_partnering ul { padding-top: 20px; margin-bottom: 0; } 
.about_tab .tab-content .training_partnering ul li { padding: 5px 0; font-size: 16px; line-height: 20px; font-weight: 500; } 
.about_tab .tab-content .training_partnering ul li::marker { color: var(--bg); } 
.about_tab .tab-content .training_partnering .partnering_progress { padding-left: 20px; } 
.about_tab .tab-content .training_partnering .partnering_progress .progress_img { float: right; right: 10px; position: relative; } 
.about_tab .tab-content .training_partnering .partnering_progress .progress_img img { max-width: 90%; } 
.about_tab .tab-content .readmore_information { background: var(--light-pink); padding: 30px 15px; border-radius: 15px; text-align: center; color: var(--font-color); } 
.about_tab .tab-content .readmore_information span a { color: var(--bg); text-decoration: underline; font-weight: 500; } 
.about_tab .tab-content .click_content { display: none; } 
/*Vision mission */
.about_tab .tab-content .vision { display: flex; align-items: center; background: #F9EBF2; border-radius: 500px 700px 10px 500px; padding: 30px; margin-bottom: 30px; transform: rotateY(0deg); } 
.about_tab .tab-content .vision .number .combined { -webkit-text-stroke: 1px #C186A3; color: #f9ebf2; /*text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */ font-size: 110px; line-height: 100px; margin-bottom: 0; transform: rotateY(0deg); top: -5px; position: relative; } 
.about_tab .tab-content .vision .number .combined::before { content: ""; position: absolute; width: 2px; height: 100%; background: #f3d6e585; left: -20px; top: 50%; transform: translateY(-50%); } 
.about_tab .tab-content .vision .img_box { background: #F3D6E5; width: 105px; height: 105px; border-radius: 100px; display: flex; align-items: center; justify-content: center; transform: rotateY(0deg); } 
.about_tab .tab-content .vision .mission_content { padding: 0 22px 0 37px; flex: 0 0 80%; max-width: 80%; } 
.about_tab .tab-content .vision .mission_content h2 { font-size: 32px; line-height: 32px; color: #323232; } 
.about_tab .tab-content .vision .mission_content h2, .about_tab .tab-content .vision .mission_content p { margin-bottom: 0; transform: rotateY(0deg); } 
.about_tab .tab-content .vision.mission { background: #F3E8E3; transform: rotateY(180deg); justify-content: space-between; } 
.about_tab .tab-content .vision.mission .number .combined { -webkit-text-stroke: 1px #EE7F4D; color: #F3E8E3; transform: rotateY(180deg); } 
.about_tab .tab-content .vision.mission .number .combined::before { left: inherit; right: -20px; background: #f6d7ca85; } 
.about_tab .tab-content .vision.mission .mission_content h2, .about_tab .tab-content .vision.mission .mission_content p { margin-bottom: 0; transform: rotateY(180deg); } 
.about_tab .tab-content .vision.mission .img_box { background: #F6D7CA; transform: rotateY(180deg); } 
.about_tab .tab-content .vision.mission .number { margin-right: 20px; } 
.about_tab .tab-content .vision.mission .mission_content { flex: 0 0 75%; max-width: 75%; } 
.about_tab .tab-content .vision.goals { background: #E1EDFB; } 
.about_tab .tab-content .vision.goals .img_box { background: #B6D4F5; } 
.about_tab .tab-content .vision.goals .number .combined { -webkit-text-stroke: 1px #2680DE; color: #E1EDFB; } 
.about_tab .tab-content .vision.goals .number .combined::before { background: #b6d4f569; } 

/* Directors Desk */
.about_tab .tab-content .ministerBox.pull-right { width: 33.33333333%; } 
.about_tab .tab-content .pull-right { float: right; } 
.about_tab .tab-content .ministerBox.pull-right .item .project { /*border: 2px solid; */text-align: center; margin-left: 30px; padding: 10px; border-top: 2px dashed var(--bg); border-right: 2px dashed var(--bg); border-bottom: 2px dashed var(--bg); border-left: 2px dashed var(--bg); } 
/* Bye Law */
.about_tab .tab-content .bye_law, .about_tab .tab-content .constitution_nipccd { box-shadow: rgb(218, 125, 95, 0.24) 0px 0px 8px; padding: 20px 30px 30px; } 
.about_tab .tab-content .pdf_sec { padding: 10px; border-radius: 10px; box-shadow: rgb(218, 125, 95, 0.24) 0px 2px 8px; border: 1px solid var(--bg); } 
.bye_law .pdf_sec { border: 1px solid var(--bg); display: flex; align-items: center; justify-content: space-between; padding: 10px; border-radius: 10px; margin-bottom: 15px; font-size: 18px; line-height: 20px; font-weight: 500; } 
/*ABOUT slider */
.featured_courses_section .inner { margin-bottom: 10px; border-radius: 12px; box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; } 
.featured_courses_section .image { overflow: hidden; border-radius: 12px 12px 0 0; } 
.featured_courses_section a { font-size: 14px; color: #fff; text-decoration: none; font-weight: 500; padding: 10px; background: var(--bg); border-radius: 0 0 12px 12px; display: block; } 
.featured_courses_section img { border-radius: 12px 12px 0 0; transition: transform .5s; } 
.featured_courses_section .item:hover img { transform: scale(1.3); } 
.featured_courses_section .item:hover a { background: var(--light-pink); color: var(--font-color); } 
.featured_courses_section .owl-nav .owl-prev { background: var(--light-pink) !important; position: absolute; top: 30%; left: -20px; width: 35px; height: 35px; text-indent: -99999px; margin: 0; padding: 0; z-index: 9; display: block !important; } 
.featured_courses_section .owl-nav .owl-next { background: #e4cfd7 !important; position: absolute; top: 30%; right: -20px; width: 35px; height: 35px; text-indent: -99999px; margin: 0; padding: 0; z-index: 9; display: block !important; } 
.featured_courses_section .owl-nav .owl-prev:before, .featured_courses_section .owl-nav .owl-prev:after { border-right: 3px solid; content: ''; display: block; height: 12px; margin-top: -6px; position: absolute; -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); right: 17px; top: 15px; width: 0; color: var(--font-color); } 
.featured_courses_section .owl-nav .owl-prev:after { margin-top: 1px; -moz-transform: rotate(135deg); -o-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); color: var(--font-color); } 
.featured_courses_section .owl-nav .owl-next:before, .featured_courses_section .owl-nav .owl-next:after { border-right: 3px solid; content: ''; display: block; height: 12px; margin-top: -6px; position: absolute; -moz-transform: rotate(135deg); -o-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); right: 17px; top: 15px; width: 0; color: var(--font-color); } 
.featured_courses_section .owl-nav .owl-next:after { margin-top: 1px; -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); color: var(--font-color); } 

/* registration */
.register_form { display: none; /*max-width: 100%; margin: 20px auto; padding: 20px 25px; box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px; background: var(--light-gray); */box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); padding: 20px; } 
.register_form h2 { margin-bottom: 5px; } 
.register_form.open { display: block; } 
.form-group { /*display: flex; align-items: center; */ margin: 15px 0; } 
.form-group label { /*max-width: 35%; flex: 0 0 35%; margin-right: 15px; */ color: var(--bg); } 
.register_form .form-group .input_field.captch_box { width: 40%; } 
.register_form .form-group input[type="text"]::placeholder, .register_form .form-group input[type="email"]::placeholder, .register_form .form-group input[type="tel"]::placeholder, .register_form .form-group input[type="number"]::placeholder, .register_form .form-group input[type="url"]::placeholder, .register_form .form-group input[type="password"]::placeholder, .register_form .form-group input[type="search"]::placeholder, .register_form .form-group textarea::placeholder { color: var(--font-color); opacity: 0.5; font-size: 15px; line-height: 20px; } 
.register_form .input_field { position: relative; height: 45px; margin-top: 15px; width: 100%; } 
.register_form .refresh_button { position: absolute; top: 50%; right: 0; transform: translateY(-50%); height: 100%; width: 30px; border: none; border-radius: 0 5px 5px 0; color: #FFF; cursor: pointer; display: flex; align-items: center; justify-content: center; } 
.register_form .refresh_button:active { transform: translateY(-50%) scale(0.98); } 
.register_form .input_field input, .register_form .button button { height: 100%; width: 100%; outline: none; border: none; border-radius: 8px; } 
.register_form .input_field input { padding: 0 15px; border: 1px solid rgba(0, 0, 0, 0.1); } 
.register_form .captch_box input { color: #6b6b6b; font-size: 22px; pointer-events: none; } 
.register_form .captch_input input:focus { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); } 
.register_form .message { font-size: 14px; margin: 14px 0; color: #826afb; /*display: none; */ } 
.register_form .message.active { display: block; } 
.register_form .upload { margin-left: 20px; } 
.submit_button { margin: 35px 0; } 
.submit_button button { background: var(--bg) } 
.register_form a.signin { color: var(--bg); text-decoration: underline; font-size: 18px; line-height: 25px; font-weight: 500; } 

.login_form { display: none; box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); padding: 20px; } 
.login_form.open { display: block; } 
.login_form .form-group { margin: 15px 0; } 
.login_form .form-group label { font-size: 16px; line-height: 22px; font-weight: 500; color: var(--bg); } 
.login_form .forgot a, .login_form a.register { color: var(--bg); text-decoration: underline; font-size: 16px; line-height: 25px; font-weight: 400; display: inline-block; } 

/*button */
.orange_btn { display: inline-block; padding: 10px 20px; border: 1px solid var(--bg); background: var(--bg); color: var(--white); font-size: 16px; line-height: 20px; font-weight: 400; border-radius: 8px; transition: .5s all ease; } 
.orange_btn:hover { background: transparent; color: var(--bg); } 


/* job training course for CDPOs */
.job_training .submit_button { margin: 0; } 
.tabing_sec h2 { font-size: 32px; line-height: 40px; font-weight: 700; } 
.tabing_sec .left_tabing { max-width: 24%; flex: 0 0 24%; } 
.tabing_sec .left_tabing .tabs { display: inherit; } 
.tabing_sec .left_tabing .tabs ul#tabs-nav { max-width: inherit; } 
.tabing_sec .right_tabing { max-width: 73%; flex: 0 0 73%; } 
.job_training_points { padding-left: 25px; } 
.job_training_points ul li { padding: 5px 0; font-size: 16px; line-height: 20px; font-weight: 400; } 
.job_training_points ul li::marker { color: var(--bg); } 

.tabs ul.tabs-nav { height: 100%; background: #F5E8E2; color: var(--white); margin-bottom: 0; position: relative; padding: 0px; border-radius: 10px; overflow: hidden; } 
.tabs ul.tabs-nav li { list-style-type: none; padding: 15px 10px 15px 20px; font-size: 16px; line-height: 20px; font-weight: 500; text-transform: uppercase; border-bottom: 1px solid #aeaeae5c; transition: .5s all ease; } 
.tabs ul.tabs-nav li.active, .tabs ul.tabs-nav li:hover { background: var(--bg); } 
.tabs ul.tabs-nav li:last-child { margin-bottom: 0; border-bottom: inherit; } 
.tabs ul.tabs-nav li a { color: #323232; display: block; } 
.tabs ul.tabs-nav li.active a, .tabs ul.tabs-nav li:hover a { color: var(--white); } 
.tabs .tabs-content { flex: 0 0 74%; max-width: 74%; } 
.tabs .tabs-content.noMenu { flex: 0 0 100%; max-width: 100%; } 

/* contact us */
.contact_add { padding: 26px 47px; border-radius: 14px; border: 1px solid #F5E8E2; box-shadow: 0px 0px 66px #0000000D; } 
.contact_add h3 { font-size: 28px; line-height: 32px; font-weight: 600; color: #323232; margin-bottom: 5px; } 
.contact_add .con_address span { font-size: 20px; line-height: 25px; font-weight: 500; color: #323232; max-width: 488px; width: 100%; display: inline-block; } 
.contact_add .con_address .con_phone { max-width: 33%; flex: 0 0 33%; } 
.contact_add .con_address .con_phone span a, .contact_add .con_address .con_email span a { font-size: 20px; line-height: 27px; font-weight: 500; color: var(--bg); transition: .5s all ease; } 
.contact_add .con_address .con_phone span:hover a, .contact_add .con_address .con_email span:hover a { color: var(--font-color); } 
.contact_add .con_address .con_email { max-width: 65%; flex: 0 0 65%; } 
.contact_add .con_address .con_email span { max-width: 100%; font-size: 16px; line-height: 20px; color: #323232; } 
.contact_add .con_address .helpline p { font-size: 16px; line-height: 20px; margin-bottom: 0; } 
.contact_add .con_address .helpline a { color: var(--bg); font-weight: 600; display: inline-block; } 
.contact_add .con_address .helpline span { font-size: 16px; line-height: 20px; font-weight: 600; display: inline-block; width: inherit; color: var(--bg); } 

.contact_box { border: 1px solid var(--bg); padding: 20px; border-radius: 10px; width: 400px; max-width: 100%; margin: 0 20px 20px 0; background: #f5e8e254; } 
.contact_box h3 { margin-bottom: 5px; line-height: 20px; } 
.contact_box span { display: block; margin-bottom: 15px; } 
.contact_box address { margin:0; } 


/*user profile section */
.information { padding: 40px; box-shadow: 0px 0px 30px #0000001A; border-radius: 12px; } 
.information h3, .course h3 { font-size: 24px; line-height: 33px; font-weight: 600; color: #323232; } 
.information .user_profile_details .user_details { margin: 10px 0; } 
.information .user_profile_details .user_details label, .information .user_profile_details .user_details span { font-size: 16px; line-height: 22px; font-weight: 400; color: var(--bg); } 
.information .user_profile_details .user_details span { display: block; color: #323232; } 
.course .offering_bx .offering_bx_img { background: #F3D8CB; border-radius: 50px; border: 1px solid #F3D8CB; margin-right: 15px; display: flex; align-items: center; justify-content: center; max-width: 15%; flex: 0 0 15%; } 
.course .offering_bx .offering_bx_img img { max-width: 90%; padding: 10px 5px; height: auto; } 
 .course .offering_bx span { max-width: 80%; flex: 0 0 80%; font-size: 18px; line-height: 24px; color: #323232; font-weight: 400; display: block; } 

 /*edit Profile */
 #myradio { accent-color: var(--bg); } 
 .upload-btn-wrapper { position: relative; overflow: hidden; display: inline-block; } 
 
 .upload { border: 1px solid #cccccc; color: #cccccc; background-color: white; padding: 8px 20px; border-radius: 8px; font-size: 16px; line-height: 30px; } 
 .upload-btn-wrapper .upload i { margin-right: 10px; } 
 .upload-btn-wrapper input[type=file] { font-size: 30px; position: absolute; left: 0; top: 0; opacity: 0; } 
 .upload-btn-wrapper .close { margin: 0 15px; } 
 .upload-btn-wrapper .close .fa-xmark::before, .upload-btn-wrapper .fa-arrow-up-from-bracket::before { font-family: 'FontAwesome'; } 
 .upload-btn-wrapper .close span { padding: 16px; background: #F6F6F6; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border: 1px solid #EE3636; color: #EE3636; border-radius: 8px; } 
 .upload-btn-wrapper .checkbox #myCheckbox { accent-color: var(--bg); } 
 .upload-btn-wrapper .checkbox span { font-size: 16px; line-height: 20px; font-weight: 500; } 


 /*sitemap */
.sitemap .sitemapMenu-1 { list-style-type: none; text-align: center; position: relative; } 
.sitemap .sitemapMenu-1::before { content: ""; position: absolute; width: 80%; height: 2px; background: #000; left: 0; top: 2.5%; right: 0; transform: translate(0px, -2.5%); margin: 0 auto; transition: 0.5s all ease; } 
.sitemap .sitemapMenu-1 a { position: relative; } 
.sitemap .sitemapMenu-1 a::after { content: ""; position: absolute; width: 1px; height: 10%; background: #000; } 

 /* .sitemap::before, .sitemap .sitemapMenu-1 a.lavel1::before { content: inherit; } 
 .sitemap .sitemapMenu-1 { list-style-type: none; text-align: center; position: relative; } 
 .sitemap .sitemapMenu-1::before { content: ""; position: absolute; width: 100%; height: 2px; background: #dbdbdb; left: 0; top: 7.4%; right: 0; transform: translate(0px, -7.4%); margin: 0 auto; transition: 0.5s all ease; } 
 .sitemap .sitemapMenu-1 a { position: relative; } 
 .sitemap .sitemapMenu-1::after { content: ""; position: absolute; width: 2px; height: 3.3%; background: #dbdbdb; top: 41px; transition: .5s all ease; left: 0; right: 0; margin: 0 auto; } 
 .sitemap .sitemapMenu-1 ul.lavel-2 { padding-top: 25px; column-count: 4; } 
 .sitemap .sitemapMenu-1 ul.lavel-2::before { left: 0px; height: 0%; top: 30px; } 

 .sitemap .sitemapMenu-1 .sitemapMenu1 { text-align: left; margin-bottom: 0; display: inline-block; position: relative; } 
 .sitemap .sitemapMenu-1 .sitemapMenu1::before { content: ""; position: absolute; height: 13%; width: 2px; background: #dbdbdb; top: 6px; left: 0; right: 0; margin: 0 auto; } 
 .sitemap .sitemapMenu-1 .sitemapMenu1 a { top: 35px; margin-left: 0px; } 
 .sitemap .sitemapMenu-1 .sitemapMenu1 a::before { width: 0; } 
 .sitemap .sitemapMenu-1 .sitemapMenu1 ul.lavel-3::before { height: 100%; top: 5px; } 
 .sitemap .sitemapMenu-1 .sitemapMenu1 ul.lavel-3 a { margin-left: 25px; } 
 .sitemap .sitemapMenu-1 .sitemapMenu1 ul.lavel-3 a::before { width: 20px; } */

 .sitemap_sec .sitemapMenu1 h3 a { color: var(--bg); } 
 .sitemap_sec ul li { list-style-type: none; } 
 .sitemap_sec li.sitemapMenu-1 h2 { margin-bottom: 5px; line-height: 30px; } 
 .sitemap_sec li.sitemapMenu-1 ul.l-2 { padding: 0; } 
 .sitemap_sec li.sitemapMenu1 { max-width: 24%; flex: 0 0 24%; border: 1px solid var(--bg); margin: 5px; padding: 10px 15px; border-radius: 10px; } 
 .sitemap_sec li.sitemapMenu1 h3 { margin-bottom: 5px; } 
 .sitemap_sec li.sitemapMenu1 ul.l-3 { padding-left: 30px; } 
 .sitemap_sec li.sitemapMenu1 ul.l-3 li { list-style-type: disc; padding: 5px 0; } 
 .sitemap_sec li.sitemapMenu1 ul.l-3 li::marker { color: var(--bg); } 

 /* minister profile */
 .minister { box-shadow: rgb(218, 125, 95, 0.24) 0px 0px 8px; padding: 25px 30px; margin-bottom: 35px; border-bottom: 5px solid var(--bg); border-radius: 10px; } 
 .minister .minister_profile { margin-bottom: 35px; } 
 .minister .minister_profile .miniter_image { width: 250px; border: 1px solid var(--bg); padding: 5px; border-radius: 50%; overflow: hidden; height: 250px; } 
 .minister .minister_profile .miniter_image img { border-radius: 100%; height: 100%; object-fit: cover; } 
 .minister .minister_profile .minister_pro_details { flex: 0 0 68%; max-width: 68%; } 
 .minister .minister_cont.light_bg { padding: 25px 35px; border-radius: 10px; margin-bottom: 25px; } 
 .minister .minister_cont.light_bg p { font-size: 16px; line-height: 30px; margin-bottom: 0; } 
 .minister .minister_cont.light_bg ul { display: block; } 
 .minister ul li { font-size: 16px; line-height: 24px; padding: 5px 0; } 


 /* Horizontal tabbing */
.accordion.inner_accordion { display: flex; flex-wrap: wrap; height: auto; width: 100%; } 
.accordion__content { order: 1; flex-grow: 1; width: 100%; height: 100%; display: none; padding: 20px; } 
.accordion__content .contact { padding-left: 35px; } 
.accordion__content .in_image_sec { flex: 0 0 45%; max-width: 45%; } 
.accordion__label { display: block; cursor: pointer; flex-grow: 1; text-align: center; padding: 1% 5% 1% 5%; background-color: #f5e8e2; margin-right: 1px; border-bottom: 1px solid #f5e8e2; transition: .5s all ease-out; } 
.accordion__radio { display: none; } 
.accordion input[type="radio"] { display: none; } 
.accordion input[type="radio"] + label { background: #f5e8e2; z-index: 1; margin-bottom: 5px; border: 1px solid #f5e8e2; } 
.accordion input[type="radio"]:checked + label { background-color: var(--bg); font-weight: 600; color: var(--white); border: 1px solid var(--bg); } 
.accordion input[type="radio"]:checked + label + .accordion__content { display: block; margin-right: 0; padding: 20px; } 
.accordion__content__image__container { width: 40%; height: 100%; margin-right: 10px; } 
.accordion__content__image { max-width: 100%; max-height: 88%; margin: 3%; background-color: teal; } 
.accordion__content__text { width: 75%; margin-top: 1%; margin-left: 40px; } 
.accordion__content__text__title { margin-top: 3%; } 
.accordion__content__text__horizontal-line { border: none; border-bottom: 1px solid var(--color-five); margin-right: 2%; } 
.accordion__content__text__body { margin-top: 2%; padding-right: 5%; } 
.multi_img_sec { display: flex; flex-wrap: wrap; } 
.multi_img_sec img { max-width: 300px; width: 100%; padding: 10px; min-height: 300px; height: 100%; max-height: 300px; } 

/* support unit to main verticals */
.support_box { box-shadow: 0px 0px 30px #0000001A; background: var(--white); padding: 45px 40px; border-radius: 12px; position: relative; overflow: hidden; max-width: 300px; width: 100%; margin: 0 auto; text-align: center; margin-bottom: 40px; } 
.support_box::after { content: ""; position: absolute; width: 100%; height: 5px; background: #C784D6; left: 0; bottom: 0; transition: .5s all ease-out; } 
.support_box:last-child { margin-bottom: 0; } 
.support_box .img_box { background: #C784D6; width: 100px; height: 100px; border-radius: 60px; display: flex; align-items: center; justify-content: center; margin: 0 auto; z-index: 1; position: relative; transition: .5s all ease-out; } 
.support_box .img_box img { width: 60px; } 
.support_box .box_title { padding-top: 15px; position: relative; z-index: 1; } 
.support_box .box_title h3 { margin-bottom: 0; color: #323232; line-height: 24px; transition: .5s all ease-out; } 
.support_box.purple::after, .support_box.purple .img_box { background: #8B70DB; } 
.support_box.light_blue::after, .support_box.light_blue .img_box { background: #6B99C7; } 
.support_box.orange::after, .support_box.orange .img_box { background: #D87A52; } 
.support_box.yellow::after, .support_box.yellow .img_box { background: #DBAF57; } 
.support_box.pink::after, .support_box.pink .img_box { background: #DB70A6; } 
.support_box.dark_blue::after, .support_box.dark_blue .img_box { background: #3B59B4; } 
.support_box:hover:after { height: 100%; } 
.support_box:hover .img_box { background: #ae48c5; } 
.support_box:hover .box_title h3 { color: #FFF; } 
.support_box.purple:hover .img_box { background: #6d54b7; } 
.support_box.light_blue:hover .img_box { background:#4e77a1; } 
.support_box.orange:hover .img_box { background: #ab542f; } 
.support_box.yellow:hover .img_box { background: #b38427; } 
.support_box.pink:hover .img_box { background: #b93376; } 
.support_box.dark_blue:hover .img_box { background: #1538a1; } 
/* main verticals & stakholders */
.main_verticals_title { background: var(--bg); color: var(--white); padding: 15px 10px; border-radius: 10px; margin-bottom: 25px; } 
.main_verticals_title h2 { color: var(--white); font-size: 20px; line-height: 30px; margin: 0; text-align: center; } 
.main_verticals .main_box { border-radius: 12px; overflow: hidden; /*max-width: 304px; */ max-width: 240px; width: 100%; /*margin: 15px 0; */; margin:15px 12px 15px 0; position: relative; z-index: 1; transition: .3s all ease-out; } 
.main_verticals .main_box::after { content: ""; position: absolute; width: 100%; height: 5px; background: #8ad2d2b5; top: 0; transition: .3s all ease-out; z-index: -1; opacity: 0; visibility: hidden; } 
.main_verticals .main_box:nth-child(even)::after { bottom: 0; top: inherit; } 
.main_verticals .main_box .main_top { background: #8AD2D2; padding: 22px; transition: .3s all ease-out; } 
.main_verticals .main_box .main_top .main_img { /*width: 114px; height: 114px; */ width: 100px; height: 100px; border-radius: 100px; background: #75BDBD; padding: 23px; display: flex; align-items: center; justify-content: center; margin: 0 auto; } 
.main_verticals .main_box .main_bottom { background: rgb(172, 219, 219, 0.31); padding: 15px; /*min-height: 266px; */ min-height: 300px; position: relative; transition: .5s all ease-out; } 
.main_verticals .main_box .main_bottom .main_content h5 { font-weight: 700; } 
.main_verticals .main_box .main_bottom .main_content ul { padding: 0 0 0 20px; } 
.main_verticals .main_box .main_bottom .main_content ul li { padding: 3px 0; } 
.main_verticals .main_box .main_bottom .main_content_next_page a { background: #8ad2d2a6; display: block; width: 32px; height: 32px; border-radius: 50px; position: absolute; bottom: 20px; right: 20px; display: flex; align-items: center; justify-content: space-around; color: #5b9797; } 
.main_verticals .main_box.orange .main_top { background: #E5B6A0; } 
.main_verticals .main_box.orange .main_top .main_img { background:#D87A52; } 
.main_verticals .main_box.orange .main_bottom { background:rgb(224, 150, 118, 0.18); } 
.main_verticals .main_box.orange .main_bottom .main_content_next_page a { background: #e5b6a0a6; color: #D87A52; } 
.main_verticals .main_box.purple .main_top { background: rgb(139, 112, 219, 0.45); } 
.main_verticals .main_box.purple .main_top .main_img { background:#7F60DC; } 
.main_verticals .main_box.purple .main_bottom { background:rgb(221, 214, 249, 0.5); } 
.main_verticals .main_box.purple .main_bottom .main_content_next_page a { background: rgb(139, 112, 219, 0.25); color: #7F60DC; } 
.main_verticals .main_box.dark_blue .main_top { background: rgb(101, 131, 221, 0.35); } 
.main_verticals .main_box.dark_blue .main_top .main_img { background:rgb(78, 112, 217, 0.8); } 
.main_verticals .main_box.dark_blue .main_bottom { background:rgb(214, 222, 245, 0.4); } 
.main_verticals .main_box.dark_blue .main_bottom .main_content_next_page a { background: rgb(101 131 221 / 31%); color: rgb(78, 112, 217, 0.8); } 
.main_verticals .main_box.yellow .main_top { background: rgb(228, 203, 156, 0.9); } 
.main_verticals .main_box.yellow .main_top .main_img { background:rgb(219, 175, 87, 0.79); } 
.main_verticals .main_box.yellow .main_bottom { background:rgb(234, 216, 182, 0.3); } 
.main_verticals .main_box.yellow .main_bottom .main_content_next_page a { background: rgb(228 203 156 / 49%); color: rgb(219, 175, 87); } 
.main_verticals .main_box.light_blue .main_top { background: rgb(178, 205, 232, 0.9); } 
.main_verticals .main_box.light_blue .main_top .main_img { background:rgb(107, 153, 199, 0.86); } 
.main_verticals .main_box.light_blue .main_bottom { background:rgb(214, 229, 245, 0.4); } 
.main_verticals .main_box.light_blue .main_bottom .main_content_next_page a { background: rgb(178 205 232 / 65%); color: rgb(107, 153, 199); } 
.main_verticals .main_box.green .main_top { background: rgb(181, 210, 167, 0.9); } 
.main_verticals .main_box.green .main_top .main_img { background:rgb(129, 181, 103, 0.89); } 
.main_verticals .main_box.green .main_bottom { background:rgb(201, 227, 190, 0.4); } 
.main_verticals .main_box.green .main_bottom .main_content_next_page a { background: rgb(181, 210, 167, 0.6); color: rgb(129, 181, 103, 0.89); } 

.main_verticals .main_box:nth-child(9n + 4)::after, .main_verticals .main_box:nth-child(9n + 6)::after { content: inherit; } 
.main_verticals .main_box:hover::after { height: 100%; opacity: 1; visibility: visible; } 
.main_verticals .main_box:hover .main_top { background: rgb(58 181 181); } 
.main_verticals .main_box:hover .main_bottom .main_content_next_page a { background:#57b3b3; color: #2d6060; } 
.main_verticals .main_box.orange:hover::after { background: #e5b6a066; } 
.main_verticals .main_box.orange:hover .main_top { background: #d38a68; } 
.main_verticals .main_box.orange:hover .main_bottom .main_content_next_page a { background: #d38a68bd; color: #a54a1f; } 
.main_verticals .main_box.purple:hover::after { background: rgb(139, 112, 219, 0.45); } 
.main_verticals .main_box.purple:hover .main_top { background: rgb(134 106 217 / 78%); } 
.main_verticals .main_box.purple:hover .main_bottom .main_content_next_page a { background: rgb(139 112 219 / 54%); color: #5e45a9; } 
.main_verticals .main_box.dark_blue:hover::after { background: rgb(101 131 221 / 39%); } 
.main_verticals .main_box.dark_blue:hover .main_top { background: rgb(101 131 221 / 72%); } 
.main_verticals .main_box.dark_blue:hover .main_bottom .main_content_next_page a { background:rgb(101 131 221 / 61%); color: rgb(78 112 217); } 
.main_verticals .main_box.yellow:hover::after { background: rgb(179 154 108 / 28%); } 
.main_verticals .main_box.yellow:hover .main_top { background: rgb(179 154 108); } 
.main_verticals .main_box.yellow:hover .main_bottom .main_content_next_page a { background: rgb(231 206 160 / 80%); color: rgb(179 137 55); } 
.main_verticals .main_box.light_blue:hover::after { background: rgb(124 172 221 / 52%); } 
.main_verticals .main_box.light_blue:hover .main_top { background: rgb(124 172 221 / 90%); } 
.main_verticals .main_box.light_blue:hover .main_bottom .main_content_next_page a { background:rgb(159 189 219); color: rgb(72 114 157); } 
.main_verticals .main_box.green:hover::after { background: rgb(201 227 190 / 74%); } 
.main_verticals .main_box.green:hover .main_top { background: rgb(146 191 125); } 
.main_verticals .main_box.green:hover .main_bottom .main_content_next_page a { background: rgb(177 211 160); color: rgb(125 179 99); } 

.table-responsive.tenderTable { height: 560px; } 
.table-responsive tr td span.circle { display: block; width: 7px; height: 7px; background: var(--bg); margin: 0 auto; } 
.list li { padding: 7px 0; } 
.inner_list { margin-top: 0; padding-top: 0; padding-left: 0; } 

/* Resource */
.box_shadow { box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; padding: 20px 20px 10px 20px; } 
.resource_center { display: flex; justify-content: center; align-items: center; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; border-radius: 10px; background: #FFF; padding: 20px 25px; } 

.resource_center .publication_latest_Tab { display: flex; align-items: center; justify-content: center; } 
.resource_center .publication_latest_Tab .resource_box { border: 1px solid var(--bg); padding: 30px 20px; text-align: center; margin: 10px; border-radius: 10px; background: var(--light-pink); width: 200px; cursor: pointer; position: relative; z-index: 1; overflow: hidden; } 
.resource_center .publication_latest_Tab .resource_box::before { content: ""; position: absolute; width: 0%; height: 100%; background: var(--bg); transition: .5s all ease; right: 0; left: 0; margin: 0 auto; top: 0; z-index: -1; } 
.resource_center .publication_latest_Tab .resource_box:hover::before { width: 100%; } 
.resource_center .publication_latest_Tab .resource_box:hover .img_box { background: #933e23; } 
.resource_center .publication_latest_Tab .resource_box:hover .resource_content h3 { color: var(--white); } 
.resource_center .publication_latest_Tab .resource_box.active { display: none; } 
.resource_center .publication_latest_Tab .resource_box .img_box { width: 80px; height: 80px; background: var(--bg); display: flex; align-items: center; justify-content: center; border-radius: 50px; margin: 0 auto; } 
.resource_center .publication_latest_Tab .resource_box .resource_content h3 { margin-bottom: 0; transition: .5s all ease-out; } 
.resource_center .about_tab { display: none; } 
.resource_center .latest { padding-left: 30px; } 
.resource_center .latest .latest_left h2 { margin-bottom: 0; } 
.resource_center .latest .latest_left ul { margin-bottom: 0; } 
.resource_center .latest .latest_left ul li { padding: 5px 0; position: relative; } 
.resource_center .latest .latest_left ul li a:hover { color: var(--bg); } 
.resource_center .latest .latest_right { text-align: center; } 
.resource_center .latest .latest_left ul li::before { content: "\f054"; position: absolute; left: -15px; top: 8px; font-family: 'FontAwesome'; font-size: 15px; color: var(--bg); } 
 .resource_center .latest .latest_left ul li::marker { color: transparent; } 

/*right to information */
.right_to_info h3 { border: 1px solid #F9E0D4; padding: 5px 15px; margin-bottom: 10px; background: var(--light-pink); border-radius: 5px; } 
.right_to_info .public_authority span { padding-right: 65px; display: inline-block; margin-bottom: 8px; } 


/*feedback form */
.feedback_form select, .feedback_form input, .feedback_form textarea { border-bottom: 2px solid var(--bg); border-radius: 1px; } 
.feedback_form textarea { height: 237px; } 
.feedback_form .form-select:focus { box-shadow: 0 0 0 0.25rem rgba(8, 92, 101, 0); border: 1px solid var(--bg); border-bottom-width: 2px; } 
.feedback_form .capt_main { display: flex; align-items: center; justify-content: center; } 
.feedback_form .capt_main .captcha { width: 30%; display: flex; justify-content: center; align-items: center; height: 45px; } 
.feedback_form .submit_button button { border-radius: 5px; width: 100%; } 

/* Mission Shakti **/
.mission_rt ul.ms_list { padding-left: 0; } 
.mission_rt ul.ms_list li { display: inline-block; position: relative; padding-left: 20px; } 
.mission_rt ul.ms_list li::before { content: ""; position: absolute; width: 1px; height: 15px; background: #000; top: 50%; transform: translateY(-50%) rotate(20deg); left: 7px; } 
.mission_rt ul.ms_list li:first-child { padding-left: 0; } 
.mission_rt ul.ms_list li:first-child::before { content: inherit; } 
.mission_rt ul.link_list { display: none; } 
.mission_rt .desc .accordion-button.collapsed { border-radius: 10px; } 
.mission_rt .desc .accordion-button { border-radius: 10px 10px 0 0; border: 1px solid var(--bg); } 
.mission_rt .desc .accordion-collapse { padding: 20px; } 
.mission_rt .desc .accordion-collapse.show { border: 1px solid var(--bg); border-radius: 0 0 10px 10px; } 
.mission_rt .desc .accordion-item { border: none; } 
.mission_rt .desc .accordion-header { overflow: hidden; } 


/* Sambal */
/* .support_box.sambal { min-height: 500px; } */
.support_box.sambal:last-child { margin-bottom: 40px; } 
.support_box.sambal::after { background: #da7d5f; } 
.support_box.sambal .img_box { background:#da7d5f38; z-index: 1; } 
.support_box.sambal .box_title h2 { font-size: 22px; line-height: 26px; display: flex; align-items: center; justify-content: center; min-height: 70px; } 
.support_box.sambal:hover .box_title h2 { color: #FFF; } 
.support_box.sambal:hover .img_box { background:#FFF; } 
.support_box.sambal .learn_more span img { max-width: 12%; padding-left: 5px; transition: .3s all ease; } 
.support_box.sambal .learn_more { padding: 10px; border: 1px solid var(--bg); border-radius: 5px; transition: .3s all ease-out; } 
.support_box.sambal:hover .learn_more { border: 1px solid #FFF; } 
.support_box.sambal:hover .learn_more span { color: #FFF; transition: .5s all ease-out; } 
.support_box.sambal:hover .learn_more span img { filter: invert(97%) sepia(4%) saturate(401%) hue-rotate(247deg) brightness(112%) contrast(100%); } 
.support_box.sambal .learn_more:hover span:last-child { padding-left: 5px; } 
.support_box.sambal.prospective { margin: 0 10px; } 
.support_box.sambal.protocol h2 { min-height: 100px; } 


/* NIPPCD journey since 1966 */
.nipccd_journey { border-radius: 37px; padding: 50px; margin: 0 auto; background: #FFF6F2; margin-bottom: 20px; } 
.nipccd_journey ul li { list-style-type: none; padding: 10px 0; } 
.nipccd_journey .journey_sec { display: flex; align-items: center; justify-content: center; padding-bottom: 15px; } 
.nipccd_journey .journey_sec .image_part { max-width: 10%; flex: 0 0 10%; text-align: right; margin-right: 17px; } 
.nipccd_journey .journey_sec .img_sec { display: flex; align-items: center; justify-content: center; width: 79px; height: 79px; background: #efd4c8; border-radius: 50px; } 
.nipccd_journey .journey_sec .journey_year { position: relative; display: flex; align-items: center; justify-content: space-between; /*margin: 0 30px; */ flex: 0 0 15%; max-width: 15%; } 
.nipccd_journey .journey_sec .journey_year .year { position: relative; display: flex; align-items: center; justify-content: end; width: 100%; } 
.nipccd_journey .journey_sec .journey_year .year p::before { content: ""; position: absolute; width: 100%; background: #E4C6B9; height: 1px; bottom: 0px; left: 0; transition: .5s all ease; } 
.nipccd_journey .journey_sec .journey_year .year p::after { content: ""; position: absolute; width: 10px; height: 10px; background: #E4C6B9; border-radius: 50px; bottom: -4px; left: 0; border: 1px solid #da7d5f; transition: .5s all ease; } 
.nipccd_journey .journey_sec .journey_year .year p { display: block; display: block; font-size: 18px; line-height: 20px; font-weight: bold; padding: 10px 25px 15px 15px; text-align: end; position: relative; width: 80%; margin-bottom: 10px; } 
.nipccd_journey .journey_sec .journey_year .journey_line { position: relative; } 
.nipccd_journey .journey_sec .journey_year .journey_line span { display: block; position: relative; background: #DA7D5F; width: 15px; height: 75px; overflow: hidden; } 
.nipccd_journey .journey_sec .journey_details { flex: 0 0 40%; max-width: 40%; margin-left: 20px; } 
.nipccd_journey .journey_sec .journey_details p { margin-bottom: 0; line-height: 20px; } 
.nipccd_journey .journey_sec:nth-child(even) { justify-content: start; } 
.nipccd_journey .journey_sec:nth-child(even) .image_part { margin-right: 0; margin-left: 20px; } 
.nipccd_journey .journey_sec:nth-child(even) .journey_details { margin-left: 0; text-align: right; margin-right: 6px; } 
.nipccd_journey .journey_sec:nth-child(even) .journey_year .year { justify-content: start; } 
.nipccd_journey .journey_sec:nth-child(even) .journey_year .year p { text-align: start; padding: 10px 15px 15px 20px; } 
.nipccd_journey .journey_sec:nth-child(even) .journey_year .year p::before { background: #DA7D5F; } 
.nipccd_journey .journey_sec:nth-child(even) .journey_year .year p::after { right: 0; left: auto; background: #DA7D5F; border-color: #FEDACB; } 
.nipccd_journey .journey_sec:nth-child(even) .journey_details p { padding-right: 10px; } 

.journey_box { box-shadow: 0px 3px 20px #0000000F; padding: 15px; width: 100%; border-radius: 10px; margin: 15px 0; } 
.journey_box .journey_img img { width: 100%; } 
.journey_box .journey_details { padding: 15px 0; } 
.journey_box .journey_details span { display: block; line-height: 30px; } 


/* publicnotice */
.national_childrens_fund { background: var(--light-pink); border-radius: 20px; display: flex; align-items: center; justify-content: space-between; padding: 10px 44px 0 65px; margin-bottom: 30px; } 
.national_childrens_fund .left_sec { padding-right: 42px; } 
.national_childrens_fund .left_sec h2 { margin-bottom: 15px; } 
.national_childrens_fund .right_sec { /*max-width: 200px; */ width: 100%; } 
.national_childrens_fund .right_sec img { max-width: 278px; width: 100%; height: 365px; } 
.public_notice .col-md-6 { margin-bottom: 35px; } 
.public_notice .minister { height: 100%; margin-bottom: 0; } 
.donation_invited { background: var(--light-pink); display: flex; align-items: start; justify-content: space-between; padding: 52px 28px 0; border-radius: 16px; } 
.donation_invited .left_sec { padding-right: 50px; } 
.donation_invited .left_sec .donation_img { position: relative; bottom: 0px; } 
.donation_invited .left_sec .donation_img img { max-width: 376px; width: 100%; height: 445px; } 
/* .donation_invited .right_sec { padding-bottom: 50PX; } */
.donation_invited .right_sec ul li { font-size: 16px; line-height: 20px; font-weight: 500; padding: 5px 0; } 
.donation_invited .right_sec ul:first-child { margin-bottom: 0; } 
.donation_invited .right_sec .sub_points { padding: 0 35px; display: flex; align-items: end; justify-content: space-between; } 
.donation_invited .right_sec .donation .donation_img { background: #FFF; display: flex; align-items: center; justify-content: center; padding: 30px; border-radius: 100px; width: 130px; height: 130px; position: relative; top: 10px; z-index: 1; margin: 0 auto; } 
.donation_invited .right_sec .donation .donation_btn { position: relative; z-index: 1; } 
.donation_receipts p { margin-bottom: 0; padding-top: 5px; font-size: 14px; line-height: 18px; font-style: italic; } 


/* Added by Vedant */
.has-success .form-control-feedback:before, .has-success .help-block { color: #569c09 } 
.has-error .form-control-feedback:before, .has-error .help-block { color: #d01a1a; display: block; padding-top: .3rem } 
.has-error input, .has-success .has-error input { box-shadow: 0 0 5px #d01a1a } 
.has-error .has-success input, .has-success input { box-shadow: 0 0 5px #569c09 } 
/* Ended By Vedant */


.font-weight-bold { font-weight: 700; } 
.disabled1 { cursor: not-allowed !important; opacity: 0.35; } 
.progress-status { position: relative; top: 43%; left: 0%; transform: translate(50%, -83%); } 
