:root {
  --theme-blue: #2460b9;
  --theme-blue-dark: #004b8e;
  --theme-purple: #6c0ba9;
  --theme-red: #ee1d25;
  --theme-light-original: #fff;
  --theme-light-mono: #eee;
  --theme-light: #ddd;
  --theme-yellow: #ffc107;
  --color-light: #fff;
  --color-light-extra: #e3e3e3;
  --color-dark: #000;
  --color-blue: #fff;
  --color-blue-dark: #e3e3e3;
  --primary-text-color: #081526;
  --footer-bg: #081526;

  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;


}

:root.dark {
  --theme-blue: #1d2f3e;
  --theme-blue-dark: #1d2f3e;
  --theme-purple: #1d2f3e;
  --theme-red: #1d2f3e;
  --theme-light-original: #fff;
  --theme-light-mono: #eee;
  --theme-light: #ddd;
  --theme-yellow: #1d2f3e;
  --color-light: #fff;
  --color-light-extra: #e3e3e3;
  --color-dark: #000;
  --color-blue: #1d2f3e;
  --color-blue-dark: #1d2f3e;
  --primary-text-color: #081526;
  --footer-bg: #081526;

  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;

}

:root.dark .bidheyak-content {
  border: 1px solid var(--color-light-extra);
}

.page-content table thead tr {
  border: 1px solid var(--color-light-extra);
}

:root.dark body {
  background: #1d2f3e;
}

:root.dark .section-title {
  border: 1px solid var(--color-light-extra);
}

:root.dark .header-top .language-and-color__mode .color-switcher span {
  color: var(--theme-light);
}








/* ___________header section start_____________ */

.section-header .header-bottom {
  position: relative;
}

.section-header .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
  opacity: 0.2;
}

.section-header .bg-image img {
  width: 100%;
  height: 100%;
/*  object-fit: cover;*/
}

.section-header .bg-image .section-header .header-top {
  padding: 0 0 1.5rem 0;
}

:root.dark .section-header .header-top .header-top-tools {
  border-color: var(--color-light-extra);
}

.section-header .header-top .page-logo img {
  width: 120px;
}

.section-header .header-top .nepali-flag img {
  width: 80px;
}

.header-top .language-and-color__mode img {
  width: 13px;
}

.header-top .office-info a:hover {
  color: var(--theme-red);
}

:root.dark .header-top .office-info a:hover {
  color: var(--color-light-extra);
}

.header-top .language-and-color__mode .page-language .language-box a {
  font-size: 0.9rem;
  font-weight: 400;
}

.header-top .language-and-color__mode .page-language .language-box.active a {
  color: var(--color-light);
}

.header-top .page-color-mode .color-switcher {
  width: 25px;
  height: 25px;
}

.header-top .language-and-color__mode .color-switcher span {
  color: var(--theme-blue);
}

.header-top .page-color-mode label {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.header-top .page-color-mode label > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-top .page-color-mode label input {
  width: 0;
  height: 0;
  visibility: hidden;
}

.header-top .page-color-mode label img {
  width: 20px;
}

:root.dark .font-toggler button {
  background: none;
  color: var(--color-light-extra);
  border: 1px solid var(--color-light-extra);
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}



/* ___________header section end___________ */

/* ___________hero section start___________ */

.section-hero .highlights .hightlight-inner {
  gap: 1rem;
}

:root.dark .section-hero .highlights {
  border: 1px solid var(--color-light-extra);
}

.section-hero .highlights .highlight-box-content marquee {
  margin-top: 0.3rem;
}

.section-hero .highlights .highlight-box-content ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
}

.section-hero .highlights .highlight-box-content ul li a {
  color: var(--theme-blue);
/*  font-size: 0.9rem;
  font-weight: 600;*/
}

:root.dark .section-hero .highlights .highlight-box-content ul li a {
  color: var(--color-light-extra);
}

.section-hero .highlights .highlight-box-content ul li a:hover {
  color: var(--theme-red);
}

.section-hero .image-slider {
  width: 100%;
  height: 400px;
}

.section-hero .image-slider .swiper-slide img {
  width: 100%;
  height: 400px;
/*  object-fit: cover;*/
}

.section-hero .image-slider .swiper-image-container {
  position: relative;
}

.section-hero .image-slider .swiper-image-container .image-caption {
  padding: 0.5rem;
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 111;
  background: #0009;
  color: #fff;
  transform-origin: left;
}
.section-hero .image-slider .swiper-slide-active .image-caption {
  animation: 0.7s ease-out slidein;
}

@keyframes slidein {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

.section-hero .image-slider .swiper-image-container .image-caption h5 {
  font-size: 0.95rem;
  margin: 0;
  font-weight: 400;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f138";
  font-size: 1.7rem;
  color: #0008;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f137";
  font-size: 1.7rem;
  color: #0008;
}

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

 .section-hero .office-staffs .card-landscape img {
  width: 100px;
  height: 100px;
} 

.section-hero .office-staff-card {
  border: 2px solid var(--theme-light);
  border-radius: 5px;
  padding: 0.5rem;
/*  background: var(--theme-light-mono);*/
}

.section-hero .office-staff-card .staff-image img {
  width: 110px;
  margin: 0.5rem 0;
}

.section-hero .office-staff-card h5 {
  font-size: 1.1rem;
/*  color: var(--theme-blue);
  font-weight: 600;*/
}

.section-hero .office-staff-card .staff-name h5 {
  color: var(--primary-text-color);
  font-weight: 500;
}



.carousel-item img{
  max-height: 400px;
}

/* __________hero section end_____________ */

/* __________ about section start ___________ */

.section-about .section-about-content .row {
  justify-content: space-between;
}

.section-about .our-facebook-page {
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.section-about .officers-saying {
  box-shadow: 5px 5px 25px #00478c33;
  border-radius: 10px;
}

.section-about .officers-saying img {
  width: 150px;
}

/* ___________ about section end ___________ */

/* ___________ notice section start _________ */

.nav-tabs .nav-link {
  border-radius: 0;
  padding: 1.2rem;
  display: block;
  width: 100%;
  font-size: larger;
}



:root.dark .nav-tabs {
  border: 1px solid var(--color-light-extra);
  margin-bottom: 1rem;
}

.nav-tabs .nav-item {
  flex: 1;
  padding: 5px;
}

.nav-tabs .nav-link:hover {
  color: var(--color-light);
  background: var(--theme-red);
}

.section-notices-and-downloads .card-box-content .upload-date {
  min-width: 130px;
}

.section-notices-and-downloads .tab-content {
  padding: 5px;
}

:root.dark .section-notices-and-downloads .notice-title h3 {
  color: var(--primary-text-color) !important;
}

:root.dark .section-notices-and-downloads .notice-title h5 {
  color: var(--primary-text-color) !important;
}

:root.dark
  .section-notices-and-downloads
  .card-box-content
  .notice-description
  h5 {
  color: var(--primary-text-color) !important;
}

:root.dark .section-notices-and-downloads .card-box-content .read-more a {
  color: var(--primary-text-color);
}

.nav-tabs li button {
  color: var(--color-light);
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link {
  border: none;
  background: var(--theme-blue);
}

:root.dark .nav-tabs .nav-item .nav-link,
:root.dark .nav-tabs .nav-link {
  border: 1px solid var(--color-light-extra);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: var(--theme-red);
  color: var(--color-light);
  border: none;
}

:root.dark .nav-tabs .nav-item.show .nav-link,
:root.dark .nav-tabs .nav-link.active {
  background: var(--color-light-extra);
  color: var(--color-dark);
  border: 1px solid var(--color-light-extra);
}

.section-notices-and-downloads
  .important-notices
  .notice-card
  .notice-title
  h5 {
  transition: all 0.3s;
}

.section-notices-and-downloads
  .important-notices
  .notice-card:hover
  a
  .notice-title
  h5 {
  color: var(--theme-red);
}

.section-notices-and-downloads .important-notices .view-all-btn {
  background-color: var(--theme-blue-dark);
  border-radius: 5px;
  padding: 0.4rem 1rem;
  box-shadow: 5px 5px 15px #0003;
}

/* ___________ notice section end ____________ */

/* _____________ quick tools section start ________ */

.section-quick-tools .container {
  /* background: var(--theme-blue); */
}

/* :root.dark .section-quick-tools .container {
  border: 1px solid var(--color-light-extra);
  padding: 1rem;
} */

.section-quick-tools .tool-card {
    text-align: center;
    margin: 0px;
    padding: 0px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
}

:root.dark .section-quick-tools .tool-card-content {
  border: 1px solid var(--color-light-extra);
}

.section-quick-tools .tool-card a {
  color: var(--color-light);
  font-size: 2rem;
}

.section-quick-tools .tool-card a:hover {
  color: var(--theme-light-mono);
}

:root.dark .section-quick-tools .tool-card a:hover {
  color: var(--color-dark);
}

.section-quick-tools .tool-card a:hover .tool-card-content {
  background: linear-gradient(45deg, var(--theme-blue), var(--theme-blue-dark));
}

:root.dark .section-quick-tools .tool-card a:hover .tool-card-content {
  background: linear-gradient(45deg, #fff9, #fff);
}

.section-quick-tools .tool-card .tool-card-content {
  background: #2b86b4;
  padding: 1rem 0.5rem;
}

.section-quick-tools .tool-card .card-image {
  margin-bottom: 0.7rem;
}

.section-quick-tools .tool-card h5 {
  /*font-weight: 600;*/
  font-size: 1.4rem;
}

/* _____________ quick tools section end ___________ */

/* ___________ image gallery section start _________ */

.gallery-album .album-thumbnail {
  width: 100%;
  min-height: 170px;
  max-height: 300px;
}

.gallery-album {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}

.gallery-album .album-caption {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: calc(0 + 0.75rem);
  background: linear-gradient(to top, var(--theme-blue), transparent);
  padding: 0.5rem;
  padding-top: 30%;
  width: calc(100% - 1.5rem);
  height: 70%;
}

.gallery-album img {
  filter: brightness(50%);
  min-height: 300px;
  max-height: 300px;

  /* display: none; */
}

/* ___________ image gallery section end ___________ */

/* _____________ padhadhikari page start ____________ */

.page-container .padhadhikari-content {
  border-radius: 10px;
}

.page-container .padhadhikari-name-and-post h5 {
  font-weight: 600;
}

.page-container .padhadhikari-image img {
  width: 130px;
}

/* _____________ padhadhikari page end _______________ */

/* ___________ table global start ______________ */

.page-container table {
/*  border-collapse: collapse;
  width: 100%;*/
}

/* .page-container table,
.page-container th,
.page-container td {
  border: 1px solid #000;
} */

.page-container th {
  background: var(--theme-blue);
  color: #fff;
}

.page-container th,
.page-container td {
  padding: 0.5rem 1rem;
}

.page-container td {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
/*.page-container table tr:nth-child(even) {
  background-color: #e3e3e3;
}

.page-container table tr:nth-child(odd) {
  background-color: #e3d6d6;
}*/

/* _____________ table global end ____________ */

/* _____________ form global start __________ */

.page-container form button.bg-blue:hover {
  background: #003a74;
}

/* ___________ form global end ______________ */

/* ____________ footer section start _______________ */

.section-footer .important-links a {
  transition: 0.5s;
}


.officer-contact a{
  color: var(--color-light-extra);
}

.section-footer .important-links a:hover {
  margin-left: 5px;
  color: var(--color-light-extra);
}

.section-footer ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.section-footer .footer-box img {
  width: 100px;
}

.section-footer .footer-box .office-detail img {
  width: 60px;
}

/* ____________ footer section end _______________ */



.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100%; 
}

.top-bar{
    border-bottom: 1px solid rgba(0,0,0,.125); 
}
.top-bar ul li{
    padding: 15px 15px 0px 15px;
    font-size: 0.875rem;
    border: none;
    border-right: 1px solid rgba(0,0,0,.125);  
}.top-bar ul li:last-child{
    border-right: 1px solid #e3e3e3;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px;
}

.top-bar ul.top-bar-right{
  float: right;
}

.top-bar ul.top-bar-right li:first-child{
    border-left: 1px solid #e3e3e3;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}

.top-bar ul.top-bar-right li:last-child{
  border: none;
}



.member-list-img{
  width: 150px!important;
}





.karmachari-section .page-content-detail {
  position: relative;
}

.karmachari-section .karmachari-image {
  border: 1px solid var(--theme-blue);
  width: 125px;
  position: absolute;
  top: 50px;
  right: 0;
}

.karmachari-details .info-box .info-title h5 {
  font-size: 1rem;
  margin: 0;
  font-weight: 500;
}

.karmachari-details .info-box .info-title h5::after {
  content: " :";
}

.karmachari-details .info-box .info-data p {
  color: rgb(221, 36, 61);
  font-size: 1rem;
  margin: 0;
}

.karmachari-details .info-box {
    display: flex;
    gap: 0.5rem;
    flex-basis: 100%;
}

.karmachari-content-box{
  width: 50%;
  margin: auto;
}


/*.karmachari-details .info-box:nth-child(-n + 7) {
  flex-basis: 80%;
}*/





.karnaligov{
  font-size: 1.1rem;
}

.upper-header-section {
    border-bottom: 1px solid #ccc;
}
.contact-info {
    display: flex;
    justify-content: flex-start!important;
    text-align: left!important;
}
.languages {
    color: #2361b9;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    text-align: right;
}
.languages ul {
    padding: 0;
    margin: 0;
}
.languages ul li {
    list-style: none;
    display: inline-block;
    margin: 3px;
}.languages ul li a {
    color: #2361b9;
    display: block;
    font-size: 12px;
    padding: 2px 5px 2px 4px;
    border-radius: 30px;
    line-height: 1;
    text-decoration: none;
    transition: all 0.5s;
    cursor: pointer;
}.languages ul li img{
  height: 20px;
  width: 20px;
}







.staff-info {
    background: #fff;
    text-align: left;
    padding: 25px 0px 25px 100px;
    margin-left: 50px;
    box-shadow: 1px 0px 0px 2px #e3e3e3;
    border-radius: 15px;
}

.staff-info h3{
  font-size: 18px;
}

.staff-desk {
    background: transparent;
    border: 4px;
    margin: 20px 0 10px;
    position: relative;
    box-shadow: none;
    
}
.staff-info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding: 0px;
    margin: 0px;
}
.staff-name{font-weight: bold;}


.staff-photo {
    border: 1px solid #fff;
    position: absolute;
    overflow: hidden;
    box-shadow: 0px 3px 1px #9e9a9a;

    transform: translateX(-50%) translateY(-50%);
}

.staff-photo {
    width: 128px;
    height: 135px;

border-radius: 50%;
    left: 15%;
    top: 50%;

}

.card-box{
  border-bottom: 1px solid #e3e3e3;
}



#button {
  display: inline-block;
  background-color: #ee1d25;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button i {
  font-size: 2rem;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.card .image img{
  height: 120px;
  width: 120px;  
}
