@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
}
#wrapper { overflow-x: hidden; }
body, button, input, select, textarea { color:#393939; font-size:16px; line-height:1.5; }
body { font-family: 'Poppins', sans-serif; background-color:#fff; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
a { text-decoration:underline; transition: 350ms ease; -webkit-transition: 350ms ease; }
a:focus { outline:thin dashed; }
a:hover, a:active { outline: 0; }
a:hover { text-decoration:none; color:#393939; }
h1, h2, h3, h4, h5, h6 { font-weight:bold; }
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 Style Start*********/
button, input, select, textarea { margin: 0; vertical-align: baseline; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor:pointer; }
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], input[type="password"], input[type="search"], select, textarea { height: 44px; border: 1px solid #cccccc; border-radius: 6px; font-size: 14px; line-height: 26px; padding: 3px 10px; width: 100%; color: #838d94; }
input[type="checkbox"], input[type="radio"] { box-sizing:border-box; padding:0; margin:0 5px 0 0; }
input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance:radio }
input[type="submit"], input[type="button"], input[type="reset"], button, .button { line-height:20px; padding:12px 20px; display:inline-block; text-decoration:none; background-color:#3b3889; border-radius:5px; color:#fff; margin:0; outline:0 none; font-size:1em; cursor:pointer; font-weight:500; border:0; }
input[type="submit"], input[type="button"], input[type="reset"], button, .button { transition: 350ms ease; -webkit-transition: 350ms ease; }
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:0; font-weight:normal; font-size:14px; }
.reference label { display: block; color: #555555; }
.reference input[type="file"] { height: 43px; border: 1px solid #cccccc; border-radius: 6px; font-size: 14px; line-height: 26px; padding: 5px; width: 100%; color: #838d94; }
/*input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover, .button:hover { color:#fff; background: #008091; } */
input[type="submit"].cancelBtn, input[type="button"].cancelBtn, input[type="reset"].cancelBtn, .resetBtn, input[type="reset"], input[type="submit"].resetBtn { background-color:#ccc; color:#000; font-weight:500; }
input[type="submit"].cancelBtn:hover, input[type="button"].cancelBtn:hover, input[type="reset"].cancelBtn:hover, .resetBtn, input[type="reset"]:hover, input[type="submit"].resetBtn:hover { background-color:#333; color:#fff; }
.button.resetBtn { background-color: #ccc !important; color: #000; border: 0; }
.button.resetBtn:hover { background: #777 !important; }
.button { border-radius: 5px; font-size: 16px; color: #fff; background-color: #3b3889; font-weight: 400; margin-right: 10px; border: 0; padding: 3px 15px; height:43px; }
.button:hover { background-color: #2B368B; color: #fff; border-color: #2B304E; }
.datefrom { display: flex; align-items: center; }
.datefrom .from-celender { margin-right: 0 !important; }
.otherdetails .from-celender { width: 100%; max-width: 100%; }
.datepicker { /*background: url(../images/calender-icon-admin.png) right center no-repeat #fff !important; */ }
.searchFormWrap button.button.resetBtn { margin-top:25px; }
.searchFormWrap { margin-bottom: 15px; }
.form-actions a { line-height: 20px; padding: 10px 20px; display: inline-block; text-decoration: none; background-color: #008091; border-radius: 5px; color: #fff; margin: 0; outline: 0 none; font-size: 1em; cursor: pointer; font-weight: 600; border: 0; transition: 350ms ease; -webkit-transition: 350ms ease; }
.form-actions a:hover { background-color:#3b3889; color:#fff; }
.filterWrap input[type="text"] { margin-bottom: 15px; }
.from-celender input { height: 43px; }
.searchFormWrap .reference { margin-bottom: 10px; }
.searchFormWrap .otherdetails { margin-bottom: 10px; }
/********* Form fields Style End*********/
/*----Date Picker Start----*/
.ui-datepicker .ui-datepicker-prev span:before { content: "\f053"; position: absolute; font-size: 22px; color: #fff; left: 0; top: 50%; margin-top: -18px; font-family: "FontAwesome"; text-indent: 0; font-weight: normal; }
.ui-datepicker .ui-datepicker-next span:before { content: "\f054"; position: absolute; font-size: 22px; color: #fff; right: 0; top: 50%; margin-top: -18px; font-family: "FontAwesome"; text-indent: 0; font-weight: normal; }
.ui-datepicker .ui-datepicker-next:hover span:before, .ui-datepicker .ui-datepicker-prev:hover span:before { color: #fff; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 10px; width: 1em; height: 1em; }
.ui-datepicker .ui-datepicker-header { position: relative; padding: .35em 0; background: #008091; border: 0 none; border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; color: #fff; }
.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th, .datepicker table tr th { background: #008091; }
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover, .datepicker table tr th:hover { background: #3b3889 !important; }
.datepicker table tr td span:hover, .datepicker table tr td span.focused { background: #3b3889; }
/********* Clear floats *********/
.cf:before, .cf:after, .container:before, .container:after, .row:before, .row:after, ul:before, ul:after, .boxs:before, .boxs:after, .radioList:after, .radioList:before { content:" "; display:table }
.cf:after, .container:after, .row:after, ul:after, .boxs:after, .radioList:after { clear:both } /********* Common Classes *********/
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:20px 0; padding:0 }
h1 { font-size: 32px; }
h2 { font-size: 1.875em; line-height: 42px; font-weight: 600; color: #3b3889; margin-bottom: 20px; }
ul { padding:0 0 0 0; }
ol { padding:0 0 0 20px }
ul ul, ol ol { margin:10px 0 }
p, h1, h2, h3, h4, h5, h6, ul, ol, dd, table, fieldset, address { margin: 0 0 25px; }
.alignLeft { float:left; margin-right:25px; }
.alignRight { float:right; margin-left:25px; }
.displayNone, .hasJS noscript, .hideThis { display:none!important; visibility:hidden }
.jsRequired { display:block; background-color:#C00; color:#fff; width:100%; line-height:30px; text-align:center; font-size:0.75em; border:0 none; }
.mrgAuto { margin-right:auto; margin-left:auto; }
.mrgT20 { margin-top:20px; }
.mrgL20 { margin-left:20px; }
.mrgR20 { margin-right:20px; }
.mrgB20 { margin-bottom:20px; }
.mrgT10 { margin-top:10px; }
.mrgL10 { margin-left:10px; }
.mrgR10 { margin-right:10px; }
.mrgB10 { margin-bottom:10px; }
.padL20 { padding-left:20px; }
.padR20 { padding-right:20px; }
.padB20 { padding-bottom:20px; }
.padT20 { padding-top:20px; }
.padL15 { padding-left:15px; }
.padR15 { padding-right:15px; }
.padB15 { padding-bottom:15px; }
.padT15 { padding-top:15px; }
.padL10 { padding-left:10px; }
.padR10 { padding-right:10px; }
.padB10 { padding-bottom:10px; }
.padT10 { padding-top:10px; }
.padTB10 { padding-top:10px; padding-bottom:10px; }
.padTB15 { padding-top:15px; padding-bottom:15px; }
.padTB20 { padding-top:20px; padding-bottom:20px; }
.pad10 { padding:10px; }
.pad15 { padding:15px; }
.pad20 { padding:20px; }
.pad25 { padding:25px; }
.pad30 { padding:30px; }
.width100p { width:100%; }
.width90p { width:90%; }
.width80p { width:80%; }
.width70p { width:70%; }
.width60p { width:60%; }
.width50p { width:50%; }
.width40p { width:40%; }
.width30p { width:30%; }
.width20p { width:20%; }
.width10p { width:10%; }
.width85px { width:85px; }
.width150px { width:150px; }
select { -moz-appearance: none; -webkit-appearance: none; appearance: none; cursor: pointer; }
/*select { -webkit-appearance: none; background: url(../../images/down-arrow.gif)no-repeat; background-position: 95% 50%; background-size: 10px; } */
.fileSize { font-size: 0.7125em; display: inline-block; vertical-align: middle; font-style: italic; color: #000; }
.fileSize img { width:auto; display: inline-block; vertical-align: middle; }
.extIcon { vertical-align:middle; margin-left:3px; }
/*.rsIcon { display:inline-block; margin-right:2px; height:11px; text-indent:-999px; overflow:hidden; width:11px; background:url(../../images/rupee.png) left top no-repeat; } */
.bold { font-weight:bold; }
.italic { font-style:italic; }
.longWord, .wordBreak { word-wrap: break-word; } /********** Image Formating & Alignment **********/
.imgLeft { float:left; margin-right:20px; margin-bottom:20px; }
.imgRight { float:right; margin-left:20px; margin-bottom:20px; }
.imgCenter { float:none; margin-bottom:20px; margin-left:auto; margin-right:auto; display:block; }
.imgBorder { border:1px solid #ccc; padding:5px }
.rounded { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.circle { -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; }
.shadow { -webkit-box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.2); box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.2); padding:4px; } /***Image with Border***/
.imgLeftBorder { margin-right: 50px; position: relative; margin-bottom: 30px; }
.imgRightBorder { margin-left: 50px; position: relative; margin-bottom: 25px }
.imgLeftBorder:before, .imgRightBorder:before { content:""; background:#5a8e22; position: absolute; left: 25px; top:20px; height: 100%; width: 100%; z-index: -1; }
.imgRightBorder:before { left: auto; right: 25px } /***Image with Border End***/ /********** Alignment **********/
.left { text-align:left !important }
.right { text-align:right !important }
.center { text-align:center !important }
.justify { text-align:justify !important } /********** Error/Alert Messages **********/
.message { padding:10px 38px 10px 10px; margin-bottom:20px; border:1px solid transparent; position:relative; }
.message.success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
.message.success a { color: #2b542c; }
.message.error { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
.message.error a { color: #843534; }
/********** Table **********/
.tableOut { overflow-y:hidden; overflow-x:auto; width: 100%; box-shadow: 0 0 10px rgb(0, 0, 0, 0.3); border-radius: 6px; margin-bottom: 15px; padding: 5px; background: #fff; }
table, .tableData { border-collapse: separate; border-spacing: 0; width: 100%; empty-cells:show; border:none; border-top:1px solid #E9E9EA; border-left:1px solid #E9E9EA; margin-bottom:0; }
table table, .tableData table { margin:0; }
th, td, .tableData th, .tableData td { border:none; padding:8px 10px; border-bottom:1px solid #E9E9EA; border-right:1px solid #E9E9EA; vertical-align:middle; }
table tr:nth-child(odd) td, .tableRowOdd {
background-color:#f7f7f7;
}
caption, th, td { font-weight: normal; background:#fff }
th, .tableData th { background:#3b3889; font-weight:600; color:#fff; font-size: 16px; padding:10px; }
.tableScroll { overflow-y:hidden; overflow-x:auto; }
table tr td a:focus { border:2px dashed #000; display:inline-block; }
/* ******** Grid : 12 Coloum and Boxs ******** */
.example div div, .example .boxs li { border:1px solid #eee; margin-bottom:15px; padding-top:15px; padding-bottom:15px }
.row { margin-left: -15px; margin-right: -15px; }
/********* Navigation *********/
/********* Navigation *********/
.mainNavigationWrap { background:#3b3889; }
.mainNavigation { margin:0; position:relative; float:left; z-index:999; }
.toggleMenu { display:none; padding:15px; text-decoration:none }
.toggleMenu .mobileMenu { font-size:1.250em; color:#fff; }
.toggleMenu .iconBar { float:left; width:25px; height:30px; background:url(../images/mobile-menu.png) no-repeat center center; position: absolute; top: 0; right:0; }
#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 { padding: 10px 7px; line-height: 30px; color: #fff; font-size:0.9375em; display: inline-block; text-decoration: none; /* text-transform: uppercase; */ }
#nav ul { width:300px; top:100%; padding:0; left:0; position:absolute; }
.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: #fff; line-height: 32px; color: #323232; border: none; border-top: 1px solid #ccc; padding: 5px 15px 5px 15px; text-align: left; }
#nav ul ul { top:0; left:300px } /*#nav a:hover, .noJS #nav a:focus, #nav ul .hover > a, #nav ul .focus > a { color:#fff } */
#nav ul a:hover, .noJS #nav ul a:focus, #nav ul a.selected { color:#fff; }
#nav ul, #nav :hover ul ul, #nav .hover ul ul, #nav .focus ul ul { margin-left:-9999px }
#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: #008091; color: #fff; }
#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: #ccc; color: #323232; }
#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; }
#nav > li > a:hover:before { width: 100%; }
#nav > li.hover > a:before { width: 100%; }
#nav > li > a:before { width: 0; content: ""; background: #ccc; height: 3px; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
/*****/

.loginReg { position: absolute; right: 0; top: 0; background-color: #282058; color: #fff; border-radius: 0 10px 10px 0; padding:11px 15px; z-index:10; text-decoration:none; font-size:16px; }
.loginReg:hover { background:#f5a129; color:#fff; }
.loginReg a { display: inline-block; vertical-align:middle; color:#fff; text-decoration:none; padding:10px 0; }
.loginReg a:hover { text-decoration:underline; }
.passwordRow { position: relative; }
span.eyeSlash { position: absolute; right: 10px; top: 80%; transform: translateY(-80%); color: #CACACA; }
/*Language Start*/
.topHeader ul.rightLinks li.langSelector select { border: 0; padding: 0 18px 0 5px; height: auto; color:#747474; }
.topHeader ul.rightLinks li.langSelector select:focus { outline:none; }
.language select { 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: 0.875em; cursor: pointer; color:#fff; line-height:18px; }
.language select option { background: #000; }
.language select::-ms-expand {
display: none;
}
.language .goButton { display: none; }
.language a { padding-right:5px; }
/*Language End*/ 
/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; }
 button::-moz-focus-inner {
padding: 0;
border: 0;
}
button.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 10px; top: 10px; text-decoration: none; text-align: center; opacity: 1; padding: 0; color: #000; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; background:#fff; border-radius:50%; text-align:center; }
div.mfp-close { display: none; }
.mfp-close:hover, .mfp-close:focus { opacity: 1; background:#fff; color:#000; }
.mfp-close:active { top: 1px; }
.mfp-close-btn-in .mfp-close { color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #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; display: none; }
.mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -30px; padding: 0; width: 60px; height: 60px; -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active { margin-top: -30px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; background:none; }
.mfp-arrow:before { display: block; width: 100%; height: 100%; text-align:center; position: absolute; left: 0; top: 0; font-family:'FontAwesome'; font-size:50px; color:#fff; line-height:60px; }
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:before { content:"\f104" }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:before { content:"\f105" }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; }
/* Main image in popup */
img.mfp-img { width: 100%; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 50px 0 50px; margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; }
.mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; }
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
.mfp-title { text-align: center; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; /*display:none; */ }
.mfp-image-holder .mfp-content { max-width: 100%; width:60%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.my-mfp-zoom-in .zoom-anim-dialog { opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); }
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); opacity: 0; }
.my-mfp-zoom-in.mfp-bg { opacity: 0; -webkit-transition: opacity 0.3s ease-out; -moz-transition: opacity 0.3s ease-out; -o-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; }
.my-mfp-zoom-in.mfp-ready.mfp-bg { opacity: 0.9; }
.my-mfp-zoom-in.mfp-removing.mfp-bg { opacity: 0; }
/**MF Popup End**/

/*Keyword Search Start*/
.search .form { background-color: #093779; display: none; padding: 5px; position: absolute; right: 0; top: 37px; width: 260px; z-index: 2; }
.search .form .form-item { float: left; width: 205px; }
.search .form .form-item .form-text { background-color: #fff; height: 36px; font-size:1.000em; }
.search { /* width: 30px; *//* height: 30px; z-index: 99999; float: left; *//* position: relative; */ }
.search a { width: 30px; height: 30px; display: block; overflow: hidden; text-align: center; border: 1px solid #fff; }
.search input[type="submit"]:hover, .search input[type="button"]:hover, .search input[type="reset"]:hover, .search button:hover, .search .button:hover { /*background: transparent; z-index: 0; */ }
.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; }
.searchForm .goBtn { font-size: 1em; position: absolute; right: 3px; bottom: 3px; z-index: 1; padding: 5px 10px; }
.searchForm .goBtn:hover { border-color: #b07046; background-color: #b07046; }
.search .goBtn { color: #fff; height: 6px; float: right; width: 45px; font-size: 0.875em; padding: 0; }
.search .form: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 rgba(9, 55, 121, 1); border-image: none; border-style: solid; border-width: 8px; content: " "; right: 5px; position: absolute; top: -16px; } /*Keyword Search End*/
/********** Responsive Tab **********/
.resTab { position: relative; border:0; }
.resTab .tabNav { margin-bottom:13px; padding: 0; list-style: none; line-height: 42px; margin-top: 5px; }
.resTab .tabNav li { display: inline-block; line-height: 30px; /*padding: 10px 30px; */ border-radius:10px; }
/*.resTab .tabNav li:last-child { 
border-right:0; 
 } */
.resTab .tabNav li a { padding: 10px 30px; display: inline-block; text-decoration: none; font-size:1.7em; font-weight: normal; color:#fff; line-height:42px; }
.r-tabs-tab.r-tabs-state-active { background-color: #3b3889 !important; border: 1px solid #3b3889; }
.r-tabs-tab.r-tabs-state-default { border: 1px solid #868686; background: #868686; }
.resTab .tabNav .r-tabs-state-active a { color: #fff; }
.resTab .tabContent { /*padding: 15px 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 15px; color: #3f50a1; font-weight: 500; text-decoration: none; border: 1px solid #3f50a1; margin-bottom: 10px; background: #fff url(../images/plus-dark.png); background-repeat: no-repeat; background-position: center right 15px; font-size: 25px; }
.resTab .r-tabs-accordion-title .r-tabs-anchor:hover { color: #fff; border:1px solid #098697; background: #098697 url(../images/plus.png); background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-repeat: no-repeat; background-position: center right 15px; }
.resTab .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor { color: #fff; text-shadow: none; border: 1px solid #3b3889; background: #3b3889 url(../images/minus.png); background-repeat: no-repeat; background-position: center right 15px; }
.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 }
/********** Responsive Tab End **********/
@font-face {
font-family: 'FontAwesome';
src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale }
.fa-lg { font-size: 1.33333333em; line-height: .75em; vertical-align: -15% }
.fa-2x { font-size: 2em }
.fa-3x { font-size: 3em }
.fa-4x { font-size: 4em }
.fa-5x { font-size: 5em }
.fa-fw { width: 1.28571429em; text-align: center }
.fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none }
.fa-ul>li { position: relative }
.fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: .14285714em; text-align: center }
.fa-li.fa-lg { left: -1.85714286em }
.fa-border { padding: .2em .25em .15em; border: solid .08em #eee; border-radius: .1em }
.fa-pull-left { float: left }
.fa-pull-right { float: right }
.fa.fa-pull-left { margin-right: .3em }
.fa.fa-pull-right { margin-left: .3em }
.pull-right { float: right }
.pull-left { float: left }
.fa.pull-left { margin-right: .3em }
.fa.pull-right { margin-left: .3em }
.fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear }
.fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8) }
@-webkit-keyframes fa-spin {  0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@keyframes fa-spin {  0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
.fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg) }
.fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg) }
.fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg) }
.fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1) }
.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1) }
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none }
.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle }
.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center }
.fa-stack-1x { line-height: inherit }
.fa-stack-2x { font-size: 2em }
.fa-inverse { color: #fff }
.fa-glass:before { content: "\f000" }
.fa-music:before { content: "\f001" }
.fa-search:before { content: "\f002" }
.fa-envelope-o:before { content: "\f003" }
.fa-heart:before { content: "\f004" }
.fa-star:before { content: "\f005" }
.fa-star-o:before { content: "\f006" }
.fa-user:before { content: "\f007" }
.fa-film:before { content: "\f008" }
.fa-th-large:before { content: "\f009" }
.fa-th:before { content: "\f00a" }
.fa-th-list:before { content: "\f00b" }
.fa-check:before { content: "\f00c" }
.fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d" }
.fa-search-plus:before { content: "\f00e" }
.fa-search-minus:before { content: "\f010" }
.fa-power-off:before { content: "\f011" }
.fa-signal:before { content: "\f012" }
.fa-gear:before, .fa-cog:before { content: "\f013" }
.fa-trash-o:before { content: "\f014" }
.fa-home:before { content: "\f015" }
.fa-file-o:before { content: "\f016" }
.fa-clock-o:before { content: "\f017" }
.fa-road:before { content: "\f018" }
.fa-download:before { content: "\f019" }
.fa-arrow-circle-o-down:before { content: "\f01a" }
.fa-arrow-circle-o-up:before { content: "\f01b" }
.fa-inbox:before { content: "\f01c" }
.fa-play-circle-o:before { content: "\f01d" }
.fa-rotate-right:before, .fa-repeat:before { content: "\f01e" }
.fa-refresh:before { content: "\f021" }
.fa-list-alt:before { content: "\f022" }
.fa-lock:before { content: "\f023" }
.fa-flag:before { content: "\f024" }
.fa-headphones:before { content: "\f025" }
.fa-volume-off:before { content: "\f026" }
.fa-volume-down:before { content: "\f027" }
.fa-volume-up:before { content: "\f028" }
.fa-qrcode:before { content: "\f029" }
.fa-barcode:before { content: "\f02a" }
.fa-tag:before { content: "\f02b" }
.fa-tags:before { content: "\f02c" }
.fa-book:before { content: "\f02d" }
.fa-bookmark:before { content: "\f02e" }
.fa-print:before { content: "\f02f" }
.fa-camera:before { content: "\f030" }
.fa-font:before { content: "\f031" }
.fa-bold:before { content: "\f032" }
.fa-italic:before { content: "\f033" }
.fa-text-height:before { content: "\f034" }
.fa-text-width:before { content: "\f035" }
.fa-align-left:before { content: "\f036" }
.fa-align-center:before { content: "\f037" }
.fa-align-right:before { content: "\f038" }
.fa-align-justify:before { content: "\f039" }
.fa-list:before { content: "\f03a" }
.fa-dedent:before, .fa-outdent:before { content: "\f03b" }
.fa-indent:before { content: "\f03c" }
.fa-video-camera:before { content: "\f03d" }
.fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e" }
.fa-pencil:before { content: "\f040" }
.fa-map-marker:before { content: "\f041" }
.fa-adjust:before { content: "\f042" }
.fa-tint:before { content: "\f043" }
.fa-edit:before, .fa-pencil-square-o:before { content: "\f044" }
.fa-share-square-o:before { content: "\f045" }
.fa-check-square-o:before { content: "\f046" }
.fa-arrows:before { content: "\f047" }
.fa-step-backward:before { content: "\f048" }
.fa-fast-backward:before { content: "\f049" }
.fa-backward:before { content: "\f04a" }
.fa-play:before { content: "\f04b" }
.fa-pause:before { content: "\f04c" }
.fa-stop:before { content: "\f04d" }
.fa-forward:before { content: "\f04e" }
.fa-fast-forward:before { content: "\f050" }
.fa-step-forward:before { content: "\f051" }
.fa-eject:before { content: "\f052" }
.fa-chevron-left:before { content: "\f053" }
.fa-chevron-right:before { content: "\f054" }
.fa-plus-circle:before { content: "\f055" }
.fa-minus-circle:before { content: "\f056" }
.fa-times-circle:before { content: "\f057" }
.fa-check-circle:before { content: "\f058" }
.fa-question-circle:before { content: "\f059" }
.fa-info-circle:before { content: "\f05a" }
.fa-crosshairs:before { content: "\f05b" }
.fa-times-circle-o:before { content: "\f05c" }
.fa-check-circle-o:before { content: "\f05d" }
.fa-ban:before { content: "\f05e" }
.fa-arrow-left:before { content: "\f060" }
.fa-arrow-right:before { content: "\f061" }
.fa-arrow-up:before { content: "\f062" }
.fa-arrow-down:before { content: "\f063" }
.fa-mail-forward:before, .fa-share:before { content: "\f064" }
.fa-expand:before { content: "\f065" }
.fa-compress:before { content: "\f066" }
.fa-plus:before { content: "\f067" }
.fa-minus:before { content: "\f068" }
.fa-asterisk:before { content: "\f069" }
.fa-exclamation-circle:before { content: "\f06a" }
.fa-gift:before { content: "\f06b" }
.fa-leaf:before { content: "\f06c" }
.fa-fire:before { content: "\f06d" }
.fa-eye:before { content: "\f06e" }
.fa-eye-slash:before { content: "\f070" }
.fa-warning:before, .fa-exclamation-triangle:before { content: "\f071" }
.fa-plane:before { content: "\f072" }
.fa-calendar:before { content: "\f073" }
.fa-random:before { content: "\f074" }
.fa-comment:before { content: "\f075" }
.fa-magnet:before { content: "\f076" }
.fa-chevron-up:before { content: "\f077" }
.fa-chevron-down:before { content: "\f078" }
.fa-retweet:before { content: "\f079" }
.fa-shopping-cart:before { content: "\f07a" }
.fa-folder:before { content: "\f07b" }
.fa-folder-open:before { content: "\f07c" }
.fa-arrows-v:before { content: "\f07d" }
.fa-arrows-h:before { content: "\f07e" }
.fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080" }
.fa-twitter-square:before { content: "\f081" }
.fa-facebook-square:before { content: "\f082" }
.fa-camera-retro:before { content: "\f083" }
.fa-key:before { content: "\f084" }
.fa-gears:before, .fa-cogs:before { content: "\f085" }
.fa-comments:before { content: "\f086" }
.fa-thumbs-o-up:before { content: "\f087" }
.fa-thumbs-o-down:before { content: "\f088" }
.fa-star-half:before { content: "\f089" }
.fa-heart-o:before { content: "\f08a" }
.fa-sign-out:before { content: "\f08b" }
.fa-linkedin-square:before { content: "\f08c" }
.fa-thumb-tack:before { content: "\f08d" }
.fa-external-link:before { content: "\f08e" }
.fa-sign-in:before { content: "\f090" }
.fa-trophy:before { content: "\f091" }
.fa-github-square:before { content: "\f092" }
.fa-upload:before { content: "\f093" }
.fa-lemon-o:before { content: "\f094" }
.fa-phone:before { content: "\f095" }
.fa-square-o:before { content: "\f096" }
.fa-bookmark-o:before { content: "\f097" }
.fa-phone-square:before { content: "\f098" }
.fa-twitter:before { content: "\f099" }
.fa-facebook-f:before, .fa-facebook:before { content: "\f09a" }
.fa-github:before { content: "\f09b" }
.fa-unlock:before { content: "\f09c" }
.fa-credit-card:before { content: "\f09d" }
.fa-feed:before, .fa-rss:before { content: "\f09e" }
.fa-hdd-o:before { content: "\f0a0" }
.fa-bullhorn:before { content: "\f0a1" }
.fa-bell:before { content: "\f0f3" }
.fa-certificate:before { content: "\f0a3" }
.fa-hand-o-right:before { content: "\f0a4" }
.fa-hand-o-left:before { content: "\f0a5" }
.fa-hand-o-up:before { content: "\f0a6" }
.fa-hand-o-down:before { content: "\f0a7" }
.fa-arrow-circle-left:before { content: "\f0a8" }
.fa-arrow-circle-right:before { content: "\f0a9" }
.fa-arrow-circle-up:before { content: "\f0aa" }
.fa-arrow-circle-down:before { content: "\f0ab" }
.fa-globe:before { content: "\f0ac" }
.fa-wrench:before { content: "\f0ad" }
.fa-tasks:before { content: "\f0ae" }
.fa-filter:before { content: "\f0b0" }
.fa-briefcase:before { content: "\f0b1" }
.fa-arrows-alt:before { content: "\f0b2" }
.fa-group:before, .fa-users:before { content: "\f0c0" }
.fa-chain:before, .fa-link:before { content: "\f0c1" }
.fa-cloud:before { content: "\f0c2" }
.fa-flask:before { content: "\f0c3" }
.fa-cut:before, .fa-scissors:before { content: "\f0c4" }
.fa-copy:before, .fa-files-o:before { content: "\f0c5" }
.fa-paperclip:before { content: "\f0c6" }
.fa-save:before, .fa-floppy-o:before { content: "\f0c7" }
.fa-square:before { content: "\f0c8" }
.fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9" }
.fa-list-ul:before { content: "\f0ca" }
.fa-list-ol:before { content: "\f0cb" }
.fa-strikethrough:before { content: "\f0cc" }
.fa-underline:before { content: "\f0cd" }
.fa-table:before { content: "\f0ce" }
.fa-magic:before { content: "\f0d0" }
.fa-truck:before { content: "\f0d1" }
.fa-pinterest:before { content: "\f0d2" }
.fa-pinterest-square:before { content: "\f0d3" }
.fa-google-plus-square:before { content: "\f0d4" }
.fa-google-plus:before { content: "\f0d5" }
.fa-money:before { content: "\f0d6" }
.fa-caret-down:before { content: "\f0d7" }
.fa-caret-up:before { content: "\f0d8" }
.fa-caret-left:before { content: "\f0d9" }
.fa-caret-right:before { content: "\f0da" }
.fa-columns:before { content: "\f0db" }
.fa-unsorted:before, .fa-sort:before { content: "\f0dc" }
.fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd" }
.fa-sort-up:before, .fa-sort-asc:before { content: "\f0de" }
.fa-envelope:before { content: "\f0e0" }
.fa-linkedin:before { content: "\f0e1" }
.fa-rotate-left:before, .fa-undo:before { content: "\f0e2" }
.fa-legal:before, .fa-gavel:before { content: "\f0e3" }
.fa-dashboard:before, .fa-tachometer:before { content: "\f0e4" }
.fa-comment-o:before { content: "\f0e5" }
.fa-comments-o:before { content: "\f0e6" }
.fa-flash:before, .fa-bolt:before { content: "\f0e7" }
.fa-sitemap:before { content: "\f0e8" }
.fa-umbrella:before { content: "\f0e9" }
.fa-paste:before, .fa-clipboard:before { content: "\f0ea" }
.fa-lightbulb-o:before { content: "\f0eb" }
.fa-exchange:before { content: "\f0ec" }
.fa-cloud-download:before { content: "\f0ed" }
.fa-cloud-upload:before { content: "\f0ee" }
.fa-user-md:before { content: "\f0f0" }
.fa-stethoscope:before { content: "\f0f1" }
.fa-suitcase:before { content: "\f0f2" }
.fa-bell-o:before { content: "\f0a2" }
.fa-coffee:before { content: "\f0f4" }
.fa-cutlery:before { content: "\f0f5" }
.fa-file-text-o:before { content: "\f0f6" }
.fa-building-o:before { content: "\f0f7" }
.fa-hospital-o:before { content: "\f0f8" }
.fa-ambulance:before { content: "\f0f9" }
.fa-medkit:before { content: "\f0fa" }
.fa-fighter-jet:before { content: "\f0fb" }
.fa-beer:before { content: "\f0fc" }
.fa-h-square:before { content: "\f0fd" }
.fa-plus-square:before { content: "\f0fe" }
.fa-angle-double-left:before { content: "\f100" }
.fa-angle-double-right:before { content: "\f101" }
.fa-angle-double-up:before { content: "\f102" }
.fa-angle-double-down:before { content: "\f103" }
.fa-angle-left:before { content: "\f104" }
.fa-angle-right:before { content: "\f105" }
.fa-angle-up:before { content: "\f106" }
.fa-angle-down:before { content: "\f107" }
.fa-desktop:before { content: "\f108" }
.fa-laptop:before { content: "\f109" }
.fa-tablet:before { content: "\f10a" }
.fa-mobile-phone:before, .fa-mobile:before { content: "\f10b" }
.fa-circle-o:before { content: "\f10c" }
.fa-quote-left:before { content: "\f10d" }
.fa-quote-right:before { content: "\f10e" }
.fa-spinner:before { content: "\f110" }
.fa-circle:before { content: "\f111" }
.fa-mail-reply:before, .fa-reply:before { content: "\f112" }
.fa-github-alt:before { content: "\f113" }
.fa-folder-o:before { content: "\f114" }
.fa-folder-open-o:before { content: "\f115" }
.fa-smile-o:before { content: "\f118" }
.fa-frown-o:before { content: "\f119" }
.fa-meh-o:before { content: "\f11a" }
.fa-gamepad:before { content: "\f11b" }
.fa-keyboard-o:before { content: "\f11c" }
.fa-flag-o:before { content: "\f11d" }
.fa-flag-checkered:before { content: "\f11e" }
.fa-terminal:before { content: "\f120" }
.fa-code:before { content: "\f121" }
.fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122" }
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123" }
.fa-location-arrow:before { content: "\f124" }
.fa-crop:before { content: "\f125" }
.fa-code-fork:before { content: "\f126" }
.fa-unlink:before, .fa-chain-broken:before { content: "\f127" }
.fa-question:before { content: "\f128" }
.fa-info:before { content: "\f129" }
.fa-exclamation:before { content: "\f12a" }
.fa-superscript:before { content: "\f12b" }
.fa-subscript:before { content: "\f12c" }
.fa-eraser:before { content: "\f12d" }
.fa-puzzle-piece:before { content: "\f12e" }
.fa-microphone:before { content: "\f130" }
.fa-microphone-slash:before { content: "\f131" }
.fa-shield:before { content: "\f132" }
.fa-calendar-o:before { content: "\f133" }
.fa-fire-extinguisher:before { content: "\f134" }
.fa-rocket:before { content: "\f135" }
.fa-maxcdn:before { content: "\f136" }
.fa-chevron-circle-left:before { content: "\f137" }
.fa-chevron-circle-right:before { content: "\f138" }
.fa-chevron-circle-up:before { content: "\f139" }
.fa-chevron-circle-down:before { content: "\f13a" }
.fa-html5:before { content: "\f13b" }
.fa-css3:before { content: "\f13c" }
.fa-anchor:before { content: "\f13d" }
.fa-unlock-alt:before { content: "\f13e" }
.fa-bullseye:before { content: "\f140" }
.fa-ellipsis-h:before { content: "\f141" }
.fa-ellipsis-v:before { content: "\f142" }
.fa-rss-square:before { content: "\f143" }
.fa-play-circle:before { content: "\f144" }
.fa-ticket:before { content: "\f145" }
.fa-minus-square:before { content: "\f146" }
.fa-minus-square-o:before { content: "\f147" }
.fa-level-up:before { content: "\f148" }
.fa-level-down:before { content: "\f149" }
.fa-check-square:before { content: "\f14a" }
.fa-pencil-square:before { content: "\f14b" }
.fa-external-link-square:before { content: "\f14c" }
.fa-share-square:before { content: "\f14d" }
.fa-compass:before { content: "\f14e" }
.fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150" }
.fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151" }
.fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152" }
.fa-euro:before, .fa-eur:before { content: "\f153" }
.fa-gbp:before { content: "\f154" }
.fa-dollar:before, .fa-usd:before { content: "\f155" }
.fa-rupee:before, .fa-inr:before { content: "\f156" }
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157" }
.fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158" }
.fa-won:before, .fa-krw:before { content: "\f159" }
.fa-bitcoin:before, .fa-btc:before { content: "\f15a" }
.fa-file:before { content: "\f15b" }
.fa-file-text:before { content: "\f15c" }
.fa-sort-alpha-asc:before { content: "\f15d" }
.fa-sort-alpha-desc:before { content: "\f15e" }
.fa-sort-amount-asc:before { content: "\f160" }
.fa-sort-amount-desc:before { content: "\f161" }
.fa-sort-numeric-asc:before { content: "\f162" }
.fa-sort-numeric-desc:before { content: "\f163" }
.fa-thumbs-up:before { content: "\f164" }
.fa-thumbs-down:before { content: "\f165" }
.fa-youtube-square:before { content: "\f166" }
.fa-youtube:before { content: "\f167" }
.fa-xing:before { content: "\f168" }
.fa-xing-square:before { content: "\f169" }
.fa-youtube-play:before { content: "\f16a" }
.fa-dropbox:before { content: "\f16b" }
.fa-stack-overflow:before { content: "\f16c" }
.fa-instagram:before { content: "\f16d" }
.fa-flickr:before { content: "\f16e" }
.fa-adn:before { content: "\f170" }
.fa-bitbucket:before { content: "\f171" }
.fa-bitbucket-square:before { content: "\f172" }
.fa-tumblr:before { content: "\f173" }
.fa-tumblr-square:before { content: "\f174" }
.fa-long-arrow-down:before { content: "\f175" }
.fa-long-arrow-up:before { content: "\f176" }
.fa-long-arrow-left:before { content: "\f177" }
.fa-long-arrow-right:before { content: "\f178" }
.fa-apple:before { content: "\f179" }
.fa-windows:before { content: "\f17a" }
.fa-android:before { content: "\f17b" }
.fa-linux:before { content: "\f17c" }
.fa-dribbble:before { content: "\f17d" }
.fa-skype:before { content: "\f17e" }
.fa-foursquare:before { content: "\f180" }
.fa-trello:before { content: "\f181" }
.fa-female:before { content: "\f182" }
.fa-male:before { content: "\f183" }
.fa-gittip:before, .fa-gratipay:before { content: "\f184" }
.fa-sun-o:before { content: "\f185" }
.fa-moon-o:before { content: "\f186" }
.fa-archive:before { content: "\f187" }
.fa-bug:before { content: "\f188" }
.fa-vk:before { content: "\f189" }
.fa-weibo:before { content: "\f18a" }
.fa-renren:before { content: "\f18b" }
.fa-pagelines:before { content: "\f18c" }
.fa-stack-exchange:before { content: "\f18d" }
.fa-arrow-circle-o-right:before { content: "\f18e" }
.fa-arrow-circle-o-left:before { content: "\f190" }
.fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191" }
.fa-dot-circle-o:before { content: "\f192" }
.fa-wheelchair:before { content: "\f193" }
.fa-vimeo-square:before { content: "\f194" }
.fa-turkish-lira:before, .fa-try:before { content: "\f195" }
.fa-plus-square-o:before { content: "\f196" }
.fa-space-shuttle:before { content: "\f197" }
.fa-slack:before { content: "\f198" }
.fa-envelope-square:before { content: "\f199" }
.fa-wordpress:before { content: "\f19a" }
.fa-openid:before { content: "\f19b" }
.fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c" }
.fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d" }
.fa-yahoo:before { content: "\f19e" }
.fa-google:before { content: "\f1a0" }
.fa-reddit:before { content: "\f1a1" }
.fa-reddit-square:before { content: "\f1a2" }
.fa-stumbleupon-circle:before { content: "\f1a3" }
.fa-stumbleupon:before { content: "\f1a4" }
.fa-delicious:before { content: "\f1a5" }
.fa-digg:before { content: "\f1a6" }
.fa-pied-piper-pp:before { content: "\f1a7" }
.fa-pied-piper-alt:before { content: "\f1a8" }
.fa-drupal:before { content: "\f1a9" }
.fa-joomla:before { content: "\f1aa" }
.fa-language:before { content: "\f1ab" }
.fa-fax:before { content: "\f1ac" }
.fa-building:before { content: "\f1ad" }
.fa-child:before { content: "\f1ae" }
.fa-paw:before { content: "\f1b0" }
.fa-spoon:before { content: "\f1b1" }
.fa-cube:before { content: "\f1b2" }
.fa-cubes:before { content: "\f1b3" }
.fa-behance:before { content: "\f1b4" }
.fa-behance-square:before { content: "\f1b5" }
.fa-steam:before { content: "\f1b6" }
.fa-steam-square:before { content: "\f1b7" }
.fa-recycle:before { content: "\f1b8" }
.fa-automobile:before, .fa-car:before { content: "\f1b9" }
.fa-cab:before, .fa-taxi:before { content: "\f1ba" }
.fa-tree:before { content: "\f1bb" }
.fa-spotify:before { content: "\f1bc" }
.fa-deviantart:before { content: "\f1bd" }
.fa-soundcloud:before { content: "\f1be" }
.fa-database:before { content: "\f1c0" }
.fa-file-pdf-o:before { content: "\f1c1" }
.fa-file-word-o:before { content: "\f1c2" }
.fa-file-excel-o:before { content: "\f1c3" }
.fa-file-powerpoint-o:before { content: "\f1c4" }
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5" }
.fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6" }
.fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7" }
.fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8" }
.fa-file-code-o:before { content: "\f1c9" }
.fa-vine:before { content: "\f1ca" }
.fa-codepen:before { content: "\f1cb" }
.fa-jsfiddle:before { content: "\f1cc" }
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd" }
.fa-circle-o-notch:before { content: "\f1ce" }
.fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0" }
.fa-ge:before, .fa-empire:before { content: "\f1d1" }
.fa-git-square:before { content: "\f1d2" }
.fa-git:before { content: "\f1d3" }
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4" }
.fa-tencent-weibo:before { content: "\f1d5" }
.fa-qq:before { content: "\f1d6" }
.fa-wechat:before, .fa-weixin:before { content: "\f1d7" }
.fa-send:before, .fa-paper-plane:before { content: "\f1d8" }
.fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9" }
.fa-history:before { content: "\f1da" }
.fa-circle-thin:before { content: "\f1db" }
.fa-header:before { content: "\f1dc" }
.fa-paragraph:before { content: "\f1dd" }
.fa-sliders:before { content: "\f1de" }
.fa-share-alt:before { content: "\f1e0" }
.fa-share-alt-square:before { content: "\f1e1" }
.fa-bomb:before { content: "\f1e2" }
.fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3" }
.fa-tty:before { content: "\f1e4" }
.fa-binoculars:before { content: "\f1e5" }
.fa-plug:before { content: "\f1e6" }
.fa-slideshare:before { content: "\f1e7" }
.fa-twitch:before { content: "\f1e8" }
.fa-yelp:before { content: "\f1e9" }
.fa-newspaper-o:before { content: "\f1ea" }
.fa-wifi:before { content: "\f1eb" }
.fa-calculator:before { content: "\f1ec" }
.fa-paypal:before { content: "\f1ed" }
.fa-google-wallet:before { content: "\f1ee" }
.fa-cc-visa:before { content: "\f1f0" }
.fa-cc-mastercard:before { content: "\f1f1" }
.fa-cc-discover:before { content: "\f1f2" }
.fa-cc-amex:before { content: "\f1f3" }
.fa-cc-paypal:before { content: "\f1f4" }
.fa-cc-stripe:before { content: "\f1f5" }
.fa-bell-slash:before { content: "\f1f6" }
.fa-bell-slash-o:before { content: "\f1f7" }
.fa-trash:before { content: "\f1f8" }
.fa-copyright:before { content: "\f1f9" }
.fa-at:before { content: "\f1fa" }
.fa-eyedropper:before { content: "\f1fb" }
.fa-paint-brush:before { content: "\f1fc" }
.fa-birthday-cake:before { content: "\f1fd" }
.fa-area-chart:before { content: "\f1fe" }
.fa-pie-chart:before { content: "\f200" }
.fa-line-chart:before { content: "\f201" }
.fa-lastfm:before { content: "\f202" }
.fa-lastfm-square:before { content: "\f203" }
.fa-toggle-off:before { content: "\f204" }
.fa-toggle-on:before { content: "\f205" }
.fa-bicycle:before { content: "\f206" }
.fa-bus:before { content: "\f207" }
.fa-ioxhost:before { content: "\f208" }
.fa-angellist:before { content: "\f209" }
.fa-cc:before { content: "\f20a" }
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b" }
.fa-meanpath:before { content: "\f20c" }
.fa-buysellads:before { content: "\f20d" }
.fa-connectdevelop:before { content: "\f20e" }
.fa-dashcube:before { content: "\f210" }
.fa-forumbee:before { content: "\f211" }
.fa-leanpub:before { content: "\f212" }
.fa-sellsy:before { content: "\f213" }
.fa-shirtsinbulk:before { content: "\f214" }
.fa-simplybuilt:before { content: "\f215" }
.fa-skyatlas:before { content: "\f216" }
.fa-cart-plus:before { content: "\f217" }
.fa-cart-arrow-down:before { content: "\f218" }
.fa-diamond:before { content: "\f219" }
.fa-ship:before { content: "\f21a" }
.fa-user-secret:before { content: "\f21b" }
.fa-motorcycle:before { content: "\f21c" }
.fa-street-view:before { content: "\f21d" }
.fa-heartbeat:before { content: "\f21e" }
.fa-venus:before { content: "\f221" }
.fa-mars:before { content: "\f222" }
.fa-mercury:before { content: "\f223" }
.fa-intersex:before, .fa-transgender:before { content: "\f224" }
.fa-transgender-alt:before { content: "\f225" }
.fa-venus-double:before { content: "\f226" }
.fa-mars-double:before { content: "\f227" }
.fa-venus-mars:before { content: "\f228" }
.fa-mars-stroke:before { content: "\f229" }
.fa-mars-stroke-v:before { content: "\f22a" }
.fa-mars-stroke-h:before { content: "\f22b" }
.fa-neuter:before { content: "\f22c" }
.fa-genderless:before { content: "\f22d" }
.fa-facebook-official:before { content: "\f230" }
.fa-pinterest-p:before { content: "\f231" }
.fa-whatsapp:before { content: "\f232" }
.fa-server:before { content: "\f233" }
.fa-user-plus:before { content: "\f234" }
.fa-user-times:before { content: "\f235" }
.fa-hotel:before, .fa-bed:before { content: "\f236" }
.fa-viacoin:before { content: "\f237" }
.fa-train:before { content: "\f238" }
.fa-subway:before { content: "\f239" }
.fa-medium:before { content: "\f23a" }
.fa-yc:before, .fa-y-combinator:before { content: "\f23b" }
.fa-optin-monster:before { content: "\f23c" }
.fa-opencart:before { content: "\f23d" }
.fa-expeditedssl:before { content: "\f23e" }
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: "\f240" }
.fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241" }
.fa-battery-2:before, .fa-battery-half:before { content: "\f242" }
.fa-battery-1:before, .fa-battery-quarter:before { content: "\f243" }
.fa-battery-0:before, .fa-battery-empty:before { content: "\f244" }
.fa-mouse-pointer:before { content: "\f245" }
.fa-i-cursor:before { content: "\f246" }
.fa-object-group:before { content: "\f247" }
.fa-object-ungroup:before { content: "\f248" }
.fa-sticky-note:before { content: "\f249" }
.fa-sticky-note-o:before { content: "\f24a" }
.fa-cc-jcb:before { content: "\f24b" }
.fa-cc-diners-club:before { content: "\f24c" }
.fa-clone:before { content: "\f24d" }
.fa-balance-scale:before { content: "\f24e" }
.fa-hourglass-o:before { content: "\f250" }
.fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251" }
.fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252" }
.fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253" }
.fa-hourglass:before { content: "\f254" }
.fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255" }
.fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256" }
.fa-hand-scissors-o:before { content: "\f257" }
.fa-hand-lizard-o:before { content: "\f258" }
.fa-hand-spock-o:before { content: "\f259" }
.fa-hand-pointer-o:before { content: "\f25a" }
.fa-hand-peace-o:before { content: "\f25b" }
.fa-trademark:before { content: "\f25c" }
.fa-registered:before { content: "\f25d" }
.fa-creative-commons:before { content: "\f25e" }
.fa-gg:before { content: "\f260" }
.fa-gg-circle:before { content: "\f261" }
.fa-tripadvisor:before { content: "\f262" }
.fa-odnoklassniki:before { content: "\f263" }
.fa-odnoklassniki-square:before { content: "\f264" }
.fa-get-pocket:before { content: "\f265" }
.fa-wikipedia-w:before { content: "\f266" }
.fa-safari:before { content: "\f267" }
.fa-chrome:before { content: "\f268" }
.fa-firefox:before { content: "\f269" }
.fa-opera:before { content: "\f26a" }
.fa-internet-explorer:before { content: "\f26b" }
.fa-tv:before, .fa-television:before { content: "\f26c" }
.fa-contao:before { content: "\f26d" }
.fa-500px:before { content: "\f26e" }
.fa-amazon:before { content: "\f270" }
.fa-calendar-plus-o:before { content: "\f271" }
.fa-calendar-minus-o:before { content: "\f272" }
.fa-calendar-times-o:before { content: "\f273" }
.fa-calendar-check-o:before { content: "\f274" }
.fa-industry:before { content: "\f275" }
.fa-map-pin:before { content: "\f276" }
.fa-map-signs:before { content: "\f277" }
.fa-map-o:before { content: "\f278" }
.fa-map:before { content: "\f279" }
.fa-commenting:before { content: "\f27a" }
.fa-commenting-o:before { content: "\f27b" }
.fa-houzz:before { content: "\f27c" }
.fa-vimeo:before { content: "\f27d" }
.fa-black-tie:before { content: "\f27e" }
.fa-fonticons:before { content: "\f280" }
.fa-reddit-alien:before { content: "\f281" }
.fa-edge:before { content: "\f282" }
.fa-credit-card-alt:before { content: "\f283" }
.fa-codiepie:before { content: "\f284" }
.fa-modx:before { content: "\f285" }
.fa-fort-awesome:before { content: "\f286" }
.fa-usb:before { content: "\f287" }
.fa-product-hunt:before { content: "\f288" }
.fa-mixcloud:before { content: "\f289" }
.fa-scribd:before { content: "\f28a" }
.fa-pause-circle:before { content: "\f28b" }
.fa-pause-circle-o:before { content: "\f28c" }
.fa-stop-circle:before { content: "\f28d" }
.fa-stop-circle-o:before { content: "\f28e" }
.fa-shopping-bag:before { content: "\f290" }
.fa-shopping-basket:before { content: "\f291" }
.fa-hashtag:before { content: "\f292" }
.fa-bluetooth:before { content: "\f293" }
.fa-bluetooth-b:before { content: "\f294" }
.fa-percent:before { content: "\f295" }
.fa-gitlab:before { content: "\f296" }
.fa-wpbeginner:before { content: "\f297" }
.fa-wpforms:before { content: "\f298" }
.fa-envira:before { content: "\f299" }
.fa-universal-access:before { content: "\f29a" }
.fa-wheelchair-alt:before { content: "\f29b" }
.fa-question-circle-o:before { content: "\f29c" }
.fa-blind:before { content: "\f29d" }
.fa-audio-description:before { content: "\f29e" }
.fa-volume-control-phone:before { content: "\f2a0" }
.fa-braille:before { content: "\f2a1" }
.fa-assistive-listening-systems:before { content: "\f2a2" }
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3" }
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4" }
.fa-glide:before { content: "\f2a5" }
.fa-glide-g:before { content: "\f2a6" }
.fa-signing:before, .fa-sign-language:before { content: "\f2a7" }
.fa-low-vision:before { content: "\f2a8" }
.fa-viadeo:before { content: "\f2a9" }
.fa-viadeo-square:before { content: "\f2aa" }
.fa-snapchat:before { content: "\f2ab" }
.fa-snapchat-ghost:before { content: "\f2ac" }
.fa-snapchat-square:before { content: "\f2ad" }
.fa-pied-piper:before { content: "\f2ae" }
.fa-first-order:before { content: "\f2b0" }
.fa-yoast:before { content: "\f2b1" }
.fa-themeisle:before { content: "\f2b2" }
.fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3" }
.fa-fa:before, .fa-font-awesome:before { content: "\f2b4" }
.fa-handshake-o:before { content: "\f2b5" }
.fa-envelope-open:before { content: "\f2b6" }
.fa-envelope-open-o:before { content: "\f2b7" }
.fa-linode:before { content: "\f2b8" }
.fa-address-book:before { content: "\f2b9" }
.fa-address-book-o:before { content: "\f2ba" }
.fa-vcard:before, .fa-address-card:before { content: "\f2bb" }
.fa-vcard-o:before, .fa-address-card-o:before { content: "\f2bc" }
.fa-user-circle:before { content: "\f2bd" }
.fa-user-circle-o:before { content: "\f2be" }
.fa-user-o:before { content: "\f2c0" }
.fa-id-badge:before { content: "\f2c1" }
.fa-drivers-license:before, .fa-id-card:before { content: "\f2c2" }
.fa-drivers-license-o:before, .fa-id-card-o:before { content: "\f2c3" }
.fa-quora:before { content: "\f2c4" }
.fa-free-code-camp:before { content: "\f2c5" }
.fa-telegram:before { content: "\f2c6" }
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: "\f2c7" }
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: "\f2c8" }
.fa-thermometer-2:before, .fa-thermometer-half:before { content: "\f2c9" }
.fa-thermometer-1:before, .fa-thermometer-quarter:before { content: "\f2ca" }
.fa-thermometer-0:before, .fa-thermometer-empty:before { content: "\f2cb" }
.fa-shower:before { content: "\f2cc" }
.fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: "\f2cd" }
.fa-podcast:before { content: "\f2ce" }
.fa-window-maximize:before { content: "\f2d0" }
.fa-window-minimize:before { content: "\f2d1" }
.fa-window-restore:before { content: "\f2d2" }
.fa-times-rectangle:before, .fa-window-close:before { content: "\f2d3" }
.fa-times-rectangle-o:before, .fa-window-close-o:before { content: "\f2d4" }
.fa-bandcamp:before { content: "\f2d5" }
.fa-grav:before { content: "\f2d6" }
.fa-etsy:before { content: "\f2d7" }
.fa-imdb:before { content: "\f2d8" }
.fa-ravelry:before { content: "\f2d9" }
.fa-eercast:before { content: "\f2da" }
.fa-microchip:before { content: "\f2db" }
.fa-snowflake-o:before { content: "\f2dc" }
.fa-superpowers:before { content: "\f2dd" }
.fa-wpexplorer:before { content: "\f2de" }
.fa-meetup:before { content: "\f2e0" }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0 }
.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto }
/*Font Awesome End*/
/**Swiper 4.4.6 start**/
.swiper-container { margin:0 auto; position:relative; overflow:hidden; list-style:none; padding:0; z-index:1; display:flex; }
.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,"); left:10px; right:auto }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image:url("data:image/svg+xml; charset=utf-8,"); 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,") }
.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,") }
.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,") }
.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,") }
.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:#f96207; border:1px solid #ff6420; 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:#fff; border-color:#f96207; }
.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-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-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,"); 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,") }
@-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 }
.swiper-pagination { position: absolute; left: 0; bottom: 10px; text-align: center; width:100%; }
/**Swiper 4.4.6 End**/

/********* Accordion ******** */
.accordion { margin-bottom:20px; }
.accordion .accTrigger { padding: 15px 40px 15px 15px; cursor: pointer; font-weight: 600; color: #008091; background-color: #fff; margin-bottom: 0; border-bottom: 1px solid #dfdfdf; font-size: 1.1875em; border-radius: 0; position: relative; }
.accordion .accTrigger a { color: #008091; }
.accordion .accordDetail { margin: 0; padding: 15px; border-bottom: 1px solid #ccc; }
.accordion .accTrigger:before { position: absolute; right: 0; top: 5px; width: 46px; text-align: center; font-size: 1.2em; font-family: 'FontAwesome'; content: "\f107"; line-height: 49px; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; font-weight: normal; }
.accordion .accTrigger.active a { color:#fff; }
.accordion .accTrigger.active:before { transform: rotate(180deg); -webkit-transform: rotate(180deg); }
.noJS .accordion .accTrigger { background:none; padding-left:0; }
.accordion .accTrigger a { display:block; text-decoration:none; outline:0; font-weight:normal; }
.accordion .accTrigger.active { background-color:#008091; color: #fff; border-radius:0; }
.accordDetail { }
.noJS .accordDetail { display:block; padding:10px 0; }
.accordDetail p:last-child { margin-bottom: 0; }
.noJS .accordion .accTrigger { background:none; }
.noJS .accordDetail { display:block; padding:15px }
.accordion .accTrigger a:focus { border: 1px dashed #000; }
/********* Accordion End ******** */
/********* Marquee *********/
/********* Marquee *********/

.marquee { overflow:hidden; }
ul.marquee { margin-bottom:0; }
.marqueeScrolling ul { margin: 0; }
.marqueeScrolling li { float: left; margin-right: 10px; list-style: none; line-height: 32px; padding-right: 10px; border-right: 1px solid #ccc; }
.marqueeScrolling li a { color:#393939; text-decoration:none; font-size:1em; font-weight:normal; }
.marqueeScrolling li a:hover { color:#1e297b; text-decoration:none; }
.noJS .btnMPause { display:none; }
.noJS .marqueeScrolling { overflow-y:hidden; overflow-x:auto }
.noJS .marquee { width:240% }
.marqueeScrollingWrap { padding: 10px 0; background-color: #fff; margin-bottom: 10px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); }
.marqueeScrollingWrap .container { position:relative; }
.marqueeScrolling { margin-right:110px; }
.marqueeScrollingWrap .marqueeScrolling .marqueeTitle { font-size: 1.125em; color: #0c3288; float: left; margin-right: 20px; padding-right: 10px; position:relative; line-height:29px; font-weight:bold; align-items: center; display: flex; }
.marqueeScrollingWrap .marqueeScrolling .marqueeTitle:after { content:" "; position:absolute; right:0; top:50%; z-index:auto; height:30px; width:1px; background:#ccc; overflow:hidden; margin-top:-15px; transition: none; }
.marqueeScrollingWrap .marqueeScrolling .marqueeTitle h2 { margin-top: 0; float: left; font-size:1.25em; margin-bottom: 0; line-height: 0; }
.marqueeScrollingWrap .marqueeScrolling .btnMPause { width: 35px; height: 35px; display: inline-block; text-indent: 9999px; overflow: hidden; margin-left: 10px; margin-top: 0; background: url(../images/playpause.png) no-repeat; }
.marqueeScrollingWrap .marqueeScrolling .btnMPause.play { background: url(../images/playpause.png) 0 -35px no-repeat; }
.marqueeScrollingWrap .marqueeScrolling .viewAllmarquee { position: absolute; right: 15px; top:3px; }
.viewAll { color: #0c4783; font-size: 0.9375em; text-decoration: underline; font-weight: 500; }
.viewAll:hover { color:#393939; }
.viewAll .fa { margin-left:5px; font-size:19px; }
.marqueeScrolling li span { color: #393939; font-size: 1em; padding-right: 10px; font-weight: 500; }
.marquee ul { margin-bottom: 0 !important; }
.marquee ul li { margin-bottom: 0 !important; }
/********** Ticker *********/
.noJS .ticker .stop { display:none }
.noJS .ticker ul { margin:0 }
.noJS .ticker .tickerDivBlock { height:150px; overflow-y:scroll; overflow-x:hidden }
/********** High Contrast View **********/
body.wob { background-color:#000; color:#fff }
.wob a { color:#ff0 }
.wob a:hover { color:#80ff00 }
 .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;
}
*, ::before, ::after {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
.container { margin: 0 auto; width: 100%; max-width:1400px; padding: 0 15px; }
.topHeader { background: #006e7c; padding: 6px 0; }
#header .row { margin-left: 0; margin-right: 0; }
.topStrip ul { list-style: none; padding: 0; margin: 0; }
.leftLink { float: left; }
.rightLinks { float: right; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.fullWidth { }
.topStrip.cf { padding: 0; }
.topStrip li:first-child { padding-left: 0; }
.topStrip li:first-child::before {
 content: " ";
 position: absolute;
 left: 0;
 top: 50%;
 z-index: auto;
 height: 14px;
 width: 0;
 background: #393939;
 overflow: hidden;
 margin-top: -7px;
}
.topStrip li { float: left; padding: 0 10px; position: relative; font-size:0.850em; }
.topStrip li::before {
 content: " ";
 position: absolute;
 left: 0;
 top: 50%;
 z-index: auto;
 height: 14px;
 width: 1px;
 background: #fff;
 overflow: hidden;
 margin-top: -7px;
}
.topStrip a { color: #fff; text-decoration: none; }
.topStrip a:hover { text-decoration: underline; color: #fff; }
.topStrip .fontResize { padding-top: 0; }
.topStrip li div#accessControl::before {
background: none;
}
.topStrip li div#accessControl::before {
content: " ";
position: absolute;
left: 58%;
top: 50%;
z-index: auto;
height: 14px;
width: 0;
background: rgba(0, 0, 0, 0.2);
overflow: hidden;
margin-top: -7px;
}
.topStrip li:last-child { padding-right: 0; }
#accessControl .normal { font-size: 13px; margin:0 3px 0 0; }
#accessControl .large { font-size: 13px; margin: 0 3px 0 0; }
#accessControl .largest { margin-right: 5px; width: 18px; }
#accessControl input { float: left; height:18px; background: none; border: none; padding: 0; width:20px; color: #fff; line-height: normal; }
#accessControl input.contrastChanger { height:14px; width:14px; }
#accessControl input:hover { color: #fff; }
#accessControl .contrastChanger.normal { background: #fff; border-radius: 50% 50%; border: 1px solid #fff; color:#000; }
#accessControl .contrastChanger.wob { background: #000; border-radius: 50% 50%; border: 1px solid #000; }
#accessControl .contrastChanger { background-repeat: no-repeat; overflow: hidden; text-indent: -9999px; text-transform: capitalize; margin: 2px; color:#fff; }
.headerRow { padding:10px 0; width:100%; background:#fff; }
.headerRow .logoSection .logo span.hindiText { font-size: 1.5625em; display: block; padding-bottom: 5px; font-weight:800; color:#604207; }
.headerRow .logoSection .logo span.englishText { font-size: 1.625em; color:#604207; font-weight: 800; text-transform: uppercase; }
.logoRow .row .col-md-3 { padding-left: 0; padding-right: 0; }
.logoSection { text-align: center; }
.mainLogo { text-align: left; }
.otherLogo { text-align: right; float: right; padding-left: 8px; margin-left: 8px; border-left: 1px solid #ccc; width: 60px; }
.mainLogo .col-md-8 { padding-left: 0; padding-right: 0; }
.logoRow .row .col-md-7 { padding-left: 0; padding-right: 0; }
.logoRow .row .col-md-5 { padding-left: 0; padding-right: 0; }
.footerSection { }
.leftContent { text-align: left; }
.rightContent { text-align: right; }
.addressSection { background:#253189; padding:20px 0; }
.addressSection p { color: #fff; margin: 0; padding: 0; line-height:27px; font-size:0.875em; }
.addressSection p span { font-weight: 500; }
.addressSection h3 { color: #fff; font-size: 1.1875em; font-weight:500; margin-bottom:10px; }
.contactDetail p { font-size: 0.875em; color: #fff; }
.contactDetail p a { color:#fff; text-decoration:none; }
.contactDetail p a:hover { /*color:#ffb336; */ text-decoration:none; }
.contactDetail p .fa { padding-right:5px; }
.contactDetailWrap { background:#fff; padding: 10px 20px; border: 1px solid #ccc; border-radius: 10px; }
.contactUsWrap h2.departmentName { text-align: center; font-size: 1.525em; line-height: 35px; margin-bottom: 20px; color: #fff; font-weight: 400; padding: 25px 15px; border-radius: 10px; background: #3b3889; box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); text-transform: uppercase; }
.contactUsWrap h2.departmentName span { display:block; }
.contactUsWrap { padding: 50px 0; background: url(../images/background-02.jpg) no-repeat center; background-size: cover; background-position: center bottom; margin-top: -50px; }
.contactUsWrap .contactDetailWrap p { display: flex; align-items: center; font-size: 1.1875em; margin: 10px 0; color: #232323; }
.contactUsWrap .departmentAddress p { line-height:32px; margin-bottom: 20px; font-size: 20px; text-align: center; color: #232323; }
.contactUsWrap .contactDetailWrap p a { display: flex; align-items: center; font-size: 1.1875em; margin: 10px 0; color: #232323; }
.contactUsWrap .contactDetailWrap .fa { width: 35px; height: 35px; text-align: center; padding: 6px; font-size: 1em; border-radius: 7px; margin-right: 15px; color: #fff; border: 2px solid #008091; background: #008091; }
.locationMapWrap { border-top: 5px solid #008091; margin-bottom:-55px; }
.locationMapWrap img { width:100%; }
a.knowMoreLink { color:#fff; text-decoration:underline; }
a.knowMoreLink:hover { color:#fff; text-decoration:none; }
.copyrightSection { background:#111b64; padding:20px 0; }
.copyRightContent { color: #fff; font-size: 0.875em; text-align: left; margin:0; }
ul.footerLinks { padding: 0; text-align: left; margin-bottom: 10px; }
ul.footerLinks li { position:relative; text-align: left; display: inline-block; padding-right:15px; }
ul.footerLinks li::before {
height: 13px;
width: 1px;
background: #B7C2DF;
position: absolute;
right:5px;
top: 50%;
margin-top: -6px;
content: "";
}
ul.footerLinks li:last-child:before { width: 0; padding-right:0; }
ul.footerLinks li:last-child { padding-right:0; }
ul.footerLinks li a { color: #fff; text-decoration: none; font-size:0.875em; }
ul.footerLinks li a:hover { color: #61ecff; }
.visitorLastUpdated .visitorCount p { color: #fff; text-align: right; margin-bottom: 10px; font-size:0.875em; }
.visitorLastUpdated .lastUpdated p { color: #fff; text-align: right; margin: 0; font-size:0.875em; }
/*Footer Logo Slider Start*/
.footer-logos { box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }
.footer-logos { padding: 20px 0; }
.footerLogoSlider { position: relative; padding: 0 40px; }
.footerLogoSlider .swiper-slide a { display: block; text-align: center; }
.footerLogoSlider .swiper-slide a img { width: auto; max-width: 100%; }
.footerLogoSlider .footerLogoSlider-prev { left: 0; }
.footerLogoSlider .footerLogoSlider-next { right: 0; }
.footerLogoSlider .sliderSmallArrow { position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); margin: 0; padding:0; }
.sliderSmallArrow { width: 25px; height: 25px; border: 1px solid #ccc; text-align: center; color: #6d6d6d; margin-left: 7px; border-radius:0; font-size: 1.1875em; cursor: pointer; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; line-height: 23px; }
.sliderSmallArrow:hover { background-color: #1e297b; border-color: #1e297b; color: #fff; }
.footerLogoSlider .sliderSmallArrow img { width: 17px; }
/*Footer Logo Slider End*/

/********* Back to Top Start**********/
#backtotop { bottom:65px; cursor: pointer; height: 44px; overflow: hidden; position: fixed; right: 30px; width: 44px; z-index: 999; }
#backtotop > span { border-radius: 50%; /*border: 1px solid #fff; */ position: relative; display: block; width: 44px; height: 44px; line-height: 42px; font-size: 1.375em; text-align: center; color: #fff; background-color: #fff; -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; background: #1e297b; }
#backtotop span em { background: #008091 url(../images/backtotop-white.png) no-repeat scroll center center; font-weight: bold; display: block; width: 44px; height: 44px; -webkit-transition: .15s ease 50ms;
 -moz-transition: .15s ease 50ms;
 transition: .15s ease 50ms;
text-indent: -9999px; border-radius: 50%; }
#backtotop > span:after { content: 'TOP'; position: absolute; top: 150%; left: 52%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: .45s cubic-bezier(.54, .13, 0, 1.43);
 -moz-transition: .45s cubic-bezier(.54, .13, 0, 1.43);
 transition: .45s cubic-bezier(.54, .13, 0, 1.43);
font-size: 12px; font-weight: bold; }
#backtotop > span:hover:after { top: 50% }
#backtotop > span:hover em { -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); transform: translateY(-50px); -webkit-transition: .15s ease;
 -moz-transition: .15s ease;
 transition: .15s ease
}
/********* Back to Top End**********/

 /*smoke external css popup start*/ .smoke-base { position: fixed; top: 0; left: 0; bottom: 0; right: 0; visibility: hidden; opacity: 0; }
.smoke-base.smoke-visible { opacity: 1; visibility: visible; }
.smokebg { position: fixed; top: 0; left: 0; bottom: 0; right: 0; }
.smoke-base .dialog { position: absolute; }
.dialog-prompt { margin-top: 15px; text-align: center; }
.dialog-buttons { margin: 10px 0 5px 0 }
.smoke { text-align: center; font-size: 18px; line-height: 150%; }
.dialog-buttons button { display: inline-block; vertical-align: baseline; cursor: pointer; font-style: normal; text-decoration: none; border: 0; outline: 0; margin: 0 5px; -webkit-background-clip: padding-box; font-size: 13px; line-height: 13px; font-weight: normal; padding: 9px 12px; }
.dialog-prompt input { margin: 0; border: 0; font-family: sans-serif; outline: none; border: 1px solid #aaa; width: 75%; display: inline-block; background-color: transparent; font-size: 1em; padding: 8px; }
.smoke-base { background: rgba(0, 0, 0, .6); }
.smoke-base .dialog { top: 40%; width: 700px; left: 50%; margin-left: -350px; }
.smoke-base .dialog-inner { padding: 10px; color: #202020; }
.smoke { background-color: rgba(255, 255, 255, 0.95); box-shadow: 0 2px 8px #666; }
.dialog-buttons button { background-color: rgba(0, 0, 0, .85); border-radius: 0; color: #fff; }
.dialog-buttons button.cancel { background-color: rgba(0, 0, 0, .40); } /*smoke external css popup End*/
/**********Home Slider***********/
.homeBannerBg .homeImgSlider { position: relative; overflow: hidden; display: flex; margin: 0 auto; width: 100%; padding: 0; }
/*.homeImgSlider { position: relative; overflow: hidden; display: flex; margin: 0 auto; width: 100%; max-width: 1400px; padding: 40px 0; } */
.homeImgSlider .swiper-slide { height: auto; }
.homeImgSlider .homeBannerImg { background-size: 100%; background-repeat: no-repeat; }
.homeImgSlider .swiper-slide img { width: 100%; }
.homeImgSlider .homeBannerImg img { visibility: hidden; opacity:0; }
.homeImgSlider-next { right: 20px; }
.homeImgSlider-prev { left: 20px; }
.homeImgSlider-next, .homeImgSlider-prev { width: 40px; height: 40px; border-radius: 50%; background-color: #fff; color: #1e297b; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); z-index: 1; text-align: center; font-size: 20px; line-height: 40px; cursor: pointer; }
.homeImgSlider-next img, .homeImgSlider-prev img { text-align:center; padding:13px 0; }
.homeImgSlider-next:hover, .homeImgSlider-prev:hover { opacity: 1; }
/*.homeImgSlider-swiper-pagination { display: none; } 
.homeImgSlider-swiper-pagination { position: absolute; left: 200px; right: 200px; bottom: 10px; width: auto; text-align: center; z-index: 1; } */
.bannerCaption { text-align: center; }
.bannerCaption { /*background: #09164A; padding: 15px; */ }
.bannerCaption .bannerSubject { position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); bottom: 0; padding: 15px 0; background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%); content: ""; width: 100%; }
.bannerCaption .bannerSubject { /*width:85%; margin:0 auto; */ }
.bannerSubjectTitle { font-size: 1.0625em; color:#fff; }
.bannerSubject .bannerSubjectTitle { width: 100%; display: block; text-align: center; max-width: 1100px; margin: 0 auto 20px; font-size: 1.9em; font-weight: 500; line-height: normal; padding: 5px; border-radius: 7px; background-color: rgb(0, 0, 0, 0.6); }
.bannerSubject .bannerSubjectLink { text-align: center; margin:15px 0; display:inline-block; }
.bannerSubject .bannerSubjectLink img { width:auto; visibility:visible; opacity:unset; }
.bannerSubjectLink a { text-align: center; color: #1e297b; text-decoration: none; font-size: 1em; padding: 12px 25px; border-radius: 25px; background: #fff; font-weight: 600; }
.bannerSubjectLink a:hover { background: #008091; color: #fff; }
/*.homeBannerBg { background:url(../images/home-banner-bg.jpg); background-repeat:no-repeat; background-size:cover; } */
/*Introduction Section*/
.introductionSection { padding: 70px 0; }
.introductionSection h1 { color: #323232; font-size: 2.1875em; margin-bottom: 25px; font-weight:600; }
.introductionSection p { text-align:left; font-size:1.0625em; }
.readMoreLink a { color: #243885; text-decoration: none; font-size: 1.0625em; display: block; }
.readMoreLink a:hover { color:#393939; padding-left:5px; }
/**/
h2.homeSectionHeading { font-weight: 600; color: #323232; margin-bottom: 25px; font-size: 2.1875em; }
/* Circular Ticker CSS Start*/
.circularWrap { position: relative; background:none; }
.circularWrap .tickerDivBlock { height:375px !important; margin-bottom:25px; }
.circularWrap .ticker .activityTicker li { height: auto; /*border-bottom: 1px solid #ccc; padding-bottom: 15px; margin-bottom: 15px; */ }
.circularWrap .ticker .activityTicker { margin:0; padding:0; list-style:none; width:100%; }
.circularWrap .ticker .activityTicker li .circularBox { /*padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #ccc; */ }
.circularWrap .ticker .activityTicker li .circularBox a { font-size: 1em; color: #323232; display: inline-block; text-decoration: none; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ccc; width: 100%; }
.circularWrap .ticker .activityTicker li .circularBox a:hover { color:#093779; }
.circularWrap .ticker .activityTicker li .circularBox .circularDate { }
.flashNewIcon { background: url(../images/new-news.png) left 105px center; background-repeat: no-repeat; }
.circularWrap .viewAll { position: absolute; left: 0; bottom: -42px; z-index: 1; font-size:1.143em; }
.circularWrap .viewAll a { text-decoration: none; color: #093779; font-size:1.125em; }
.circularWrap .viewAll a:hover { text-decoration: none; color: #393939; }
.circularWrap .ticker .playPause { padding-left: 0; position: absolute; right: 0; z-index: 1; width: 35px; height: 35px; text-indent: -99999px; color:#000; overflow: hidden; top: 5px; }
.circularWrap .ticker .playPause.play { background: url(../images/playpause.png) no-repeat 0 -35px; }
.circularWrap .ticker .playPause.stop { background: url(../images/playpause.png) no-repeat 0 0; }
.circularDate { font-size: 1em; color: #1e297b; margin-bottom: 5px; font-weight: 600; }
/* Circular Ticker CSS End*/

/* Latest News Ticker CSS Start*/
.latestNewsWrap { position: relative; background:none; }
.latestNewsWrap .tickerDivBlock { height:176px !important; margin-bottom:25px; }
.latestNewsWrap .ticker .activityTicker li { height: auto; opacity: 1 !important; /*border-bottom: 1px solid #ccc; padding-bottom: 15px; margin-bottom: 15px; */ }
.latestNewsWrap .ticker .activityTicker { margin:0; padding:0; list-style:none; width:100%; }
.latestNewsWrap .ticker .activityTicker li .latestNewsBox { position: relative; padding-left: 100px; min-height: 90px; }
.latestNewsWrap .ticker .activityTicker li .latestNewsBox a { font-size: 1em; color: #323232; display: inline-block; text-decoration: none; padding-bottom: 10px; }
.latestNewsWrap .ticker .activityTicker li .latestNewsBox a:hover { color:#093779; }
.latestNewsWrap .ticker .activityTicker li .latestNewsBox .latestNewsDate { padding: 15px; background: #008091; height: 80px; margin-right: 25px; color: #fff; font-size: 1.5625em; line-height: 25px; font-weight: 500; position: absolute; left: 0; text-align: center; top: 0; width: 80px; border:1px solid #008091; }
.latestNewsWrap .ticker .activityTicker li .latestNewsBox .latestNewsDate span.month { display: block; font-size: 18px; font-weight: 400; }
.flashNewIcon { background: url(../images/new-news.png) left 105px center; background-repeat: no-repeat; }
.latestNewsWrap .viewAll { position: absolute; left: 0; bottom: -42px; z-index: 1; font-size:1.143em; }
.latestNewsWrap .viewAll a { text-decoration: none; color: #093779; font-size:1.125em; }
.latestNewsWrap .viewAll a:hover { text-decoration: none; color: #393939; }
.latestNewsWrap .ticker .playPause { padding-left: 0; position: absolute; right: 0; z-index: 1; width: 35px; height: 35px; text-indent: -99999px; color:#000; overflow: hidden; top: 5px; }
.latestNewsWrap .ticker .playPause.play { background: url(../images/playpause.png) no-repeat 0 -35px; }
.latestNewsWrap .ticker .playPause.stop { background: url(../images/playpause.png) no-repeat 0 0; }
.latestNewsDate { font-size: 1em; color: #1e297b; margin-bottom: 5px; font-weight: 600; }
/* Latest News Ticker CSS End*/

/*Board Meeting Slider Section*/
.titleHeader { position: relative; }
.titleHeader h2 { line-height: 42px; font-weight: 600; color: #323232; margin-bottom: 25px; font-size: 2.1875em; }
.titleHeader .sliderNavWrap { position: absolute; right: 0; top: 6px; }
.sliderSmallArrow { width: 30px; height: 30px; border: 1px solid #6d6d6d; text-align: center; color: #6d6d6d; margin-left: 7px; border-radius: 50%; font-size: 1.1875em; cursor: pointer; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; line-height: 27px; }
.sliderSmallArrow:hover { background-color: #1e297b; border-color: #1e297b; color: #fff; }
.boardMeetingContentItem { overflow: hidden; background-color: #fff; box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1); -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; position: relative; }
.boardMeetingContentItem .boardMeetImgHolder { margin: 0; overflow: hidden; /*max-height:275px; */ padding:0; }
.boardMeetingContentItem .boardMeetImgHolder img { width: 100%; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; height:275px; }
.boardMeetingContentItem .boardMeetingDetailBox { /*min-height: 125px; */ padding:15px; background: #1e297b; position:relative; }
.boardMeetingDetailBox .boardMeetingDate { position: absolute; top: -34px; left: 15px; background: #fff; padding: 5px 10px; }
.boardMeetingContentItem .boardMeetingDetailBox .boardMeetingTitle a { font-size: 1em; color: #fff; display: inline-block; text-decoration: none; padding-bottom: 10px; min-height:60px; }
.boardMeetingContentItem .boardMeetingDetailBox .boardMeetingTitle a:hover { }
.viewMoreLink a { color: #fff; text-decoration: none; font-size: 1.0625em; }
.viewMoreLink a:hover { color: #fff; padding-left: 5px; }
.boardMeetingPhotosWrapper { margin-top: 25px; display: inline-block; }
.boardMeetingPhotos img { background: #fff; padding: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); margin-bottom: 25px; }
.boardMeetingWrapper h2 { font-size:1.5625em; line-height:30px; font-weight:500; color: #3b3889; margin-bottom:10px; }
.boardMeetingDate { font-size: 16px; color: #393939; margin-bottom: 5px; font-weight: 500; }
.boardMeetingWrapper .contentImageBox img { width:100%; margin-bottom:30px; }
/*Board Meeting Slider Section End*/
/*Middle Content Part CSS Start*/
.middlePartWrap { background:#006e7c; padding:70px 0; }
.documentWrap a.iconBox { background: #fff; display: block; padding: 50px 25px; text-align: center; text-decoration: none; }
span.documentIcon img { margin-bottom: 15px; }
.documentWrap span.documentTitle { display: block; font-size: 1.375em; color: #323232; font-weight: 500; }
/* Standard Ticker CSS Start*/
.standardWrap { position: relative; padding:0 25px; }
.standardWrap h2.homeSectionHeading { color: #323232; }
.standardWrap .subTitleText { font-size: 1.125em; color: #323232; margin-bottom: 10px; padding-bottom: 10px; font-weight:500; }
.standardWrap .subTitleText span.fullFormText { display: block; font-weight: 500; }
.standardWrap .tickerDivBlock { height:110px !important; margin-bottom:25px; }
.standardWrap .ticker .activityTicker li { height: auto; position: relative; opacity: 1 !important; /*padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ccc; */ }
.standardWrap .ticker .activityTicker li::before {
 position: absolute;
 left: 0;
 top: -2px;
 content: "";
 font-family: 'FontAwesome';
 content: "\f1c1";
 font-size: 2.125em;
 color: #323232;
 font-weight: 500;
}
.standardWrap .ticker .activityTicker { margin:0; padding:0; list-style:none; width:100%; }
.standardWrap .ticker .activityTicker li .standardBox { padding-left: 50px; /*min-height: 55px; */ }
.standardWrap .ticker .activityTicker li .standardBox a { font-size: 1em; color: #323232; display: inline-block; text-decoration: none; font-weight: normal; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ccc; width: 100%; min-height: 55px; }
.standardWrap .ticker .activityTicker li .standardBox a:hover { color:#3b3889; }
.standardWrap .ticker .activityTicker li .standardBox .standardDate { }
.standardWrap .viewAll { position: absolute; left: 0; bottom: -42px; z-index: 1; font-size:1.143em; }
.standardWrap .viewAll a { text-decoration: none; color: #093779; font-size:1.125em; }
.standardWrap .viewAll a:hover { text-decoration: none; color: #393939; }
.standardWrap .ticker .playPause { padding-left: 0; position: absolute; right: 26px; z-index: 1; width: 35px; height: 35px; text-indent: -99999px; color:#000; overflow: hidden; top: 4px; }
.standardWrap .ticker .playPause.play { background: url(../images/playpause.png) no-repeat 0 -35px; }
.standardWrap .ticker .playPause.stop { background: url(../images/playpause.png) no-repeat 0 0; }
.standardWrap .readMoreLink a { color: #243885; text-decoration: none; font-size: 17px; display: block; }
.standardWrap .readMoreLink a:hover { color: #393939; padding-left: 5px; }
/* Standard Ticker CSS End*/


/* New Initiatives Ticker CSS Start*/
.initiativesWrap { position: relative; }
.initiativesWrap h2.homeSectionHeading { color: #fff; }
.initiativesWrap .subTitleText { font-size: 1.125em; color: #fff; margin-bottom: 10px; padding-bottom: 10px; font-weight:500; }
.initiativesWrap .subTitleText span.fullFormText { display: block; font-weight: 500; }
.initiativesWrap .tickerDivBlock { height:255px !important; margin-bottom:25px; }
.initiativesWrap .ticker .activityTicker li { height: auto; position: relative; opacity:1 !important; /*margin-bottom: 10px; padding-bottom: 10px; border-bottom:1px solid #ccc; */ width:100%; display:inline-block; }
.initiativesWrap .ticker .activityTicker li::before {
 position: absolute;
 left: 0;
 top: -2px;
 content: "";
 font-family: 'FontAwesome';
 content: "\f1c1";
 font-size: 2.125em;
 color: #fff;
 font-weight: 500;
}
.initiativesWrap .ticker .activityTicker { margin:0; padding:0; list-style:none; }
.initiativesWrap .ticker .activityTicker li .initiativesBox { /*min-height:45px; */ padding-left:50px; }
.initiativesWrap .ticker .activityTicker li .initiativesBox a { font-size: 1em; color: #fff; display: inline-block; text-decoration: none; font-weight: normal; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #fff; width: 100%; min-height: 55px; }
.initiativesWrap .ticker .activityTicker li .initiativesBox a:hover { color:#61ecff; }
.initiativesWrap .ticker .activityTicker li .initiativesBox .initiativesDate { }
.initiativesWrap .viewAll { position: absolute; left: 0; bottom: -42px; z-index: 1; font-size:1.143em; }
.initiativesWrap .viewAll a { text-decoration: none; color: #093779; font-size:1.125em; }
.initiativesWrap .viewAll a:hover { text-decoration: none; color: #393939; }
.initiativesWrap .ticker .playPause { padding-left: 0; position: absolute; right: 25px; z-index: 1; width: 35px; height: 35px; text-indent: -99999px; color:#fff; overflow: hidden; top: 5px; }
.initiativesWrap .ticker .playPause.play { background: url(../images/playpause-white.png) no-repeat 0 -35px; }
.initiativesWrap .ticker .playPause.stop { background: url(../images/playpause-white.png) no-repeat 0 0; }
.initiativesWrap .readMoreLink a { color: #fff; text-decoration: none; font-size: 1.0625em; display: block; }
.initiativesWrap .readMoreLink a:hover { color: #fff; padding-left: 5px; }
/* New Initiatives Ticker CSS End*/


/*Middle Content Part CSS End*/

/*Bullet Text Start*/
ul.bulletText { list-style:none; padding:0; margin-bottom:10px; }
ul.bulletText li { font-size:16px; padding-left:22px; margin-bottom: 10px; line-height:1.5; position: relative; color:#000; }
ul.bulletText li a { color:#014EA2; text-decoration:none; }
ul.bulletText li a:hover { color:#393939; }
ul.bulletText li::before {
 position: absolute;
 left: 0;
 top: 2px;
 content: "";
 font-family: 'FontAwesome';
 content: "\f00c";
 font-size: 15px;
 color: #888;
}
ul.bulletText ul { padding:0; list-style:none; margin-top: 15px; }
/*Bullet Text End*/
/*Bullet Text Start*/
.bulletText ul { list-style:none; padding:0; margin-bottom:10px; }
.bulletText ul li { padding-left:22px; margin-bottom: 10px; line-height:normal; position: relative; color:#393939; }
/*.bulletText ul li:last-child { margin-bottom:0; } */
.bulletText ul li a { color:#014EA2; text-decoration:none; }
.bulletText ul li a:hover { color:#393939; }
.bulletText ul li::before {
 position: absolute;
 left: 0;
 top: 4px;
 content: "";
 font-family: 'FontAwesome';
 content: "\f00c";
 font-size: 0.9375em;
 color: #888;
}
.bulletText ul ul { padding:0; list-style:none; margin-top: 15px; }
/*Bullet Text End*/


/*Latest Event List start*/
.latestEventList { padding:0; margin:0; list-style:none; }
.latestEventList li { margin-bottom:10px; }
.latestEventList li a { color:#323232; text-decoration:none; }
.latestEventList li a:hover { color:#393939; }
/*Latest Event List end*/

/*Events CSS Start*/
.eventsContentItem { overflow: hidden; background-color: #fff; box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1); -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; position: relative; }
.eventsContentItem .eventsImgHolder { margin: 0; overflow: hidden; /*max-height:300px; */ padding:0; }
.eventsContentItem .eventsImgHolder img { width: 100%; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; height:300px; }
.eventsContentItem .eventsDetailBox { padding:15px; background: #1e297b; position:relative; }
.eventsDetailBox .eventsDate { position: absolute; top: -26px; left: 15px; background: #fff; padding: 5px; line-height: 15px; }
.eventsContentItem .eventsDetailBox .eventsTitle a { font-size: 1em; color: #fff; display: inline-block; text-decoration: none; padding-bottom:10px; min-height:60px; }
.eventsContentItem .eventsDetailBox .eventsTitle a:hover { }
.eventScheduleDate { font-size: 1em; color: #393939; margin-bottom: 5px; font-weight: 500; }
.eventScheduleDate span.scheduleDate { display: block; margin-bottom: 5px; }
.bmDate .fa-calendar, .bmDate .fa-clock-o, .bmDate .fa-map-marker { padding-right: 8px; }
.eventsDate { padding: 10px 0 5px; }
.eventsDate span.bmDate { padding-right: 5px; color: #323232; font-weight: 500; font-size: 0.8125em; }
.eventsDate .fa { color: #888; }
.category { padding: 5px 0; }
.category span.eventCategoryLabel { color: #008091; font-weight: 500; font-size: 1em; padding-right: 5px; }
.category span.eventCategotyHeading { font-size: 1em; font-weight: 500; color:#323232; }
/*Events CSS End*/
.galleySection { padding:70px 0; }
/**Photo Gallery Style Start**/
.thumbImgBox { margin-bottom: 18px; max-height: 155px; overflow: hidden; }
.sliderNavWrap { display: flex; justify-content: end; margin-bottom: 20px; position: absolute; top: 5px; right: 0; }
.photoGallerySectionWrap { position: relative; }
.videoGallerySectionWrap { position: relative; }
.galleryTitle { display: inline-block; height: 100%; position: absolute; bottom: 0; width: 100%; z-index: 999999; }
.galleryTitle::after {
/*background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%); */
background: #1e297b;
content: "";
width: 100%;
height: 15%;
position: absolute;
left: 0;
bottom: 0;
z-index:-1;
}
.galleryTitle span { text-align: left; font-size: 1em; font-weight: normal; color: #fff; position: absolute; bottom: 20px; width: 100%; padding: 0 20px; background-color:#1e297b; }
.galleryBox { min-height:400px; overflow: hidden; }
.galleryBox .photoThumb img { width:100%; min-height: 340px; }
.galleryBox a:hover .galleryTitle span { color: #f3901b; }
.galleryBox a:hover .galleryTitle::before {
position: absolute;
height: 55px;
width: 55px;
content: "\f00e";
font-family: 'FontAwesome';
font-size: 1.75em;
color: #2c3d83;
top: 35%;
left: 42%;
background-color: #fff;
border-radius: 100%;
text-align: center;
line-height: 55px;
}
.galleryBox .thumbnail img { width:100%; }
.photo-gallery-slider-next img, .photo-gallery-slider-prev img { text-align: center; padding: 6px 0; width: 16px; }
.video-gallery-slider-next img, .video-gallery-slider-prev img { text-align: center; padding: 6px 0; width: 16px; }
.photoGallerySectionWrap .galleryBox a:hover .galleryTitle span { color: #fff; }
.photoGallerySectionWrap .galleryBox a:hover .galleryTitle::before {
position: absolute;
height: 55px;
width: 55px;
content: "\f00e";
font-family: 'FontAwesome';
font-size: 1.75em;
color: #2c3d83;
top: 35%;
left: 42%;
background-color: #fff;
border-radius: 100%;
text-align: center;
line-height: 55px;
}
.videoGallerySectionWrap .galleryBox a:hover .galleryTitle span { color: #f3901b; }
.videoGallerySectionWrap .galleryBox a:hover .galleryTitle::before {
position: absolute;
height: 55px;
width: 55px;
content: "\f04b";
font-family: 'FontAwesome';
font-size: 1.75em;
color: #2c3d83;
top: 35%;
left: 42%;
background-color: #fff;
border-radius: 100%;
text-align: center;
line-height: 55px;
}
.titleHeader { position:relative; }
.homeTitle { font-weight: bold; color: #243885; margin-bottom: 15px; font-size: 1.875em; }
.titleHeader .viewMoreLink { margin-right: 0; /*background: url(../images/Banner-Right-Arrow.png); background-repeat: no-repeat; background-position: right center; */ }
.viewMoreLink { color: #243885; text-decoration: none; font-size: 1em; position: relative; /*padding-right: 22px; */ }
.thumbImages .thumbnail { margin-bottom: 15px; height: 130px; overflow: hidden; }
/**Photo Gallery Style End**/

/***Breadcrumb Style Start****/
ul.breadcrumb { margin: 0; padding: 0; }
ul.breadcrumb li { color: #393939; }
ul.breadcrumb li { display: inline; margin: 0; padding: 0; list-style-type: none; font-size:14px; }
ul.breadcrumb li a { color:#3b3889; text-decoration: none; font-weight:600; }
ul.breadcrumb li a:hover { color: #323232; text-decoration: underline; }
ul.breadcrumb li::before {
content:"\f105" !important;
font-family: 'FontAwesome';
padding: 0 9px 0 0px;
}
ul.breadcrumb li:first-child::before {
display:none;
}
.breadcrumbWrap { padding: 10px 0; border-bottom:1px solid #e6e6e6; }
.breadcrumb-item.active { color: #000; }
/***Breadcrumb Style End****/
.innerBannerSection { background-color: #008091; padding: 65px 0; /* background: rgb(137,232,245); */ /* background: linear-gradient(260deg, rgba(137, 232, 245, 1) 0%, rgba(137, 133, 244, 1) 71%); */ background: #008091 url(../images/inner-banner-bg.jpg) no-repeat center bottom; background-size: cover; }
.innerBannerSection .innerPageTitle { position:relative; }
.innerBannerSection .innerPageTitle h1 { position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 100%; color:#fff; margin:0; font-weight:600; font-size: 1.675em; }
.innerContentWrap { min-height:500px; padding:35px 0; }
.innerContentWrap p { line-height:28px; font-size: 1.0625em; color:#000; margin-bottom:15px; }
.innerContentTitle h2 { position: relative; font-size: 1.700em; line-height: 35px; font-weight: 500; color: #3b3889; padding-bottom: 10px; margin-bottom: 30px; border-bottom: 1px solid #e6e6e6; /* display: inline-block; */ }
.innerContentTitle h2::before {
 position: absolute;
 bottom: -3px;
 left: 0;
 background: #9f9f9f;
 height: 5px;
 width: 50px;
 content: "";
}
.aboutDepartment { padding: 50px 0; background: url(../images/background-02.jpg) no-repeat center; background-size: cover; background-position:center top; margin-top:-50px; }
.aboutDepartment p { text-align:justify; }
.aboutDepartment p:last-child { margin:0; }
.aboutDepartment p a { color:#0f59b0; text-decoration: none; }
.aboutDepartment p a:hover { color: #b43e14; }
.contentImageBox img { background:#fff; padding: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); margin-bottom: 25px; }
.aboutMemberSection { padding: 50px 0; background: #008091; margin-bottom:-50px; }
.aboutMemberSection h3 { font-size: 1.5625em; color: #fff; font-weight: 500; margin-bottom: 15px; }
.structureOfBoard { margin-bottom: 25px; }
.structureOfBoard .col-lg-4.col-md-6 { display: flex; }
.structureOfBoard .col-lg-4.col-md-6 .structureOfBoardItem { display: block; flex-wrap: wrap; padding: 15px 25px; margin-bottom: 15px; border: 1px solid #fff; width: 100%; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); text-align: left; font-size: 1.125em; color: #393939; background: #f1f1f1; }
.responsibilitiesOfBoard { margin-bottom:0; }
.responsibilitiesOfBoard .col-md-6 { display: flex; }
.responsibilitiesOfBoard .col-md-6 .responsibilitiesOfBoardItem { display: block; flex-wrap: wrap; padding: 15px 25px; margin-bottom: 15px; border: 1px solid #fff; width: 100%; border-radius: 10px; text-align: left; font-size: 1.125em; color: #393939; background: #f1f1f1; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
h3 { font-size: 1.4525em; color: #008091; font-weight: 500; margin-bottom: 25px; }
h4 { font-size: 1.25em; color: #393939; font-weight: 500; margin-bottom: 25px; }
h5 { font-size: 1.125em; color: #393939; font-weight: 500; margin-bottom: 25px; }
h6 { font-size: 1.125em; color: #393939; font-weight: 500; margin-bottom: 25px; }
/*Vision Mission Style Start*/
.visionMissionSectionInner { text-align: center; }
.visionContentBoxInner .visionIcon img { width: 150px; margin-bottom: 45px; }
.visionContentBoxInner { background:#F4F5F6; padding:40px; }
.visionContentBoxInner p { margin:0; color:#393939; font-size:1.25em; }
.missionContentBoxInner { background:#243885; padding:40px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); border: 5px solid #fff; }
.missionContentBoxInner .missionIcon img { width: 150px; margin-bottom: 45px; }
.missionContentBoxInner h2 { color:#fff; }
.missionContentBoxInner p { margin-bottom:10px; color:#fff; font-size:1.125em; line-height:normal; }
.missionContentBoxInner p:last-child { margin-bottom:0; }
/*Vision Mission Style End*/
/**Faculty Style Start**/
.gasabSecretariatWrap { padding: 50px 0; background: #f1f1f1; margin-bottom:-50px; }
.facultyDetailWrap { }
.facultyDetailWrap .row.justify-content-center { justify-content: start !important; }
.facultyDetailWrap .row { margin-bottom:0; display:flex; }
.facultyDetailWrap .row .col-lg-4 { flex-wrap: wrap; display: flex; }
.facultyDetailWrap .row .our-team { padding: 15px 10px; background: #fff; text-align: center; overflow: hidden; border-radius: 15px; position: relative; box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); border: 5px solid #f2f2f2; margin-bottom: 20px; width:100%; }
.facultyDetailWrap .row .our-team a { text-decoration:none; }
.facultyDetailWrap .row .our-team .pic { display: inline-block; width: 120px; height: 120px; margin-bottom:10px; z-index: 1; position: relative; }
.facultyDetailWrap .row .our-team .pic::before {
 content: "";
 width: 100%;
 height: 0;
 border-radius: 50%;
 background: #e5e5e5;
 position: absolute;
 bottom: 135%;
 right: 0;
 left: 0;
 opacity: 1;
 transform: scale(3);
 transition: all 0.3s linear 0s;
 z-index: -1;
}
.facultyDetailWrap .row .our-team:hover .pic:before { height: 100%; }
.facultyDetailWrap .row .our-team .pic:after { content: ""; width: 100%; height: 100%; border-radius: 50%; background:#008091; position: absolute; top: 0; left: 0; z-index: -1; }
.facultyDetailWrap .row .our-team .pic img { width: 100%; height: 100%; border-radius: 50%; transform: scale(1); transition: all 0.9s ease 0s; }
.facultyDetailWrap .row .our-team:hover .pic img { box-shadow: 0 0 0 14px #f7f5ec; transform: scale(0.7); }
.facultyDetailWrap .row .our-team .team-content { text-align: center; }
.facultyDetailWrap .row .our-team .title { font-size: 1.125em; font-weight: 600; color:#3b3889; text-transform: uppercase; margin-bottom:0; line-height:35px; }
.facultyDetailWrap .row .our-team .post { display: block; font-size: 1em; color: #393939; margin-bottom: 5px; font-weight: 500; min-height:50px; }
.team-content a { color: #323232; }
.team-content a:hover { padding-left:5px; }
/**Faculty Style End**/

/***Contrast Theme Start***/

/********* Photo Gallery *********/
.photoGalleryWrap { border-bottom: 1px solid #ccc; }
.galleryItem { display: block; text-decoration: none; background-color: #fff; margin-bottom: 30px; padding: 10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); position: relative; }
.galleryItem:before { left: 50%; right:50%; height: 4px; position: absolute; bottom:-2px; content:""; background-color:#3b3889; transition: all 450ms ease 0s; -webkit-transition: all 450ms ease 0s; }
.galleryItem:hover { box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
.galleryItem:hover:before { left:10px; right:10px; }
.galleryItem .imgHolder { overflow: hidden; position:relative; height: 210px; }
.galleryItem .imgHolder img { width: 100%; transition: all 450ms ease 0s; -webkit-transition: all 450ms ease 0s; }
.galleryItem:hover .imgHolder img { transform: scale(1.1); -webkit-transform: scale(1.1); }
.galleryItem .galleryCaptionTitle { font-size: 1.000em; font-weight:600; padding-top:10px; min-height: 66px; color: #0e61bc; }
.galleryItem .galleryCaptionTitle p { line-height: 24px; font-size: 1em; color: #3b3889; margin-bottom: 15px; font-weight: 400; margin:0 }
.galleryItem .fa { width: 50px; height: 50px; border-radius: 50%; background-color: #fff; position: absolute; left: 50%; top: 50%; color:#3b3889; font-size: 20px; text-align: center; line-height: 50px; transform: translate(-50%, -50%) scale(0); -webkit-transform: translate(-50%, -50%) scale(0); transition: all 450ms ease 0s; -webkit-transition: all 450ms ease 0s; }
.galleryItem:hover .fa { transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); }
.photoGalleryWrap .titleHeader { margin-bottom: 30px; position:relative; }
.photoGalleryWrap .titleHeader h2 { margin-bottom: 0; position: relative; padding-right: 210px; }
.backLink { padding:10px; font-weight: 500; font-size:1em; text-decoration: none; position: absolute; right: 0; top: 0; margin: 0; line-height: normal; }
.photoGalleryWrap .row .col-lg-4 { flex-wrap: wrap; display: flex; }
.backLink .fa { margin-right: 5px; }
.row [class*="col-"] {
margin-left: -.3px;
margin-right: -.3px;
}
.form-group { position: relative; }
.eventRecord .per-page .total-record { clear: both; float: left; padding-top: 6px; padding-right: 20px; }
.eventRecord .per-page .total-record b, .eventRecord .per-page .total-record strong { margin-left: 5px; }
.eventRecord .record-perPage { float: none; position: absolute; left: 210px; padding-left: 0; top:-4px; border-left: 1px solid #d4d4d4; }
.eventRecord .per-page label { padding: 0 10px 0 20px; }
.eventRecord .per-page .custom-select { width: 70px; display: inline-block; vertical-align: middle; border-color: #dedede; border-radius: 0; margin-left: 15px; background: #fff; }
.custom-select::before {
position: absolute;
right:25px;
top: 4px;
content: "\f107";
font-family: 'FontAwesome';
font-size: 1.3125em;
color: #000;
}
.custom-select select.form-control, .custom-select select.form-control:not([size]):not([multiple]) {
padding-right: 20px;
}
.event-pagination { float: right; text-align: right; /*padding-top: .755em; */ padding-right: 0; display:flex; align-items: center; margin-bottom:0; }
.event-pagination .page-link { background: transparent; border: 0; text-decoration: none; color: #000; font-size: 1.063em; padding: 1px 12px; }
.event-pagination .page-link:hover { background: none; }
.event-pagination .page-link i { font-size: 1.125em; padding: 0 3px; }
.event-pagination .page-link.numbers { border-left: 1px solid #000; padding: 1px 12px; }
h5.galleryCaptionTitle { color: #0e61bc; margin: 0; padding: 10px 0 0; font-size: 1.125em; font-weight: 600; }
li.page-item.active a { color: #111b64; font-weight: 700; border: 1px solid #111b64; border-radius: 5px !important; width: 25px; height: 25px; padding: 0 5px; text-align: center; }
li.page-item.active a:hover { color: #fff; background: #111b64; border: 1px solid #111b64; }
/*Whats New Start*/
ul.whatsNewList { list-style:none; padding:0; margin-bottom:10px; }
ul.whatsNewList li { padding-left: 30px; line-height: 1.5; position: relative; padding-bottom: 15px; padding-top: 15px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); margin-bottom: 20px; border-radius:6px; /* border: 1px solid #e5e5e5; */ }
ul.whatsNewList li a { color:#3B3889; text-decoration: none; padding-bottom: 5px; font-size: 1.125em; display: inline; }
ul.whatsNewList li a:hover { color:#393939; }
ul.whatsNewList li::before {
 position: absolute;
 left: 15px;
 top: 15px;
 content: "";
 font-family: 'FontAwesome';
 content: "\f105";
 font-size: 17px;
 color: #014EA2;
}
ul.whatsNewList li span { color:#555555; font-size:1em; }
ul.whatsNewList li.dateBox { display: block; }
ul.whatsNewList ul li { list-style: none; }
.noRecordFound p { padding:5px; border: 1px solid #ff0000; margin-bottom: 25px; display: block; border-radius: 6px; text-align: center; background: #fff; color: #ff0000; }
.noRecordFound p { font-weight: 500; text-transform: uppercase; }
ul.whatsNewList li:nth-child(2n) {
 background: #f1f1f1;
}
/*Whats New End*/
/****Loaded****/
#loader { background: #fff url(../images/loading.gif) no-repeat center center; position: relative; width: 54px; height: 54px; left: 50%; top: 50%; margin: -30px 0 0 -30px; z-index: 9999; border-radius: 50%; overflow: hidden; }
#pageLoader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999; }
#pageLoader .loaderSec { position: fixed; top: 0; width: 51%; height: 100%; background: #163677; z-index: 1000; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
#pageLoader .loaderLeft { left: 0; }
#pageLoader .loaderRight { right: 0; }
.loaded #pageLoader .loaderLeft { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
.loaded #pageLoader .loaderRight { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
.loaded #loader { opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.loaded #pageLoader { visibility: hidden; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: all 0.3s 1s ease-out; transition: all 0.3s 1s ease-out; }
.no-js #pageLoader { display: none; }
/****Page loading End****/
/*#loader { position:relative; width: 296px; height:409px; left: 50%; top: 50%; margin: -205px 0 0 -148px; z-index: 9999; } 
#pageLoader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999; } 
#pageLoader .loaderSec { position: fixed; top: 0; width: 51%; height: 100%; background: #163677; z-index: 1000; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } 
#pageLoader .loaderLeft { left: 0; } 
#pageLoader .loaderRight { right: 0; } 
.loaded #pageLoader .loaderLeft { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); } 
.loaded #pageLoader .loaderRight { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); } 
.loaded #loader { opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } 
.loaded #pageLoader { visibility: hidden; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: all 0.3s 1s ease-out; transition: all 0.3s 1s ease-out; } 
.no-js #pageLoader { display: none; } */
/****Page loading End****/
/**********Sitemap Style Start**********/
.sitemap { padding: 0; margin: 0 -15px; }
.sitemapBtnExport { padding: 0; text-align: right; margin-bottom: 15px; }
.sitemap .sitemapDiv { margin-bottom: 10px; float: left; width: 100%; padding: 0 15px; }
.sitemap ul { position: relative; list-style-type: none; margin: 0; padding: 0; }
.sitemap li { margin: 0 10px 10px 0; list-style-type: none; /*width: 32%; */ padding: 0; float: left; }
.sitemap li:last-child { margin: 0; }
.sitemap li.sitemapTitle { margin-left: 0; width: 100%; margin-bottom: 10px; }
.sitemap li.sitemapTitle a { text-transform: uppercase; font-weight:600; }
.sitemap li.sitemapTitle a:hover { color: #fff; }
.sitemap li a { color: #444; text-decoration: none; transition: all 0.3s ease 0ms; -webkit-transition: all 0.3s ease 0ms; }
.sitemap .sitemapTitle a { display: block; background: #eee; color: #3b3889; padding:10px; border-bottom: 3px solid #e7e7e7; text-decoration: none; font-weight:500; line-height:normal; }
.sitemap ul li a:hover { color: #fff; }
.sitemap ul li a { position: relative; line-height:normal; display: block; min-width: 220px; padding:10px; border-bottom: 2px solid #e7e7e7; text-decoration: none; color: #008091; font-weight: 500; }
.sitemap li a:hover { background:#3b3889; }
.wob .sitemap li a { color: #fff; }
.wob .sitemap .sitemapTitle a { display: block; background: #555; color: #fff; padding: 8px 13px; border: 1px solid #fff; }
.wob .sitemap li.sitemapTitle a:hover, .wob .sitemap ul li a:hover { color: #000; background: #ff0; border-color: #ff0; }
.wob .sitemap ul li a { border: 1px solid #fff; }
.wob .sitemap li a:hover { background: #000; }
/**********Sitemap Style End**********/

/*18-12-2023*/

.mainLogo img { padding-right: 15px; margin-right: 15px; border-right: 1px solid #cccccc; }
span.quotesText { color: #3b3889; font-size: 1em; font-weight: 600; }
.search { /* position: relative; */ /* display: none !important; */ }
.search .searchLink { display: none; }
.search a, .search a:hover, .search a.active { color: #ffd900; }
.search a { margin-top: 0; }
.search a { width: 30px; height: 30px; display: block; color: #414d71; outline: none; text-align: center; position: relative; font-size: 1.125em; line-height: 30px; margin-top: 6px; }
.search .form-wrapper { display: block; position: static; background: none; width: 200px; border-top: 0; float: right; }
.search .form-wrapper .form-item { position: relative; }
.search .form-wrapper .form-item .form-text { background: none; border-radius: 50px; border: 1px solid #ccc; padding-left: 20px; font-size: 0.9375em; font-weight: 400; height: 38px; color: #272c4c; width: 100%; margin: 0; padding-right: 45px }
.search .goBtn { background: none; border: 0; color: #000; height: 38px; position: absolute; right: 0; top: 0; width: 45px; cursor: pointer; background: url(../images/search-icon.png) no-repeat center center; text-indent: -9999px; z-index: 1; }
.headerRowRight { display: flex; justify-content: end; align-items: center; height: 100%; }
/**/
.gasabInroduction { padding:0 25px 0 0; border-right: 1px solid #ccc; }
.gasabInroduction .container { padding: 0; }
.chairpersonSection { text-align:center; /*padding:0 25px; */ }
.chairpersonSection .chairpersonImg { width: 175px; margin: 0 auto 15px; }
.chairpersonImg { border-radius: 50%; overflow: hidden; background:#fff; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); /*background: rgb(255,255,255); background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(204, 204, 204, 1) 50%); */ width: 175px; height: 175px; text-align:center; padding:15px; }
.chairpersonDetail h3.chairpersonName { color: #575757; font-size: 1.25em; font-weight: 700; display: block; margin-bottom: 5px; }
.chairpersonDetail span.chairpersonDesignation { display: block; color: #575757; font-size:1.0625em; margin-bottom: 10px; }
.chairpersonDetail p { margin:0; }
.grayBoxSection { padding: 70px 0; background:#fff; display:none; }
/*New Ideas Section CSS Start*/
.newIdeasWrap { position: relative; }
/*.newIdeasBg { background: rgb(30,41,123); background: linear-gradient(260deg, rgba(30, 41, 123, 1) 65%, rgba(255, 255, 255, 0) 100%); } */
/*.newIdeasWrap .newIdeasContent { position: absolute; right: 35px; text-align: left; transform: translateY(-50%); kit-transform: translateY(-50%); top: 50%; left:40%; background: #253189; padding: 15px; } */
.newIdeasWrap .newIdeasContent { position: absolute; right: 35px; text-align: left; transform: translateY(-50%); top: 50%; left: 13%; background: #253189; padding: 15px; width: 85%; }
.newIdeasWrap .newIdeasContent h3 { color: #fff; font-weight: 600; font-size: 1.875em; margin-bottom:15px; padding-bottom:15px; position: relative; }
.newIdeasWrap .newIdeasContent h3:after { content: ""; background: #fff; height: 3px; width: 50px; position: absolute; left: 0; top:50px; }
.newIdeasWrap .newIdeasContent p { margin:0; font-size:1.0625em; color:#fff; margin-bottom:15px; }
.newIdeasBg img { width: 100%; }
/*.newIdeasBg::after { 
 background: rgb(30,41,123); 
 background: linear-gradient(270deg, rgba(30, 41, 123, 1) 70%, rgba(255, 255, 255, 0) 100%); 
 content: ""; 
 width: 100%; 
 height: 100%; 
 position: absolute; 
 right: 0; 
 bottom: 0; 
 z-index: 0; 
 } */
/*New Ideas Section CSS End*/
/*New Ideas Inner Page CSS Start*/
.boardResponsibilities { padding: 25px; border-radius: 10px; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
.grayBox { padding: 30px 0; background: #f4f4f7; margin-bottom:30px; }
.grayBox ul.bulletText { margin:0; }
.grayBox ul.bulletText li:last-child { margin:0; }
.stepCounter { display: block; width: 40px; height: 40px; background: #253189; color: #fff; font-size: 1.125em; padding: 7px; border-radius:8px; text-align: center; margin-bottom: 0; }
.boardResponsibilitiesList ul { margin-bottom: 5px; }
/*New Ideas Inner Page CSS End*/
/*Knowledge Center Section CSS Start*/
.newIdeasKnowledgeSection { /*padding:70px 0; */ }
.knowledgeCenterWrap { position: relative; }
/*.knowledgeCenterBg { background: rgb(30,41,123); background: linear-gradient(260deg, rgba(30, 41, 123, 1) 65%, rgba(255, 255, 255, 0) 100%); } */
/*.knowledgeCenterWrap .knowledgeCenterContent { position: absolute; right: 35px; text-align: left; transform: translateY(-50%); kit-transform: translateY(-50%); top: 50%; left:40%; background: #008091; padding: 15px; } */
.knowledgeCenterWrap .knowledgeCenterContent { position: absolute; right: 35px; text-align: left; transform: translateY(-50%); top: 50%; left: 13%; background: #008091; padding: 15px; width: 85%; }
.knowledgeCenterWrap .knowledgeCenterContent h3 { color: #fff; font-weight: 600; font-size:1.875em; margin-bottom: 15px; padding-bottom: 15px; position: relative; }
.knowledgeCenterWrap .knowledgeCenterContent h3:after { content: ""; background: #fff; height: 3px; width: 50px; position: absolute; left: 0; top:50px; }
.knowledgeCenterWrap .knowledgeCenterContent p { margin:0; font-size:1.0625em; color:#fff; margin-bottom:15px; }
.knowledgeCenterBg img { width: 100%; }
/*.knowledgeCenterBg::after { 
 background: rgb(10,135,152); 
background: linear-gradient(270deg, rgba(10, 135, 152, 1) 70%, rgba(255, 255, 255, 0) 100%); 
 content: ""; 
 width: 100%; 
 height: 100%; 
 position: absolute; 
 right: 0; 
 bottom: 0; 
 z-index: 0; 
 } */
/*Knowledge Center Section CSS End*/
/*Events Detail Page Style Start*/
.photoBox { display: block; text-decoration: none; background-color: #fff; margin-bottom: 30px; padding: 10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); position: relative; }
.photoBox:before { left: 50%; right: 50%; height: 4px; position: absolute; bottom: -2px; content: ""; background-color:#3b3889; transition: all 450ms ease 0s; -webkit-transition: all 450ms ease 0s; }
.photoBox:hover:before { left: 10px; right: 10px; }
.photoBox .imgHolder { overflow: hidden; position: relative; height: 210px; }
.photoBox .imgHolder img { width: 100%; height:100%; transition: all 450ms ease 0s; -webkit-transition: all 450ms ease 0s; }
.photoBox .photoTitle a { font-size: 1.000em; font-weight: 500; padding:10px 0 0; margin-bottom:10px; /*min-height:85px; */ color: #3b3889; text-decoration: none; display: inline-block; width:100%; }
.photoBox .photoTitle a:hover { color:#E65A15; }
/*.photoTitle { position: relative; } 
.photoTitle .eventsDate { position: absolute; top: -34px; left: 15px; background: #3b3889; padding: 5px 10px; color: #fff; } */
/*Events Detail Page Style End*/
/*Play Pause Button*/
/*.playPauseBtn { 
position: absolute; 
right: 20px; 
top: 20px; 
width: 40px; 
height: 40px; 
border-radius: 50%; 
z-index: 999; 
background: #1866c7; 
display: flex; 
justify-content: center; 
align-items: center; 
color: #fff; 
cursor: pointer; 
 } 
.playBtn:before, .pauseBtn:before { 
font-family: fontAwesome; 
font-size: 0.9375em; 
line-height: 15px; 
color: #fff; 
 } 
.pauseBtn:before { 
content: "\f04c"; 
 } 
.playBtn:before { 
content: "\f04b"; 
 } */
/*Play Pause CSS Stat*/
.playPauseBtn { position: absolute; right: 27px; top: 20px; z-index: 9; color: #3b3889; font-size: 15px; cursor: pointer; background: #fff; width: 40px; height: 40px; text-align: center; padding: 9px; border-radius: 50%; }
.playPauseBtn.pause .fa:before { content: "\f04b"; }
a.playPauseBtn:hover { color: #3b3889; }
/*Play Pause CSS End*/

/*Dark Theme New CSS*/
.wob input.resetBtn { background: #555 !important; color: #fff !important; }
.wob .topHeader { background: #222; }
.wob .headerRow { background:#333; }
.wob .topStrip a { color: #ff0; }
.wob .topStrip a:hover { color: #80ff00; }
.wob .topStrip li::before {
background: #ff0;
}
.wob .mainLogo a { height:100%; background: url(../images/logo-dark.png) no-repeat 0 0; display: block; background-size: auto; }
.wob .mainLogo img { opacity: 0; visibility: hidden; }
.wob .otherLogo { float:right; }
.wob .otherLogo a { /*background: url(../images/comptroller-logo-dark.png) no-repeat; */ display: block; background-size: auto; }
.wob .otherLogo img { /*opacity: 0; visibility: hidden; */ }
.wob #accessControl input { color:#ff0; }
.wob .language select { color: #ff0; }
.wob .headerRow .logoSection .logo span.hindiText, .wob .headerRow .logoSection .logo span.englishText { color:#fff; }
.wob .mainNavigationWrap { background: #000; }
.wob .headerRow { }
.wob #nav li a { color:#ff0; }
.wob #nav > li > a:hover, .wob #nav > li.hover > a, .wob #nav > li.focus > a, .wob #nav > .highlight > a { background: #444; }
.wob #nav ul li a { background-color: #444; border-top: 1px solid #ff0; }
.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: #ff0; color: #000; }
.wob span.quotesText { color: #80ff00; }
.wob .search .form-wrapper .form-item .form-text { border: 1px solid #fff; color:#fff; }
.wob .search .goBtn { background: url(../images/search-icon-dark.png) no-repeat center center; }
.wob .homeImgSlider-next, .wob .homeImgSlider-prev { background-color:#444; }
.wob .homeImgSlider-next .fa, .wob .homeImgSlider-prev .fa { color:#fff; }
.wob .marqueeScrollingWrap { background-color:#444; }
.wob .marqueeScrollingWrap .marqueeScrolling .marqueeTitle h2 { color:#ff0; }
.wob .marqueeScrollingWrap .marqueeScrolling .marqueeTitle:after { background:#fff; }
.wob .marqueeScrolling li span { color: #80ff00; }
.wob .marqueeScrolling li a { color: #fff; }
.wob .marqueeScrolling li a:hover { color:#ff0; text-decoration:none; }
.wob .introductionSection h1 { color: #ff0; }
.wob .readMoreLink a { color: #ff0; }
.wob .readMoreLink a:hover { color: #80ff00; }
.wob .chairpersonDetail span.chairpersonName { color:#80ff00; }
.wob .chairpersonDetail span.chairpersonDesignation { color:#fff; }
.wob .gasabInroduction { border-right:1px solid #fff; }
.wob .gasabInroduction h2 { color:#ff0; }
.wob .grayBoxSection { background: #333; }
.wob h2.homeSectionHeading { color:#ff0; }
.wob .latestNewsWrap .ticker .activityTicker li .latestNewsBox .latestNewsDate { background:#000; color:#fff; }
.wob .latestNewsWrap .ticker .activityTicker li .latestNewsBox a { color:#ff0; }
.wob .latestNewsWrap .ticker .activityTicker li .latestNewsBox a:hover { color: #80ff00; }
.wob .circularDate { color:#80ff00; }
.wob .circularWrap .ticker .activityTicker li .circularBox a { color:#ff0; }
.wob .circularWrap .ticker .activityTicker li .circularBox a:hover { color:#80ff00; }
.wob .titleHeader h2 { color:#ff0; }
.wob .sliderSmallArrow { border: 1px solid #fff; color: #fff; }
.wob .sliderSmallArrow:hover { background-color: #000; border-color: #fff; color: #fff; }
.wob .boardMeetingContentItem .boardMeetingDetailBox { background:#000; }
.wob .middlePartWrap { background: #222; }
.wob .standardWrap .subTitleText, .wob .initiativesWrap .subTitleText { color:#80ff00; }
.wob .standardWrap .ticker .activityTicker li .standardBox a, .wob .initiativesWrap .ticker .activityTicker li .initiativesBox a { color:#ff0; }
.wob .standardWrap .ticker .activityTicker li .standardBox a:hover, .wob .initiativesWrap .ticker .activityTicker li .initiativesBox a:hover { color:#80ff00; }
.wob .documentWrap a.iconBox { background:#444; }
.wob span.documentIcon img { filter: brightness(100); }
.wob .documentWrap span.documentTitle { color:#80ff00; }
.wob .eventsContentItem .eventsDetailBox { background:#444; }
.wob .newIdeasBg::after, .wob .knowledgeCenterBg::after {
background: rgb(43,43,43);
background: linear-gradient(260deg, rgba(43, 43, 43, 1) 55%, rgba(255, 255, 255, 0) 100%);
}
.wob .newIdeasWrap .newIdeasContent h3, .wob .knowledgeCenterWrap .knowledgeCenterContent h3 { color: #ff0; }
.wob .newIdeasWrap .newIdeasContent h3:after, .wob .knowledgeCenterWrap .knowledgeCenterContent h3:after { background:#fff; }
.wob .newIdeasWrap .newIdeasContent p, .wob .knowledgeCenterWrap .knowledgeCenterContent p { color:#80ff00; }
.wob .addressSection { background:#111; }
.wob .copyrightSection { background:#000; }
.wob .addressSection h3 { color: #80ff00; }
.wob .addressSection p { color: #ff0; }
.wob .contactDetail p { font-size: 16px; color: #80ff00; }
.wob ul.footerLinks li a { color: #ff0; }
.wob ul.footerLinks li a:hover { color: #80ff00; }
.wob ul.footerLinks li::before {
background:#ff0;
}
.wob .copyRightContent { color: #ff0; }
.wob .visitorLastUpdated .visitorCount p, .wob .visitorLastUpdated .lastUpdated p { color:#80ff00; }
.wob .footer-logos { background: #222; }
.wob .bannerSubjectLink a { color: #000; background: #ff0; }
.wob .bannerSubjectLink a:hover { background: #80ff00; color: #000; }
.wob .galleryBox a:hover { color:#ff0; }
.wob .toggleMenu .iconBar { background: url(../images/mobile-menu-dark.png) no-repeat center center; }
.wob .resTab .tabNav li { background:none; }
.wob .resTab .tabNav li a { color:#80ff00; }
.wob .resTab .tabNav .r-tabs-state-active a { color: #000; }
.wob .r-tabs-tab.r-tabs-state-active { background-color: #ff0 !important; border: 1px solid #ff0; }
.wob .r-tabs-tab.r-tabs-state-default { border: 1px solid #80ff00; }
/*.wob .resTab .tabNav li:last-child { 
border-right:0; 
 } */
.wob .contactUsWrap { background: url(../images/background-02-dark.jpg) no-repeat center; }
.wob .locationMapWrap { border-top: 5px solid #000; }
.wob .contactUsWrap h2.departmentName { color:#ff0; background:#000; }
.wob .contactUsWrap .departmentAddress p, .wob .contactUsWrap .contactDetailWrap p, .wob .contactUsWrap .contactDetailWrap p a { color:#fff; }
.wob .contactDetailWrap { border: 1px solid #222; background: #222; }
.wob .contactUsWrap .contactDetailWrap .fa { color: #000; border: 2px solid #ff0; background: #ff0; }
.wob ul.breadcrumb li a { color:#ff0; }
.wob .breadcrumb-item.active { color: #fff; }
.wob .breadcrumb-item+.breadcrumb-item::before {
color:#fff;
}
.wob .innerBannerSection { background: url(../images/inner-banner-bg-dark.jpg) no-repeat center bottom; background-size: cover; }
.wob .visionContentBoxInner { background: #222; }
.wob .missionContentBoxInner { background: #111; }
.wob th, .wob .tableData th { background: #ff0; color: #000; }
.wob table tr:nth-child(2n+1) td {
background-color: #333;
color:#fff;
}
.wob .tableRowOdd, .wob .tableData td { background-color: #444; color:#fff; }
.wob .innerContentWrap p { color:#fff; }
.wob ul.bulletText li { color:#fff; }
.wob ul.bulletText li a { color:#ff0; }
.wob ul.bulletText li a:hover { color:#80ff00; }
.wob ul.bulletText li::before {
color:#fff;
}
.wob .bulletText ul li { color:#fff; }
.wob .bulletText ul li a { color:#ff0; }
.wob .bulletText ul li a:hover { color:#80ff00; }
.wob .bulletText ul li::before {
color:#fff;
}
.wob .aboutDepartment { background: url(../images/background-02-dark.jpg) no-repeat center; }
.wob .aboutMemberSection { background:#222; }
.wob .responsibilitiesOfBoard .col-md-6 .responsibilitiesOfBoardItem { border: 1px solid #80ff00; color: #ff0; background: #000; }
.wob .structureOfBoard .col-lg-4.col-md-6 .structureOfBoardItem { border: 1px solid #80ff00; color: #ff0; background: #000; }
.wob .contentImageBox img { background: #fff; }
.wob .innerContentTitle h2, .wob .innerContentWrap h2 { color:#ff0; }
.wob .innerContentTitle h2::before {
background:#ff0;
}
.wob .gasabSecretariatWrap { background: #333; }
.wob .facultyDetailWrap .row .our-team { background: #000; border: 5px solid #ff0; }
.wob .facultyDetailWrap .row .our-team .title { color:#80ff00; }
.wob .facultyDetailWrap .row .our-team .post { color:#fff; }
.wob .facultyDetailWrap .row .our-team .pic::before {
background:#333;
}
.wob .facultyDetailWrap .row .our-team .pic:after { background:#555; }
.wob h3 { color: #80ff00; }
.wob h4 { color: #fff; }
.wob h5 { color: #fff; }
.wob h6 { color: #fff; }
.wob .breadcrumbWrap { background:#333; }
.wob .boardMeetingWrapper h2 { color: #ff0; }
.wob .boardMeetingDate { color:#80ff00; background:#000; }
.wob .photoBox { background-color: #333; }
.wob .photoBox .photoTitle a { color:#ff0; }
.wob .photoBox .photoTitle a:hover { color:#80ff00; }
.wob .photoBox:before { background-color:#ff0; }
.wob .searchFormWrap label { color: #fff; }
.wob .button { color: #000; background-color: #ff0; }
.wob .button:hover { color: #000; background-color: #80ff00; }
.wob .button.resetBtn { background-color: #555 !important; color: #fff; }
.wob .button.resetBtn:hover { background-color: #444 !important; color: #fff; }
.wob ul.whatsNewList li a { color: #ff0; }
.wob ul.whatsNewList li a:hover { color: #80ff00; }
.wob ul.whatsNewList li::before {
color:#ff0;
}
.wob ul.whatsNewList li span { color: #fff; }
.wob #backtotop span em { background: #ff0 url(../images/backtotop.png) no-repeat scroll center center; border: 1px solid #ff0; }
.wob #backtotop > span { border: 1px solid #80ff00; color: #000; background:#80ff00; }
.wob .stepCounter { background:#fff; color:#000; }
.wob .grayBox { background:#333; }
.wob .boardResponsibilities { background:#222; box-shadow: none; }
.wob .accordion .accTrigger { background-color:#333; color:#ff0; }
.wob .accordion .accTrigger a { color:#ff0; }
.wob .accordion .accTrigger a:hover { color:#80ff00; }
.wob .accordion .accTrigger.active { background-color: #ff0; color: #000; border: 1px solid #ff0; }
.wob .accordion .accTrigger.active a { color: #000; }
.wob .accordion .accordDetail { background:#555; }
.wob .fileSize { color:#fff; }
.wob .chairpersonImg { background:#fff; }
.wob input[type="submit"], .wob input[type="button"], .wob input[type="reset"], .wob button, .wob .button { background-color: #ff0; color: #000; font-weight: 500; }
.wob input[type="submit"]:hover, .wob input[type="button"]:hover, .wob input[type="reset"]:hover, .wob button:hover, .wob .button:hover { color: #000; background: #80ff00; }
.wob .smoke { background-color: #777; box-shadow: none; border: 1px solid #fff; }
.wob .smoke-base .dialog-inner { color:#fff; }
.wob .dialog-buttons button.cancel { background-color: #000; color: #fff; }
.wob th, .wob td, .wob .tableData th, .wob .tableData td { border-bottom: 1px solid #555; border-right: 1px solid #555; }
.wob table, .wob .tableData { border-top: 1px solid #555; border-left: 1px solid #555; }
.wob .galleryItem { background:#555; }
.wob .galleryItem .galleryCaptionTitle { color:#ff0; }
.wob .galleryItem:before { background-color:#fff; }
.wob .galleryItem .fa { background-color: #ff0; color: #000; }
.wob .event-pagination .page-link { color: #fff; }
.wob .mfp-arrow:before { color:#fff; }
.wob .eventsDate span.bmDate { color:#80ff00; }
.wob .eventsDate .fa { color: #80ff00; }
.wob .form-actions a { background:#666; }
.wob .form-actions a:hover { background:#444; }
.wob .login-page { background: #555; }
.wob .form { background:#222; box-shadow: none; }
.wob .form label { color:#ff0; }
.wob .form button { background-color:#ff0; color:#000; }
.wob .form button:hover { background-color:#80ff00; color:#000; }
.wob .float-left a { color: #80ff00; }
.wob .float-left a:hover { color: #ff0; }
.wob #accessControl .contrastChanger.wob { background: #555; border-radius: 50% 50%; border: 1px solid #555; }
.wob .feedbackForm { background:#222; border: 1px solid #222; }
.wob .category span.eventCategoryLabel { color: #80ff00; }
.wob .category span.eventCategotyHeading { color:#ff0; }
.wob .eventsDetailBox .eventsDate { background:#000; }
.wob .chairpersonDetail h3.chairpersonName { color: #80ff00; }
/*Login Form for Front Style Start*/
/*.playPauseBtn { 
position: absolute; 
right: 20px; 
top: 20px; 
width: 40px; 
height: 40px; 
border-radius: 50%; 
z-index: 999999; 
background: #1866c7; 
display: flex; 
justify-content: center; 
align-items: center; 
color: #fff; 
cursor: pointer; 
 } 
.playBtn:before, .pauseBtn:before { 
font-family: fontAwesome; 
font-size: 0.9375em; 
line-height: 15px; 
color: #fff; 
 } 
.pauseBtn:before { 
content: "\f04c"; 
 } 
.playBtn:before { 
content: "\f04b"; 
 } */
/*Feedback Form*/
.feedbackForm { max-width: 600px; width: 100%; padding: 40px; margin: 0 auto; box-shadow: 0 0 10px rgb(0, 0, 0, 0.2); position: relative; background: #f7f7f7; border-radius: 10px; }
.feedbackForm .verifyRow { margin-bottom: 25px; }
.captchaImgBox .captchaImg, .captchaImgBox .refreshCaptcha { display: inline-block; vertical-align: middle; }
.fieldsRequired { text-align: right; font-size: 0.9375em !important; font-style: italic; }
.mandatory, .asterix, .error, .red { color: #e90000; }
.feedbackForm .row .col-md-6, .feedbackForm .row .col-md-4 { flex: 0 0 auto; width: 100%; }
.feedbackForm .form-group { margin-bottom: 10px; }
.feedbackForm .resetBtn { background: #777; color:#fff; }
.feedbackForm .resetBtn:hover { background: #444; color:#fff; }
.RefReShCapcha img { height: 44px; }
.feedbackForm input { position:relative; }
.feedbackForm .error { position: absolute; left: 0; background: #ff0000; color: #fff; border-radius: 3px; padding: 1px 10px; font-size: 0.8125em; z-index: 1; bottom: -28px; }
.feedbackForm .error:after { width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #f00; position: absolute; content: ""; left: 15px; top: -6px; }
.feedbackForm small.help-block { color: #fff; background: red; padding: 2px 4px; border-radius:4px; }
.knowledgeCenterRegisterWrap .form-group-emailverify .input-group #email-sendotp-button { line-height: 24px; padding: 10px; display: inline-block; text-decoration: none; background-color: #008091; border-radius: 0 6px 6px 0; color: #fff; margin: 0; outline: 0 none; font-size: 1em; cursor: pointer; font-weight: normal; border: 0; margin-left: 0; }
.knowledgeCenterRegisterWrap .form-group-emailverify .input-group #email-sendotp-button:hover { background: #004953; color: #fff; }
/***/
.login-page { padding: 100px 0; width: 100%; margin: auto; position: relative; /*background: url(../images/login-bg.jpg) no-repeat center bottom; background-size: cover; */ background:#e8f0fe }
.login-header h1 { color: #fff; font-size: 1.4375em; margin-bottom: 15px; line-height: normal; background:#ff6633; text-align: center; padding: 10px 0; border-radius: 10px; overflow: hidden; font-weight: normal; }
.form { max-width: 400px; width: 100%; box-shadow: 0 0 25px rgba(0, 0, 0, 0.5); background: #fff; padding: 40px 20px; border-radius: 10px; margin: 0 auto; }
.form label { padding:0; }
.form input { outline: 0; background: #fff; width: 100%; border: 1px solid #ccc; margin: 0 0 30px; padding: 15px; box-sizing: border-box; font-size: 0.875em; position:relative; height:40px; }
.form button { text-transform: uppercase; outline: 0; background-color: #09164A; width: auto; border: 0; padding:10px 15px; color: #FFFFFF; font-size: 14px; /*-webkit-transition: all 0.3 ease; transition: all 0.3 ease; */ cursor: pointer; transition: 350ms ease; -webkit-transition: 350ms ease; font-weight:600; }
.form button:hover { background:#269c8e; color:#fff; }
.form .message { margin: 15px 0 0; color: #b3b3b3; font-size: 0.75em; }
.form .message a { color: #4CAF50; text-decoration: none; }
.float-left img { margin-right:5px; border:1px solid #ccc; border-radius:6px; }
.float-left.d-flex { margin-bottom: 15px; }
.float-left.d-flex:last-child { margin: 0; }
button .fa.fa-refresh { font-size: 1.125em; }
button.captchaButton { text-align: center; padding: 10px; }
.float-left a { color:#214fbe; font-size: 0.9375em; transition: 350ms ease; -webkit-transition: 350ms ease; text-decoration:none; }
.float-left a:hover { color:#082979; text-decoration:underline; }
.form .help-block { position: absolute; left: 0; background: #ff0000; color: #fff; border-radius: 3px; padding: 1px 10px; font-size: 0.8125em; z-index: 1; bottom: -28px; }
.form .help-block:after { width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #f00; position: absolute; content: ""; left: 15px; top: -6px; }
/*Login Form for Front Style End*/
/*WIM Detail Style Start*/
.wimInformation .row { border-bottom: 1px solid #ccc; margin-bottom: 5px; padding-bottom: 5px; }
.wimInformation .row .col-md-2 { background: #f7f7f7; }
.wimInformation .wimDetail { font-size: 1.125em; font-weight: normal; color: #393939; padding: 10px 0; }
.wimInformation .wimName { font-size: 1.125em; font-weight:500; color: #3b3889; padding: 10px 0; }
.wob .wimInformation .wimName { color: #ff0; }
.wob .wimInformation .wimDetail { color: #80ff00; }
.wob .wimInformation .row { border-bottom: 1px solid #fff; }
.wob .wimInformation .row .col-md-2 { background: #555; }
.wob h2.searchRusTitle.mb-3 { color: #ff0; }
.wob ul.searchList li::before {
color:#fff;
}
.wob ul.searchList li a { color: #ff0; text-decoration: none; }
.wob ul.whatsNewList li:nth-child(even) {
background: #222;
}
.wob ul.whatsNewList li { border:1px solid #ff0; }
.wob .marqueeScrollingWrap .marqueeScrolling .btnMPause { background: url(../images/playpause-white.png) no-repeat; }
.wob .marqueeScrollingWrap .marqueeScrolling .btnMPause.play { background: url(../images/playpause-white.png) 0 -35px no-repeat; }
.wob .latestNewsWrap .ticker .playPause.play { background: url(../images/playpause-white.png) no-repeat 0 -35px; }
.wob .latestNewsWrap .ticker .playPause.stop { background: url(../images/playpause-white.png) no-repeat 0 0; }
.wob .circularWrap .ticker .playPause.play { background: url(../images/playpause-white.png) no-repeat 0 -35px; }
.wob .circularWrap .ticker .playPause.stop { background: url(../images/playpause-white.png) no-repeat 0 0; }
/*WIM Detail Style End*/
.documentWrap a.iconBox:focus { border: 2px dashed #000; }
.standardWrap .ticker .playPause.stop:focus { border: 2px dashed #fff !important; }
/*.initiativesWrap .ticker .playPause.stop:foucs { border: 2px dashed #fff !important; } */
.footerLogoSlider .swiper-slide a:focus { border:1px dotted #000; }
a#stopNews2:focus { border: 2px solid #fff; }
a#stopNews3:focus { border: 2px solid #fff; }
.boardMeetingContentItem .boardMeetingDetailBox .boardMeetingTitle a:focus { border:1px dashed #fff; }
.sliderSmallArrow:focus { outline: thin dotted; }
.textResizeIn input:focus { outline: thin dotted; }
.row.mainLogo h1 { margin: 0; }
.row.mainLogo a { display: block; }
.otherLogo a { display: block; }
.bannerSubjectLink a:focus { outline: thin dotted; }
/*Search List Style Start*/
ul.searchList { list-style: none; padding: 0; margin-bottom: 10px; }
ul.searchList li { padding-left: 15px; margin-bottom: 10px; line-height: 1.5; position: relative; border-bottom: 1px solid #ccc; padding-bottom: 10px; }
ul.searchList li::before {
content: "\f105";
position: absolute;
left: 0;
top: -1px;
font-family: 'FontAwesome';
font-size: 17px;
color: #014EA2;
}
ul.searchList li a { color: #014EA2; text-decoration: underline; padding-bottom: 5px; font-size: 1.125em; }
h2.searchRusTitle strong { color: #393939; display: block; font-size: 1.25em; font-weight: 600; }
.wob h2.searchRusTitle strong { color: #80ff00; }
/*Search List Style End*/
/**Page Not found Style STart**/
.errorPageContant .civilLogo { margin-bottom: 10px; float: none; }
.errorPageContant .civilLogo { background: #fff; padding: 10px; border-radius: 10px; /* border: 1px solid #ccc; */ text-align: center; }
.errorPageContant .civilLogo .logoImg { /* padding:0 10px; */ }
.errorPageWrapper { padding: 35px 0; /*min-height:100%; height:100%; */ }
.errorPageContant { max-width:750px; width: 100%; margin: 0 auto; background: #fff; padding: 15px; text-align: center; border-radius:15px; /*position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); */ box-shadow: 0 0 20px rgb(0 0 0 / 20%); }
.errorPageHead { padding-bottom:20px; }
.errorMiddleRow .firLogo { float:right; width:76px; margin-top:30px; }
.errorMiddleText { background:#f2f2f2; padding: 25px 15px 15px 15px; border-radius: 10px; /* border:1px solid #ccc; */ }
.errorMiddleText h1 { margin-bottom: 10px; color: #ff0000; font-size: 1.875em; font-weight: 600; line-height: normal; text-transform: uppercase; letter-spacing: 1px; word-spacing: 3px; }
.errorMiddleText h3 { margin-bottom: 10px; }
.errorPageBtn { padding-top:0; }
.errorPageBtn .button { width:25%; padding: 12px 20px; margin: 0 5px 10px 0; text-align: center; border-radius: 7px; background-color: #006e7c; color: #fff; }
.errorPageBtn .button:hover { background:#717170; }
.errorPageBtn .btn { float: left; margin-right: 15px; padding: 10px 25px; color: #fff; background-color: #ff6633; }
.errorPageBtn .btn:hover { background-color: #04127B; color:#fff; text-decoration: none; }
.errorPageContant p { margin-bottom: 20px; }
.errorMiddleText ul.bulletText { margin-bottom: 0; }
.errorPageContant p { color: #3b3889; font-size: 1.25em; font-weight: 400; margin-bottom: 15px; line-height: normal; }
.errorIcon { width: 85px; height: auto; margin-bottom: 10px; }
/**Page Not found Style End**/
.viewMoreLink span.fa.fa-long-arrow-right { padding-left: 5px; }
/*Search Auto Complete Text Style Start*/
ul#searchResults { position: absolute; z-index: 99999; background: #fff; width: 100%; padding: 5px; border-radius: 10px; /*box-shadow: 0 0 10px rgba(0,0,0,0.3); */ margin-top: 2px; }
ul#searchResults li { border-radius: 6px; }
ul#searchResults li.list-group-item a { background: #006e7c; width: 100%; display: block; font-size: 14px; margin: 0 0 5px 0; text-align: left; border: 0; border-radius:5px; text-decoration: none; padding: 5px 10px; height: auto; line-height: 22px; color: #fff; }
ul#searchResults li.list-group-item a:hover { background:#3b3889; }
.wob ul#searchResults { background:none; box-shadow:none; }
.wob ul#searchResults li.list-group-item a { background: #666; }
.wob ul#searchResults li.list-group-item a:hover { background: #555; }
/*Search Auto Complete Text Style End*/
#offerEndDate { color: #838d94; }
#offerDate { color: #838d94; }
.wob .initiativesWrap .ticker .playPause.stop { background: url(../images/playpause-white.png) no-repeat 0 0; }
.wob .initiativesWrap .ticker .playPause.play { background: url(../images/playpause-white.png) no-repeat 0 -35px; }
.wob .initiativesWrap .ticker .activityTicker li::before {
color:#80ff00;
}
.wob .standardWrap .ticker .playPause.stop { background: url(../images/playpause-white.png) no-repeat 0 0; }
.wob .standardWrap .ticker .playPause.play { background: url(../images/playpause-white.png) no-repeat 0 -35px; }
.wob .standardWrap .ticker .activityTicker li::before {
color:#80ff00;
}
.wob .newIdeasWrap .newIdeasContent, .wob .knowledgeCenterWrap .knowledgeCenterContent { background:#000; }
.wob .knowledgeCenterBg img { width: 100%; filter: grayscale(100); }
.wob .newIdeasBg img { width: 100%; filter: grayscale(10); }
/*Member Detail Information Style Start*/
.facultyDetailContent { padding: 15px; background: #fff; text-align: left; overflow: hidden; border-radius: 15px; position: relative; box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); border: 5px solid #f2f2f2; margin-bottom:30px; width: 100%; }
.facultyDetailContent p:last-child { margin-bottom:0; }
.facultyPhoto img { margin-bottom: 25px; padding: 5px; border-radius: 15px; box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); background: #f2f2f2; width: 100%; }
.facultyInformation p.facultyName { font-size: 1.35em; font-weight: 600; color: #3b3889; text-transform: uppercase; margin-bottom: 10px; line-height: normal; }
.facultyInformation p.facultyDesignation { font-size: 1.15em; font-weight: 500; color: #0d94a6; margin-bottom: 10px; line-height: normal; }
.facultyInformation p.facultyMobNumber { font-size: 1.15em; font-weight: 500; color: #666; margin-bottom: 10px; line-height: normal; }
.facultyInformation p.facultyMobNumber .fa { color: #3b3889; font-size: 1.2em; padding-right: 10px; }
.facultyInformation p.facultyEmail { font-size: 1.15em; font-weight: 500; color: #666; margin-bottom: 10px; line-height: normal; }
.facultyInformation p.facultyEmail .fa { color: #3b3889; font-size: 1.2em; padding-right: 10px; }
.wob .facultyPhoto img { background:#80ff00; }
.wob .facultyInformation p.facultyName { color:#ff0; }
.wob .facultyInformation p.facultyDesignation { color:#80ff00; }
.wob .facultyInformation p.facultyMobNumber, .wob .facultyInformation p.facultyEmail, .wob .facultyInformation p.facultyMobNumber .fa, .wob .facultyInformation p.facultyEmail .fa { color:#fff; }
.wob .facultyDetailContent { background: #222; border: 5px solid #fff; }
/*Member Detail Information Style End*/
.knowledgeCenter .row .col-lg-4 { flex-wrap: wrap; display: flex; }
.knowledgeCenter .row .col-lg-4 .photoBox { width: 100%; }
.eventCategoryLabel { font-size: 1.125em; font-weight: 600; color: #3b3889; margin-bottom: 10px; line-height: 35px; }
eventDocumentLabel { font-size: 1.125em; font-weight: 600; color: #008091; margin-bottom: 10px; line-height: 35px; }
.form-group textarea.form-control { min-height: auto; height: 100px; margin-bottom: 0; }
.commentDate { text-align: right; color: #848484; font-style: italic; font-size:0.9em; }
.commentFixHeight { height: 400px; overflow-y: scroll; padding: 15px; border: 1px solid #ccc; background: #e8e8e8; border-radius: 7px;/* overflow: hidden; */
}
.commentFixHeight .card:last-child { margin:0; }
.wob .eventCategoryLabel { color:#80ff00; }
.wob .form-control.bg-light { background: #333 !important; color: #fff; }
.wob .commentFixHeight { border: 1px solid #fff; background: #444; }
.wob h4.card-title { color: #ff0; }
.wob .commentFixHeight .card-body { background: #222; }
.wob .commentDate { color: #80ff00; }
/*Board Meeting New Design Start 13-08-2024*/
.boardMeetingBox { text-align: center; padding:5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); margin-bottom: 20px; width: 100%; border-radius: 10px; background:#fff; }
.boardMeetingDatewiseWrap .row .col-lg-3.col-md-6 { flex-wrap: wrap; display: flex; }
.boardMeetingDatewiseWrap { }
.boardMeetingDatewiseWrap a { text-decoration:none; width:100%; }
.boardMeetingDatewiseWrap a:hover { text-decoration:none; }
.boardMeetingIcon { margin-bottom:5px; padding:0; }
.boardMeetingIcon img { border-radius: 10px 10px 0 0; /*width: 85px; opacity: 0.5; */ }
.boardMeetingDetail { background: #eee; padding: 15px 10px; border-radius: 0 0 10px 10px; }
.boardMeetingTitle { font-size: 1.25em; font-weight: 600; color: #3b3889; text-transform: uppercase; margin-bottom: 5px; line-height: normal; }
.boardMeetingOnDate { font-size: 16px; color: #393939; font-weight: 500; }
.boardMeetingOnDate .fa.fa-calendar { font-size: 0.8em; }
.wob .boardMeetingBox { box-shadow: none; background: #333; }
.wob .boardMeetingIcon img { /*width: 100px; opacity: 1; filter: brightness(100); */ }
.wob .boardMeetingDetail { background: #222; }
.wob .boardMeetingTitle { color:#ff0; }
.wob .boardMeetingOnDate { color:#80ff00; }
/*Board Meeting New Design End*/
.greenBoxSection { background: #008091; padding: 70px 0; }
.wob .greenBoxSection { background: #222; }
.whiteBoxSection { background:#f4f4f4; padding: 70px 0; }
.wob .whiteBoxSection { background: #222; }
/*User Login Logout Design*/
.userLoginWrap { margin-bottom: 25px; clear: both; text-align: right; }
.userLoginWrap .userLoginDetail { background: #008091; padding: 10px; display: inline-block; margin-bottom: 5px; border-radius: 6px; max-width: 250px; width: 100%; text-align: start; }
.userLoginWrap .userLoginDetail .welcomeUser { font-size: 14px; color: #fff; display: block; }
.userLoginWrap .userLoginDetail .welcomeUserName { font-size: 16px; font-weight: 600; display: block; line-height: normal; color: #fff; }
.userLogoutBtn .logOutButton a { display: inline-block; text-transform: uppercase; padding: 4px 12px; text-decoration: none; background: #fff; border-radius: 5px; color: #3b3889; font-size: 15px; border: 1px solid #ccc; }
.userLogoutBtn .logOutButton a:hover { background: #3b3889; color: #fff; border: 1px solid #3b3889; }
.userLoginDetail.dropdown-toggle::after {
border-top: .3em solid #FFF;
right: 10px;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.userLogoutBtn.dropdown-menu { max-width: 250px; width: 100%; }
.wob .userLoginWrap .userLoginDetail { background: #ff0; }
.wob .userLoginWrap .userLoginDetail .welcomeUser, .wob .userLoginWrap .userLoginDetail .welcomeUserName { color:#000; }
.wob .userLogoutBtn .logOutButton a { background: #80ff00; color: #000; border: 1px solid #80ff00; }
.wob .userLogoutBtn .logOutButton a:hover { background: #ff0; color: #000; border: 1px solid #ff0; }
.content-justify { text-align: justify; }
/*04-10-2024*/
.photoTitle a.knowledgeCenterRecordTitle { font-size: 18px; font-weight: 600; }
p.knowledgeCenterRecordDisc { font-size: 15px; color: #525252; margin: 0; }
.galleryCaptionTitle p { font-size: 15px; color: #4c4c4c; margin: 0; }
table td a { color: #3b3889; }
.wob input#btngo:hover { background: none; }
/***** Knowledge Center Forms Style Start 17-01-2025*****/
#frmdata { max-width:100%; width: 100%; padding: 40px; margin: 0 auto; box-shadow: 0 0 10px rgb(0, 0, 0, 0.2); position: relative; background: #f7f7f7; border-radius: 10px; margin-bottom:30px; }
#frmdata label { display: inline-block; padding-bottom: 3px; font-weight: normal; font-size: 14px; color:#555; }
#frmdata input[type="text"], .frmdata textarea { height: 44px; border: 1px solid #d2d2d2; border-radius: 6px; font-size: 14px; line-height: 26px; padding: 3px 10px; width: 100%; color: #838d94; }
#frmdata .form-group { margin-bottom:15px; }
#frmdata small.help-block { color: #fff; background: red; padding: 2px 5px; border-radius: 4px; }
#submitData { margin-top: 10px; }
.wob #frmdata { background: #222; border: 1px solid #222; }
.wob #frmdata label { color:#fff; }
.facultyDetailWrap .row.justify-content-center { justify-content: start !important; }
.printDownloadIcon { border-bottom: 1px solid #ccc; margin: 15px 0 -30px; padding-bottom: 15px; }
.printDownloadIcon .downloadIcon a, .printDownloadIcon .printIcon a { display: block; padding: 5px; border-radius: 6px; background: #f1f1f1; border: 1px solid #ccc; }
.printDownloadIcon .downloadIcon img, .printDownloadIcon .printIcon img { width: 25px; height: 25px; }
.linkLabel { display: flex; align-items: center; justify-content: center; border-top: 1px solid #ccc; padding-top: 5px; color: #3b3889; font-weight: 600; font-size:15px; }
.linkBtn { text-decoration: underline !important; color: #393939; font-size: 15px; }
.downloadIcon button { display: block; padding: 5px; border-radius: 6px; background: #f1f1f1; border: 1px solid #ccc; }
/*Google Search Style Start*/
.googleSearch { margin-right: 10px; }
/*Google Search Style End*/
/*Knowledge Center Login Form CSS Start*/
.knowledgeCenterLoginWrap { max-width: 950px; width: 100%; box-shadow: 0 0 25px rgba(0, 0, 0, 0.5); background: #fff; padding: 40px; border-radius: 10px; margin: 0 auto; }
.knowledgeCenterLoginWrap .form-group { margin-bottom: 15px; }
.knowledgeCenterLoginWrap label { padding-bottom:5px; }
.knowledgeCenterLoginWrap #captchatext { width: 162px; }
.liveBtn { padding: 10px 15px; margin-top: 15px; background: #008091; color: #fff; display: block; }
.liveBtn:hover { background:#1e297b; }
.knowledgeCenterRegisterWrap .liveBtn:hover { background: #004953; color: #fff; }
.btn.btn-success.captchaButton { background: #b5b5b5; color: #fff; border: 1px solid #ced4da; }
.knowledgeCenterLoginWrap .form-group-select { position:relative; }
.knowledgeCenterLoginWrap .form-group-select select { background: url(https://gasab.php-staging.com/Default/assets/front/images/down-arrow.gif) no-repeat; padding: 0 5px; background-position: right 10px center; z-index: 9999999; position: relative; }
/*.knowledgeCenterLoginWrap .form-group-select::before { 
 position: absolute; 
 right: 15px; 
 top: 35px; 
 content: "\f107"; 
 font-family: 'FontAwesome'; 
 font-size: 1.3125em; 
 color: #999; 
 }*/ 
.knowledgeCenterLoginWrap .form-group .help-block { background: red; color: #fff; padding: 1px 5px; border-radius: 3px; margin: 0; line-height: normal; }
#email-sendotp-button { line-height: 20px; padding: 12px 20px; display: inline-block; text-decoration: none; background-color: #008091; border-radius: 0 5px 5px 0; color: #fff; margin: 0; outline: 0 none; font-size: 1em; cursor: pointer; font-weight: 500; border: 0; opacity: 1; }
#email-sendotp-button:hover { background-color: #3b3889; }
#email-verify { line-height: 20px; padding: 12px 20px; display: inline-block; text-decoration: none; background-color: #3b3889; border-radius: 0 5px 5px 0; color: #fff; margin: 0; outline: 0 none; font-size: 1em; cursor: pointer; font-weight: 500; border: 0; opacity: 1; }
#email-verify:hover { background-color: #008091; }
.field-otp-email .control-label {width: 100%;}
.wob .knowledgeCenterLoginWrap{background: #333;}
.wob .knowledgeCenterLoginWrap .form-control{color:#fff;}

.wob .knowledgeCenterLoginWrap input[type="text"], .wob .knowledgeCenterLoginWrap input[type="email"], .wob .knowledgeCenterLoginWrap input[type="tel"], .wob .knowledgeCenterLoginWrap input[type="number"], .wob .knowledgeCenterLoginWrap input[type="url"], .wob .knowledgeCenterLoginWrap input[type="password"], .wob .knowledgeCenterLoginWrap input[type="search"], .wob .knowledgeCenterLoginWrap select, .wob .knowledgeCenterLoginWrap textarea{color: #fff;
  background: transparent;}
.wob #email-sendotp-button, .wob #email-verify{background-color:#fff; color:#000;}
/*Knowledge Center Login Form CSS End*/
/*Knowledge Center change pass Form CSS Start*/
.knowledge-change-password-page .float-left .col-md-6 { width: 100%; }
/*Datepicker*/
.ui-widget.ui-widget-content { z-index: 9!important; }
.knowledgeCenterRegisterWrap div#div-email .col-md-6 { width: 100%; }
.knowledgeCenterRegisterWrap .field-otp-email .input-group { flex-wrap: wrap; }
.knowledgeCenterRegisterWrap .field-otp-email .input-group label.control-label { width: 100%; }
.knowledgeCenterRegisterWrap .field-otp-email .input-group input { height: 44px; border: 1px solid #cccccc; border-radius: 6px 0 0 6px !important; font-size: 14px; line-height: 26px; padding: 3px 10px; color: #838d94; }
.knowledgeCenterRegisterWrap .field-otp-email .input-group button#email-verify { line-height: 24px; padding: 10px; display: inline-block; text-decoration: none; background-color: #008091; border-radius: 0 6px 6px 0; color: #fff; margin: 0; outline: 0 none; font-size: 1em; cursor: pointer; font-weight: normal; border: 0; margin-left: 0; }
.knowledgeCenterRegisterWrap .field-otp-email .input-group button#email-verify:hover { background: #004953; color: #fff; }
.knowledgeCenterLoginWrap .captcha-group input#captchatext { margin: 0 7px 0 0; }
.card.mb-3 { background: #008091; }
#submitData { margin-top: 10px; line-height: 20px; padding: 12px 20px; display: inline-block; text-decoration: none; background-color: #fff; border-radius: 8px; color: #008091; font-size: 1em; cursor: pointer; font-weight: 500; border: 1px solid #008091; }
#submitData:hover { background: #008091; border: 1px solid #fff; color:#fff; }
.knowledgeCenterLoginWrap .form-group-select select { background: url(https://gasab.php-staging.com//Default/assets/front/images/down-arrow.gif) no-repeat; padding: 0 5px; background-position: right 10px center; z-index: 9999999; position: relative; }
/*Knowledge Center Category Box css Start*/
.categoryBox { text-align: center; padding: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); margin-bottom: 20px; width: 100%; border-radius: 8px; background: #fff; }
.categoryWrap .row .col-lg-4.col-md-6 { flex-wrap: wrap; display: flex; }
.categoryWrap a { text-decoration: none; width: 100%; }
.categoryWrap a:hover { text-decoration: none; }
.categoryIcon { margin-bottom: 1px; padding: 0; overflow: hidden; }
.categoryIcon img { border-radius: 8px 8px 0 0; width: 100%; }
.categoryDetail { background: #008091; padding: 25px 10px; border-radius: 0 0 8px 8px; }
.categoryTitle { font-size: 1em; font-weight: 500; color: #fff; line-height: normal; }
.categoryBox .categoryDetail:hover { background: #253189; }
/*Knowledge Center Category Box css End*/

/*Knowledge Center Welcome dropdown css Start*/
  .toggle-container { margin-bottom: 5px; float: right; min-height: 150px; }
.toggle-button { line-height: 20px; padding: 10px 20px; display: inline-block; text-decoration: none; background-color: #008091; border-radius: 5px; color: #fff; margin: 0; outline: 0 none; font-size: 1em; cursor: pointer; font-weight: 600; border: 0; transition: 350ms ease; -webkit-transition: 350ms ease; }
.extra-links { overflow: hidden; max-height: 0; opacity: 0; transition: max-height 0.5s ease, opacity 0.5s ease; margin-top: 5px; }
.extra-links.show { min-height: 103px; opacity: 1; padding: 8px; border: 1px solid #ccc; border-radius: 5px; }
.extra-links a { display: block; margin: 0 0 5px; color: #3b3889; text-decoration: none; background: #f1f1f1; padding: 8px 10px; border-radius: 5px; transition: 350ms ease; -webkit-transition: 350ms ease; }
.extra-links a:hover { text-decoration: none; background: #3b3889; color: #fff; }
/*Knowledge Center Welcome dropdown css End*/
