/*mixin for media query*/
/*=====================*/
/*Fonts variables*/
/*=====================*/
.search-result-wrapper .title-link, .exam .update-block span, .news-update .title-link, .structure h5, .jurisdiction .jurisdiction-content span, .contact-page .contact-detail ul li p, .contact-page .contact-detail ul li a, .list-wrapper h6, .updates .update-block span {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.search-result-breadcrumb h1, .exam-detail-nav .exam-detail-menu h1, .about .about-content h2, .important h2, .breadcrumb .bread-content h1, .rti .rti-content h2 {
  color: #000;
  font-size: 34px;
  font-weight: 600;
  margin: 0;
}

.exam .search-block p, .exam .update-block p, .news-update .search-block p, .about .about-content p, .structure span, .structure p, .important p, .rti .rti-content p, .faq .card-accordion .accordion .accordion-item .accordion-collapse .accordion-body p, .updates .update-block p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.nice-select {
  background-color: #fff;
  color: #000;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-size: 13px;
  padding: 0 15px;
  caret-color: #2F2F8F;
}
.nice-select:focus {
  background-color: #f2f8ff;
  box-shadow: none;
  outline: none;
  border: 1px solid #2F2F8F;
}

/*mixin for media query*/
/*mixin for media query*/
/*=====================*/
/*Fonts variables*/
/*=====================*/
.search-result-wrapper .title-link, .exam .update-block span, .news-update .title-link, .structure h5, .jurisdiction .jurisdiction-content span, .contact-page .contact-detail ul li p, .contact-page .contact-detail ul li a, .list-wrapper h6, .updates .update-block span {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.search-result-breadcrumb h1, .exam-detail-nav .exam-detail-menu h1, .about .about-content h2, .important h2, .breadcrumb .bread-content h1, .rti .rti-content h2 {
  color: #000;
  font-size: 34px;
  font-weight: 600;
  margin: 0;
}

.exam .search-block p, .exam .update-block p, .news-update .search-block p, .about .about-content p, .structure span, .structure p, .important p, .rti .rti-content p, .faq .card-accordion .accordion .accordion-item .accordion-collapse .accordion-body p, .updates .update-block p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.nice-select {
  background-color: #fff;
  color: #000;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-size: 13px;
  padding: 0 15px;
  caret-color: #2F2F8F;
}
.nice-select:focus {
  background-color: #f2f8ff;
  box-shadow: none;
  outline: none;
  border: 1px solid #2F2F8F;
}

/* common buttons placeholder simple button and icon-button */
.error-wrapper .error-content a, .news-update .view-btn, .faq .download-btn {
  background-color: #2F2F8F;
  color: #fff;
  border-radius: 35px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 20px;
  transition: all 300ms ease-in;
  border: 1px solid transparent;
  line-height: 22px;
  text-decoration: none;
}
.error-wrapper .error-content a:hover, .news-update .view-btn:hover, .faq .download-btn:hover {
  transition: all 300ms ease-in;
  color: #2F2F8F !important;
  background-color: transparent;
  border: 1px solid #2F2F8F;
}
.error-wrapper .error-content a:hover svg, .news-update .view-btn:hover svg, .faq .download-btn:hover svg,
.error-wrapper .error-content a:hover path,
.news-update .view-btn:hover path,
.faq .download-btn:hover path {
  fill: #2F2F8F;
}
.error-wrapper .error-content a:focus, .news-update .view-btn:focus, .faq .download-btn:focus {
  transition: all 300ms ease-in;
  color: #2F2F8F !important;
  background-color: transparent;
  border: 1px solid #2F2F8F;
}
.error-wrapper .error-content a:focus svg, .news-update .view-btn:focus svg, .faq .download-btn:focus svg,
.error-wrapper .error-content a:focus path,
.news-update .view-btn:focus path,
.faq .download-btn:focus path {
  fill: #2F2F8F;
}
.error-wrapper .error-content a svg, .news-update .view-btn svg, .faq .download-btn svg,
.error-wrapper .error-content a path,
.news-update .view-btn path,
.faq .download-btn path {
  fill: #fff;
  margin-left: 8px;
}

* {
  font-family: "Kanit", sans-serif;
  scroll-padding-top: 60px;
  scroll-margin-top: 60px;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.py-60 {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .py-60 {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .py-60 {
    padding: 40px 4px;
  }
}

.pt-60 {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .pt-60 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .pt-60 {
    padding-top: 40px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .mt-60 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.section-title-content {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .section-title-content {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .section-title-content {
    margin-bottom: 20px;
  }
}
.section-title-content h2 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: capitalize;
}
.section-title-content:has(p) h2 {
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .section-title-content h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1280px) {
  .section-title-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .section-title-content h2 {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
.section-title-content p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
@media (max-width: 767px) {
  .section-title-content p,.jurisdiction .section-title-content p {
    font-size: 14px;
  }
}

.updates.list-exams, .updates.exam-result-update {
  background-image: url("../images/about-pattern.svg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.updates.links-bg {
  background-color: #f5f5f9;
}
.updates.download-file {
  background-color: #f5f5f9;
  background-image: url("../images/about-pattern.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.updates a {
  text-decoration: none;
  display: block;
}
.updates a:not(:last-child) {
  margin-bottom: 15px;
}
.updates .update-block {
  padding: 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
@media (max-width: 767px) {
  .updates .update-block {
    padding: 12px;
  }
}
.updates .update-block:not(:last-child) {
  margin-bottom: 15px;
}
.updates .update-block span {
  text-decoration: none;
  width: 90%;
  display: inline-block;
}
@media (max-width: 767px) {
  .updates .update-block span {
    font-size: 16px;
    line-height: 22px;
    width: 84%;
  }
}
.updates .update-block p {
  margin: 0;
}
@media (max-width: 767px) {
  .updates .update-block p {
    font-size: 14px;
    line-height: 20px;
  }
}
.updates .update-block .pdf-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-top: 2px;
}
.updates .update-block .pdf-block > p {
  font-size: 14px;
  font-weight: 400;
  color: #6C6C6C;
  margin: 0;
}
.updates .update-block .click-btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f9;
  flex-shrink: 0;
}
.updates .update-block .click-btn svg,
.updates .update-block .click-btn path {
  fill: #2F2F8F;
}
.updates .update-block > div {
  width: 84%;
}
.updates .update-block:hover span {
  color: #2F2F8F;
}
.updates .update-block:hover .click-btn {
  background-color: #2F2F8F;
}
.updates .update-block:hover .click-btn svg,
.updates .update-block:hover .click-btn path {
  fill: #fff;
}

.update-block.no-link-block {
  background-color: #fff;
}

.update-block.no-link-block:hover .click-btn{
  background-color: #f5f5f9;
}
.updates .update-block.no-link-block:hover .click-btn svg,
.updates .update-block.no-link-block:hover .click-btn path {
  fill: #2F2F8F;
}
.updates .update-block.no-link-block:hover span {
  color: #000;
}
/************************
header section scss start
*************************/
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: auto;
  transition: all 300ms ease-in;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
/* @media (max-width: 1280px) {
  header {
    height: 161px;
  }
} */
@media (max-width: 991px) {
  header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    height: auto;
    padding: 0 0 0;
  }
}
header hr {
  color: #e0e0e0;
  background-color: #e0e0e0;
  opacity: 1;
  margin: 0;
}
header .custom-navbar {
  padding: 0;
  align-items: center;
  margin: 0;
  padding: 8px 0;
  flex-flow: row-reverse;
}
@media (max-width: 991px) {
  header .custom-navbar {
    flex-flow: column;
    align-items: flex-start;
    padding: 0 0 8px;
  }
}
@media (max-width: 576px) {
  header .custom-navbar {
    padding: 0 4px;
  }
}
header .custom-navbar .custom-navbar-brand {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 6px;
  margin-left: 30px;
  transition: all 300ms ease;
  position: relative;
}
@media (max-width: 1280px) {
  header .custom-navbar .custom-navbar-brand {
    font-size: 14px;
  }
}
header .custom-navbar .custom-navbar-brand:last-of-type {
  margin-left: 0;
}
header .custom-navbar .custom-navbar-brand:hover {
  color: #2F2F8F;
  transition: all 300ms ease;
}
header .custom-navbar .custom-navbar-brand::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 31px;
  background-color: #2F2F8F;
  width: 100%;
  height: 2px;
  transform: scale(0);
  transition: all 300ms ease-in;
}
@media (max-width: 1280px) {
  header .custom-navbar .custom-navbar-brand::after {
    bottom: 29px;
  }
}
@media (max-width: 991px) {
  header .custom-navbar .custom-navbar-brand::after {
    display: none;
  }
}
header .custom-navbar .custom-navbar-brand:hover {
  color: #2F2F8F;
  transition: all 300ms ease-in;
}
header .custom-navbar .custom-navbar-brand:hover::after {
  transform: scale(1);
  transition: all 300ms ease-in;
}
header .custom-navbar .custom-navbar-brand.active {
  color: #2F2F8F;
}
header .custom-navbar .custom-navbar-brand.active::after {
  transform: scale(1);
  transition: all 300ms ease-in;
}
header .custom-navbar .custom-collapse .custom-navbar {
  padding: 0;
}
@media (max-width: 991px) {
  header .custom-navbar .custom-collapse .custom-navbar {
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0 10px;
    align-items: flex-start;
  }
}
header .custom-navbar .custom-collapse .custom-navbar .nav-item {
  position: relative;
}
header .custom-navbar .custom-collapse .custom-navbar .nav-item:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1440px) {
  header .custom-navbar .custom-collapse .custom-navbar .nav-item:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  header .custom-navbar .custom-collapse .custom-navbar .nav-item:not(:last-child) {
    margin-right: 18px;
  }
}
@media (max-width: 991px) {
  header .custom-navbar .custom-collapse .custom-navbar .nav-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
header .custom-navbar .custom-collapse .custom-navbar .nav-item .nav-link {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  transition: all 300ms ease-in;
  position: relative;
}
@media (max-width: 1280px) {
  header .custom-navbar .custom-collapse .custom-navbar .nav-item .nav-link {
    font-size: 14px;
  }
}
header .custom-navbar .custom-collapse .custom-navbar .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 31px;
  background-color: #2F2F8F;
  width: 100%;
  height: 2px;
  transform: scale(0);
  transition: all 300ms ease-in;
}
@media (max-width: 1280px) {
  header .custom-navbar .custom-collapse .custom-navbar .nav-item .nav-link::after {
    bottom: 29px;
  }
}
@media (max-width: 991px) {
  header .custom-navbar .custom-collapse .custom-navbar .nav-item .nav-link::after {
    display: none;
  }
}
header .custom-navbar .custom-collapse .custom-navbar .nav-item .nav-link:hover {
  color: #2F2F8F;
  transition: all 300ms ease-in;
}
header .custom-navbar .custom-collapse .custom-navbar .nav-item .nav-link:hover::after {
  transform: scale(1);
  transition: all 300ms ease-in;
}
header .custom-navbar .custom-collapse .custom-navbar .nav-item .nav-link.active {
  color: #2F2F8F;
}
header .custom-navbar .custom-collapse .custom-navbar .nav-item .nav-link.active::after {
  transform: scale(1);
  transition: all 300ms ease-in;
}
header .custom-navbar .custom-collapse .custom-navbar .nav-item.active .nav-link {
  color: #2F2F8F;
}
header .custom-navbar .custom-collapse .custom-navbar .nav-item.active .nav-link::after {
  opacity: 1;
}
header .custom-navbar .custom-collapse .custom-navbar .nav-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -23px;
  background-color: #2F2F8F;
  width: 100%;
  height: 2px;
  transform: scale(1);
  transition: all 300ms ease-in;
}
@media (max-width: 991px) {
  header .custom-navbar .custom-collapse .custom-navbar .nav-item.active::after {
    display: none;
  }
}
header .custom-navbar .custom-collapse .custom-navbar .nav-item:last-child a::after {
  display: none;
}
header .custom-navbar .custom-collapse .custom-navbar .nav-item .sub-menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  padding: 10px 12px;
  display: block !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 133%;
  width: max-content;
  z-index: 100;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  header .custom-navbar .custom-collapse .custom-navbar .nav-item .sub-menu {
    position: relative;
    width: 100%;
    visibility: visible;
    overflow: hidden;
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
    transition: height 300ms ease-in-out;
    transform: translate(0);
    box-shadow: none;
    margin-top: 0;
  }
  header .custom-navbar .custom-collapse .custom-navbar .nav-item .sub-menu > li {
    margin-left: 16px;
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
  header .custom-navbar .custom-collapse .custom-navbar .nav-item .sub-menu.show-sub-menu {
    opacity: 1;
    position: relative;
    transition: height 300ms ease-in-out;
    margin-top: 6px;
  }
  header .custom-navbar .custom-collapse .custom-navbar .nav-item .sub-menu.show-sub-menu > li {
    display: block;
    margin-left: 16px;
  }
}
header .custom-navbar .custom-collapse .custom-navbar .nav-item .sub-menu li:not(:first-child) {
  padding-top: 4px;
}
header .custom-navbar .custom-collapse .custom-navbar .nav-item .sub-menu li:not(:last-child) {
  padding-bottom: 4px;
}
header .custom-navbar .custom-collapse .custom-navbar .nav-item .sub-menu li a {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  transition: all 300ms ease-in;
  position: relative;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1280px) {
  header .custom-navbar .custom-collapse .custom-navbar .nav-item .sub-menu li a {
    font-size: 14px;
  }
}
header .custom-navbar .custom-collapse .custom-navbar .nav-item .sub-menu li a:hover {
  color: #2F2F8F;
  transition: all 300ms ease-in;
}
header .custom-navbar .custom-collapse .custom-navbar .nav-item .sub-menu li a.active {
  color: #2F2F8F;
}
header .custom-navbar .custom-collapse .custom-navbar .nav-item .sub-menu li a i {
  margin-right: 10px;
  width: 14px;
  font-size: 13px;
}
header .custom-navbar .custom-collapse .custom-navbar .nav-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
header .navbar-toggler {
  font-size: 20px;
  border: none;
  margin: 5px 0 0;
  padding: 0;
}
header .navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}
header .navbar-toggler .btn12 {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  right: 0;
  transition-duration: 0.5s;
}
@media (max-width: 576px) {
  header .navbar-toggler .btn12 {
    top: -4px;
  }
}
header .navbar-toggler .btn12 .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 20px;
  top: 27px;
  background-color: #111;
}
header .navbar-toggler .btn12 .icon::before {
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #111;
  content: "";
  top: -6px;
  right: 0;
}
header .navbar-toggler .btn12 .icon::after {
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #111;
  content: "";
  top: 6px;
  right: 0;
}
header .navbar-toggler .btn12.open .icon {
  transition-duration: 0.5s;
  background: transparent;
  top: 31px;
}
header .navbar-toggler .btn12.open .icon::before {
  transform: rotateZ(45deg) scaleX(0.75) translate(2px, 2.5px);
}
header .navbar-toggler .btn12.open .icon::after {
  transform: rotateZ(-45deg) scaleX(0.75) translate(8px, -7px);
}
header .navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}
header .logo-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  position: relative;
}
@media (max-width: 991px) {
  header .logo-block {
    padding: 8px 0 0;
  }
}
@media (max-width: 576px) {
  header .logo-block {
    padding: 8px 4px 8px;
  }
}
header .logo-block img {
  height: 70px;
}
@media (max-width: 1280px) {
  header .logo-block .rail-logo {
    height: 60px;
  }
}
@media (max-width: 992px) {
  header .logo-block .rail-logo {
    height: 40px;
  }
}
@media (max-width: 480px) {
  header .logo-block .rail-logo {
    height: 30px;
  }
}
header .sub-header-wrapper {
  background-color: #f5f5f9;
}
header .sub-header {
  padding: 2px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 36px;
}

@media (max-width: 767px) {
  header .sub-header {
    padding-right: 4px;
    padding-left: 4px;
  }
}
header .sub-header > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header .sub-header > ul > li {
  display: inline-flex;
  align-items: center;
  gap: 0;
}
header .sub-header > ul > li span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 300ms ease;
}
header .sub-header > ul > li span svg,
header .sub-header > ul > li span path {
  fill: #2F2F8F;
  height: 12px;
  width: 12px;
}
header .sub-header > ul > li a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: inline-flex;
  align-items: center;
  transition: all 300ms ease;
  text-decoration: none;
  gap: 10px;
}
@media (max-width: 767px) {
  header .sub-header > ul > li a {
    font-size: 0;
    gap: 6px;
  }
}
header .sub-header > ul > li a:hover {
  transition: all 300ms ease;
  color: #2F2F8F;
}
header .sub-header > ul > li a:hover span {
  background-color: #2F2F8F;
}
header .sub-header > ul > li a:hover span svg,
header .sub-header > ul > li a:hover span path {
  fill: #fff;
}
header .sub-header > ul > li:not(:last-child) {
  margin-right: 0;
}
header .sub-header > ul > li:not(:last-child)::after {
  content: "|";
  padding: 0 5px 0 8px;
  color: #e0e0e0;
  font-size: 15px;
  font-weight: 100;
}
@media (max-width: 767px) {
  header .sub-header > ul > li:not(:last-child)::after {
    display: none;
  }
}
header .sub-header .sub-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
header .sub-header .sub-header-right.hide {
  display: none;
}
header .sub-header .sub-header-right a {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-transform: inherit;
  display: inline-block;
  margin: 0;
  text-decoration: none;
}
header .sub-header .sub-header-right a:hover {
  transition: all 300ms ease;
  color: #2F2F8F;
}
header .sub-header .sub-header-right .font-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .sub-header .sub-header-right .font-block button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #2F2F8F;
  transition: all 300ms ease;
  background-color: #fff;
}
header .sub-header .sub-header-right .font-block button:hover {
  transition: all 300ms ease;
  background-color: #2F2F8F;
}
header .sub-header .sub-header-right .font-block button:hover svg,
header .sub-header .sub-header-right .font-block button:hover path,
header .sub-header .sub-header-right .font-block button:hover rect {
  transition: all 300ms ease;
  fill: #fff !important;
}
header .sub-header .sub-header-right .font-block span {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 0 10px;
}
header .sub-header .sub-header-right .search-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 300ms ease;
  cursor: pointer;
}
header .sub-header .sub-header-right .sub-header-part {
  display: inline-flex;
  align-items: center;
}
header .sub-header .sub-header-right .sub-header-part:not(:last-child)::after {
  content: "|";
  padding: 0 14px;
  color: #e0e0e0;
  font-size: 17px;
  font-weight: 100;
}
@media (max-width: 767px) {
  header .sub-header .sub-header-right .sub-header-part:not(:last-child)::after {
    padding: 0 7px 0 7px;
  }
}
header .sub-header .sub-header-right .sub-header-part:last-child::after {
  display: none;
}
header .sub-header .search-bar {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 300px;
}
@media (max-width: 480px) {
  header .sub-header .search-bar {
    width: 220px;
  }
}
header .sub-header .search-bar.show {
  display: flex;
}
header .sub-header .search-bar .search-fill {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #2F2F8F;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .sub-header .search-bar input {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
  margin-left: 5px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
header .sub-header .search-bar .search-form-block form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .sub-header .search-bar .close-search {
  cursor: pointer;
}
header .sub-header .search-bar ::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #a5a5a5;
  text-transform: capitalize;
}
header .sub-header .search-bar .close-img {
  cursor: pointer;
}
header .form-select {
  background-image: url("../images/down-arrow.svg");
  background-size: 11px;
  background-position: right 2px center;
  background-repeat: no-repeat;
  border: none;
  height: auto;
  background-color: transparent;
}
header .nice-select {
  line-height: 27px;
  height: 32px;
  padding: 0;
  width: 80px;
  border: 0;
  display: inline-flex;
  align-items: center;
  border: none;
}
@media (max-width: 767px) {
  header .nice-select {
    width: 70px;
  }
}
header .nice-select .current {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
header .nice-select:focus {
  background-color: transparent;
  box-shadow: none;
  outline: none;
  border: none;
}
header .nice-select::after {
  display: none;
}

.header-shadow {
  box-shadow: 0px 0.2rem 1.5rem rgba(0, 0, 0, 0.15);
  transition: all 300ms ease-in;
  background-color: #fff;
}

.nav-link > .rotate-arrow {
  transition: 0.3s all;
  transform: rotate(0deg);
  font-size: 10px;
  margin-left: 3px;
  color: #b5b5b5;
}
@media screen and (min-width: 991px) {
  .nav-link > .rotate-arrow {
    margin-left: 5px;
  }
}

.sub-menu-height {
  height: auto !important;
  padding-top: 6px !important;
}

@media screen and (min-width: 991px) {
  .nav-link:hover .rotate-arrow {
    transition: 0.3s all;
    transform: rotate(-180deg);
  }
}

/**********************
header section scss end
***********************/
/* *****************
Hero Slider SCSS Start
********************/
.hero-slider-wrapper {
  width: 100%;
  position: relative;
  /* margin-top: 161px; */
  /* margin-top: 204px; */
  height: 100%;
}
@media (max-width: 991px) {
  .hero-slider-wrapper {
    /* margin-top: 93px; */
    height: 100%;
  }
}
@media (max-width: 576px) {
  .hero-slider-wrapper {
    /* margin-top: 83px; */
    height: 100%;
  }
}
.hero-slider-wrapper img {
  display: block;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
.hero-slider-wrapper .hero-mob-slider img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 991px) {
  .hero-slider-wrapper .hero-mob-slider img {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 0;
    object-fit: cover;
  }
}
@media (max-width: 576px) {
  .hero-slider-wrapper .hero-mob-slider img {
    height: 100%;
  }
}

/* *****************
Hero Slider SCSS end
********************/
/* ********************
owl carousel scss start
***********************/
.owl-prev,
.owl-next {
  display: none !important;
}

.prev-btn,
.next-btn {
  width: 34px;
  height: 34px;
  border-radius: 50% !important;
  margin: 0 !important;
  background: rgba(35, 31, 32, 0.4) !important;
  border: 1px solid #FFFFFF !important;
  position: absolute;
  z-index: 124;
  padding: 0;
  font-size: 8px;
  line-height: 46px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .prev-btn,
  .next-btn {
    display: flex !important;
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 991px) {
  .prev-btn,
  .next-btn {
    display: flex !important;
    width: 28px;
    height: 28px;
  }
}
.prev-btn:hover,
.next-btn:hover {
  background-color: #2F2F8F !important;
}

.owl-nav,
.btn-wrap {
  display: block !important;
  margin-top: 0 !important;
  position: absolute;
  top: calc(50% - 20px);
  width: 100%;
  margin: 0 auto;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 1250px) {
  .owl-nav,
  .btn-wrap {
    text-align: center;
    z-index: 150;
    margin-top: 16px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
  }
}

.next-btn {
  position: absolute;
  right: 20px;
  background: rgba(35, 31, 32, 0.4) !important;
  border: 1px solid #FFFFFF !important;
  transition: all 300ms ease-in;
}
@media screen and (max-width: 1250px) {
  .next-btn {
    right: 20px;
    position: static !important;
  }
}
@media (max-width: 991px) {
  .next-btn span {
    font-size: 12px;
  }
}

.prev-btn {
  position: absolute;
  left: 20px;
  background: rgba(35, 31, 32, 0.4) !important;
  border: 1px solid #FFFFFF !important;
  transition: all 300ms ease-in;
}
@media screen and (max-width: 1250px) {
  .prev-btn {
    position: static !important;
    left: 20px;
    margin-right: 14px !important;
  }
}
@media (max-width: 991px) {
  .prev-btn span {
    font-size: 12px;
  }
}

/* ********************
owl carousel scss end
***********************/
/* *****************
Announcement SCSS Start
********************/
.announcement {
  position: relative;
}
.announcement .announce-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  gap: 0;
  background-color: #22227b;
}
.announcement .announce-wrapper .announce-block-group {
  width: max-content;
  animation: marquee 25s linear infinite;
}
@media (max-width: 1024px) {
  .announcement .announce-wrapper .announce-block-group {
    animation: marqueetab 25s linear infinite;
  }
}
@media (max-width: 576px) {
  .announcement .announce-wrapper .announce-block-group {
    animation: marqueemobile 25s linear infinite;
  }
}
.announcement .announce-wrapper .announce-inner {
  display: block;
  width: 200%;
  position: absolute;
}
.announcement .announce-wrapper .announce-block {
  padding: 14px;
}
.announcement .announce-wrapper .announce-block:nth-child(even) {
  background-color: #2F2F8F;
}
.announcement .announce-wrapper .announce-block:nth-child(odd) {
  background-color: #22227b;
}
.announcement .announce-wrapper p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.announcement .announce-wrapper p:nth-child(even) {
  background-color: #2F2F8F;
}
.announcement .announce-wrapper p:nth-child(odd) {
  background-color: #22227b;
}
@media (max-width: 991px) {
  .announcement .announce-wrapper p {
    font-size: 14px;
    height: 44px;
  }
}
.announcement .announce-wrapper marquee {
  margin-left: 182px;
  height: 52px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .announcement .announce-wrapper marquee {
    font-size: 12px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .announcement .announce-wrapper marquee {
    margin-left: 0;
  }
}
.announcement .announce-block {
  display: inline-block;
}
.announcement .announce-title {
  background: #ed1d24;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 180px;
  padding: 11px 15px;
  position: absolute;
  left: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .announcement .announce-title {
    padding: 7px 15px;
  }
}
@media (max-width: 767px) {
  .announcement .announce-title {
    display: none;
  }
}
.announcement .announce-title span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.announcement .announce-title h6 {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
}
.announcement .announce-title::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: inherit;
  position: absolute;
  right: -5px;
  background-color: #ed1d24;
  transform: rotate(45deg);
}
@keyframes marqueemobile {
  0% {
    transform: translateX(13%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marqueetab {
  0% {
    transform: translateX(30%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(65%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* *****************
Announcement SCSS end
********************/
/* *****************
FAQ Section Start
********************/
.faq {
  background-color: #f5f5f9;
}
.faq .card-accordion .accordion .accordion-item {
  border-color: #e0e0e0 !important;
  border-width: 0 !important;
  border-style: solid;
  border-radius: 5px !important;
}
.faq .card-accordion .accordion .accordion-item:first-child {
  border-top: 0;
}
.faq .card-accordion .accordion .accordion-item:not(:last-child) {
  margin-bottom: 15px;
}
.faq .card-accordion .accordion .accordion-item .accordion-header .accordion-button {
  padding: 15px 15px;
  background-color: transparent;
  font-size: 18px;
  color: #000;
  display: inline-flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .faq .card-accordion .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 22px;
    padding: 12px;
  }
}
.faq .card-accordion .accordion .accordion-item .accordion-header .accordion-button span {
  color: #2F2F8F;
}
.faq .card-accordion .accordion .accordion-item .accordion-header .accordion-button p {
  margin: 0;
}
@media (max-width: 991px) {
  .faq .card-accordion .accordion .accordion-item .accordion-header .accordion-button {
    width: 90%;
  }
}
.faq .card-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none !important;
  border: none !important;
}
.faq .card-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
  width: 24px;
  height: 24px;
  background-color: #f5f5f9;
  border-radius: 50%;
  border: 1px solid #2F2F8F;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "+";
  font-size: 14px;
  line-height: 0;
  color: #2F2F8F;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0;
  position: absolute;
  right: 15px;
  top: calc(50% - 12px);
}
@media (max-width: 1199px) {
  .faq .card-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
    right: 14px;
    left: auto;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .faq .card-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
    right: -56px;
  }
}
@media (max-width: 767px) {
  .faq .card-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
    right: -40px;
  }
}
@media (max-width: 576px) {
  .faq .card-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
    right: calc(0% - 42px);
  }
}
@media (max-width: 480px) {
  .faq .card-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
    right: calc(0% - 20px);
  }
}
.faq .card-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
.faq .card-accordion .accordion .accordion-item .accordion-collapse {
  border-bottom: none;
}
.faq .card-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 16px;
  border-top: 1px solid #e0e0e0;
}
.faq .card-accordion .accordion .accordion-item .accordion-collapse .accordion-body p:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .faq .card-accordion .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-size: 14px;
    line-height: 20px;
  }
}
.faq .card-accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f068" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  color: #fff !important;
  background-color: #2F2F8F !important;
  box-shadow: none !important;
}
.faq .card-accordion .accordion-button:not(.collapsed) {
  color: #2F2F8F !important;
}
.faq .card-accordion .accordion-button:not(.collapsed) {
  background: transparent !important;
  color: #000;
  box-shadow: none;
  border-radius: 5px 5px 0 0;
}
.faq .download-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .faq .download-btn {
    font-size: 14px;
    padding: 6px 14px;
  }
}

/* *****************
FAQ Section End
********************/
/* *****************
Other Website Start
********************/
.other-website {
  background-image: url(../images/about-pattern.svg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.other-website .website-block {
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 20px;
  background-color: #fff;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.other-website .website-block img {
  max-width: 100%;
  height: auto;
}
.other-website h3 {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin: 10px 0 0;
}

/* *****************
Other Website End
********************/
/* *****************
RTI Section Start
********************/
.rti {
  background-image: url("../images/rti-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}
.rti .rti-content {
  text-align: center;
}
.rti .rti-content h2 {
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .rti .rti-content h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1280px) {
  .rti .rti-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .rti .rti-content h2 {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
.rti .rti-content p {
  color: #fff;
}
.rti .rti-content p:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .rti .rti-content p {
    font-size: 14px;
  }
}
.rti .rti-buttons {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .rti .rti-buttons {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
  }
}
.rti .rti-buttons .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 35px;
  padding: 7px 16px;
}
@media (max-width: 767px) {
  .rti .rti-buttons .btn {
    font-size: 14px;
    padding: 6px 14px;
  }
}
.rti .rti-buttons .btn-english {
  background-color: #fff;
  color: #2F2F8F;
}
.rti .rti-buttons .dropdown-toggle::after {
  content: "";
  background-image: url("../images/white-down-arrow.svg");
  margin: 0px 0px 0 5px;
  border: none;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 0px center;
  vertical-align: middle;
  width: 10px;
  height: 16px;
}
.rti .rti-buttons .dropdown-menu {
  width: 100%;
  min-width: max-content;
  padding: 10px 12px;
}

.rti .rti-buttons .dropdown-menu li {
  padding: 4px 0px;
}

.rti .rti-buttons .dropdown-menu .dropdown-item {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 0;
  transition: all 300ms ease;
  background-color: transparent;
}

.rti .rti-buttons .dropdown-menu li:first-child {
  padding-top: 0;
}

.rti .rti-buttons .dropdown-menu li:last-child {
  padding-bottom: 0;
}

.rti .rti-buttons .dropdown-menu .dropdown-item:hover {
  color: #2F2F8F;
  transition: all 300ms ease;
}

.rti::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4392156863);
  z-index: -1;
}

.rti .rti-buttons .rti-btn {
  transition: all 300ms ease;
}

.rti .rti-buttons .rti-btn:hover {
  background-color: #fff;
  color: #22227b;
  transition: all 300ms ease;
}

/* *****************
RTI Section End
********************/
/* *****************
Footer Page Start
********************/
footer {
  background-color: #2F2F8F;
  padding: 40px 0;
}
@media (max-width: 767px) {
  footer {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 1199px) {
  footer .footer-logo img {
    width: 120px;
  }
}
@media (max-width: 1024px) {
  footer .footer-logo img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  footer .footer-logo img {
    width: 80px;
  }
}
footer .social-block{
  margin-top: 20px;
}
footer .footer-title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  display: block;
  margin-bottom: 15px;
}
footer .social-title {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  footer .footer-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  footer .footer-links {
    margin-bottom: 10px;
  }
}
footer .footer-links ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  footer .footer-links ul li:not(:last-child) {
    margin-bottom: 6px;
  }
}
footer .footer-links ul li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  opacity: 0.8;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  footer .footer-links ul li a {
    font-size: 14px;
  }
}
footer .footer-links ul li a:hover, footer .footer-links ul li a.active {
  opacity: 1;
  transition: all 300ms ease;
}
footer .footer-contact ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer-contact ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .footer-contact ul li:last-child {
  align-items: flex-start;
}
footer .footer-contact ul li span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  background-color: #44449a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  footer .footer-contact ul li span {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  footer .footer-contact ul li span svg,
  footer .footer-contact ul li span path {
    height: 12px;
    width: 10px;
  }
}
footer .footer-contact ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  transition: all 300ms ease;
  text-decoration: none;
  gap: 10px;
}
@media (max-width: 767px) {
  footer .footer-contact ul li a {
    font-size: 14px;
  }
}
footer .footer-contact ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 767px) {
  footer .footer-contact ul li p {
    font-size: 14px;
  }
}
footer .footer-contact ul li:hover span {
  background-color: #fff;
  transition: all 300ms ease;
}
footer .footer-contact ul li:hover span svg,
footer .footer-contact ul li:hover span path {
  fill: #2F2F8F;
}
footer .update-visitors-flex .update {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  footer .update-visitors-flex .update {
    flex: 1;
  }
}
footer .update-visitors-flex .update .update-block {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
footer .update-visitors-flex .update .update-block span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  background-color: #44449a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  footer .update-visitors-flex .update .update-block span {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  footer .update-visitors-flex .update .update-block span svg,
  footer .update-visitors-flex .update .update-block span path {
    height: 12px;
    width: 10px;
  }
}
@media (max-width: 767px) {
  footer .update-visitors-flex .update .update-block span img {
    height: 11px;
  }
}
footer .update-visitors-flex .update .update-block p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  footer .update-visitors-flex .update .update-block p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  footer .update-visitors-flex .visitors {
    flex: 1;
  }
}
footer .update-visitors-flex .visitors .visitors-digits {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
footer .update-visitors-flex .visitors .visitors-digits span {
  width: 30px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  background-color: #44449a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 767px) {
  footer .update-visitors-flex .visitors .visitors-digits span {
    width: 24px;
    height: 34px;
    font-size: 16px;
  }
}
footer .update-visitors-flex .visitors p {
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  color: #fff;
  margin: 10px 0 0;
}
footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .social-ul {
  list-style-type: none;
  padding-left: 0;
  margin: 20px 0 0;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  footer .social-ul {
    margin-bottom: 10px;
  }
}
footer .social-ul li {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
footer .social-ul li:not(:last-child) {
  margin-right: 6px;
}
footer .social-ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #383888;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}
@media (max-width: 1399px) {
  footer .social-ul li a {
      width: 26px;
      height: 26px;
  }
    footer .social-ul li a svg{
      width: 11px;
      height: 11px;
    }
}
footer .social-ul li a:hover {
  transition: all 300ms ease;
  background-color: #fff;
}
footer .social-ul li a:hover svg,
footer .social-ul li a:hover path {
  fill: #2F2F8F;
}

.copyright {
  background-color: #22227b;
  padding: 16px 0;
}
.copyright p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
@media (max-width: 991px) {
  .copyright p {
    text-align: center;
    font-size: 14px;
  }
}
.copyright .update-line {
  font-weight: 300;
  text-align: end;
}
@media (max-width: 991px) {
  .copyright .update-line {
    text-align: center;
  }
}

/* *****************
Footer Page End
********************/
/* *************************
Breadcrumb Design SCSS Start
****************************/
.breadcrumb {
  margin-bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  /* margin-top: 165px; */
  margin-top: 0;
}
/* @media (max-width: 1280px) {
  .breadcrumb {
    margin-top: 161px;
  }
}
@media (max-width: 991px) {
  .breadcrumb {
    margin-top: 94px;
  }
}
@media (max-width: 576px) {
  .breadcrumb {
    margin-top: 84px;
  }
} */
.breadcrumb.download-breadcrumb {
  background-image: url("../images/download-bg.webp");
}
.breadcrumb.list-breadcrumb {
  background-image: url("../images/list-bg.webp");
}
.breadcrumb.contact-breadcrumb {
  background-image: url("../images/contact-bg.webp");
}
.breadcrumb.about-breadcrumb {
  background-image: url("../images/about-bg.webp");
}
.breadcrumb.news-breadcrumb {
  background-image: url("../images/news-bg.webp");
}
.breadcrumb.exam-breadcrumb {
  background-image: url("../images/exam-bg.webp");
}
.breadcrumb.privacy-breadcrumb {
  background-image: url("../images/privacy-policy.webp");
}
.breadcrumb.terms-breadcrumb {
  background-image: url("../images/terms.webp");
}
.breadcrumb.result-breadcrumb {
  background-image: url("../images/result-bg.webp");
}
.breadcrumb.knowledge-breadcrumb {
  background-image: url("../images/knowledge-breadcrumb.webp");
}
.breadcrumb.archive-news-breadcrumb {
  background-image: url("../images/archive-news-bread.webp");
}
.breadcrumb.archive-result-breadcrumb {
  background-image: url("../images/archive-result-bread.webp");
}
.breadcrumb.archive-exam-breadcrumb {
  background-image: url("../images/archive-exam-bread.webp");
}
.breadcrumb::after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.breadcrumb .bread-content {
  text-align: center;
}
.breadcrumb .bread-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.breadcrumb .bread-content ul li {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.breadcrumb .bread-content ul li:not(:last-child) {
  margin-right: 20px;
}
.breadcrumb .bread-content ul li:not(:last-child)::after {
  content: "/";
  position: absolute;
  margin: 0 10px;
  color: #fff;
  font-size: 20px;
  right: -26px;
}
.breadcrumb .bread-content ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  transition: all 300ms ease;
  text-transform: capitalize;
}
.breadcrumb .bread-content ul li a.active {
  color: #fff;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  .breadcrumb .bread-content ul li a {
    font-size: 14px;
  }
}
.breadcrumb .bread-content h1 {
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 1440px) {
  .breadcrumb .bread-content h1 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .breadcrumb .bread-content h1 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .breadcrumb .bread-content h1 {
    font-size: 24px;
  }
}

/* *************************
Breadcrumb Design SCSS End
****************************/
/* *****************
List Page SCSS Start
********************/
.list {
  background-color: #f5f5f9;
  background-image: url(../images/about-pattern.svg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.list .list-section {
  margin-bottom: 15px;
}
.list .list-section span {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.list .list-section span::after {
  content: "";
  color: #e0e0e0;
  background-color: #e0e0e0;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 26px;
  width: 100%;
}
@media (max-width: 768px) {
  .list .list-section span::after {
    width: calc(100% - 30px);
  }
}

.list-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #fff;
}
@media (max-width: 480px) {
  .list-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px;
    gap: 10px;
  }
}
.list-wrapper h6 {
  font-weight: 500;
}
.list-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0;
}
.list-wrapper ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-wrapper ul li:not(:last-child) {
  margin-bottom: 10px;
}
.list-wrapper ul li:last-child {
  align-items: flex-start;
}
.list-wrapper ul li span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  .list-wrapper ul li span {
    width: 24px;
    height: 24px;
  }
}
.list-wrapper ul li span svg,
.list-wrapper ul li span path {
  fill: #2F2F8F;
  height: 12px;
  width: 12px;
}
.list-wrapper ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  display: inline-flex;
  align-items: center;
  transition: all 300ms ease;
  text-decoration: none;
  gap: 10px;
  text-wrap: wrap;
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 767px) {
  .list-wrapper ul li a {
    font-size: 14px;
  }
}
.list-wrapper ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 767px) {
  .list-wrapper ul li p {
    font-size: 14px;
  }
}
.list-wrapper ul li a:hover {
  transition: all 300ms ease;
  color: #2F2F8F;
}
.list-wrapper ul li a:hover span {
  background-color: #2F2F8F;
}
.list-wrapper ul li a:hover span svg,
.list-wrapper ul li a:hover span path {
  fill: #fff;
}
.list-wrapper .list-content {
  padding-top: 6px;
}
.list-wrapper .list-image {
  border-radius: 5px;
  width: 200px;
  height: 150px;
}
@media (max-width: 480px) {
  .list-wrapper .list-image {
    width: 100%;
    height: 100%;
  }
}
.list-wrapper .list-image img {
  border-radius: 5px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 480px) {
  .list-wrapper .list-image img {
    height: 100%;
  }
}

.list-blocks {
  margin: 30px 0;
}
.list-blocks:first-child {
  margin-top: 0;
}
.list-blocks:last-child {
  margin-bottom: 0;
}

/* ***************
List Page SCSS End
******************/
/* *****************
Contact Page SCSS Start
********************/
.contact-page .contact-detail ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-page .contact-detail ul li {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 767px) {
  .contact-page .contact-detail ul li {
    align-items: flex-start;
  }
}
.contact-page .contact-detail ul li:not(:last-child) {
  margin-bottom: 16px;
}
.contact-page .contact-detail ul li span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f9;
  flex-shrink: 0;
  transition: all 300ms ease;
}
@media (max-width: 1280px) {
  .contact-page .contact-detail ul li span {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 1024px) {
  .contact-page .contact-detail ul li span {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1280px) {
  .contact-page .contact-detail ul li span svg,
  .contact-page .contact-detail ul li span path {
    height: 16px;
    width: 16px;
  }
}
@media (max-width: 1024px) {
  .contact-page .contact-detail ul li span svg,
  .contact-page .contact-detail ul li span path {
    height: 16px;
    width: 16px;
  }
}
.contact-page .contact-detail ul li a {
  text-decoration: none;
    transition: all 300ms ease;
    display: inline-flex;
    align-items: center;
    gap: 14px;
}
@media (max-width: 767px) {
  .contact-page .contact-detail ul li p {
    font-size: 16px;
  }
}
.contact-page .contact-detail ul li:hover a {
  color: #2F2F8F;
  transition: all 300ms ease;
}
.contact-page .contact-detail ul li:hover span {
  background-color: #2F2F8F;
  transition: all 300ms ease;
}
.contact-page .contact-detail ul li:hover span svg,
.contact-page .contact-detail ul li:hover span path {
  fill: #fff;
}
.contact-page .contact-map {
  height: 100%;
}
.contact-page .contact-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.important {
  background-color: #fef4f4;
}
.important .important-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.important span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ED1D24;
}
@media (max-width: 1280px) {
  .important span {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 1024px) {
  .important span {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1280px) {
  .important span svg,
  .important span path {
    height: 16px;
  }
}
@media (max-width: 1024px) {
  .important span svg,
  .important span path {
    height: 16px;
  }
}
@media (max-width: 1440px) {
  .important h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .important h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .important h2 {
    font-size: 24px;
  }
}
.important p {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .important p {
    font-size: 14px;
    line-height: 20px;
  }
}
.important.vision-mission {
  background-color: #22227b;
}
.important.vision-mission p {
  color: #fff;
  opacity: 0.8;
}
.important.vision-mission h2 {
  color: #fff;
}
.important.vision-mission span {
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  background-color: #44449a;
}

/* ******************
Contact Page SCSS End
********************/
/* *****************
About Page SCSS Start
********************/
.shadow-block {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  padding: 14px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .shadow-block {
    padding: 12px;
  }
}
.shadow-block:not(:last-child) {
  margin-bottom: 16px;
}

.jurisdiction .jurisdiction-content span {
  display: inline-block;
}
@media (max-width: 767px) {
  .jurisdiction .jurisdiction-content span {
    font-size: 14px;
    line-height: 20px;
  }
}
.jurisdiction .section-title-content p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.jurisdiction .section-title-content p a {
  font-weight: 400;
  text-decoration: none;
  color: #2F2F8F;
}
.jurisdiction .division-block {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  padding: 5px;
}
.jurisdiction .no-division .click-btn,
.no-division ~ .click-btn{
  display: none !important;
}
.jurisdiction .division-block .division-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
@media (max-width: 767px) {
  .jurisdiction .division-block .division-content {
    gap: 8px;
  }
}
.jurisdiction .division-block .division-image {
  border-radius: 5px;
    background-color: #f5f5f9;
    width: 110px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
}
@media (max-width: 767px) {
  .jurisdiction .division-block .division-image {
    width: 90px;
    height: 70px;
  }
}
.jurisdiction .division-block .division-image img {
  border-radius: 5px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.jurisdiction .division-block .division-image .img-60 {
  width: 60px;
  height: 60px;
  border: 0;
}
.jurisdiction .division-block h6 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 0;
  flex: 0 0 50%;
}
@media (max-width: 1399px) {
  .jurisdiction .division-block h6,.jurisdiction .division-block .division-content .division-links a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .jurisdiction .division-block h6,.jurisdiction .division-block .division-content .division-links a {
    font-size: 14px;
    line-height: 18px;
  }
}
.jurisdiction .division-block .click-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f9;
  flex-shrink: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  padding: 0 !important;
  transition: all 300ms ease;
}
.jurisdiction .division-block .click-btn svg,
.jurisdiction .division-block .click-btn path {
  fill: #2F2F8F;
}
@media (max-width: 1024px) {
  .jurisdiction .division-block .click-btn {
    width: 24px;
    height: 24px;
    right: 12px;
  }
}
.jurisdiction .division-block .division-content .division-links {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .jurisdiction .division-block .division-content .division-links {
     width: 50%;
    }
}
.jurisdiction .division-block .division-content .division-links a:first-child {
  color: #000;
  margin-bottom: 3px;
}
.jurisdiction .division-block .division-content .division-links a {
  color: #2F2F8F;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}
@media (max-width: 1399px) {
  .jurisdiction .division-block .division-content .division-links a {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .jurisdiction .division-block .division-content .division-links a {
    font-size: 14px;
    line-height: 20px;
  }
}
.jurisdiction .division-block .division-content .division-links:hover + .click-btn {
  background-color: #2F2F8F;
  transition: all 300ms ease;
}
.jurisdiction .division-block .division-content .division-links:hover + .click-btn svg,
.jurisdiction .division-block .division-content .division-links:hover + .click-btn path {
  fill: #fff;
}

.recruitment,
.structure {
  background-color: #f5f5f9;
}

.structure p {
  margin-bottom: 20px;
  text-align: center;
}
.structure h5 {
  text-transform: capitalize;
  font-weight: 500;
}
.about-icons {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2F2F8F;
  background-color: #f5f5f9;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .about-icons {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 1024px) {
  .about-icons {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1280px) {
  .about-icons svg,
  .about-icons path {
    height: 16px;
  }
}
@media (max-width: 1024px) {
  .about-icons svg,
  .about-icons path {
    height: 16px;
  }
}

.about-content h5 {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin: 0 0 0;
}
@media (max-width: 767px) {
  .about-content h5 {
    font-size: 16px;
    margin: 0;
  }
}
.about-content span {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin: 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .about-content span {
    font-size: 14px;
    line-height: 19px;
  }
}

.about-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.about-text {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 10px 12px;
  position: absolute;
  bottom: 35px;
  left: calc(25% - 20px);
  top: auto;
  width: 350px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .about-text {
    padding: 10px;
    width: 220px;
    bottom: 26px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.about-text h4 {
  font-weight: 700;
  font-size: 40px;
  color: #2F2F8F;
  margin-bottom: 0;
}
@media (max-width: 1536px) {
  .about-text h4 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .about-text h4 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .about-text h4 {
    font-size: 22px;
    margin-bottom: 4px;
  }
}
@media (max-width: 576px) {
  .about-text h4 {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.about-text p {
  font-weight: 500;
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 0;
  display: inline-block;
  line-height: 20px;
  border-left: 1px solid #e0e0e0;
  padding-left: 10px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .about-text p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    border: 0;
  }
}
@media (max-width: 768px) {
  .about-text p {
    font-size: 12px;
    line-height: 16px;
  }
}
.about {
  background-image: url("../images/about-pattern.svg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.about .about-content h2 {
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .about .about-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .about .about-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .about .about-content h2 {
    font-size: 24px;
  }
}
.about .about-content p:not(:last-child) {
  margin-bottom: 16px;
}
.about .about-flex {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .about .about-flex {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .about .about-flex .about-icons {
    margin-top: 4px;
  }
}

/* *****************
About Page SCSS End
********************/
/* *****************
News Page SCSS Start
********************/
.news-update {
  background-color: #f5f5f9;
}
.news-update .filter {
  position: sticky;
  top: 180px;
}
@media screen and (max-width:1199px) {
.news-update .filter {
    position: static;
  }
}
.news-update.news-page {
  background-image: url(../images/about-pattern.svg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.news-update.knowledge-center {
  background-image: url(../images/about-pattern.svg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f5f5f9;
}
.news-update .home-tab-wrapper {
  /*height: 600px;
  overflow: scroll;
  overflow-x: hidden;
  padding-right: 10px;*/

  max-height: 600px;
  overflow: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
.knowledge-tab-wrapper{
  max-height: unset !important;
}
.news-update .news-update-content {
  width: 95%;
}
.news-update-content .para-content {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  display: block;
  line-height: 22px;
  margin-bottom: 4px;
}
@media (max-width: 768px){
  .news-update-content .para-content {
      font-size: 14px;
      line-height: 20px;
    }
}
@media (max-width: 1024px) {
  .news-update .news-update-content {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .news-update .news-update-content {
    width: 84%;
  }
}
.news-update .news-update-content > span {
  color: #000;
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f9;
  border-radius: 35px;
  border: 1px solid #e0e0e0;
  gap: 5px;
  padding: 4px 14px;
}
@media (max-width: 767px) {
  .news-update .news-update-content > span {
    font-size: 14px;
  }
}
.news-update .news-update-content a:hover .click-btn {
  background-color: #2F2F8F !important;
}
.news-update .news-update-content a:hover .click-btn svg,
.news-update .news-update-content a:hover .click-btn path {
  fill: #fff;
}
.news-update .news-update-content .badge-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}
.news-update .news-update-content .title-link:hover ~ .click-btn {
  background-color: #2F2F8F !important;
}

.news-update .news-update-content .title-link:hover ~ .click-btn svg,
.news-update .news-update-content .title-link:hover ~ .click-btn path {
  fill: #fff;
}
@media (max-width: 576px) {
  .news-update .news-update-content .badge-wrapper {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.news-update .news-update-content .badge-wrapper span {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #f5f5f9;
  border: 1px solid #e0e0e0;
  border-radius: 35px;
  padding: 1px 14px;
  width: auto;
  color: #000;
}
@media (max-width: 767px) {
  .news-update .news-update-content .badge-wrapper span {
    font-size: 14px;
    white-space: nowrap;
  }
}
.news-update .click-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f9;
  flex-shrink: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  padding: 0 !important;
}
.news-update .click-btn svg,
.news-update .click-btn path {
  fill: #2F2F8F;
}
@media (max-width: 1024px) {
  .news-update .click-btn {
    width: 24px;
    height: 24px;
  }
}
.news-update .news-update-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.news-update .title-link {
  font-weight: 500;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}
.news-update .title-link:hover {
  color: #2F2F8F;
}
@media (max-width: 768px) {
  .news-update .title-link {
    font-size: 16px;
  }
}
.news-update .para-link {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  display: block;
  line-height: 22px;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .news-update .para-link {
    font-size: 14px;
    line-height: 20px;
  }
}
.news-update .para-link:last-child, .news-update .para-link:last-of-type {
  margin: 0 0 4px;
}
.news-update .para-link:hover {
  color: #2F2F8F;
}
.news-update .para-link:hover ~ .click-btn {
  background-color: #2F2F8F !important;
}
.news-update .para-link:hover ~ .click-btn svg,
.news-update .para-link:hover ~ .click-btn path {
  fill: #fff;
}
.news-update .filter h5 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.news-update .filter .filters-block {
  padding: 16px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 16px;
  background-color: #fff;
}
.news-update .filter .filters-block h6 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.news-update .filter .filters-block label {
  margin-bottom: 12px;
}
.news-update .filter .filters-block label:last-child {
  margin-bottom: 0;
}
.news-update .filter .filters-block .more-btn {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.news-update .search-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .news-update .search-block {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}
.news-update .search-block p {
  color: #6C6C6C;
}
.news-update .search-block ::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #a5a5a5;
}
.news-update .search-block .search-form {
  position: relative;
}
.news-update .search-block .search-form .search-input {
  height: 40px;
  background-color: #fff;
  border-radius: 35px;
  text-indent: 35px;
  border: 1px solid #e0e0e0;
  outline: 0;
  position: relative;
  text-transform: capitalize;
  width: 250px;
}
@media (max-width: 480px) {
  .news-update .search-block .search-form .search-input {
    width: 100%;
  }
}
.news-update .search-block .search-form span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f9;
  z-index: 10;
}
.news-update .search-block .search-form::after {
  content: "";
  width: 34px;
  height: 95%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 1px;
  z-index: 2;
  border-radius: 35px 0px 0px 35px;
  left: 1px;
}
.news-update .view-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .news-update .view-btn {
    font-size: 14px;
    padding: 6px 14px;
  }
}
.news-update .steps-wrapper {
  position: relative;
}
.news-update .steps-wrapper .step-block {
  padding-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  position: relative;
}
.news-update .steps-wrapper .step-block span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  color: #2F2F8F;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .news-update .steps-wrapper .step-block span {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.news-update .steps-wrapper .step-block h6 {
  font-weight: 400;
  font-size: 16px;
  color: #2F2F8F;
  margin: 0 0 5px;
}
.news-update .steps-wrapper .step-block p {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  line-height: 20px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .news-update .steps-wrapper .step-block p {
    font-size: 14px;
  }
}
.news-update .steps-wrapper .step-block p:last-of-type {
  margin: 0;
}
.news-update .steps-wrapper .step-block p a {
  color: #2F2F8F;
  text-decoration: none;
}
.news-update .steps-wrapper .step-block::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #d9d9d9;
  left: 24px;
  top: 0;
  position: absolute;
  z-index: 0;
}
@media (max-width: 991px) {
  .news-update .steps-wrapper .step-block::after {
    left: 20px;
  }
}
.news-update .steps-wrapper .step-block:last-child::after {
  display: none;
}

.public-info {
  background-color: #22227b;
}
.public-info .publications {
  padding: 16px 0;
}
.public-info .publications .publication-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .public-info .publications .publication-block {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .public-info .publications .publication-block.stat-block {
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
}
.public-info .publications .publication-block p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 0.8;
  margin: 0 0 5px;
}
@media (max-width: 1024px) {
  .public-info .publications .publication-block p {
    font-size: 12px;
  }
}
.public-info .publications .publication-block h6 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 0;
}
@media (max-width: 1024px) {
  .public-info .publications .publication-block h6 {
    font-size: 14px;
  }
}
.public-info .publications .publication-block span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2d2d82;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .public-info .publications .publication-block span {
    width: 34px;
    height: 34px;
  }
}
.public-info .publications .publication-block span svg,
.public-info .publications .publication-block span path {
  fill: #fff;
}
@media (max-width: 1280px) {
  .public-info .publications .publication-block span svg,
  .public-info .publications .publication-block span path {
    height: 16px;
    width: 16px;
  }
}
@media (max-width: 1024px) {
  .public-info .publications .publication-block span svg,
  .public-info .publications .publication-block span path {
    height: 16px;
    width: 16px;
  }
}
.public-info .publications .publication-block .public-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  flex: 1;
}
.public-info .publications .publication-block .public-flex:last-child {
  margin-bottom: 0;
}
.public-info .publications .publication-block .public-flex .public-content.stat-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 376px) {
  .public-info .publications .publication-block .public-flex .public-content.stat-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.public-info .publications .publication-block .public-flex .public-content.stat-content p {
  font-weight: 300;
  opacity: 0.8;
  font-size: 18px;
  color: #fff;
  margin: 0;
}
@media (max-width: 992px) {
  .public-info .publications .publication-block .public-flex .public-content.stat-content p {
    font-size: 16px;
  }
}
@media (max-width: 376px) {
  .public-info .publications .publication-block .public-flex .public-content.stat-content p {
    white-space: nowrap;
    font-size: 14px;
  }
}
.public-info .publications .publication-block .public-flex .public-content.stat-content strong {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  opacity: 1;
}
@media (max-width: 992px) {
  .public-info .publications .publication-block .public-flex .public-content.stat-content strong {
    font-size: 16px;
  }
}
@media (max-width: 376px) {
  .public-info .publications .publication-block .public-flex .public-content.stat-content strong {
    font-size: 14px;
  }
}
.public-info .publications .publication-block .public-flex.stat-date p {
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 992px) {
  .public-info .publications .publication-block .public-flex.stat-date p {
    font-size: 14px;
  }
}

.nav {
  margin-bottom: 30px;
  border: 0;
  justify-content: center;
}
@media (max-width: 480px) {
  .nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
}
.nav .nav-item {
  border: 0;
}
.nav .nav-item:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 480px) {
  .nav .nav-item:not(:last-child) {
    margin-right: 0;
  }
}
.nav .nav-item .nav-link {
  padding: 0;
  border: 0;
  font-weight: 600;
  font-size: 34px;
  color: #6C6C6C;
  text-transform: capitalize;
  background-color: transparent;
  position: relative;
}
.nav .nav-item .link-black {
  color: #000 !important;
  text-decoration: none !important;
  cursor: default !important;
}
.nav .nav-item .link-black.active::after {
  display: none !important;
}
@media (max-width: 1440px) {
  .nav .nav-item .nav-link {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .nav .nav-item .nav-link {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .nav .nav-item .nav-link {
    font-size: 21px;
  }
}
.nav .nav-item .nav-link.active {
  color: #2F2F8F;
  border: 0;
}
.nav .nav-item .nav-link.active::after {
  display: block;
}
.nav .nav-item .nav-link::after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #2F2F8F;
}

/* *****************
News Page SCSS End
********************/
/* *****************
Exam Page SCSS Start
********************/
.exam {
  background-color: #f5f5f9;
  background-image: url("../images/about-pattern.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.exam #exam_frm,
.exam #result_frm {
  position: sticky;
  top: 180px;
}
@media screen and (max-width:1199px) {
  .exam #exam_frm,
    .exam #result_frm {
      position: static;
    }
}
.exam a {
  text-decoration: none;
  display: block;
}
.exam a:not(:last-child) {
  margin-bottom: 15px;
}
.exam .update-block {
  padding: 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  background-color: #fff;
}
.exam .update-block:not(:last-child) {
  margin-bottom: 15px;
}
.exam .update-block span {
  text-decoration: none;
  font-weight: 500;
  width: 85%;
  display: inline-block;
}
@media (max-width: 767px) {
  .exam .update-block span {
    font-size: 16px;
    line-height: 22px;
    width: 84%;
  }
}
.exam .update-block p {
  margin: 0;
  font-size: 16px;
  color: #6C6C6C;
  font-weight: 400;
}
@media (max-width: 767px) {
  .exam .update-block p {
    font-size: 14px;
    line-height: 20px;
  }
}
.exam .update-block .pdf-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-top: 2px;
}
.exam .update-block .pdf-block > p {
  font-size: 14px;
  font-weight: 400;
  color: #6C6C6C;
  margin: 0;
}
.exam .update-block .click-btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f9;
  flex-shrink: 0;
}
.exam .update-block .click-btn svg,
.exam .update-block .click-btn path {
  fill: #2F2F8F;
}
.exam .update-block > div {
  width: 84%;
}
.exam .update-block:hover span {
  color: #2F2F8F;
}
.exam .update-block:hover .click-btn {
  background-color: #2F2F8F;
}
.exam .update-block:hover .click-btn svg,
.exam .update-block:hover .click-btn path {
  fill: #fff;
}
.exam .update-block .badge-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .exam .update-block .badge-wrapper {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.exam .update-block .badge-wrapper span {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #f5f5f9;
  border: 1px solid #e0e0e0;
  border-radius: 35px;
  padding: 1px 12px;
  width: auto;
  color: #000;
}
@media (max-width: 767px) {
  .exam .update-block .badge-wrapper span {
    font-size: 14px;
    white-space: nowrap;
  }
}
.exam .update-block .badge-wrapper span.closed {
  color: #ED1D24;
  background-color: #fef4f4;
}

.exam .update-block .badge-wrapper span.open {
  color: #008000;
  background-color: #0080000D;
}

.exam .filter h5 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.exam .filter .filters-block {
  padding: 16px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 16px;
  background-color: #fff;
}
.exam .filter .filters-block h6 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.exam .filter .filters-block label {
  margin-bottom: 12px;
}
.exam .filter .filters-block label:last-child {
  margin-bottom: 0;
}
.exam .filter .filters-block span {
  display: inline-block;
  line-height: 20px;
}
.exam .search-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .exam .search-block {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}
.exam .search-block p {
  color: #6C6C6C;
}
.exam .search-block ::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #a5a5a5;
}
.exam .search-block .search-form {
  position: relative;
}
.exam .search-block .search-form .search-input {
  height: 40px;
  background-color: #fff;
  border-radius: 35px;
  text-indent: 35px;
  border: 1px solid #e0e0e0;
  outline: 0;
  position: relative;
  text-transform: capitalize;
  width: 250px;
}
@media (max-width: 480px) {
  .exam .search-block .search-form .search-input {
    width: 100%;
  }
}
.exam .search-block .search-form span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f9;
  z-index: 10;
}
.exam .search-block .search-form::after {
  content: "";
  width: 34px;
  height: 95%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 1px;
  z-index: 2;
  border-radius: 35px 0px 0px 35px;
  left: 1px;
}

/* *****************
Exam Page SCSS End
********************/
/* *****************
Exam-2 Page SCSS Start
********************/
.exam-detail-nav {
  background-color: #2F2F8F;
  padding: 30px 0;
  /*margin-top: 161px;*/
}
@media (max-width: 767px) {
  .exam-detail-nav {
    padding: 30px 12px;
  }
}
@media (max-width: 991px) {
  .exam-detail-nav {
    margin-top: 93px;
  }
}
@media (max-width: 576px) {
  .exam-detail-nav {
    margin-top: 83px;
  }
}
.exam-detail-nav .exam-detail-menu {
  text-align: center;
}
.exam-detail-nav .exam-detail-menu ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 6px;
}
.exam-detail-nav .exam-detail-menu ul li {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.exam-detail-nav .exam-detail-menu ul li:not(:last-child) {
  margin-right: 20px;
}
.exam-detail-nav .exam-detail-menu ul li:not(:last-child)::after {
  content: "/";
  position: absolute;
  margin: 0 10px;
  color: #fff;
  font-size: 20px;
  right: -26px;
}
.exam-detail-nav .exam-detail-menu ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  transition: all 300ms ease;
  text-transform: capitalize;
}
.exam-detail-nav .exam-detail-menu ul li a.active {
  color: #fff;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  .exam-detail-nav .exam-detail-menu ul li a {
    font-size: 14px;
  }
}
.exam-detail-nav .exam-detail-menu h1 {
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 1440px) {
  .exam-detail-nav .exam-detail-menu h1 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .exam-detail-nav .exam-detail-menu h1 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .exam-detail-nav .exam-detail-menu h1 {
    font-size: 24px;
  }
}
.exam-detail-nav .exam-detail-menu p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin: 15px 0 0;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .exam-detail-nav .exam-detail-menu p {
    font-size: 14px;
  }
}
.exam-detail-nav .exam-detail-menu span {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #393995;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  border-radius: 35px;
  padding: 2px 12px;
  margin: 15px 0 0;
  width: auto;
  color: #fff;
}

.exam-important {
  background-color: #fde8e9;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
}
.exam-important .exam-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .exam-important .exam-content {
    align-items: flex-start;
  }
}
.exam-important .exam-content span {
  background-color: #ED1D24;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .exam-important .exam-content span {
    margin-top: 4px;
  }
}
.exam-important .exam-content p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #ED1D24;
}
@media (max-width: 767px) {
  .exam-important .exam-content p {
    font-size: 14px;
  }
}

/* *****************
Exam-2 Page SCSS End
********************/
/* *************************
common checkbox design start
****************************/
.checkbox-outline-primary {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
}
.checkbox-outline-primary input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-outline-primary input:checked ~ .checkmark {
  background-color: #2F2F8F !important;
  border: 2px solid transparent !important;
}
.checkbox-outline-primary input:checked ~ .checkmark::after {
  display: block;
  border-color: #fff;
}
.checkbox-outline-primary span {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.checkbox-outline-primary .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.checkbox-outline-primary .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: -2px;
  right: 0;
  width: 6px;
  bottom: 0;
  margin: auto;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* **********************
common checkbox design end
************************/
/* *****************
scrollbar design start
********************/
.home-tab-wrapper::-webkit-scrollbar {
  width: 4px;
}

.home-tab-wrapper::-webkit-scrollbar-thumb {
  border-radius: 16px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #e0e0e0;
}

.home-tab-wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eee;
}

/* *****************
scrollbar design end
********************/
/* *****************
Terms & Privacy Start
********************/
.terms-block {
  background-image: url("../images/about-pattern.svg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f5f5f9;
}
.terms-block p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  margin-bottom: 16px;
}
.terms-block p:last-of-type {
  margin: 0;
}
.terms-block.no-data {
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.terms-block.no-data p {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  color: #000;
}

/* ****************
Terms & Privacy end
*******************/
/* ***********************
nice select design start
*************************/
.nice-select {
  background-color: transparent;
  font-size: 14px;
  padding: 9px 20px;
  color: #000;
  text-indent: 0;
  height: auto;
  width: 100%;
  text-indent: 0;
  line-height: 37px;
  float: none;
}
.nice-select .current {
  font-size: 14px;
  color: #6C6C6C;
  text-transform: capitalize;
}
.nice-select .list {
  width: 100%;
  height: auto;
  overflow-y: auto;
}
.nice-select .list .option {
  font-size: 14px;
  color: #000;
  margin: 0 0px;
  padding: 0px 10px 0;
  text-indent: 0;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 30px;
  min-height: 30px;
}
.nice-select .list .option:hover {
  background-color: rgba(0, 122, 255, 0.0823529412);
}
.nice-select .list .option:focus {
  background-color: rgba(0, 122, 255, 0.0823529412);
  color: #fff;
}
.nice-select .list .option:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.nice-select::after {
  display: none;
}

/* ***********************
nice select design end
*************************/
/* ***********************
404 Page design start
*************************/
.error-wrapper {
  background-image: url(../images/about-pattern.svg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.error-wrapper .logo {
  position: absolute;
  top: 40px;
}
@media (max-width: 991px) {
  .error-wrapper .logo {
    padding: 0 14px;
    top: 20px;
  }
}
.error-wrapper .logo img {
  height: 80px;
}
@media (max-width: 1399px) {
  .error-wrapper .logo img {
    height: 70px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .error-wrapper .logo img {
    height: 60px;
    width: 100%;
    object-fit: contain;
  }
}
.error-wrapper .error-content {
  text-align: center;
  width: 600px;
}
@media (max-width: 991px) {
  .error-wrapper .error-content {
    padding: 0 14px;
  }
}
.error-wrapper .error-content h1 {
  font-size: 250px;
  color: #2F2F8F;
  margin-bottom: 100px;
  font-weight: 600;
}
@media (max-width: 1536px) {
  .error-wrapper .error-content h1 {
    margin-bottom: 50px;
    font-size: 160px;
  }
}
@media (max-width: 1399px) {
  .error-wrapper .error-content h1 {
    margin-bottom: 40px;
    font-size: 130px;
  }
}
@media (max-width: 1024px) {
  .error-wrapper .error-content h1 {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .error-wrapper .error-content h1 {
    font-size: 80px;
  }
}
.error-wrapper .error-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #000;
}
@media (max-width: 768px) {
  .error-wrapper .error-content h2 {
    font-size: 20px;
  }
}
.error-wrapper .error-content p {
  font-weight: 300;
  font-size: 18px;
  color: #6C6C6C;
  margin: 0;
}
@media (max-width: 768px) {
  .error-wrapper .error-content p {
    font-size: 16px;
  }
}
.error-wrapper .error-content a {
  margin-top: 30px;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .error-wrapper .error-content a {
    font-size: 14px;
    padding: 6px 14px;
  }
}

/* ***********************
404 Page design end
*************************/
/* ***************************
Search Result Page design Start
******************************/
.search-result-breadcrumb {
  background-color: #2F2F8F;
  padding: 30px 0;
  margin-top: 165px;
}
@media (max-width: 767px) {
  .search-result-breadcrumb {
    padding: 30px 12px;
  }
}
@media (max-width: 991px) {
  .search-result-breadcrumb {
    margin-top: 93px;
  }
}
@media (max-width: 576px) {
  .search-result-breadcrumb {
    margin-top: 83px;
  }
}
.search-result-breadcrumb h1 {
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 1440px) {
  .search-result-breadcrumb h1 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .search-result-breadcrumb h1 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .search-result-breadcrumb h1 {
    font-size: 24px;
  }
}
.search-result-breadcrumb p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin: 15px 0 0;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .search-result-breadcrumb p {
    font-size: 14px;
  }
}

.search-result-wrapper {
  background-image: url(../images/about-pattern.svg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f5f5f9;
}
.search-result-wrapper .news-update-content {
  width: 90%;
}
@media (max-width: 1024px) {
  .search-result-wrapper .news-update-content {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .search-result-wrapper .news-update-content {
    width: 84%;
  }
}
.search-result-wrapper .news-update-content > span {
  color: #000;
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f9;
  border-radius: 35px;
  border: 1px solid #e0e0e0;
  gap: 5px;
  padding: 4px 14px;
}
@media (max-width: 767px) {
  .search-result-wrapper .news-update-content > span {
    font-size: 14px;
  }
}
.search-result-wrapper .news-update-content a:hover .click-btn {
  background-color: #2F2F8F !important;
}
.search-result-wrapper .news-update-content a:hover .click-btn svg,
.search-result-wrapper .news-update-content a:hover .click-btn path {
  fill: #fff;
}
.search-result-wrapper .click-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f9;
  flex-shrink: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  padding: 0 !important;
}
.search-result-wrapper .click-btn svg,
.search-result-wrapper .click-btn path {
  fill: #2F2F8F;
}
@media (max-width: 1024px) {
  .search-result-wrapper .click-btn {
    width: 24px;
    height: 24px;
  }
}
.search-result-wrapper .news-update-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.search-result-wrapper .title-link {
  font-weight: 500;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}
.search-result-wrapper .title-link:hover {
  color: #2F2F8F;
}
@media (max-width: 768px) {
  .search-result-wrapper .title-link {
    font-size: 16px;
  }
}
.search-result-wrapper .para-link {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  display: block;
  line-height: 22px;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .search-result-wrapper .para-link {
    font-size: 14px;
    line-height: 20px;
  }
}

.search-result-wrapper .para-link mark,mark {
  background-color: #ffff00;
  padding: 0;
}
.search-result-wrapper .para-link:last-child, .search-result-wrapper .para-link:last-of-type {
  margin: 0 0 4px;
}
.search-result-wrapper .para-link:hover {
  color: #2F2F8F;
}
.search-result-wrapper .para-link:hover ~ .click-btn {
  background-color: #2F2F8F !important;
}
.search-result-wrapper .para-link:hover ~ .click-btn svg,
.search-result-wrapper .para-link:hover ~ .click-btn path {
  fill: #fff;
}

/* ***************************
Search Result Page design end
******************************/
/**************************
Recruitment Page SCSS Start
**************************/
.recruitment {
  background-color: #f5f5f9;
  background-image: url(../images/about-pattern.svg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.recruitment .list-section {
  margin: 30px 0 15px;
}
.recruitment .list-section:first-child {
  margin-top: 0;
}
.recruitment .list-section span {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .recruitment .list-section span {
    font-size: 22px;
  }
}
.recruitment .list-section span::after {
  content: "";
  color: #e0e0e0;
  background-color: #e0e0e0;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 90px;
  width: calc(100% - 90px);
}
.recruitment .recruitment-wrapper .recruitment-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex: 1;
}
.recruitment .recruitment-wrapper .recruitment-flex .recruitment-icons {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2F2F8F;
  background-color: #f5f5f9;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .recruitment .recruitment-wrapper .recruitment-flex .recruitment-icons {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 1024px) {
  .recruitment .recruitment-wrapper .recruitment-flex .recruitment-icons {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1280px) {
  .recruitment .recruitment-wrapper .recruitment-flex .recruitment-icons svg,
  .recruitment .recruitment-wrapper .recruitment-flex .recruitment-icons path {
    height: 16px;
  }
}
@media (max-width: 1024px) {
  .recruitment .recruitment-wrapper .recruitment-flex .recruitment-icons svg,
  .recruitment .recruitment-wrapper .recruitment-flex .recruitment-icons path {
    height: 16px;
  }
}
.recruitment .recruitment-wrapper .recruitment-flex .recruitment-content h4 {
  font-weight: 400;
  font-size: 24px;
  color: #000;
  margin: 0;
}
@media (max-width: 1280px) {
  .recruitment .recruitment-wrapper .recruitment-flex .recruitment-content h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .recruitment .recruitment-wrapper .recruitment-flex .recruitment-content h4 {
    font-size: 20px;
    margin: 0;
  }
}
.recruitment .recruitment-wrapper .recruitment-flex .recruitment-content h5 {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin: 0 0 3px;
}
@media (max-width: 767px) {
  .recruitment .recruitment-wrapper .recruitment-flex .recruitment-content h5 {
    font-size: 16px;
    margin: 0;
  }
}
.recruitment .recruitment-wrapper .recruitment-flex .recruitment-content span {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin: 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .recruitment .recruitment-wrapper .recruitment-flex .recruitment-content span {
    font-size: 14px;
    line-height: 19px;
  }
}
.recruitment .recruitment-wrapper .recruitment-flex.active .recruitment-icons {
  background-color: #2F2F8F;
}
.recruitment .recruitment-wrapper .recruitment-flex.active .recruitment-icons svg,
.recruitment .recruitment-wrapper .recruitment-flex.active .recruitment-icons path {
  fill: #fff;
}
.recruitment .recruitment-wrapper .recruitment-flex.active .recruitment-content h5 {
  color: #2F2F8F;
}
.recruitment .recruitment-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .recruitment .recruitment-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/**************************
Recruitment Page SCSS End
**************************/
/**********************
Search Box SCSS start
***********************/
.ui-widget.ui-widget-content {
  border: 1px solid #e0e0e0;
  margin-top: 4px;
  border-radius: 5px;
  padding: 6px 10px;
}

.ui-menu .ui-menu-item-wrapper {
  text-transform: capitalize;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background-color: transparent;
  border: 1px solid transparent;
  color: #2F2F8F;
}

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

.ui-menu .ui-menu-item:last-child .ui-menu-item-wrapper {
  padding-bottom: 0;
}

/**********************
Search Box SCSS end
***********************/
.no-data {
  color: #000 !important;
}

.nosearch {
  background-color: #f5f5f9;
    background-image: url(../images/no-search.svg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}


.gt_selector {
  background-image: url(../images/down-arrow.svg);
  background-size: 11px;
  background-position: right 7px center;
  appearance: none;
  background-repeat:no-repeat;
  width: 85px !important;
}

.no-data-wrapper {
  width: 100%;
  box-shadow: 0px 0px 10px 0px #0000001A;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
}


.no-data-wrapper h6 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin: 20px 0 6px;
}


.no-data-wrapper p {
  font-size: 16px;
  font-weight: 300;
  color: #6c6c6c;
  margin: 0;
  text-align: center;
}


.no-data-wrapper span {
  border: 1px solid #e0e0e0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media screen and (max-width:1280px) {
  .no-data-wrapper {
    padding: 36px 0;
  }


  .no-data-wrapper span {
    width: 64px;
    height: 64px;
  }


  .no-data-wrapper h6 {
    margin: 16px 0 6px;
  }


  .no-data-wrapper span img {
    height: 30px;
  }
}

@media screen and (max-width:991px) {
.nosearch {
    padding: 50px 0;
  }
}

@media screen and (max-width:767px) {
  .no-data-wrapper {
    padding: 24px 0;
  }


  .no-data-wrapper span {
    width: 54px;
    height: 54px;
  }


  .no-data-wrapper h6 {
    margin: 16px 0 6px;
    font-size: 20px;
  }

    .nosearch {
      padding: 40px 0;
    }

  .no-data-wrapper span img {
    height: 24px;
  }
}

/*************************** New home slider CSS 31-01-24 ***********/
.hero-slider-wrapper .slider-content {
  position: relative;
}

.hero-slider-wrapper .slider-content .slider-content-wrapper {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1399px) {
  .hero-slider-wrapper .slider-content .slider-content-wrapper {
    width: auto;
  }
}

@media (max-width: 1199px) {
  .hero-slider-wrapper .slider-content .slider-content-wrapper {
    width: auto;
  }
}

@media (max-width: 768px) {
  .hero-slider-wrapper .slider-content .slider-content-wrapper {
    width: auto;
    left: 20px;
    /* transform: translate(0%, -50%); */
  }
}

@media (max-width: 600px) {
  .hero-slider-wrapper .slider-content .slider-content-wrapper {
    /*width: 66%;
    left: 50%;*/
    width: fit-content;
    left: 12px;
    top: 12px;
    transform: translate(0, 0);
    padding: 0;
    margin: 0 auto;
  }
}

.hero-slider-wrapper .slider-content .slider-content-wrapper .slider-content-block {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  /*width: 420px;*/
}

@media (max-width: 600px) {
  .hero-slider-wrapper .slider-content .slider-content-wrapper .slider-content-block {
    width: fit-content;
  }
}

.hero-slider-wrapper .slider-content .slider-content-wrapper .slider-content-block .slider-content-title {
  padding: 15px 10px;
}

@media (max-width: 768px) {
  .hero-slider-wrapper .slider-content .slider-content-wrapper .slider-content-block .slider-content-title {
    padding: 10px 16px;
  }
}

@media (max-width: 576px) {
  .hero-slider-wrapper .slider-content .slider-content-wrapper .slider-content-block .slider-content-title {
    padding: 8px 8px;
  }
}

.hero-slider-wrapper .slider-content .slider-content-wrapper .slider-content-block .division {
  padding: 10px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1254901961);
}

@media (max-width: 768px) {
  .hero-slider-wrapper .slider-content .slider-content-wrapper .slider-content-block .division {
    padding: 6px 16px;
  }
}

@media (max-width: 576px) {
  .hero-slider-wrapper .slider-content .slider-content-wrapper .slider-content-block .division {
    padding: 4px 8px;
  }
}

.hero-slider-wrapper .slider-content .slider-content-wrapper .slider-content-block h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .hero-slider-wrapper .slider-content .slider-content-wrapper .slider-content-block h2 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 576px) {
  .hero-slider-wrapper .slider-content .slider-content-wrapper .slider-content-block h2 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px;
  }
}

.hero-slider-wrapper .slider-content .slider-content-wrapper .slider-content-block p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  /* margin: 8px 0 0; */
  margin: 0px;
}

@media (max-width: 768px) {
  .hero-slider-wrapper .slider-content .slider-content-wrapper .slider-content-block p {
    font-size: 14px;
    line-height: 18px;
    margin: 4px 0 0;
  }
}

@media (max-width: 576px) {
  .hero-slider-wrapper .slider-content .slider-content-wrapper .slider-content-block p {
    font-size: 10px;
    line-height: 12px;
    margin: 0 0 0;
  }
}
/********************** End **********************/
.btn-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.site-redirect {
  background-color: #2F2F8F;
  padding: 10px 0;
  position: relative;
}

.newsite-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin: 0;
}

@media (max-width: 576px) {
  .newsite-info p {
      font-size: 12px;
      line-height: 16px;
    }
}

.newsite-content {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: 90%;
  justify-content: center;
}

.newsite-info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
} 

#site-close-popup {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: 0;
  outline: 0;
  background-color: transparent;
  position: absolute;
  right: 0;
}

@media (max-width: 767px) {
  #site-close-popup {
    position: static;
  }
    .newsite-info {
      align-items: flex-start;
      margin-top: 4px;
    }
}

@media (max-width: 576px) {
  .newsite-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.d-site-none {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 576px) {
  /* .hero-slider-wrapper .hero-mob-slider .slider-content-block {
    margin-bottom: 105px;
    margin-left: -45px;
  } */

  .hero-slider-wrapper .hero-mob-slider .slider-content-block h2 {
    font-size: 12px;
    line-height: 16px;
  }

  .hero-slider-wrapper .hero-mob-slider .slider-content-block p {
    line-height: 10px;
  }
}

/*
    Start of Styles used for Accessibility Widget
*/


.mr-left7 {
  margin-left: 7px !important
}

.mr-top15 {
  margin-top: 15px !important
}

.text-center {
  text-align: center
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

@-ms-viewport {
  width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important
}

@media (min-width: 1200px) {
  .visible-lg {
      display: block !important
  }
}

@media (max-width: 767px) {
  .hidden-xs {
      display: none !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
      display: none !important
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
      display: none !important
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
      display: none !important
  }
}

.hr {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  float: none;
  clear: both;
  height: 0
}

.push-center {
  margin: 0 auto !important;
  float: none
}

.full-width {
  width: 100% !important
}

.v-top {
  vertical-align: top
}

.v-middle {
  vertical-align: middle
}

.v-bottom {
  vertical-align: bottom
}

.v-super {
  vertical-align: super
}

.v-text {
  vertical-align: text-bottom
}

.v-sub {
  vertical-align: sub
}

.font-light {
  font-weight: lighter
}

.font-medium {
  font-weight: 500
}

.font-bold {
  font-weight: bold
}

.over-hidden {
  overflow: hidden
}

.over-y-hidden {
  overflow-y: hidden
}

.over-x-hidden {
  overflow-x: hidden
}

.over-scroll {
  overflow: scroll
}

.over-x-scroll {
  overflow-x: scroll
}

.over-y-scroll {
  overflow-y: scroll
}

.breakword {
  word-break: break-all
}

.lowercase {
  text-transform: lowercase
}

.uppercase {
  text-transform: uppercase
}

.capitalize {
  text-transform: capitalize
}

.ellips {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.border,
.newsBox {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1)
}

.border-info {
  -webkit-box-shadow: 0 0 0 1px lightblue;
  box-shadow: 0 0 0 1px lightblue
}

.border-error {
  -webkit-box-shadow: 0 0 0 1px red;
  box-shadow: 0 0 0 1px red
}

.border-success {
  -webkit-box-shadow: 0 0 0 1px lightgreen;
  box-shadow: 0 0 0 1px lightgreen
}

.radius3 {
  border-radius: 3px
}

.radius5 {
  border-radius: 5px
}

.radius10 {
  border-radius: 10px
}

.radius20 {
  border-radius: 20px
}

.radius-full {
  border-radius: 100%
}

.separator3 {
  min-height: 3px;
  clear: both;
  float: none;
  width: 100%
}

.separator5 {
  min-height: 5px;
  clear: both;
  float: none;
  width: 100%
}

.separator10 {
  min-height: 10px;
  clear: both;
  float: none;
  width: 100%
}

.separator15 {
  min-height: 15px;
  clear: both;
  float: none;
  width: 100%
}

.separator30 {
  min-height: 30px;
  clear: both;
  float: none;
  width: 100%
}

.separator50 {
  min-height: 50px;
  clear: both;
  float: none;
  width: 100%
}

.separator100 {
  min-height: 100px;
  clear: both;
  float: none;
  width: 100%
}

.hide {
  display: none !important
}

.show {
  display: inherit
}

.hidden {
  visibility: hidden
}

.visible {
  visibility: visible
}

.half-opacity {
  opacity: 0.5
}

.less-opacity {
  opacity: 0.75
}

.badge {
  padding: 0 5px;
  font-size: inherit
}

.badge-medium {
  padding: 3px 8px;
  font-size: 15px;
  font-size: inherit
}

.badge-large {
  padding: 6px 15px;
  font-size: 16.5px
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%
}

.overlay.overlay-dark {
  background-color: rgba(0, 0, 0, 0.65)
}

.overlay.overlay-light {
  background-color: rgba(255, 255, 255, 0.85)
}

@media screen and (min-width: 800px) {

  .mobile,
  .tablet {
      display: none
  }

  .desktop {
      display: inherit
  }
}

@media screen and (max-width: 800px) {

  .mobile,
  .desktop {
      display: none
  }

  .tablet {
      display: inherit
  }

  .line-tablet {
      width: 100%;
      margin: 0 auto
  }

  .nojq.mobile,
  #wpadminbar.mobile {
      display: block
  }
}

@media screen and (max-width: 400px) {

  .tablet,
  .desktop {
      display: none
  }

  .mobile {
      display: inherit
  }

  .line-mobile {
      width: 100%;
      margin: 0 auto
  }
}

.clear {
  clear: both;
  display: block
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: ""
}

.clearfix:after {
  clear: both
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: ""
}

.row:after {
  clear: both
}

.clear {
  clear: both;
  display: block
}

.clearfix:before {
  display: table;
  line-height: 0;
  content: ""
}

.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both
}

.row:before {
  display: table;
  line-height: 0;
  content: ""
}

.row:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
  padding: 15px
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0
}

.panel-group {
  margin-bottom: 20px
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px
}

.panel-group .panel+.panel {
  margin-top: 5px
}

.panel-group .panel-heading {
  border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #dddddd
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50)
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.affix {
  position: fixed
}

.box,
.newsBox {
  padding: 20px;
  overflow: hidden;
  margin: 15px 0
}

.box h2,
.newsBox h2 {
  font-size: 1.45em
}

.box h3,
.newsBox h3 {
  font-size: 1.25em
}

.box p:last-child,
.newsBox p:last-child {
  margin: 0
}

img.pull-right {
  padding-left: 20px;
  padding-bottom: 20px
}

img.pull-left {
  padding-right: 20px;
  padding-bottom: 20px
}

.textCenter {
  text-align: center
}

.textLeft {
  text-align: left
}

.textRight {
  text-align: right
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

table {
  border-collapse: separate;
  border-spacing: 0
}

td,
th {
  padding: 0
}

table {
  background-color: transparent
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left
}

th {
  text-align: left
}

table {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
  border: 1px solid #dddddd
}

table thead tr th,
table tbody tr th,
table tfoot tr th,
table thead tr td,
table tbody tr td,
table tfoot tr td {
  padding: 10px 15px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd
}

table thead tr th,
table tbody tr th,
table tfoot tr th {
  padding: 12px 15px
}

table tbody tr td {
  border-right: 1px solid #dddddd
}

table thead {
  background: #dddddd
}

table thead tr th {
  vertical-align: bottom
}

table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>td {
  border-top: 0
}

table th {
  font-weight: 600
}

table>tbody+tbody {
  border-top: 2px solid #dddddd
}

table table {
  background-color: #ffffff
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell
}

table>thead>tr>td.active,
table>tbody>tr>td.active,
table>tfoot>tr>td.active,
table>thead>tr>th.active,
table>tbody>tr>th.active,
table>tfoot>tr>th.active,
table>thead>tr.active>td,
table>tbody>tr.active>td,
table>tfoot>tr.active>td,
table>thead>tr.active>th,
table>tbody>tr.active>th,
table>tfoot>tr.active>th {
  background-color: #f5f5f5
}

#breadcrumb {
  width: 100%
}

.sub-header-wrapper ul,
.sub-header-wrapper ol,
#overflowMenu ul,
#overflowMenu ol,
.flex-direction-nav ul,
.flex-direction-nav ol,
.flexslider ul,
.flexslider ol,
.menuWrapper ul,
.menuWrapper ol,
#breadcrumb ul,
#breadcrumb ol,
.printShare ul,
.printShare ol,
.accordian ul,
.accordian ol,
.socialBox ul,
.socialBox ol {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0px
}

.sub-header-wrapper ul li,
.sub-header-wrapper ol li,
#overflowMenu ul li,
#overflowMenu ol li,
.flex-direction-nav ul li,
.flex-direction-nav ol li,
.flexslider ul li,
.flexslider ol li,
.menuWrapper ul li,
.menuWrapper ol li,
#breadcrumb ul li,
#breadcrumb ol li,
.printShare ul li,
.printShare ol li,
.accordian ul li,
.accordian ol li,
.socialBox ul li,
.socialBox ol li {
  list-style-type: none;
  padding-bottom: 0
}

[class^="list-style"],
[class*="list-style"],
.dateContainer,
.resp-tabs-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0px
}

[class^="list-style"] li,
[class*="list-style"] li,
.dateContainer li,
.resp-tabs-list li {
  padding-bottom: 0
}

.contrast table>thead>tr>th {
  background: #000000
}

hr {
  margin: 15px auto
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto
}

.equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.equal-height>[class^='col-'],
.equal-height>.equal-height-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.contrast .btn.btn-link {
  border: none
}

.trasnitionAll,
.trasnitionAll * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.contrast a:hover [class^="icon-"],
.contrast a:hover [class*=" icon-"] {
  text-decoration: none
}

.contrast [class^="icon-"]:hover,
.contrast [class*=" icon-"]:hover {
  text-decoration: none
}

.metaBox a:hover {
  color: #0453e4
}

.sitemap h1,
.sitemap h2 {
  margin: 0 0 15px
}

.page-template-default h2 {
  margin: 0 0 12px
}

.page-template-default h3 {
  margin: 0 0 8px
}

.box.bg-white label,
.bg-white.newsBox label {
  color: #363636;
  font-weight: 600;
  display: block;
  margin: 7px 0 5px
}

.box.bg-white br,
.bg-white.newsBox br {
  display: none
}

.push-right {
  float: right !important
}

.push-left {
  float: left !important
}

.center-content {
  text-align: center
}

.list-view .center-content {
  text-align: left
}

a {
  color: #946103
}

.bgSection {
  padding: 25px 0px
}

.gallerySection {
  padding: 50px 0px
}

.bgWrapper {
  background: #f4f4f4
}

.sub-header-wrapper #accessibility #accessibilityMenu .accessiblelinks ul li.highContrast.dark a {
  background: #000000;
  color: #ffffff;
  border: 1px solid #fff
}

.sub-header-wrapper #accessibility #accessibilityMenu .textSizing {
  padding: 7px 10px 6px
}

.sub-header-wrapper #accessibility #accessibilityMenu .textSizing ul li {
  margin: 0 5px 0 0
}

.sub-header-wrapper #accessibility #accessibilityMenu .textSizing ul li:last-child {
  margin: 0
}

.sub-header-wrapper #accessibility #accessibilityMenu .textSizing ul li a {
  line-height: normal;
  font-size: 0.8em;
  border: 1px solid #8c8b8b;
  padding: 2px 5px;
  font-weight: 700
}

#accessibility #accessibilityMenu .accessiblelinks.textSizing {
  display: none;
  position: absolute;
  width: 350px;
  background: #fff;
  left: auto;
  right: 160px;
  top: calc(90%);
  z-index: 99;
  padding: 0 !important;
  border: 1px solid #d8d8d8;
  border-top: none;
  border-radius: 7px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25)
}

#accessibility #accessibilityMenu .accessiblelinks.textSizing li {
  float: left;
  margin: 0
}

#accessibility #accessibilityMenu .accessiblelinks.textSizing li a {
  text-align: center;
  width: 88px;
  height: 67px;
  margin: 7px;
  box-shadow: 0 0 5px 0 #ccc;
  border-radius: 5px
}

#accessibility #accessibilityMenu .accessiblelinks.textSizing li a .acces-icon {
  font-size: 26px;
  text-decoration: none
}

.sub-header-wrapper #accessibility #accessibilityMenu ul li {
  float: none;
  text-align: center
}

.sub-header-wrapper #accessibility #accessibilityMenu .textSizing ul:after{
  content: " ";
  display: table;
  clear: both
}

.highlightLinks a,
.highlightLinks button,
.highlightLinks .btn-style-outline.accent-hover-color,
.highlightLinks .btn,
.highlightLinks.home .accent-color,
.highlightLinks.home .hvr-radial-out:before,
.highlightLinks.home .home-13 .governor-socialmedia .gov-socmedia-icons:before,
.home-13 .governor-socialmedia .highlightLinks.home .gov-socmedia-icons:before,
.highlightLinks.home .gen-list.photo-vdo-speech ul li a div.list-text:before,
.gen-list.photo-vdo-speech ul li a .highlightLinks.home div.list-text:before,
.highlightLinks.home .compt-management-container .compt-management-widget>span:before,
.compt-management-container .highlightLinks.home .compt-management-widget>span:before,
.highlightLinks.home .knowyrcm-column:before,
.highlightLinks.home .writeToCM-bg:before,
.highlightLinks.home .vdoglry-speech-cntr .vdospeech-icon>span,
.vdoglry-speech-cntr .highlightLinks.home .vdospeech-icon>span,
.highlightLinks.home .vdo-activites-widget .vdo-link-name,
.vdo-activites-widget .highlightLinks.home .vdo-link-name,
.highlightLinks.home .gen-list.list-title-bg>h2,
.highlightLinks.home .arch-container>h2,
.highlightLinks.home .ad-banner-cntr.dsir-application-submission ul li .hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission ul li .highlightLinks.home .hyperlikdiv:before,
.highlightLinks.home .btn.btn-style-outline.accent-border-color,
.highlightLinks.home .btn.btn-style-outline.btn-theme,
.highlightLinks.home .btn.btn-style-outline.btn-gov,
.highlightLinks.home .vdo-activites-widget .vdo-link-name .btn.btn-style-outline.vdo-icon,
.vdo-activites-widget .vdo-link-name .highlightLinks.home .btn.btn-style-outline.vdo-icon,
.highlightLinks.home .vc_general.vc_tta-tabs.dsir-tab-one .vc_tta-tab>a.btn.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one .highlightLinks.home .vc_tta-tab>a.btn.btn-style-outline,
.highlightLinks.home .dsir-gallery-color .with-border.flexslider .slides img.btn.btn-style-outline,
.dsir-gallery-color .with-border.flexslider .slides .highlightLinks.home img.btn.btn-style-outline,
.highlightLinks.home .dsir-gallery-color .with-border.flexslider .flex-control-thumbs img.btn.btn-style-outline,
.dsir-gallery-color .with-border.flexslider .flex-control-thumbs .highlightLinks.home img.btn.btn-style-outline,
.highlightLinks.home .dsir-gallery-color .video_gallery.video .btn.btn-style-outline.flexslider,
.dsir-gallery-color .video_gallery.video .highlightLinks.home .btn.btn-style-outline.flexslider,
.highlightLinks.home .pp-photogallery .photoGallery-style3 .galleryThumb>a:hover>img.btn.btn-style-outline,
.pp-photogallery .photoGallery-style3 .highlightLinks.home .galleryThumb>a:hover>img.btn.btn-style-outline,
.highlightLinks.home .btn.btn-style-outline.box-style1:before {
  color: #ff0 !important;
  background-color: #000 !important;
  text-decoration: underline !important
}

.highlightLinks a img,
.highlightLinks button img,
.highlightLinks .btn-style-outline.accent-hover-color img,
.highlightLinks .btn img,
.highlightLinks.home .accent-color img,
.highlightLinks.home .hvr-radial-out:before img,
.highlightLinks.home .home-13 .governor-socialmedia .gov-socmedia-icons:before img,
.home-13 .governor-socialmedia .highlightLinks.home .gov-socmedia-icons:before img,
.highlightLinks.home .gen-list.photo-vdo-speech ul li a div.list-text:before img,
.gen-list.photo-vdo-speech ul li a .highlightLinks.home div.list-text:before img,
.highlightLinks.home .compt-management-container .compt-management-widget>span:before img,
.compt-management-container .highlightLinks.home .compt-management-widget>span:before img,
.highlightLinks.home .knowyrcm-column:before img,
.highlightLinks.home .writeToCM-bg:before img,
.highlightLinks.home .vdoglry-speech-cntr .vdospeech-icon>span img,
.vdoglry-speech-cntr .highlightLinks.home .vdospeech-icon>span img,
.highlightLinks.home .vdo-activites-widget .vdo-link-name img,
.vdo-activites-widget .highlightLinks.home .vdo-link-name img,
.highlightLinks.home .gen-list.list-title-bg>h2 img,
.highlightLinks.home .arch-container>h2 img,
.highlightLinks.home .ad-banner-cntr.dsir-application-submission ul li .hyperlikdiv:before img,
.ad-banner-cntr.dsir-application-submission ul li .highlightLinks.home .hyperlikdiv:before img,
.highlightLinks.home .btn.btn-style-outline.accent-border-color img,
.highlightLinks.home .btn.btn-style-outline.btn-theme img,
.highlightLinks.home .btn.btn-style-outline.btn-gov img,
.highlightLinks.home .vdo-activites-widget .vdo-link-name .btn.btn-style-outline.vdo-icon img,
.vdo-activites-widget .vdo-link-name .highlightLinks.home .btn.btn-style-outline.vdo-icon img,
.highlightLinks.home .vc_general.vc_tta-tabs.dsir-tab-one .vc_tta-tab>a.btn.btn-style-outline img,
.vc_general.vc_tta-tabs.dsir-tab-one .highlightLinks.home .vc_tta-tab>a.btn.btn-style-outline img,
.highlightLinks.home .dsir-gallery-color .with-border.flexslider .slides img.btn.btn-style-outline img,
.dsir-gallery-color .with-border.flexslider .slides .highlightLinks.home img.btn.btn-style-outline img,
.highlightLinks.home .dsir-gallery-color .with-border.flexslider .flex-control-thumbs img.btn.btn-style-outline img,
.dsir-gallery-color .with-border.flexslider .flex-control-thumbs .highlightLinks.home img.btn.btn-style-outline img,
.highlightLinks.home .dsir-gallery-color .video_gallery.video .btn.btn-style-outline.flexslider img,
.dsir-gallery-color .video_gallery.video .highlightLinks.home .btn.btn-style-outline.flexslider img,
.highlightLinks.home .pp-photogallery .photoGallery-style3 .galleryThumb>a:hover>img.btn.btn-style-outline img,
.pp-photogallery .photoGallery-style3 .highlightLinks.home .galleryThumb>a:hover>img.btn.btn-style-outline img,
.highlightLinks.home .btn.btn-style-outline.box-style1:before img {
  filter: grayscale(1) brightness(1)
}

.highlightLinks a:hover,
.highlightLinks button:hover,
.highlightLinks .btn-style-outline.accent-hover-color:hover,
.highlightLinks .btn:hover,
.highlightLinks.home .accent-color:hover,
.highlightLinks.home .hvr-radial-out:hover:before,
.highlightLinks.home .home-13 .governor-socialmedia .gov-socmedia-icons:hover:before,
.home-13 .governor-socialmedia .highlightLinks.home .gov-socmedia-icons:hover:before,
.highlightLinks.home .gen-list.photo-vdo-speech ul li a div.list-text:hover:before,
.gen-list.photo-vdo-speech ul li a .highlightLinks.home div.list-text:hover:before,
.highlightLinks.home .compt-management-container .compt-management-widget>span:hover:before,
.compt-management-container .highlightLinks.home .compt-management-widget>span:hover:before,
.highlightLinks.home .knowyrcm-column:hover:before,
.highlightLinks.home .writeToCM-bg:hover:before,
.highlightLinks.home .vdoglry-speech-cntr .vdospeech-icon>span:hover,
.vdoglry-speech-cntr .highlightLinks.home .vdospeech-icon>span:hover,
.highlightLinks.home .vdo-activites-widget .vdo-link-name:hover,
.vdo-activites-widget .highlightLinks.home .vdo-link-name:hover,
.highlightLinks.home .gen-list.list-title-bg>h2:hover,
.highlightLinks.home .arch-container>h2:hover,
.highlightLinks.home .ad-banner-cntr.dsir-application-submission ul li .hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission ul li .highlightLinks.home .hyperlikdiv:hover:before,
.highlightLinks.home .btn.btn-style-outline.accent-border-color:hover,
.highlightLinks.home .btn.btn-style-outline.btn-theme:hover,
.highlightLinks.home .btn.btn-style-outline.btn-gov:hover,
.highlightLinks.home .vdo-activites-widget .vdo-link-name .btn.btn-style-outline.vdo-icon:hover,
.vdo-activites-widget .vdo-link-name .highlightLinks.home .btn.btn-style-outline.vdo-icon:hover,
.highlightLinks.home .vc_general.vc_tta-tabs.dsir-tab-one .vc_tta-tab>a.btn.btn-style-outline:hover,
.vc_general.vc_tta-tabs.dsir-tab-one .highlightLinks.home .vc_tta-tab>a.btn.btn-style-outline:hover,
.highlightLinks.home .dsir-gallery-color .with-border.flexslider .slides img.btn.btn-style-outline:hover,
.dsir-gallery-color .with-border.flexslider .slides .highlightLinks.home img.btn.btn-style-outline:hover,
.highlightLinks.home .dsir-gallery-color .with-border.flexslider .flex-control-thumbs img.btn.btn-style-outline:hover,
.dsir-gallery-color .with-border.flexslider .flex-control-thumbs .highlightLinks.home img.btn.btn-style-outline:hover,
.highlightLinks.home .dsir-gallery-color .video_gallery.video .btn.btn-style-outline.flexslider:hover,
.dsir-gallery-color .video_gallery.video .highlightLinks.home .btn.btn-style-outline.flexslider:hover,
.highlightLinks.home .pp-photogallery .photoGallery-style3 .galleryThumb>a:hover>img.btn.btn-style-outline:hover,
.pp-photogallery .photoGallery-style3 .highlightLinks.home .galleryThumb>a:hover>img.btn.btn-style-outline:hover,
.highlightLinks.home .btn.btn-style-outline.box-style1:hover:before {
  color: #ff0 !important;
  background-color: #000 !important
}

.highlightLinks .sub-header-wrapper #accessibility #accessibilityMenu a img {
  filter: invert(1) brightness(10)
}

.highlightLinks a#highlightLinks {
  position: relative
}

.highlightLinks a#highlightLinks:after {
  content: "\f00c";
  font-family: FontAwesome;
  line-height: 18px;
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: 3px;
  right: 4px;
  width: 16px;
  height: 17px;
  background: green;
  border-radius: 50%
}

.addletterspacing p,
.addletterspacing div,
.addletterspacing strong,
.addletterspacing body {
  word-spacing: 0.32em !important;
  letter-spacing: 0.24em !important
}

.addletterspacing a#addletterspacing {
  position: relative
}

.addletterspacing a#addletterspacing:after {
  content: "\f00c";
  font-family: FontAwesome;
  line-height: 18px;
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: 3px;
  right: 4px;
  width: 16px;
  height: 17px;
  background: green;
  border-radius: 50%;
  letter-spacing: 0
}

.addlineheight p,
.addlineheight div,
.addlineheight strong,
.addlineheight body {
  line-height: 2.5
}

.addlineheight a#addlineheight {
  position: relative
}

.addlineheight a#addlineheight:after {
  content: "\f00c";
  font-family: FontAwesome;
  line-height: 18px;
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: 3px;
  right: 4px;
  width: 16px;
  height: 17px;
  background: green;
  border-radius: 50%;
  letter-spacing: 0
}

.addletterspacing #accessibility .accessiblelinks.textSizing p,
.addletterspacing #accessibility .accessiblelinks.textSizing div,
.addletterspacing #accessibility .accessiblelinks.textSizing strong,
.addletterspacing #accessibility .accessiblelinks.textSizing body {
  word-spacing: normal !important;
  letter-spacing: normal !important
}

.addlineheight #accessibility .accessiblelinks.textSizing p,
.addlineheight #accessibility .accessiblelinks.textSizing div,
.addlineheight #accessibility .accessiblelinks.textSizing strong,
.addlineheight #accessibility .accessiblelinks.textSizing body {
  line-height: inherit
}

#overflowMenu {
  display: none;
  position: fixed;
  right: -300px;
  top: 0;
  background: #ad7103;
  width: 300px;
  height: 100%;
  z-index: 99;
  overflow-y: auto
}

#overflowMenu * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}

#overflowMenu .closeMenu {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  display: inline-block;
  padding: 4px 8px
}

#overflowMenu .closeMenu span {
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px
}

#overflowMenu .closeMenu:hover,
#overflowMenu .closeMenu:focus {
  background: rgba(255, 255, 255, 0.2)
}

#overflowMenu .ofMenu {
  margin-top: 5vh;
  padding-top: 20px
}

#overflowMenu .ofMenu ul li:hover>a {
  background: rgba(0, 0, 0, 0.4);
  color: #fff
}

#overflowMenu .ofMenu ul li ul {
  -webkit-transition: none;
  transition: none;
  display: none
}

#overflowMenu .ofMenu ul li a {
  padding: 10px 20px;
  color: #fff;
  display: block
}

#overflowMenu .ofMenu ul li a:hover,
#overflowMenu .ofMenu ul li a:focus,
#overflowMenu .ofMenu ul li a.focus {
  background: rgba(0, 0, 0, 0.4);
  color: #fff
}

#overflowMenu .ofMenu ul li ul {
  background: rgba(0, 0, 0, 0.4)
}

#overflowMenu .ofMenu ul li ul li a {
  font-size: 0.9em;
  padding-left: 25px
}

#overflowMenu .ofMenu ul li ul li ul li {
  display: block
}

#overflowMenu .ofMenu ul li ul li ul li a {
  padding-left: 30px
}

#overflowMenu .ofMenu>ul>li a:after {
  padding-left: 4px;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.8em;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  margin-top: -2px;
  content: "\e903";
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

#overflowMenu .ofMenu>ul>li a:hover:after,
#overflowMenu .ofMenu>ul>li a:focus:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: -6px
}

#overflowMenu .ofMenu>ul>li a:only-child:after {
  content: ""
}

.indicator {
  margin-top: -1px;
  font-size: 0.7em;
  margin-left: 5px;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 5px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}



.sub-header-wrapper #accessibility ul li.highContrast.dark,
.sub-header-wrapper #accessibility ul li.highContrast.light {
  margin: 0
}

.sub-header-wrapper #accessibility ul li.highContrast.dark a {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: 2px
}

.sub-header-wrapper #accessibility ul li.highContrast.dark a:hover,
.sub-header-wrapper #accessibility ul li.highContrast.dark a:focus {
  color: #fff
}

.sub-header-wrapper #accessibility ul li.highContrast.light a {
  border: 1px solid #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff;
  color: #000;
  cursor: not-allowed;
  margin: 2px
}

.sub-header-wrapper #accessibility #accessibilityMenu .textSizing {
  padding: 7px 10px
}

.sub-header-wrapper #accessibility #accessibilityMenu .textSizing ul li a {
  border: 1px solid;
  background-color: #fff;
  border-radius: 3px
}

.sub-header-wrapper #accessibility #accessibilityMenu .textSizing ul li a:hover,
.sub-header-wrapper #accessibility #accessibilityMenu .textSizing ul li a:focus {
  color: #000
}

.contrast .sub-header-wrapper #accessibility #accessibilityMenu ul li.highContrast.light a {
  cursor: pointer
}

.contrast .sub-header-wrapper #accessibility #accessibilityMenu ul li.highContrast.dark a {
  cursor: not-allowed
}

.contrast a.accent-color,
.contrast a.hvr-radial-out:before,
.contrast .home-13 .governor-socialmedia a.gov-socmedia-icons:before,
.home-13 .governor-socialmedia .contrast a.gov-socmedia-icons:before,
.contrast a.knowyrcm-column:before,
.contrast a.writeToCM-bg:before,
.contrast .vdo-activites-widget a.vdo-link-name,
.vdo-activites-widget .contrast a.vdo-link-name,
.contrast .ad-banner-cntr.dsir-application-submission ul li a.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission ul li .contrast a.hyperlikdiv:before,
.contrast button.accent-color,
.contrast button.hvr-radial-out:before,
.contrast .home-13 .governor-socialmedia button.gov-socmedia-icons:before,
.home-13 .governor-socialmedia .contrast button.gov-socmedia-icons:before,
.contrast button.knowyrcm-column:before,
.contrast button.writeToCM-bg:before,
.contrast .vdo-activites-widget button.vdo-link-name,
.vdo-activites-widget .contrast button.vdo-link-name,
.contrast .ad-banner-cntr.dsir-application-submission ul li button.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission ul li .contrast button.hyperlikdiv:before,
.contrast .button.accent-color,
.contrast .button.hvr-radial-out:before,
.contrast .home-13 .governor-socialmedia .button.gov-socmedia-icons:before,
.home-13 .governor-socialmedia .contrast .button.gov-socmedia-icons:before,
.contrast .gen-list.photo-vdo-speech ul li a div.button.list-text:before,
.gen-list.photo-vdo-speech ul li a .contrast div.button.list-text:before,
.contrast .compt-management-container .compt-management-widget>span.button:before,
.compt-management-container .contrast .compt-management-widget>span.button:before,
.contrast .button.knowyrcm-column:before,
.contrast .button.writeToCM-bg:before,
.contrast .vdoglry-speech-cntr .vdospeech-icon>span.button,
.vdoglry-speech-cntr .contrast .vdospeech-icon>span.button,
.contrast .vdo-activites-widget .button.vdo-link-name,
.vdo-activites-widget .contrast .button.vdo-link-name,
.contrast .gen-list.list-title-bg>h2.button,
.contrast .arch-container>h2.button,
.contrast .ad-banner-cntr.dsir-application-submission ul li .button.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission ul li .contrast .button.hyperlikdiv:before,
.contrast input[type=submit].accent-color,
.contrast input[type=submit].hvr-radial-out:before,
.contrast .home-13 .governor-socialmedia input[type=submit].gov-socmedia-icons:before,
.home-13 .governor-socialmedia .contrast input[type=submit].gov-socmedia-icons:before,
.contrast input[type=submit].knowyrcm-column:before,
.contrast input[type=submit].writeToCM-bg:before,
.contrast .vdo-activites-widget input[type=submit].vdo-link-name,
.vdo-activites-widget .contrast input[type=submit].vdo-link-name,
.contrast .ad-banner-cntr.dsir-application-submission ul li input[type=submit].hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission ul li .contrast input[type=submit].hyperlikdiv:before,
.contrast .accent-hover-color,
.contrast .footerlogocarousel .flex-direction-nav a,
.contrast .video_gallery .flex-direction-nav a,
.contrast .HomeGalleryCarasole .flex-direction-nav a {
  color: #ff0 !important
}

.contrast a.accent-color:hover,
.contrast a.hvr-radial-out:hover:before,
.contrast .home-13 .governor-socialmedia a.gov-socmedia-icons:hover:before,
.home-13 .governor-socialmedia .contrast a.gov-socmedia-icons:hover:before,
.contrast a.knowyrcm-column:hover:before,
.contrast a.writeToCM-bg:hover:before,
.contrast .vdo-activites-widget a.vdo-link-name:hover,
.vdo-activites-widget .contrast a.vdo-link-name:hover,
.contrast .ad-banner-cntr.dsir-application-submission ul li a.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission ul li .contrast a.hyperlikdiv:hover:before,
.contrast button.accent-color:hover,
.contrast button.hvr-radial-out:hover:before,
.contrast .home-13 .governor-socialmedia button.gov-socmedia-icons:hover:before,
.home-13 .governor-socialmedia .contrast button.gov-socmedia-icons:hover:before,
.contrast button.knowyrcm-column:hover:before,
.contrast button.writeToCM-bg:hover:before,
.contrast .vdo-activites-widget button.vdo-link-name:hover,
.vdo-activites-widget .contrast button.vdo-link-name:hover,
.contrast .ad-banner-cntr.dsir-application-submission ul li button.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission ul li .contrast button.hyperlikdiv:hover:before,
.contrast .button.accent-color:hover,
.contrast .button.hvr-radial-out:hover:before,
.contrast .home-13 .governor-socialmedia .button.gov-socmedia-icons:hover:before,
.home-13 .governor-socialmedia .contrast .button.gov-socmedia-icons:hover:before,
.contrast .gen-list.photo-vdo-speech ul li a div.button.list-text:hover:before,
.gen-list.photo-vdo-speech ul li a .contrast div.button.list-text:hover:before,
.contrast .compt-management-container .compt-management-widget>span.button:hover:before,
.compt-management-container .contrast .compt-management-widget>span.button:hover:before,
.contrast .button.knowyrcm-column:hover:before,
.contrast .button.writeToCM-bg:hover:before,
.contrast .vdoglry-speech-cntr .vdospeech-icon>span.button:hover,
.vdoglry-speech-cntr .contrast .vdospeech-icon>span.button:hover,
.contrast .vdo-activites-widget .button.vdo-link-name:hover,
.vdo-activites-widget .contrast .button.vdo-link-name:hover,
.contrast .gen-list.list-title-bg>h2.button:hover,
.contrast .arch-container>h2.button:hover,
.contrast .ad-banner-cntr.dsir-application-submission ul li .button.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission ul li .contrast .button.hyperlikdiv:hover:before,
.contrast input[type=submit].accent-color:hover,
.contrast input[type=submit].hvr-radial-out:hover:before,
.contrast .home-13 .governor-socialmedia input[type=submit].gov-socmedia-icons:hover:before,
.home-13 .governor-socialmedia .contrast input[type=submit].gov-socmedia-icons:hover:before,
.contrast input[type=submit].knowyrcm-column:hover:before,
.contrast input[type=submit].writeToCM-bg:hover:before,
.contrast .vdo-activites-widget input[type=submit].vdo-link-name:hover,
.vdo-activites-widget .contrast input[type=submit].vdo-link-name:hover,
.contrast .ad-banner-cntr.dsir-application-submission ul li input[type=submit].hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission ul li .contrast input[type=submit].hyperlikdiv:hover:before,
.contrast .accent-hover-color:hover,
.contrast .footerlogocarousel .flex-direction-nav a,
.contrast .video_gallery .flex-direction-nav a,
.contrast .HomeGalleryCarasole .flex-direction-nav a,
.contrast .HomeGalleryCarasole .flex-direction-nav a:before,
.contrast .video_gallery .flex-direction-nav a,
.contrast .video_gallery .flex-direction-nav a:before {
  background: #ff0 !important;
  background-color: #ff0 !important;
  color: #000 !important
}

.contrast .accent-border-color,
.contrast .btn-theme,
.contrast .btn-gov,
.contrast .vdo-activites-widget .vdo-link-name .vdo-icon,
.vdo-activites-widget .vdo-link-name .contrast .vdo-icon,
.contrast .vc_general.vc_tta-tabs.dsir-tab-one .vc_tta-tab>a,
.vc_general.vc_tta-tabs.dsir-tab-one .contrast .vc_tta-tab>a,
.contrast .dsir-gallery-color .with-border.flexslider .slides img,
.dsir-gallery-color .with-border.flexslider .slides .contrast img,
.contrast .dsir-gallery-color .with-border.flexslider .flex-control-thumbs img,
.dsir-gallery-color .with-border.flexslider .flex-control-thumbs .contrast img,
.contrast .dsir-gallery-color .video_gallery.video .flexslider,
.dsir-gallery-color .video_gallery.video .contrast .flexslider,
.contrast .pp-photogallery .photoGallery-style3 .galleryThumb>a:hover>img,
.pp-photogallery .photoGallery-style3 .contrast .galleryThumb>a:hover>img,
.contrast .box-style1:before {
  border-color: #ff0 !important
}

.contrast .gen-card .gen-card-icon span.accent-border-color,
.contrast .gen-card .gen-card-icon span.btn-theme,
.contrast .gen-card .gen-card-icon span.btn-gov,
.contrast .gen-card .gen-card-icon .vdo-activites-widget .vdo-link-name span.vdo-icon,
.vdo-activites-widget .vdo-link-name .contrast .gen-card .gen-card-icon span.vdo-icon,
.contrast .gen-card .gen-card-icon .dsir-gallery-color .video_gallery.video span.flexslider,
.dsir-gallery-color .video_gallery.video .contrast .gen-card .gen-card-icon span.flexslider,
.contrast .gen-card .gen-card-icon span.box-style1:before {
  color: #ff0 !important
}

.simpleTable {
  width: 100%
}

.simpleTable tr td {
  padding: 8px
}

.simpleTable tr td:first-child {
  padding-left: 0px
}

.noBorder,
.noBorder * {
  border: none
}

@media (max-width: 500px) {
  .simpleTable tr td span.dataHeading {
      display: block;
      font-weight: 600
  }
}

table [class^="icon-"],
table [class*=" icon-"] {
  font-size: 1.2em;
  vertical-align: middle
}

table.bt thead tr th,
table.bt thead tr td,
table.bt tbody tr th,
table.bt tbody tr td {
  text-align: left
}

.data-table-container {
  margin: 15px 0;
  overflow: hidden
}

.division_template.data-table-container {
  margin-top: 0
}

.data-table {
  border: 1px solid #e1e1e1;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px
}

.data-table thead {
  background: #e8eaeb
}

.data-table thead tr th {
  background: #fbac1b;
  color: #fff;
  font-weight: 600;
  padding: 15px 15px;
  text-align: center;
  vertical-align: middle
}

.data-table tbody td {
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #e1e1e1;
  background: #fafafa
}

.data-table tbody tr:nth-child(even) td {
  background: #f2f2f2
}

.data-table tbody tr td:last-child {
  border-right: 0px
}

.data-table tbody tr:last-child td {
  border-bottom: 0px
}

.contrast .data-table {
  border: 1px solid #fff
}

.contrast .data-table thead {
  background: #000
}

.contrast .data-table thead th {
  border-bottom: 1px solid #fff;
  color: #fff;
  background: #ff0;
  color: #000
}

.contrast .data-table tbody td {
  background: #000;
  color: #fff;
  border-right: 1px solid #fff
}

.contrast .data-table tbody tr:nth-child(even) td {
  background: #000;
  color: #fff
}

.data-table-1 thead th {
  font-weight: 600;
  background: #fbac1b;
  padding: 12px 15px;
  text-align: left;
  vertical-align: middle;
  color: #fff;
  min-width: 130px;
  max-width: 250px
}

.data-table-1 tbody td {
  padding: 8px 10px;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  color: #000;
  font-size: 1em;
  min-width: 130px;
  max-width: 250px
}

.data-table-1 tbody tr:nth-child(even) td {
  background: #f4f4f4
}

.data-table-1 tbody tr td:last-child {
  border-right: 0px
}

.data-table-1 tbody tr:last-child td {
  border-bottom: 0px
}

table tbody td[data-th="Email"] {
  word-break: break-all
}

.box .btn.btn-default,
.newsBox .btn.btn-default {
  background-color: #fbac1b;
  border-color: #fbac1b;
  color: #fff
}

.box .btn.btn-default span,
.newsBox .btn.btn-default span {
  position: relative;
  top: 1px
}

.contrast .data-table-1 {
  border: 1px solid #fff
}

.contrast .data-table-1 thead {
  background: #000
}

.contrast .data-table-1 thead tr th {
  border-right: 1px solid #fff;
  color: #fff;
  background: #000 !important;
  color: #fff
}

.contrast .data-table-1 thead tr th:last-child {
  border-right: none
}

.contrast .data-table-1 tbody td {
  background: #000;
  color: #fff;
  border-right: 1px solid #fff
}

.contrast .data-table-1 tbody tr:nth-child(even) td {
  background: #000;
  color: #fff
}

table.bt thead,
table.bt tbody th {
  display: none
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 10em
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

table thead tr th,
table tbody tr td {
  min-width: 130px;
  max-width: 250px
}

.list-style-bold {
  padding-left: 0px;
  font-size: 1.2em
}

.list-style-bold li {
  padding-top: 8px;
  padding-bottom: 8px;
  list-style-type: none;
  padding-left: 25px;
  position: relative
}

.list-style-bold li a {
  display: inline-block;
  font-weight: 700
}

.list-style-bold li a+ul {
  margin-top: 8px
}

.list-style-bold li a:hover {
  text-decoration: none
}

.list-style-bold li:before {
  content: "\e9b4";
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-left: 5px;
  padding-right: 4px;
  font-size: 0.8em;
  position: absolute;
  left: 0;
  top: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.list-style-bold li ul>li a {
  font-weight: 400
}

.list-style-bold li ul>li:before {
  content: "\e9b5"
}

.list-style-bold li ul.sub-menu {
  padding: 0;
  margin: 10px 0 0
}

.flex-direction-nav a {
  height: 45px
}

.flex-control-nav {
  bottom: 2px
}

.thumb-bottom-crucel {
  margin-bottom: 0;
  box-shadow: none;
  border: none;
  margin-top: 5px
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-film:before {
  content: "\e9c1"
}

.icon-arrow-light-right:before {
  content: "\e9bd"
}

.icon-direction-fill:before {
  content: "\e9be"
}

.icon-direction-line:before {
  content: "\e9bf"
}

.icon-arrow-light-left:before {
  content: "\e9c0"
}

.icon-arrow-light:before {
  content: "\e90f"
}

.icon-play:before {
  content: "\e910"
}

.icon-plus-light:before {
  content: "\e911"
}

.icon-audio:before {
  content: "\e90d"
}

.icon-menu-list:before {
  content: "\e90e"
}

.icon-social-thumb:before {
  content: "\e90b"
}

.icon-social-thumb-fill:before {
  content: "\e90c"
}

.icon-arrow-right-2:before {
  content: "\e9b3"
}

.icon-arrow-right-3:before {
  content: "\e9b4"
}

.icon-bulate-01:before {
  content: "\e9b5"
}

.icon-bulate-02:before {
  content: "\e9b6"
}

.icon-bulate-03:before {
  content: "\e9b7"
}

.icon-external-link:before {
  content: "\e9b8"
}

.icon-fishery:before {
  content: "\e9b9"
}

.icon-plus-2 .path1:before {
  content: "\e9ba";
  color: #3b91ca
}

.icon-plus-2 .path2:before {
  content: "\e9bb";
  margin-left: -1em;
  color: #323232
}

.icon-tree:before {
  content: "\e9bc"
}

.icon-announcements:before {
  content: "\e995"
}

.icon-awards:before {
  content: "\e996"
}

.icon-block:before {
  content: "\e997"
}

.icon-comment:before {
  content: "\e998"
}

.icon-download:before {
  content: "\e999"
}

.icon-folder .path1:before {
  content: "\e99a";
  color: #3b91ca
}

.icon-folder .path2:before {
  content: "\e99b";
  margin-left: -1em;
  color: #333
}

.icon-folder-open .path1:before {
  content: "\e99c";
  color: #3b91ca
}

.icon-folder-open .path2:before {
  content: "\e99d";
  margin-left: -1em;
  color: #333
}

.icon-guidelines:before {
  content: "\e99e"
}

.icon-interview:before {
  content: "\e99f"
}

.icon-menu-2:before {
  content: "\e9a0"
}

.icon-minus .path1:before {
  content: "\e9a1";
  color: #3b91ca
}

.icon-minus .path2:before {
  content: "\e9a2";
  margin-left: -1em;
  color: #333
}

.icon-pdf-2 .path1:before {
  content: "\e9a3";
  color: #3b91ca
}

.icon-pdf-2 .path2:before {
  content: "\e9a4";
  margin-left: -1em;
  color: #333
}

.icon-pdf-2 .path3:before {
  content: "\e9a5";
  margin-left: -1em;
  color: #333
}

.icon-pdf-2 .path4:before {
  content: "\e9a6";
  margin-left: -1em;
  color: #333
}

.icon-pen:before {
  content: "\e9a7"
}

.icon-people:before {
  content: "\e9a8"
}

.icon-photo-album:before {
  content: "\e9a9"
}

.icon-plus .path1:before {
  content: "\e9aa";
  color: #3b91ca
}

.icon-plus .path2:before {
  content: "\e9ab";
  margin-left: -1em;
  color: #333
}

.icon-services:before {
  content: "\e9ac"
}

.icon-services-2:before {
  content: "\e9ad"
}

.icon-services-3:before {
  content: "\e9ae"
}

.icon-speak-out:before {
  content: "\e9af"
}

.icon-traning:before {
  content: "\e9b0"
}

.icon-user:before {
  content: "\e9b1"
}

.icon-view:before {
  content: "\e9b2"
}

.icon-accommodation:before {
  content: "\e98e"
}

.icon-aeroplane:before {
  content: "\e98f"
}

.icon-bus:before {
  content: "\e990"
}

.icon-doc:before {
  content: "\e991"
}

.icon-like:before {
  content: "\e992"
}

.icon-pdf:before {
  content: "\e993"
}

.icon-train:before {
  content: "\e994"
}

.icon-accessibility:before {
  content: "\e970"
}

.icon-boy:before {
  content: "\e971"
}

.icon-calender-check:before {
  content: "\e972"
}

.icon-close-fill:before {
  content: "\e973"
}

.icon-close-line:before {
  content: "\e974"
}

.icon-disclaimer:before {
  content: "\e975"
}

.icon-e-book:before {
  content: "\e976"
}

.icon-facebook:before {
  content: "\e977"
}

.icon-female:before {
  content: "\e978"
}

.icon-folder-directory:before {
  content: "\e979"
}

.icon-girl:before {
  content: "\e97a"
}

.icon-group-fill:before {
  content: "\e97b"
}

.icon-group-line:before {
  content: "\e97c"
}

.icon-indian-rupees:before {
  content: "\e97d"
}

.icon-linked-in:before {
  content: "\e97e"
}

.icon-male:before {
  content: "\e97f"
}

.icon-man-old:before {
  content: "\e980"
}

.icon-map-area:before {
  content: "\e981"
}

.icon-map-location:before {
  content: "\e982"
}

.icon-map-marker:before {
  content: "\e983"
}

.icon-minus-square:before {
  content: "\e984"
}

.icon-news:before {
  content: "\e985"
}

.icon-plus-square:before {
  content: "\e986"
}

.icon-refress:before {
  content: "\e987"
}

.icon-satellite:before {
  content: "\e988"
}

.icon-star-line:before {
  content: "\e989"
}

.icon-twitter:before {
  content: "\e98a"
}

.icon-zoom-in:before {
  content: "\e98c"
}

.icon-zoom-out:before {
  content: "\e98d"
}

.icon-agriculture:before {
  content: "\e900"
}

.icon-arrow-down:before {
  content: "\e901"
}

.icon-arrow-left:before {
  content: "\e902"
}

.icon-arrow-right:before {
  content: "\e903"
}

.icon-arrow-top:before {
  content: "\e904"
}

.icon-articles:before {
  content: "\e905"
}

.icon-banks:before {
  content: "\e906"
}

.icon-benefits:before {
  content: "\e907"
}

.icon-births:before {
  content: "\e908"
}

.icon-bottom-caret:before {
  content: "\e909"
}

.icon-business:before {
  content: "\e90a"
}

.icon-calender:before {
  content: "\e912"
}

.icon-certificate:before {
  content: "\e913"
}

.icon-check:before {
  content: "\e914"
}

.icon-check-round:before {
  content: "\e915"
}

.icon-child-care:before {
  content: "\e916"
}

.icon-citizenship:before {
  content: "\e917"
}

.icon-clear:before {
  content: "\e918"
}

.icon-close:before {
  content: "\e919"
}

.icon-colleges:before {
  content: "\e91a"
}

.icon-communications:before {
  content: "\e91b"
}

.icon-culture-1:before {
  content: "\e91c"
}

.icon-culture-2:before {
  content: "\e91d"
}

.icon-deaths:before {
  content: "\e91e"
}

.icon-deaths-2:before {
  content: "\e91f"
}

.icon-document:before {
  content: "\e920"
}

.icon-education:before {
  content: "\e921"
}

.icon-election-commission:before {
  content: "\e922"
}

.icon-electricity:before {
  content: "\e923"
}

.icon-email:before {
  content: "\e924"
}

.icon-environment:before {
  content: "\e925"
}

.icon-grievances:before {
  content: "\e926"
}

.icon-health:before {
  content: "\e927"
}

.icon-home:before {
  content: "\e928"
}

.icon-hospitals:before {
  content: "\e929"
}

.icon-identy:before {
  content: "\e92a"
}

.icon-infrastructure:before {
  content: "\e92b"
}

.icon-it:before {
  content: "\e92c"
}

.icon-jobs:before {
  content: "\e92d"
}

.icon-justice:before {
  content: "\e92e"
}

.icon-law:before {
  content: "\e92f"
}

.icon-learning:before {
  content: "\e930"
}

.icon-left-caret:before {
  content: "\e931"
}

.icon-link:before {
  content: "\e932"
}

.icon-list-view:before {
  content: "\e933"
}

.icon-local-services:before {
  content: "\e934"
}

.icon-magisterial:before {
  content: "\e935"
}

.icon-marriages:before {
  content: "\e936"
}

.icon-menu:before {
  content: "\e937"
}

.icon-miscellaneous:before {
  content: "\e938"
}

.icon-money:before {
  content: "\e939"
}

.icon-municipal:before {
  content: "\e93a"
}

.icon-ngo:before {
  content: "\e93b"
}

.icon-ngo-2:before {
  content: "\e93c"
}

.icon-passports:before {
  content: "\e93d"
}

.icon-passports-2:before {
  content: "\e93e"
}

.icon-passport-visas:before {
  content: "\e93f"
}

.icon-passport-visas-2:before {
  content: "\e940"
}

.icon-pension:before {
  content: "\e941"
}

.icon-phone:before {
  content: "\e942"
}

.icon-phone-2:before {
  content: "\e943"
}

.icon-photos:before {
  content: "\e944"
}

.icon-police-station:before {
  content: "\e945"
}

.icon-postal:before {
  content: "\e946"
}

.icon-printer:before {
  content: "\e947"
}

.icon-revenue:before {
  content: "\e948"
}

.icon-right-caret:before {
  content: "\e949"
}

.icon-rti:before {
  content: "\e94a"
}

.icon-rural:before {
  content: "\e94b"
}

.icon-schools:before {
  content: "\e94c"
}

.icon-science:before {
  content: "\e94d"
}

.icon-search:before {
  content: "\e94e"
}

.icon-self-employed:before {
  content: "\e94f"
}

.icon-share:before {
  content: "\e950"
}

.icon-sitemap:before {
  content: "\e951"
}

.icon-skip-to-main:before {
  content: "\e952"
}

.icon-social:before {
  content: "\e953"
}

.icon-social-2:before {
  content: "\e954"
}

.icon-social-3:before {
  content: "\e955"
}

.icon-social-security:before {
  content: "\e956"
}

.icon-sports:before {
  content: "\e957"
}

.icon-supply:before {
  content: "\e958"
}

.icon-supply-2:before {
  content: "\e959"
}

.icon-support:before {
  content: "\e95a"
}

.icon-taxes:before {
  content: "\e95b"
}

.icon-taxes-2:before {
  content: "\e95c"
}

.icon-telecom:before {
  content: "\e95d"
}

.icon-thumbs-view:before {
  content: "\e95e"
}

.icon-top-caret:before {
  content: "\e95f"
}

.icon-tourism:before {
  content: "\e960"
}

.icon-transport:before {
  content: "\e961"
}

.icon-travel:before {
  content: "\e962"
}

.icon-video:before {
  content: "\e963"
}

.icon-village:before {
  content: "\e964"
}

.icon-visas .path1:before {
  content: "\e965";
  color: #333
}

.icon-visas .path2:before {
  content: "\e966";
  margin-left: -1em;
  color: #333
}

.icon-visas .path3:before {
  content: "\e967";
  margin-left: -1em;
  color: #404041
}

.icon-visas .path4:before {
  content: "\e968";
  margin-left: -1em;
  color: #404041
}

.icon-visas .path5:before {
  content: "\e969";
  margin-left: -1em;
  color: #404041
}

.icon-visas .path6:before {
  content: "\e96a";
  margin-left: -1em;
  color: #404041
}

.icon-visas .path7:before {
  content: "\e96b";
  margin-left: -1em;
  color: #404041
}

.icon-visas .path8:before {
  content: "\e96c";
  margin-left: -1em;
  color: #404041
}

.icon-water:before {
  content: "\e96d"
}

.icon-wellness:before {
  content: "\e96e"
}

.icon-youth:before {
  content: "\e96f"
}

#accordion {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #e1e1e1
}

#accordion .accordianheader {
  color: #32394d;
  position: relative;
  padding: 8px 15px;
  margin-top: 0px;
  text-align: left;
  border-bottom: 1px solid #f0f4f7;
  cursor: pointer
}

#accordion .accordianheader h3 {
  font-size: 15px;
  font-weight: 600
}

#accordion .accordianheader.ui-accordion-header-active {
  background: #f4f4f4
}

#accordion .accordianbody {
  background: #f4f4f4;
  padding: 10px 25px
}

#accordion .accordianbody ul {
  margin: 0;
  list-style: none;
  padding: 0
}

#accordion .accordianbody ul li {
  padding: 10px;
  border-bottom: 1px solid lightgrey
}

#accordion i {
  position: absolute;
  right: 20px;
  top: 14px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s
}

#accordion .ui-state-active i {
  color: #32394d;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

#accordion1 {
  border: 0px;
  background: #fff
}

#accordion1 .accordianheader {
  color: #000;
  position: relative;
  padding: 8px 15px;
  margin-top: 0px;
  text-align: left;
  border-bottom: 1px solid #fff;
  background: #fffefd;
  cursor: pointer
}

#accordion1 .accordianheader h3 {
  font-size: 15px;
  font-weight: 600
}

#accordion1 .accordianheader.ui-accordion-header-active {
  background: #bc7b03;
  color: #fff
}

#accordion1 .accordianbody {
  background: #fff;
  padding: 10px 25px
}

#accordion1 .accordianbody ul {
  margin: 0;
  list-style: none;
  padding: 0
}

#accordion1 .accordianbody ul li {
  padding: 10px;
  border-bottom: 1px solid lightgrey
}

#accordion1 i {
  position: absolute;
  right: 20px;
  top: 14px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s
}

#accordion1 .ui-state-active i {
  color: #fff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

#accordion2 {
  border: 0px;
  background: #fff
}

#accordion2 .accordianheader {
  color: #284457;
  position: relative;
  padding: 5px;
  margin-top: 0px;
  text-align: left;
  border: 1px solid #ea3876;
  border-top: 0px;
  background: #e1e1e1;
  cursor: pointer
}

#accordion2 .accordianheader span {
  display: inline-block
}

#accordion2 .accordianheader h3 {
  display: inline-block
}

#accordion2 .accordianheader:first-of-type {
  border-top: 1px solid #e1d6d6
}

#accordion2 .accordianheader h3 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  padding: 8px;
  color: #ea3876
}

#accordion2 .accordianheader.ui-accordion-header-active {
  background: #ea3876;
  color: #fff
}

#accordion2 .accordianheader.ui-accordion-header-active h3 {
  color: #fff
}

#accordion2 .accordianheader.ui-accordion-header-active i {
  color: #fff
}

#accordion2 .accordianbody {
  background: #fff;
  padding: 10px 25px;
  border: 1px solid #ea3876
}

#accordion2 .accordianbody ul {
  margin: 0;
  list-style: none;
  padding: 0
}

#accordion2 .accordianbody ul li {
  padding: 10px;
  border-bottom: 1px solid lightgrey
}

#accordion2 i {
  color: #000;
  position: absolute;
  right: 20px;
  top: 11px;
  font-size: 1.5em;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s
}

#accordion2 .ui-state-active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

#accordion2 .ui-state-active i:before {
  content: "\e984"
}

.contrast #accordion2 {
  background: #000
}

.contrast #accordion2 .accordianheader:first-of-type {
  border: 1px solid #fff
}

.contrast #accordion2 .accordianheader {
  border-color: #fff;
  background: #000
}

.contrast #accordion2 .accordianheader h3 {
  color: #fff
}

.contrast #accordion2 .accordianheader i {
  color: #ff0
}

.contrast #accordion2 .accordianbody {
  border: 1px solid #fff
}

.contrast .publicUtilityCont .utilityIcon {
  background: #000;
  color: #ff0;
  border: 1px solid #ff0
}

.contrast .publicUtilityCont .utilityIcon::after {
  border-left: 8px solid #ff0
}

.contrast .publicUtilityContent h5,
.contrast p {
  color: #fff
}

#accordion6 {
  color: #000;
  Padding: 0;
  border: 0px;
  background: #fff;
  padding: 0
}

#accordion6 .accordianheader {
  color: #000;
  position: relative;
  padding: 8px 10px;
  margin-top: 0px;
  text-align: left;
  border-bottom: 1px solid #bebebe;
  cursor: pointer
}

#accordion6 .accordianheader:last-of-type {
  border-bottom: 0px
}

#accordion6 .accordianheader h3 {
  font-size: 15px;
  font-weight: 600;
  padding-left: 20px;
  color: #000;
  padding-bottom: 0px
}

#accordion6 .accordianheader.ui-accordion-header-active {
  border-bottom: 1px solid transparent
}

#accordion6 .accordianheader.ui-accordion-header-active {
  color: #fbac1b
}

#accordion6 .accordianheader.ui-accordion-header-active h3 {
  color: #fbac1b
}

#accordion6 .accordianbody {
  background: none;
  padding: 5px 25px
}

#accordion6 .accordianbody ul {
  margin: 0;
  list-style: none;
  padding: 0
}

#accordion6 .accordianbody ul li {
  padding: 10px 4px;
  border-bottom: 1px solid lightgrey
}

#accordion6 .accordianbody ul li:last-child {
  border-bottom: none
}

#accordion6 .accordianbody ul li a {
  color: #000
}

#accordion6 i {
  position: absolute;
  left: 10px;
  top: 10px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s
}

#accordion6 i:before {
  content: "+";
  font-weight: 700
}

#accordion6 .ui-state-active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

#accordion6 .ui-state-active i:before {
  content: "-"
}

.contrast #accordion6 {
  background: #000;
  border: 1px solid #ff0;
  color: #ff0
}

.ministerContainer {
  width: 100%;
  padding: 0;
  border: 1px solid #e1e1e1;
  border-radius: 0
}

.ministerContainer .ministerMainContent {
  width: 100%;
  padding: 20px;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  border-bottom: 1px solid #e1e1e1
}

.ministerContainer .ministerMainContent:last-child {
  border-bottom: none
}

.ministerContainer .ministerMainContent .imageContainer {
  float: left;
  width: 130px;
  height: 120px;
  background: none !important;
  border: 0 !important;
  text-align: center
}

.ministerContainer .ministerMainContent .textContainer {
  width: 60%;
  float: left;
  padding-left: 2em
}

.ministerContainer .ministerMainContent .textContainer p {
  padding-bottom: 3px;
  width: 100%;
  font-weight: 600
}

.ministerContainer .ministerMainContent .textContainer p .ministerName {
  font-weight: 400
}

.ministerContainer .ministerMainContent .textContainer .profileMainCont {
  width: 100%;
  margin-top: 10px
}

.ministerContainer .ministerMainContent .textContainer .profileMainCont .profileBtn {
  margin: 1px
}

.ministerContainer .ministerMainContent .textContainer .profileMainCont .profileBtn:hover {
  background: #fff;
  color: #fbac1b
}

@media (max-width: 1024px) {
  .ministerContainer .ministerMainContent {
      display: block
  }

  .ministerContainer .ministerMainContent .imageContainer {
      width: 100%;
      float: none;
      margin-bottom: 20px
  }

  .ministerContainer .ministerMainContent .textContainer {
      width: 100%;
      float: none;
      padding-left: 0;
      text-align: center
  }
}

@media (max-width: 767px) {
  .ministerContainer .ministerMainContent {
      display: flex
  }

  .ministerContainer .ministerMainContent .imageContainer {
      width: 40%;
      float: left;
      margin-bottom: 0
  }

  .ministerContainer .ministerMainContent .textContainer {
      width: 60%;
      float: none;
      padding-left: 2em;
      text-align: left
  }
}

@media (max-width: 500px) {
  .ministerContainer .ministerMainContent {
      display: block
  }

  .ministerContainer .ministerMainContent .imageContainer {
      width: 100%;
      float: none;
      margin-bottom: 20px
  }

  .ministerContainer .ministerMainContent .textContainer {
      width: 100%;
      float: none;
      padding-left: 0;
      text-align: center
  }
}

.contrast .profileBtn {
  background: #000;
  border: 1px solid #ff0;
  color: #fff
}

.contrast .profileBtn:hover {
  background: #000 !important
}

.ministerProfileCont2 p {
  font-weight: 600
}

.ministerProfileCont2 p .ministerName {
  font-weight: 400
}

.ministerContainer3 {
  width: 100%;
  padding: 0;
  border-radius: 0;
  background: #e1e1e1
}

.ministerContainer3 .ministerMainContent {
  width: 100%;
  padding: 20px;
  display: flex;
  -moz-box-align: center;
  align-items: center
}

.ministerContainer3 .ministerMainContent:hover {
  background: #fbac1b
}

.ministerContainer3 .ministerMainContent:hover .textContainer p {
  color: #fff
}

.ministerContainer3 .ministerMainContent .imageContainer {
  float: left;
  width: 130px;
  height: 120px;
  background: #fff;
  text-align: center
}

.ministerContainer3 .ministerMainContent .textContainer {
  width: 60%;
  float: left;
  padding-left: 2em
}

.ministerContainer3 .ministerMainContent .textContainer p {
  padding-bottom: 3px;
  width: 100%
}

.ministerContainer3 .ministerMainContent .textContainer .profileMainCont {
  width: 100%;
  margin-top: 10px
}

.ministerContainer3 .ministerMainContent .textContainer .profileMainCont .profileBtn {
  margin: 1px
}

.ministerContainer3 .ministerMainContent .textContainer .profileMainCont .profileBtn:hover {
  background: #fff;
  color: #fbac1b
}

@media (max-width: 1024px) {
  .ministerContainer3 .ministerMainContent .textContainer .profileMainCont .profileBtn {
      margin: 0
  }
}

@media (max-width: 940px) {
  .ministerContainer3 .ministerMainContent {
      display: block
  }

  .ministerContainer3 .ministerMainContent .imageContainer {
      width: 100%;
      float: none;
      margin-bottom: 20px
  }

  .ministerContainer3 .ministerMainContent .textContainer {
      width: 100%;
      float: none;
      padding-left: 0;
      text-align: center
  }
}

@media (max-width: 767px) {
  .ministerContainer3 .ministerMainContent {
      display: flex
  }

  .ministerContainer3 .ministerMainContent .imageContainer {
      width: 40%;
      float: left;
      margin-bottom: 0
  }

  .ministerContainer3 .ministerMainContent .textContainer {
      width: 60%;
      float: none;
      padding-left: 2em;
      text-align: left
  }
}

@media (max-width: 500px) {
  .ministerContainer3 .ministerMainContent {
      display: block
  }

  .ministerContainer3 .ministerMainContent .imageContainer {
      width: 100%;
      float: none;
      margin-bottom: 20px
  }

  .ministerContainer3 .ministerMainContent .textContainer {
      width: 100%;
      float: none;
      padding-left: 0;
      text-align: center
  }
}

.contrast .ministerContainer3 {
  background: #000;
  border: 1px solid #fff
}

.contrast .ministerContainer3 .ministerMainContent:hover {
  background: #000
}

.ministerProfileCont4 {
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  padding: 0
}

.ministerProfileCont4 .ministermaincontainer4 {
  width: 100%;
  padding: 20px
}

.ministerProfileCont4 .ministermaincontainer4 .imageContainer {
  width: 130px;
  height: 130px;
  background: #e1e1e1;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden
}

.ministerProfileCont4 .ministermaincontainer4 p {
  margin-top: 15px
}

.ministerProfileCont4 .ministermaincontainer4 .ministerName {
  display: block
}

.ministerProfileCont4 .ministermaincontainer4 .ministerProfileLink {
  width: 100%;
  text-align: center
}

.ministerProfileCont4 .ministermaincontainer4 .ministerProfileLink li {
  display: inline-block;
  border-right: 1px solid #e1e1e1
}

.ministerProfileCont4 .ministermaincontainer4 .ministerProfileLink li a {
  display: inline-block;
  font-weight: 600;
  padding: 0 5px;
  font-size: 95%;
  color: #fbac1b
}

.ministerProfileCont4 .ministermaincontainer4 .ministerProfileLink li a:hover {
  color: #fbac1b
}

.ministerProfileCont4 .ministermaincontainer4 .ministerProfileLink li:last-child {
  border-right: none
}

.ministerProfileCont5 {
  width: 100%;
  background: #e1e1e1;
  border-radius: 0;
  padding: 0
}

.ministerProfileCont5 .ministermaincontainer5 {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #fff
}

.ministerProfileCont5 .ministermaincontainer5:last-child {
  border-bottom: none
}

.ministerProfileCont5 .ministermaincontainer5 .imageContainer {
  width: 130px;
  height: 120px;
  background: #fff;
  text-align: center;
  display: inline-block
}

.ministerProfileCont5 .ministermaincontainer5 p {
  margin-top: 15px
}

.ministerProfileCont5 .ministermaincontainer5 .ministerName {
  display: block
}

.ministerProfileCont5 .ministermaincontainer5 .ministerProfileLink {
  width: 100%;
  text-align: center
}

.ministerProfileCont5 .ministermaincontainer5 .ministerProfileLink .minProfileBtn {
  background: #4b3504;
  border: 0;
  color: #fff;
  margin: 2px
}

.contrast .ministerProfileCont5 {
  background: #000;
  border: 1px solid #fff
}

.contrast .ministerProfileCont5 .ministermaincontainer5 .ministerProfileLink .minProfileBtn {
  background: #000;
  border: 1px solid #ff0
}

.searchWidgetWrapper .SearchWidget {
  max-width: 70%;
  margin: 0 auto;
  display: flex;
  border-bottom: 1px solid #1a1a1a
}

.searchWidgetWrapper .SearchWidget input[type=text] {
  border: 0 solid #000;
  outline: none;
  box-shadow: none;
  font-size: 1.5em;
  padding: 8px 10px;
  height: 45px;
  width: 90%;
  display: inline-block;
  vertical-align: middle;
  color: #1a1a1a
}

.searchWidgetWrapper .SearchWidget button {
  display: inline-block;
  height: 45px;
  width: 10%;
  vertical-align: middle;
  font-size: 1.5em;
  background: none;
  text-align: right;
  padding: 5px 8px
}

.searchWidgetWrapper .SearchWidget button:hover {
  color: #4b3504
}

.blinking-cursor {
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite
}

.searchResultCount {
  font-size: 1em;
  margin-bottom: 15px
}

.searchItem {
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.searchItem:first-child {
  border-top: none
}

.searchItem h2 {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 1.2em
}

.section-row {
  padding: 25px 0;
  min-height: 500px
}

.box2_5 {
  width: 25%;
  float: left;
  vertical-align: top;
  left: 0;
  min-height: .5px
}

@media (max-width: 1024px) {
  .box2_5 {
      width: 48%
  }

  .box2_5:nth-child(odd) {
      margin-right: 2%
  }

  .box2_5:nth-child(even) {
      margin-left: 2%
  }
}

@media (max-width: 640px) {
  .box2_5 {
      width: 100%;
      float: none;
      vertical-align: top;
      left: 0;
      min-height: .5px
  }

  .box2_5:nth-child(odd) {
      margin-right: 0
  }

  .box2_5:nth-child(even) {
      margin-left: 0
  }
}

.list-style-big-icon .villege,
.list-style-big-icon .mc,
.list-style-big-icon .ps {
  padding-bottom: 5px;
  display: block;
  overflow: hidden
}

.list-style-big-icon .villege .list-style-big-iconIcon {
  background: #fbac1b;
  color: #fff
}

.list-style-big-icon .villege .list-style-big-iconTest {
  color: #fbac1b
}

.list-style-big-icon .mc .list-style-big-iconIcon {
  background: #fbac1b
}

.list-style-big-icon .mc .list-style-big-iconTest {
  color: #fbac1b
}

.list-style-big-icon .ps .list-style-big-iconIcon {
  background: #4b3504
}

.list-style-big-icon .ps .list-style-big-iconTest {
  color: #4b3504
}

.list-style-big-icon .list-style-big-iconIcon {
  width: 100px;
  height: 90px;
  float: left;
  margin-right: 10px;
  overflow: hidden
}

.list-style-big-icon .list-style-big-iconIcon span {
  font-size: 60px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 15px 0
}

.list-style-big-icon .list-style-big-iconIcon svg {
  -webkit-transform: scale(2);
  transform: scale(2);
  display: block;
  margin: 25px auto;
  fill: #fff
}

.list-style-big-icon .list-style-big-iconIcon svg * {
  fill: #fff
}

.list-style-big-icon .list-style-big-iconTest {
  padding-top: 8px
}

.list-style-big-icon .list-style-big-iconTest span {
  font-size: 2.4em;
  font-weight: 700;
  display: block;
  padding-bottom: 0
}

@media (max-width: 1100px) {
  .list-style-big-icon .list-style-big-iconIcon {
      height: 70px;
      width: 80px
  }

  .list-style-big-icon .list-style-big-iconIcon span {
      font-size: 50px;
      margin: 8px 0
  }

  .list-style-big-icon .list-style-big-iconTest span {
      font-size: 2em;
      line-height: 1em
  }
}

.page-head {
  margin: 0 0 20px
}

#breadcrumb ul li {
  float: left
}

#breadcrumb ul li:after {
  content: '>';
  display: inline-block;
  padding: 0 6px
}

#breadcrumb ul li:last-child:after {
  content: ''
}

#breadcrumb ul li:last-child a {
  color: inherit
}

.printShare ul li {
  float: left;
  margin: 0 3px
}

.printShare ul li img {
  width: 18px
}

.printShare ul li img.share_icon {
  opacity: 0.5
}

.printShare ul li:first-child {
  margin-left: 0
}

.printShare ul li:first-child:after {
  content: "/";
  margin-left: 4px
}

.printShare ul li:last-child {
  margin-right: 0
}

.printShare ul li:last-child:after {
  content: none;
  padding-right: 0
}

.printShare ul li:last-child a:last-child span {
  margin: 0
}

.printShare ul li a {
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 700;
  color: inherit
}

.printShare ul li span {
  font-size: 1.4em;
  padding: 0;
  vertical-align: middle;
  margin: 0 4px 0 0
}

.printShare ul li span.icon-printer {
  margin: 0;
  font-size: 1.6em
}

.printShare ul li .printslash {
  display: inline-block;
  margin: -5px 0 0 3px;
  font-weight: normal
}

.ui-widget.ui-datepicker {
  border-color: #ea3876
}

.ui-widget-header {
  border-color: #ea3876;
  background: #ea3876
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background: none;
  text-align: center;
  border: 0
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background: #ea3876;
  color: #fff;
  border-color: #ea3876;
  border: 1px
}

.newsBox h3,
.newsBox a,
.newsBox .text-small {
  color: #fbac1b
}

.viewSwicther a {
  font-size: 1.9em;
  line-height: 38px;
  display: block;
  float: left;
  color: #000
}

.viewSwicther a:first-child {
  margin-right: 7px
}

a:hover {
  color: #000
}

.icon-right-caret {
  position: relative;
  top: 1px;
  transition: none !important;
  -webkit-transition: none !important
}

.icon-zoom-in {
  transition: none !important;
  -webkit-transition: none !important
}

.contrast .btn-default {
  background: #000;
  border: 1px solid #ff0 !important;
  color: #ff0
}

.contrast .bg-grey-light {
  background: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff
}

.contrast .gen-list {
  background: #000
}

.contrast .gen-list li.sqrList1 span.list-icon,
.contrast .gen-list .sqrList2 span.list-icon,
.contrast .gen-list .sqrList3 span.list-icon,
.contrast .gen-list .sqrList4 span.list-icon,
.contrast .gen-list .sqrList5 span.list-icon,
.contrast .gen-list .sqrList6 span.list-icon,
.contrast .gen-list .sqrList7 span.list-icon,
.contrast .gen-list .sqrList8 span.list-icon {
  background: #000 !important;
  border: 1px solid #ff0;
  color: #ff0
}

.gen-list-squre-icons {
  width: 100%
}

.gen-list-squre-icons li {
  width: 14.5%;
  float: left;
  margin: 1%;
  padding: 1em;
  background: #66b9ac;
  text-align: center;
  display: table;
  height: 140px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all
}

.gen-list-squre-icons li a {
  display: table-cell;
  vertical-align: middle;
  color: #fff
}

.gen-list-squre-icons li a .list-text {
  color: #fff;
  text-transform: uppercase
}

.gen-list-squre-icons li span {
  font-size: 3em;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block
}

.gen-list-squre-icons li p {
  padding-bottom: 0;
  color: #fff;
  text-transform: uppercase
}

.gen-list-squre-icons li:hover {
  background: rgba(0, 0, 0, 0.4)
}

.contrast .gen-list-squre-icons li {
  background: #000;
  border: 1px solid #ff0
}

.contrast .gen-list-squre-icons li span {
  color: #ff0
}

.contrast .gen-list-squre-icons li .list-text {
  color: #ff0
}

@media (max-width: 1100px) {
  .gen-list-squre-icons li {
      width: 11%
  }

  .gen-list-squre-icons li .list-text {
      line-height: 1.2em
  }
}

@media (max-width: 940px) {
  .gen-list-squre-icons li {
      width: 22.8%
  }
}

@media (max-width: 640px) {
  .gen-list-squre-icons li {
      width: 31%
  }
}

@media (max-width: 500px) {
  .gen-list-squre-icons li {
      width: 48%
  }
}

@media (max-width: 400px) {
  .gen-list-squre-icons li {
      width: 100%
  }
}

.no-radius {
  border-radius: 0
}

.boxBorder {
  border: 1px solid #e1e1e1
}

.boxBorder img {
  width: 100%;
  margin-bottom: 1em
}

.postReadmore {
  padding: 0;
  margin: 0;
  color: #000
}

.postReadmore:hover {
  color: #000
}

.boxBorder .hr {
  margin: 1em 0
}

.poststyle2 {
  padding-right: 10px
}

.btn-black {
  background-color: #000;
  border-color: #000;
  color: #fff
}

.btn-black:hover {
  background: rgba(0, 0, 0, 0.8)
}

.poststyle {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #e1e1e1
}

.poststyle:hover {
  background: #fbac1b
}

.poststyle:hover h4,
.poststyle:hover p,
.poststyle:hover .postReadmore {
  color: #fff
}

.poststyle:last-child {
  border-bottom: 0
}

.newsContainer {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.newsContainer:hover h4,
.newsContainer:hover p,
.newsContainer:hover .postReadmore {
  color: #000
}

.newsContainer:last-child {
  border-bottom: 0
}

.upcomingEventContainer {
  width: 100%
}

.upcomingEventContainer .upcomingImgCont {
  width: 100%
}

.upcomingEventContainer .urduUpcoming {
  color: #000
}

.upcomingEventContainer .urduUpcoming:hover {
  text-decoration: underline
}

.ministerProfileMainCont {
  width: 100%;
  display: flex
}

.ministerProfileMainCont .profileMinister {
  width: 48%;
  float: left;
  margin: 0.5rem 1%;
  display: flex
}

@media (max-width: 500px) {
  .ministerProfileMainCont {
      display: block
  }

  .ministerProfileMainCont .profileMinister {
      display: block;
      float: none;
      margin: 0;
      width: 100%
  }

  .ministerProfileMainCont .profileMinister:first-child {
      margin-bottom: 20px
  }
}

.new {
  background: #ffdb69;
  color: #fff;
  display: inline-block;
  font-size: 80%;
  margin: 0 2px;
  padding: 1px 5px;
  text-transform: uppercase
}

.contrast .new {
  background: #000;
  color: #ff0;
  border: 1px solid #ff0
}

@media (max-width: 1100px) {
  .latestNews {
      width: 32%
  }

  .upcomingNews {
      width: 22%
  }

  .profileCont {
      width: 40%
  }
}

@media (max-width: 1024px) {
  .latestNews {
      width: 98%
  }

  .upcomingNews {
      width: 38%
  }

  .profileCont {
      width: 58%
  }
}

@media (max-width: 767px) {
  .latestNews {
      width: 98%
  }

  .upcomingNews {
      width: 98%;
      margin-bottom: 20px !important
  }

  .profileCont {
      width: 98%
  }
}

.documentBorder {
  border-top: 3px solid #4b3504;
  margin: 0.5rem 1%;
  margin-bottom: 10px
}

.ourServiceBorder {
  border-top: 3px solid #ea3876;
  margin: 0.5rem 1%;
  margin-bottom: 10px
}

.instituteBorder {
  border-top: 3px solid #fbac1b;
  margin: 0.5rem 1%;
  margin-bottom: 10px
}

.awardBorder {
  border-top: 3px solid #ffdb69;
  margin: 0.5rem 1%;
  margin-bottom: 10px
}

@media (max-width: 767px) {

  .documentBorder,
  .ourServiceBorder,
  .instituteBorder {
      margin-bottom: 20px !important
  }
}

.contrast .bg-white {
  background: #000;
  border: 1px solid #fff
}

.awardMainContainer {
  width: 100%
}

.awardMainContainer .awardListContainer {
  align-items: start;
  display: flex;
  margin-bottom: 20px;
  width: 100%
}

.awardMainContainer .awardListContainer img {
  margin-left: 0;
  max-width: 77px
}

.awardMainContainer .awardListContainer .awardhightHeading {
  margin-left: 1em;
  width: 100%
}

.awardMainContainer .awardListContainer .awardhightHeading a {
  color: #000;
  font-weight: 400
}

.switchViewHead {
  margin: 0 0 10px
}

.switchViewHead h1 {
  margin: 0;
  line-height: 38px
}

.contrast .bg-grey-light {
  border: 1px solid #fff
}

.contrast .btn-theme,
.contrast .btn-gov {
  background-color: #000 !important;
  border-color: #ff0 !important;
  color: #ff0 !important
}

.visibleTxt {
  display: none
}

.list-view .visibleTxt {
  display: block
}

.activity-links li {
  padding-bottom: 7px
}

.accent-nutural-color {
  background: #f6f3ee;
  background-color: #f6f3ee
}

.theme1-fixed-color {
  background: #052963;
  background-color: #052963
}

.theme5-fixed-color {
  background: #183a53;
  background-color: #183a53
}

.theme6-fixed-color {
  background: #ea3876;
  background-color: #ea3876
}

table caption {
  font-size: 1.4em;
  font-weight: 600;
  color: #fff !important;
  background: #333;
  padding-left: 15px
}

.details-container.noimage {
  margin: 40px auto 0;
  padding: 35px 25px 25px
}

ol li ul li {
  list-style-type: disc
}

.doc-table {
  table-layout: inherit !important
}

.doc-table tr th:first-child,
.doc-table tr tr:first-child {
  width: 60%
}

.border-radius1 {
  border-radius: 5px
}

.border-radius2 {
  border-radius: 10px
}

.border-radius3 {
  border-radius: 30px
}

.border-radius4 {
  border-radius: 100%
}

.border1 {
  border: 1px solid #ccc
}

.box-style1 {
  padding-left: 20px;
  position: relative
}

.box-style1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 10px solid
}

.border-top0 {
  border-top: 0 !important
}

.border-right0 {
  border-right: 0 !important
}

.border-left0 {
  border-left: 0 !important
}

a:focus {
  outline: 2px solid black !important;
  outline-offset: 2px !important;
}

#header .accessiblelinks.textSizing.hide {
  display: none;
}

#header #accessibility #accessibilityMenu:hover .accessiblelinks.textSizing {
  display: block !important;
}

/*
     End of Styles used for Accessibility Widget.
*/
/****************************** 23-12-24 *******************************/

/* ******************************
Announcement-Hero Design Start
********************************/
.announce-hero {
  background-color: #F4F4F9;
  height: 100%;
}

.announce-hero .title {
  padding: 10px 15px;
  border-bottom: 1px solid #e0e0e0;
}

.announce-hero .title h2 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 0;
  text-transform: capitalize;
}

.announce-hero .announce-wrapper {
  background-color: #fff;
  overflow-y: auto;
  height: 500px;
}

.announce-hero .announce-wrapper .announce-block {
  padding: 10px 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7px;
}

.announce-hero .announce-wrapper .announce-block:last-child {
  padding-bottom: 50px;
}

.announce-hero .announce-wrapper .announce-block:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.announce-hero .announce-wrapper .announce-block .disc {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background-color: #2F2F8F;
  flex-shrink: 0;
  margin-top: 8px;
}

.announce-hero .announce-wrapper .announce-block .title-link {
  font-weight: 500;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  color: #000;
}

.announce-hero .announce-content .para-content,
.announce-hero .announce-wrapper .announce-block .para-link {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: block;
  line-height: 20px;
}

.announce-hero .announce-content .para-content {
  display: inline-block;
  margin: 0;
}

.announce-hero .announce-wrapper .announce-block .para-link:hover {
  color: #2F2F8F;
}

.announce-wrapper::-webkit-scrollbar {
  width: 6px;
}

.announce-wrapper::-webkit-scrollbar-thumb {
  border-radius: 16px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #e0e0e0;
}

.announce-wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eee;
}

.hero-slider-wrapper .slider-content img {
  height: 500px;
  object-fit: cover;
}

.hero-slider-wrapper {
  height: 500px;
}

@media screen and (max-width: 767px){
  .hero-slider-wrapper {
      height: auto;
    }
  
  .announce-hero .title,
  .announce-hero .announce-wrapper .announce-block {
    padding: 8px 12px;
  }

  .announce-hero .announce-wrapper .announce-block:last-child {
    padding-bottom: 12px;
  }
}
/* *****************************
Announcement-Hero Design End
******************************/
/*********************** 13-02-25 ***********************************/
.divider {
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #FFFFFF33;
  margin: 0;
}
.esta-footer {
  margin-top: 8px;
}
.esta-footer .esta-badge {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  border-radius: 35px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  background-color: #44449a;
  padding: 2px 12px;
}

footer .footer-title {
  margin-bottom: 10px;
}
/* .update-visitors-flex .visitors {
  margin-bottom: 20px !important;
} */

.exam .section-title-content span,
.circular-area .section-title-content span {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #ED1D24;
  background-color: #fef4f4;
  padding: 4px 12px;
  border-radius: 35px;
  border: 1px solid #e0e0e0;
  display: inline-block;
  margin-bottom: 5px;
}

.recruitment .recruitment-wrapper:not(:last-child) {
  margin-bottom: 15px;
}

.faq .card-accordion .accordion .accordion-item .accordion-header .accordion-button{
  box-shadow: 0px 0px 10px 0px #0000001A;
}

.circular-form-wrapper{
  box-shadow: 0px 0px 10px 0px #0000001A;
  border-radius: 5px;
  padding: 20px;
  background-color: #fff;
}

.circular-form-wrapper > span {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f9;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.circular-form-wrapper h2 {
  font-weight: 600;
  font-size: 24px;
  color: #000;
  text-decoration: none;
  display: block;
  line-height: 30px;
  margin-bottom: 5px;
}

.circular-form-wrapper p {
  font-weight: 400;
  font-size: 16px;
  color: #6C6C6C;
  text-decoration: none;
  display: block;
  line-height: 22px;
  margin-bottom: 20px;
}

.cat-filters-block .nice-select,
.circular-form-wrapper input{
  padding: 7px 16px;
  background-color: #fff;
  border-radius: 35px;
  border: 1px solid #e0e0e0;
  outline: 0;
  margin-bottom: 15px;
  transition: all 300ms ease-in;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.cat-filters-block .nice-select{
  line-height: 0;
  margin: 0;
  padding: 19px 16px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.cat-filters-block .nice-select .current {
  font-size: 14px;
    font-weight: 400;
    color: #000;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f4f4f9 !important;
  color: #2F2F8F;
}

.nice-select .list .option {
  font-weight: 400;
}

.cat-filters-block .nice-select {
  width: 420px;
}

.circular-form-wrapper input:focus {
  border: 1px solid #2F2F8F;
  background-color: #f4f4f9;
  transition: all 300ms ease-in;
  box-shadow: none;
  outline: none;
}

.circular-form-wrapper label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #6c6c6c;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.circular-form-wrapper label .warning {
  color: #ED1D24;
}

.circular-form-wrapper ::placeholder {
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.circular-form-wrapper .btn-send input{
  background-color: #2F2F8F;
  color: #fff;
  border-radius: 35px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 20px;
  transition: all 300ms ease-in;
  border: 1px solid transparent;
  line-height: 22px;
  text-decoration: none;
  width: 100%;
  margin-bottom: 0;
  height: auto;
}

.circular-form-wrapper .btn-send input:hover { 
  transition: all 300ms ease-in;
  color: #2F2F8F !important;
  background-color: transparent;
  border: 1px solid #2F2F8F;
  outline: none;
  box-shadow: none;
}

.circular-area #error-message {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #ED1D24;
  display: block;
  margin-top: 10px;
  text-align: center; 
}

.circular-block .badge-wrapper {
  margin-bottom: 0;
  margin-top: 8px;
}

.circular-block span strong {
  font-size: 16px;
  font-weight: 500;
  color: #6c6c6c;
}

.circular-block span {
  font-weight: 400 !important;
}

.drop-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.nice-select .list {
  background-image: none;
  box-shadow: 0px 0px 10px 0px #0000001A;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  z-index: 100;
}

.nice-select .list .option:not(:last-child) {
  border: none;
}

.nice-select .list .option {
  min-height: auto;
  line-height: 20px;
  font-size: 14px;
  padding: 6px 10px;
}

.cat-filters-block .drop-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 11px;
}
.establishment-circulars .badge-wrapper {
  margin-bottom: 0 !important;
}
.establishment-circulars .circular-block .badge-wrapper strong {
    font-weight: 400;
}

.circular-area {
  background-color: #f5f5f9;
    background-image: url(../images/about-pattern.svg);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.otpmessage {
  font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    display: block;
    margin: 10px 0 15px;
    text-align: right;
}

.establishment-circulars .filter{
  position: sticky;
    top: 180px;
}
.otp-eye-frm{
  position: relative;
}

.otp-eye-frm span{
  position:absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  line-height: 0;
}
.otp-eye-frm .eye-active svg path {
  fill: #2F2F8F !important;
}
/* **********************
common radio design start
*************************/
.radio-checked {
  border: 1px solid #007aff !important;
  background-color: rgba(0, 122, 255, 0.0509803922);
}

.green-checked {
  border: 1px solid #3BB537 !important;
  background-color: rgba(59, 181, 55, 0.0784313725);
}

.red-checked {
  border: 1px solid #EE4549 !important;
  background-color: #fdf0f1;
}

.red-checked .checkmark {
  border: 1px solid #EE4549 !important;
}

.red-checked .checkmark::after {
  background-color: #EE4549 !important;
}

.radio-outline-primary {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
}

.radio-outline-primary input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio-outline-primary input:checked~.checkmark {
  display: block;
  background-color: #fff !important;
  border: 1px solid #2F2F8F;
}

.radio-outline-primary input:checked~.checkmark::after {
  background: #2F2F8F;
}

.radio-outline-primary span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.radio-outline-primary .checkmark {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
}

.radio-outline-primary .checkmark::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  bottom: 0;
  margin: auto;
  border: 0;
  background: #fff;
  transform: rotate(45deg);
}

.field-radio-block:not(:last-child) {
  margin-bottom: 10px;
}

.tag-input {
  height: 40px;
  background-color: #fff;
  border-radius: 35px;
  text-indent: 38px;
  border: 1px solid #e0e0e0;
  outline: 0;
  position: relative;
  text-transform: capitalize;
  width: 100%;
}
.tag-input + span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f9;
  z-index: 10;
}
.tag-input::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #a5a5a5;
}
#selected-tags {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.search-tag-filter.filters-block .ui-autocomplete {
  list-style-position: outside;
  padding-left: 0 !important;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  z-index: 1;
  padding: 10px 12px !important;
  border-radius: 10px;
  list-style: none !important;
  margin-top: 8px !important;
  border: none !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  background-color: transparent;
  border: none !important;
  color: #2F2F8F;
}
.selected-tag {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  display: inline-flex !important;
  align-items: center;
  border-radius: 35px;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f9;
  padding: 3px 12px;
  gap: 8px;
  transition: all 300ms ease;
  cursor: pointer;
}
.selected-tag:hover {
  background-color: #fef4f4;
  transition: all 300ms ease;
}
.selected-tag:hover .remove-tag svg path{
  fill: #ed1d24;
  transition: all 300ms ease;
}
.filter .field-rep-block {
  max-height: 138px;
  overflow-y: auto;
}
/* *****************
scrollbar design start
********************/
.filter .field-rep-block::-webkit-scrollbar {
  width: 4px;
}

.filter .field-rep-block::-webkit-scrollbar-thumb {
  border-radius: 16px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #e0e0e0;
}

.filter .field-rep-block::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eee;
}

/* *****************
scrollbar design end
********************/

/* ********************
common radio design end
***********************/
.exam-ajax-loader{
  text-align: center;
  margin-top: 53px;
}
.loader-spinner {
  width: 50px;
 height: 50px;
  /* center */
  -webkit-animation: spinLoader 900ms steps(12, end) infinite;
  animation: spinLoader 900ms steps(12, end) infinite;
}

@-webkit-keyframes spinLoader {
  from {
    transform: translate(-50%, -50%) rotate(0turn);
  }

  to {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

@keyframes spinLoader {
  from {
    transform: translate(-50%, -50%) rotate(0turn);
  }

  to {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
@media screen and (max-width:1199px) {
.establishment-circulars .filter {
  position: static;
}
}
@media screen and (max-width:991px) {
  .establishment-circulars .search-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
@media screen and (max-width:767px) {
.loader-spinner {
    width: 30px;
    height: 30px;
  }
.exam-ajax-loader {
  text-align: center;
  margin-top: 40px;
}
.update-visitors-flex .visitors {
    margin-bottom: 20px !important;
  }
  .circular-form-wrapper {
    padding: 16px;
  }
  .circular-form-wrapper>span {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
  }
  .circular-form-wrapper>span > img {
    height: 28px;
  }
  .circular-form-wrapper .btn-send input {
    font-size: 14px;
    padding: 6px 14px;
  }
  /* .circular-form-wrapper input { 
    padding: 5px 16px;
  } */
  .circular-form-wrapper p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
  }
  .circular-form-wrapper h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .exam .section-title-content span,
  .circular-area .section-title-content span {
    padding: 2px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .establishment-circulars .search-block .drop-flex{
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .establishment-circulars .search-block .search-form .search-input,
  .cat-filters-block .nice-select {
    width: 100%;
  }
}
/* 26/02/2025 */
.website-counter {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ffffff10;
}
.website-counter {
  background-color: #2F2F8F;
}

.website-counter .footer-title {
  margin-bottom: 10px;
}

.website-counter .footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  text-transform: capitalize;
  display: block;
  margin-bottom: 15px;
}

.website-counter .update-visitors-flex .visitors .visitors-digits {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.website-counter .update-visitors-flex .visitors .visitors-digits span {
  width: 30px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  background-color: #44449a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.website-counter .update-visitors-flex .visitors p {
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  color: #fff;
  margin: 10px 0 0;
}

.load-more-container{
  margin-top: 20px;
}

.load-more-container button {
  background-color: #2F2F8F;
  border: 1px solid #2F2F8F;
  color: #fff;
  padding: 7px 16px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 300ms ease;
}

.load-more-container button:hover {
  background-color: #fff;
  border: 1px solid #2F2F8F;
  transition: all 300ms ease;
  color: #2F2F8F;
}
header .sub-header .search-bar.show {
  display: flex !important;
}
.test-breadcrumb {
  margin-top: 0 !important;
}
@media (max-width:1199px){
  .update-visitors-flex .visitors {
    margin-bottom: 20px !important;
  }
  .website-counter {
    padding-bottom: 10px;
  }
  .website-counter .footer-title{
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .website-counter {
    padding-left: 7px;
    padding-right: 7px;
  }
  .website-counter .footer-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .website-counter .update-visitors-flex .visitors .visitors-digits span {
    width: 24px;
    height: 34px;
    font-size: 16px;
  }
  .load-more-container button {
    font-size: 14px;
    padding: 6px 12px;
  }
  header .sub-header>ul>li a {
    font-size: 0;
    gap: 3px;
  }
  header .sub-header .search-bar .search-fill {
    flex-shrink: 0;
  }
}

@media (max-width: 480px) {
  header .sub-header .search-bar {
    width: 180px;
  }
  header .sub-header .search-bar input {
    width: 100%;
  }
}