@charset "utf-8";

/*======================================================================
Site Name: Silver HTML
Theme URI: https://sttlvss.silvertouch.com/svn/htmlcodebank/html
Description: this site is developed by STTL
Version: 1.0
Author: Web Team
------------------------------------------------------------------------
Base Color: #fff (White)
Site Color: #062a4a (Dark Blue)
Header Color: #062a4a (Dark Blue)
Text Color: #393939 (Dark Grey)
Title Color: #393939 (Dark Grey), #e65a15 (Orange)
Footer Color: #393939 (Dark Grey)
------------------------------------------------------------------------
Layout Width: 100%
Container Width: 1170px
Responsive Layout: Yes
=======================================================================*/

/********* 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; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
a { text-decoration: none; color: #232323; -webkit-transition: 350ms ease; transition: 350ms ease; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
a:hover { text-decoration: none; color: #393939; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
b, strong, dt, th { font-weight: bold; }
em, i { font-style: italic; }
p, h1, h2, h3, h4, h5, h6, ul, ol, dd, table, fieldset, address { margin: 0; padding: 0; }
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; }

/********* Form fields *********/
button, input, select, textarea { margin: 0; vertical-align: baseline; background-color: transparent; border: none; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; }
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; }
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: 500; color: #323232; }
@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-ExtraBold.eot');
    src: url('fonts/NotoSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/NotoSans-ExtraBold.woff2') format('woff2'),
        url('fonts/NotoSans-ExtraBold.woff') format('woff'),
        url('fonts/NotoSans-ExtraBold.ttf') format('truetype'),
        url('fonts/NotoSans-ExtraBold.svg#NotoSans-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Bold.eot');
    src: url('fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/NotoSans-Bold.woff2') format('woff2'),
        url('fonts/NotoSans-Bold.woff') format('woff'),
        url('fonts/NotoSans-Bold.ttf') format('truetype'),
        url('fonts/NotoSans-Bold.svg#NotoSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Medium.eot');
    src: url('fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/NotoSans-Medium.woff2') format('woff2'),
        url('fonts/NotoSans-Medium.woff') format('woff'),
        url('fonts/NotoSans-Medium.ttf') format('truetype'),
        url('fonts/NotoSans-Medium.svg#NotoSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Black.eot');
    src: url('fonts/NotoSans-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/NotoSans-Black.woff2') format('woff2'),
        url('fonts/NotoSans-Black.woff') format('woff'),
        url('fonts/NotoSans-Black.ttf') format('truetype'),
        url('fonts/NotoSans-Black.svg#NotoSans-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Regular.eot');
    src: url('fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/NotoSans-Regular.woff2') format('woff2'),
        url('fonts/NotoSans-Regular.woff') format('woff'),
        url('fonts/NotoSans-Regular.ttf') format('truetype'),
        url('fonts/NotoSans-Regular.svg#NotoSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Light.eot');
    src: url('fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/NotoSans-Light.woff2') format('woff2'),
        url('fonts/NotoSans-Light.woff') format('woff'),
        url('fonts/NotoSans-Light.ttf') format('truetype'),
        url('fonts/NotoSans-Light.svg#NotoSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-SemiBold.eot');
    src: url('fonts/NotoSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/NotoSans-SemiBold.woff2') format('woff2'),
        url('fonts/NotoSans-SemiBold.woff') format('woff'),
        url('fonts/NotoSans-SemiBold.ttf') format('truetype'),
        url('fonts/NotoSans-SemiBold.svg#NotoSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



/********* 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; }
body, button, input, select, textarea { color: #393939; font-family: 'Noto Sans'; font-size: 95%; line-height: 1.5; }
body { background-color: #fff; }
h1 { font-size: 2.308em; }
h2 { font-size: 2em; }
h3 { font-size: 1.692em; }
h4 { font-size: 1.538em; }
h5 { font-size: 1.385em; }
h6 { font-size: 1.231em; }
ul { padding: 0 0 0 15px; list-style: none; }
ol { padding: 0 0 0 20px; }
ul ul, ol ol { margin: 10px 0; }
ul.bulletText { list-style: none; padding: 0; }
p, h1, h2, h3, h4, h5, h6, ul, ol, dd, table, fieldset, address { margin: 0 0 25px; }
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], input[type="password"], input[type="search"], select, textarea { border: 1px solid #726c6c; width: 100%; height: 50px; padding: 5px 10px; color: #323232; background-color: #f9f9f9; border-radius: 5px; font-size: 1.071em; outline: none;margin-top: 0; }
input[type="submit"], input[type="button"], button, .button { background-color: #25367f; color: #fff; border: 1px solid #25367f; line-height: 20px; padding: 10px 20px; display: inline-block; text-decoration: none; margin: 0; outline: 0 none; border-radius: 60px; font-size: 1.143em; font-weight: 600; margin-left: 10px; transition: all 0.4s; }
input[type="submit"]:hover, input[type="button"]:hover, button:hover, .button:hover { border: 1px solid #35a6bb; color: #fff; background-color: #35a6bb; }
.button:focus{ color: #fff; }
input[type="submit"].cancelBtn, input[type="button"].cancelBtn, input[type="reset"].cancelBtn { background-color: #888; }
input[type="reset"], .cancelBtn{ background-color: #909090; color: #fff; border: 1px solid #909090; }
input[type="reset"]:hover, .cancelBtn:hover{ background-color: #222; color: #fff; border: 1px solid #222; }
.alignLeft { float: left; }
.alignRight { float: right; }
.displayNone, .hasJS noscript, .hideThis { display: none !important; visibility: hidden; }
.jsRequired { display: block; background-color: #c00; color: #fff; 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%; }
.fileSize { font-size: 12px; display: inline-block; vertical-align: middle; margin-left: 3px; }
.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; }

/********** 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; }

/********** Table **********/
.tableOut { overflow-y: hidden; overflow-x: auto; }
table, .tableData { border-collapse: separate; border-spacing: 0; width: 100%; empty-cells: show; border: none; border-top: 1px solid #f9e8ed; border-left: 1px solid #e9e9ea; }
table table, .tableData table { margin: 0; }
th, td, .tableData th, .tableData td { border: none; padding: 10px; border-bottom: 1px solid #f9e8ed; border-right: 1px solid #f9e8ed; }
table tr:nth-child(odd) td, .tableRowOdd { background-color: #35a6bb12; }
caption, th, td { font-weight: normal; background: #fff; }
th, .tableData th { background: #35a6bb; font-weight: 600; color: #fff; }
.tableScroll { overflow-y: hidden; overflow-x: auto; }
th a { color: #ffeff5; }
th a:hover { color: #fff; }
.responsiveTable tr:last-child { margin-bottom: 0; }

/* ******** Grid : 12 Coloum and Boxs ******** */
.example div div, .example .boxs li { border: 1px solid #eee; margin-bottom: 15px; padding-top: 15px; padding-bottom: 15px; }
.cols1, .cols2, .cols3, .cols4, .cols5, .cols6, .cols7, .cols8, .cols9, .cols10, .cols11, .cols12 { float: left; padding-left: 15px; padding-right: 15px; }
.cols12 { width: 100%; }
.cols11 { width: 91.66666667%; }
.cols10 { width: 83.33333333%; }
.cols9 { width: 75%; }
.cols8 { width: 66.66666667%; }
.cols7 { width: 58.33333333%; }
.cols6 { width: 50%; }
.cols5 { width: 41.66666667%; }
.cols4 { width: 33.33333333%; }
.cols3 { width: 25%; }
.cols2 { width: 16.66666667%; }
.cols1 { width: 8.33%; }
.boxs { list-style: none; padding: 0; margin: 0; }
.boxs2 { margin-left: -2%; }
.boxs3 { margin-left: -2%; }
.boxs4 { margin-left: -2%; }
.boxs5 { margin-left: -2%; }
.boxs6 { margin-left: -2%; }
.boxs > li, .boxs > div { float: left; min-height: 1px; margin-left: 30px; }
.boxs2 > li, .boxs2 > div { width: 48%; margin-left: 2%; }
.boxs3 > li, .boxs3 > div { width: 31%; margin-left: 2%; }
.boxs4 > li, .boxs4 > div { width: 23%; margin-left: 2%; }
.boxs5 > li, .boxs5 > div { width: 18%; margin-left: 2%; }
.boxs6 > li, .boxs6 > div { width: 14.6%; margin-left: 2%; }
.boxBorder { padding: 5px; border: 1px solid #ccc; }

/********* Navigation *********/
.mainNavigation { margin: 0; position: relative; background: #25367f; clear: both; z-index: 99; }
.toggleMenu { display: none; padding: 15px; text-decoration: none; }
.toggleMenu .mobileMenu { font-size: 1.25em; color: #fff; }
.toggleMenu .iconBar { float: right; width: 25px; height: 25px; background: url(../images/mobile-menu.png) no-repeat center center; }
#nav, #nav ul { list-style: none; margin: 0; padding: 0; }
#nav li { float: left; margin: 0; padding: 0; position: relative; display: inline; }
#nav li a { font-weight: 500; padding: 5px 10px; line-height: 36px; color: #fff; font-size:1.071em; display: inline-block; text-decoration: none; }
#nav ul { width: 300px; top: 100%; padding: 0; left: 0; position: absolute; z-index: 1; }
.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; background-color: #35a6bb; line-height: 24px; color: #fff; border: none; border-top: 1px solid #ffffff57; padding: 5px 15px 5px 15px; text-align: left; }
#nav ul ul { top: 0; left: 300px; }

#nav ul a:hover, .noJS #nav ul a:focus, #nav ul a.selected { color: #7fb6e9; }
#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 { margin-left: 0; }
#nav > li > a:hover, #nav > li.hover > a, #nav > li.focus > a, #nav > .highlight > a { 
background-color: #35a6bb !important; color: #fff !important; }
#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: #e9e9e9; color: #060613; }
#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); }
.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; }
.block .content { margin: 0; }
#nav ul, #nav:hover ul ul, #nav .hover ul ul, #nav .focus ul ul { margin-left: -9999px; }
#nav ul li.menu-item.menu-item--expanded.parent.hover ul {  margin-left: 0; }
/* ******** Index Slider ******** */
.indexBanner { position: relative; overflow: hidden; }
.indexBanner .sliderBanner .item { height: 300px; }
.noJS .indexBanner { height: 302px; overflow: hidden; }

/********** Responsive Tab **********/
.resTab { position: relative; }
.resTab .tabNav { margin: 0; padding: 0; list-style: none; }
.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: 14px; font-weight: bold; color: #fff; }
.resTab .tabNav .r-tabs-state-active a { text-shadow: none; }
.resTab .tabContent { padding: 0; display: none; }
.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: #fff; font-weight: bold; text-decoration: none; }
.resTab .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor { background-color: #fff; 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; }
.galleryAll { font-size: 1.31em; color: #2c3d83; font-weight: 600; position: absolute; right: 0; top:17px; text-decoration: none;transition: all 0.4s; }
.galleryAll:hover { color: #35a6bb; }
/********* Back to Top **********/
#backtotop { box-shadow: 0 5px 16px rgb(0 0 0 / 30%); bottom: 20px; cursor: pointer; display: none; height: 44px; overflow: hidden; position: fixed; right: 20px; width: 44px; z-index: 99999; }
#backtotop > span { position: relative; display: block; width: 44px; height: 44px; line-height: 42px; font-size: 22px; text-align: center; color: #fff; background-color: #35a6bb; -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: #25367f 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;}
#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 }

.whatsChatbot { position: fixed; bottom: 74px; right: 15px; border-radius: 100%; background: #4fce5d; width: 65px; height: 65px; display: flex; justify-content: center; align-items: center; z-index: 99; }
a.whatsChatbot svg { fill: #fff; }

/*********  Accordion ******** */
.accordion { margin-bottom: 20px; }
.accordion .accTrigger { margin: 0 0 20px;color: #3a3a3a; background: #f4f6fd url(../images/plus.png) 98% 20px no-repeat; cursor: pointer; font-weight: 500; padding: 13px 30px; border-bottom: 1px solid #dfe0e2; }
.noJS .accordion .accTrigger { background: none; padding-left: 0; }
.accordion .accTrigger a { display: block; text-decoration: none; outline: 0; }
.accordion .accTrigger.active { background: #2c3d83 url(../images/minus.png) 98% 20px no-repeat !important;  border-bottom: 1px solid #e7e9f7; color: #fff;}
.accordDetail { display: none; padding: 15px 30px 0 30px; box-shadow: 0 0 35px rgba(0,0,0,.05); margin-bottom:0px; }
.noJS .accordDetail { display: block; padding: 10px 0; }
.accordDetail ul.bulletText{ margin-bottom: 0; }

/*********  Marquee *********/
.marquee { overflow: hidden; }
.marqueeScrolling li { float: left; margin-right: 25px; }
.marqueeScrolling li a:hover{ color: #2c3d83; }
.marqueeScrolling li a{ color: #35a6bb; }
.noJS .btnMPause { display: none; }
.noJS .marqueeScrolling { overflow-y: hidden; overflow-x: auto; }
.noJS .marquee { width: 240%; }

/********** Ticker *********/
.noJS .ticker .stop { display: none; }
.noJS .ticker ul { margin: 0; }
.noJS .ticker .tickerDivBlock { height: 150px; overflow-y: scroll; overflow-x: hidden; }

/*********  gmap3 - Google Map API *********/
.gmap3 { border: 1px dashed #c0c0c0; width: 100%; height: 400px; }
.gmap3 img { max-width: inherit; }
.noJS .gmap3 { background: url(../images/map_bg.jpg) no-repeat; }

/*********  LiteBox v1.3 **********/
.litebox-overlay, .litebox-overlay > * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.litebox-overlay { display: none; width: 100%; min-width: 280px; text-align: center; position: fixed; top: 0; left: 0; z-index: 9999999; }
@-webkit-keyframes liteboxLoader {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes liteboxLoader {
  0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes liteboxLoader {
  0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); }
}
@-o-keyframes liteboxLoader {
  0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); }
}
@keyframes liteboxLoader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.litebox-overlay .litebox-loader { position: absolute; width: 40px; height: 40px; left: 20px; top: 20px; border: 3px solid #111; border-right-color: #fff; border-radius: 50%; -webkit-animation: liteboxLoader 1s linear infinite; -moz-animation: liteboxLoader 1s linear infinite; -ms-animation: liteboxLoader 1s linear infinite; -o-animation: liteboxLoader 1s linear infinite; animation: liteboxLoader 1s linear infinite; }
.litebox-overlay .litebox-text { width: 100%; padding: 0 15px; background: rgba(0, 0, 0, 0.5); color: #fff; font-size: 12px; line-height: 50px; position: absolute; bottom: 0; z-index: 2; -webkit-opacity: 0; -khtml-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); filter: alpha(opacity=0); 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; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.litebox-overlay .litebox-text.active { -webkit-opacity: 1; -khtml-opacity: 1; -moz-opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); filter: alpha(opacity=100); opacity: 1; }
.litebox-overlay .litebox-close {z-index: 99; width: 40px; height: 40px; background: url(../images/litebox-close.png) no-repeat center; opacity: 0.7; position: absolute; top: 20px; right: 20px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.litebox-overlay .litebox-close:hover { opacity: 1; cursor: pointer; }
.litebox-overlay .litebox-nav { display: none; width: 60px; height: 60px; margin-top: -30px; opacity: 0.2; position: absolute; top: 50%; z-index: 9999999; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.litebox-overlay .litebox-nav:hover { opacity: 0.5; cursor: pointer; }
.litebox-overlay .litebox-prev { background: url(../images/litebox-prev.png) no-repeat center; left: 20px; }
.litebox-overlay .litebox-next { background: url(../images/litebox-next.png) no-repeat center; right: 20px; }
.litebox-overlay .litebox-container { position: absolute; top: 10%; right: 10%; bottom: 10%; left: 10%; overflow: hidden; }
.litebox-overlay .litebox-container.litebox-scroll { overflow-y: auto; }
.litebox-overlay img, .litebox-overlay iframe { display: inline-block; max-width: 100%; max-height: 100%; margin: 0 auto; vertical-align: middle; overflow-x: hidden; }
.litebox-overlay iframe { width: 100%; height: 100%; position: relative; z-index: 999999; }
.litebox-overlay .litebox-inline-html { width: 100%; padding: 20px; background: #fff; line-height: normal; overflow-x: hidden; line-height: normal !important; position: absolute; }
.litebox-overlay .litebox-error { width: 100%; height: 100%; color: #fff; text-align: center; line-height: inherit; }
.litebox-overlay .litebox-error span { background: rgba(0, 0, 0, 0.9); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 20px; color: #fff; text-shadow: 1px 1px 0 #000; line-height: normal; }

/*----Date Picker----*/
.ui-datepicker, .eventCalOut, .calendarIcon { background-color: #ffffff; box-shadow: 0 10px 10px rgba(0,0,0,0.2); }
.ui-datepicker th, .ui-state-highlight { background-color: #35a6bb; }
.ui-datepicker tbody a.ui-state-highlight{ color: #fff; }
.ui-state-active, .ui-datepicker tbody a:hover { background-color: #ff672b; color: #fff; }
.ui-datepicker { color: #fff; font-size: 1em; }
.ui-datepicker { width: auto; padding: 0; display: none; z-index: 99 !important; }
.ui-datepicker .ui-datepicker-header { position: relative; padding: 0.5em 0; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; height: 25px; background-color: #fff; }
.ui-datepicker select.ui-datepicker-month-year { width: 100%; }
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 100px; height: auto; padding: 5px; font-size: 0.8em !important; appearance: auto; margin: 0 5px; }
.ui-datepicker table { width: 100%; font-size: 0.9em; border-collapse: collapse; margin: 0 0 0; border: 0 none; }
.ui-datepicker th { padding: 10px 5px; text-align: center; font-weight: 600; border: 0; }
.ui-datepicker td { border: 0; padding: 1px; background-color: transparent; }
.ui-datepicker tr:nth-child(2n + 1) td, .ui-datepicker-calendar .tableRowOdd { background-color: transparent; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: 13px; text-align: center; text-decoration: none;	font-size: 1.1em; font-weight: 500; border-radius: 100%; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: 0.7em 0 0 0; padding: 0 0.2em; border-left: 0; border-right: 0; border-bottom: 0; overflow: hidden; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: 0.5em 0.2em 0.4em; cursor: pointer; padding: 0.2em 0.6em 0.3em 0.6em; width: auto; overflow: visible; }

.eventCalOut { position: absolute; width: 222px; right: -222px; float: right; top: 70px; z-index: 22; }
.calendarIcon { width: 50px; height: 52px; position: absolute; left: -50px; }
.calendarIcon span { background-position: -113px -27px; width: 29px; height: 29px; margin: 10px; }
.calendarOut { padding: 5px; }
.calendarOut .ui-datepicker { width: 100%; }
.calendarOut .button { background-color: #2979ca; color: #fff; display: block; text-align: center; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; }
.calendarOut .button:hover { background-color: #173c84; }
.ui-datepicker tbody a { color: #fff; }
.ui-datepicker-title { font-size: 18px; font-weight: normal; color: #fff; }
.ui-datepicker th { text-transform: uppercase; color: #fff; }
.ui-datepicker td span, .ui-datepicker td a { text-align: center; line-height: 20px; }
.ui-datepicker-trigger { display: none; width: 30px; height: 30px; margin: 8px 0 0 15px; vertical-align: top; overflow: hidden; background: transparent !important; padding: 0; margin: 0; position: absolute; right: -45px; top: 7px; }
.calIcon { background-position: -205px -107px; width: 30px; height: 30px; display: block; vertical-align: top; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; width: 20px; height: 20px; top: 0; }
.ui-datepicker-prev{ left: 20px; }
.ui-datepicker-next{ right: 10px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{ position:relative; font-size: 0; }
.ui-datepicker .ui-datepicker-prev span:after, .ui-datepicker .ui-datepicker-next span:after { position: absolute; font-size: 22px; font-weight: 700; font-family: FontAwesome; top: -12px; }
.ui-datepicker-prev span:after{ content: "\f104"; }
.ui-datepicker-next span:after { content: "\f105"; }
.container { margin: 0 auto; width: 100%; max-width: 1400px; }

/********** Top Links and Font Resize **********/
.topStrip { padding: 5px 0; line-height: 1.5; }
.leftLink { float: left; }
.rightLinks { float: right; }
.topStrip ul { list-style: none; padding: 0; margin: 0 10px; }
.topStrip li { float: left; padding: 0 7px 0 8px; position: relative; }
.topStrip .fontResize { padding-top: 2px; }
.topStrip a { color: #fff; text-decoration: none; }
.topStrip a:hover { text-decoration: none; color: #49cee7; }
.topStrip li:first-child { padding-left: 0; }
.topStrip li:last-child { padding-right: 0; }
.topStrip li:before { content: " "; position: absolute; left: 0; top: 50%; z-index: auto; height: 10px; width: 1px; background: #fff; overflow: hidden; margin-top: -5px; }
.topStrip li:first-child:before { display: none; }

/********** Access Control **********/
#accessControl input { float: left; background: none; border: none; padding: 0; width: 22px; color: #fff; margin: 0; line-height: 15px; font-weight:normal;}
#accessControl input:hover { color: #e65a15; }
#accessControl .contrastChanger {margin: 3px 5px; height: 10px;  width: 10px; background-repeat: no-repeat; overflow: hidden; text-indent: -9999px; text-transform: capitalize; }
#accessControl .contrastChanger.normal {background-color: #fff; border-radius: 50px; margin-left: 10px; }
#accessControl .contrastChanger.wob {background-color: #000; border-radius: 50px; }
/********** From Page **********/
.formList { list-style: none; padding: 0; margin: 0; }
.formList li { padding: 0 0 15px; margin: 0; }
.formList .error { display: block; font-size: 12px; }
.formList .textBoxOut { margin-bottom: 5px; }
.formList label, .formList .label { color: #333; display: block; font-weight: normal; padding-bottom: 7px; }
.radioList input { float: left; margin: 5px; clear: left; }
.radioList label, .radioList .label { float: left; color: #555; }
.note { font-size: 12px; font-style: italic; padding: 5px 0 0; }
.captcha { position: relative; }
.captcha .captchaImg { border: 1px solid #d7d7d7; float: left; max-height: 33px; }
.captcha .refreshCaptcha { float: left; margin: 5px 0 0 10px; }
.fixedErrorMsg { background-color: rgba(233, 48, 30, 0.92); color: #fff; text-align: center; padding: 20px 20px; font-size: 15px; position: fixed; left: 0; top: 0; z-index: 99999; width: 100%; text-transform: uppercase; display: none; }
.fixedSuccessMsg { background-color: rgba(20, 155, 65, 0.92); color: #fff; text-align: center; padding: 20px 20px; font-size: 15px; position: fixed; left: 0; top: 0; z-index: 99999; width: 100%; text-transform: uppercase; display: none; }
#loading { background: #fff url(../images/loading.gif) center center no-repeat; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 99999; text-indent: -9999px; overflow: hidden; }
/* mfp popup */

.mfp-bg { top:0; left:0; width:100%; height:100%; z-index:1042; overflow:hidden; position:fixed; background:#0b0b0b; opacity:.8 }
.mfp-wrap { top:0; left:0; width:100%; height:100%; z-index:1043; position:fixed; outline:0!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-ajax-holder .mfp-content, .mfp-inline-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-arrow, .mfp-close, .mfp-counter, .mfp-preloader { -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:-.8em; left:8px; right:8px; z-index:1044 }
.mfp-preloader a { color:#ccc }
.mfp-preloader a:hover { color:#fff }
.mfp-s-ready .mfp-preloader { display:none }
.mfp-s-error .mfp-content { display:none }
button.mfp-arrow, button.mfp-close { overflow:visible; cursor:pointer; background:0 0; border:0; -webkit-appearance:none; display:block; outline:0; padding:0; z-index:1046; box-shadow:none; touch-action:manipulation }
button::-moz-focus-inner { padding: 0; border: 0 }
.mfp-close { width:44px; height:44px; line-height:44px; position:absolute; right:0; top:0; text-decoration:none; text-align:center; opacity:.65; padding:0 0 18px 10px; color:#fff; font-style:normal; font-size:28px; font-family:Arial, Baskerville, monospace }
.mfp-close:focus, .mfp-close:hover { opacity:1 }
.mfp-close:active { top:1px }
.mfp-close-btn-in .mfp-close { color:#333 }
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close { color:#fff; 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 }
.mfp-arrow { position:absolute; opacity:.65; margin:0; top:50%; margin-top:-55px; padding:0; width:90px; height:110px; -webkit-tap-highlight-color:transparent }
.mfp-arrow:active { margin-top:-54px }
.mfp-arrow:focus, .mfp-arrow:hover { opacity:1 }
.mfp-arrow:after, .mfp-arrow:before { content:''; display:block; width:0; height:0; position:absolute; left:0; top:0; margin-top:35px; margin-left:35px; border:medium inset transparent }
.mfp-arrow:after { border-top-width:13px; border-bottom-width:13px; top:8px }
.mfp-arrow:before { border-top-width:21px; border-bottom-width:21px; opacity:.7 }
.mfp-arrow-left { left:0 }
.mfp-arrow-left:after { border-right:17px solid #fff; margin-left:31px }
.mfp-arrow-left:before { margin-left:25px; border-right:27px solid #3f3f3f }
.mfp-arrow-right { right:0 }
.mfp-arrow-right:after { border-left:17px solid #fff; margin-left:39px }
.mfp-arrow-right:before { border-left:27px solid #3f3f3f }
.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, .6); background:#000 }
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 }
.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, .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 }
.mfp-image-holder .mfp-content { max-width:100% }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor:pointer }

.wob .mfp-close-btn-in .mfp-close { color:#fff; background: transparent; border: none; }
.mfp-fade.mfp-bg { opacity:0; -webkit-transition:all 0.15s ease-out; -moz-transition:all 0.15s ease-out; transition:all 0.15s ease-out; }
.mfp-fade.mfp-bg.mfp-ready { opacity:0.8; }
.mfp-fade.mfp-bg.mfp-removing { opacity:0; }
.mfp-fade.mfp-wrap .mfp-content { opacity:0; transition:all 0.4s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity:1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity:0; }

@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, .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, .6); position: fixed; text-align: center; padding: 0 }
}

@media all and (max-width:900px) {
	.mfp-arrow { -webkit-transform: scale(.75); transform: scale(.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 }
}

.commonPad { padding-bottom: 50px; padding-top: 50px; }
.indexBanner .sliderBanner .item { height: 515px; background-size: 100%; background-position: right bottom; }
.sliderBanner.owl-carousel .owl-item img { visibility: hidden; opacity: 0; }

/* Index Slider Banner */
.indexBanner .sliderBanner .bannerCaption { color: #fff; position: absolute; text-align: left; top: 15%; max-width: 700px; width:100%; z-index: 2; left: auto; right: auto; line-height: 1.2; }
.indexBanner .sliderBanner .bannerCaption > .rightAnimate { display: block; font-size:1.429em; color: #444; }
.indexBanner .sliderBanner .bannerCaption > .leftAnimate  { display: block; font-size: 3.143em; margin-bottom: 20px; }
.leftAnimate.captionline1 { font-weight: 600; }
.indexBanner .sliderBanner .bannerCaption .leftAnimate { opacity: 0; -webkit-transform: translateX(-500px); transform: translateX(-500px); -webkit-transition: 900ms ease; transition: 900ms ease; }
.indexBanner .sliderBanner .active .bannerCaption .leftAnimate { opacity: 1; -webkit-transition-delay: 900ms; transition-delay: 900ms; -webkit-transform: translateX(0); transform: translateX(0); }
.indexBanner .sliderBanner .bannerCaption .rightAnimate { opacity: 0; -webkit-transform: translateX(500px); transform: translateX(500px); -webkit-transition: 900ms ease; transition: 900ms ease; }
.indexBanner .sliderBanner .active .bannerCaption .rightAnimate { opacity: 1; -webkit-transition-delay: 900ms; transition-delay: 900ms; -webkit-transform: translateX(0); transform: translateX(0); }
.indexBanner .sliderBanner .bannerCaption .knowMoreInfo { float: left; margin-top: 40px; }
.indexBanner .sliderBanner .bannerCaption .knowMoreInfo { opacity: 0; -webkit-transform: translateX(500px); transform: translateX(500px); -webkit-transition: 900ms ease; transition: 900ms ease; }
.indexBanner .sliderBanner .active .bannerCaption .knowMoreInfo { opacity: 1; -webkit-transition-delay: 900ms; transition-delay: 900ms; -webkit-transform: translateX(0); transform: translateX(0); }
.knowMoreInfo .button { background: #1f8a44; border: none; padding: 15px 25px; border-radius: 50px; }
.indexBanner .owl-theme .owl-controls { position: absolute; bottom: 30px; left: 0; width: 100%; }
.indexBanner .owl-theme .owl-controls .owl-dots { width: 1400px; margin: 0 auto; text-align: left; }
.topStripWrap { background-color: #35a6bb; font-size: 0.929em; }
.logoStrip { padding: 15px 0; }
#logo { margin: 0; font-size: 0.929em; }
.marqueeScrolling { background-color: #fff; box-shadow: 0 0 14px rgba(0,0,0,.2); padding: 15px 0; position: relative; }
.marqueeScrolling ul, .marqueeScrolling .marquee { margin-bottom: 0; margin-right: 110px; margin-top: 3px; }
.marqueeScrolling li{ font-size: 1.31em; color: #232323; position: relative; }
.marqueeScrolling li:after { width: 6px; height: 6px; background: #000; content: ""; position: absolute; left: -10px; top: 9px; border-radius: 50%; }
.marqueeScrolling li span{ font-weight: 500; color: #2c3d83; }
.marqueeTitle { color: #2c3d83; font-size: 1.7em; font-weight: 600; position: relative; }
.marqueeTitle:after { content: ""; position: absolute; right: -20px; height: 100%; width: 1px; background: #dee2e6;top: 3px; }
.marqueeScrolling .marqueeAll { font-size: 1.31em; color: #2c3d83; font-weight: 600; position: absolute; right: 20px; top: 7px; text-decoration: none; }
.marqueeScrolling .marqueeAll:hover { color: #35a6bb; }
.marqueeScrolling .marqueePlayPause { position: absolute; left: -42px; top: 9px; text-decoration: none; color: #fff; font-size:0; }
/*.btnMPause.play:before { position: absolute; height: 20px; width: 20px; content: "\f01d"; font-family: 'FontAwesome'; font-size: 22px; color: #2c3d83; }*/
.marqueePlayPause { background-image: url(../images/marquee-stop.png); width: 25px; height: 25px; background-repeat: no-repeat; }
/*.marqueeScrolling .marqueePlayPause:before { content: ""; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #232323; left: -12px; position: absolute; top: 7px; }
.marqueeScrolling .marqueePlayPause:after { content: ""; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #232323; right: -14px; position: absolute; top: 7px; }*/
.marqueePlayPause.play { background-image: url(../images/marquee-stop.png); width: 25px; height: 25px; background-repeat: no-repeat; font-size: 0; padding: 0; background-position: 0px -34px; }
.keyPersonnew .col-md-6:nth-child(n+3) .honblePersonBlock.cf { margin-top: 15px; }
.departmentInformation .row { justify-content: space-around; }
.btnMPause:hover:before { color: #1f8a44; }
.honblePersonBlock h3 { font-size: 1.243em; color: #323232; font-weight: 600; margin-bottom: 5px; }
.honblePersonBlock p { font-size: 1.000em; color: #646464; }
.honbleThums { height: 100px; width: 100px; margin: 0 auto 15px; }
/*.honblePersonBlock { display: flex; align-items: center; }*/
.honblePersonBlock p{ margin-bottom: 0; }
.honbleThums img { background-color: #ccc; border-radius: 100%;height: 100%; }
/*.departmentInformation .honbleInfo { width: 100%; max-width: calc(100% - 110px); float: right; }*/
.uddhavThackeray:before{ background: url(../images/uddhavThackeray.png) no-repeat center center; background-size: cover; }
.yashomatiThakur:before{ background: url(../images/yashomatiThakur.png) no-repeat center center; background-size: cover; }
.omprakashKadu:before{ background: url(../images/omprakashKadu.png) no-repeat center center; background-size: cover; }
.iaKundan:before{ background: url(../images/iaKundan.png) no-repeat center center; background-size: cover; }
.aboutDepartment{ color: #323232; }
.aboutDepartment h2 { font-size: 2.714em; font-weight: 700; }
.aboutDepartment p { font-size: 1.071em; font-weight: 500; text-align: justify; }
.aboutDepartment p a { font-size: 1.071em; color: #2c3d83; font-weight: 500; text-decoration: none; }
.aboutDepartment p a:hover { color: #1f8a44; }
.cornerInfoWrap a .anganwadiCorner { background:#f3901b; }
.cornerInfoWrap a .womenCorner { background:#1f8a44; }
.cornerInfoWrap a .childrenCorner { background:#2c3d83; }
.cornerInfoWrap a .inner { position:relative; overflow:hidden; cursor:pointer; border-radius: 10px; box-shadow: 0 0 20px rgba(0,0,0,.2); }
.cornerInfoWrap a .inner img { max-width: none; width: -webkit-calc(100% + 50px); width: calc(100% + 50px); opacity: 0.7; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate3d(-40px, 0, 0); transform: translate3d(-40px, 0, 0); }
.cornerInfoWrap a .inner .info { position: absolute; bottom: 0; left: 0; padding: 20px; width: 100%; height: 50%; text-align: center; }
.cornerInfoWrap a .inner h2, .cornerInfoWrap a .inner p { -webkit-transform: translate3d(0, 150px, 0); transform: translate3d(0, 150px, 0); color:#fff; }
.cornerInfoWrap a .inner h2 { font-size: 2.714em; font-weight: 600; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; }
.cornerInfoWrap a .inner p { font-size: 1.143em; font-weight: 500; color: rgba(255, 255, 255, 0.8); opacity: 0; -webkit-transition: opacity 0.2s, -webkit-transform 0.35s; transition: opacity 0.2s, transform 0.35s; }
.cornerInfoWrap a .inner:hover img, .cornerInfoWrap a .inner:hover p { opacity: 1; }
.cornerInfoWrap a .inner:hover img, .cornerInfoWrap a .inner:hover h2, .cornerInfoWrap a .inner:hover p { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.cornerInfoWrap a .inner:hover p { -webkit-transition-delay: 0.05s; transition-delay: 0.05s; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; }
.cornerKnowMore { text-align: center; margin-top: -22px; width: 280px; margin: 20px auto 0; z-index: 1; }
.cornerKnowMore a { display: inline-block; background-color: #fff; border: 1px solid #1f8a44; color: #2c3d83; padding: 7px 25px; border-radius: 50px; text-decoration: none; font-size: 1.143em; font-weight: 600; }
.cornerKnowMore a:hover { background-color: #f3901b; color: #fff; border: 1px solid #f3901b; }
.informationCounterWrap { background-color: #35a6bb21; padding:50px 0 40px 0; }
.informationCounter { display: block; width: 100%; text-align: center; }
.informationCounter ul { margin: 0; padding: 0; list-style: none; }
.informationCounter ul li { position: relative; font-size: 2.571em; color: #323232; text-align: left; display: flex; justify-content: space-between; }
.informationCounter ul li .count{ color:#35a6bb; font-weight: 500; }
.informationCounter ul li .countText { display: block; font-size: 0.417em; font-weight: 600; }
.informationCounter ul li.countIcon1:before{ background: #fff url(../images/countIcon1.png) no-repeat center center; }
.informationCounter ul li.countIcon2:before{ background: #fff url(../images/countIcon2.png) no-repeat center center; }
.informationCounter ul li.countIcon3:before{ background: #fff url(../images/countIcon3.png) no-repeat center center; }
.informationCounter ul li.countIcon4:before{ background: #fff url(../images/countIcon4.png) no-repeat center center; }
.count-img { background-color: #fff; width: 105px; height: 105px; text-align: center; align-items: center; border-radius: 100px; line-height: 100px; box-shadow: 0 0 30px rgb(0 0 0 / 10%); position: relative; transition: all 0.4s;border: 3px solid #35a6bb;; }
.count-detail { flex: 0 0 58%; max-width: 58%; -ms-flex: 0 0 58%; align-items: center; }
.count-detail p { margin: 0; }
.informationWrap { position: relative; box-shadow: 0 0 30px rgba(0,0,0,.1); }
.informationWrap .container { position: relative; }
.language select { color: #fff; width: 70px; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; height: auto; padding: 2px; background: url(../images/select-arrow.png) right center no-repeat; position:relative;  font-size: 14px; cursor: pointer; }
.search .searchformWrapper { display: none; background-color: #35a6bb; padding: 5px; position: absolute; right: -4px; top: 50px; width: 260px; z-index: 2; }
.search .searchformWrapper .form-item { float: left; width: 205px; margin:0; }
.search .searchformWrapper .form-item .form-text { background-color: #fff; height:36px; margin-top: 0; }
.search { vertical-align: middle; display:inline-block; width: 30px; height: 30px; margin-right: 15px; z-index: 999; position:relative; }
.search a { width: 40px; height: 40px; display: block; overflow: hidden; text-align: center; border: 1px solid #35a6bb; border-radius: 100%; line-height: 30px; }
.searchForm { width: 210px; display: none; padding: 3px; position: absolute; right: 7px; top: 100%; z-index: 2; background-color: #caa674; }
.searchForm input[type=text] { padding-right: 46px; }
.search a .fa.fa-search { font-size: 22px; line-height: 38px; color: #35a6bb; }
.search .goBtn { color: #fff; height: 36px; float:right; width: 45px; font-size:14px; padding:0; background-color: #2c3d83; border: none; border-radius: 0; margin-right: 0; }
.search .searchformWrapper:before { -moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-color: transparent transparent #35a6bb;border-image: none;border-style: solid;border-width: 8px;content: " ";right:5px;position: absolute;top: -16px; }
.searchformWrapper .form-actions { position: relative; }
.container-inline div, .container-inline label { display: block !important; }
.searchformWrapper [type="search"] { height: auto; border-radius: 0; }
.searchformWrapper .search-block-form .form-actions .form-submit { position: absolute; right: 0; bottom: 0; z-index: 1; padding: 3px 12px; border-radius: 0; height: 33px; float: right; width: 45px; font-size: 14px; }
.searchformWrapper .search-block-form .form-actions .form-submit:hover { border-color: #020202; background-color: #020202; }
.topLinksmob{ text-align:right }
.topSideLinks{ display:inline-block; vertical-align: middle; margin-top: 10px; }
.poshanAbhiyaan{ display:inline-block; margin:0 25px 0 0; vertical-align: middle; }
.poshanAbhiyaan a { text-decoration: none; font-size: 1.071em; color: #323232; display: inline-block; width: 100%; text-align: center; padding: 8px 20px; background-color: #fff; border: 1px solid #1f8a44; border-radius: 30px; line-height: normal; }
.poshanAbhiyaan a:hover { background-color: #1f8a44; color: #fff; }

.donateLink{ display:inline-block; margin:0 25px 0 0; vertical-align: middle; }
.donateLink a { text-decoration: none; font-size: 1.071em; color: #fff; display: inline-block; width: 100%; text-align: center; padding: 8px 20px; background-color: #2c3d83; border: 1px solid #2c3d83; border-radius: 30px; line-height: normal; }
.donateLink a:hover { background-color: #1f8a44; color: #fff; border: 1px solid #1f8a44; }
.govEmblem{ display:inline-block; margin:0; vertical-align: middle; }
.maharastra a img { width: 50px; }
.newsPoliciesFeedWrap { padding: 50px 0 60px;overflow: hidden; position: relative; }
.newsPoliciesFeedWrap h2 { color: #323232; font-size: 2.286em; font-weight: 600; }
.newsPoliciesFeedWrap h2 span { font-weight: normal; color: #a7a7a7; display: inline-block; }
.schemes_slider_row { position: relative; }
.newstopbg:before { content: ""; left: 0; position: absolute; top: 0; height: 100%; width: 66.666667%; background: #fff; }
.socialbg:before { content: ""; right: 0; position: absolute; top: 0; height: 100%; width: 33.333333%;	background: #f6f6f6; }
.socialFeedWrap { padding-left: 50px; }
.socialFeedTab { margin-top: -55px; }
.socialFeedTab .resTab .tabNav { margin: 0 0 25px; text-align: right; }
.socialFeedTab .resTab .tabNav li a { padding: 0 5px; font-size: 30px; line-height: 1; color: #ccc; }
.socialFeedTab .resTab .tabNav .r-tabs-state-active a{ color: #3a62a8; }
.socialFeedTab .resTab .tabNav .r-tabs-state-active a .fa-twitter { color: #1da1f2; }
.socialFeedTab .resTab .tabNav .r-tabs-state-active a .fa-youtube-play { color: #f00; }
.socialfeedbg { box-shadow: 0 5px 35px rgba(0,0,0,.2); }
.latestNewsWrap ul { list-style: none; padding: 0; margin: 0; }
.newsItem span { display: inline-block; margin-bottom: 5px; color: #35a6bb; font-size: 1.13em; font-weight: 600; }
.newsItem span .fa{ margin-right: 10px; color: #35a6bb;}
.newsItem a { color: #323232; text-decoration: none; font-size: 1.143em; display: -webkit-box; -webkit-line-clamp: 4; overflow: hidden; -webkit-box-orient: vertical; height: calc(1rem * 5.1); text-overflow: ellipsis; }
.newsItem a:hover { color: #35a6bb; }
.latestNewsWrap .tickerDivBlock { height: 320px !important; }
.latestNewsWrap .tickerDivBlock li { min-height: 140px;min-height: auto;  position: relative; }
.latestNewsWrap .tickerDivBlock li:before { content: ""; left: 0; position: absolute; bottom: 20px; height: 1px; width: 100%; background: #ccc; }
.latestNewsWrap .tickerDivBlock li .newsItem { padding-bottom: 20px; }

.policiesWrap ul { margin: 0; padding: 0; list-style: none; }
.policiesWrap ul li a { color: #323232; text-decoration: none; display: block; margin-bottom: 11px; padding-bottom: 11px; border-bottom: 1px solid #ccc; font-size: 1.286em; font-weight: 500; }
.policiesWrap ul li a:hover { color: #35a6bb; }
.policiesWrap ul li:last-child a{margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.policiesWrap .pdfIcon { width: 16px; height: 21px; display: inline-block; background: url(../images/policicon.png) no-repeat 0 0; vertical-align: middle; margin-top: 0; background-size: 100%; }
.socialViewAll { font-size: 1.243em; color: #2c3d83; font-weight: 600; display: block; margin-top: 20px; text-decoration: none; }
.socialViewAll:hover { color: #35a6bb; }
.latestNewsWrap { position: relative; }
.newsPlayPause{ position: absolute; top: 2px;right: 31px; color: #fff;width: 30px; }
.newsPlayPause.play { background-image: url(../images/play-pause-icon.png); background-repeat: no-repeat; background-position: -37px 0px; width: 30px; height: 30px; font-size: 0; }
.newsPlayPause.stop { background-image: url(../images/play-pause-icon.png); background-repeat: no-repeat; width: 30px; height: 30px; font-size: 0; padding: 0; }
.newsPlayPause:hover { color: #fff; }
.playPause:before { content: "\f104"; position: absolute; left: -16px; color: #646464; font-size: 25px; font-family: 'FontAwesome'; font-weight: 700; top: -3px; }
.playPause:after { content: "\f105"; position: absolute; right: -16px; color: #646464; font-size: 25px; font-family: 'FontAwesome'; font-weight: 700; top: -3px; }
.schemesWrap { padding: 44px 0 49px 0; background: url(../images/schemesbg.jpg) no-repeat 0 0 / cover;position: relative; }
.schemesWrap h2 { font-size: 2.714em; font-weight: 600; color: #fff; float: left; }
.schemesBox { background-color: #fff; border-radius: 10px; overflow: hidden; padding-bottom: 0px; height: 95%;position: relative;box-shadow: 0 0 10px 0px rgb(35 52 124 / 20%); }
.schemesBox .sthumbnail { float: left; width: 310px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.schemesBox .sthumbnail:hover img { transform: scale(1.2); }
.schemesBox .sthumbnail img { width: 100%; transition: all 0.4s; margin: 0 auto; display: inline-block; }
.sthumbnail img { border-radius: 10px 0 0 10px; }
.schemeInfo { float: right; width: 50%; padding: 20px; text-align: left; }
.schemeInfo h3 { color: #000000;font-weight: 600;font-size: 1.5em;margin-bottom: 15px;display:block; }
.schemeInfo p { color: #323232; font-size: 1.143em; margin-bottom: 15px; }
.schemeInfo a { display: inline-block; background-color: #fff; border: 1px solid #35a6bb; color: #35a6bb; padding: 7px 25px; border-radius: 50px; text-decoration: none; font-size: 1.143em; font-weight: 600; }
.schemeInfo a:hover { background-color: #35a6bb; color: #fff; border: 1px solid #35a6bb; }
.schemesAll { position: absolute; top: 11px; right: 130px; font-size: 1.143em; color: #fff; font-weight: 500; display: block;  text-decoration: none; }
.schemesAll:hover { color: #f3901b; }
.schemesSlider { clear: both; width: 100%; position: relative; }
.schemesSlider .owl-theme .owl-controls { width: 70px; margin: 0 auto; position: absolute; right: 0; height: 35px; top: -65px; left: auto; margin-left: 0; }
.schemesSlider .owl-theme .owl-controls .owl-nav .owl-prev, .schemesSlider .owl-theme .owl-controls .owl-nav .owl-next { width: 31px; height: 31px; float: left; background: url(../images/slidersprite2.png) no-repeat 0 0; text-indent: -9999px; overflow: hidden; margin: 0; padding: 0; }
.schemesSlider .owl-theme .owl-controls .owl-nav .owl-prev{ background-position:0 0; float: left; }
.schemesSlider .owl-theme .owl-controls .owl-nav .owl-next{ background-position:-41px 0; float: right; }
.schemesSlider .owl-theme .owl-controls .owl-nav .owl-prev:hover{ background: url(../images/slidersprite2.png) no-repeat 0 -41px; }
.schemesSlider .owl-theme .owl-controls .owl-nav .owl-next:hover{ background: url(../images/slidersprite2.png) no-repeat -41px -41px; }
.othersLogos { padding: 50px 0; box-shadow: 0 0 40px rgba(0,0,0,.2); }
.othersLogos ul { padding: 0; margin: 0; list-style: none; }
.othersLogos ul li { width: 14%; float: left; text-align: center; position: relative; height: 110px; line-height: 110px; }
.othersLogos ul li img { display: block; }
.othersLogos ul li a { display: inline-block; vertical-align: middle; }
.othersLogos ul li:before { content: ""; right: 0; position: absolute; top: 0; height: 100%; width: 1px; background: #e5e5e5; }
.othersLogos ul li:last-child::before { display: none; }
.govtLogos { margin: 0; padding: 20px 0 25px; }
.govtLogos .owl-carousel { padding: 0 50px; }
.govtLogos .owlCarousel .item { height: 100px; line-height: 100px; }
.govtLogos .item a { display: inline-block; vertical-align: middle; }
.govtLogos .owl-theme .owl-controls { width: 100%; margin: 0 auto; height: auto; left: auto; margin-left: 0; }
.govtLogos .owl-theme .owl-controls .owl-nav .owl-prev, .govtLogos .owl-theme .owl-controls .owl-nav .owl-next { width: 31px; height: 31px; float: left; background: url(../images/slidersprite1.png) no-repeat 0 0; text-indent: -9999px; overflow: hidden; margin: 0; padding: 0; }
.govtLogos .owl-theme .owl-controls .owl-nav .owl-prev{ background-position:0 0; float: left; position: absolute; top: 35px; left: 0; }
.govtLogos .owl-theme .owl-controls .owl-nav .owl-next{ background-position:-41px 0; float: right; position: absolute; top: 35px; right: 0; }
.govtLogos .owl-theme .owl-controls .owl-nav .owl-prev:hover{ background: url(../images/slidersprite1.png) no-repeat 0 -41px; }
.govtLogos .owl-theme .owl-controls .owl-nav .owl-next:hover{ background: url(../images/slidersprite1.png) no-repeat -41px -41px; }

.othersLogos { margin: 0; padding: 20px 0 25px; }
.othersLogos .owl-carousel { padding: 0 50px; }
.othersLogos .owlCarousel .item { height: 100px; line-height: 100px; }
.othersLogos .item a { display: inline-block; vertical-align: middle; }
.othersLogos .owl-theme .owl-controls { width: 100%; margin: 0 auto; height: auto; left: auto; margin-left: 0; }
.othersLogos .owl-theme .owl-controls .owl-nav .owl-prev, .othersLogos .owl-theme .owl-controls .owl-nav .owl-next { width: 31px; height: 31px; float: left; background: url(../images/slidersprite1.png) no-repeat 0 0; text-indent: -9999px; overflow: hidden; margin: 0; padding: 0; }
.othersLogos .owl-theme .owl-controls .owl-nav .owl-prev{ background-position:0 0; float: left; position: absolute; top: 35px; left: 0; }
.othersLogos .owl-theme .owl-controls .owl-nav .owl-next{ background-position:-41px 0; float: right; position: absolute; top: 35px; right: 0; }
.othersLogos .owl-theme .owl-controls .owl-nav .owl-prev:hover{ background: url(../images/slidersprite1.png) no-repeat 0 -41px; }
.othersLogos .owl-theme .owl-controls .owl-nav .owl-next:hover{ background: url(../images/slidersprite1.png) no-repeat -41px -41px; }

.cf::after, .container::after, .row::after, ul::after, .boxs::after, .radioList::after { clear: both; }
.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; }
.contactAddress { padding: 20px 0; background-color: #35a6bb; color: #fff; }
.adressBox h3 { font-size: 1.429em; font-weight: 600; margin-bottom: 10px; color: #fff; }
.adressBox p{ margin: 0; }
/*.socialMediaBlock span { font-size: 1.429em; font-weight: 600; margin-right: 5px; }
.socialMediaBlock ul { list-style:none; padding:0; margin:0 0 5px 0; display: inline-block; }
.socialMediaBlock li { display:inline-block; padding:0; margin:0 0 5px 0; position:relative; }
.socialMediaBlock li a { background-color: #fff; font-size: 18px; color: #fff; position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; border: 1px solid #fff; width: 35px; height: 35px; border-radius: 100%; }
.socialMediaBlock li a:hover{ transform: scale(1.12); }

.socialMediaBlock li .fa-twitter { color: #1d9bf0;transition: all 0.8s; }
.socialMediaBlock li .fa-facebook { color: #3a559f;transition: all 0.8s; }
.socialMediaBlock li .fa-youtube-play { color: #f70000;transition: all 0.8s; }
.socialMediaBlock li .fa-instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
*/
.socialMediaBlock span { font-size: 1.429em; margin-right: 5px; font-weight: 500; }
.socialMediaBlock ul {list-style:none;padding:0;margin: 0 0 5px 0;display: inline-block;}
.socialMediaBlock li {display:inline-block;padding:0;margin: 0 0 0 5px;position:relative;}
.socialMediaBlock li a {background-color: #fff;font-size: 18px;color: #fff;position: relative;z-index: 1;display: flex;align-items: center;justify-content: center;border: 1px solid #fff;width: 35px;height: 35px;border-radius: 100%;}
.socialMediaBlock li a:hover { color: #2d3e83; background: #fff; }
.socialMediaBlock li a:hover:after {transform: scale(1);opacity: 1;}
.socialMediaBlock li a:after {content: "";}

.socialMediaBlock li a .fa-twitter { color: #1d9bf0; }
.socialMediaBlock li a .fa-facebook { color: #3a559f; }
.socialMediaBlock li a .fa-youtube-play { color: #f70000; }
.socialMediaBlock li a .fa-instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.socialMediaBlock li a:hover { transform: scale(1.12); }
div#block-icds-footersocialmediasection { max-width: 100%; flex: 0 1 auto; width: auto; padding: 0; }


.footerLinkWrap { padding: 10px 0; background-color: #25367f; color: #fff; }
.footerLink ul { list-style: none; padding: 0; margin: 0 0 10px; }
.footerLink li:before { content: " "; position: absolute; left: 0; top: 50%; z-index: auto; height: 10px; width: 1px; background: #fff; overflow: hidden; margin-top: -5px; }
.footerLink li { float: left; padding: 0 7px 0 8px; position: relative; }
.footerLink li:first-child { padding-left: 0; }
.footerLink li:last-child { padding-right: 0; }
.footerLink li:first-child:before{ display: none; }
.footerLink a { color: #fff; text-decoration: none; }
.footerLink a:hover { color: #35a6bb;}
.visitorsCount p { margin-bottom: 10px; text-align: right; }
.visitorsCount p:last-child { margin-bottom: 10px; }
.galleryWrap { padding: 50px 0 0px; }
.galleryTab .resTab .tabNav { margin: 0 0 20px; }
.galleryTab .resTab .tabNav li a { padding: 0 20px 0 0; font-size: 2.5em; font-weight:500; color: #a7a7a7; }
.galleryTab .resTab .tabNav .r-tabs-state-active a { color: #323232; font-weight: 600; }
.galleryTab .resTab .tabContent ul,
.galleryTab .resTab .tabContent div.ul { list-style: none; padding: 0; margin: 0 0 10px; }
.galleryTab .resTab .tabContent ul li,
.galleryTab .resTab .tabContent div.ul div.li { float: left; width: 100%; position: relative; margin-bottom: 30px; }
.galleryTab .resTab .tabContent ul li:last-child,
.galleryTab .resTab .tabContent div.ul div.li:last-child { margin: 0; }

.galleryTab .tabContent .item-list ul { margin: 0; }
.galleryTab .tabContent .item-list ul li { padding: 0 15px; }
.galleryBox { position: relative; box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 30%); border-radius: 15px; }
.thumbnail img { border-radius: 10px; width: 100%; }
.galleryTitle { border-radius: 10px; z-index: 11111; display: inline-block; height: 100%; position: absolute; bottom: 0; width: 100%;overflow: hidden; }
.galleryTitle span { text-align: center; font-size: 1.429em; font-weight: 600; color: #fff; position: absolute; bottom: 15px; width: 100%; line-height: 18px; }
.galleryBox a:hover .galleryTitle span { color: #fff; }

.mainNavigation.floatMenu { width: 100%; position: fixed; left: auto; top: 0; z-index: 999999; }
.galleryBox a .thumbnail { overflow: hidden; border-radius: 10px; }
.galleryBox a:hover .thumbnail img { -webkit-transform: scale(1.08); transform: scale(1.08); }
.galleryBox a .thumbnail img { -webkit-transition: 0.4s ease; transition: 0.4s ease; }
.galleryTitle:hover { -webkit-transition: 350ms ease; transition: 350ms ease; }
.galleryTitle:hover:after { content: ""; position: absolute; background: #0000004a; width: 100%; top: 0; height: 100%; z-index: -1; border-radius: 12px; }
.galleryBox a:hover .galleryTitle::before { content: "\f00e"; position: absolute; font-family: 'FontAwesome'; font-size: 20px; color: #2c3d83; margin: 0 auto; text-align: center; left: 0; right: 0; top: 40%; transform: translateY(-40px); background: #fff; width: 40px; border-radius: 60px; height: 40px; line-height: 40px; -webkit-transition: 0.4s ease; transition: 0.4s ease; opacity: 0; transform: scale(0.2); }
.galleryBox a:hover .galleryTitle:before { opacity: 1; transform: scale(1.1); }
.galleryTitle:before { content: "\f00e"; position: absolute; font-family: 'FontAwesome'; font-size: 20px; color: #2c3d83; margin: 0 auto; text-align: center; left: 0; right: 0; top: 40%; transform: translateY(-40px); background: #fff; width: 40px; border-radius: 60px; height: 40px; line-height: 40px; -webkit-transition: 0.4s ease; transition: 0.4s ease; opacity: 0; transform: scale(0.2); }

/* Donate Inner Page CSS Start */
.innerBannerWrap { position: relative; overflow:hidden; }
.innerBanner { background-repeat: no-repeat; background-position: right center; background-size: cover; min-height: 200px; }
.innerBanner img { width: 100%; visibility: hidden; opacity: 0; }
.innerBannerWrap .innerBannerCaption { color: #140a39; position: absolute; text-align: left; max-width: 1170px; width: 100%; z-index: 2; left: auto; right: auto; line-height: 1.2; top: 0; height: 100%; }
.innerBannerCaption h2 { font-weight: bold; margin-bottom: 0; color: #323232; font-size: 2.143em; max-width: calc(100% - 15px); }
.innerBannerCaption h2 { top: 50%; position: absolute; transform: translateY(-50%); left: 0; }
.breadcrumbWrap { background-color: #f5f6f7; padding: 15px 0; z-index: 9; position: relative; }
.breadcrumbWrap ul { margin: 0; padding: 0; list-style: none; }
.breadcrumbWrap ul li { color: #323232; display: inline-block;font-size: 1.1em; }
.breadcrumbWrap ul li a { color: #000000; text-decoration: none; font-weight: 800; }
.breadcrumbWrap ul li a:hover { color:#35a6bb; }
.breadcrumbItem + .breadcrumbItem::before { display: inline-block; padding-right: 10px; padding-left: 10px; color: #6c757d; content: "\f105"; font-family: 'FontAwesome'; font-size: 20px; line-height: 20px; vertical-align: middle; top: -2px; position: relative;}
.donateWrap { box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); min-height: 820px; }
.donateWrap .donateForm { width: 63%; padding: 50px 130px 115px 130px; float: right; }
.donateNote { color: #f50000; border-top: 1px solid #ccc; margin-top: 50px; padding-top: 40px; font-size: 1.286em; } 
.donateNote span{ font-weight: 700; }
.donateForm h3 {color: #323232; font-size: 2.000em;	font-weight: 500; position: relative;}
.donateForm h3:after{content: ""; position: absolute; bottom: -5px; left: 0; width: 100px; height: 2px; background-color: #1f8a44;}
.donateWrap .form-group-amount::before { position: absolute; left: 20px; top: 37px; content: "\f156"; font-family: 'FontAwesome'; font-size: 19px; color: #888888; }
.donateWrap .form-group-amount { position: relative; }
.donateWrap .form-group-amount .form-control { padding-left: 40px; }
.form-group { margin-bottom: 15px; }
select { -moz-appearance: none; -webkit-appearance: none; appearance: none; cursor: pointer;font-size: 1.071em; color: #323232; font-weight: 500; }
.custom-select { border-radius: 0; height: auto; padding: 0; cursor: pointer; border: 0; display: block; background: none; position: relative; }
.custom-select::before { position: absolute; right: 15px; top: 35px; content: "\f107"; font-family: 'FontAwesome'; font-size: 21px; color: #323232; }
.custom-select select.form-control { border: 1px solid #c2caed; width: 100%; height: 50px !important; padding: 5px 10px; color: #888888; background-color: #fafbfd; }

.form-control::placeholder { color: #888888; opacity: 1; }
.form-control:focus { color: #888888; background-color: #fafbfd; border-color: #2c3d83; outline: 0; box-shadow: none; }
.mandatory { color: #e80a0a; }
.applicationForm .col-md-6 { padding: 0 10px; }
.applicationForm { box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); background: #fff; padding: 50px; border-radius: 15px;overflow: hidden; }
.applicationFormWrap h3 { color: #323232; font-weight: 600; }
.applicationForm label.error { color: #fff; font-size: 12px; background: #f00;padding: 5px;border-radius: 5px;margin-top: 2px;display: inline-block; }
.form-item input.error, .form-item textarea.error, .form-item select.error { color: #000;font-size: 1.071em; }
.captchaCode { background: url(../images/captcha.jpg) no-repeat left center; padding-left: 220px; }
.captchaCode input { width: 200px; }
.captchaCode a{ text-decoration: none; color: #2b71ff; }
.captchaCode a:hover{ color: #1f8a44; }
.innerWrap h2 { color: #323232; font-size: 2.000em; font-weight: 600; position: relative; }
.innerWrap h2::after { content: ""; position: absolute; bottom: -10px; left: 0; width: 100px; height: 3px; background-color: #35a6bb; }
.field-content h2 { margin-top: 15px; }
.view-content ul li:last-child p { margin-bottom: 0; }
.highlightBox { background-color: #fffafc; padding: 30px; margin-bottom: 20px; position: relative; padding-right: 110px; }
.highlightBox h3 { color: #2c3d83; font-weight: 600; }
.highlightBox p{ margin-bottom: 0; }
.visionIcon::before { content: "\f06e"; position: absolute; right: 20px; height: 100px; width: 100px; font-family: 'FontAwesome'; font-size: 50px; color: #2c3d83; text-align: center; opacity: 0.2; top: 50px; }
.missionIcon::before { content: "\f11d"; position: absolute; right: 20px; height: 100px; width: 100px; font-family: 'FontAwesome'; font-size: 50px; color: #2c3d83; text-align: center; opacity: 0.2; top: 35%; }
.autonomousLink li { width: 50%; float: left; margin-bottom: 10px; }
.innerResTab{ margin-bottom: 50px; }
.innerResTab .resTab .tabContent { padding: 30px; box-shadow: 0 5px 35px rgba(0,0,0,.2); }
.innerResTab .resTab .tabNav { text-align: center; border-bottom: 3px solid #1f8a44; }
.innerResTab .resTab .tabNav li a { padding: 10px 30px; font-size: 1.286em; font-weight: 500;	color: #fff; }
.innerResTab .resTab .tabNav .r-tabs-state-active a { color: #fff; }
.innerResTab .resTab .tabNav li { background-color: #2c3d83; }
.innerResTab .resTab .tabNav li.r-tabs-state-active { background-color: #1f8a44; }

/********** Swiper 4.4.6 **********/
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{ margin: 0 3px; width:11px;height:11px;display:inline-block;border-radius:100%;background:#ababab;opacity:1}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#f55f15}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}

/**********Home Banner**********/
.homeBanner { position: relative; }
.homeBanner .homeBannerImgWrap img { visibility: hidden; opacity: 0; width:100%; }
.homeBanner .homeBannerImgWrap {height: 600px; overflow: hidden; background-position: right center; background-size: cover; background-repeat: no-repeat; }
.homeBanner .sliderCaptionWrap { position: absolute; left: 0; width: 100%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.homeBanner .sliderCaption { max-width: 700px; }
.homeBanner .sliderCaption h1 { font-weight: 600; color: #000; display: block; font-size: 3.143em; margin-bottom: 20px; }
.homeBanner .sliderCaption p { display: block; font-size: 1.429em; color: #444; margin-bottom: 25px; }
/*.homeBanner .homeBannerArrowWrap { z-index: 1; width: 140px; margin: 0 auto; position: absolute; left: 50%; height: auto; bottom: 20px; background: #222; border-radius: 50px; padding: 10px; transform: translateX(-50%); }
.homeBanner .homeBannerArrowWrap .homeBannerPrev, .homeBanner .homeBannerArrowWrap .homeBannerNext { width: 31px; height: 31px;cursor: pointer; float: left; background: url(../images/slidersprite2.png) no-repeat 0 0; text-indent: -9999px; overflow: hidden; margin: 0; padding: 0; }
.homeBanner .homeBannerArrowWrap .homeBannerPrev { background-position: 0 0; float: left; }
.homeBanner .homeBannerArrowWrap .homeBannerNext { background-position: -41px 0; float: right; }
.homeBanner .homeBannerArrowWrap .homeBannerPrev:hover { background-position: 0 -40px; }
.homeBanner .homeBannerArrowWrap .homeBannerNext:hover { background-position: -41px -40px; }
.homeBanner .swiper-button-pause, .homeBanner .swiper-button-play { width: 31px; height: 31px; position:absolute; top:10px; z-index:1; text-align:center; cursor:pointer; font-size:0; border-radius: 100%; border: 1px solid #fff; line-height: 31px; }
.homeBanner .swiper-button-pause { right:52px; }
.homeBanner .swiper-button-play { right:52px; }
.homeBanner .swiper-button-play { display: none !important; }
.homeBanner .swiper-button-pause::before, .homeBanner .swiper-button-play::before { width: 31px; height: 31px; float: left; background: url(../images/playpause.png) no-repeat 0 0; content: ""; }
.homeBanner .swiper-button-pause::before { background-position: 8px 6px; }
.homeBanner .swiper-button-pause.play::before{ background-position: 10px -25px; }*/

.paginationWrap { position: absolute; z-index: 1; top: 50%; transform: translateY(-50%); display: flex; align-items: center; justify-content: space-between; width: 100%; left: 0; padding: 0 40px; }
.paginationWrap .slider__controls { z-index: 1; top: 50%; transform: translateY(-50%); position: absolute; width: 84%;  }
.homeBanner .paginationWrap .slider__button-next{ color: #fff;font-size: 66px;cursor: pointer;width: auto;height: auto;line-height: normal;opacity: 0.5;display: flex;order: 2;}
.homeBanner .paginationWrap .slider__button-prev {color: #fff;font-size: 66px;cursor: pointer;width: auto;height: auto;line-height: normal;opacity: 0.5;display: flex;order: 1;}
.paginationWrap {position: absolute;z-index: 1;top: 50%;transform: translateY(-50%);display: flex;align-items: center;justify-content: space-between;width: 100%;left: 0;padding: 0 40px;}
.homeBanner .paginationWrap .slider__button-next:hover, .homeBanner .paginationWrap .slider__button-prev:hover { opacity: 1; }
.paginationWrap .slider__controls .swiper-pagination-bullet-active { background: #fff; }
.paginationWrap .slider__controls span { background-color: transparent; border: 2px solid #fff; width: 15px; height: 15px; }


/********** Schemes Slider **********/
.schemesSlider .sliderArrowWrap { width: 120px; margin: 0 auto; position: absolute; right: 0; height: 35px; top: -64px; left: auto; }
.schemesSlider .sliderArrowWrap .schemesPrev, .schemesSlider .sliderArrowWrap .schemesNext { width: 31px; height: 31px; float: left;cursor: pointer; background: url(../images/slidersprite2.png) no-repeat 0 0; text-indent: -9999px; overflow: hidden; margin: 0; padding: 0; }
.schemesSlider .sliderArrowWrap .schemesPrev { background-position: 0 0; float: left; }
.schemesSlider .sliderArrowWrap .schemesNext { background-position: -41px 0; float: right; }
.schemesSlider .sliderArrowWrap .schemesPrev:hover { background-position: 0 -40px; }
.schemesSlider .sliderArrowWrap .schemesNext:hover { background-position: -41px -40px; }
.schemesSlider .swiper-button-pause, .schemesSlider .swiper-button-play { width: 31px; height: 31px; position:absolute; top:0; z-index:1; text-align:center; cursor:pointer; font-size:0; border-radius: 100%; border: 1px solid #fff; line-height: 31px;}
.schemesSlider .swiper-button-pause { right:43px; }
.schemesSlider .swiper-button-play { right:43px; }
.schemesSlider .swiper-button-pause::before, .schemesSlider .swiper-button-play::before { font-family:'FontAwesome'; width:100%; height:100%; line-height:31px; color:#fff; font-size:15px; display:block; }
.schemesSlider .swiper-button-pause::before { content:"\f04c"; }
.schemesSlider .swiper-button-pause.play::before{ content:"\f04b"; }
.schemesSlider .swiper-button-play { display: none !important; }

/********* Govt. Logo Slider **********/
.govtLogos .swiper-container { margin: 0 50px; }
.govtLogos .swiper-slide a { height: 100px; line-height: 100px; display: block; text-align: center; }
.govtLogos .govtsliderArrowWrap { z-index: 1; }
.govtLogos .govtsliderArrowWrap .govtLogosPrev, .govtLogos .govtsliderArrowWrap .govtLogosNext { width: 33px; height: 33px; float: left;cursor: pointer; background: url(../images/slidersprite1.png) no-repeat 0 0; text-indent: -9999px; overflow: hidden; margin: 0; padding: 0; }
.govtLogos .govtsliderArrowWrap .govtLogosPrev { background-position: 0 0; top: 50%; position: absolute; left: 15px; transform: translateY(-50%); }
.govtLogos .govtsliderArrowWrap .govtLogosNext { background-position: -41px 0; top: 50%; position: absolute; right: 15px; transform: translateY(-50%); }
.govtLogos .govtsliderArrowWrap .govtLogosPrev:hover { background-position: 0 -41px; }
.govtLogos .govtsliderArrowWrap .govtLogosNext:hover { background-position: -41px -41px; }
.govtLogos .swiper-button-pause, .govtLogos .swiper-button-play { width: 33px; height: 33px; position:absolute; top: -102px; z-index:1; text-align:center; cursor:pointer; font-size:0; border-radius: 100%; border: 1px solid #828282; line-height: 31px; }
.govtLogos .swiper-button-pause { right: 17px; transform: translateY(-50%); top: 0; display: none; }
.govtLogos .swiper-button-play { right:0;}
.govtLogos .swiper-button-pause::before, .govtLogos .swiper-button-play::before { font-family:'FontAwesome'; width:100%; height:100%; line-height:31px; color:#828282; font-size:15px; display:block; }
.govtLogos .swiper-button-pause::before { content:"\f04c"; }
.govtLogos .swiper-button-pause.play::before{ content:"\f04b"; }
.govtLogos .swiper-button-play { display: none !important; }


.othersLogos .swiper-container { margin: 0 50px; }
.othersLogos .swiper-slide a { height: 100px; line-height: 100px; display: block; text-align: center; }
.othersLogos .govtsliderArrowWrap { z-index: 1; }
.othersLogos .govtsliderArrowWrap .othersLogosPrev, .othersLogos .govtsliderArrowWrap .othersLogosNext { width: 33px; height: 33px; float: left;cursor: pointer; background: url(../images/slidersprite1.png) no-repeat 0 0; text-indent: -9999px; overflow: hidden; margin: 0; padding: 0; }
.othersLogos .govtsliderArrowWrap .othersLogosPrev { background-position: 0 0; top: 50%; position: absolute; left: 15px; transform: translateY(-50%); }
.othersLogos .govtsliderArrowWrap .othersLogosNext { background-position: -41px 0; top: 50%; position: absolute; right: 15px; transform: translateY(-50%); }
.othersLogos .govtsliderArrowWrap .othersLogosPrev:hover { background-position: 0 -41px; }
.othersLogos .govtsliderArrowWrap .othersLogosNext:hover { background-position: -41px -41px; }
.othersLogos .swiper-button-pause, .othersLogos .swiper-button-play { width: 33px; height: 33px; position:absolute; top: -102px; z-index:1; text-align:center; cursor:pointer; font-size:0; border-radius: 100%; border: 1px solid #828282; line-height: 31px; }
.othersLogos .swiper-button-pause { right: 17px; transform: translateY(-50%); top: 0; display: none; }
.othersLogos .swiper-button-play { right:0;}
.othersLogos .swiper-button-pause::before, .othersLogos .swiper-button-play::before { font-family:'FontAwesome'; width:100%; height:100%; line-height:31px; color:#828282; font-size:15px; display:block; }
.othersLogos .swiper-button-pause::before { content:"\f04c"; }
.othersLogos .swiper-button-pause.play::before{ content:"\f04b"; }
.othersLogos .swiper-button-play { display: none !important; }

html[lang="en"] div#edit-title-wrapper { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
html[lang="en"] div#edit-title-wrapper .col-md-6 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.schemesBlock .sthumbnail{ overflow: hidden; }
.schemesBlock .sthumbnail img { border-radius: 0; }
.schemesBlock .schemesBox .sthumbnail img { -webkit-transition: 0.4s ease; transition: 0.4s ease; }
.schemesBlock .schemesBox:hover .sthumbnail a img { transform: scale(1.1); }
.schemesBlock .schemesBox:hover .schemesearch a{ color: #35a6bb; }
.schemesBlock .schemesBox:hover .sthumbnail img { opacity: 1; }
.schemesBlock .schemesBox { margin-bottom: 20px; }
.schemesBlock .schemesearch { width: 100%; padding: 15px; color: #232323; }
.schemesBlock .schemesearch a{ color: #232323; font-size: 1.214em; }
.schemesearch a { font-size: 1.214em; margin-bottom: 10px; font-weight: 600; display: block; }
.schemesearch p{ margin-bottom: 0; }
.schemesearch .datetime:before { content: "\f073"; position: absolute; left: 0; font-family: 'FontAwesome'; }
.schemesearch .datetime { position: relative; padding-left: 22px; font-weight: 600; color: #35a6bb; font-size: 1.1em; }

.schemesInnerContentWrap ul.bulletText { display: flow-root; }
ul.bulletText { list-style: none; padding: 0; }
.imgLeft { float: left; margin-right: 20px; margin-bottom: 20px; }
ul.bulletText li { position: relative; padding-left: 25px; margin-bottom: 15px; line-height: 20px; }
.schemesInnerContentWrap p{ font-size: 1.143em; }
ul.bulletText li::before { position: absolute; height: 20px; width: 20px; content: "\f105"; font-family: 'FontAwesome'; font-size: 20px; color: #2c3d83; top: 0px; margin-top: 0; left: 0; border-radius: 100%; text-align: center; line-height: normal; }

.schemesInnerContentWrap .field.field--name-field-schemes-image img{ transition: all 0.4s; }
.schemesInnerContentWrap .field.field--name-field-schemes-image { overflow: hidden; }
.schemesInnerContentWrap .field.field--name-field-schemes-image:hover img{ transform: scale(1.2); }

.innerWrap { min-height: 580px; }
.galleryzoomWrap .col-md-3 { margin-bottom: 30px; }
.galleryzoomWrap .col-md-3:last-child { margin-bottom: 0; }
.galleryzoomWrap .galleryzoom .galleryBox { position: relative; overflow: hidden; }

.galleryzoomWrap .galleryBox a .thumbnail:hover::before{ opacity: 1; transform: scale(1.1); }
.galleryzoomWrap .galleryBox a .thumbnail:before { position: absolute; height: 40px; width: 40px; content: "\f00e"; font-family: 'FontAwesome'; font-size: 20px; color: #2c3d83; top: 35%; left: 42%; background-color: #fff; border-radius: 100%; text-align: center; line-height: 40px;opacity: 0;
    transform: scale(0.2);z-index: 1;-webkit-transition: 0.4s ease;transition: 0.4s ease; }
.galleryzoomWrap .galleryBox a .thumbnail:hover:after { content: ""; position: absolute; background: #0000004a; width: 100%; top: 0; height: 100%; z-index: -1; border-radius: 12px; }


.topStrip ul .links { margin: 0 3px; }
#block-wcd-local-tasks { display: none; }
.user-profile-page #block-wcd-local-tasks { display: block; }
.login-form { width: 50%; margin: 0 auto; }
.change-password-form{ width: 50%; margin: 0 auto; }
.captcha{ position:relative; padding-right:160px; clear:both; margin-right: 15px; }
.captcha img{ position:absolute; right:43px; top:25px; max-width:100px; padding:5px;border-radius: 6px; background:#fff;border: 1px solid #726c6c;  }
.description { padding-top: 15px; }
.captcha .form-item:before{ position:absolute; right:-10px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); height:70%; background:#f1f1f1; width:1px; content:""; display:none; }
.captcha .reload-captcha-wrapper { position: absolute; right: 0px; width: 30px; height: 30px; top: 34px; }
.captcha .reload-captcha-wrapper a { background: rgba(0, 0, 0, 0) url(../images/reload.png) no-repeat scroll left top; 	display: block; font-size: 0; height: 30px; width: 30px;}
.login-form { position: relative; }
.login-form .extAction { background: #2c3d83; color: #fff; padding: 20px 20px; width: 100%; position: absolute; left: 0; bottom: 0; text-align: center; }
.login-form .extAction a{ color:#36a7eb; margin-left: 10px; }
.login-form .extAction a:hover{ color:#0CF; }
.login-form .backendLoginWrap { float: right; margin-top: 10px; }
.login-form .form-actions { padding-bottom: 30px; }
ul.menu { padding: 0; }
.form-textarea-wrapper textarea{ min-height: 100px; }

/*********Pager*********/
nav.pager { margin-top: 25px; }
nav.pager ul { margin: 0; text-align: center; }
nav.pager ul li { background: none !important; padding: 0 !important; border: none; display: inline-block; margin-bottom: 7px; margin-left: 3px; width: auto; float: none; line-height: 35px; }
nav.pager ul li a { padding: 8px 20px; background:#35a6bb; color: #fff; border-radius: 10px; }
nav.pager ul li.is-active a, nav.pager ul li a:hover { background: #25367f; color: #fff; }

/********* Filters *********/
.view-filters { background-color: #f2f2f2; padding: 20px 15px; margin-bottom: 30px; }
.view-filters .views-exposed-form .row { width: 25%; float: left; clear: inherit !important; margin: 0; }
.view-filters .views-exposed-form .row .col-lg-12 { padding: 0 10px; width: 100%; }
.view-filters .views-exposed-form #edit-actions { float: left; margin-top: 30px; margin-left: 10px; }
.user-form .row .col-md-4, .user-form .row .col-md-2, .user-form .row .col-md-6  { padding: 0 10px; }

/*********Thank you page*********/
.mainBoxThk { background-color: #f9f9f9; padding: 20px; margin: 0 auto; max-width: 830px; width: 100%; }
.mainBoxThk .centerBox { text-align: center; }
.mainBoxThk .centerImg { margin-bottom: 30px; }
.mainBoxThk .centerImg img { width: 10%; }
.mainBoxThk h2 { margin-bottom: 10px; color: green; font-size: 1.571em; margin-bottom: 20px; }
.mainBoxThk h2::after { display: none; }
.mainBoxThk .blueColor { color: #2d2d2d; font-size: 1.143em; margin-bottom: 25px; font-weight: 700; }
.mainBoxThk p { font-size: 1.143em; margin-bottom: 20px; line-height: 1.5; text-align: center; }

/*********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; }
.detail404 h2 { margin-bottom:10px; position: relative; display: inline-block; text-transform: uppercase; color:#ea0f0f; }
.detail404 h2:before, .detail404 h2:after { width: 14px; height: 14px; background-color: #ea0f0f; 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; line-height: .9; padding-bottom: 10px; margin-bottom: 10px; color: #2c3d83; border-bottom: 1px solid #2c3d83; }
.detail404 .largeText { font-size: 1.8em; color: #2f2f2f; font-weight: 700; line-height: 1.3; text-transform: uppercase; margin-bottom: 13px; }
.detail404 p { text-align: center; }
.csr-projcet-praposal-form{ box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); background: #fff url(../images/csrprojcetbg.jpg) no-repeat left top; background-size: 37%; border-radius: 15px; }
.csr-projcet-praposal-form .applicationForm { width: 63%; padding: 50px; float: right; box-shadow: none; background: transparent; border-radius: 0;}
.eventFilterInfo { margin: 20px 0; background-color: #f4f3f3; padding: 20px 30px; }
.eventFilterInfo ul { list-style: none; margin: 0 -15px; padding: 0; }
.eventFilterInfo ul li { width: 20%; min-width: 230px; padding: 0 15px; float: left; position: relative; }
.eventFilterInfo ul li .elabel { font-weight: 500; font-size: 1.1em; color: #2c3d83; display: block; margin-bottom: 5px; }
.eventFilterInfo ul li span { word-break: break-all; }
.eventFilterInfo ul li .edate { font-weight: 600; font-size: 1.2em; display: block; }
.eventFilterInfo ul li .edate img { width: 13px;margin-left: 5px; }
.eventFilterInfo ul li:first-child::before { display: none; }
.eventFilterInfo ul li::before { content: " "; position: absolute; left: 0; top: 0; z-index: auto; height: 90%; width: 1px; background: #dbd9d9; overflow: hidden; margin-top: 2%; }
.noRecFound { color: #ff0000; font-size: 1.1em; }
.policiesTab .resTab .tabNav { margin: 0 0 18px; }
.policiesTab .resTab .tabNav li a { padding: 0 15px 0 0; font-size: 2.286em; font-weight: normal; color: #a7a7a7;line-height: 1; }
.policiesTab .resTab .tabNav .r-tabs-state-active a { color: #323232; font-weight: 600; }
.userMenu ul { margin-left: 5px; }
.error { color: #e30303;font-size: 13px; }
.status { display: block; color: #017701; margin-top: 5px; padding-left: 22px; background: url(../images/checkIcon.png) no-repeat center left; }
.loader { color: #2c3d83;font-weight: 500; }

#edit-name--description { display: none; }
#edit-pass--description { display: none; }
.button.sendOtp { margin-top: 32px; }
#user-register-form .captcha { width: 500px; }
.user-profile-page #block-wcd-local-tasks ul.tabs { margin-bottom: 0; text-align:center; background: no-repeat; border-bottom: 1px solid #2c3d83; }
.user-profile-page #block-wcd-local-tasks .tabs li { float: none; display: inline-block; margin: 0; }
.user-profile-page #block-wcd-local-tasks .tabs li a { padding: 10px 30px; font-size: 1.2em; border: 0; background-color: #eaeaea; color: #2c3d83; height: auto; text-shadow: none; line-height: normal; font-weight: 600; float: none; display: inline-block; }
.user-profile-page #block-wcd-local-tasks .tabs li.is-active a.is-active { background-color: #2c3d83; color: #fff; }

/*.user-profile-page .profile{}*/
.user-profile-page .profile { padding: 30px; display: inline-block; width: 100%; background-color: #f9f7f7; }
.user-profile-page .profile .field { margin-bottom: 25px; width: 25%; float: left; }
.field--label-inline .field__label::after { display: none; }
.user-profile-page .profile .field__label { padding: 0; width: 100%; font-weight: 600 !important; font-size: 1.1em; color: #2c3d83; font-family: "Poppins", sans-serif; margin-bottom: 5px; }

.sitemap .sitemap-box{ margin:0 !important; }
.sitemap .sitemap-menu { list-style:none; padding:0 !important; position:relative; padding-top:10px !important; margin: 0; }
.sitemap .sitemap-menu a { display:inline-block; }
.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 > a, #site-map .nolink { color: #000; font-size:18px; line-height:25px; text-decoration: none; padding:7px 20px; transition:500ms all; border: 1px solid #e8e6e6; }
#site-map .nolink { display:inline-block; }
.sitemap .sitemap-menu > li > a:hover, #site-map .nolink:hover { background:#072e67; color:#fff }
.sitemap .sitemap-menu ul li { margin-bottom:5px; }
.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 > ul:after { content: ""; height: 7px; left: -4px; position: absolute; bottom: 0; width: 7px; background:#e8e6e6; 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 #e8e6e6; 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:#072e67; color:#fff; padding-left:30px; }
.sitemap .sitemap-menu ul a { color: #333; text-decoration: none; font-size:16px; }
.sitemap .sitemap-menu > li > ul > li > ul { border-left: 1px solid #e8e6e6; 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:#e8e6e6; border-radius:50%; }
.sitemap .sitemap-menu > li > ul > li > ul li { padding: 0 0 0 15px; position: relative; }
.wob .sitemap .sitemap-menu > li > ul > li > ul li > a { transition: 500ms all; background: #222; padding: 2px 15px; font-size: 14px; }
.wob .sitemap .sitemap-menu > li > ul > li > ul li > a:hover, .wob .wob .sitemap .sitemap-menu > li > ul > li > a:hover{ color: #000; background: #80ff00; }
.sitemap .sitemap-menu > li > ul > li > ul li > a:after { border-top: 1px solid #e8e6e6; 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:#003366 }
.sitemap .sitemap-menu .extIcon { margin-left:6px; margin-top:3px }
.sitemap .sitemap-menu li.expanded { list-style-image:none; list-style:none; }
.sitemap .sitemap-item ul { list-style: none; padding: 0; margin:0; }
.sitemap .sitemap-item ul li { position: relative; padding-left: 30px;  margin-bottom:10px; }
.sitemap .sitemap-item ul li ul.menu li::before { position: absolute; height: 20px; width: 20px; content: "\f105"; font-family: 'FontAwesome'; font-size: 14px; color: #2c3d83; top: 10px; left: -2px; border-radius: 100%; text-align: center; line-height: normal; }
.sitemap .sitemap-item ul li ul.menu{ padding: 10px; }
.sitemap .sitemap-item ul li ul.menu li { width: 100%; float: none; }


#mapid { width: 49%; float: right; margin-bottom: 0; }
.servicesWrapMain { width: 49%; float: left; }
.servicesTblWrap p { margin: 0; }
.file.file--application-pdf { background: url(../images/policicon.png) no-repeat 0 0; line-height: 20px; background-size: 14px; padding-left: 24px; }
.file.file--application-pdf a { word-break: break-all; }

.field.field--name-field-news-image.field--type-image.field--label-hidden.field__item img { transition: all 0.4s; }
.field.field--name-field-news-image.field--type-image.field--label-hidden.field__item:hover img { transform: scale(1.2); }
.field.field--name-field-news-image.field--type-image.field--label-hidden.field__item { overflow: hidden; }
.node-forum-form #edit-body-0-format { display: none; }
.schemesBlock h3 { font-size: 20px; }
.schemesBlock .schemesBox .sthumbnail { float: left; width: auto;height: 240px; }
.forum__description { font-size: 1em; margin: 20px 0 0; border-top: 1px solid #ccc; padding-top: 20px; }
.forum-form { width: 50%; margin: 0 auto; }
article.node--type-forum .field--name-body { background-color: #f9f9f9; padding: 20px; margin-bottom: 50px; }
.field--name-body p:last-child { margin-bottom: 0; }
article.node--type-forum .comment__meta .comment__author { margin-top: -5px; margin-bottom: 20px; text-transform: capitalize; font-weight: 600; color:#444; }
.comment__meta .comment__author a { color:#444; }
.comment__meta .comment__author a:hover { color:#2c3d83; }
.comment__time { margin-bottom: 0; color: #444; font-weight: 600; }
.comment__content { background-color: #f9f9f9; }
.comment__content::after { border-right: 20px solid #d3d7d9; }
.comment__content::before { border-right: 20px solid #d3d7d9; }
#edit-comment-body-0-format { display: none; }
.node__links { text-align: center; margin-top: 20px; }
.node__links ul{ padding:0; margin:0; }
.cke_bottom { display: none !important; } 
.form-item.js-form-type-vertical-tabs.form-type-vertical-tabs { display: none; }
.page-node-type-forum .field--type-entity-reference .field__label { display: none; }
.page-node-type-forum .field--type-entity-reference .field__item { color: #323232; font-size: 2.000em; font-weight: 600; position: relative; }
.page-node-type-forum .field--type-entity-reference .field__item::after { content: ""; position: absolute; bottom: -5px; left: 0; width: 100px; 	height: 2px; background-color: #1f8a44; }
.comment-form { width: 50%; margin: 0 auto; margin-top: 50px; padding: 30px; }
.comment-form .comment-form { width: 100%; margin-top: 0; padding: 0; }
.paymentImgBox img { width: 10%; }
.paymentImgBox { margin-bottom: 25px; }
.pstatus-pay-failed h2 { color: #e00808; }
.applicationStatusMessage { margin: 30px 0; font-size: 1.3em; font-weight: 500; }
.paymentRequestSection { font-size: 1.2em; }
.paymentInfoStatus { text-align: left; }
.pstatus-pay-failed .paymentInfoStatus table { border-top: 1px solid red; border-left: 1px solid red; }
.pstatus-pay-failed .paymentInfoStatus td { border-bottom: 1px solid red; border-right: 1px solid red; background-color: #fff; }
.pstatus-pay-success .paymentInfoStatus table { border-top: 1px solid green; border-left: 1px solid green; }
.pstatus-pay-success .paymentInfoStatus td { border-bottom: 1px solid green; border-right: 1px solid green; background-color: #fff; }
.archiveListingWrap li a { background-color: #f2f2f2; display: block; padding: 15px; font-weight: 600; font-size: 1.1em; border-left: 3px solid #35a6bb; }
.archiveListingWrap li a:hover { background: #35a6bb; color: #fff; }
.node--type-policies .field { margin-bottom: 20px; }
.archiveListingWrap ul { flex-wrap: wrap; display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 15px; height: 100%; margin: 0; padding: 0; }
.archiveListingWrap ul.bulletText:before{ display: none; }

/*********Page Search*********/
.searchListing { margin-bottom: 30px; position: relative; background-color: #f2f2f2; padding: 20px 15px; }
.searchListing .search-form .col-lg-12 { width: 50%; float: left; }
.searchListing .search-form .col-lg-12 .form-group { margin-bottom: 10px; }
.path-search #search-form .form-submit { position: absolute; top: 50px; left: 55%; transform: translateX(-55%); } 
.path-search .search-results { margin: 0; padding: 0; list-style: none; }
.path-search .search-results li { padding: 25px 15px 25px 50px !important; border-bottom: 1px solid #d3d3d3; background: #fbfbfb url(../images/bullet-arrow.png) no-repeat 15px 35px; margin: 0; }
.path-search .search-results li:last-child { border-bottom: 0; }
.path-search .search-results li:nth-child(2n) { background-color: #f6f6f6; }
.path-search .search-results li h3 { margin-bottom: 10px; }
.path-search .search-results li h3, .path-search .search-results li a { font-size: 20px; font-family: 'Open Sans', sans-serif; font-weight:600; }
.path-search .search-results li a { text-decoration: none; display: block; }
.path-search .search-results li p { margin-bottom: 0; }
.myDonation ul.bulletText li { background-color: #fdfdfd; background-image: none; padding: 20px; margin-bottom: 30px; border: 1px solid #ececec; }
.myDonation ul.bulletText li span { display: block; font-size: 1.1em; font-weight: 600; color: #2c3d83; margin-bottom: 5px; }
.donationInfoMain { width: 100%; margin-bottom: 20px; text-align: center; border-bottom: 1px solid #ececec; padding-bottom: 15px; }
.donationStatus { padding-top: 45px; font-size: 1.3em; font-weight: 600; }
.dpay-success .donationStatus { color: #06ab06; }
.dpay-failed .donationStatus { color: #e40909; }
.dpay-success { background: url(../images/payment-success.png) no-repeat center top; background-size: 3%; }
.dpay-failed { background: url(../images/payment-failed.png) no-repeat center top; background-size: 3%; }
#edit-body-0-format { display: none; }
.wobImg { display: none; }
.views-field-counter { text-align: center; }
.views-field-field-policies-published-date { text-align: center; }
.views-field-field-contact-details { text-align: center; }


/* target _blank Popup Start */ 
.modal-open .modal { overflow-x: hidden;overflow-y: auto; opacity: 1; display:block; background: rgba(0, 0, 0, .7); visibility: visible; }
.modal { position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 9999999;display: none;overflow: hidden;-webkit-overflow-scrolling: touch;outline: 0; }
.modal-dialog , #donate-modal { top: 15%; width: 100%; max-width: 500px; left: 50%; transform: translateX(-50%) !important; position: absolute;margin: 0; }
.modal-content, #donate-modal { background-color: rgba(255, 255, 255, 0.95); padding: 25px; text-align: center; }
#redirectconfirm-modal .modal-header { display:none !important; }
.modal-content .modal-footer .btn { background-color: #006bad; color: #fff; padding: 5px 20px; font-size: 13px; margin:0 15px; }
.modal-content .modal-footer .btn:hover { background-color: #222; }
.modal-content .modal-footer .btn:focus { background-color: #222; }
.modal-footer { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; 	text-align: center; } 
.modal-body p:last-child { margin: 0; }
.modal-body p{ font-size: 1.2em; font-weight: 500; }
.feedback-form .captcha { max-width: 540px; padding-right: 159px; }
.myDonation ul.bulletText li:before { display: none; }
.ourLeadershipWrap .honblePersonBlock { background-color: #f2f2f2; padding: 25px; margin-bottom: 20px; min-height: 270px; }
.ourLeadershipWrap .honbleInfoAddress { width: 100%; display: inline-block; text-align: center; }
.ourLeadershipWrap .honbleThums { float: none; margin: 0 auto 20px; }
.ourLeadershipWrap .honbleInfo { width: 100%; float: none; margin-top: 0; text-align: center; }
.ui-accordion .ui-accordion-header { color: #3a3a3a; background: #f6f6f6 url(../images/plus.png) 98% 15px no-repeat; cursor: pointer; font-weight: 600; padding: 13px 30px; border: none; border-bottom: 1px solid #dfe0e2; margin: 0; border-radius: 0; }
.ui-accordion .ui-accordion-header.ui-state-active { margin-top: -1px; background: #25367f  url(../images/minus.png) 98% 15px no-repeat;  border: 1px solid #f2f2f2; color: #fff; }
.ui-accordion .ui-accordion-content { padding: 30px; box-shadow: 0 0 35px rgba(0,0,0,.05); margin-bottom: 0px; border: none; height: auto !important; }
.ui-accordion .ui-accordion-content p:last-child { margin: 0; }
.ui-accordion .ui-accordion-content p { line-height: 20px; }
.ui-accordion .ui-icon { display: none; }
.schemesInnerContentWrap .field--type-file { margin-bottom: 25px; border: 1px solid #ccc; padding: 10px 20px; display: inline-block; }
.regiserLinkBtn{ background-color:#2c3d83; border-color:#2c3d83; }
.float-right { float: right;}
.path-donate .donateWrap .donateForm{ width:100%; }
.path-donate #block-donatedescription, .path-donate .donateWrap .donateForm{ padding:50px; }
.path-donate #block-donatedescription .field--type-text-with-summary{ border:1px dashed #aad7de; background:#e7fcff; padding:20px; border-radius:10px; }
.overlay{ width:100%; height:100%; position:fixed; background:rgba(0,0,0,0.5); left:0; top:0; z-index:9999; }
.msgPop{ display:block; width:100%; }
.mrgT30{ margin-top:30px; display:block; }

/*---- Start Changes (Mehul) ----*/
.newsPoliciesFeedWrap .latestNewsWrap, .newsPoliciesFeedWrap .resTab { position: initial; padding-bottom: 30px; }
.newsPoliciesFeedWrap .socialViewAll { margin-top: 0; position: absolute; bottom: -30px; }
.schemesSlider .swiper-wrapper .pager { display: none; }
.introductionBlock img { margin: 0; }
.newsPoliciesFeedWrap .col-md-4 .socialFeedWrap { position: relative; z-index: 1;  }
.ourLeadershipWrap .LeadershipBlock { display: flex; word-break: break-word; }
.LeadershipBlock .honblePersonBlock { width: 100%; }
.galleryWrap .resTab .tabNav { margin-left: -20px; }
.galleryWrap .tabNav li.r-tabs-tab a { padding-left: 20px; }
.galleryWrap .tabNav li.r-tabs-tab::after { content: ""; height: 84%; position: absolute; top: 50%; transform: translateY(-50%); width: 1px; background-color: #333; }
.galleryWrap .tabNav li.r-tabs-tab:last-child:after { visibility: hidden; opacity: 0; }
.tableOut table ol { padding: 0; margin: 0; padding-left: 20px; }
.tableOut table ol li::marker { text-align: left; }
.tableOut table td { vertical-align: top; }
.blacktheme { display: none; }
.schemesSlider .schemeInfo { width: calc(100% - 325px); }
.donateMain .donateWrap p.textBold { font-size: 115%; font-weight: 700; text-align: justify; }
.donateMain .donateWrap p.textNormal { font-size: 115%; font-weight: 100; text-align: justify; }
.DonateProfileLink { align-items: center; margin: 0 auto; text-align: center; width: 280px; display: block; margin-bottom: 15px; font-size: 32px; }
.schemesBlock .col-md-3 { display: flex; }
.schemesBlock .col-md-3 .schemesBox { background: #fff; box-shadow: 0 0 29px rgb(120 120 120 / 20%); width: 100%; }
.schemesBlock .col-md-3 .schemesBox .schemesearch { box-shadow: none; float: left; }
.ui-datepicker table.ui-datepicker-calendar th,
.ui-datepicker table.ui-datepicker-calendar td { border: 1px solid #c5c5c5; } 
.ui-datepicker table.ui-datepicker-calendar td > a { border: 0 none; background: transparent; color: #000; }
.ui-datepicker table.ui-datepicker-calendar td > a.ui-state-highlight,
.ui-datepicker table.ui-datepicker-calendar td > a:hover { background-color: #2c3d83; }
.ui-datepicker table.ui-datepicker-calendar td > a.ui-state-highlight, .ui-datepicker table.ui-datepicker-calendar td > a:hover { background-color: #35a6bb; color: #fff; border-radius: 0; }
.ui-datepicker .ui-datepicker-header .ui-corner-all { top: 13px; color: #000; cursor: pointer; }
.ui-datepicker .ui-datepicker-header .ui-corner-all .ui-icon { background-image: none; text-indent: 0; display: block; width: 100%; height: 100%; }
.ui-datepicker .ui-datepicker-header .ui-corner-all:hover { color: #35a6bb; }
.ui-datepicker .ui-datepicker-header .ui-corner-all .ui-icon:after { top: -7px; }
.sitemap .sitemap-item ul li ul.menu li > a::after { content: ""; display: block; border-top: 1px solid #e8e6e6; height: 0; position: absolute; transition: 500ms all; top: 17px; left: -10px; width: 18px; }
.sitemap .sitemap-menu > li > ul > li > ul.menu li::before { top: 6px; left: -9px; }
.sitemap .sitemap-menu > li > ul > li > ul.menu li > a:after { top: 13px; left: -10px; width: 10px; }
.introductionBlock .container .introductionBlock .container { padding-left: 0; padding-right: 0; }
.introductionBlock .container .introductionBlock .container .field > img { margin-bottom: 0; }
.introductionBlock .container .introductionBlock .container .imgLeft, .introductionBlock .container .introductionBlock .container .imgLeft + p { float: left; }
.introductionBlock .container .introductionBlock .container .imgLeft { width: 350px; margin-right: 0; }
.introductionBlock .container .introductionBlock .container .imgLeft img { width: 100%; }
.introductionBlock .container .introductionBlock .container .imgLeft + div { width: calc(100% - 350px); padding-left: 20px; }
.socialIcon { text-indent: -9999px; overflow: hidden; display: none; }
.ilaModuleBox .accordDetail ul { display: flex; flex-wrap: wrap; }
.ilaModuleBox .accordDetail ul li { flex: 0 0 50%; max-width: 50%; -ms-flex: 0 0 50%; }
.ilaModuleBox .accordDetail ul li > div { border: 1px solid #d9d9d9; width: 100%; padding: 20px 20px 20px 42px; border-left: 4px solid #2c3d83; background-position: left 15px center; margin-bottom: 10px; }
.ilaModuleBox .accordDetail ul li > div a { font-size: 15px; }
.ilaModuleBox .accordDetail ul li > div a:hover { color: #f3901b; }
.ilaModuleBox .accordDetail ul li div:hover { border-left: 4px solid #f3901b; }
.informationWrap { position: relative; box-shadow: 0 0 30px rgba(0,0,0,.1);overflow: hidden; }
.informationWrap .container { position: relative; }
.relAppbg::before { content: ""; left: 0; position: absolute; top: 0; height: 100%; width: 33.333333%; background: #e9ebf2; margin-top: -50px; padding-bottom: 420px;display: none; }
.otherlnkbg::before { content: ""; right: 0; position: absolute; top: -50px; height: 100%; width: 66.666667%; background: #fff; display: none;}
.otherLinksWrap{ padding-top: 30px; }
.relatedApplication { margin: 0 auto;position: relative; background: #f5f5f5; padding: 30px; }
.relatedApplication:before { content: ""; position: absolute; background: #f5f5f5; top: 80px; height: 1000px; z-index: -1; margin-top: -130px; left: -40px; width: 390px;display: none; }
.relatedApplication h2 { font-weight: 600; color: #323232; }
.relatedApplication ul { margin: 0; padding: 0; list-style: none; }
.relatedApplication ul li a { color: #323232; text-decoration: none; display: block; margin-bottom: 7px; padding-bottom: 7px; border-bottom: 1px solid #ccc; font-size: 1.071em; font-weight: 500; padding-left: 30px; position: relative; }
.relatedApplication ul li a:before { content: "\f058"; position: absolute; left: 0; font-family: 'FontAwesome'; font-size: 18px; top: -1px; color: #35a6bb; }
.relatedApplication ul li a:hover { color: #35a6bb; }
.relatedApplication ul li:last-child a{ margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.otherLinksWrap ul { margin: 0;padding: 0;list-style: none;display: flex;flex-wrap: wrap; }
.otherLinksWrap ul li { padding: 0 15px;margin-bottom: 30px;flex: 0 0 25%;max-width: 25%; -ms-flex: 0 0 25%; }
.otherLinksWrap ul li a { display: block;text-align: center;text-decoration: none;color: #323232;padding: 10px;font-size: 1.286em;font-weight: 500;position: relative;border-radius: 10px; }
.otherLinksWrap ul li a:hover { color: #fff; }
.otherLinksWrap ul li a:hover span{ color: #35a6bb; }
.otherLinksWrap ul li:nth-child(4), .otherLinksWrap ul li:nth-child(5), .otherLinksWrap ul li:nth-child(6) { margin: 0; }
.otherLinksWrap ul li span { font-size: 15px;display: block; margin-top:10px; }
.otherLinksWrap ul li a.otherIcon1 { background: #fff url(../images/otherIcon1.png) no-repeat center 40px; }
.otherLinksWrap ul li a.otherIcon2 { background: #fff url(../images/otherIcon2.png) no-repeat center 40px; }
.otherLinksWrap ul li a.otherIcon3 { background: #fff url(../images/otherIcon3.png) no-repeat center 40px; }
.otherLinksWrap ul li a.otherIcon4 { background: #fff url(../images/otherIcon4.png) no-repeat center 40px; }
.otherLinksWrap ul li a.otherIcon5 { background: #fff url(../images/otherIcon5.png) no-repeat center 40px; }
.otherLinksWrap ul li a.otherIcon6 { background: #fff url(../images/otherIcon6.png) no-repeat center 40px; }
.otherLinksWrap ul li a.otherIcon1:hover { background: #1f8a44 url(../images/otherIcon1h.png) no-repeat center 40px; }
.otherLinksWrap ul li a.otherIcon2:hover { background: #1f8a44 url(../images/otherIcon2h.png) no-repeat center 40px; }
.otherLinksWrap ul li a.otherIcon3:hover { background: #1f8a44 url(../images/otherIcon3h.png) no-repeat center 40px; }
.otherLinksWrap ul li a.otherIcon4:hover { background: #1f8a44 url(../images/otherIcon4h.png) no-repeat center 40px; }
.otherLinksWrap ul li a.otherIcon5:hover { background: #1f8a44 url(../images/otherIcon5h.png) no-repeat center 40px; }
.otherLinksWrap ul li a.otherIcon6:hover { background: #1f8a44 url(../images/otherIcon6h.png) no-repeat center 40px; }
.rightMenuLink li { padding: 0 !important; display: inline-block; margin-right: 10px; }
.rightMenuLink li a { display: inline-block; border: 1px solid #35a6bb; padding: 10px 25px; border-radius: 50px; text-align: center; }
.rightMenuLink li:before { display: none; }
.rightMenuLink li a:hover { background: #35a6bb; color: #fff; }
.rightTitleSBar { position: relative; }
.rightTitleSBar:after { content: ""; position: absolute; bottom: -8px; left: 0; width: 70px; height: 2px; background-color: #2460b3; }
.node--type-tender .node__content{ display: flex;flex-wrap: wrap; }
.node--type-tender .field--label-above { padding: 25px 35px; background: #f2f2f2;position: relative; }
.node--type-tender .node__content .field--type-text-with-summary{ margin-top: 20px; }
.node--type-tender .field--type-entity-reference .field__label { font-weight: 700; font-size: 18px;margin-bottom: 8px; }
.node--type-tender .field--label-above:after { content: ""; position: absolute; width: 1px; height: 50px; background: #b7b4b4; left: 0; top: 50%; margin-top: -21px; }
.node--type-tender .field--label-above:nth-child(1):after { width: 0; }
.node--type-tender .field__label{ margin-bottom: 8px;font-size: 18px; }
.field--name-field-events-hyperlink { word-break: break-all; }
.user-register-form .row .row:nth-child(-n+3) { display: none; }
.login-form .extAction a { color: #36a7eb; margin-left: 10px; }
.login-form .captcha, .change-password-form .captcha{ position: relative; width: 100%;max-width: 580px; padding-right: 0; margin-right: 0; }
.login-form .captcha img, .change-password-form .captcha img, .registration-form .captcha img{ max-width: 100px; padding: 5px;}
.login-form .captcha .row { width: 100%; }
.login-form .captcha input{ width: calc(100% - 129px); }
.change-password-form .captcha input { width: calc(100% - 158px); }
.registration-form .captcha{width: 100%; max-width: 580px; padding: 0; }
.registration-form .button.sendOtp { margin-top: 30px; }
.registration-form .button.sendOtp:focus{ outline:none;color:#fff; }
.registration-form .password-parent{ max-width: 100%; }
.registration-form .captcha input { width: calc(100% - 159px); }
.login-form .user-login-form { margin-bottom:30px; }
.login-form .regiserLinkBtn{ margin-right: 0; margin-left: 10px; }
a.buttonLink.float-right { padding: 13px 0;color: #cd366b; }
.registration-form .description { padding: 15px; }
.registration-form input, .registration-form select, .registration-form textarea{ color: #323232; }
.registration-form input.button { color: #fff; }
.change-password-form input::-webkit-input-placeholder { color: #fff;opacity: 1; }
.change-password-form input::-moz-placeholder { color: #fff;opacity: 1; }
.change-password-form input:-ms-input-placeholder { color: #fff;opacity: 1; }
.change-password-form input:-moz-placeholder { color: #fff;opacity: 1; }

.wcdicdsContactBox { box-shadow: 0 0 30px rgb(0 0 0 / 20%); background: #fff; padding: 50px; border-radius: 15px; text-align: center; height: 95%; }
.wcdicdsContactBox img {text-align: center; padding-bottom: 15px;}
.innerWrap .wcdicdsContactBox p {text-align: center; margin: 0;padding-top: 15px; border-top: 1px solid #ccc;}
.w100 { width: 100px; }

.honblePersonBlock { text-align: center; height: 93%; box-shadow: 0 0 5px rgb(0 0 0 / 20%); border-radius: 20px; padding: 20px 10px 30px; transition: all 0.3s ease-out; background: #eaeaea; margin-top: 5px; }
.honblePersonBlock:hover { box-shadow: 0 0 5px rgb(0 0 0 / 40%);transform: scale(1.06);background: transparent; }
.honblePersonBlock h3 { font-size: 1em;color: #2d3e83;font-weight: 700;margin-bottom: 5px; }
.honblePersonBlock p { font-size: 0.95em;color: #646464; }

.quickLeftmenu ul.rightMenuLink.bulletText { margin: 0 0 25px; }
.quickLeftmenu ul.rightMenuLink.bulletText li { display: block;margin: 0;background: transparent;border-bottom: 1px dashed #ececec; }
.quickLeftmenu ul.rightMenuLink.bulletText li a { background: transparent;border: 0;border-radius: 0;color: #000;padding: 5px 0 5px 18px;display: block;text-align: left;position: relative;font-size: 18px; }
.quickLeftmenu ul.rightMenuLink.bulletText li a:before { display: inline-block;content: "\f105";font-family: 'FontAwesome';font-size: 22px;line-height: 22px;vertical-align: middle;top: 7px;position: absolute;left: 0; }
.quickLeftmenu ul.rightMenuLink.bulletText li a:hover { color: #2c3d83;padding-left: 25px; }
.quickLeftmenu a.mobileQuickLinks { display:none !important;font-size: 20px;margin: 0 0 20px;display: block;color: #c05782;border-bottom: 1px solid #ccc;padding: 0 0 10px; }
.archiveListingWrap ul li:before { display: none; }



.innerWrap .introductionBlock .block-system .schemesearch { padding: 15px; }
.schemesBox .sthumbnail:hover img { transform: scale(1.2); }
.schemesBox .sthumbnail img { width: 100%; transition: all 0.4s; margin: 0 auto; display: inline-block; }
.webcastDetail .elabel { font-weight: bold; font-size: 18px; margin-bottom: 5px; display: block; }
.webcastDetail .introText { font-size: 16px; color: #444; }
.donateLink { display: inline-block; margin: 0 10px 0 0; vertical-align: middle;}
.donateLink a { text-decoration: none; font-size: 1.071em; color: #fff; display: inline-block; width: 100%; text-align: center; padding: 8px 20px; background-color: #2c3d83; border: 1px solid #2c3d83; border-radius: 30px; line-height: normal; }
.donateLink a:hover { background-color: #cd366b; color: #fff; border: 1px solid #cd366b; }
.webcastWrapper .webcastImageHolder img { width: 100%; height: auto; }
.webcastWrapper .webcastImageHolder { box-shadow: 0 4px 10px rgb(0 0 0 / 8%); padding: 10px; background: #fff; margin-bottom: 10px; }
.schemesBox .sthumbnail { overflow: hidden; /* width: auto; */ }
.innerWrap .introductionBlock .block-system .schemesearch a { color: #1e379f; font-size: 1.214em; font-weight: 600; }
.innerWrap .introductionBlock .schemesearch .datetime { display: initial; font-size: 1.125em; text-align: justify; font-weight: 500; color: #393939; font-family: 'Noto Sans'; }
.innerWrap .introductionBlock .block-system .schemesearch { display: block; padding: 15px; }
.innerWrap .introductionBlock .views-element-container .schemesBox .schemesearch { display: inline-block; padding: 15px;width: 100%; }
.innerWrap .introductionBlock .views-element-container .schemesBox .sthumbnail { display: block; }








/*===== Start (Theme Color Changes) =====*/
/********** High Contrast View **********/
.wob .honblePersonBlock h3{ color: #80ff00; }
.wob .honblePersonBlock p{ color: #ffffff; }
.wob .honblePersonBlock{ background: #2c2c2c; }
.wob .honblePersonBlock:hover{ background: #343434; }

.wob { background-color: #000; color: #fff; }
.wob a { color: #ff0; }
.wob a:hover { color: #80ff00; }
.wob .informationCounterWrap{ background-color: #2e2d2d; }
.wob .informationCounter ul li .countText{ color: #fff; }
.wob .informationCounter ul li .count{ color: #80ff00; }
.wob .schemesWrap{ background: #000000; }
.wob .relAppbg::before{ background: #1c1b1b; }
.wob .relatedApplication h2{ color: #ffffff; }
.wob .relatedApplication ul li a{ color: #ffff00; }
.wob .relatedApplication ul li a:before{ color: #ff0; }
.wob .relatedApplication ul li a:hover:before{ color: #80ff00; }
.wob .informationCounter ul li.countIcon1:before{ background: #000 url(../images/countIcon1.png) no-repeat center center; }
.wob .informationCounter ul li.countIcon2:before{ background: #000 url(../images/countIcon2.png) no-repeat center center; }
.wob .informationCounter ul li.countIcon3:before{ background: #000 url(../images/countIcon3.png) no-repeat center center; }
.wob .informationCounter ul li.countIcon4:before{ background: #000 url(../images/countIcon4.png) no-repeat center center; }
.wob .informationWrap:after { background-color: #2a2929; }
.wob .informationWrap{ background: #1f1f1f; }
.wob .galleryWrap{ background:#2a2929; padding-bottom: 15px; }
.wob .informationWrap .col-md-4{ background-color: #2a2929}
.wob .schemeInfo a { background-color: transparent; border: 1px solid #ffff00; color: #ffff00; }
.wob .schemeInfo a:hover { color: #000; background: #80ff00; border: 1px solid #80ff00; }
.wob .schemesBox .schemeInfo h3{ color: #78f000; }
.wob .relatedApplication ul li a{ border-bottom: 1px solid #4e4e4e; }
.wob .latestNewsWrap .tickerDivBlock li:before{background: #4e4e4e; }
.wob .relatedApplication ul li a:hover { color: #80ff00; }
.wob .msgPop { color: #333; }
.wob .relatedApplication:before{ background: #1c1c1c; }
.wob .donateWrap p { color: #393939; }
.wob .modal-content .modal-footer .btn { color: #fff; }
.wob .modal-content .modal-footer .btn.btn-default { background-color: #222; }
.wob .modal-content .modal-footer .btn.btn-primary { background-color: green; }
.wob .modal .modal-body p, .wob .eventFilterInfo ul li .elabel { color: #333; }
.wob .eventFilterInfo ul li .edate { color: #000; }
.wob .pdfLink a { word-break: break-all; }
.wob .ui-datepicker table.ui-datepicker-calendar td > a.ui-state-highlight,
.wob .ui-datepicker table.ui-datepicker-calendar td > a:hover { background-color: #ff0; color: #000 !important; }
.wob .galleryBox a:hover .galleryTitle::before { z-index: 1; }
.wob .galleryBox >a .galleryTitle::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 80px; background-color: #222222a1; border-radius: 0; top: auto; }
.wob .galleryTitle span { z-index: 1; }

.wob .schemesBlock .col-md-3 .schemesBox { background-color: #4d4c4c; }
.wob h3 { color: #fff; }
.wob .blacktheme { display: none; }
.wob .whitetheme { display: block; filter: grayscale(1) invert(1) contrast(4); }
.wob .aboutDepartment p a,
.wob #accessControl input,
.wob .galleryBox >a:hover .galleryTitle span,
.wob .galleryBox >a .galleryTitle span,
.wob .sitemap .sitemap-menu > li > a:hover, 
.wob #site-map .nolink:hover { color: #ff0; }
.wob .sitemap .sitemap-menu > li > a:hover, #site-map .nolink:hover { background: #80ff00; color: #000; border-color: #80ff00; }
.wob .sitemap .sitemap-menu > li > ul > li > a:hover { background: #80ff00; color: #000; border-color: #80ff00; }
.wob .galleryBox >a:hover .galleryTitle span { color: #80ff00; }
.wob .newsPoliciesFeedWrap .col-md-4::after,
.wob .cornerInfoWrap a .anganwadiCorner,
.wob .cornerInfoWrap a .womenCorner,
.wob .cornerInfoWrap a .childrenCorner,
.wob .cornerInfoWrap a .inner .info{ background-color: #333; }
.wob #nav > .highlight > a,
.wob .cornerKnowMore a,
.wob .informationLinksWrap ul li a:hover{ color: #fff; }
.wob .schemesBox { background-color: #2a2929; }
.wob .schemeInfo p{ color: #ffffff; }
.wob .cornerInfoWrap a .inner .info { box-shadow: 0px -50px 20px rgb(51 51 51 / 90%); }
.wob .relatedApplication{ background-color: #2a2929;padding: 30px 0 20px; }
.wob .otherLinksWrap ul li a{ color: #ff0; }
.wob .otherLinksWrap ul li a:hover span{ color: #80ff00; }
.wob .cornerKnowMore a:hover { background-color: #80ff00; border-color: #80ff00; }
.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: #80ff00;color: #000; }
.wob #accessControl input:hover { color: #80ff00; }
.wob .search a:hover { border-color: #80ff00; }
.wob .cornerInfoWrap a .inner h2,
.wob .cornerInfoWrap a .inner p,
.wob h4 { color: #fff; }
.wob .ourLeadershipWrap .honblePersonBlock { background-color: #222; }
.wob .ui-accordion .ui-accordion-header.ui-state-active { background-color: #222; color: #ff0 !important; border: 1px solid #333; margin-top: -1px; background: #222 url(../images/minus_white.png) 98% 15px no-repeat; }
.wob .ui-widget-content { border: 1px solid #333; background: #222; color: #fff; height: auto !important; }
.wob .ui-accordion .ui-accordion-header { background: url(../images/plus_white.png) 98% 16px no-repeat; color: #fff; background-color: #333; border-color: #222; border-radius: 0; }

.wob .view-filters { background-color: #222; border-radius: 5px; }
.wob th, .wob .tableData th { background: #797979; }
.wob th, .wob td, .wob .tableData th, .wob .tableData td { border-bottom: 1px solid #747474; border-right: 1px solid #9b9b9b; }
.wob table tr:nth-child(2n+1) td, .wob .tableRowOdd { background-color: #333; }
.wob caption, .wob th, .wob td { background: #444; }
.wob table, .wob .tableData { border-top: 1px solid #222; border-left: 1px solid #222; }
.wob nav.pager ul li.is-active a, .wob nav.pager ul li a:hover { background: #ff0;color: #000; }
.wob nav.pager ul li a { background: #222; }

.wob .ui-datepicker{ background-color: #000; color: #fff; } 
.wob .ui-datepicker .ui-datepicker-title select { background-color: #3c3b3b; }
.wob .ui-datepicker tbody a { color: #fff; }
.wob .ui-datepicker td { background-color: #222; }
.wob .ui-state-highlight { background-color: #ff0; color:#000 !important; }
.wob .ui-state-active, .wob .ui-datepicker tbody a:hover { background-color: #ff0; color: #000 !important; }
.wob .search a .fa.fa-search:hover { color: #80ff00; }
.wob .marqueeScrolling li a{ color: #ff0; }
.wob .marqueeScrolling li a:hover{ color: #80ff00; }
.wob .lightImg img { filter: grayscale(1) invert(1) contrast(4); }
.wob .wobImg { display: none; }
.wob .topStripWrap { background-color: #373737; }
.wob .topStrip li::before { background: #6a6a6a; }
.wob .mainNavigation { background-color: #373737; }
.wob .count-img img { filter: brightness(0.5); }
.wob .aboutDepartment { color: #fff; }
.wob .honblePersonBlock h3 { color: #80ff00; }
.wob .honblePersonBlock p { color: #fff; }
.wob .informationLinksWrap { background-color: #4d4c4c; }
.wob .newstopbg::before { background: #282828; }
.wob .socialbg::before { background: #000; }
.wob .newsPoliciesFeedWrap h2 { color: #fff; }
.wob .newsItem span { color: #78f000; }
.wob .newsItem a { color: #ff0; }
.wob .newsItem a:hover { color: #78f000; }
.wob .newsPlayPause.stop{ filter: grayscale(1) invert(1) contrast(6); }
.wob .newsPlayPause.play { filter: grayscale(1) invert(1) contrast(6); }
.wob .policiesTab .resTab .tabNav .r-tabs-state-active a { color: #ff0; }
.wob .policiesTab .resTab .tabNav li a { color: #fff; }
.wob .policiesWrap ul li a { color: #ff0;border-bottom: 1px solid #4e4e4e; }
.wob .policiesWrap ul li:last-child a{ border-bottom: none; }
.wob .policiesWrap ul li a:hover { color: #80ff00; }
.wob .galleryTab .resTab .tabNav .r-tabs-state-active a { color: #fff; }
.wob .newsPoliciesFeedWrap .socialFeedWrap::after { background-color: #333; }
.wob .socialbg:before { background: #202020; }
.wob .galleryTab .resTab .tabNav li a { color: #7a7878; }
.wob .othersLogos { background-color: #222; }
.wob .othersLogos ul li::before { background: #333; }
.wob .govtLogos { background-color: #fff; }
.wob .contactAddress { background-color:#373737; }
.wob .footerLinkWrap { background-color: #000000; }
.wob .footerLink a{ color: #ff0; }
.wob .footerLink a:hover{ color: #80ff00; }
.wob #backtotop span em { background-color: #4b4b4b; }
.wob #backtotop > span { color: #000; background-color: #ff0; }
.wob .socialMediaBlock li a { color: #ff0;background-color: #000; }
.wob .socialMediaBlock li a:hover { color: #000; }
.wob .socialMediaBlock li a:hover:after { transform: scale(1); opacity: 1; color: #000; }
.wob .socialMediaBlock li a:after { content: ""; background: #80ff00; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border-radius: 50%; z-index: -1; transform: scale(0); transition: all 0.4s; }
.wob .policiesWrap .pdfIcon{ filter: grayscale(1) invert(1) brightness(5); }
.wob .search a .fa.fa-search{ color: #ff0; }
.wob .marqueeScrolling { background-color: #222; }
.wob .marqueeTitle { color:#78ff00; }
.wob .btnMPause::before { color: #ff0; } 
.wob .btnMPause:hover::before { color: #fff; }
.wob .marqueeScrolling li span { color: #fff; }
.wob .marqueeScrolling .marqueeAll:hover { color:#80ff00; }
.wob .marqueeScrolling .marqueeAll { color: #ff0; }
.wob .innerWrap h2::after { background-color: #80ff00; }
.wob .innerWrap h2 { color: #80ff00; }
.wob .poshanAbhiyaan a { color: #fff; background-color: #222; border: 1px solid #222; }
.wob .poshanAbhiyaan a:hover { background-color: #ff0; color: #000; border-color: #ff0; }
.wob .donateLink a{ color: #fff; background-color: #222; border: 1px solid #222; }
.wob .donateLink a:hover { background-color: #ff0; color: #000; border-color: #ff0; }
.wob .search a { border: 1px solid #ff0; }
.wob .search .searchformWrapper::before { border-color: transparent transparent #3a3a3a; }
.wob .search .searchformWrapper { background-color:#3a3a3a; }
.wob .search .searchformWrapper [type="search"] { background-color: #000; border-color: #fff; }
.wob .searchformWrapper .search-block-form .form-actions .form-submit:hover { border-color: #80ff00; background-color: #80ff00; color: #000; }
.wob .registration-form .button.sendOtp:focus{ color: #000; }
.wob input[type="submit"], .wob input[type="button"], .wob button, .wob .button { background-color: #f8ff00; color: #000; border: 1px solid #f8ff00; }
.wob input[type="submit"]:hover, .wob input[type="button"]:hover, .wob button:hover, .wob .button:hover { border-color: #ff0; background-color: #ff0; color: #000; }
.wob .resetLink{ background: transparent; border-color: #ff0; color: #ff0; }
.wob .resetLink:hover { background: #80ff00;border-color: #80ff00; color: #000; }
.wob input[type="submit"]:hover { background: #80ff00; border-color: #80ff00; }
.wob .view-header .btn { background: transparent;border-color: #ff0; color: #ff0; }
.wob .view-header .btn:hover { background: #80ff00;border-color: #80ff00; color: #000; }
.wob .applicationForm { background: #222; }
.wob label { color: #fff; }
.wob .form-item input.error, .wob .form-item textarea.error, .wob .form-item select.error{ color: #fff; }
.wob input[type="text"], .wob input[type="email"], .wob input[type="tel"], .wob input[type="number"], .wob input[type="url"], .wob input[type="password"], .wob input[type="search"], .wob select, .wob textarea { color: #fff; background-color: #3c3b3b;}
.wob .donateWrap { background-color: #222; }
.wob .donateForm h3::after { background-color: #ff0; }
.wob .donateForm h3 { color: #ff0; }
.wob .detail404 h3 { border-bottom: 1px solid #fff; color: #80ff00; }
.wob .detail404 h2{ color: #ea0f0f; }
.wob .detail404 h2:before, .wob .detail404 h2:after{ background: #ea0f0f; }
.wob .detail404 { background-color: #222; }
.wob .detail404 .largeText { font-size: 1.8em; }
.wob .login-form .extAction { background: #4a4a4a; }
.wob .login-form .extAction a { color: #ff0; }
.wob .login-form .extAction a:hover { color: #fff; }
.wob .captcha .reload-captcha-wrapper a { background: rgba(0, 0, 0, 0) url(../images/reloadwob.png) no-repeat scroll left top; }
.wob .breadcrumbWrap { background-color: #222; }
.wob .breadcrumbWrap ul li a { color: #ff0; }
.wob .breadcrumbItem + .breadcrumbItem::before { color: #fff; }
.wob .breadcrumbWrap ul li { color: #fff; }
.wob .eventFilterInfo{ background-color: #3a3a3a; }
.wob .eventFilterInfo ul li span.elabel{ color: #ffffff; }
.wob .eventFilterInfo ul li span.edate{ color: #ffffff; }
.wob .search-results li { background-color: #2a2a2a !important; background: #000000 url(../images/bullet-white.png) no-repeat 15px 35px; }
.wob .ui-datepicker table.ui-datepicker-calendar td > a{ color: #ffffff !important; }
.wob .ui-datepicker .ui-datepicker-header .ui-corner-all{ color: #fff; }
.wob .mainBoxThk{ background-color: #282828; }
.wob .archiveListingWrap li a { background: #222;border-left: 3px solid #ff0;color: #ff0; }
.wob .archiveListingWrap li a:hover { background: #80ff00; border-left: 3px solid #80ff00; color: #000; }
.wob .search .searchformWrapper .form-item input::-webkit-input-placeholder { color: #fff;opacity: 1; }
.wob .search .searchformWrapper .form-item input::-moz-placeholder { color: #fff;opacity: 1; }
.wob .search .searchformWrapper .form-item input:-ms-input-placeholder { color: #fff;opacity: 1; }
.wob .search .searchformWrapper .form-item input:-moz-placeholder { color: #fff;opacity: 1; }
.wob .sitemap .sitemap-menu > li > a, .wob #site-map .nolink { color: #ff0; border: 1px solid #ff0; }
.wob .sitemap .sitemap-item ul li::before { color: #fff; }
.wob .sitemap .sitemap-item ul li ul.menu li::before { color: #fff; }
.wob .sitemap .sitemap-menu > li > ul::after { background: #fff; }
.wob .sitemap .sitemap-menu > li > ul { border-left: 1px solid #fff; }
.wob .sitemap .sitemap-menu > li > a:hover, .wob #site-map .nolink:hover { background: #222; color: #80ff00; }
.wob .sitemap .sitemap-menu > li > ul > li > a::after { border-top: 2px solid #222; }
.wob .sitemap .sitemap-menu > li > ul > li > a { background: #222; }
.wob .sitemap .sitemap-menu ul a { color: #ff0; }
.wob .sitemap .sitemap-menu > li > ul > li > a:hover { background: #222; color: #80ff00; }
.wob #nav > li > a:hover, #nav > li.hover > a, #nav > li.focus > a, #nav > .highlight > a{ background: #80ff00; color: #000; }
.wob .marqueeScrolling li:after {  background: #fff; }
.wob .responsiveTable td:before{ color: #ff0; }
.wob .accordion .accTrigger { background: #333 url(../images/minus.png) 98% 20px no-repeat; border: 1px solid #333;color: #fff; background-color: #333; border-color: #222;; }
.wob .accordion .accTrigger.active{ background: #222 url(../images/plus_white.png) 98% 20px no-repeat !important; color: #ff0 !important; border: 1px solid #333; }
.wob .marqueePlayPause.play { background-image: url(../images/marquee-stop_white.png); }
.wob .marqueePlayPause { background-image: url(../images/marquee-stop_white.png); }
.wob .galleryzoomWrap .galleryBox a .thumbnail:before{ background: #80ff00; }
.wob .marqueeScrolling .marqueePlayPause:before{ border-right: 6px solid #ffffff; }
.wob .marqueeScrolling .marqueePlayPause:after{ border-left: 6px solid #ffffff; }
.wob .count-img{ border: 3px solid #80ff00; }
.wob .schemesearch a:hover{ color: #80ff00; }
.wob .schemesearch .datetime{ color: #fff;font-weight: normal; }
.wob .introductionBlock .border { border: 1px solid #dee2e6; display: block; max-width: 300px; text-align: center; float: none; margin: 0 auto 10px; border: none; padding: 0; }
.wob ul.bulletText li::before { color: #ff0; }
/*login*/
.wob .login-form .extAction { background: #4a4a4a; }
.wob .login-form .extAction a { color: #ff0; }
.wob .login-form .extAction a:hover { color: #fff; }
.wob .login-form .extAction a { color: #ff0; }
.wob .login-form .extAction a:hover { color: #fff; }
.wob a.buttonLink.float-right{ color: #ff0; }
.wob a.buttonLink.float-right:hover{ color: #80ff00; }
.wob .registration-form input.button{ color: #000; }
.wob .rightMenuLink li a{ border: 1px solid #ffffff; }
.wob .rightTitleSBar:after{background-color: #ffffff; }
.wob .rightMenuLink li a:hover { background: #ffffff; color: #000; }
.wob .informationWrap .view-empty .noRecFound{ color: #000 }
.wob .detail404 .largeText{ color: #fff; }
.wob .detail404 .button:hover { background-color: #80ff00; color: #000; border-color: #80ff00; }
.wob .govEmblem a img { filter: grayscale(1) invert(1); }
.wob .wcdicdsContactBox{ background: #222; }
.wob .wcdicdsContactBox img { filter: grayscale(1) invert(1); }
.wob .wcdicdsContactBox p { border-top: 1px solid #6d6e76; }
.wob .socialMediaBlock li a:hover .fa { color: #000; }
.wob .schemesBlock .schemesearch a{ color: #fff; }
.wob .quickLeftmenu ul.rightMenuLink.bulletText li a{ color: #fff; }
.wob .quickLeftmenu ul.rightMenuLink.bulletText li a:hover{ color: #80ff00; }
.wob .quickLeftmenu ul.rightMenuLink.bulletText li{ border-bottom: 1px dashed #878787; }
.wob .quickLeftmenu a.mobileQuickLinks{ color: #80ff00; }

.wob .webcastDetail .edate { color: #ff0; }
.wob .webcastDetail .introText { color: #fff; }
.wob .donateLink a { color: #000; background-color: #ff0; border: 1px solid #ff0; }
.wob .donateLink a:hover { background-color: #80ff00; color: #000; border-color: #80ff00; }
.wob .innerWrap h2::after{ background-color: #80ff00; }
.wob .innerWrap .introductionBlock .block-system .schemesearch a { color: #ff0; }
.wob .wob .schemesearch p { color: #fff; }
.wob .innerWrap .introductionBlock .schemesearch .datetime{ color: #fff; }


