:root {
  --sttl-theme-black: #000000;
  --sttl-theme-lblack: #323232;
  --sttl-theme-gray: #282828;
  --sttl-theme-lgray: #666666;
  --sttl-theme-white: #ffffff;
  --sttl-theme-lwhite: #f6f1ef;
  --sttl-theme-blue: #0077b6;
  --sttl-theme-lblue: #0878bb;
  --sttl-theme-dalblue: #065684;
  --sttl-theme-darkblue: #003851;
  --sttl-theme-orange: #C4530E;
  --sttl-theme-yellow: #ffff00;
  --sttl-theme-red: #ff0000;
  --sttl-theme-green: #80ff00;
  --sttl-theme-font-10: 0.625em;
  --sttl-theme-font-12: 0.75em;
  --sttl-theme-font-13: 0.8125em;
  --sttl-theme-font-14: 0.875em;
  --sttl-theme-font-15: 0.9375em;
  --sttl-theme-font-16: 1em;
  --sttl-theme-font-18: 1.125em;
  --sttl-theme-font-20: 1.25em;
  --sttl-theme-font-22: 1.375em;
  --sttl-theme-font-23: 1.4375em;
  --sttl-theme-font-24: 1.5em;
  --sttl-theme-font-25: 1.5625em;
  --sttl-theme-font-26: 1.625em;
  --sttl-theme-font-28: 1.75em;
  --sttl-theme-font-30: 1.875em;
  --sttl-theme-font-32: 2em;
  --sttl-theme-font-40: 2.5em;
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("font/fa-brands-400.woff2") format("woff2"), url("font/fa-brands-400.ttf") format("truetype");
}

.fab,
.fa-brands {
  font-family: 'FontAwesome';
  font-weight: 400;
}

body {
  font-size: 100%;
  line-height: 1.5;
  font-family: Open Sans;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a {
  color: var(--sttl-theme-dalblue);
  text-decoration: none;
  transition: all 0.3s;
}

select {
  background: transparent;
  border: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  color: var(--sttl-theme-orange);
}

ul {
  padding: 0 0 0 15px;
}

ol {
  padding: 0 0 0 20px;
}

ul ul,
ol ol {
  margin: 10px 0;
}

table th {
  background-color: #014F75;
  color: var(--sttl-theme-white);
  font-weight: normal;
}

table tr:nth-child(2n) {
  background-color: #F3F3F3;
}

table th,
table td {
  font-size: var(--sttl-theme-font-15);
  padding: 10px 10px;
}

th.tdsrno {
  width: 68px;
}

th.tdnoofdays {
  width: 143px;
}

::-webkit-input-placeholder {
  color: var(--sttl-theme-lblack);
}

:-ms-input-placeholder {
  color: var(--sttl-theme-lblack);
}

::placeholder {
  color: var(--sttl-theme-lblack);
}

.fab,
.fa-brands {
  font-family: 'FontAwesome';
  font-weight: 400;
}

.jsRequired {
  display: none;
}

/*.extraSmallFont { font-size: 0.75em; }*/
.goblueBtn {
  background: var(--sttl-theme-dalblue);
  color: var(--sttl-theme-white);
  border: 0px;
  transition: all 0.3s;
}

.goblueBtn:hover {
  background: #01253b;
}

.bgBackgound {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left top;
}

.bgBackgound img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.select {
  background: url(../images/arrow-down.png) no-repeat right center;
}

.select select {
  border: 1px solid #AAAAAA;
  height: 56px;
  padding: 0 10px;
  width: 100%;
}

.select select {
  appearance: none;
}

.input {
  height: 56px;
  padding: 0 10px;
  width: 100%;
  outline: none;
}

.OrgBtn {
  background-color: var(--sttl-theme-orange);
	color: var(--sttl-theme-white);
  height: 56px;
  padding: 0 15px;
  border: 0px;
  transition: all 0.3s;
  width: 100%;
}

.OrgBtn:hover,
.OrgBtn:focus {
  background-color: #0B5FA8;
}

ul {
  padding: 0 0 0 15px;
}

ol {
  padding: 0 0 0 20px
}

ul ul,
ol ol {
  margin: 10px 0
}

ul.bulletText {
  list-style: none;
  padding: 0;
}

ul.bulletText li {
  padding: 2px 0 2px 20px;
  position: relative;
}

ul.bulletText li:before {
  content: "\f285";
  font-family: bootstrap-icons !important;
  position: absolute;
  left: 0px;
  top: 2px;
  width: 10px;
  height: 10px;
}

.wide-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.wide-image img {
  width: 100%;
}

.oraBdrBtn {
  border: 1px solid var(--sttl-theme-orange);
	color: var(--sttl-theme-orange);
  height: 35px;
  padding: 0 15px;
  transition: all 0.3s;
  display: block;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  text-align: center;
}

.oraBdrBtn:hover,
.oraBdrBtn:focus {
  background-color: #0B5FA8;
  color: var(--sttl-theme-white);
  border-color: #0B5FA8;
}

.pdfIcon {
  position: relative;
}

.pdfIcon:before {
  content: "\f63e";
  font-family: bootstrap-icons;
  color: var(--sttl-theme-red);
}

.telePhoneTblw,
.interComTblw,
.roomNoTblw {
	width: 180px;
}

.nameTblw {
  width: 300px;
}

.tableOuter {
  width: 100%;
  overflow-x: auto;
  padding: 0px;
}

.headingh2 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: var(--sttl-theme-font-30);
}

.ui-datepicker {
  z-index: 999 !important;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 70px !important;
  margin: 0 2px !important;
  padding: 5px !important;
  height: 30px !important;
  line-height: 20px !important;
  background-color: #ccc;
  outline: none;
  position: relative;
  appearance: auto !important;
  -webkit-appearance: auto !Important;
}

.ui-datepicker-year:before {
  display:none;
  content: "\F284";
  font-family: bootstrap-icons !important;
  font-size: var(--sttl-theme-font-20);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
}

select:focus {
  border: 1px solid var(--sttl-theme-black);
  outline: none;
}

/*home page serch form*/
.searchForm .views-exposed-form input,
.searchForm .views-exposed-form select {
  border-radius: 20px;
  height: 45px;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.searchForm .views-exposed-form input:focus,
.searchForm .views-exposed-form select:focus {
  box-shadow: none;
  border: 1px solid var(--sttl-theme-orange);
}

.searchForm .views-exposed-form .form-submit {
  margin: 0px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
  padding: 0px;
  margin: 0px;
  height: auto;
}

#views-exposed-form-circulars-page-4 select,
#views-exposed-form-circulars-page-4 input[type=text] {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  /*background-position: 96% 13px;*/
  font-size: var(--sttl-theme-font-14);
}

.views-exposed-form #views-exposed-form-circulars-page-4 .customCol input {
  background: var(--sttl-theme-orange);
	border: 1px solid var(--sttl-theme-orange);
  border-radius: 50px;
}

.views-exposed-form #views-exposed-form-circulars-page-4 .customCol input:hover,
.views-exposed-form #views-exposed-form-circulars-page-4 .customCol input:focus {
  background: #01253b;
  border: 1px solid #01253b;
}

.listen-captcha {
  width: 20px;
  height: 40px;
  background: url(/themes/doe/images/audio-icon.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  right: 0;
  top: 50%;
}

/********** Table **********/
.tableOut {
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: 30px;
}

table table,
.tableData table {
  margin: 0;
}

table tr:nth-child(odd) td,
.tableRowOdd {
  background-color: #f9fafb;
}

caption,
th,
td {
  font-weight: normal;
  border-left: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

.tableData a,
.tableData .file {
  color: #014F75;
  text-decoration: none;
}

.tableData a:hover {
  color: var(--sttl-theme-orange);
}

th,
.tableData th {
  background: #014F75;
  color: var(--sttl-theme-white);
  font-weight: 600;
  font-size: var(--sttl-theme-font-15);
  line-height: 22px;
  vertical-align: middle;
  text-align: inherit;
}

.tableScroll {
  overflow-y: hidden;
  overflow-x: auto;
}

.table td,
.tableData td {
  color: #252525;
}

.tableData .item-list ul,
.tableData .item-list ul li {
  padding: 0;
  margin-top: -15px;
}

.tableOuter tbody {
	display: block;
	max-height: 500px;
	overflow-y: auto;
}

.tableOuter thead,
.tableOuter tbody tr {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-width: 0;
	word-wrap: break-word;
}

.tableOut tbody::-webkit-scrollbar-thumb {
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 0px var(--sttl-theme-white);
	background-color: #014F75;
}

.tableOut tbody::-webkit-scrollbar {
	border-radius: 20px;
	width: 1px;
	background-color: #CFD2E9;
}

th,
td,
.tableData th,
.tableData td {
	border: none;
	padding: 15px;
	border-bottom: 1px solid rgb(0 0 0 / 20%);
	border-right: 1px solid rgb(0 0 0 / 20%);
	font-size: var(--sttl-theme-font-16);
}

table,
.tableData {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	empty-cells: show;
	border: none;
	border-top: 1px solid rgb(0 0 0 / 20%);
	border-left: 1px solid rgb(0 0 0 / 20%);
	position: relative;
}

div#accessControl {
	display: flex;
	align-items: center;
}

h2,
.h2 {
	font-weight: 700;
	font-size: var(--sttl-theme-font-30);
}

.tableOuter tbody:focus-visible {
  outline: none;
}

/*********  Accordion ******** */
.accordion {
  margin-bottom: 20px;
}

.accordion .accTrigger {
  background: url(../images/plus.png) 10px 50% no-repeat;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 6px 6px 6px 33px;
  border-radius: 6px;
  margin: 10px 0 0;
  display: block;
    width: 100%;
  text-align: left;
}

.accordion .accTrigger:focus-visible {
  outline: 1px dashed var(--sttl-theme-lblack);
  transition: none;
  outline-offset: 0;
}

.noJS .accordion .accTrigger {
  background: none;
  padding-left: 0;
}

.accordion .accTrigger a {
  display: block;
  text-decoration: none;
  outline: 0;
  font-size: 0.8em;
}

.accordion .accTrigger.active {
  background-color: var(--sttl-theme-orange);
	color: var(--sttl-theme-white);
  background-image: url(../images/minus.png);
  border-radius: 6px 6px 0 0;
}

.accordion .accTrigger h2 {
	font-size: var(--sttl-theme-font-16);
	margin: 0;
	padding: 5px 0;
	font-weight: 600;
}

.accordDetail {
  padding: 20px 15px;
  display: none;
  border: 1px solid #ccc;
  border-radius: 0 0 6px 6px;
  margin-top: -1px;
}

.noJS .accordDetail {
  display: block;
  padding: 10px 0;
}

.title2 {
  font-size: var(--sttl-theme-font-30);
  font-weight: bold;
}

.title3 {
  font-size: var(--sttl-theme-font-26);
  font-weight: bold;
}

.title4 {
  font-size: var(--sttl-theme-font-32);
  font-weight: bold;
}

.title5 {
  font-size: var(--sttl-theme-font-20);
  font-weight: bold;
}

.title6 {
  font-size: var(--sttl-theme-font-18);
}

.title7 {
  font-size: var(--sttl-theme-font-24);
}

.bannerTitle .title4 {
  background: transparent;
  color: var(--sttl-theme-white);
}

body .bold {
  font-weight: 700;
}

.headerLogos h1 {
  margin: 0;
}

.blueCol {
  color: #014F75;
}

.contactImg img {
  width: 100%;
}

.topStrip {
  background-color: #ffe9db;
  color: #6c330f;
  padding: 10px 0;
}

.topStrip ul {
  display: flex;
  align-items: center;
  padding: 0;
}

.topStrip ul li {
  position: relative;
  padding: 0 10px;
  margin: 0;
  cursor: pointer;
  width: auto;
}

.topStrip ul li a {
  color: #06527F;
}

.topStrip ul li a.searchBtn img {
  width: 15px;
}

.topStrip ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background: #6c330f;
}

.topStrip ul li:nth-child(1):before {
  display: none;
}

.leftLink li:nth-child(1) {
  text-align: right;
}

.leftLink li:nth-child(2) {
  text-align: left;
}

.topStrip ul.dropbutton li.dropbutton-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 0;
}

.dropbutton-action {
	color: #06527F;
}

.topStrip .dropbutton-action:first-child {
  background: transparent;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.topStrip .dropbutton-toggle button {
  background: transparent;
}

.topStrip .dropbutton-widget ul li:before {
  display: none;
}

.topStrip ul.dropbutton {
  display: inline-block;
  margin: 0;
  width: 5em;
}

.dropbutton {
  width: 60px;
  justify-content: start;
  font-size: var(--sttl-theme-font-14);
}

.dropbutton li a {
  padding: 5px 0;
  color: var(--sttl-theme-lblack);
  outline: none;
  margin: 0px;
}

.dropbutton li a:focus,
.dropbutton li a:hover {
  outline: none;
  box-shadow: none;
}

.dropbutton .secondary-action:last-child {
  border: 1px solid #ccc;
  position: absolute;
  top: 20px;
}

.dropbutton-toggle button:before {
  width: 0.65em;
  height: 0.65em;
}

/*.smoke-base { position: fixed; top: 0; left: 0; bottom: 0; right: 0; visibility: hidden; opacity: 0; }
.smoke-base.smoke-visible { opacity: 1; visibility: visible; }
.smokebg { position: fixed; top: 0; left: 0; bottom: 0; right: 0; }
.smoke-base .dialog { position: absolute; }
.dialog-prompt { margin-top: 15px; text-align: center; }
.dialog-buttons { margin: 20px 0 5px 0 }
.smoke { text-align: center; font-size: var(--sttl-theme-font-18); line-height: 150%; }
.dialog-buttons button { display: inline-block; vertical-align: baseline; border: 0; margin: 0 5px; font-size: var(--sttl-theme-font-16); padding: 5px 20px; background: #F95B45; color: var(--sttl-theme-white); transition: all 0.2s ease-in-out; }
.dialog-buttons button.cancel { background: #d1d1d1; color: #222; }
.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: var(--sttl-theme-font-16); padding: 8px; }
.dialog-buttons button:hover, .dialog-buttons button:focus { background: var(--sttl-theme-lblue); color: var(--sttl-theme-white); }
.smoke-base { background: rgba(0, 0, 0, .6); z-index: 99999 !important; }
.smoke-base .dialog { top: 40%; max-width: 700px; width: 95%; left: 50%; transform: translateX(-50%); }
.smoke-base .dialog-inner { padding: 15px; color: #202020; }
.smoke { background-color: rgba(255, 255, 255, 0.95); box-shadow: 0 2px 8px var(--sttl-theme-lgray); }*/

/********** Ticker *********/
.noJS .ticker .stop {
  display: none
}

.noJS .ticker ul {
  margin: 0
}

.noJS .ticker .tickerDivBlock {
  height: 150px;
  overflow-y: scroll;
  overflow-x: hidden
}

.my-3.vItems {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ticker li {
  opacity: 1 !important;
}

#accessControl input {
  float: left;
  background: none;
  border: none;
  padding: 0;
  color: #06527F;
  margin: 0 5px;
}

#accessControl input:hover {
  color: var(--sttl-theme-orange)
}

#accessControl .normal {
  font-size: var(--sttl-theme-font-14);
}

#accessControl .large {
  font-size: var(--sttl-theme-font-15);
}

#accessControl .contrastChanger {
  width: 0.9375em;
  height: 0.9375em;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  text-transform: capitalize;
}

#accessControl .contrastChanger.normal {
  background: var(--sttl-theme-white);
  border: 1px solid #15A2F4;
  color: var(--sttl-theme-black);
}

#accessControl .contrastChanger.wob {
  background: var(--sttl-theme-black);
  color: #15A2F4;
  border: 1px solid var(--sttl-theme-white);
}

.fontResizeInfo {
  display: flex;
  align-items: center;
}

.serviceBox .activityTicker a {
  color: var(--sttl-theme-lblack);
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}

.serviceBox .activityTicker a:hover {
  color: var(--sttl-theme-orange);
}

.serviceBox .region--whats-new .activityTicker li a {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  position: relative;
}
.serviceBox .region--whats-new .activityTicker li { position: relative;}
.serviceBox .region--whats-new .activityTicker li:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e3e3e3;
}

.serviceBox .region--whats-new .activityTicker li {
  display: flex;
  height: 122px;


  
 
}
.serviceBox .region--whats-new .activityTicker li a {
  overflow: auto; max-height: 100px;}


.searchBtn {
  position: relative;
}

.searchBox {
  position: absolute;
  right: 0;
  top: 30px;
  width: 350px;
  display: flex;
  background: var(--sttl-theme-orange);
  padding: 5px;
  display: none;
}

.searchBox input {
  width: 100%;
  border: 0px;
  outline: none;
  padding: 0 15px;
  font-size: var(--sttl-theme-font-14);
  border-radius: 0px;
}

.searchBoxInn {
  display: flex;
}

.search {
  position: relative;
}

.searchBoxWrap .js-form-item {
  margin: 0px;
  width: 100%;
}

.searchBoxWrap input {
  width: 100%;
  height: 45px;
}

.searchBoxWrap .button {
  padding: 0 15px;
  font-size: var(--sttl-theme-font-16);
  font-weight: bold;
  text-transform: uppercase;
  background-color: var(--sttl-theme-lblue);
}

.search-form,
.searchListing,
.searchBoxWrap {
  width: 100%;
  display: flex;
  align-items: end;
}

.searchDetalispage .search-form {
  margin: 0 -10px;
}

.searchDetalispage .search-form .js-form-item {
  padding: 0 10px;
}

.searchDetalispage .form-submit {
  margin-bottom: 18px;
}

.headerLogos {
  padding: 10px 0;
}

.headerLogos .text-content {
  display: flex;
}

.headerLogos #block-homepagerightsitelogo a {
  display: block;
}

.headerLogos #block-homepagerightsitelogo img {
  height: 65px;
  width: auto;
  margin: 0 auto;
  display: block;
}

.mainNavigation {
  margin: 0;
  position: relative;
  top: 0;
  clear: both;
  z-index: 999;
  background: var(--sttl-theme-orange);
  display: flex;
}

.mainNavigation .container-xl {
  position: relative
}

.mainNavigation #nav .sidebarItm {
  display: none
}

.primary-nav__menu-item--level-3.parent {
  margin: 5px 20px !important;
}

.primary-nav__menu-item--level-3.parent .primary-nav__menu-link {
  margin: 0px !important;
}

.primary-nav__menu-item--level-3.parent .primary-nav__menu-link--link {
  padding: 0 0 0 0px !important;
}

.primary-nav__menu-item--level-3.parent .menu .primary-nav__menu-link--link {
  padding: 0px 0 0 15px !important;
}

.rightlogos ul {
	display: flex;
	grid-gap: 15px;
	justify-content: space-around;
	align-items: center;
	padding: 0;
}

#nav ul li li a {
  font-size: 0.9em !important;
}

.toggleMenu {
  display: none;
  padding: 15px;
  text-decoration: none
}

.toggleMenu .mobileMenu {
  font-size: 1.250em;
  color: var(--sttl-theme-white);
}

.toggleMenu .iconBar {
  float: right;
  width: 25px;
  height: 25px;
  background: url(../images/mobile-menu.png) no-repeat center center;
  margin-left: 10px;
}

#nav,
#nav ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: Flex;
  flex-wrap: wrap;
}

#nav li {
  margin: 0;
  padding: 0;
  position: relative;
}

#nav li:last-child:before {
  display: none;
}

#nav li a {
  padding: 5px 10px;
  line-height: 36px;
  color: var(--sttl-theme-white);
  display: inline-block;
  text-decoration: none
}

#nav ul {
  width: 300px;
  top: 100%;
  padding: 0;
  left: 0;
  position: absolute;
  background-color: var(--sttl-theme-white);
}

#nav>ul {
  box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.1);
}

.hasJS #nav ul {
  opacity: 0;
  transition: opacity 400ms linear;
  -webkit-transition: opacity 400ms linear;
}

#nav li span.bi.bi-chevron-down {
	color: var(--sttl-theme-white);
}

#nav ul li {
  float: left;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

#nav ul li a {
  display: block;
  font-size: var(--sttl-theme-font-14);
  line-height: 1;
  color: #060613;
  border: none;
  padding: 7px 15px 7px 15px;
  text-align: left;
  width: 100%;
}

#nav ul ul {
  top: 0;
  left: 300px
}

#nav ul a:hover,
.noJS #nav ul a:focus,
#nav ul a.selected {
  color: #7fb6e9
}

#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.is-active,
#mainNav .primary-nav__menu-item--active-trail>a,
#nav>li>a:hover,
#nav>li.hover>a,
#nav>li.focus>a,
#nav>.highlight>a {
  background-color: var(--sttl-theme-lblue);
  color: var(--sttl-theme-white);
  position: relative;
}

#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: #fff;
  color: #c4530e;
}

#nav ul li.focus>a {
  background-color: #fff;
  color: #c4530e;
  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: 9px;
  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 ul ul {
  opacity: 1;
}

.rightMenu {
  color: var(--sttl-theme-white);
  font-size: var(--sttl-theme-font-30);
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}

.rightMenu:hover {
  color: var(--sttl-theme-lblue);
}

.homeBanner .swiper-button-next,
.swiper-button-prev {
  color: var(--sttl-theme-white);
}

.homeBanner .swiper-pagination-bullet {
  width: 35px;
  height: 10px;
  border-radius: 10px;
  opacity: 1;
}

.homeBanner .swiper-pagination-bullet {
  background-color: var(--sttl-theme-white);
  box-shadow: 0px 3px 3px;
}

.homeBanner .swiper-pagination-bullet-active {
  background-color: var(--sttl-theme-orange);
}

.homeBanner .swiper-button-next:after,
.homeBanner .swiper-button-prev:after {
  font-size: var(--sttl-theme-font-15);
}

.homeBanner img {
  width: 100%;
}

.playPauseBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
  color: var(--sttl-theme-white);
  font-size: var(--sttl-theme-font-30);
  cursor: pointer
}

.playPauseBtn.pause .bi:before {
  content: "\f4f4";
}

.swiper-pagination {
  bottom: 100px !important;
}

.marunBg {
  background: var(--sttl-theme-lwhite);
}

.marunBg .title2 {
  font-size: var(--sttl-theme-font-24);
  font-family: 'Open Sans';
}

.orangeCol {
  color: var(--sttl-theme-orange);
}

.menuPart {
  display: flex;
}

.blueBtn {
  background-color: var(--sttl-theme-lblue);
  color: var(--sttl-theme-white);
  font-size: var(--sttl-theme-font-20);
  display: flex;
  font-family: Open Sans;
  font-weight: bold;
  height: 50px;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border: 0;
}

.blueBtn:hover {
  background-color: #01253b;
}

.navbar-toggler {
  color: var(--sttl-theme-white);
  font-size: var(--sttl-theme-font-30);
  margin: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 45px;
  width: 28px;
}

.navbar-toggler img {
  filter: grayscale(1) invert(1) contrast(4);
  margin-top: -3px;
}

.bg-body-tertiary {
  background-color: transparent;
}

.offcanvas-body li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.offcanvas {
  background: var(--sttl-theme-orange);
  color: var(--sttl-theme-white);
  padding-top: 50px;
}

.offcanvas .navbar-nav .nav-link.active,
.offcanvas .navbar-nav .nav-link.show,
.offcanvas a {
  color: var(--sttl-theme-white);
  transition: all 0.3s;
  padding: 5px 10px;
  line-height: 36px;
  width: 100%;
  display: block;
}

.offcanvas a:hover,
.offcanvas a.focus {
  background-color: var(--sttl-theme-lblue);
  color: var(--sttl-theme-white);
}

.offcanvas .btn-close {
  color: var(--sttl-theme-white);
  outline: none;
  filter: brightness(0) invert(1);
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 10px;
}

.offcanvas-body {
  padding: 0px;
}

nav.navbar.fixed-top {
  padding: 0;
}

.offcanvas a:focus {
	outline: 1px dotted var(--sttl-theme-white);
}

/********* Marquee *********/
.marquee {
  overflow: hidden;
}

.marqueeScrolling {
  width: 100%;
  padding: 0 20px 0 0;
}

.marqueeScrolling li {
  float: left;
  padding: 0 25px;
  color: var(--sttl-theme-white);
  border-right: 1px solid var(--sttl-theme-white);
}

.marqueeScrolling li a {
  color: var(--sttl-theme-white);
}

.noJS .btnMPause {
  display: none;
}

.noJS .marqueeScrolling {
  overflow-y: hidden;
  overflow-x: auto
}

.noJS .marquee {
  width: 240%
}

.marqueeWrap {
  margin-top: -65px;
  position: relative;
  z-index: 9;
  display: flex;
  width: 100%;
}

.marqueeTitle {
  background-color: var(--sttl-theme-lblue);
  color: var(--sttl-theme-white);
  padding: 10px 20px;
  height: 65px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.marqueeBtn {
  background-color: var(--sttl-theme-lblue);
  color: var(--sttl-theme-white);
  font-size: var(--sttl-theme-font-40);
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
}

.marqueeContent {
  background-color: var(--sttl-theme-orange);
  color: var(--sttl-theme-white);
  padding: 0 20px;
}

.marqueeItm {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 20px;
}

.marqueeItm:last-child {
  border-right: 0px;
}

.marqueeBtn .bi:before {
  content: "\f4c3";
}

.marqueeBtn.pause .bi:before {
  content: "\f4f4";
}

.marqueeScrolling {
  height: 65px;
}

.marqueeContent a:focus,
.marqueeContent a:hover {
  color: var(--sttl-theme-white);
}

.js-marquee {
  display: flex;
  align-items: center;
  height: 65px;
}

.rightMenuCont {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background: var(--sttl-theme-white);
  padding: 20px;
  overflow: scroll
}

.rightMenuCont ul li {
  padding: 5px 0;
}

.rightCloseBtn {
  cursor: pointer;
  font-size: var(--sttl-theme-font-30);
  top: 15px;
  right: 15px;
  position: absolute;
}

.services {
  background: url(../images/services-bg.jpg) repeat left top;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.serviceBox {
  background-color: var(--sttl-theme-white);
}

.serviceBox p {
  margin: 0px;
}

.serviceBox .whatNewIcon {
  margin-right: 10px;
  flex-shrink: 0;
}

.link {
  display: flex;
  flex-shrink: 0;
}

.link .bi {
  margin-left: 3px;
}

.verticalSlider {
  position: relative;
  height: 350px;
}

.verticalSlider .swiper {
  width: 100%;
  height: 100%;
}

.verticalSlider .swiper-slide {
  text-align: center;
  font-size: var(--sttl-theme-font-18);
  background: var(--sttl-theme-white);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 115px !important;
  display: flex;
  justify-content: start;
  text-align: left;
  padding: 0px;
  margin: 0px;
}

.verticalSlider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.verticalSliderControls .swiper-button-next:after,
.verticalSliderControls .swiper-button-prev:after {
  font-family: bootstrap-icons !important;
  font-size: var(--sttl-theme-font-20) !important;
}

.verticalSliderControls .swiper-button-prev,
.verticalSliderControls .swiper-button-next {
  position: static;
}

.verticalSliderControls .swiper-slide {
  border-bottom: 1px solid #e3e3e3;
}

.verticalSliderControls .swiper-button-next:after,
.verticalSliderControls .swiper-rtl .swiper-button-prev:after {
  content: "\f148";
  color: var(--sttl-theme-lblue);
  margin: 20px 0 0 0;
}

.verticalSliderControls .swiper-button-prev:after,
.verticalSliderControls .swiper-rtl .swiper-button-next:after {
  content: "\f128";
  color: var(--sttl-theme-lblue);
  margin: 20px 0 0 0;
}

.whatNewIcon {
  display: flex;
  background-color: var(--sttl-theme-orange);
  color: var(--sttl-theme-white);
  width: 70px;
  height: 70px;
  border-radius: 6px;
  flex-wrap: wrap;
  padding: 5px;
  justify-content: center;
  text-align: center;
  position: relative;
  top: 2px;
}

.whatNewIcon p {
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: var(--sttl-theme-font-16);
}

.whatsNewLink {
  position: relative;
  display: flex;
  align-items: center;
  padding:10px 50px 10px 0;
  width: 100%;
  color: var(--sttl-theme-white);
}

.whatsNewLink:before {
  content: "\f285";
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.whatsNewLink:hover {
  color: var(--sttl-theme-orange);
}

.playPause {
  display: flex;
  position: absolute;
  right: 10px;
  top: 15px;
  color: var(--sttl-theme-black);
  font-size: var(--sttl-theme-font-30);
  z-index: 99;
}

.playPause:before {
  content: "\f4c2";
  font-family: bootstrap-icons !important;
}

.playPause.pause:before {
  content: "\f4f2";
  font-family: bootstrap-icons !important;
}

.playPause.play:before {
  content: "\f4f3";
  font-family: bootstrap-icons !important;
}

.playPause.stop:before {
  content: "\f4c2";
  font-family: bootstrap-icons !important;
}

.activityTicker {
  width: 100%;
  padding: 0px;
}

.serviceBox {
  position: relative;
  width: 100%;
}

.circular .swiper-slide,
.events .swiper-slide,
.inFocusSlider .swiper-slide {
  margin-bottom: 0;
  height: auto !important;
}

.circularSlider,
.eventsSlider,
.inFocusSlider {
  position: relative;
  height: 350px;
}

.pFinanaceBox.active .pFinanceDate {
  background: var(--sttl-theme-orange);
}

.pFinanaceBox.active {
  background: #fef2ea;
  height: 148px;
}

.pFinanaceBox {
  background: var(--sttl-theme-white);
  color: var(--sttl-theme-black);
  display: flex;
  padding: 0px;
  height: 144px;
}

ul.ulpfms {
	padding: 0;
}

.bnone {
  border: 0px !important;
}

.pFinanaceBox {
  border-bottom: 1px solid var(--sttl-theme-lblue);
}

.pFinanceDate {
  background: var(--sttl-theme-lblue);
  color: var(--sttl-theme-white);
  width: 100px;
  padding: 20px 5px;
  font-family: Oswald;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: baseline;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.pFinanceDate span {
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.pFinanceCont {
  padding: 15px 25px 15px 15px;
  position: relative;
  overflow: auto;
  display: flex;
  align-items: center;
}

.pFinanceCont a {
  color: var(--sttl-theme-black);
}

.pFinanceCont a:hover {
  color: var(--sttl-theme-orange);
}

.pFinanceCont .blueIcon {
  position: absolute;
  right: 10px;
  top: 106px;
}

.blueIcon {
  color: var(--sttl-theme-lblue);
  transition: all 0.3s;
  cursor: pointer;
}

.blueIcon:hover {
  color: var(--sttl-theme-orange);
}

.pFinanceContMoreBtn.active .bi:before {
  content: "\f2e5";
}

.pFinanceContMoreCont {
  display: none;
}

.PCSHeadHeight {
  height: 100px;
}

.PCSHeadHeight a {
  color: #0772B0;
}

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_555555_256x240.png");
}

.selectTxt,
.inputTxt {
  height: 50px;
  border: 1px solid #f0d5c5;
  width: 100%;
  padding: 0 15px;
  outline: none;
}

.serviceBoxHeight {
  height: 430px;
}

.datepicker {
  position: relative;
}

.hasDatepicker,
.datepicker {
  background: url(../images/datepickerIcon.png) no-repeat 97% center !important;
  background-size: 25px !important;
}

.block__title {
  color: var(--sttl-theme-black);
  background: var(--sttl-theme-white);
}

.innerSectionPadd,
.About {
  padding: 50px 0;
}

h3.heading,
h2.heading {
  font-size: var(--sttl-theme-font-30);
  font-weight: 700;
  color: var(--sttl-theme-orange);
  margin: 0 0 0 0;
}

.aboutHeading h1.heading {
	font-size: var(--sttl-theme-font-32);
	color: var(--sttl-theme-orange);
	font-weight: 700;
}

.aboutHeading h1.heading span {
  color: #173F72;
  font-weight: 800;
  text-transform: uppercase;
}

.aboutDetail p {
  font-size: var(--sttl-theme-font-16);
  color: #555555;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.moreBtn {
  display: inline-block;
}

.button,
.views-exposed-form .button,
.searchListing .button,
.moreBtn a {
  background-color: var(--sttl-theme-orange);
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 0px;
  text-decoration: none;
  color: var(--sttl-theme-white);
  max-width: max-content;
  transition: all 0.3s;
  border: 0px;
  flex-shrink: 0;
  text-align: center;
}

.button:hover,
.moreBtn a:hover {
  background-color: #01253b;
  color: var(--sttl-theme-white);
}

.moreBtn a i {
  font-size: 0.8125em;
}

.memberName .whoswhomember {
	font-size: var(--sttl-theme-font-18);
}

.memberInfo {
  text-align: center;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 15px;
}

.memberName .whoswhomember {
  font-weight: 600;
}

.memberName .whoswhomember span {
  display: block;
  font-size: 0.9em;
  color: var(--sttl-theme-black);
  font-weight: 400;
  margin: 5px 0 0 0;
  line-height: 22px;
}

.stateMemberInfo {
  padding: 15px;
}

.memberImg {
  width: 100px;
  margin: 0 auto;
}

.memberInfo .bigPhoto {
  width: 146px;
}

.view-who-s-who .views-row:nth-child(2) .stateMemberInfo {
  background-color: var(--sttl-theme-white);
}

.aboutInner {
  position: relative;
}

.aboutText {
  padding: 0 20px 0 0;
  position: relative;
  height: 100%;
}

.aboutText:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: var(--sttl-theme-lwhite);
  top: 0;
  right: 0;
}

.stateMemberInfo .memberName {
  margin: 15px;
  text-align: center;
}

.memberInfo .memberName a,
.stateMemberInfo .memberName a {
  color: var(--sttl-theme-black);
}

.aboutMemberDetail {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.aboutMemberDetail:before {
  position: absolute;
  content: '';
  width: 2px;
  background-color: var(--sttl-theme-lwhite);
  top: 50%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stateMemberInfo:first-child {
  background-color: var(--sttl-theme-lwhite);
}

.memberInfo .memberName {
  margin: 20px 0 0 0px;
}

.stateMemberDetail {
  width: 50%;
}

/* =============== Division section css ============= */
.divisionSwiper {
  display: none;
}

.divisionList {
  border-radius: 8px;
  padding: 10px 75px 10px 15px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  color: var(--sttl-theme-white);
  height: 60px;
  transition: all 0.4s;
  margin: 0 10px;
	text-align: left;
}

.divisionInner .heading,
.report-inner .heading,
.media-Top .heading,
.socialMediaInner .heading {
  display: block;
  margin-bottom: 20px;
  color: var(--sttl-theme-black);
}

.divisionList a {
  color: var(--sttl-theme-white);
}

a.divisionList:hover {
  background-color: rgba(0, 0, 0, 1);
  color: var(--sttl-theme-white);
}

.divisionInner .heading,
.report-inner .heading,
.media-Top .heading,
.socialMediaInner .heading {
  display: block;
  margin-bottom: 20px;
  color: var(--sttl-theme-black);
}

.divisionList h4 {
  font-size: var(--sttl-theme-font-16);
  margin: 0px;
}

.divisionImg {
  width: 49px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.divisionList:before {
  content: '';
  position: absolute;
  width: 65px;
  height: 100%;
  right: -1px;
  border-radius: 0 8px 8px 0;
  z-index: -1;
  top: 0;
}

.divisionListing ul {
	margin: 0px auto;
	padding: 0;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
}

.divisionListing ul li {
	flex: 0 0 auto;
	width: 25%;
	margin-top: 1.5rem;
}

/*.divisionList span { width: calc(100% - 105px); } */
.divisionList.div-1 {
  background-color: #B34069;
}

.divisionList.div-1:before {
  background-color: #F9E4ED;
}

.divisionList.div-2 {
  background-color: #794598;
}

.divisionList.div-2:before {
  background-color: #F5E8FC;
}

.divisionList.div-3 {
  background-color: #1A3F86;
}

.divisionList.div-3:before {
  background-color: #D6E2FA;
}

.divisionList.div-4 {
  background-color: #1A5853;
}

.divisionList.div-4:before {
  background-color: #D6F3F1;
}

.divisionList.div-5 {
  background-color: #136E8D;
}

.divisionList.div-5:before {
  background-color: #C4DFEA;
}

.divisionList.div-6 {
  background-color: #984154;
}

.divisionList.div-6:before {
  background-color: #F8DFE5;
}

.divisionList.div-7 {
  background-color: #128248;
}

.divisionList.div-7:before {
  background-color: #E0FFEF;
}

/*================== report-document ================*/
.twolinelimit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.report-document {
  display: inline-block;
  width: 100%;
}

.report-box {
  height: 286px;
  background: #128248;
  text-align: center;
  padding: 40px 15px;
  justify-content: center;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.4s;
}

.repoDocuSlider .swiper-slide:nth-child(1) .report-box {
  background: #128248;
}

.repoDocuSlider .swiper-slide:nth-child(2) .report-box {
  background: var(--sttl-theme-blue);
}

.repoDocuSlider .swiper-slide:nth-child(3) .report-box {
  background: var(--sttl-theme-orange);
}

.repoDocuSlider .swiper-slide:nth-child(4) .report-box {
  background: #3e63a7;
}

.report-box:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: -100%;
  background: rgb(0 0 0 / 50%);
  width: 100%;
  transition: all 0.4s;
  height: 100%;
  left: 0;
}

.report-box:hover:after {
  top: 0;
}

.report-text {
  transition: all 0.4s;
  font-size: var(--sttl-theme-font-20);
  line-height: 24px;
  font-weight: 500;
  color: var(--sttl-theme-white);
}

.report-icon {
  max-width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  box-shadow: 0 0px 10px 3px #6565651a;
  background: rgb(255 255 255 / 80%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

.report-icon img {
  width: 60px;
  height: 60px;
}

.report-box.blue-box {
  background: var(--sttl-theme-blue);
}

.report-box.orange-box {
  background: var(--sttl-theme-orange)
}

.report-box.lightblue-box {
  background: #3e63a7
}

/*===============our-logos ================*/
.our-box {
  transition: all 0.4s;
  background: var(--sttl-theme-blue);
  padding: 20px 20px 20px 130px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  height: 130px;
  box-shadow: 0 0px 13px 6px #0000001a;
  cursor: pointer;
  position: relative;
}

.our-icon {
  position: absolute;
  left: 30px;
}

.our-icon img {
  width: 70px;
}

.our-box a,
.fvms-text {
  color: var(--sttl-theme-white);
}

.our-box:hover,
.our-box.active {
  background: var(--sttl-theme-orange);
}

.ourlogoSwiper {
  display: none;
}

/* ============= social media css ============== */
.socialMedia {
  background-color: #EAE6E5;
}

.feildTop {
  background-color: #EAE6E5;
}

.mediaSwiper .mediaFeild {
  box-shadow: 0px 0px 10px #777;
}

.mediaSwiper .swiper-slide {
  padding: 15px;
}

.mediaSwiper {
  margin: 0px -10px;
}

.smIcon {
  width: 150px;
  padding: 15px;
}

.smIcon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smIcon.facebook {
  background-color: #1977F3;
}

.feildTop .viewlink {
  padding: 0 15px;
}

.smIcon.twitter {
  background-color: var(--sttl-theme-black);
  width: 55px;
}

.smIcon.youtube {
  background-color: #FE0000;
}

.feildContent img {
  width: 100%;
  height: 100%;
}

.mediaFeild {
  background-color: var(--sttl-theme-white);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.feildContent p {
  position: absolute;
  bottom: 20px;
  padding: 20px;
  margin: 0;
  font-weight: 700;
}

.feildContent {
  height: 450px;
}

/*Photo gallery*/
.gallery-inner {
  height: 100%;
  overflow: hidden;
}

.gallery-img {
  overflow: hidden;
  position: relative;
  display: block;
}

.gallery-img img {
  width: 100%;
}

.gallery-text {
  background: #ffe9db;
  padding: 15px 10px;
  font-weight: 700;
  transition: all 0.3s;
  font-size: var(--sttl-theme-font-24);
  width: 100%;
  display: flex;
  justify-content: center;
}

.gallery-box:hover .gallery-text {
  background: var(--sttl-theme-blue);
  color: var(--sttl-theme-white);
}

.gallery-box:hover .gallery-img:after {
  opacity: 1;
}

.galleryItem {
  position: relative;
}

.photoGallerytitle {
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--sttl-theme-white);
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 15px;
  display: block;
}

.photoGallerytitle p {
  padding: 0;
  margin: 0;
}

.mfp-counter,
.mfp-figure small,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-title {
  color: var(--sttl-theme-white);
}

img.mfp-img {
  margin: 0px;
  padding: 0;
}

.mfp-bottom-bar {
  padding: 15px;
  position: static;
  margin: 0;
}

figcaption {
  padding: 0;
}

.mfp-figure small { 
  margin: 0;
  line-height: 18px;
}

.mfp-image-holder .mfp-close {
  background-color: var(--sttl-theme-black);
  color: var(--sttl-theme-white);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 32px;
  right: 10px;
  top: 10px;
}

.mfp-counter {
  position: static;
}

.galleryBanner {
  width: 100%;
}

.galleryBanner img {
  width: 100%;
}

.videoPlayIcon .media-img:before {
  background-image: url(../images/playbutton.png);
}

.mfp-bottom-bar {
  display: none;
}

/*media gallery */
.viewlink {
  color: #076CA6;
}

.media-box {
  position: relative;
  overflow: hidden;
}

.media-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 4 42 / 50%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}

.media-img:before {
  content: "";
  position: absolute;
  top: 0;
  transition: all 0.4s;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: var(--sttl-theme-white);
  font-size: 34px;
  background: url(../images/media-zoom-icon.png)center center no-repeat;
  background-size: 15%;
}

.mediaImgPlusIcon:before {
  content: "\f3d8";
  font-family: bootstrap-icons !important;
  background-image: none;
}

.media-img:hover:before {
  opacity: 1;
  z-index: 1;
}

.media-img:hover:after {
  opacity: 1;
}

.media-img img {
  width: 100%;
}

.mediaGallerySwiper {
  display: none;
}

/* ===================categary =============*/
.categary-wrap  .swiper-slide.swiper-slide-prev {
  position: relative;
  left: -1px;
}
.categary-wrap {
  background: #fff3ee;
}

.categary-service {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 0;
  padding: 0 30px;
  height: 120px;
}

.categary-service .heading {
  text-transform: uppercase;
  color: var(--sttl-theme-black);
  font-size: var(--sttl-theme-font-18);
  line-height: 20px;
  margin-top: 15px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.categary-service:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 110px;
  right: -1px;
  top: 50%;
  background-color: #ffbfa8;
  transform: translateY(-50%);
}

.col-lg-2:last-child .categary-service:before {
  display: none;
}

.categary-service img {
  margin: 0 auto;
}

/* ================= departlogo slider =================*/
.departmain {
  position: relative;
}

.academicLogoWrap {
  padding: 50px 0;
}

.departlogo {
  position: relative;
  padding: 30px 0;
  margin-top: 30px;
  background: var(--sttl-theme-white);
}

.departlogo .swiper-container {
  margin: 0 30px;
}

.departlogo .swiper-slide a {
  text-align: center;
  display: block;
  color: var(--sttl-theme-white);
}

.departlogo .dplogos {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.departlogo .dplogos .dplPrev:before {
  content: "\F284";
  font-family: bootstrap-icons !important;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
}

.departlogo .dplogos .dplNext:before {
  content: "\F285";
  font-family: bootstrap-icons !important;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 800;
  transform: translateY(-50%);
}

.bluebg {
  top: 50%;
  background: #223260;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.departlogo .dplogos .dplNext.swiper-button-disabled,
.departlogo .dplogos .dplPrev.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-container {
  overflow: hidden;
}

.departmain .swiper-wrapper {
  align-items: center;
}

.serviceBoxHeight img {
  width: 130px;
}

.searchForm .views-exposed-form form {
  margin: 0;
}

.searchForm .views-exposed-form .js-form-item {
  margin: 15px 0;
}


/* ============== footer css ============= */
footer {
  background-color: #014F75;
}

footer ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.footerInner {
  padding: 15px 0;
}

.footerUl ul li a {
  color: var(--sttl-theme-white);
  font-size: var(--sttl-theme-font-14);
  display: block;
  text-decoration: none;
}

.footerUl ul {
  flex-wrap: wrap;
}

.footerUl ul li {
  padding: 0 7px 0 0;
  margin: 0 7px 0 0;
  position: relative;
}

.footerUl ul li:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.footerUl ul li:last-child:before {
  display: none;
}

.footerUl ul li a {
  color: var(--sttl-theme-white);
  font-size: var(--sttl-theme-font-14);
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}

.footerUl ul li {
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  position: relative;
}

.footerUl ul li:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  top: 50%;
  right: 0;
  transform: translateY(-40%);
  font-size: 16px;
}

.footerUl ul li:last-child:before {
  display: none;
}

.socialIcon ul {
  justify-content: end;
}

.socialIcon ul li a {
  background-color: var(--sttl-theme-white);
  border-radius: 50%;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  color: #0A1030;
  justify-content: center;
  transition: all 0.4s;
  text-indent: -99999px;
}
.socialIcon ul li a:focus{ border:2px solid #c15214;}
.socialIcon ul li .bi:before {
  font-size: 16px;
}

.socialIcon ul li a:hover {
  background-color: #0A1030;
  color: var(--sttl-theme-white);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-name: tada;
  transition: all 0.5s ease;
}

.socialIcon ul li a:hover .bi-twitter {
	background-image: url(../images/twitter-white.png);
}

.socialIcon ul li a img {
	width: 1.25em;
	transition: all 0.4s;
}

.socialIcon ul li a.twittericons img {
	width: var(--sttl-theme-font-14);
	transition: all 0.4s;
}

.socialIcon ul li a img {
	filter: grayscale(0);
}

.socialIcon ul li:hover a img {
	filter: brightness(100);
}

.socialIcon ul li:hover a.twittericons img {
	filter: grayscale(1) invert(1) contrast(4);
}

.socialIcon ul li:nth-child(1):hover a {
  background-color: #0C85E8;
}

.socialIcon ul li:nth-child(2):hover a {
  background-color: #F70000;
}

.socialIcon ul li:nth-child(3):hover a {
  background-color: #040404;
}

.socialIcon ul li:nth-child(4):hover a {
  background-color: #EF297B;
}

.footerUl ul li a:hover {
  color: #EC7F3C;
}

.footerUl ul li a:focus {
	outline: 1px dashed var(--sttl-theme-white);
}

/* ========== Copyright section css ============ */
.cRightSection {
  background-color: var(--sttl-theme-darkblue);
  padding: 15px 0;
}

.copyRightText p {
  margin: 0;
  color: var(--sttl-theme-white);
  font-size: var(--sttl-theme-font-14);
}

.copyRightText p a {

  transition: all 0.3s; position: relative;

  color: #fff;
}
.copyRightText p a:before {
  content:"";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--sttl-theme-white);
   transition: all 0.3s ease;
}

.copyRightText p a:hover:before {
width: 0%;
	color: var(--sttl-theme-white);
  
}

.copyRightText p a:focus {
	outline: 1px dashed var(--sttl-theme-white);
}

.copyRightUpdate p {
  color: var(--sttl-theme-white);
  margin: 0;
  font-size: var(--sttl-theme-font-14);
}

.copyRightUpdate {
  text-align: right;
}

.copyRightText a {
  text-decoration: none;
}

.photoGallerySwiper {
  display: none;
}

.sliderControls .swiper-button-next:focus,
.sliderControls .swiper-button-prev:focus {
  outline: 3px solid  #000;
  transition: none;
  outline-offset: 0;
}

.sliderControls .swiper-button-next,
.sliderControls .swiper-button-prev {
  color: var(--sttl-theme-white);
  z-index: 999999;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: var(--sttl-theme-orange);
  top: 50%;
  position: absolute;
}

.sliderControls .swiper-button-next.swiper-button-disabled,
.sliderControls .swiper-button-prev.swiper-button-disabled {
	opacity: 0.5;
}

.sliderControls {
  position: relative;
}

.sliderControls .swiper-button-next:after,
.sliderControls .swiper-button-prev:after {
  font-size: 14px;
}

.sliderControls .swiper-button-next {
  right: 0px;
}

.sliderControls .swiper-button-prev {
  left: 0px;
}

.sliderControls .swiper-button-next:hover,
.sliderControls .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 1);
}

.bannerTitle {
  display: flex;
  color: var(--sttl-theme-white);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.breadcum {
  background: #f7f7f7;
  padding: 5px 10px;
	margin-top: 0 !important;
}

.breadcum ul {
  /*display: flex;*/
  margin: 0 -10px;
  padding: 0px;
}

.breadcum ul li {
	display: initial;
	padding: 0 10px;
	position: relative;
	/* white-space: nowrap; overflow: hidden;  text-overflow: ellipsis;max-width: 500px;*/
}

.breadcum ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 12px;
  transform: translateY(-50%);
  height: 0.75em;
  background-color: rgba(0, 0, 0, 0.5);
  width: 1px;
}

.breadcum ul li:first-child:before {
  display: none;
}

.breadcum ul li a {
  color: var(--sttl-theme-dalblue);
}

.breadcum ul li a.active {
  font-weight: bold;
}

.serviceBox,
.region--public-finance-state-pfms-cna-sna,
.boxShadow {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
}

.innerBanner {
  position: relative;
  background: #1f5ea7;
  background-size: 100%;
  max-height: 160px;
  min-height: 160px;
  height: 160px;
}

.ui-widget-content {
  background-color: var(--sttl-theme-white);
  box-shadow: 0 0 0 rgba(0, 0, 0, .6);
  border-radius: 0 0 10px 10px;
}

.ui-widget-content li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.ui-widget-content li a:hover {
  background-color: var(--sttl-theme-white);
  color: var(--sttl-theme-orange);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background-color: var(--sttl-theme-white);
  border: none;
  color: var(--sttl-theme-orange);
}

.ui-menu .ui-menu-item-wrapper {
  padding: 0px;
}

.catgorySwiper.sliderControls .swiper-button-next.swiper-button-disabled,
.catgorySwiper.sliderControls .swiper-button-prev.swiper-button-disabled {
	opacity: 1; background-color: #000;
}

.catgorySwiper.sliderControls .swiper-button-next,
.catgorySwiper.sliderControls .swiper-button-prev {
	background-color: var(--sttl-theme-orange);
}

/* =================== aboutDep css ================== */
.InnerPageWrap {
	min-height: 500px;
}

section.aboutDep {
  padding: 50px 0;
}

.chartImg {
  text-align: center;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.aboutDepInner p {
  font-size: var(--sttl-theme-font-16);
  color: var(--sttl-theme-black);
  line-height: 25px;
}

.aboutDepInner p span {
  font-weight: 700;
}

section.organisation-chart {
  background-color: #F9F9F9;
  padding: 60px 0;
}

h3.topHeading {
  font-size: 36px;
  color: #163D6F;
  line-height: 24px;
  text-align: center;
  display: block;
  font-weight: 700;
  margin-bottom: 50px;
}

.dropbutton {
  flex-wrap: wrap;
}

.dropbutton-wrapper.open .secondary-action {
  max-width: 76px;
  background: var(--sttl-theme-white);
  color: #6c330f;
}

.socialMedia iframe {
  position: relative;
  margin: 0 auto;
}

/*feedback form*/
.loginForm {
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0px 0px 30px 3px rgb(0 0 0 / 5%);
  border: 1px solid #efefef;
  padding: 20px;
  border-radius: 0.375rem;
  margin-bottom: 30px;
}

.loginForm .form-item {
  position: relative;
  margin: 0 0 20px;
}

.loginForm .form-item input:focus,
.loginForm .form-item .form-select:focus,
.loginForm .form-item textarea:focus,
.loginForm .form-item input:focus {
  outline: none;
  box-shadow: 0 0 10px 3px rgb(0 0 0 / 20%);
}

.searchDetalispage .search-form .button:focus {
  outline: thin dotted;
}

.loginForm .form-item textarea {
  border-radius: 0.375rem;
  width: 100%;
  border: 1px solid #c2caed;
}

.loginForm .filter-wrapper,
.loginForm .form-item__description {
  display: none;
}

.loginForm .form-actions .button {
  border: 1px solid #c2caed;
  transition: all 0.4s;
  border-radius: 0.375rem;
}

.loginForm ul {
  padding: 0px;
}

.loginForm .form-actions .button:hover {
  border: 1px solid #c2caed;
}

.loginForm .form-item__label.form-required::after,
.loginForm .fieldset__label.form-required::after,
.loginForm .required-mark::after,
.loginForm .form-item__label.form-required::after,
.loginForm .form-item__label.form-required::after {
  content: "*";
  color: var(--sttl-theme-red);
  background: transparent;
  font-size: 1.4375em;
  line-height: 1;
}

.loginForm .form-item label.error {
  color: var(--sttl-theme-red);
  position: absolute;
  left: 0;
  bottom: -15px;
  line-height: 1;
  font-size: 12px;
}

.loginForm .form-item__label {
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.loginForm input {
  height: 40px;
  padding: 10px 15px;
  max-width: 100%;
}

.loginForm .button {
  width: 140px;
	padding: 10px 15px;
	border-radius: 5px;
  transition: all 0.3s;
  outline: 0;
  border: 0;
  margin: 20px auto 0;
  display: block;
}

.loginForm .button:hover {
  background-color: var(--sttl-theme-black);
}

.loginForm .captcha__element {
  display: flex;
  position: relative;
  margin: 0 0 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0 20px;
}

.loginForm .captcha__element img {
  max-width: 150px;
  margin: 0;
  padding: 5px;
  border-radius: 6px;
  max-height: 60px;
}

.loginForm .captcha__element input {
  width: 100%;
  margin: 0px;
}

.loginForm .captcha__element .form-item {
  width: 100%;
  padding: 0 35px 0 0;
  margin: 0px;
}

.loginForm .btnCaptchaRow .reload-captcha-wrapper {
	right: 30px;
}

.loginForm .captcha__element .form-item__label {
  padding: 0;
  margin: 0;
  text-align: left;
}

.loginForm .captcha__element .description {
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 0px 0 0 170px;
  margin: 0px;
}

.loginForm .captcha__element .form-item input {
  width: calc(100% - 35px);
}

.btnCaptchaRow .captcha .captcha__element img {
  height: 45px;
  width: 125px;
  object-fit: contain;
  margin-bottom: 0;
  border-radius: 0.375rem;
  border: 1px solid #c2caed;
  margin-top: 24px;
}

em.placeholder {
  background: none;
  opacity: 1;
  font-style: normal;
}

.loginForm input[type="text"],
.loginForm input[type="email"],
.loginForm select,
.loginForm textarea,
.loginForm input[type="password"] {
  border: 1px solid #c2caed;
  border-radius: 6px;
  width: 100%;
  height: 45px;
  background-color: #f8f8f8;
}

.loginForm .captcha__title {
  font-weight: bold;
  display: none;
}

.loginForm .description {
  font-style: italic;
  font-size: 12px;
  display: none;
}

.loginForm .btnCaptchaRow .reload-captcha-wrapper {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
  width: 20px;
}

.loginForm .captcha__description {
  color: #004085;
  padding: 10px 10px 10px 60px;
  background-color: #cce5ff;
  border-color: #b8daff;
  position: relative;
  border-radius: 6px;
}

.backendLoginWrap {
  width: 100%;
  margin: 5px 0 0 0;
  text-align: center;
}

.loginForm .form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

.loginForm .captcha__description:before {
  content: "\f430";
  font-family: bootstrap-icons !important;
  font-size: 30px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal;
}

/*hidden sections*/
.feedback-form #edit-body-0-format-help-about,
.search-help-link,
.filter-guidelines__item {
	display: none;
}


/*********404 Page*********/
.detail404 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  padding: 30px;
  border-radius: 15px;
}

.detail404 .button {
  margin: 0 10px;
  display: inline-flex;
  padding: 15px;
}

.detail404 h2 {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--sttl-theme-orange);
}

.detail404 h2:before,
.detail404 h2:after {
  width: 14px;
  height: 14px;
  background-color: var(--sttl-theme-orange);
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  bottom: inherit;
  left: inherit;
}

.detail404 h2:before {
  left: -30px;
}

.detail404 h2:after {
  right: -30px;
}

.detail404 h3 {
  display: inline-block;
  font-size: 110px;
  font-weight: 700;
  line-height: .9;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: var(--sttl-theme-orange);
  border-bottom: 1px solid var(--sttl-theme-orange);
}

.detail404 .largeText {
  font-size: var(--sttl-theme-font-30);
  color: var(--sttl-theme-black);
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.detail404 p {
  text-align: center;
}

.InnerPageWrap h2 {
  font-weight: 700;
}

.pager__items {
  margin: 20px auto;
  width: auto;
  max-width: max-content;
}

.pager__items .pager__item {
  border: 1px solid var(--sttl-theme-dalblue);
  width: 35px;
  height: 35px;
  font-size: var(--sttl-theme-font-14);
  margin: 5px;
  box-shadow: none;
}

.pager__item--active {
  background: #104f74;
  border: 1px solid #104f74;
}

.pager__item--next svg,
.pager__item--last svg {
	width: 1em;
}

.pager__items .pager__item:last-child {
  margin-right: 0;
}

.pager__link:hover,
.pager__link:focus {
  outline: none;
  background: #104f74;
  color: var(--sttl-theme-white);
}

/*search results*/
.search-results {
  margin: 0px;
  padding: 0px;
}

.search-results li {
  list-style: none;
  font-family: 'Open Sans';
  position: relative;
  border-bottom: 1px solid #d3d3d3;
  padding: 25px 15px 25px 50px;
  position: relative;
}

.search-results li:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 30px;
  background: #a45d1d;
  width: 10px;
  height: 10px;
  border-radius: 100px;
}

.search-results li:nth-child(2n) {
  background-color: #f6f6f6;
}

.search-result__title {
  font-size: var(--sttl-theme-font-16);
  margin: 0px;
}

/*Filter UI*/
.views-exposed-form {
  display: flex;
  align-items: end;
  margin: 0 -10px 20px;
  flex-wrap: wrap;
}

.views-exposed-form .block__content {
  width: 100%;
}

.views-exposed-form form {
  width: 100%;
}

.searchDetalispage input[type="search"],
.views-exposed-form select,
.views-exposed-form input {
  border: 1px solid var(--sttl-theme-black);
  height: 35px;
  padding: 0 10px;
  border-radius: 0;
  width: 100%;
  max-width: 150px;
}

.views-exposed-form .js-form-item {
  padding: 0 10px 0;
}

.views-exposed-form .btnGroup {
  display: flex;
  flex-wrap: wrap;
}

.views-exposed-form .customCol {
  display: flex;
  flex-wrap: wrap;
}

.views-exposed-form .customCol .button,
.views-exposed-form .oraBdrBtn {
  margin: 0 10px;
}

.path-court-order .view-filters,
.path-photo-gallery .view-filters,
.path-whats-new .view-filters,
.path-recruitment-rules .view-filters,
.path-manuals .view-filters,
.path-outcome-budget .view-filters,
.path-detailed-demands-for-grants .view-filters,
.path-archive .view-filters,
.path-procurement-policy-division .view-filters,
.path-central-nodal-agency .view-filters,
.path-single-nodal-agency .view-filters,
.view-_5th-finance-commission .view-filters,
.view-outcome-budget .view-filters,
.path-order-central-pay-commission .view-filters,
.view-list-of-financial-advisers .view-filters,
.view-vacancy .view-filters {
  margin-bottom: 0;
}

.path-court-order .form-item-title,
.path-photo-gallery .form-item-title,
.path-whats-news .form-item-title,
.path-recruitment-rules .form-item-title,
.path-manuals .form-item-title,
.path-outcome-budget .form-item-title,
.path-detailed-demands-for-grants .form-item-title,
.path-archive .form-item-title,
.path-procurement-policy-division .form-item-title,
.path-central-nodal-agency .form-item-title,
.path-single-nodal-agency .form-item-title,
.view-_5th-finance-commission .form-item-title,
.view-outcome-budget .form-item-title,
.path-order-central-pay-commission .form-item-title,
.view-list-of-financial-advisers .form-item-title,
.view-vacancy .form-item-title {
  display: flex;
  align-items: center;
}

.path-court-order .form-item__label,
.path-photo-gallery .form-item__label,
.path-whats-news .form-item__label,
.path-recruitment-rules .form-item__label,
.path-manuals .form-item__label,
.path-outcome-budget .form-item__label,
.path-detailed-demands-for-grants .form-item__label,
.path-archive .form-item__label,
.path-procurement-policy-division .form-item__label,
.path-central-nodal-agency .form-item__label,
.path-single-nodal-agency .form-item__label,
.view-_5th-finance-commission .form-item__label,
.view-outcome-budget .form-item__label,
.path-order-central-pay-commission .form-item__label,
.view-list-of-financial-advisers .form-item__label,
.view-vacancy .form-item__label {
  margin: 0 10px 0 0;
}

.views-exposed-form select:focus {
	outline: 1px dashed var(--sttl-theme-lblack);
	transition: none;
	outline-offset: 0;
	box-shadow: none;
}

.filterwhoswho .views-exposed-form select {
	padding-right: 30px;
}

/*event detail*/
.imgDatail .field__item img {
  width: 100%;
  margin-bottom: 15px;
}

.imgDatail .wide-image img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 20px;
  height: auto;
}

.eventUI,
.facultyUl {
  margin: 0px;
  padding: 0px;
}

/*order and circulars */
.view-other-links ul,
.view-orders-circulars ul {
  padding: 0px;
  margin: 0px -10px 20px;
  display: flex;
  flex-wrap: wrap;
}

.view-other-links ul li,
.view-orders-circulars ul li {
  width: 50%;
  padding: 10px;
}

.view-other-links ul li a,
.view-orders-circulars ul li a {
  border: 1px solid var(--sttl-theme-white);
  width: 100%;
  display: block;
  padding: 10px 10px 10px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: var(--sttl-theme-lblack);
  border-radius: 6px;
  position: relative;
}

.view-other-links ul li a:before,
.view-orders-circulars ul li a:before {
  content: "\f138";
  position: absolute;
  left: 0px;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  font-family: bootstrap-icons;
  transition: all 0.3s;
}

.view-other-links ul li a:hover,
.view-orders-circulars ul li a:hover {
  background-color: var(--sttl-theme-darkblue);
  color: var(--sttl-theme-white);
}

.view-other-links ul li a:hover:before,
.view-orders-circulars ul li a:hover:before {
  left: 15px;
}

.eventDate {
  display: flex;
  margin: 0 -10px;
  padding: 0px;
}

.eventDate li {
  padding: 0 10px;
  font-size: 12px;
}

.eventDate label {
  margin: 0 5px 0 0;
}

.eventBox {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  height: 350px;
  margin-bottom: 30px;
}

.eventImage {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  height: 186px;
}

.eventImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.eventTitle {
  min-height: 77px;
  display: block;
}

.minProfile {
  margin: 20px 0;
  padding: 15px;
  border-radius: 0.375rem;
  border: 1px solid #efefef;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: var(--sttl-theme-white);
}

.minProfilePhoto {
  width: 100px;
  flex-shrink: 0;
  margin: 0 15px 0 0;
  background-color: var(--sttl-theme-white);
  padding: 5px;
  border-radius: 6px;
  border: 1px solid #c0cace;
}

.minProfilePhoto img {
  width: 100%;
  height: 97px;
  display: block;
}

.minProfileInfo h4 {
  margin: 0px 0 10px;
  font-size: var(--sttl-theme-font-18);
  font-weight: bold;
}

.minProfileInfo p {
  margin: 0 0 5px;
}

.arrowLink {
  transition: all 0.3s;
}

.arrowLink .bi {
  position: relative;
}

.arrowLink:hover .bi {
  left: 1px;
  position: relative;
}

.minProDeta {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 30px;
}

.minProDetaPhoto {
  width: 100%;
  margin-bottom: 25px;
}

.minProDetaPhoto img {
  width: 100%;
  max-width: 100%;
}

.minProDeta h4 {
  position: relative;
  font-weight: 700;
  padding: 10px 0 0 10px;
  margin: 10px 0 20px 0;
}

.minProDeta h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 25px;
  background-color: var(--sttl-theme-orange);
}

/*site map*/
.sitemap ul {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0;
}

.sitemap ul a {
  display: inline-block;
}

.sitemap ul>li>ul {
  border-left: 1px solid #e8e6e6;
  list-style: none;
  padding: 5px 0;
  margin: 0 0 15px 25px;
  position: relative;
}

.sitemap ul>li {
  padding: 0 0 0 25px;
  position: relative;
  margin-bottom: 5px;
}

.sitemap .sitemap-item ul li a {
  color: var(--sttl-theme-black);
}

.sitemap ul>li>ul>li {
  padding: 0 0 0 25px;
  position: relative;
}

.sitemap .sitemap-item ul li ul li::before {
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  background-color: #e8e6e6;
  top: 14px;
  left: 10px;
  border-radius: 100%;
  text-align: center;
  line-height: normal;
}

.sitemap ul>li>ul>li>a {
  transition: 500ms all;
  background: var(--sttl-theme-white);
  padding: 5px 10px
}

.sitemap .sitemap-item ul li ul li>a::after {
  content: "";
  display: block;
  border-top: 1px solid #e8e6e6;
  height: 0;
  position: absolute;
  transition: 500ms all;
  top: 17px;
  left: 0px;
  width: 10px;
}

.sitemap ul>li>ul:after {
  content: "";
  height: 10px;
  left: -5px;
  position: absolute;
  bottom: 0;
  width: 10px;
  background: #e8e6e6;
  border-radius: 50%;
}

.sitemap ul>li>a,
#site-map .nolink {
  color: var(--sttl-theme-black);
  font-size: var(--sttl-theme-font-16);
  line-height: 25px;
  text-decoration: none;
  padding: 7px 20px;
  transition: 500ms all;
  border: 1px solid #e8e6e6;
}

.sitemap ul>li>ul>li>a:hover {
  transition: 500ms all;
  background: var(--sttl-theme-orange);
  color: var(--sttl-theme-white);
  padding-left: 30px;
}

.sitemap ul>li>a:hover,
#site-map .nolink:hover {
  background: var(--sttl-theme-orange);
  color: var(--sttl-theme-white);
}

.sitemap-item.sitemap-plugin--menu.sitemap-item--menu-main {
  margin-bottom: 0;
}

.sitemap-item h2 {
  display: none;
}

.sitemap ul>li>ul>li ul li {
  list-style: none;
}

.sitemap ul>li>ul>li ul li a:hover {
  transition: 500ms all;
  background: var(--sttl-theme-orange);
  color: var(--sttl-theme-white);
  padding-left: 30px;
}

.sitemap ul>li>ul>li ul li a {
  padding: 5px 10px;
}

.mainBoxThk {
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  padding: 30px 30px 50px 30px;
  max-width: 800px;
  margin: 0 auto;
}

.mainBoxThk img {
  width: 90px;
  margin: 15px;
  font-size: var(--sttl-theme-font-15);
}

.mainBoxThk p {
  padding-top: 0;
}

.ui-accordion .ui-accordion-header {
  background: var(--sttl-theme-darkblue);
  color: var(--sttl-theme-white);
  border-color: var(--sttl-theme-darkblue);
  margin: 10px 0 0 0;
  padding: 14px 15px;
  border-radius: 6px;
}

.ui-accordion .ui-state-active {
  background-color: var(--sttl-theme-orange);
  color: var(--sttl-theme-white);
  border-color: var(--sttl-theme-orange);
  border-radius: 6px 6px 0 0;
}

.ui-accordion .ui-accordion-header-icon {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px;
  width: 30px;
  height: 25px;
}

.ui-accordion .ui-accordion-header-icon {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px;
  width: 30px;
  height: 25px;
}

.ui-accordion .ui-accordion-header-icon:before {
  content: "\f4fe";
  font-family: bootstrap-icons !important;
  font-size: 20px;
  position: absolute;
  left: 2px;
  top: 0px;
  text-indent: 0;
}

.ui-accordion .ui-state-active .ui-accordion-header-icon:before {
  content: "\f2ea";
}

.ui-accordion .ui-accordion-content {
  padding: 15px;
}

.eventDateList {
  display: flex;
  margin: 0px -10px;
  padding: 0px;
}

.eventDateList li {
  padding: 0px 10px;
}

.youtubeIframe {
  width: 100%;
  height: 320px;
}

/*.path-whos-who .views-field-title { width: 16%; }
.path-whos-who .views-field-field-who-s-who-designation { width: 10%; }
.path-whos-who .views-field-field-who-s-who-division-section { width: 10%; }
.path-whos-who .views-field-field-who-s-who-phone-number-1 { width: 10%; }
.path-whos-who .views-field-field-who-phone-number-residence { width: 10%; }
.path-whos-who .views-field-field-whos-who-intercom-no { width: 5%; }
.path-whos-who .views-field-field-room-no { width: 10%; }
.path-whos-who .views-field-field-whos-who-address { width: 14%; line-break: anywhere; }
.path-whos-who .views-field-field-email-address { width: 15%; line-break: anywhere; }*/
.minster .minProfile {
  max-width: 400px;
  margin: 0 auto;
}

.boxShadow,
.ministerCard {
  box-shadow: 0 0 20px rgb(215 215 215 / 77%);
  padding: 20px;
  display: inline-block;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
  max-width: 480px;
  width: 100%;
  border: 1px solid #d0d0d0;
}

.boxShadow h3,
h3,
.h3 {
  font-size: var(--sttl-theme-font-28);
}

.ministersList {
  max-width: 900px;
}

.views-field-counter {
  width: 85px;
}

.page-node-type-faqs .ui-widget-content {
  max-width: 100% !important;
}

.views-field-field-appraisal-memorandum-no {
  width: 250px;
}

.views-field-field-appraisal-approval-doc {
  word-break: break-all;
  width: 150px;
}

.bi-twitter {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}

.bi-twitter:before {
  content: "";
}

.bi-twitter {
  background-image: url(../images/twitter.png);
}

.orgChartOuter {
  width: 100%;
  overflow: auto;
}

/*chart  css*/
.path-organization-structure1 .container {
  width: 100%;
}

.level-1-wrapper,
.level-2-wrapper,
.level-3-wrapper,
.level-4-wrapper {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  width: 100%;
  margin: 0px;
  padding: 0 0 20px;
}

.level-1-wrapper li,
.level-2-wrapper li,
.level-3-wrapper li,
.level-4-wrapper li,
.level-5-wrapper li {
  padding: 20px 10px 0;
  position: relative;
  width: 16.5%;
}

.level-4-wrapper {
  justify-content: center;
}

.level-1-wrapper .rectangle:before,
.level-2-wrapper .rectangle:before,
.level-3-wrapper .rectangle:before,
.level-4-wrapper .rectangle:before,
.level-5-wrapper .rectangle:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 22px;
  width: 1px;
  background-color: #c5c5c5;
}

.level-1-wrapper .rectangle:after,
.level-2-wrapper .rectangle:after,
.level-3-wrapper .rectangle:after,
.level-4-wrapper .rectangle:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  height: 22px;
  width: 1px;
  background-color: #c5c5c5;
}

.level-1-wrapper p,
.level-2-wrapper p,
.level-3-wrapper p,
.level-4-wrapper p {
  margin: 0px;
}

.rectangle,
.level-2-wrapper .rectangle,
.level-3-wrapper .rectangle,
.level-4-wrapper .rectangle {
  width: 100%;
  background: var(--sttl-theme-white);
  border-radius: 6px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #b24069;
  font-size: 13px;
  line-height: 18px;
}

.rectangle {
  color: #b24069;
  border-color: #b24069;
}

.level-2-wrapper .rectangle {
  color: #794599;
  border-color: #794599;
}

.level-3-wrapper .rectangle {
  color: #126d8d;
  border-color: #126d8d;
}

.level-5-wrapper .rectangle,
.level-4-wrapper .rectangle {
  color: var(--sttl-theme-lblack);
  border-color: #c5c5c5;
  min-height: 90px;
  text-align: center;
}

.level-1-wrapper .rectangle:before {
  display: none;
}

.level-4-wrapper .rectangle:after {
  display: none;
}

.level-5-wrapper {
  display: flex;
  border-top: 1px solid #c5c5c5;
  position: relative;
  justify-content: center;
  padding: 0px;
  top: -1px;
}

.level-5-wrapper:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 126px;
  height: 364px;
  background-color: #c5c5c5;
  width: 1px;
  z-index: -1;
}

.level-4-wrapper ul li {
  width: 100%;
}

.level-4-wrapper ul {
  margin: 0px;
  padding: 0px;
}

.multipleChildList {
  display: flex;
  margin: 20px 0 0 0 !important;
  width: 400px !important;
  position: relative;
}

.multipleChildList:before {
  content: "";
  border-top: 1px solid #ccc !important;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.multipleChildList:after {
  content: "";
  background-color: #ccc !important;
  position: absolute;
  left: 100px;
  top: -20px;
  width: 1px;
  height: 20px;
}

.multipleChildList li {
  margin: 0 10px;
}

.socialIconsHead {
  padding: 0px 2px 3px;
  margin: 0px !important;
  border: 1px solid #999;
  border-radius: 3px;
}

.socialIconsHead a {
  font-size: var(--sttl-theme-font-30);
}

.socialIconsHead a img {
  width: 18px;
}

.socialIconsHead a svg {
  transition: all 0.3s;
}

.socialIconsHead a svg {
  fill: var(--sttl-theme-orange);
}

.socialIconsHead a:hover svg {
  fill: var(--sttl-theme-lblue);
}

.socialIconsHead .col {
  margin: 0px !important;
}

/*order custom html*/
.view-id-circulars {
  margin: 0 0 0 0;
}

.views-field-field-circulars-document {
  min-width: 125px;
}

.fileSize {
  font-size: small;
  font-size: 0.8125em;
}

.rectangle strong {
  display: block;
  text-align: center;
}

#backtotop {
  transition: all 0.4s;
  background-color: #c15214;
  height: 40px;
  position: fixed;
  bottom: 30px;
  right: 15px;
  width: 40px;
  border-radius: 50%;
  z-index: 9;
  text-decoration: none;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 50%);
}

#backtotop img {
  filter: grayscale(1) invert(1) contrast(4);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
}

#backtotop:hover {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-name: tada;
  transition: all 0.5s ease;
  background: var(--sttl-theme-white);
}

#backtotop:hover img {
  filter: initial;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.accordDetail .tableOut {
  margin-bottom: 0;
}

.events a.link {
  display: inline-block;
}

.topStrip .dropbutton-toggle button:focus {
	border-radius: 0;
}

a:focus {
	outline: 1px solid #2C2C2C;
	transition: none;
	outline-offset: 0;
  box-shadow: 4px 4px 8px rgb(0 0 0 / 20%);
}
.mainLogo:focus { display: block;}
#nav li a:focus {
	outline: 1px dashed var(--sttl-theme-black);
	transition: none;
	outline-offset: 0;
}

input:focus,
.topStrip ul li a:focus,
.dialog-buttons button:focus,
button.navbar-toggler:focus,
#accessControl input:focus,
.topStrip .dropbutton-toggle button:focus,
.views-exposed-form .customCol .button:focus,
.departlogo .dplogos .dplPrev:focus:before,
.departlogo .dplogos .dplNext:focus:before {
outline: 1px solid var(--sttl-theme-lblack);
  transition: none;
  outline-offset: 0;
}

.node-feedback-form .btnCaptchaRow input#edit-submit:focus {
  outline: 1px dashed #ff8c00;
  transition: none;
  outline-offset: 0;
}

.d-None {
  display: none;
}

ul.contactus-detail li img {
  width: 17px;
  margin-right: 5px;
}

.feedback-form .form-select {
  appearance: none;
  background-image: url(../images/down-arrow.png);
  background-size: 14px;
  font-size: var(--sttl-theme-font-14);
}

img.pdf16 {
  width: 15px;
  margin-right: 5px;
}

.innerbtn-right {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.innerbtn-right a.button {
  float: right;
}

.mainNavigation.floatMenu {
  width: 100%;
  position: fixed;
  left: auto;
  top: 0;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  transition: 0.3s all ease-out;
}

.offcanvas-backdrop.show {
  opacity: 0.8;
}

.organization-structure {
  width: 100%;
  overflow-x: auto;
}

.header .primary-nav__button-toggle {
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	height: 100%;
}

.bi.bi-chevron-down {
  color: var(--sttl-theme-white);
  font-size: 0.75em;
  	border: none;
	background: none;
}

button.primary-nav__button-toggle:before {
	content: "\f282";
	font-size: 11px;
	font-family: bootstrap-icons !important;
	color: var(--sttl-theme-white);
	border: none;
	background: transparent;
}

.pdfIcn img {
  width: 15px;
}

.listen-captcha {
  width: 40px;
  height: 40px;
  background: url(/themes/doe/images/audio-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 30px;
  top: 35px;
}

/*popup*/
.confirm-overlay {
	background-color: rgb(0 0 0 / 50%);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.confirm-overlay .confirm-dialog {
	padding: 30px 25px;
	background-color: var(--sttl-theme-white);
	display: inline-block;
	width: 100%;
	max-width: 450px;
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
}

.confirm-overlay .confirm-dialog .confirmMessage {
	width: 100%;
	text-align: center;
	padding-bottom: 18px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0px;
}

.confirm-overlay .confirm-dialog .button {
	transition: all 0.4s;
	background-color: var(--sttl-theme-orange);
	color: var(--sttl-theme-white);
	margin: 0px 5px;
	padding: 12px 10px;
	min-width: 100px;
	display: inline-block;
	border-radius: 8px;
	font-weight: 500;
	font-size: var(--sttl-theme-font-16);
	border: none;
}

.confirm-overlay .confirm-dialog .button:focus,
.confirm-overlay .confirm-dialog .button:hover {
	background-color: var(--sttl-theme-lblue);
  outline: none;
}

.topStrip ul li a .extraSmallFont {
	display: inline-block;
	width: 100%;
}

.topStrip ul.leftLink li a {
	line-height: 1.125em;
	display: inline-block;
}

.topStrip ul li a.language-link.is-active {
  font-weight: 600;
}

.structureorg .sitemap .sitemap-item ul li ul li::before {
  top: 9px;
  left: -4px;
}

.structureorg .sitemap ul>li>ul {
  margin: 15px 0 15px 25px;
}

.structureorg .person-box {
  background: #f5f5f5;
  padding: 15px;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #ccc;
  position: relative;
}

.structureorg .sitemap .sitemap-item ul li ul li:first-child:before {
  top: -10px;
}

.structureorg .sitemap ul>li>ul>li {
  margin-bottom: 20px;
}

.structureorg .person-box:after {
  content: "";
  display: block;
  border-top: 1px solid #e8e6e6;
  height: 0;
  position: absolute;
  transition: 500ms all;
  top: 12px;
  left: -27px;
  width: 27px;
}

.structureorg .person-box.personFirst:after {
  display: none;
}

.structureorg .person-box.personFirst {
  color: #b24069;
  border: 1px solid #b24069
}

.structureorg .person-box.personSecend {
  color: #794599;
  border: 1px solid #794599
}

.structureorg .person-box.personThird {
  color: #126d8d;
  border: 1px solid #126d8d
}

/*contrast css*/
body.wob {
  background-color: var(--sttl-theme-black);
  color: var(--sttl-theme-white);
}

.wob table tr:nth-child(2n),
.wob table tr:nth-child(odd) td,
.wob .tableRowOdd,
.wob .cRightSection {
  background-color: var(--sttl-theme-gray);
  color: var(--sttl-theme-white);
}

.wob .view-who-s-who .views-row:nth-child(2) .stateMemberInfo,
.wob .marqueeContent {
  background-color: var(--sttl-theme-lgray) !important;
}

.wob .repoDocuSlider .swiper-slide .report-box {
  background-color: var(--sttl-theme-gray);
}

.wob .topStrip {
	background-color: var(--sttl-theme-gray);
}

.wob a,
.wob .copyRightText p a,
.wob .memberInfo .memberName a,
.wob .stateMemberInfo .memberName a,
.wob .PCSHeadHeight a {
  color: var(--sttl-theme-yellow);
}

.wob .tabs__tab .tabs__link.js-tabs-link {
  color: var(--sttl-theme-black);
}

.wob .memberInfo .memberName a:hover,
.wob .stateMemberInfo .memberName a:hover,
.wob a:hover {
  color: var(--sttl-theme-green);
}

.wob .categary-service:before,
.wob .aboutMemberDetail:before,
.wob .aboutText:before {
  background-color: rgba(255, 255, 255, 0.1);
}

.wob .table td,
.wob .tableData td,
.wob .orangeCol,
.wob .memberName .whoswhomember span,
.wob .aboutDetail p,
.wob h3.heading,
.wob h2.heading,
.wob .aboutHeading span,
.wob .topStrip,
.wob #accessControl input {
  color: var(--sttl-theme-white);
}

.wob .oraBdrBtn,
.wob #accessControl input.wob {
  border: 1px solid var(--sttl-theme-white);
}

.wob .mediaFeild,
.wob .pFinanaceBox,
.wob .serviceBox,
.wob .stateMemberInfo:first-child,
.wob .marqueeTitle,
.wob .offcanvas,
.wob .searchBox input {
  background-color: #333;
}

.wob .view-other-links ul li a:hover,
.wob .view-orders-circulars ul li a:hover,
.wob .view-orders-circulars ul li a:hover,
.wob .oraBdrBtn:hover,
.wob .oraBdrBtn:focus,
.wob .sitemap a:hover,
.wob #site-map .nolink:hover,
.wob .views-exposed-form .button:hover,
.wob .button:hover,
.wob .moreBtn a:hover,
.wob .marqueeBtn:hover,
.wob #nav .megaMenu ul li a:hover,
.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,
.wob #nav .megaMenu ul li a:hover,
.wob .offcanvas a:hover,
.wob .offcanvas a.focus,
.wob #nav li a.is-active,
.wob #mainNav .primary-nav__menu-item--active-trail>a,
.wob #nav>li>a:hover,
.wob #nav>li.hover>a,
.wob #nav>li.focus>a,
.wob #nav>.highlight>a {
  background-color: var(--sttl-theme-green);
  border-color: var(--sttl-theme-green);
  color: var(--sttl-theme-black);
}

.wob .pager__link:hover,
.wob .pager__item {
  background-color: var(--sttl-theme-green);
  color: var(--sttl-theme-black);
}

.wob .view-orders-circulars ul li a,
.wob .search-results li:before,
.wob .pager__link,
.wob .sitemap a,
.wob .homeBanner .swiper-pagination-bullet-active,
.wob .pFinanceDate,
.wob .whatNewIcon,
.wob .views-exposed-form .button,
.wob .searchListing .button,
.wob .moreBtn a,
.wob .marqueeBtn,
.wob #nav .megaMenu>ul,
.wob .offcanvas .navbar-nav .nav-link.active,
.wob .navbar-toggler,
.wob .searchBox,
.wob .view-other-links ul li a {
  background-color: var(--sttl-theme-yellow);
  color: var(--sttl-theme-black);
  border-color: var(--sttl-theme-yellow);
}

.wob .loginForm .form-item label.error,
.wob .activityTicker a {
  color: var(--sttl-theme-red);
}

.wob .activityTicker p {
  color: var(--sttl-theme-white);
}

.wob .pFinanaceBox,
.wob .serviceBox .activityTicker a {
  border-color: #6c6c6c;
}

.wob .activityTicker .whatNewIcon p {
  color: var(--sttl-theme-black);
}

.wob .services:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 95%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.wob .ui-widget-header .ui-icon {
  filter: invert(86%) sepia(100%) saturate(2%) hue-rotate(249deg) brightness(108%) contrast(101%);
}

.wob .ui-widget-content .ui-state-default,
.wob .ui-widget-header .ui-state-default,
.wob .ui-button,
.wob html .ui-button.ui-state-disabled:hover,
.wob html .ui-button.ui-state-disabled:active,
.wob .ui-widget-header,
.wob .ui-state-hover,
.wob .ui-widget-content .ui-state-hover,
.wob .ui-widget-header .ui-state-hover,
.wob .ui-state-focus,
.wob .ui-widget-content .ui-state-focus,
.wob .ui-widget-header .ui-state-focus,
.wob .ui-button:hover,
.ui-button:focus,
.wob .search-form input[type="search"],
.wob .views-exposed-form select,
.wob .views-exposed-form input,
.wob .search-results li:nth-child(2n),
.wob .views-exposed-form input,
.wob .ui-widget-content,
.wob .categary-wrap,
.wob .smIcon.facebook,
.wob .smIcon.twitter,
.wob .smIcon.youtube,
.wob .feildTop,
.wob .our-box,
.wob .marunBg,
.wob .views-exposed-form .button,
.wob .searchListing .button,
.wob .moreBtn a,
.wob .searchBox input {
  background-color: var(--sttl-theme-black);
  color: var(--sttl-theme-white);
  border-color: var(--sttl-theme-lgray);
}

.wob input::-webkit-input-placeholder {
  color: var(--sttl-theme-white);
}

.wob input:-ms-input-placeholder {
  color: var(--sttl-theme-white);
}

.wob input::placeholder {
  color: var(--sttl-theme-white);
}

.wob #nav li a {
  color: var(--sttl-theme-black);
}

.wob .gallery-text,
.wob .categary-wrap,
.wob .marunBg,
.wob .socialMedia,
.wob .breadcum {
  background: var(--sttl-theme-gray);
}

.wob .loginForm input,
.wob .loginForm textarea,
.wob .loginForm select {
  background-color: var(--sttl-theme-gray);
  border-color: var(--sttl-theme-lgray);
  color: var(--sttl-theme-white);
}

.wob a.mainLogo {
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

.wob .headerLogos #block-homepagerightsitelogo img {
  background: var(--sttl-theme-white);
  padding: 10px;
  border-radius: 10px;
}

.wob .ticker li {
  border-color: var(--sttl-theme-black);
  opacity: 1 !important;
}

.wob .searchForm .views-exposed-form input,
.wob .searchForm .views-exposed-form select {
  background-color: transparent;
}

.wob .loginForm {
  border-color: var(--sttl-theme-lgray);
  background: var(--sttl-theme-gray);
}

.wob .form-select {
  font-size: var(--sttl-theme-font-14);
}

.wob .topStrip ul li:before {
  background-color: rgba(255, 255, 255, .2);
}

.wob .ui-widget-content li:hover,
.wob .ui-widget-content .ui-state-active,
.wob .ui-widget-header .ui-state-active,
.wob a.ui-button:active,
.wob .ui-button:active,
.wob .ui-button.ui-state-active:hover,
.wob .ui-widget-content li a:hover {
  background-color: transparent !important;
  color: var(--sttl-theme-white);
}

.wob .form-select option {
  background-color: var(--sttl-theme-black);
}

.wob .boxShadow,
.wob .ministerCard {
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: none;
  background: var(--sttl-theme-gray);
}

.wob .dropbutton-toggle button:before {
  border-color: var(--sttl-theme-white);
}

.wob .loginForm .captcha__element {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wob .loginForm .captcha__element img {
  background-color: var(--sttl-theme-white);
  padding: 15px;
  margin: 5px 0 0 0;
}

.wob .btnCaptchaRow .captcha .captcha__element img {
  margin-top: 24px;
  padding: 0;
}

.wob .listen-captcha,
.wob .reload-captcha {
  filter: grayscale(1) invert(1) contrast(4);
}

.wob .breadcum ul li:before {
  border: 1px solid #ccc;
}

.wob .minProfile,
.wob .minster .minProfile {
  background-color: var(--sttl-theme-gray);
  border: 1px solid #5e5e5e;
}

.wob .level-2,
.wob .level-3,
.wob .level-1 {
  background-color: var(--sttl-theme-black);
  color: var(--sttl-theme-white);
}

.wob .orgChart .level-1:before,
.wob .orgChart .level-2:before,
.wob .orgChart .level-2-wrapper:before,
.wob .orgChart .level-2-wrapper>li:before {
  background-color: var(--sttl-theme-lgray);
}

.wob .socialIcon ul li:hover a {
  background-color: var(--sttl-theme-black);
  color: var(--sttl-theme-white);
  border: 1px solid var(--sttl-theme-yellow);
}

.wob .level-5-wrapper .rectangle,
.wob .accordion .accTrigger,
.wob .level-4-wrapper .rectangle {
  background-color: var(--sttl-theme-black);
  color: var(--sttl-theme-white);
}

.wob .pdfIcon:before {
  color: var(--sttl-theme-white) !important;
}

.wob .divisionList,
.wob .our-logos .our-box {
  border: 1px solid var(--sttl-theme-lgray);
  background-color: var(--sttl-theme-gray);
}

.wob .serviceBox p {
  transition: all 0.3s;
}

.wob .serviceBox .activityTicker a:hover .whatNewIcon p {
  color: var(--sttl-theme-black) !important;
}

.wob .serviceBox .activityTicker a:hover,
.wob .serviceBox .activityTicker a:hover p {
  color: var(--sttl-theme-green) !important;
}

.wob .dropbutton .secondary-action {
  background-color: var(--sttl-theme-black);
}

.wob .dropbutton .secondary-action a {
  color: var(--sttl-theme-white);
}

.wob .topStrip ul li a {
  color: var(--sttl-theme-white);
}

.wob .mainNavigation {
  background: var(--sttl-theme-yellow);
}

.wob #nav li .menuIcon,
#nav li li .menuIcon {
  background-color: rgb(38 38 38);
}

.wob #nav ul li.menu {
  background-color: var(--sttl-theme-yellow);
}

.wob #nav ul li a {
  background-color: var(--sttl-theme-yellow);
  color: var(--sttl-theme-black);
  border-bottom: 1px solid var(--sttl-theme-black);
}

.wob .mainNavigation #nav li ul.menu {
  background: var(--sttl-theme-yellow);
}

.wob #backtotop {
  border: 2px solid var(--sttl-theme-yellow);
  background-color: var(--sttl-theme-yellow);
}

.wob #backtotop:hover {
  background-color: var(--sttl-theme-green);
  border: 2px solid var(--sttl-theme-green);
  transform: rotate(360deg);
}

.wob .departlogo .dplogos .dplPrev:before,
.wob .departlogo .dplogos .dplNext:before {
  color: var(--sttl-theme-black);
}

.wob #backtotop img {
  filter: initial;
}

.wob .topStrip ul li a.searchBtn img,
.wob ul.contactus-detail li img {
  filter: grayscale(1) invert(1) contrast(4);
}

.wob .navbar-toggler img {
  filter: initial;
}

.wob .breadcum ul li a {
  color: var(--sttl-theme-yellow);
}

.wob .feedback-form .form-select {
  appearance: none;
  background-image: url(../images/down-arrow-white.png);
  background-size: 14px;
}

.wob .whatsNewLink:before {
  color: var(--sttl-theme-white);
}

.wob #accessControl .contrastChanger.normal {
  color: #525252;
}

.wob .loginForm .form-item input:focus,
.wob .loginForm .form-item .form-select:focus,
.wob .loginForm .form-item textarea:focus,
.wob .loginForm .form-item input:focus {
  border: 1px solid var(--sttl-theme-yellow);
}

.wob .feedback-form .form-select:focus {
  box-shadow: 0 0 0px 1px rgb(247 250 47)
}

.wob .dropbutton-arrow span.visually-hidden {
  color: var(--sttl-theme-white);
}

.wob .mediaSwiper .mediaFeild {
  box-shadow: none;
  border: 1px solid var(--sttl-theme-lgray);
}

.wob .report-box:after {
  background-color: #fffacd;
}

.wob .report-box:hover .report-text {
  color: var(--sttl-theme-black);
}

.wob .report-box:hover .report-icon {
  background: rgb(40 40 40);
}

.wob .accordion .accTrigger.active {
	background-color: var(--sttl-theme-gray);
	background-image: url(../images/minus.png);
}

.wob table th {
  background-color: var(--sttl-theme-yellow);
  color: var(--sttl-theme-black);
}

.wob th,
.wob td,
.wob .tableData th,
.wob .tableData td {
  border-bottom: 1px solid rgb(143 143 143 / 40%);
  border-right: 1px solid rgb(143 143 143 / 40%);
}

.wob .tableOut tbody::-webkit-scrollbar-thumb {
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 0px var(--sttl-theme-yellow);
  background-color: var(--sttl-theme-yellow);
}

.wob .tableOut tbody::-webkit-scrollbar {
  border-radius: 20px;
  width: 1px;
  background-color: #484848;
}

.wob .detail404 {
  background: var(--sttl-theme-gray);
}

.wob .detail404 .largeText {
  color: var(--sttl-theme-white);
}

.wob .detail404 h3 {
  color: var(--sttl-theme-yellow);
  border-bottom: 1px solid var(--sttl-theme-yellow);
}

.wob .detail404 h2 {
  color: var(--sttl-theme-white);
}

.wob .detail404 h2:after,
.wob .detail404 h2:before {
  background-color: var(--sttl-theme-white);
}

.wob .detail404 p .button {
  background: var(--sttl-theme-yellow);
  color: var(--sttl-theme-black);
}

.wob .eventBox {
  background: var(--sttl-theme-gray);
}

.wob .button,
.wob .views-exposed-form .button,
.wob .searchListing .button,
.wob .moreBtn a {
  background: var(--sttl-theme-yellow);
  color: var(--sttl-theme-black);
}

.wob footer {
  background: #333;
}

.wob .views-exposed-form #views-exposed-form-circulars-page-4 .customCol input {
  background: var(--sttl-theme-yellow);
  border: 1px solid var(--sttl-theme-yellow);
}

.wob .views-exposed-form #views-exposed-form-circulars-page-4 .customCol input:hover {
  background: var(--sttl-theme-green);
  border: 1px solid var(--sttl-theme-green);
}

.wob a.divisionList:hover {
  background: var(--sttl-theme-yellow);
  color: var(--sttl-theme-black);
}

.wob .node-feedback-form .btnCaptchaRow input#edit-submit,
.wob .loginForm .btnCaptchaRow input#edit-submit {
  background: var(--sttl-theme-yellow);
  color: var(--sttl-theme-black);
}

.wob .loginForm .btnCaptchaRow input#edit-submit:hover {
  background-color: var(--sttl-theme-green);
}

.wob .searchListing .button:hover,
.wob .searchBox .searchBoxInn .searchBoxWrap input.ctaBtn:hover,
.wob .node-feedback-form .btnCaptchaRow input#edit-submit:hover {
  background: var(--sttl-theme-green);
  color: var(--sttl-theme-black);
}

.wob .searchBox .searchBoxInn .searchBoxWrap input.ctaBtn {
  background: var(--sttl-theme-yellow);
  color: var(--sttl-theme-black);
}

.wob .fvms-text {
  color: var(--sttl-theme-yellow);
}

.wob .our-box:hover,
.wob .our-box.active {
  background: var(--sttl-theme-lgray);
}

.wob .divisionList:hover {
  background-color: var(--sttl-theme-yellow);
}

.wob .divisionList:hover h4 a {
  color: var(--sttl-theme-black);
}

.wob table,
.wob .tableData {
  border-top: 1px solid rgb(143 143 143 / 40%);
  border-left: 1px solid rgb(143 143 143 / 40%);
}

.wob .serviceBox .wob .region--whats-new .activityTicker li a:after {
  background: var(--sttl-theme-lgray);
}

.wob .bi.bi-chevron-down {
  color: var(--sttl-theme-black);
}

.wob .ui-accordion .ui-accordion-header {
	background-color: var(--sttl-theme-gray);
	color: var(--sttl-theme-white);
	border-color: var(--sttl-theme-gray);
}

.wob .ui-accordion .ui-state-active {
	background-color: var(--sttl-theme-yellow);
	color: var(--sttl-theme-black);
	border-color: var(--sttl-theme-yellow);
}

.wob .confirm-overlay .confirm-dialog {
	background: var(--sttl-theme-gray);
	border: 2px solid var(--sttl-theme-yellow);
}

.wob .confirm-overlay .confirm-dialog .button {
	background-color: var(--sttl-theme-yellow);
	color: var(--sttl-theme-black);
}

.wob .confirm-overlay .confirm-dialog .button:hover,
.wob .confirm-overlay .confirm-dialog .button:focus {
	background-color: var(--sttl-theme-green);
}

.wob #nav li span.bi.bi-chevron-down {
	color: var(--sttl-theme-black);
}

.wob .aboutHeading h1.heading,
.wob .aboutHeading h1.heading span {
	color: var(--sttl-theme-white);
}

.wob .searchForm .views-exposed-form input:focus,
.wob .searchForm .views-exposed-form select:focus {
	border: 1px solid var(--sttl-theme-yellow);
}

.wob .marqueeContent a.marqueeBtn:focus {
	color: var(--sttl-theme-black);
}

.wob .sliderControls .swiper-button-next,
.wob .sliderControls .swiper-button-prev {
	background-color: var(--sttl-theme-yellow);
	color: var(--sttl-theme-black);
}

.wob .form-select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23ffffff'%3E%3Cpath d='M480-344 240-584l56-56 184 184 184-184 56 56-240 240Z'/%3E%3C/svg%3E");
	background-size: 24px;
}

.wob [type].form-autocomplete {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23ffffff'%3E%3Cpath d='M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z'/%3E%3C/svg%3E");
}

.wob .hasDatepicker,
.wob .datepicker {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23ffffff'%3E%3Cpath d='M200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm0 0v-80 80Zm280 240q-17 0-28.5-11.5T440-440q0-17 11.5-28.5T480-480q17 0 28.5 11.5T520-440q0 17-11.5 28.5T480-400Zm-160 0q-17 0-28.5-11.5T280-440q0-17 11.5-28.5T320-480q17 0 28.5 11.5T360-440q0 17-11.5 28.5T320-400Zm320 0q-17 0-28.5-11.5T600-440q0-17 11.5-28.5T640-480q17 0 28.5 11.5T680-440q0 17-11.5 28.5T640-400ZM480-240q-17 0-28.5-11.5T440-280q0-17 11.5-28.5T480-320q17 0 28.5 11.5T520-280q0 17-11.5 28.5T480-240Zm-160 0q-17 0-28.5-11.5T280-280q0-17 11.5-28.5T320-320q17 0 28.5 11.5T360-280q0 17-11.5 28.5T320-240Zm320 0q-17 0-28.5-11.5T600-280q0-17 11.5-28.5T640-320q17 0 28.5 11.5T680-280q0 17-11.5 28.5T640-240Z'/%3E%3C/svg%3E") !important;
}

.wob .dropbutton-action {
	color: var(--sttl-theme-white);
}

.wob a:focus,
.wob input:focus,
.wob .topStrip ul li a:focus,
.wob .dialog-buttons button:focus,
.wob button.navbar-toggler:focus,
.wob #accessControl input:focus,
.wob .topStrip .dropbutton-toggle button:focus,
.wob .views-exposed-form .customCol .button:focus,
.wob .departlogo .dplogos .dplPrev:focus:before,
.wob .departlogo .dplogos .dplNext:focus:before {
	outline: 1px dashed var(--sttl-theme-yellow);
	transition: none;
	outline-offset: 0;
}

.wob .accordion .accTrigger {
	background: url(../images/plus-white.png) 10px 50% no-repeat;
}

.wob .socialIconsHead a svg {
	fill: var(--sttl-theme-white);
}

.wob button.primary-nav__button-toggle:before {
	filter: brightness(1) invert(1);
}

.wob .structureorg .person-box {
  background: var(--sttl-theme-yellow);
  border: 1px solid var(--sttl-theme-yellow);
  color: var(--sttl-theme-black);
}

/*02042026*/
