@charset "utf-8"; /*======================================================================
Site Name: Silver HTML
=======================================================================*/
/* Var */:root { --sttl-color-primary: #014f75; --sttl-color-secondary: #ec6c03; --sttl-color-black: #000; --sttl-color-white: #fff; --sttl-color-red: #e42101; --sttl-color-gray: #f3f3f3; --sttl-theme-green: #24a155; --sttl-theme-blue: #096ab9; --sttl-theme-darkgray: #231f20; } 
:root.red { --sttl-color-primary: #722c17; } 
:root.green { --sttl-color-primary: #543b6a; } 
:root.blue { --sttl-color-primary: #096ab9; } 
/********* Reset CSS *********/
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } 
body, h1, h2, h3, h4, h5, h6, p, span, li, a, div { font-family: 'Inter'; } 
.form-control:focus, .form-select:focus, input:focus { box-shadow: none; border: 1px solid var(--sttl-color-black) } 
input:focus-visible { outline: none; } 
input::placeholder { color: #878787 !important; } 
@font-face { font-family: 'Inter'; src: url('../fonts/Inter-Light.woff2') format('woff2'), url('../fonts/Inter-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; } 
@font-face { font-family: 'Inter'; src: url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } 
@font-face { font-family: 'Inter'; src: url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; } 
@font-face { font-family: 'Inter'; src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } 
/* Fix Element */
.btnPrimary { background-color: var(--sttl-color-secondary); border-color: var(--sttl-color-secondary) !important; color: var(--sttl-color-white) !important; font-size: 16px; } 
.btnPrimary:hover { color: var(--sttl-color-secondary) !important; background-color: var(--sttl-color-white); transition: all 0.3s ease-in-out; } 
form input, form select { height: 56px; border-radius: 0; border-color: #aaa; color: #878787; padding-left: 15px; } 
form .form-label { margin-bottom: 10px; } 
.displayNone, .hasJS noscript, .hideThis { display: none !important; visibility: hidden; }
/* Header */
.topStrip { background-color: var(--sttl-color-primary); padding: 5px 0 11px 0; } 
.topStrip ul li { position: relative; padding: 0 15px; } 
.topStrip ul li:last-child { padding-right: 0; } 
.topStrip ul li:before { content: ''; background: var(--sttl-color-white); width: 1px; height: 80%; position: absolute; right: 0; top: 50%; transform: translateY(-50%); margin-top: 2px; } 
.topStrip ul li:last-child::before { display: none; } 
.topStrip ul li a { color: var(--sttl-color-white); text-decoration: none; font-size: 12px; line-height: 10px; } 
.topStrip ul li a span { display: block; } 
.topStrip ul li.dropbutton-toggle { position: unset; } 
.topStrip .dropbutton-wrapper.open { filter: none; } 
.topStrip ul li.dropbutton-action { height: 27px; border-radius: 0; background: #fff; color: #000; margin: 0; line-height: 24px; padding: 0 } 
.topStrip .dropbutton-toggle button { right: 0; border-radius: 0; background: #fff; } 
.topStrip .dropbutton-toggle button:before { border-color: #000; } 
.topStrip ul li.dropbutton-action a { color: #000; display: block; font-size: 14px; line-height: inherit; padding: 0; font-weight: 400; padding: 0 15px; } 
.topStrip ul li.dropbutton-action a:focus { background-color: var(--sttl-color-primary); color: var(--sttl-color-white); outline: none } 
.topStrip ul li.dropbutton-action span { padding: 0 15px; } 
.g20-white { display: none; } 
.textResizeWrapper input, .colorContrast input { background: no-repeat; border: 0; color: var(--sttl-color-white); font-size: 12px; } 
.colorContrast input#wob { background: var(--sttl-color-black); } 
.colorContrast input#normal { background: var(--sttl-color-white); color: var(--sttl-color-black); } 
.topStrip .form-select-sm { font-size: 12px; padding: 4px; border-radius: 0; } 
.logo { padding: 10px 0; } 
.logo ul li { position: relative; padding: 0 10px; } 
.logo ul li:before { content: ''; width: 1px; height: 100%; background: var(--sttl-color-red); position: absolute; right: 0; } 
.logo ul li:last-child:before { display: none; } 
.logo ul li:last-child { padding-right: 0; } 
.navBar, .headerSideBar .offcanvas { background: linear-gradient(45deg, var(--sttl-color-red), var(--sttl-color-secondary)); } 
.navBar .navbar-nav .nav-item .nav-link { color: var(--sttl-color-white); font-size: 18px; padding: 12px 10px; } 
.navBar .navbar-nav .nav-item { padding: 0 10px; transition: all 0.3s ease-in-out; } 
.navBar .navbar-nav .nav-item:first-child { padding-left: 0; } 
.navBar .navbar-nav .nav-item:last-child { padding-right: 0; } 
.navBar .navbar-nav .nav-item:hover .nav-link { background: var(--sttl-color-primary); transition: all 0.5s ease-out; } 
.headerSideBar .offcanvas { background: var(--sttl-color-primary); color: var(--sttl-color-white); } 
.offcanvas-body button.btn-close { position: absolute; top: 10px; right: 10px; background-color: var(--sttl-color-white); opacity: 1; width: 30px; height: 30px; border-radius: 100%; } 
/* Navigation */
#navMob { display: none } 
.mainNavigation { display: flex; align-items: center; justify-content: space-between; } 
header.stickyHeader .navBar { position: fixed; top: 0; width: 100%; z-index: 999; box-shadow: 0 0 20px rgb(0 0 0 / 59%); } 
nav { transition: all 0.3s ease 0s; } 
.toggleMenu { display: none; padding: 0 15px; text-decoration: none } 
.toggleMenu .mobileMenu { font-size: 1.250em; color: var(--sttl-color-white); } 
.toggleMenu .iconBar { float: right; width: 36px; height: 20px; background: url(../images/mobile-menu.svg) no-repeat center center; margin-top: -4px; } 
#nav, #nav ul { list-style: none; margin: 0; padding: 0; } 
#nav li { margin: 0; padding: 0px 10px; position: relative; display: inline; } 
#nav li a { line-height: 22px; color: var(--sttl-color-white); font-size: 18px; display: inline-block; text-decoration: none; position: relative; padding: 14px 10px; } 
#nav ul { width: 300px; top: 32px; padding: 0; left: 10px; position: absolute; perspective: 1000px; z-index: 999; animation: rotateMenu 400ms ease-in-out forwards; transform-origin: top center; } 
li.parent { perspective: 1000px; z-index: 100; } 
@keyframes rotateMenu { 
 0% { transform: rotateX(-90deg) } 
70% { transform: rotateX(20deg) } 
100% { transform: rotateX(0deg) } 
 }
.hasJS #nav ul { opacity: 0; transition: opacity 400ms linear; -webkit-transition: opacity 400ms linear; } 
#nav ul li { float: left; height: auto; width: 100%; margin: 0; padding: 0; } 
#nav ul li a { display: block; font-size: 16px; color: var(--sttl-color-white); border: none; border-top: 1px solid #4e7c93; padding: 5px 15px 5px 15px; text-align: left; font-weight: 400; } 
#nav ul ul { top: 0; left: 300px } 
#nav ul, #nav:hover ul ul, #nav .hover ul ul, #nav .focus ul ul { display: none; } 
#nav li:hover > ul, #nav li.hover > ul, #nav li.focus > ul, #nav a:focus + ul, #nav ul ul, .noJS #nav .hover a:focus, .noJS #nav .focus a:focus { display: block; } 
#nav li:hover a { background: var(--sttl-color-primary); transition: all 0.3s ease-out; } 
#nav li ul li a:hover, #nav li ul li > a.selected, #nav ul a:hover, .noJS #nav ul a:focus, #nav ul a.selected, #nav ul > .highlight > a { background-color: #eb6103; color: var(--sttl-color-white); } 
#nav ul li.focus > a { background-color: #e9e9e9; color: #060613; display: block; } 
#nav .menuIcon { display: none; position: absolute; right: 5px; top: 20px; width: 9px; height: 9px; } 
#nav li .menuIcon { background: url(../images/down-arrow.gif) no-repeat right center; z-index: 10 } 
#nav li li .menuIcon { display: block; background: url(../images/right-arrow.gif) no-repeat right center; top: 13px; right: 10px; z-index: 11 } 
#nav li li li .menuIcon { z-index: 12 } 
#nav li .menuIcon.active { transform: rotate(180deg); -webkit-transform: rotate(180deg); } 
#nav li:hover > ul > li.parent a:before { display: none; } 
.rightMenu { padding-right: 40px } 
.noJS #nav ul a:focus { width: 200px; } 
.noJS #nav ul a:focus, .noJS #nav ul a:focus + ul { margin-left: 9999px } 
.noJS #nav ul a:active { margin-left: 0 } 
.hasJS .menuPart #nav a:focus + ul, .hasJS .menuPart #nav li.focus > ul, .hasJS .menuPart #nav li.hover > ul, .hasJS .menuPart #nav li:hover > ul, .hasJS .menuPart #nav ul ul { opacity: 1; } 
li.parent a i { margin-left: 5px; } 
.rightMenu ul li { display: inline-block; padding-right: 18px; } 
.rightMenu ul li:last-child { padding: 0; } 
.rightMenu ul li a { text-decoration: none; color: var(--sttl-color-white); } 
.rightMenu ul li a i.fa.fa-bars { font-size: 24px; } 
#nav > li:first-child { padding-left: 0; } 
#nav li.parent > a + i.fa { color: var(--sttl-color-white); } 
#nav li li .menuIcon:before { content: "\f105"; font: normal normal normal 14px/1 FontAwesome; color: #fff; position: absolute; top: -3px; } 
button.primary-nav__button-toggle:before { content: "\f107"; font: normal normal normal 14px/1 FontAwesome; color: #fff; font-size: 18px; } 
button.primary-nav__button-toggle { border: 0; background: transparent; padding: 0; margin: 0; } 
/* Main Banner */
.swiper-button-prev.mainBanner-prev, .swiper-button-next.mainBanner-next { border: 1px solid var(--sttl-color-secondary); border-radius: 100%; width: 50px; height: 50px; bottom: 30px; top: unset; right: 30px; left: unset; } 
.sliderSection .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { right: 50px; left: unset; transform: translateX(0); width: 15px !important; } 
.swiper-button-next:after, .swiper-button-prev:after { color: var(--sttl-color-secondary); font-size: 22px; } 
.swiper-button-prev.mainBanner-prev { bottom: 100px; } 
.sliderSection .swiper.mainBannerSwiper span.swiper-pagination-bullet { width: 12px; height: 12px; background: var(--sttl-color-secondary); opacity: 1; display: block; left: -2px !important; } 
span.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main { background: var(--sttl-color-red); } 
.bannerControls { position: absolute; top: 20px; right: 30px; z-index: 999; border: 0; background: #fff; box-shadow: 0 0 10px #e5e5e5; border-radius: 100%; width: 40px; height: 40px; } 
.bannerControls::before { content: ''; font-family: FontAwesome; color: var(--sttl-color-secondary); transform: translateY(-50%) translateX(-50%); } 
button.bannerControls.bannerStop::before { content: '\f04c'; } 
button.bannerControls.bannerStart::before { content: '\f04b'; } 
/* Marquee */
.heighLights { background: var(--sttl-color-primary); } 
.heighLights a { text-decoration: none; color: var(--sttl-color-white); font-size: 18px; } 
section.heighLights h2 { font-size: 22px; text-transform: uppercase; font-weight: 600; background: var(--sttl-color-secondary); color: var(--sttl-color-white); padding: 20px; text-align: center; position: relative; margin-right: 18px; letter-spacing: 1px; } 
.heighLights h2:before { position: absolute; border-style: solid; border-width: 10px 0 12px 18px; border-color: transparent transparent transparent var(--sttl-color-secondary); content: ''; right: -18px; z-index: 9; top: 50%; transform: translateY(-50%); } 
.heighLights button { background: var(--sttl-color-secondary); border: 0; color: var(--sttl-color-secondary); width: 100%; padding: 21px 0; position: relative; } 
a.mq_a { position: relative; padding: 0 20px; } 
a.mq_a:before { content: ''; background: var(--sttl-color-secondary); width: 10px; height: 10px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); border-radius: 100%; } 
button#b1:after { content: ''; position: absolute; left: 50%; top: 50%; font-family: FontAwesome; color: var(--sttl-color-white); transform: translateY(-50%) translateX(-50%); } 
button#b1[value="Stop"]:after { content: '\f04c'; } 
button#b1[value="Start"]:after { content: '\f04b'; } 
/* whatsNew */
.whatsNew { margin: 50px 0; } 
.whatsNew h2 { font-size: 22px; font-weight: 700; } 
.heading a { color: var(--sttl-color-primary); font-weight: 700; } 
.title { position: relative; margin-bottom: 0; padding-bottom: 15px; } 
.title::before { content: ''; width: 35px; height: 2px; position: absolute; background: var(--sttl-color-red); left: 0; bottom: 3px; } 
.title::after { content: ''; position: absolute; width: 10px; height: 10px; background: var(--sttl-color-red); left: 30px; bottom: 0; border-radius: 100%; } 
.whatsNewTicker { margin-top: 20px; } 
.whatsNew .whatsNewTicker ul li { padding-bottom: 20px; } 
.TickerDetails { display: flex; align-items: center; background: var(--sttl-color-gray) } 
.whatsNewTicker ul li .date { background: var(--sttl-color-primary); color: var(--sttl-color-white); padding: 20px 30px; font-size: 20px; font-weight: 700; line-height: 24px; min-width: 88px; } 
.whatsNewTicker ul li .date span { font-size: 16px; font-weight: 400; } 
.whatsNewTicker ul li .details { padding: 0 14px; } 
.whatsNewTicker ul li .details p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } 
button.whatsNewTickerBtn, .pressTickerBtn, .NotificationTickerBtn, .OrderTickerBtn { background: none; border: 0; padding: 0; } 
button.whatsNewTickerBtn:before, .pressTickerBtn:before, .NotificationTickerBtn:before, .OrderTickerBtn:before { content: '\f04b'; font-family: FontAwesome; font-size: 14px; color: var(--sttl-color-primary); } 
button.whatsNewTickerBtn.et-run:before, .pressTickerBtn.et-run:before, .NotificationTickerBtn.et-run:before, .OrderTickerBtn.et-run:before { content: '\f04c'; } 
.aboutDepartment { margin-top: 20px; } 
.aboutDepartment p { font-size: 14px; text-align: justify; } 
.readMore { text-decoration: none; font-weight: 600; color: var(--sttl-color-primary); font-size: 16px; } 
.readMore:hover { color: var(--sttl-color-secondary); transition: 0.3s all ease-out; } 
.minister { padding: 10px; background-color: var(--sttl-color-gray); } 
.minister img { border: 3px solid var(--sttl-color-secondary); margin-right: 10px; width: 100px; } 
.minister h6 { font-weight: 700; } 
.ministry .minister:last-child { margin-top: 24px !important; } 
.ministry .minister:last-child img { border-color: var(--sttl-color-primary); } 
/* Activities Section */
.activitiesSection { background-color: var(--sttl-color-primary); padding: 50px 0; } 
.activity { display: flex; width: 100%; } 
.activity a { background: var(--sttl-color-white); border-radius: 15px; text-align: center; padding: 40px 20px; display: block; color: var(--sttl-color-black); width: 100%; } 
.activity img { width: 58px; } 
.activity span { margin-bottom: 0; line-height: 20px; margin-top: 10px; display: block; } 
.activity:hover a { background: linear-gradient(45deg, var(--sttl-color-red), var(--sttl-color-secondary)); transition: 0.3s all ease-out; color: var(--sttl-color-white); } 
.activity:hover a img { filter: invert(1); transition: 0.3s all ease-out; } 
.activitiesSection .swiper-wrapper { width: auto; } 
.activitiesSectionContainer .swiper-slide { height: unset; max-width: 16.66666667%; } 
/* eServiceSection */
.eServiceSection { padding: 50px 0; background-color: var(--sttl-color-gray) } 
.eServiceSection h2 { font-size: 22px; font-weight: 700; } 
.eService { background: var(--sttl-color-white); box-shadow: 0 0 10px #ebebeb; margin-top: 30px; text-align: center; padding: 30px; } 
.eService .imgWrap { background: var(--sttl-color-gray); border: 2px solid var(--sttl-color-gray); border-radius: 100%; width: 122px; height: 122px; display: flex; align-items: center; justify-content: center; margin: 0 auto; } 
.eService .imgWrap img { width: 65px; } 
.eService:hover .imgWrap { background: var(--sttl-color-secondary); border: 2px solid var(--sttl-color-white); box-shadow: 0px 0px 7px var(--sttl-color-secondary); transition: all 0.3s ease-in-out } 
.eService:hover .imgWrap img { filter: invert(1); transition: all 0.3s ease-in-out } 
.eService h6 { margin: 10px 0 0; font-weight: 600; color: var(--sttl-color-black); } 
.searchFrom { background: var(--sttl-color-white); padding: 22px 30px; margin-top: 30px; } 
.searchFrom input, .searchFrom .form-select { background-color: var(--sttl-color-gray); border-radius: 25px; border: 0; height: 45px; padding: 0 20px; color: var(--sttl-color-black); } 
.searchFrom input::-webkit-input-placeholder { color: var(--sttl-color-black); } 
.datePicker .calendar { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 18px; } 
.searchBtn, .searchFrom .button--primary { background: var(--sttl-color-primary); display: block; color: var(--sttl-color-white) !important; text-align: center; border-radius: 25px !important; height: 45px; line-height: 40px; border: 1px solid var(--sttl-color-primary); } 
.searchBtn:hover, .button--primary:hover { background: transparent; color: var(--sttl-color-primary) !important; border: 1px solid var(--sttl-color-primary); transition: all 0.3s ease-in-out; } 
.searchFrom input, select { margin-bottom: 12px; width: 100%; font-size: 16px; } 
.searchFrom .form--inline .block__content { display: flex; flex-wrap: wrap; } 
.searchFrom .form--inline .datePicker.position-relative { max-width: calc(50% - 5px); margin-right: 5px; float: left; } 
.searchFrom .form--inline .form-actions { width: calc(50% - 5px); margin-top: 4px; margin-left: 5px; float: right; } 
.searchFrom .form--inline .form-actions input { margin: 0; } 
.searchFrom .form--inline .block__content .form-item { width: 100%; } 
.searchFrom .form--inline .form-item.form-item-field-notifications-date-value input { margin-bottom: 0; } 
/* pressReleaseSection */
.pressReleaseSection { background-color: #b2cad5; position: relative; } 
.pressReleaseSection h2 { font-size: 22px; font-weight: 700; } 
.otherLinks { position: relative; height: 100%; padding: 50px 0; } 
.pressReleaseSection .otherLinks:before { position: absolute; right: 0px; background: var(--sttl-color-primary); top: 0px; content: ''; width: 100vw; height: 100%; } 
.longEnough li { margin-bottom: 10px; font-size: 16px; padding-left: 20px; position: relative; color: var(--sttl-color-white); } 
.longEnough li:nth-child(odd):before { background: var(--sttl-color-secondary); width: 7px; height: 7px; content: ''; position: absolute; left: 0px; border-radius: 30px; top: 8px; } 
.longEnough li:nth-child(even):before { background: var(--sttl-color-white); width: 7px; height: 7px; content: ''; position: absolute; left: 0px; border-radius: 30px; top: 8px; } 
.longEnough li a { text-decoration: none; color: var(--sttl-color-white); } 
.longEnough { margin-top: 30px; } 
.pressBox { margin: 50px 0; background: var(--sttl-color-white); padding: 20px; box-shadow: 0 0 20px rgb(0 0 0 / 8%); } 
.pressTicker ul li p, .NotificationTicker ul li p, .OrderTicker ul li p { margin-bottom: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: var(--sttl-color-black) } 
.pressTicker ul li span, .NotificationTicker ul li span, .OrderTicker ul li span { margin-bottom: 20px; display: block; color: var(--sttl-color-secondary); } 
.tenderSlider .swiper-slide .tender { background: linear-gradient(45deg, #24a155, #2ea85f); text-align: center; padding: 30px 0px; } 
.tenderSlider .swiper-slide:nth-child(2n) .tender { background: linear-gradient(45deg, #055298, #0668c1); } 
.tenderSlider .swiper-slide:nth-child(3n) .tender { background: linear-gradient(45deg, #6460eb, #7548e1); } 
.tenderSlider .swiper-slide:nth-child(4n) .tender { background: linear-gradient(45deg, #dc903a, #daa346); } 
.tenderSlider .swiper-slide:nth-child(5n) .tender { background: linear-gradient(45deg, #0c5f6d, #188e9c); } 
.tenderSlider .swiper-slide:nth-child(6n) .tender { background: linear-gradient(45deg, #035392, #096ab9); } 
.tender .service-icon { background: rgb(255 255 255 / 8%); height: 120px; width: 120px; border-radius: 100px; margin: 0 auto; margin-bottom: 10px; display: flex; line-height: 120px; align-items: center; justify-content: center; transition: all 0.3s ease-in-out; } 
.tender .service-icon img { width: 60px; filter: invert(1); } 
.tender h6 { font-weight: 600; margin-top: 22px; margin-bottom: 0; font-size: 18px; } 
.swiperNav .tenderSlider-next, .swiperNav .tenderSlider-prev { background: #02487f6e; width: 40px; } 
.swiperNav .tenderSlider-next:after, .swiperNav .tenderSlider-prev:after { color: var(--sttl-color-white); } 
.tender:hover .service-icon { box-shadow: 0 0 50px rgb(255 255 255 / 57%); } 
.view-header .arcBtn { margin: 0 0 20px 0; } 
.sthumbnail img { width: 100%; object-fit: cover; height: 100%; } 
.schemesBox.clearfix { box-shadow: 0px 0px 15px #cccccc80; border-radius: 8px; overflow: hidden; height: 100%; background-color: #ec6c03; } 
.schemesearch { padding: 20px; color: #fff; } 
.schemesearch a { color: #fff !important; font-size: 18px; text-transform: capitalize; font-weight: 600; } 
.schemesearch p:last-child { margin: 15px 0 0 0; } 
.eventFilterInfo.cf { display: flex; padding: 30px 0; margin: 0 0 30px 0; border-bottom: 2px solid #ccc; } 
.eventFilterInfo.cf .wide-image img { width: 100%; height: 100%; object-fit: cover; } 
.eventFilterInfo .border.p-2 { border-radius: 8px; } 
.eventFilterInfo ul { list-style: none; margin: 0; width: 100%; height: auto; } 
.eventFilterInfo ul li { padding: 0 0 15px 0; } 
.eventFilterInfo ul li span { font-size: 18px; font-weight: 500; } 
.introductionBox p { font-size: 18px; line-height: 30px; } 
.eventFilterInfo ul li .elabel .taggetBlankLink:before { content: '\f08e'; position: absolute; right: -25px; font-family: FontAwesome; } 
.eventFilterInfo ul li .elabel .taggetBlankLink { position: relative; } 
.schemesBox .sthumbnail { height: 220px;}

/* socialMediaSection */
.socialMediaSection { padding: 50px 0; } 
.socialMediaSection h2 { font-size: 22px; font-weight: 700; } 
.title.fb { color: #1f4b83; } 
.title.twitter { color: #1d9bf0; } 
.twitter-widgt { height: 400px; overflow: hidden; border-bottom: 1px solid #cfd9de; } 
.youtubeSection .ytLarge { height: 248px; } 
.youtubeSection .ytSmall { height: 129px; } 
.wide-image {height: 220px;}
/* gallerySection */
.gallerySection { padding: 50px 0 0; } 
.gallerySection h2 { font-size: 22px; font-weight: 700; } 
.gallery_container .lightbox { position: relative; display: block; height: 240px; } 
a.video_model { position: relative; display: block; height: 504px; } 
.video_model img { object-fit: cover; } 
.gallery_container .lightbox img { width: 100%; height: 100%; object-fit: cover; } 
.swiper-button-next.logoSlider-next, .activityMSlider-next { right: -45px; background: var(--sttl-color-white); border-radius: 100%; width: 45px; box-shadow: 0 0 10px #e3e3e3; border: 1px solid var(--sttl-color-secondary); } 
.swiper-button-prev.logoSlider-prev, .activityMSlider-prev { left: -45px; background: var(--sttl-color-white); border-radius: 100%; width: 45px; box-shadow: 0 0 10px #e3e3e3; border: 1px solid var(--sttl-color-secondary); } 
.logoSection { margin-top: 60px; } 
.view-video-gallery .view-content .col-md-4.mb-3 { position: relative; } 
.galleryBannerContent { position: absolute; bottom: 15px; left: 30px; color: #fff; } 
.logoSection { position: relative; } 
.logoSlider { padding-top: 20px; } 
.logoSlide{height: 100%;}
.swiper-button-next.logoSlider-next { right: 100px; top: 80%; transform: translateY(-50%); } 
.swiper-button-prev.logoSlider-prev { left: 100px; top: 80%; transform: translateY(-50%); } 
/* Footer */
.footerTop { background: var(--sttl-color-primary); padding: 15px 0px; margin-top: 60px; } 
.footer-bottom p { margin-bottom: 0; } 
.footerTop ul li { display: inline-block; font-size: 14px; font-weight: 600; padding: 8px; position: relative; } 
.footerTop ul { margin-bottom: 0; } 
.footerTop ul li a { color: var(--sttl-color-white); text-decoration: none; } 
.footerTop ul li:before { content: ''; background: var(--sttl-color-white); width: 1px; height: 15px; position: absolute; right: 0; top: 53%; transform: translateY(-50%); } 
.footerTop ul li:last-child:before { display: none; } 
ul.sociables-icon.list-unstyled li:before { display: none; } 
ul.sociables-icon.list-unstyled li { font-size: 24px; display: inline-block; width: 40px; height: 40px; background: var(--sttl-color-white); border-radius: 30px; margin-left: 5px; text-align: center; line-height: 26px; } 
ul.sociables-icon.list-unstyled li:first-child a { color: #3F51B5; } 
ul.sociables-icon.list-unstyled li:nth-child(2) a { color: #da1414; } 
ul.sociables-icon.list-unstyled li:nth-child(3) a { color: #03A9F4; } 
ul.sociables-icon.list-unstyled li:last-child a { color: #E91E63; } 
.footer-bottom { background: #003751; width: 100%; padding: 10px 0px 5px 0px; font-size: 14px; } 
.footer-bottom .region--visitors .text-content { display: flex; justify-content: end; } 
/* Inner Banner */
.innerBanner { position: relative; margin-bottom: 60px; } 
.innerBanner .ImgWrap { background-size: cover; background-repeat: no-repeat; background-position: 70% 0; height: 200px; } 
.innerBanner .ImgWrap img { width: 100%; opacity: 0; } 
.innerHeader { position: absolute; top: 50%; transform: translateY(-50%); } 
.innerHeader h2 { font-size: 36px; font-weight: 500; color: var(--sttl-color-white); font-weight: 600; } 
.breadcrumb { position: absolute; bottom: 0; color: var(--sttl-color-white); } 
.breadcrumb ul li a { text-decoration: none; color: var(--sttl-color-white); } 
.breadcrumb ul li { position: relative; padding: 0 16px; } 
.breadcrumb ul li:first-child { padding-left: 0; } 
.breadcrumb ul li:last-child::before { display: none; } 
.breadcrumb ul li:before { content: '\f105 '; position: absolute; right: -2px; font-family: FontAwesome; } 
nav.breadcrumb { position: unset; margin: 0; } 
/* aboutSection */
.aboutSection { padding: 0px 0 50px; } 
/* Accordion */
.accTrigger, .ui-accordion .ui-accordion-header { background-color: #e5edf1; color: var(--sttl-color-black); padding: 24px 45px 24px 24px; font-size: 20px; line-height: 23px; margin-top: 20px; position: relative; cursor: pointer; border-radius: 0 } 
.accTrigger::before, .ui-accordion-header::before { content: '\f107'; position: absolute; right: 20px; font-family: FontAwesome; font-size: 22px; } 
.accTrigger.active::before, .ui-accordion-header-active::before { content: '\f106'; } 
.accordDetail, .ui-accordion .ui-accordion-content { border: 1px solid #aaa; padding: 21px 60px; } 
.accTrigger.active, .ui-accordion .ui-accordion-header-active { background: var(--sttl-color-primary); color: var(--sttl-color-white); border: 0; } 
.accordDetail ul li, .InnerPageWrap ul.list-unstyled li { margin-bottom: 5px; padding-left: 20px; position: relative; } 
.InnerPageWrap ul.list-unstyled li ol li:before { display: none } 
.InnerPageWrap ul.list-unstyled li ol li { padding-left: 0 } 
.accordDetail ul li:before, .InnerPageWrap ul.list-unstyled li:before { content: '\f105'; position: absolute; border-radius: 100%; left: 0; top: 0; color: #014f75; font-weight: 800; font-family: FontAwesome; font-size: 16px; } 
.InnerPageWrap a { text-decoration: none; color: var(--sttl-color-secondary) } 
/* Color Switcher */
.colorSwitcher .float { position: fixed; width: 40px; height: 40px; top: 50%; transform: translateY(-50%); left: 0px; background-color: var(--sttl-color-red); color: var(--sttl-color-white); text-align: center; z-index: 9; line-height: 40px; font-size: 22px; transition: all .25s ease-in-out; } 
.colorSwitcher .float:hover { color: var(--sttl-color-white); } 
.colorPlate { position: fixed; z-index: 9; background: var(--sttl-color-white); left: -200px; top: 50%; transform: translateY(-50%); transition: all .25s ease-in-out; width: 200px; height: auto; } 
.colorPlate .colors-outer { padding: 20px; margin: 0; list-style-type: none; } 
.colorSwitcher.active .colorPlate { left: 0; -webkit-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out; border: 2px solid; } 
section.colorSwitcher.active .float { left: 200px; transition: all .25s ease-in-out; } 
.colorSwitcher .heading-panel { position: relative; display: block; line-height: 24px; padding: 8px 10px; background: #003; color: var(--sttl-color-white); text-align: center; text-transform: capitalize; } 
section.colorSwitcher .box { position: relative; display: inline-block; width: 29%; height: 26px; text-indent: -9999px; cursor: pointer; border: 1px solid #22222200 !important; color: var(--sttl-color-white); margin: 5px 1% 5px; text-align: center; font-weight: 400; font-size: 10px; width: 30px; height: 30px; border-radius: 50%; } 
#default { background: #014f75; } 
#red { background: #722c17 } 
#blue { background: var(--sttl-theme-blue) } 
#green { background: #543b6a } 
/* Who */
form.views-exposed-form.form--inline { display: flex; align-items: center; margin-bottom: 30px } 
form.views-exposed-form.form--inline .form-actions { display: flex; } 
form.views-exposed-form.form--inline input { margin-top: 0 !important; height: 56px; border-radius: 0 !important; border: 1px solid #aaa !important; color: #878787 !important; padding-left: 15px !important; } 
form.views-exposed-form.form--inline .button.js-form-submit.form-submit { background-color: var(--sttl-color-secondary); border-color: var(--sttl-color-secondary) !important; color: var(--sttl-color-white) !important; font-size: 16px; margin: 0 0 0 20px; height: 56px; padding: 0 50px !important; display: block; } 
form.views-exposed-form.form--inline .button.js-form-submit.form-submit:hover { color: var(--sttl-color-secondary) !important; background-color: var(--sttl-color-white); transition: all 0.3s ease-in-out; } 
.form-select { border-radius: 0; margin-bottom: 0; } 
.form-item-field-whos-who-category-target-id + .form-actions { margin-top: 21px } 
/* Table Section */
section.tableSection { margin-top: 32px; } 
table.table.table-striped thead { background: var(--sttl-color-primary); } 
table.table.table-striped thead th, table.table.table-striped tbody td { color: var(--sttl-color-white); padding: 18px 16px; border-right: 1px solid rgb(255 255 255 / 60%); } 
table.table.table-striped thead th:first-child { min-width: 100px; } 
table.table.table-striped tbody td { color: var(--sttl-color-black); border-right: 1px solid rgb(112 112 112 / 29%); } 
/* Contact Section */
.contactInner { box-shadow: 0 0 30px rgb(0 0 0 / 12%); padding: 50px; } 
.contactInner img { object-fit: cover; } 
.contactDetails h3 { color: var(--sttl-color-primary); font-weight: 600; font-size: 20px; margin-bottom: 0; } 
.contactDetails h6 { font-size: 18px; font-weight: 500; margin-bottom: 4px; } 
.contactDetails ul { list-style-type: none; padding: 0; } 
.contactDetails ul li { margin-bottom: 5px; margin-right: 20px; display: inline-block; } 
.contactDetails ul li a { text-decoration: none; color: var(--sttl-color-black); } 
.contactDetails ul li a:hover { color: var(--sttl-color-secondary); transition: 0.3s all ease-in-out; } 
.contactDetails ul li i.fa { color: var(--sttl-color-secondary); margin-right: 10px; } 
/*Admin Login*/
body.page-user .social-bar, body.page-user header#header, body.page-user footer.site-footer { display: none; } 
body.page-user .page-wrapper, body.page-user .main-content { max-width: 100%; width: 100% } 
body.page-user .breadcrumb { display: none; } 
.loginBg { background: url(../images/login-bg.png) top left repeat; background-size: cover; top: 0; bottom: 0; min-height: 100vh; z-index: 999; opacity: 1; position: relative; display: flex; justify-content: center; align-items: center; padding: 15px 30px; flex-direction: column; } 
.formSection { max-width: 510px; margin: 0 auto; width: 100%; background: #fff; padding: 50px 40px; border-radius: 30px; } 
.formSection input { width: 100%; font-size: 15px; outline: none; color: #535353; border-radius: 3px; border: 1px solid #dbdbdb; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06); } 
.formSection .form-item__description.description { display: none; } 
.formSection .form-item { margin-bottom: 25px; } 
.formSection .tabs__link { padding: 0 10px; } 
.formSection .tabs__link:focus { outline: none; } 
.formSection nav.tabs-wrapper { margin-bottom: 20px; } 
.form-submit { color: #fff !important; border: 1px solid #1475ad !important; display: flex; justify-content: center; margin-bottom: 0; } 
.formSection .region--content { margin-bottom: 0; } 
.MainLogo { margin: 0 auto; display: block; text-align: center; margin-bottom: 20px; } 
.imgBox { text-align: center; } 
.imgBox .ashokChakra img { animation: rotate 40s infinite linear; } 
@keyframes rotate { 
 0% { transform: rotate(0deg); } 
100% { transform: rotate(360deg); } 
 }
.emblemLogo { width: 150px; position: absolute; top: 50%; transform: translateY(-50%) translateX(-50%); left: 50%; } 
.button.js-form-submit.form-submit { background: var(--sttl-color-primary); } 
.button.js-form-submit.form-submit:hover { color: var(--sttl-color-primary) !important; background: transparent; transition: 0.3s all ease-out; } 
.backendLoginWrap a { text-decoration: none; text-align: right; display: block; color: var(--sttl-color-secondary); margin-top: 10px; } 
.datePicker .js-form-item-field-notifications-date-value { position: relative; } 
.datePicker .js-form-item-field-notifications-date-value:after { content: "\f073"; font-family: FontAwesome; position: absolute; right: 5px; top: 13px; } 
/*Photo Gallery*/
.view-photo-gallery .view-content { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0.5rem; display: flex; flex-wrap: wrap; margin-top: calc(-1 * var(--bs-gutter-y)); margin-right: calc(-.5 * var(--bs-gutter-x)); margin-left: calc(-.5 * var(--bs-gutter-x)); } 
.view-photo-gallery .view-content > * { flex-shrink: 0; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: var(--bs-gutter-y); } 
.view-photo-gallery .view-content .home-gellary img { width: 100%; } 
.view-photo-gallery .view-content .galleryBanner, .views-element-container .galleryBanner { width: 100%; box-shadow: 0 0 20px #cbcbcb; border-radius: 5px; overflow: hidden; position: relative; } 
/*.view-photo-gallery .view-content .galleryBanner:before { background: linear-gradient(0, rgb(0 0 0 / 62%) 0%, rgba(255, 255, 255, 0) 100%); content: ''; position: absolute; width: 100%; height: 120px; bottom: 0; } */
.view-photo-gallery .view-content .galleryBanner .home-gellary i { display: none } 
.view-photo-gallery .view-content .galleryBannerContent { position: absolute; bottom: 15px; left: 20px; color: #fff; z-index: 1; } 
.view-photo-gallery .view-content .galleryBanner .home-gellary a:hover:before { background: rgb(0 0 0 / 50%); content: ''; position: absolute; width: calc(100% - 40px); height: calc(100% - 40px); top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); z-index: 9; transition: 0.3s all ease-out } 
.view-photo-gallery .view-content .galleryBanner .home-gellary a:hover:after { content: '\f06e'; font-family: FontAwesome; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); color: #fff; font-size: 28px; z-index: 99 } 
.ministerCard p { margin-bottom: 8px; } 
.ministerCard { box-shadow: 0 0 20px rgb(215 215 215 / 77%); padding: 20px; display: inline-block; border-radius: 10px; } 
.ministerCard p i { color: var(--sttl-color-secondary); } 
.photogalleryListing { position: relative; overflow: hidden; } 
.photogalleryListing .fa-plus { position: absolute; height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; color: #fff; z-index: 1; font-size: 50px; opacity: 0; transition: all 0.4s; } 
.photogalleryListing:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 1; background: linear-gradient(to top, #00000060, transparent); content: ''; transition: 0.4s; z-index: 0; } 
.photogalleryListing:hover:after { opacity: 1; } 
.photogalleryListing:hover .fa-plus { opacity: 1; } 
.photogalleryListing img { width: 100%; } 
.video_model.videobtn img { width: 100%; } 
.video_model.videobtn { height: auto; } 
/*feedback form*/
.loginForm.feedback-form { box-shadow: 0px 0px 30px 3px rgb(0 0 0 / 5%); border: 1px solid #efefef; max-width: 510px; margin: 0 auto; width: 100%; background: #fff; padding: 50px 40px; border-radius: 30px; } 
.loginForm.feedback-form .form-item label, .loginForm.feedback-form .form-item label, .loginForm.feedback-form .form-item label { color: #000; } 
.loginForm.feedback-form .form-item input:focus, .loginForm.feedback-form .form-item .form-select:focus, .loginForm.feedback-form .form-item textarea:focus, .loginForm.feedback-form .form-item input:focus, .detail404 p .button { box-shadow: 0 0 10px 3px rgb(0 0 0 / 20%); } 
.searchDetalispage .search-form .button:focus { outline: thin dotted; } 
.loginForm.feedback-form .form-item .form-select, .loginForm.feedback-form .form-item input { outline-offset: -1px; display: block; border: 1px solid #dbdbdb; width: 100%; font-size: 1em; color: #000; border-radius: 0; } 
.loginForm.feedback-form .form-item textarea { border-radius: 0.375rem; border: 1px solid #dbdbdb; width: 100%; } 
.loginForm.feedback-form .filter-wrapper, .loginForm.feedback-form .form-item__description { display: none; } 
.loginForm.feedback-form .form-actions .button { background: var(--sttl-color-primary); } 
.loginForm.feedback-form .form-actions .button:hover { color: var(--sttl-color-primary) !important; background: transparent; transition: 0.3s all ease-out; } 
.loginForm.feedback-form .form-actions .button:focus { outline: thin dotted; outline-offset: -1px; border: 1px solid var(--sttl-color-red:); box-shadow: 0 0 10px 3px rgb(168 94 39 / 20%); } 
.loginForm.feedback-form .form-item__label.form-required::after, .loginForm.feedback-form .fieldset__label.form-required::after, .loginForm.feedback-form .required-mark::after, .loginForm.feedback-form .form-item__label.form-required::after, .loginForm.feedback-form .form-item__label.form-required::after { content: "*"; color: #f00; background: transparent; font-size: 23px; line-height: 1; } 
.loginForm.feedback-form .form-item { position: relative; margin-bottom: 26px; } 
.loginForm.feedback-form .form-item label.error { color: #f00; position: absolute; left: 0; bottom: -22px; line-height: 1; } 
.loginForm .form-item__label.form-required::after, .loginForm .fieldset__label.form-required::after, .loginForm .required-mark::after, .loginForm .form-item__label.form-required::after, .loginForm .form-item__label.form-required::after { content: "*"; color: #f00; background: transparent; font-size: 23px; line-height: 1; } 
.loginForm div#edit-name--description, .loginForm div#edit-pass--description, .btnCaptchaRow .captcha legend.captcha__title, .btnCaptchaRow .captcha .captcha__description, .loginForm p, div#edit-captcha-response--description, .filter-wrapper, .form-item__description { display: none; } 
.btnCaptchaRow .captcha-type-challenge--image .captcha__element { display: block; position: relative; padding-right: 170px; } 
.btnCaptchaRow .captcha-type-challenge--image .captcha__element .captcha__image-wrapper { position: absolute; right: 30px; max-width: 150px; top: 29px; } 
.btnCaptchaRow .captcha-type-challenge--image .captcha__element .captcha__image-wrapper .reload-captcha-wrapper { position: absolute; right: -29px; top: 48%; transform: translateY(-50%); } 
.btnCaptchaRow .captcha-type-challenge--image .captcha__element .captcha__image-wrapper img { height: 56px; width: 125px; object-fit: contain; margin-bottom: 0; border: 1px solid #dbdbdb; } 
.loginForm .btnCaptchaRow .captcha__element .form-item__description { display: none; } 
label.captcha__title.js-form-required.form-required { display: none; } 
#block-dor-primary-local-tasks, .backendLoginWrap { display: none; } 
.js-form-item.form-item.js-form-type-vertical-tabs.form-item-.js-form-item-.form-no-label { display: none; } 
.user-login-form .button.js-form-submit.form-submit { margin-top: 20px; } 
table.table.table-striped tr td a img { margin-left: 10px; } 
.pdfIcon { background: url(../images/pdf-icon.png) no-repeat center center; width: 20px; height: 21px; display: inline-block; background-size: 20px; margin: 0 5px 0 0px; font-size: 0; line-height: 30px } 
/*********404 Page*********/
.detail404 { max-width: 800px; width: 100%; margin: 0 auto; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, .1); padding: 30px; border-radius: 15px; } 
.detail404 h2 { margin-bottom: 10px; position: relative; display: inline-block; text-transform: uppercase; color: #e42101; } 
.detail404 h2:before, .detail404 h2:after { width: 14px; height: 14px; background-color: #e42101; border-radius: 50%; content: ""; position: absolute; top: 50%; margin-top: -7px; bottom: inherit; left: inherit; } 
.detail404 h2:before { left: -30px; } 
.detail404 h2:after { right: -30px; } 
.detail404 h3 { display: inline-block; font-size: 110px; font-weight: 700; line-height: .9; padding-bottom: 10px; margin-bottom: 10px; color: #e42101; border-bottom: 1px solid #e42101; } 
.detail404 .largeText { font-size: 30px; color: #000; font-weight: 700; line-height: 1.3; text-transform: uppercase; margin-bottom: 13px; } 
.detail404 p { text-align: center; } 
.detail404 p .button { background: var(--sttl-color-primary); color: var(--sttl-color-white); border: 1px solid var(--sttl-color-primary); transition: all 0.4s; margin: 0 10px } 
.detail404 p .button:hover { background: transparent; color: var(--sttl-color-primary); border: 1px solid var(--sttl-color-primary); } 
.facultyDetail .facultyInner .detailwrap .imgDatail .wide-image img { width: 100%; margin-bottom: 15px; border-radius: 20px; } 
.mainBoxThk { text-align: center; border-radius: 20px; box-shadow: 0 0 20px rgba(0, 0, 0, .1); padding: 30px 30px 50px 30px; max-width: 800px; margin: 0 auto; } 
.mainBoxThk img { width: 90px; margin: 15px; font-size: 0.9375em; } 
.mainBoxThk p { padding-top: 0; } 
.backToHome a.button { border-radius: 5px; transition: all 0.4s; color: var(--sttl-color-white); background-color: var(--sttl-color-primary); border: 1px solid var(--sttl-color-primary); } 
.backToHome a.button:hover { background: transparent; color: var(--sttl-color-primary); border: 1px solid var(--sttl-color-primary); } 
.backToHome a.button:focus { outline: thin dotted; box-shadow: 0 0 10px 3px rgb(0 0 0 / 20%); } 
/*site map*/
.sitemap .sitemap-menu { list-style: none; padding: 0; position: relative; margin: 0; } 
.sitemap .sitemap-menu a { display: inline-block; } 
.sitemap .sitemap-menu > li > ul { border-left: 1px solid #e8e6e6; list-style: none; padding: 5px 0; margin: 0 0 15px 25px; position: relative } 
.sitemap .sitemap-menu > li { padding: 0 0 0 25px; position: relative; margin-bottom: 5px } 
.sitemap .sitemap-item ul li a { color: #000; } 
.sitemap .sitemap-menu > li > ul > li { padding: 0 0 0 25px; position: relative; } 
.sitemap .sitemap-item ul li ul li::before { position: absolute; height: 20px; width: 20px; content: "\f105"; font-family: 'FontAwesome'; font-size: 14px; color: #e8e6e6; top: 10px; left: 7px; border-radius: 100%; text-align: center; line-height: normal; } 
.sitemap .sitemap-menu > li > ul > li > a { transition: 500ms all; background: var(--sttl-color-white); padding: 5px 10px } 
.sitemap .sitemap-item ul li ul li > a::after { content: ""; display: block; border-top: 1px solid #e8e6e6; height: 0; position: absolute; transition: 500ms all; top: 17px; left: 0px; width: 18px; } 
.sitemap .sitemap-menu > li > ul:after { content: ""; height: 7px; left: -4px; position: absolute; bottom: 0; width: 7px; background: #e8e6e6; border-radius: 50%; } 
.sitemap .sitemap-menu > li > a, #site-map .nolink { color: #000; font-size: 1em; line-height: 25px; text-decoration: none; padding: 7px 20px; transition: 500ms all; border: 1px solid #e8e6e6; } 
.sitemap .sitemap-menu > li > ul > li > a:hover { transition: 500ms all; background: #e42101; color: #fff; padding-left: 30px; } 
.sitemap .sitemap-menu > li > a:hover, #site-map .nolink:hover { background: #e42101; color: #fff; } 
.sitemap-item.sitemap-plugin--menu.sitemap-item--menu-main { margin-bottom: 0; } 
.sitemap-item h2 { display: none; } 
.sitemap .sitemap-menu > li > ul > li ul li { list-style: none; } 
.sitemap .sitemap-menu > li > ul > li ul li a:hover { transition: 500ms all; background: #e42101; color: #fff; padding-left: 30px; } 
.sitemap .sitemap-menu > li > ul > li ul li a { padding: 5px 10px; } 
.archiveBtn { margin-bottom: 20px; } 
ul.pager__items.js-pager__items { justify-content: end; } 
/*Offcanvas Menu*/
.offcanvas-body .region--popup-menu ul.menu.menu--level-1 li a { background: #014f75; width: 100%; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #4e7c93; color: #fff; text-decoration: none; padding: 14px 20px; font-size: 16px; } 
.offcanvas-body .region--popup-menu ul.menu.menu--level-1 { list-style-type: none; padding: 0; } 
.offcanvas-body .region--popup-menu ul.menu.menu--level-1 li a:hover { background: #0b3448; transition: 0.3s all ease-in-out; } 
/********** High Contrast View **********/
body.wob { background-color: var(--sttl-color-black); color: var(--sttl-color-white) } 
.wob .g20-white { display: block; } 
.wob .g20-regular { display: none; } 
.wob a:hover { color: #80ff00 } 
.wob .topStrip, .wob .navBar, .wob .headerSideBar .offcanvas { background: var(--sttl-color-black); } 
.wob a, .wob .topStrip ul li a, .wob .textResizeWrapper input, .wob .eService h6, .wob .searchFrom input, .wob .searchFrom .form-select, .wob .searchFrom input::placeholder { color: #ffe53a !important; } 
.wob #nav li:hover a { background: #5c5b5b; } 
.wob #nav ul li a { border-top: 1px solid #a5a5a5; } 
.wob #nav li ul li a:hover, .wob #nav li ul li > a.selected, .wob #nav ul a:hover, .wob .noJS #nav ul a:focus, .wob #nav ul a.selected, .wob#nav ul > .highlight > a { background-color: #1c1c1c; } 
.wob .logo, .wob .pressReleaseSection .otherLinks:before { background-color: var(--sttl-theme-darkgray); } 
.wob .heighLights, .wob .pressBox { background: #333; } 
.wob section.heighLights h2 { background: #555; color: #ffe53a } 
.wob .heighLights button { background: #555; color: #555 } 
.wob .activitiesSection { background-color: var(--sttl-theme-darkgray); } 
.wob .heighLights h2:before { border-color: transparent transparent transparent #555 } 
.wob .whatsNewTicker ul li .date { background: #ffe656; color: #222 } 
.wob .TickerDetails, .wob .minister, .wob .activity a, .wob .eService, .wob .searchFrom, .wob .pressReleaseSection { background-color: #555 } 
.wob .title::before, .wob .title::after { background: #80ff00 } 
.wob button.whatsNewTickerBtn:before, .wob .pressTickerBtn:before, .wob .NotificationTickerBtn:before, .wob .OrderTickerBtn:before { color: #80ff00 } 
.wob .whatsNewTicker ul li .details p { color: #fff !important } 
.wob .activity img, .wob .activity:hover a img { filter: invert(97%) sepia(75%) saturate(1997%) hue-rotate(324deg) brightness(109%) contrast(102%); } 
.wob .activity:hover a, .wob .footerTop { background: #333 } 
.wob .eServiceSection { background-color: #000 } 
.wob .eService { box-shadow: 0 0 10px #181818; } 
.wob .eService .imgWrap, .wob .searchFrom input, .wob .searchFrom .form-select { background: #777 } 
.wob .eService .imgWrap img { filter: invert(97%) sepia(75%) saturate(1997%) hue-rotate(324deg) brightness(109%) contrast(102%); } 
.wob .button.js-form-submit.form-submit { background: #333; border-color: #333 !important; } 
.wob .button.js-form-submit.form-submit:hover { background: transparent; color: #ffe53a !important; border-color: #ffe53a !important; } 
.wob .pressTicker ul li p, .wob .NotificationTicker ul li p, .wob .OrderTicker ul li p { color: #fff } 
.wob .footer-bottom, .wob ul.sociables-icon.list-unstyled li { background-color: #222 } 
.wob .region--home-page-logo img { filter: invert(1); } 
.wob .offcanvas-body .region--popup-menu ul.menu.menu--level-1 li a { background: #333; border-bottom: 1px solid #666; } 
.wob .accTrigger.active, .wob .ui-accordion .ui-accordion-header-active, .wob li.pager__item.pager__item--active.pager__item--number { background: #444; color: #f2d937; } 
.wob .accordDetail ul li:before, .wob .InnerPageWrap ul.list-unstyled li:before { color: #f2d937; } 
.wob .accTrigger, .wob .ui-accordion .ui-accordion-header, .wob li.pager__item.pager__item--number { background-color: #999 } 
.wob table.table.table-striped tbody td { color: #fff } 
.wob .colorContrast input#normal { color: #000 !important } 
.wob .colorContrast input#wob { background-color: #ffe53a; color: #000 !important } 
.wob .topStrip ul li.dropbutton-action, .wob .topStrip .dropbutton-toggle button { background-color: #555; color: #ffe53a; border: 0; } 
.wob .topStrip .dropbutton-toggle button:before { border-color: #ffe53a; } 
.wob .topStrip ul li.dropbutton-action:before { background-color: #888 } 
.wob .topStrip ul li.dropbutton-action a:focus { background-color: #999; } 
.wob a.button.arcBtn { background: #444; } 
/*Language*/
html:lang(hi) #nav li a { font-size: 16px; } 
/*smoke external css popup*/
.smoke-base { position: fixed; top: 0; left: 0; bottom: 0; right: 0; visibility: hidden; opacity: 0; } 
.smoke-base.smoke-visible { opacity: 1; visibility: visible; } 
.smokebg { position: fixed; top: 0; left: 0; bottom: 0; right: 0; } 
.smoke-base .dialog { position: absolute; } 
.dialog-prompt { margin-top: 15px; text-align: center; } 
.dialog-buttons { margin: 20px 0 5px 0 } 
.smoke { text-align: center; font-size: 18px; line-height: 150%; } 
.dialog-buttons button { display: inline-block; vertical-align: baseline; cursor: pointer; font-style: normal; text-decoration: none; border: 0; outline: 0; margin: 0 5px; -webkit-background-clip: padding-box; font-size: 13px; line-height: 13px; font-weight: normal; padding: 9px 12px; } 
.dialog-prompt input { margin: 0; border: 0; font-family: sans-serif; outline: none; border: 1px solid #aaa; width: 75%; display: inline-block; background-color: transparent; font-size: 16px; padding: 8px; } 
.smoke-base { background: rgba(0, 0, 0, .6); } 
.smoke-base .dialog { top: 40%; width: 700px; left: 50%; margin-left: -350px; } 
.smoke-base .dialog-inner { padding: 15px; color: #202020; } 
.smoke { background-color: rgba(255, 255, 255, 0.95); box-shadow: 0 2px 8px #666; } 
.dialog-buttons button { background-color: rgba(0, 0, 0, .85); border-radius: 0; color: #fff; } 
.dialog-buttons button.cancel { background-color: rgba(0, 0, 0, .40); } 
