/* :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; */ --bg: #8C3C21; } 


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); } 
.form-control:focus { box-shadow: none; border: 1px solid var(--bg); } 

::-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; text-align: justify; word-break: break-word; } 
ul { padding:0 0 0 15px; } 
ol { padding:0 0 0 20px } 
.space{padding: 50px 0;}
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 #8c3c21ad*/; border-top:1px solid #8c3c21ad; border-left:1px solid #8c3c21ad; 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 #8c3c21ad; border-right:1px solid #8c3c21ad; vertical-align:middle; } 
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; border-right: 1px solid;} 
th:last-child{border-right: 1px solid #b17b68;}
.tableScroll { overflow-y:hidden; overflow-x:auto; } 
table tr td a:focus { display:inline-block; } 
table img { max-width: 7%; margin-left: 3px; } 
table tbody{overflow: hidden;}

/*datepicker*/
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover { background: #da7d5fba !important; } 

/* 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-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; } 

/*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); } 
.video_btn { display: flex; align-items: center; background: var(--bg); border: 1px solid var(--bg); border-radius: 50%; width: 45px; height: 45px; margin: 0 auto; transition: .5s all ease-out; } 
.video_btn:hover { background: transparent; border: 1px solid var(--bg); } 
.video_btn img { transition: .5s all ease-out; } 
.video_btn:hover img { filter:invert(30%) sepia(49%) saturate(6729%) hue-rotate(346deg) brightness(89%) contrast(110%) } 
.trans_btn { display: inline-block; background: transparent; color: var(--bg); padding: 10px 20px; border: 1px solid var(--bg); font-size: 16px; line-height: 20px; font-weight: 400; border-radius: 8px; transition: .5s all ease-out; } 
.trans_btn:hover { background: var(--bg); color: #FFF; } 

header { padding: 10px 16px; position: -webkit-sticky; position: sticky; top: 0; z-index: 9999; background: var(--white); box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; } 
.header h1 { margin:0; } 
.logo { display: flex; color: #000; text-decoration: none; display: inline-flex; text-decoration: none; max-width: 369px; text-transform:uppercase; } 

.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; } 
.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; position: relative; } 
.searchButton span { position: absolute; right: 5px; top: 50%; 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; } 
.mobile_search { display: none; } 

.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.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 { 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; 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; } 
.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(--bg); width: 60%; height: 210px; padding: 0px; border-radius: 50%; display: inline-block; transition: all 0.3s; margin-bottom: 5px; overflow: hidden; } 
.slider2 img { transition: all 0.3s; width:150px; padding-bottom: 10px; } 
.slider1Info_imgwrap { width: 150px; height: 100px; background: #c25938; overflow: hidden; margin-bottom: 10px; } 
.slider2 a:hover img, .slider1Icon:hover { transform: scale(1.1); } 
.slider1 { color: var(--font-color); } 
.slider1Icon img {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 { 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 { 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; } 
.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; padding: 20px;background: goldenrod; border-radius: 10px;display: flex;      align-items: center; flex-wrap: wrap; } 
/* .video iframe { border-radius: 10px; width: 100%; height: 100%; } */
.video iframe, .video img { border-radius: 10px; width: 100%; height: 100%; } 
.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%; } 
.video .dash_profile_sec {display: flex; align-items: center;justify-content: space-between;padding:15px;
    background: rgb(228, 186, 81);
    border-radius: 10px;
    /* margin-bottom: 15px;  */
    border-radius: 10px;}
.video .dash_profile_sec:last-child{margin-bottom: 0;}
.video .dash_profile_sec .dash_profile_image {max-width: 100px; width: 100%; margin-right: 10px;}
.video .dash_profile_sec .dash_profile_image img{border-radius: 0;}
.video .dash_profile_sec .dash_profile_details h3 {color: rgb(53, 38, 2); font-size: 18px; line-height: 22px; font-weight: 600; margin-bottom: 5px;}
 .video .dash_profile_sec .dash_profile_details p{margin-bottom: 0; color: rgb(102, 78, 17);font-size: 16px; line-height: 20px;}



/*select */
.chosen-container-single .chosen-search input[type="text"] { padding: 4px 20px 4px 10px; background-image: inherit !important; } 
.chosen-container .chosen-results li.highlighted { background: var(--bg); } 
.chosen-container-active.chosen-with-drop .chosen-single, .chosen-container-active .chosen-single { box-shadow: unset; border: 1px solid #CCC; } 
.chosen-container-single .chosen-search::before { content: ""; position: absolute; right: 15px; top: 50%; background-image: url(/Default/assets/front/images/search.jpg); width: 18px; height: 18px; background-position: center; background-size: cover; background-repeat: no-repeat; transform: translateY(-50%); } 
.chosen-container .chosen-drop { z-index: 2; } 

/********* 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 } 
.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:35px; 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%; color: #737373; } 
#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%; margin: 0 auto; } 
.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_daiict_toolbar .fa.fa-universal-access { position: absolute; right: 15px; 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%; } 
.menuOpen .menuWrap { display: block; } 
.menuWrap { display: none; } 
.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); } 

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: 65%; 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; cursor: pointer; border-radius: 5px; } 
header .openbtn span { display: block; width: 25px; left: 0; height: 2px; background: var(--font-color); transition: all 0.4s; top: 10%; position: relative; right: 0; margin: 5px auto; transform: translateY(-10%) rotate(0deg); } 
header .openbtn.active span:nth-child(1) { top: 35%; transform: translateY(35%) rotate(55deg); } 
header .openbtn.active span:nth-child(2) { top: 10%; transform: translateY(10%) rotate(125deg); } 
header .openbtn.active span:nth-child(3) { display: none; } 
.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%; max-width: 700px; width: 90%; left: 0; right: 0; margin: 0 auto; } 
.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*/


body.invert img { filter: invert(1); } 
body.invert .accessibilityItem img { filter: invert(0); } 
body.saturation { --light-pink:#dbcfc9; } 



/**/
.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; */color: #d0d7db; } 
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 { 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: 430px; } 
/*.bannerPosition { height: 250px; position: relative; } */
.ministerPhotos { display: none; } 
.ministerPhotosWrap { text-align: right; } 

/**/
/***Breadcrumb Style Start****/
ul.breadcrumb { margin-bottom: 10px; padding: 0; } 
ul.breadcrumb li { font-size:1rem; color: var(--font-color); display: inline; margin: 0; padding: 0; list-style-type: none; } 
ul.breadcrumb li a { font-size:1rem; 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::-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: 1em; 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; */ color: #d0d7db; } 
/**/

/* 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 Start *********/
.photoGalleryWrap { } 
.galleryBox { position: relative; border: 1px solid transparent; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; padding: 20px; border-radius: 10px; margin-bottom: 20px; overflow: hidden; transition: .5s all ease-out; } 
.galleryImg { overflow: hidden; border-radius: 10px 10px 0 0; max-height: 160px; min-height: 160px; height: 100%; border: 1px solid transparent; width: 100%; } 
.galleryImg img { transform: scale(1); height: 100%; transition: .5s all ease-out; } 
.galleryBox:hover { border:1px solid #8c3c21; } 
.galleryBox:hover .galleryImg img { transform: scale(1.2); } 
.galleryBox:hover:before, .galleryBox:hover:after { opacity: 1; visibility: visible; opacity: 0.5; } 
.galleryBox:hover:after { opacity: 1; } 
.overlap { width: 40px; height: 40px; background: var(--bg); color: #FFF; display: flex; align-items: center; justify-content: center; border-radius: 50px; position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; left: 0; right: 0; margin: 0 auto; opacity: 0; visibility: hidden; transition: .5s all ease-out; } 
.galleryBox:hover .overlap { opacity: 1; visibility: visible; } 
.galleryBox .galleryContent { padding: 10px 0; } 
.galleryBox .galleryContent h6 p { margin-bottom: 0; } 
.galleryItem { border: 1px solid var(--bg); border-radius: 5px; overflow: hidden; height: 100%; width: 100%; display: block; } 
.galleryItem .imgHolder { position: relative; height: 100%; overflow: hidden; } 
.galleryItem .imgHolder img { box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; transform: scale(1); transition: .3s all ease-out; } 
.galleryItem .imgHolder span { position: absolute; display: flex; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #FFF; background: var(--bg); padding: 10px; border-radius: 50px; align-items: center; justify-content: center; width: 35px; height: 35px; } 
.galleryItem:hover .imgHolder img { transform: scale(1.2); } 

.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; } 

.page-link.active, .active > .page-link { background-color: #8c3c21; border-color: #8c3c21; transition: .5s all ease-out; } 
.page-link { color:#8c3c21; } 
.page-link:hover { color: #fdfeff; background-color: #8c3c21; border-color: #8c3c21; } 
/********* 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-bottom: 50px; } 
.sitemap h2 { font-size: 2.5em; font-weight: 600; color: #323232; line-height: 45px; margin-bottom: 45px; } 
.sitemap .sitemap-menu { border-left: 2px solid #da7d5f; list-style: none; padding: 0 !important; position: relative; padding-top: 10px !important; margin: 0; } 
.sitemap .sitemap-menu a { display: inline-block; } 
.sitemap .sitemap-menu::before { bottom: inherit; top: 0; } 
.sitemap .sitemap-menu:after, .sitemap .sitemap-menu::before { content: ""; height: 10px; left: -6px; position: absolute; bottom: 0; width: 10px; background: #da7d5f; border-radius: 50%; } 
.sitemap .sitemap-box-menu:first-child .content > .sitemap-menu:after { display: none; } 
.sitemap .sitemap-menu > li { padding: 0 0 0 25px; position: relative; margin-bottom: 5px; } 
.sitemap .sitemap-menu > li:last-child { margin-bottom: 0; } 
.sitemap .sitemap-menu > li:after { border-top: 1px solid #da7d5f; content: ""; height: 0; left: 0; position: absolute; top: 16px; width: 25px; z-index: -1; } 
.sitemap .sitemap-menu > li > a { color: #FFF; font-size: 1.125em; line-height: 25px; text-decoration: none; padding: 7px 20px; transition: 500ms all; background: #da7d5f; border: 1px solid #da7d5f; } 
.sitemap .sitemap-menu > li > a:hover { background: #f0d9cf; color: #000; } 
.sitemap .sitemap-menu ul li { margin-bottom: 5px; } 
.sitemap .sitemap-menu > li > ul { border-left: 2px solid #da7d5f; list-style: none; padding: 5px 0; margin: 0 0 15px 25px; position: relative; } 
.sitemap .sitemap-menu > li > ul::before { content: inherit; } 
.sitemap .sitemap-menu > li > ul:after { content: ""; height: 7px; left: -4px; position: absolute; bottom: 0; width: 7px; background: #da7d5f; border-radius: 50%; } 
.sitemap .sitemap-menu > li > ul > li { padding: 0 0 0 25px; position: relative; } 
.sitemap .sitemap-menu > li > ul > li > a { transition: 500ms all; background: #fff; padding: 5px 10px; } 
.sitemap .sitemap-menu > li > ul > li > a:after { border-top: 2px solid #da7d5f; content: ""; height: 0; left: 0; position: absolute; top: 17px; width: 26px; transition: 500ms all; display: none; } 
.sitemap .sitemap-menu > li > ul > li > a:hover { transition: 500ms all; background: #da7d5f; color: #fff; padding-left: 30px; } 
.sitemap .sitemap-menu ul a { color: #333; text-decoration: none; font-size: 1em; } 
.sitemap .sitemap-menu > li > ul > li > ul { border-left: 2px solid #da7d5f; list-style: none; padding: 5px 0; margin: 0 0 10px 25px; position: relative; } 
.sitemap .sitemap-menu > li > ul > li > ul:after { content: ""; height: 7px; left: -4px; position: absolute; bottom: 0; width: 7px; background: #da7d5f; border-radius: 50%; } 
.sitemap .sitemap-menu > li > ul > li > ul li { padding: 0 0 0 15px; position: relative; } 
.sitemap .sitemap-menu > li > ul > li > ul li > a { transition: 500ms all; } 
.sitemap .sitemap-menu > li > ul > li > ul li > a:after { border-top: 1px solid #da7d5f; content: ""; height: 0; left: 0; position: absolute; top: 17px; width: 16px; transition: 500ms all; } 
.sitemap .sitemap-menu > li > ul > li > ul li > a:hover { padding-left: 22px; transition: 500ms all; color: #fff; } 
/**********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; overflow: hidden; } 
.captcha .submit_button button { padding: 10px 15px; font-size: 1.5em; border-radius: 0; } 
.captcha .submit_button span img { height: 100%; }
.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; } 
.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; } 
.ministerPhotosWrap .minister_text h4 { font-size: 24px; line-height: 35px; font-weight: 600; } 
/*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: var(--white); width: 100%; margin-bottom: 30px; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; color: #323232; border-radius: 15px; } 
.eventItem:hover { background-color: var(--bg); } 
.eventItem:hover .eventTitle { color:var(--white); } 
.eventItem .imgHolder { overflow: hidden; } 
.eventItem .imgHolder img { width: 100%; } 
.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**************/
.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 */

/* 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 } 
.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(50%) 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 .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 { text-decoration:underline!important; } 


/* e-learning */
.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; } 
.e-learning_cont { height: 90%; } 
.e-learning_cont img { height: 100%; } 
.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); } 
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 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%); } 
.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; } 


.keylink_box { background: #f5e8e2; border: 1px solid #f5e8e2; border-radius: 15px; text-align: center; padding: 20px; margin-bottom: 20px; } 
.keylink_box .keylink_img { width: 65px; height: 65px; background: #8c3c21; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; padding: 12px; } 
.keylink_box .keylink_img img { filter: invert(96%) sepia(35%) saturate(5938%) hue-rotate(182deg) brightness(121%) contrast(96%); max-width: 80%; } 
.keylink_box.social_media .keylink_img { cursor: pointer; } 
.keylink_box.social_media .keylink_img a{line-height: 0;}
.keylink_box.social_media .keylink_img img { filter: invert(96%) sepia(35%) saturate(5938%) hue-rotate(182deg) brightness(241%) contrast(96%); max-width: 100%; } 
.keylink_box.social_media .keylink_img:hover { animation: rotate .3s linear infinite; } 

@keyframes rotate { 
 0% { transform:rotate(0deg); } 
 40% { transform: rotate(10deg); } 
 60% { transform: rotate(0deg); } 
 100% { transform: rotate(10deg); } 
 }
@-moz-keyframes rotate { 
 0% { transform:rotate(0deg); } 
 40% { transform: rotate(10deg); } 
 60% { transform: rotate(0deg); } 
 100% { transform: rotate(10deg); } 
 }

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; } 
.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); } 
.footerSectionWrap ul { column-count: 2; padding-left: 0; } 
.footerSectionWrap ul li { padding: 0 0 7px 25px; position: relative; } 
.footerSectionWrap ul li::before { content: "\f00c"; position: absolute; font-family: 'FontAwesome'; left: 0; color: #FFF; } 
.footerSectionWrap ul li::marker { color: transparent; } 



.e-learning_cont ul { padding-left: 0; } 
.e-learning_cont ul li.directory { padding: 5px 5px 5px 25px; position: relative; } 
.e-learning_cont ul li.directory:hover a { color: var(--bg); } 
.e-learning_cont ul li.directory::marker { color: transparent; } 
.e-learning_cont ul li.directory::before { content: ""; position: absolute; background: url('/Default/assets/front/images/pdf_icon.png'); left: 0; width: 20px; height: 20px; background-position: center; background-repeat: no-repeat; background-size: cover; } 


.el_user_banner { background: url(/Default/assets/front/images/el_user_banner_bg.png); width: 100%; height: 143px; background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; align-items: center; } 
.el_user_banner h1 { color: #FFF; } 

/*about tabing */
.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 { 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; font-size: 1rem; 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; padding: 15px 10px 15px 20px; } 
.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; 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: 5px; 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; } 
.about_tab .tab-content .vision.goals ul li::marker {color: #2680de;}

/* 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 { 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 { margin: 0; display: inline-block; width: 100%; } 
.bye_law .pdf_sec a { color:#8c3c21; border: 1px solid var(--bg); display: flex; padding: 15px; border-radius: 10px; font-size: 18px; line-height: 20px; font-weight: 500; justify-content: space-between; align-items: center; } 
.bye_law .pdf_sec a:hover { background: #f5e8e3; border: 1px solid #f5e8e3; } 
.bye_law .pdf_sec a button.orange_btn { font-size: 0; background: transparent; border: 0; padding: 0 0 0 5px; margin: 0; } 
.bye_law .pdf_sec a button.orange_btn img { max-width: 95%; width: 100%; } 
.bye_law .pdf_sec .orange_btn img { max-width: 100%; margin-left: 0px; } 
/*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; 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 { margin: 15px 0; } 
.form-group label { color: var(--bg); } 
.register_form .form-group .input_field.captch_box { width: 50%; } 
.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%; display: flex; align-items: center; justify-content: center; } 
.register_form .captch_box img { height: 45px; } 
.register_form .refresh_button { right: 0; height: 45px; width: 30px; border: none; border-radius: 0 5px 5px 0; color: #FFF; cursor: pointer; display: flex; align-items: center; justify-content: center; flex: 0 0 25%; max-width: 25%; } 
.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: 15px 0; } 
.submit_button button { position: relative; background: var(--bg); border: 1px solid var(--bg); overflow: hidden; z-index: 1; transition: .5s all ease-out; } 
.submit_button button::before { content: ""; position: absolute; width: 0%; height: 100%; left: 0; top: 0; background: #FFF; color: var(--bg); z-index: -1; transition: .5s all ease-out; } 
.submit_button button:hover { color: var(--bg); } 
.submit_button button:hover:before { width: 100%; } 
.register_form a.signin { color: var(--bg); text-decoration: underline; font-size: 18px; line-height: 25px; font-weight: 500; } 
.register_form.donation a.orange_btn { color: #FFF; } 
.register_form.donation a.orange_btn:hover { color: var(--bg); } 

.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); } 
.register_form .forgot a, .register_form a.register, .register_form a { color: var(--bg); font-size: 16px; line-height: 25px; font-weight: 400; display: inline-block; } 
.register_form .forgot a:hover, .register_form span a:hover { text-decoration: underline; } 

/* 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; list-style-type:none } 

.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; 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: 30%; 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; } 
.headoffice .contact_box { width: 100%; } 

/* research */
.research_project .contact_box { width: 100%; } 

/*user profile section */
/*sidebar */
.sidebar { max-width: 25%; flex: 0 0 25%; } 
.sidebar ul { padding-left: 0; } 
.sidebar ul li { display: flex; align-items: center; background: #cccccc8c; border-radius: 2px; margin-bottom: 10px; position: relative; overflow: hidden; z-index: 9; } 
.sidebar ul li::after { content: ""; position: absolute; background-color: #DA7D5F; width: 90px; bottom: 0; left: -70px; transform: rotate(30.5deg); transform-origin: left bottom; top: -80px; transition: .5s all ease; z-index: -1; } 
.sidebar ul li:hover::after { width: 100%; transform: rotate(0deg); left: 0; z-index: -1; } 
.sidebar ul li:hover a { color: #FFF; } 
.sidebar ul li a { font-size: 16px; line-height: 20px; font-weight: 600; color: #323232; padding: 10px 20px 10px 10px; } 
.sidebar ul li a:first-child { left: 0; position: relative; max-width: 16%; flex: 0 0 16%; display: inline-block; } 
.sidebar ul li.title { padding: 10px 20px 10px 40px; background: #c96a4b; font-size: 24px; line-height: 30px; font-weight: 600; color: #FFF; border-radius: 5px; } 
.sidebar ul li.title::after { content: inherit; } 
.sidebar ul li.title::before { content: "\f0c1"; position: absolute; font-family: 'FontAwesome'; left: 10px; transition: .5s all ease; font-size: 18px; line-height: 32px; } 
.sidebar ul li a span.menu_icon img { width: 25px; } 
.sidebar ul li a span.menu_icon img { width: 25px; } 
.right-sec { max-width:70%; flex:0 0 70%; position: relative; } 
.tabing_sec { display: flex; justify-content: space-between; } 

.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 { max-width: 130px; aspect-ratio: 1; width: 100%; overflow: hidden; border: 1px solid transparent; border-radius: 10px; } 
.information .user_profile img { width: 100%; height: 100%; } 
.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: 600; color: var(--bg); } 
.information .user_profile_details .user_details span { display: block; color: #323232; } 
.user_profile_details .has-success input { box-shadow: inherit; } 
.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; } 
.right_tabing .job_training .heading_wrap { display: flex; align-items: start; justify-content: space-between; } 
.right_tabing .viewall a { color: var(--bg); line-height: 40px; } 
.right_tabing .viewall a i { font-size: 14px; margin-left: 3px; transition: .5s all ease-out; } 
.right_tabing .viewall a:hover i { margin-left: 8px; } 
.right_tabing .job_training .job_training_title { display: flex; justify-content: end; margin-bottom: 15px; } 
.course_details_box .course_img { /*max-width: 515px; width: 100%; */ max-width:50%; flex: 0 0 50%; height: 325px; border: 1px solid transparent; border-radius: 10px; overflow: hidden; } 
.course_details_box .course_img img { height: 100%; width: 100%; } 
.course_details_box { box-shadow: 0px 0px 30px #0000001A; padding: 30px; border-radius: 10px; display: flex; align-items: start; justify-content: space-between; } 
.course_details_box .course_content { max-width: 46%; flex: 0 0 46%; } 
.course_details_box .course_content h3 { font-size: 20px; line-height: 28px; margin-bottom: 0; } 
.course_content .timer_sec { margin: 15px 0; background: #F8E5DF; padding: 15px; border-radius: 8px; } 
.timer_button_sec { display: flex; align-items: center; justify-content: space-between; } 
.timer_button_sec .timer_text span i { color: var(--bg); } 
.timer_button_sec .timer_text span strong { padding-left: 5px; } 
.timer_button_sec .timer_btn .orange_btn { padding: 7px 20px; } 
.timer_sec .progress_sec { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; } 
.timer_sec .progress_sec .progress, .right_tabing .course_details_box .course_content .timer_sec .progress_sec .progress-stacked { padding: 3px; border-radius: 10px; background: #FFF; max-width: 100%; width: 100%; margin-right: 10px; } 
.timer_sec .progress_sec .progress-bar { border-radius: 10px; background-color: #72D13B; } 
.course_box { box-shadow: 0px 3px 26px #0000001A; background: #FFF; padding: 20px; border-radius: 10px; margin: 10px 0; border: 1px solid transparent; transition: .5s all ease-out; } 
.course_box:hover { border: 1px solid var(--bg); } 
.course_box .course_img { max-height: 165px; overflow: hidden; } 
.course_box .course_img img { width: 100%; } 
.course_box .course_details { padding: 17px 0; border-bottom: 1px solid #eaeaea; } 
.course_box .course_details p { font-weight: 400; margin-bottom: 0; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } 
.course_box .course_details ul { margin:0; } 
.course_box .course_details h6 { min-height: 38px; display: flex; align-items: center; } 
.course_box .timer_sec { padding-top: 15px; } 
.course_box .timer_sec .progress_sec { margin-bottom: 10px; } 
.course_box .timer_sec .progress_sec .progress { background: #F2EEEC; } 
.course_box .timer_sec .progress_sec span { margin-left: 5px; } 
#timer-div { text-align: end; } 
#timer { background: var(--bg); display: inline-block; padding: 10px 30px; border-radius: 10px; border: 1px solid transparent; color: #FFF; } 

 .other_course { padding: 50px 0; } 
 .other_course .course_box .timer_sec { padding-bottom: 15px; } 
 .other_course .course_box .timer_sec .timer_button_sec { justify-content: space-between; } 
 .other_course .course_box .timer_sec .timer_button_sec .timer_text { margin-right: 5px; } 
 .other_course .course_box .start_course_sec { display: flex; align-items: center; justify-content: space-between; background: #F8E5DF; padding: 15px 20px; border-radius: 8px; transition: .5s all ease-out; } 
 .other_course .course_box:hover .start_course_sec { background: var(--bg); color: #FFF; } 
 .other_course .course_box .start_course_sec .course_btn { background: var(--bg); width: 26px; height: 26px; padding: 5px; display: flex; align-items: center; justify-content: center; border-radius: 50px; transition: .5s all ease-out; } 
 .other_course .course_box:hover .start_course_sec .course_btn { background: #E9A994; } 
 .other_course .course_box .start_course_sec span { font-size: 14px; line-height: 20px; } 
 .other_course .course_box .start_course_sec .course_btn i { color: #FFF; font-size: 14px; margin-left: 3px; } 
 
 .course_details_page { display: flex; } 
 .course_details_sec { box-shadow: 0px 0px 30px #0000001A; border-radius: 12px; padding: 30px; } 
 .course_details_box { display: flex; align-items: start; } 
 .course_inner .course_details_sec .course_details_box { box-shadow: unset; } 
 .right-sec .course_details_accordion { padding: 25px 0; } 
 .right-sec .course_details_box { box-shadow: unset; padding: 0; margin-bottom: 10px; } 
 .course_details_accordion .accordion-button span.title { max-width: 50%; flex: 0 0 50%; } 
 .course_details_accordion .accordion-button .leacture_minuts { position: relative; max-width: 43%; flex: 0 0 43%; text-align: end; display: flex; align-items: center; justify-content: end; } 
 .course_details_accordion .accordion-button .leacture_minuts .leacture { display: flex; align-items: center; justify-content: end; margin-right: 20px; } 
 .course_details_accordion .accordion-button .leacture_minuts .img_sec { margin-right: 6px; width: 30px; background: #BE5E40; display: flex; align-items: center; justify-content: center; height: 30px; border-radius: 50px; padding: 6px; } 
 .course_details_accordion .accordion-button .leacture_minuts span { font-size: 14px; line-height: 24px; } 
 .course_details_accordion .accordion-button .leacture_minuts .minuts { display: flex; align-items: center; justify-content: center; } 
 .course_details_accordion .accordion-button::after { content: "\f068"; width: 0; height: 0; font-family: 'FontAwesome'; font-size: 22px; top: 35%; position: absolute; right: 5%; transform: translateY(-35%); color: #FFF; filter: inherit; transition: .3s all ease-out; } 
 .course_details_accordion .accordion-button.collapsed::after { content: "\2b"; } 
 .course_details_accordion .accordion-button.collapsed:hover::after { filter: inherit; color: var(--bg); } 
 .course_details_accordion .accordion-body { background: #F9F9F9; } 
 .course_details_accordion .accordion-body ul { margin-bottom: 0; padding-left: 0; } 
 .course_details_accordion .accordion-body ul li { margin: 0; padding: 3px 10px 3px 0; list-style-type: none; } 
 .course_details_accordion .accordion-body ul li ul { margin-top: 5px; margin-bottom: 10px; } 
 .course_details_accordion .accordion-body ul li ul li { padding: 3px 0px 3px 20px; } 
 .course_details_accordion .accordion-body ul li .sub_section_left span { color: #646464; } 
 .course_details_accordion .accordion-body ul li .success::before, .course_details_accordion .accordion-body ul li .default::before { content: "\f144"; position: absolute; font-family: 'FontAwesome'; color: #646464; left: 0; } 
 .course_details_accordion .accordion-body ul li .success, .course_details_accordion .accordion-body ul li .default { display: flex; align-items: center; justify-content: space-between; position: relative; padding-left: 25px; } 
 .course_details_accordion .accordion-body ul li .success::before { color: var(--bg); } 
 .course_details_accordion .accordion-body ul li span { font-size: 16px; line-height: 22px; font-weight: 400; } 
 .course_details_accordion .accordion-body ul li .success .sub_section_left span { color: var(--bg); } 

 .course_details_accordion .accordion-body ul li .success .sub_section_right span { color: #00911D; } 
 .course_details_accordion .accordion-body ul li .sub_section_left span { color: #646464; } 
 .course_details_accordion .accordion-body ul li .sub_section_right i::before { color: var(--bg); } 
 .course_details_accordion .accordion-item.blue_bg { border: 1px solid #E1EDFB; } 
 .course_details_accordion .accordion-item.blue_bg .accordion-header .accordion-button.collapsed { background-color: #E1EDFB; color: #000; border: 1px solid transparent; } 
 .course_details_accordion .accordion-item.blue_bg .accordion-button::after { color: #2b8af9; } 
 .course_details_accordion .accordion-item.blue_bg .accordion-button:not(.collapsed) { background-color: #a0ccff; color: #000; } 
 .course_details_accordion .accordion-item.blue_bg .accordion-button .leacture_minuts .img_sec { background: #FFF; } 
 .course_details_accordion .accordion-item.blue_bg .accordion-button .leacture_minuts .img_sec img { filter: invert(62%) sepia(9%) saturate(2959%) hue-rotate(326deg) brightness(94%) contrast(82%); } 
 .course_details_accordion .accordion-item.blue_bg .accordion-body { background: #a0ccff30; } 
 .course_details_accordion .accordion-item.blue_bg .accordion-body ul li.success .sub_section_left span, .course_details_accordion .accordion-item.blue_bg .accordion-body ul li .success::before { color: #2b8af9; } 
 .course_details_accordion .accordion-item.blue_bg .accordion-body ul li .sub_section_right i::before { color: #58a3fb; } 
 .course_details_accordion .accordion-item.blue_bg .accordion-body ul li .success .sub_section_left span { color: #58a3fb; } 
 .course_details_accordion .accordion-body ul li a { text-decoration: none; } 
 .image_wrap { position: relative; margin-bottom: 15px; padding: 20px; } 
 .image_wrap img { width: 100%; max-height: 500px; /*min-height: 250px;*/ height: 100%; border-radius: 3px;} 
 .image_wrap img.mb-3 { margin-bottom: 0 !important; } 
 .image_wrap::before { content: ""; position: absolute; width: 100%; height: 100%; background: linear-gradient(66deg, rgb(140 60 33) 0%, rgba(245, 232, 226, 1) 100%); left: 0; top: 0; z-index: -1; border-radius: 3px; } 
 /* .image_wrap::after { content: ""; position: absolute; width: 50%; height: 50%; background: linear-gradient(240deg, rgb(140 60 33) 0%, rgba(245, 232, 226, 1) 100%); right: 0; bottom: 0; z-index: -1; }  */


 /*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; } 

 /* 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% 2% 1% 2%; 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; box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px; margin: 0 5px; } 

/* 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; display: flex; flex-wrap: wrap; 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; width: 100%; max-height: 144px; 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: auto; width: 100%; display: flex; position: relative; height: calc(100% - 144px); flex-wrap: wrap; 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: 15px; right: 15px; 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); } 

.main_content_next_page.text-end { display: flex; width: 100%; margin: 32px 0 0; } 
.main_content { display: flex; flex-wrap: wrap; width: 100%; } 

.table-responsive.tenderTable, .table-responsive { max-height: 560px; } 
thead tr { position: sticky; top: 0; } 
thead tr th:first-child { border-radius: 5px 0 0 0; } 
thead tr th:last-child { border-radius: 0 5px 0 0; } 
tbody tr:last-child td:first-child { border-radius: 0 0 0 5px; } 
tbody tr:last-child td:last-child { border-radius: 0 0 5px 0; } 
.table-responsive tr td span.circle { display: block; width: 7px; height: 7px; background: var(--bg); margin: 0 auto; } 
.tenderTable.ecc table img { max-width: 100%; margin: 0 auto;} 
.tenderTable.ecc table a { display: inline-block; } 
figure { display: none; } 
figure.table { display: block; } 
.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; } 
.right_to_info .contact_box { width: 100%; } 

/*feedback form */
.feedback_form { max-width: 1000px; padding: 30px; margin: 0 auto; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; border-radius: 10px; } 
.feedback_form .submit_button { position: relative; top: 50%; transform: translateY(-50%); } 

/* 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:last-child { margin-bottom: 40px; } 
.support_box.sambal::after { /*background: #da7d5f; */ background: #8c3c21; } 
.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; filter: invert(0%) sepia(82%) saturate(7234%) hue-rotate(233deg) brightness(0%) contrast(114%); } 
.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; transition: .3s all ease-out; } 
.support_box.sambal:hover .learn_more span { color: #FFF; transition: .3s all ease-out; } 
.support_box.sambal:hover .learn_more span img { filter: invert(97%) sepia(4%) saturate(401%) hue-rotate(247deg) brightness(762%) 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; overflow: hidden; transition: .3s all ease-out; } 
.journey_box:hover { box-shadow: 0px 0px 60px #00000030; }
.journey_box .journey_img {max-height: 150px; overflow: hidden; border-radius: 5px;}  
.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 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; } 
.tab-content .national_fund .contact_box { width: 70%; margin: 0 auto 30px; } 
.national_fund .contact_box p a { display: block; } 

/* 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 */ padding-top: 0; } 
.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%); } 


/* page not found */
.page_not_found { background: #fffbfa; } 
.page_not { position: relative; margin: 50px 0; padding: 50px 20px; text-align: center; border-radius: 5px; z-index: 3; max-width: 750px; width: 100%; margin: 50px auto; overflow: hidden; background: #f1f1f1; } 
.page_not::before { content: ""; position: absolute; right: 0; top: 0; width: 0; height: 0; border-top: 70px solid #fffbfa; border-left: 70px solid transparent; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; } 
.page_not span { display: block; font-size: 150px; line-height: 1; font-weight: 700; color: #8C3C21; margin: 0px; } 
.page_not h5 { font-size: 24px; line-height: 35px; font-weight: 700; color: #323232; } 
.page_not .back_btn { margin-top: 20px; } 


/* footer slider start */
.image_sldier_sec {background: #f5e8e2; padding: 20px 0;}
.image_slider .swiper-wrapper {align-items: center; justify-content: space-between;}
.image_slider .swiper-button-next, .image_slider .swiper-button-prev {top: 50%; transform: translateY(-50%); background: #8c3c2145; border: 1px solid transparent; border-radius: 5px; transition: .5s all ease-out;}
.image_slider .swiper-button-next:after, .image_slider .swiper-button-prev:after{transition: .5s all ease-out;}
.image_slider .swiper-button-next:hover, .image_slider .swiper-button-prev:hover{background: #8c3c21bd;}
.image_slider .swiper-button-next:hover:after, .image_slider .swiper-button-prev:hover:after{color: #FFF;}
.image_slider .swiper-slide{text-align: center;}


.image_slider .swiper-horizontal>.swiper-pagination-bullets, .image_slider .swiper-pagination-bullets.swiper-pagination-horizontal, .image_slider .swiper-pagination-custom, .image_slider .swiper-pagination-fraction {bottom : var(--swiper-pagination-bottom,0px); }
/* footer slider end */

/*footer lastes update */
.footerSectionWrap .pageTitle {font-size: 16px; line-height: 25px; font-weight: 500; color: #FFF;}


/* wob */
.wob { background-color: #000; color: var(--white); --light-pink: #817e7ea3; --bg:#646464; } 
.wob h2, .wob h3, .wob h4, .wob h5, .wob .list li, .wob ul li, .wob p span, .wob h6 { color:#FFF; } 
.wob .orange_btn:hover { color: #fff; border: 1px solid #fff; } 
.wob .minister { background: #404040; border-bottom: 5px solid #ffffff; } 
.wob .ministerPhotosWrap .minister_text h4 { color: #323232; } 
.wob ul li::marker { color: #fdfdfd; } 
.wob ul.feature { background: #525151; }
.wob ul.breadcrumb li { color : #000; }
.wob .socialTitleRow img, .wob .resTab .tabNav li img, .wob .banner1Info, /* .wob .headerMenus img, .wob .accessibilityBtn img, .wob .headerRightIcons img, */ .wob .searchRightLink img, .wob .logo img { filter: invert(96%) sepia(17%) saturate(4351%) hue-rotate(354deg) brightness(105%) contrast(104%); } 
.wob .searchButton, .wob .dashboardIcon p, .wob .logo { color: var(--white); } 
.wob .searchInput, .wob .search { background-color: transparent; border-color: var(--white); } 
.wob input::-ms-input-placeholder { /* Edge 12-18 */color: var(--white); } 
.wob input::placeholder { 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: #ff0; text-decoration: none; } 
.wob a:hover, .wob .e-learning_cont ul li.directory:hover a, .wob ul.feature li:hover a, .wob .import_link .download .download_text:hover a { color:#00ff1f; } 
.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.swiper-pagination-bullet-active { background-color: #ff0; } 
.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; } 
.wob .innerContentPart p, .wob .contact_box h3 { color: #FFF; } 
.wob .register_form { background: #333333; } 
.wob .form-group label { color: #FFF; } 
.wob .breadcrumb-item.active { color: var(--bg); }

/*Slider */
.wob .swiper-pagination-bullet { background: #efeeee; } 

.wob .accessibility_toolbar_exapnd { background: #333333; } 
.wob .accessibility_titleBar { background: #000; } 
.wob .accessibilityItem { border: 1px solid #ffffff00; background: #5c5c5c; } 
.wob .accessibilityItem span.accissibilityTitle { color: #FFF; } 


/*table*/
.wob .table > :not(caption) > * > * { background-color:transparent; color: #FFF; } 
.wob .page-link:focus { box-shadow: inherit; } 
.wob .page-item .page-link { background: #333333; border: var(--bs-pagination-border-width) solid #646464; } 
.wob .page-link.active, .wob .active > .page-link { background-color: #646464; border-color: #646464; } 
.wob .page-link:hover { border-color: #646464; } 
 
/*accordion */
.wob .accordion-item { background: transparent; } 
.wob .accordion-body ul li { color: #FFF; } 
.wob .accordion-body a { color: #bdb9b9; } 
.wob .accordion-body a:hover { color: #adacac; } 
.wob .accordion input[type="radio"] + label { background: #333333; border: 1px solid transparent; } 

/*header*/
.wob header { background: #646464; } 
.wob header .openbtn span { background: #FFF; } 
.wob header .logo-side a img { filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(55deg) brightness(105%) contrast(101%); } 
.wob header .logo-side a h1, .wob span.dasboard_icon a { color: #FFF; } 
.wob header .accessibility-side img { filter: invert(87%) sepia(89%) saturate(2245%) hue-rotate(1deg) brightness(107%) contrast(100%); } 

.wob .innernav .nav-link { color:#ff0 } 
.wob .innernav a.nav-link:hover, .wob .innernav .nav-link.active .nav-link { color: #00ff1f; } 
.wob .innernav .nav-link.active:before { filter: invert(54%) sepia(50%) saturate(4658%) hue-rotate(103deg) brightness(124%) contrast(144%); } 

/* home page */
.wob .slider1InfoCover { background: #666666; box-shadow: -10px 0 0 0 #4a3a34, -20px 0 0 0 #000000; } 
.wob .slider2 .swiper-slide { background: inherit; } 
.wob .socialTitleRow span, .wob .socialTitle { color:#fff; } 

.wob .tab-content ul li a, .wob .tabs ul#tabs-nav li a { color: #ff0; } 
.wob .tabs ul.tabs-nav { background: #333333; } 

/* aboutus nipccd journey */
.wob .nipccd_journey { background: #646464; } 
.wob .nipccd_journey .journey_sec .img_sec { background: #efd4c84f; } 
.wob .nipccd_journey .journey_sec .img_sec img { filter: invert(100%) sepia(6%) saturate(54%) hue-rotate(237deg) brightness(269%) contrast(100%); } 
.wob .nipccd_journey .journey_sec .journey_year .journey_line img { filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(264deg) brightness(130%) contrast(103%); } 
.wob .nipccd_journey .journey_sec .journey_year .year p::before, .wob .nipccd_journey .journey_sec:nth-child(even) .journey_year .year p::before { background: #b5b1af; } 
.wob .nipccd_journey .journey_sec .journey_year .year p::after { background: #a5a5a5; border: 1px solid #ffffff; } 
.wob .nipccd_journey .journey_sec:nth-child(even) .journey_year .year p::after { background: #a5a5a5; border-color: #FFF; } 
.wob .journey_box { background: #64646494; } 
.wob .journey_box .journey_details span { color:#FFF; } 
.wob caption, td { background: transparent; } 

/* .wob .about_tab .tab-content .vision .mission_content p, .wob .about_tab .tab-content .vision .mission_content ul li { color: #000; } */
.wob .bye_law .pdf_sec a { color:#ff0; } 
.wob .bye_law .pdf_sec a:hover { background: #5a5a5a; color:#00ff1f; } 

/* headquater */
.wob .main_verticals .main_box .main_bottom { background: rgb(187 187 187 / 28%); } 

/* mission-vision-objectives */
.wob .about_tab .tab-content .vision, .wob .about_tab .tab-content .vision.mission, .wob .about_tab .tab-content .vision.goals { background: #646464; } 
.wob .about_tab .tab-content .vision .img_box { background: #8f8b8d; } 
.wob .about_tab .tab-content .vision .number .combined { color: #8f8b8d; -webkit-text-stroke: 1px #bdbdbd; } 
.wob .about_tab .tab-content .vision .mission_content h2, .wob .about_tab .tab-content .vision .mission_content p { color: #FFF; } 
.wob .about_tab .tab-content .vision.mission .number .combined, .wob .about_tab .tab-content .vision.goals .number .combined { -webkit-text-stroke: 1px #bdbdbd; color: #8f8b8d; } 
.wob .about_tab .tab-content .vision.mission .img_box, .wob .about_tab .tab-content .vision.goals .img_box { background: #8f8b8d; } 
.wob .about_tab .tab-content .vision .img_box img { filter: invert(99%) sepia(96%) saturate(12%) hue-rotate(180deg) brightness(200%) contrast(100%); } 

/* headquarter/support-unit-main-verticals */
.wob .support_box { background: #64646485; } 
.wob .support_box .box_title h3 { color: #FFF; } 
.wob .support_box.sambal::after { background: #646464; } 
.wob .support_box.sambal .img_box { background: #ffffff6b; } 
.wob .support_box.sambal .learn_more span img { filter: invert(96%) sepia(94%) saturate(5633%) hue-rotate(357deg) brightness(108%) contrast(103%); } 
.wob .support_box.sambal:hover .learn_more span img { filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(17deg) brightness(104%) contrast(105%); } 

/* regional centres */
.wob .image_wrap::before, .wob .image_wrap::after { background: #FFF; } 
.wob .multi_img_sec img { box-shadow: rgba(255, 252, 251, 0.07) 0px 1px 2px, rgba(255, 252, 251, 0.07) 0px 2px 4px, rgba(255, 252, 251, 0.07) 0px 4px 8px, rgba(255, 252, 251, 0.07) 0px 8px 16px, rgba(255, 252, 251, 0.07) 0px 16px 32px, rgba(255, 252, 251, 0.07) 0px 32px 64px; } 

/* oraganization chart */
.wob .chart { box-shadow: 0px 0px 30px #646464; background: #646464; z-index: -1; position: relative; } 
.wob .chart ul li span, .wob .chart .regional_center ul li span { background: #3c3c3c; } 
.wob .chart ul li::after { background: #ffeeff; z-index: -1; } 
.wob .chart ul li.sub_sec:before, .wob .chart ul li ul.sub_sec li:before, .wob .chart .regional_center ul li ul li span { background: #FFF; } 
.wob .chart ul li ul.sub_sec li span, .wob .chart ul li ul.sub_sec li:last-child span { background: #5a5a5a; } 
.wob .chart ul li ul.sub_sec li > ul, .wob .chart ul li ul.sub_sec li:last-child ul, .wob .chart .regional_center ul li ul { background: #4a4a4a; } 
.wob .chart ul li ul.sub_sec li:last-child ul li span, .wob .chart ul li ul.sub_sec li:first-child ul li span { background: #FFF; } 

/* */
.wob .keylink_box { background: #646464; border: 1px solid #646464; } 
.wob .keylink_box .keylink_img { background: #33333394; }

/* cgc - acgc */
.wob ul.feature li::before { background:#FFF; }
.wob .import_link .e-learning_box li::marker, .wob .import_link .e-learning_box .date span i { color: #FFF; }
.wob .feedback_form { background: #333333; }

/* photos */
.wob .galleryBox { box-shadow: rgba(255, 255, 255, 0.25) 0px 5px 50px -32px, rgba(255, 255, 255, 0.1) 0px 0px 40px 0px; background: #323232; }
.wob .galleryBox:hover { border: 1px solid #FFF; }


/* page not found */
.wob .page_not_found { background: #323232; }
.wob .page_not { background: #646464d9; }
.wob .page_not::before { border-top: 70px solid #323232; }
.wob .page_not span { color: #FFF; }

/*footer slider */
.wob .image_sldier_sec {background: #333333;}
.wob .image_slider .swiper-button-next, .wob .image_slider .swiper-button-prev { background: #ffff00;}
.wob .image_slider .swiper-button-next:after, .wob .image_slider .swiper-button-prev:after{color: #000;}
.wob .image_slider .swiper-button-next:hover, .wob .image_slider .swiper-button-prev:hover{ background: #00ff1f;}


/* footer */
.wob .footerSectionWrap ul li::marker { color: transparent; } 
.wob .footerSectionWrap ul.usefulLinks li a, .wob .footerSectionWrap ul li.usefulLinks a, .wob .footerSectionWrap ul li::before { color: #ff0; } 
.wob .footerSectionWrap ul.usefulLinks li a:hover, .wob .footerSectionWrap ul li.usefulLinks a:hover { color: #00ff1f; } 
.wob .footerSocialIcon a img { filter: invert(17%) sepia(899%) saturate(995%) hue-rotate(1deg) brightness(407%) contrast(100%); } 
.wob .footerSocialIcon a img:hover { filter: invert(58%) sepia(86%) saturate(2396%) hue-rotate(85deg) brightness(120%) contrast(116%); } 
