body {
  /* font-family: mukta, sans-serif; */
  font-family: "Poppins", sans-serif;

  font-size: 16px;
}
.bg-main {
  background: var(--cs-main-color) !important;
}
.text-red {
  color: red;
}

.border-bottom {
  border-bottom: 1px solid var(--cs-main-color);
}

.text-main {
  color: var(--cs-main-color);
}
.time-stamp,
nav ul .nav-item {
  padding-right: 10px;
}
.dropdown,
nav ul,
nav ul .nav-item {
  position: relative;
}
.btn,
.marquee {
  white-space: nowrap;
}
.img-box,
.marquee,
main {
  overflow: hidden;
}
.btn,
.caret {
  vertical-align: middle;
}

section {
  padding: 0 30px;
}
.btn-primary {
  background-color: var(--footer-copyright) !important;
  color: #fff !important;
}
.float-right,
.pull-right {
  float: right !important;
}
.links > .imp-links > li > a:hover,
.nav-an,
.nav-link,
.notice-tab-content > li > .list > a:hover,
.tab-content > li > a:hover {
  color: var(--cs-main-color);
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  font-weight: 500 !important;
}
a {
  text-decoration: none !important;
}
.txt-blue {
  color: white;
  font-weight: 700 !important;
}
.bg-blue {
  background: linear-gradient(
    308deg,
    #1e5fb9 0,
    rgba(31, 96, 186, 0.73) 50%,
    #1f60ba 100%
  );
}
.d-flex {
  display: flex;
}
.nav-bg {
  background: var(--cs-main-color);
  padding: 10px;
  border-bottom: 2.5px solid #dc354500;
  box-shadow: 1px 9px 12px #9b2c2c42;
}
.menubar {
  box-shadow: 0 2.1px 1px #011f39;
}
.top-bar {
  background: var(--cs-top-bar);
}

.time-stamp {
  margin-left: 0;
}
.time-stamp > * {
  transform: skewX(-25deg);
}
.dropdown-menu,
.submenu {
  transform: perspective(100px) rotateX(15deg);
  opacity: 0;
  visibility: hidden;
}
.contact-info {
  margin-left: 10px;
  display: flex;
  flex-direction: row;
  gap: 13px;
}
.envelope {
  padding-inline: 10px;
}
.section-right {
  margin-right: 20px;
  display: flex;
  gap: 20px;
}
.section-right > a,
.section-right > select {
  border: none;
  color: #fafafa;
  font-size: 16px;
  cursor: pointer;
  margin: auto;
}
.main-header {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.notice-tab-content > li,
header > div {
  display: flex;
  align-items: center;
}
.notice-img {
  max-width: 125px;
  max-height: 125px;
  overflow: hidden;
}
.header-title-box {
  padding: 0 10px;
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.header-province {
  font-size: 20px;
  color: var(--cs-main-color);
  font-weight: 500;
}
.header-office {
  font-weight: 600;
  font-size: 30px;
  color: var(--text-red);
}
.header-address {
  color: var(--cs-main-color);
  font-weight: 500;
  font-size: 19px;
}
header .logo {
  height: 95px;
  width: auto;
}
header .right-image {
  height: 95px;
  width: auto;
}
.header-ministry {
  font-size: 19px;
  color: var(--cs-main-color);
}
.header-department {
  font-weight: 800;
  font-size: 20px;
  color: var(--text-red);
}
.headerimage {
  padding: 1rem !important;
  margin-left: 18px !important;
}
.btn-primary:hover {
  background-color: var(--text-red) !important;
}
nav ul .nav-item a:not(:first-child)::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0.5px;
  background-color: var(--cs-main-color);
  position: absolute;
  left: 0;
  top: 0;
}
.dropdown {
  cursor: pointer;
}
.dropdown-menu {
  position: absolute;
  top: 30px;
  left: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  margin-left: 0 !important;
  border-radius: 0 !important;
  width: 100%;
  transition: transform 0.5s ease-in, opacity 0.5s ease-in,
    visibility 0.5s ease-in;
  z-index: 1000;
  display: block;
}
.extra-info > div,
.submenu {
  transition: 0.5s ease-in-out;
}
.dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 5;
  transform: perspective(600px) rotateX(0);
  transition: 0.5s ease-in-out, opacity 0.5s ease-in-out,
    visibility 0.5s ease-in-out;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-menu li:hover {
  background: var(--cs-main-color) !important;
  color: #fff !important;
}
.arr {
  position: absolute;
  font-size: 15px;
}
.dropdown-menu li {
  position: relative;
  width: 100%;
  padding: 3.5px 0;
}
.dropdown-item {
  color:var(--cs-main-color);
  font-size: 14px;
  text-wrap: wrap;
}
.submenu {
  display: none;
}
.mobile .submeenu-hidden {
  max-height: 0px;
  overflow: hidden;
  padding: 0px;
  background: #ece5e529;
  margin-top: 5px;
  transition: max-height 0.5s ease-in-out;
}

.mobile .submeenu-shown {
  max-height: 500px;
  overflow: hidden;
  padding: 0px;
  background: #ece5e529;
  margin-top: 5px;
  transition: max-height 0.5s ease-in-out;
}

.mobile-caret {
  cursor: pointer;
}

.submeenu-shown li .dropdown-item {
  display: block;
  padding: 10px;
}
.dropdown-menu li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease-in-out;
  transform: perspective(600px) rotateX(0);
  position: absolute !important;
  left: 100%;
  top: 0;
  display: block;
}
nav ul .submenu li {
  display: block;
  height: auto;
  font-size: 16px;
  text-align: left;
}
nav ul .submenu li a {
  text-decoration: none;
  width: 100%;
  height: auto;
}
.footer-bg,
.nav-item.dropdown.p-1.w-100.active {
  background-color: var(--footer);
}

footer {
  background-image: url("../../uploads/header-image-desktop.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.marquee {
  width: 100%;
}
.marquee ul {
  padding-left: 100%;
  animation: 40s linear infinite marquee-slide;
  font-weight: 800;
  display: flex;
  flex-direction: row;
  gap: 40px;
  list-style: disclosure-closed;
  font-size: 15px;
  line-height: 46px;
  align-content: center;
  align-items: center;
  height: 40px;
}
.navigation-button {
  background: #fff;
  padding: 20px 0;
  box-shadow: 0 -1px 0 #dcdcdc;
  border-radius: 5px;
  margin: 5px 41px 0;
}
@keyframes marquee-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.marquee:hover ul {
  animation-play-state: paused;
  cursor: pointer;
}
.news-section {
  display: flex;
  padding: 5px 0;
  align-items: center;
  /* background: #eef2f4; */
  width: 100%;
}
.content,
.custom-section {
  justify-content: space-between;
}
.news-section .updates::after {
  content: "";
  position: absolute;
  border-bottom: solid 24px var(--cs-main-color);
  border-top: solid 17px var(--cs-main-color);
  border-right: 23px solid #f2f2f2;
  width: 0;
  top: 0;
  right: 0;
}
.img-box {
  height: 220px;
  width: 200px;
  border-radius: 12px;
}
.employeeBox {
  border: 1px solid #d5cdcd;
  height: 391px;
  border-radius: 5px;
  background: #fbf9f966;
  padding: 5px 0;
}
.updates {
  background-color: var(--cs-main-color);
  padding: 11px 15px;
  color: #fff;
  border-bottom-left-radius: 5px;
  /* border-top-left-radius: 5px; */
  width: 190px;
  position: relative;
}
.update-news {
  margin-left: 0;
  background: #f2f2f2;
  line-height: 40px;
  border: 1px solid #dedddd;
  border-left: 1px solid #dedddd;
  border-left: none;
  height: 44px;
}
.custom-section {
  display: flex;
  margin: 10px 15px;
  height: auto;
  flex-wrap: wrap;
}
.left-side {
  width: 415px;
}
.banner-center,
.nav-item.dropdown:hover::after,
.right-side > div > div > .card1 {
  width: 100%;
}
.banner-center > img {
  width: 100%;
  height: 450px;
}
.right-side {
  width: 400px;
}
.right-side > div > div > div > img {
  height: 100px;
  width: 95px;
  border-radius: 50%;
}
.right-side > div > div > div > a {
  color: var(--cs-main-color);
  width: 100%;
  text-align: right;
  display: block;
}
.right-side > div > div > div > .title {
  font-size: 18px;
  font-weight: 700;
  color: #352f2f;
}
.tab-content > li a {
  color: #352f2f !important;
}
.designation,
.list span {
  font-size: 13px;
}
.right-side > .title {
  background-color: #f2f2f2;
  padding: 12px 0;
  margin-bottom: 10px;
  text-align: center;
  color: var(--text-red);
  box-shadow: 0 1px 2px #000;
  border-top: 5px solid var(--text-red);
  font-weight: bolder;
}
.card1 {
  display: flex;
  flex-direction: column;
  gap: 5px !important;
  align-items: flex-start !important;
  justify-content: flex-start;
}
.right-side > div > div {
  align-items: center;
  background: #fff;
  padding-top: 25px;
  gap: 15px;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.notice-tab,
.tab {
  display: inline-block;
  margin-right: -3px;
  cursor: pointer;
  padding: 10px;
  background-color: var(--cs-main-color);
  border-top: 4px solid transparent;
  width: calc((100% - 40px) / 2);
  text-align: start;
  color: #fff;
}
.notice-tab {
  width: 100%;
}
.notice-tab.active,
.tab.active {
  background-color: #aaa;
}
.notice-tab-content,
.tab-content {
  padding: 0 10px 0 0;
  background: #fff;
  height: 330px;
  position: relative;
  overflow: auto;
  margin: 0 0 0px 19px;
}
.links > .imp-links > li,
.notice-tab-content > li,
.tab-content > li {
  list-style: none;
  padding: 10px 0px;
  border-bottom: 1px dashed #ccc;
  text-align: left;
}
.column-two ul,
.footer ul li {
  list-style: disclosure-closed;
}
.notice-tab-content > li > .fa-download {
  position: absolute;
  right: 0;
}
.links > .imp-links > li > span > p,
.notice-tab-content > li > .list > span > p,
.tab-content > li > span > p {
  margin: 0;
  color: var(--text-red);
}
.fa-download {
  color: #ededed;
}
.links > .imp-links > li > span,
.notice-tab-content > li > .list > span,
.tab-content > li > span {
  display: flex;
  gap: 5px;
  align-items: center;
}
.notice-tab-content > span,
.tab-content > span {
  display: block;
  text-align: right;
  color: var(--footer-copyright);
  position: sticky;
  right: 4px;
  bottom: 0;
  background: #fff;
  line-height: 50px;
}
.calendar1,
.links > div,
.notice {
  position: relative;
}
.left-side > .tab.active,
.notice-tab.active {
  border-top: solid;
  color: var(--cs-main-color);
  border-bottom: 1px solid #edecec;
  background: #fefdfd;
}
.about-us > .title::after,
.about-us > .title::before {
  border-bottom: solid 22px var(--text-red);
  border-top: solid 20px var(--text-red);
  margin-top: -4px;
  content: "";
  position: absolute;
}
.extra-info {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  margin: 0 72px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.extra-info > div {
  background-color: #fff;
  padding: 10px 15px;
  color: var(--cs-main-color);
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid var(--cs-main-color);
}
.c-card,
.info {
  border-radius: 5px;
}
.extra-info > div:hover {
  background: #024c8a;
  box-shadow: 3px 3px 10px 0 #8c8c8c;
  transform: scale(1.03, 1.03);
  color: #fcfcfc;
}
.extra-info > div:hover .nav-an {
  color: #fcfcfc;
}
.content {
  display: flex;
  flex-wrap: wrap;
}
.info {
  width: 62%;
  background: #fff;
  margin: 10px;
  padding: 20px;
  box-shadow: 0 0 2px #c6c6c6;
}
.about-title {
  color: #fff;
  font-size: 18px;
  width: 100%;
  display: flex;
  background: var(--cs-main-color);
  padding: 10px;
  border-left: 5px solid #0465c4;
  box-shadow: 0px 2px 0.9px #000;
  margin-bottom: 12px;
}
.about-u > p {
  text-align: justify;
  line-height: 28px;
}
.links {
  width: 35%;
}
.links > div {
  background-color: #fcfcfc;
  padding-bottom: 5px;
}
.links > .imp-links {
  background-color: #fff;
  padding: 20px;
}
.links .heading {
  color: var(--text-red);
  font-size: 15px;
  font-weight: 700;
  padding: 8px;
  border-bottom: 0.5px solid #00000052;
}
.links > div > .lists > .list,
.pradsh-box > .pradesh-namawali {
  padding: 15px;
  box-shadow: 0 0 1px 1px #ccc;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
.links > div > .lists {
  display: flex;
  justify-content: space-between;
  margin: 8px;
  flex-wrap: wrap;
  gap: 8px;
}
.links > div > .lists > .list {
  width: 49%;
}
.pradsh-box {
  padding-top: 8px;
}
.pradsh-box > .pradesh-namawali {
  margin: 8px;
  color: var(--cs-main-color);
  transition: 0.3s ease-in-out;
}
.pradsh-box > .pradesh-namawali:hover {
  padding-left: 20px;
  color: var(--text-red);
  width: 500;
}
.links > div > .lists > .list:hover {
  background-color: var(--text-red);
  color: #fff;
  transform: scale(1.03, 1.03);
  transition: linear 0.3s ease-in-out;
}

.links > .second-list {
  margin-top: 10px;
  margin-bottom: 10px;
}
.about-us > p {
  margin: 20px;
  padding: 10px 20px;
  background: #fff;
  text-align: left;
}
.about-us {
  margin-top: 40px;
  text-align: center;
}
.about-us > .title {
  background: var(--text-red);
  padding: 4px 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.about-us > .title::before {
  border-left: 17px solid transparent;
  width: 13px;
  margin-left: -39px;
}
.about-us > .title::after {
  border-right: 17px solid transparent;
  width: 10px;
  margin-left: 10px;
}
.about-us > p > a {
  color: var(--cs-main-color);
  cursor: pointer;
  display: block;
  text-align: end;
  margin-top: 15px;
}
.footer ul li,
.ttitle,
footer .copyright-section,
footer .textwidget {
  color: #fff;
}
.notice {
  margin: 15px 5px;
}
.social-media {
  margin: auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.social-media > .facebook {
  height: 430px;
  background-color: #fff;
  min-width: calc((100% - 40px) / 2) !important;
}
.rlinks:hover,
footer .copyright-section {
  background-color: var(--footer-copyright);
}
._2p3a {
  width: calc((100% - 40px) / 2) !important;
}
.social-media > .videos {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.social-media > .videos > .video-1 {
  background: #fff;
  object-fit: cover;
}
.divideer {
  opacity: 1;
  height: 3px;
  z-index: 99999;
  width: 76%;
  background: #fffffffa;
  margin: auto;
}
.title-box-v {
  padding: 15px 10px;
  background: #054883;
}
.ttitle {
  font-size: 17px;
  padding-left: 5px;
}
.c-card {
  background: #fff;
  padding: 20px;
  box-shadow: 0 1px 3px #000;
}
.textwidget,
footer h2,
footer p,
footer span {
  color: #ccc;
}
.footer-content,
.social-icon-grp {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 10px 20px;
  padding-top: 20px;
}
.footer ul li {
  margin-left: -20px;
  border-bottom: 1px solid #1514143b;
  padding-bottom: 12px;
}
footer ul li a {
  color: #fcfcfc !important;
}
.sub-column-two {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.column-two ul li {
  border-bottom: 1px solid gray;
  line-height: 30px;
}
.column-two ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 24px;
}
.social-icon-grp li {
  border: 1px solid #fcfcfc;
  padding: 10px;
  text-align: center;
  line-height: 24px;
}
.social-icon-grp li span {
  border-bottom: 1px solid;
}
.quick-links,
.video-gallery {
  background: #fff;
  padding: 40px;
  margin: 10px;
  border-radius: 5px;
}
.quick-links > div {
  gap: 5px;
}
.sub-link-box {
  background: #efefef21;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 15px 30px;
  border-radius: 6px;
  box-shadow: 0 0 3px #00000040;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  margin-bottom: 20px;
  height: 162px;
}
.sub-link-box a:hover,
.sub-link-box:hover {
  color: #188cef;
  transform: scale(1.02, 1.02);
}
.sub-link-box > i {
  font-size: 25px;
  background: #f2f2f2cc;
  width: 50px;
  display: block;
  margin: auto;
  padding: 0;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  color: #0a6794;
}
.sub-link-box a {
  color: var(--cs-main-color);
  font-size: 17px;
  padding: 20px 0;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
.quick-links-title {
  display: flex !important;
  text-align: center;
  margin: auto;
  padding: 20px 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px !important;
}
.quick-links-title span {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}
.quick-links-title hr,
.video-gallery-title hr {
  width: 96px;
  height: 4px;
  background: var(--cs-main-color);
  border-radius: 9px;
  border: none;
  opacity: 1 !important;
}
table tbody td,
table thead th {
  border: 1px solid #a19b9b !important;
}
.video-gallery-title {
  display: flex;
  text-align: center;
  margin: auto;
  padding: 20px 0;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.video-gallery-title span {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 950px) {
  .banner-center,
  .left-side,
  .right-side,
  .right-side > div > div {
    width: 100%;
  }
  .banner-section {
    display: block;
    height: auto;
  }
  .left-side {
    margin-bottom: 20px;
  }
  .banner-center > img {
    height: 310px;
  }
  .tab-content {
    height: auto;
  }
  .right-side > div {
    display: flex;
    gap: 20px;
  }
}
@media only screen and (max-width: 857px) {
  .extra-info > div {
    width: calc((100% - 60px) / 2);
  }
  .info,
  .links {
    width: 100%;
  }
  .footer-content {
    display: block;
  }
}
@media only screen and (max-width: 740px) {
  .right-side > div {
    display: block;
  }
}
@media only screen and (max-width: 468px) {
  .notice-tab {
    width: calc(100% - 20px);
    border-bottom: 1px solid #ccc;
  }
  .extra-info > div {
    width: 100%;
  }
}
.mainSlider .splide__slide img {
  vertical-align: top !important;
  height: 500px !important;
  width: 100% !important;
}
.featured-area {
  background-position-x: 0%;
  background-position-y: 0%;
  height: 100px;
  background-size: cover !important;
  background-position: center center !important;
}
.bread-list {
  list-style: none;
}
.bread-list > .list-item > a {
  color: #fff !important;
}
.bread-con > div {
  height: 100px;
  background: #07070788;
  margin: 0;
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.bread-con {
  height: 95;
  margin: auto !important;
  background: url("../../uploads/bg1.jpg") center/cover no-repeat fixed;
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-justify {
  text-align: justify;
}
.calendar1 {
  height: 404px !important;
}
.modal-backdrop,
.popup {
  position: fixed;
  top: 0;
  left: 0;
}
table tbody td {
  background: #eeeded !important;
  padding-inline: 15px !important;
}
table thead th {
  background: #fff !important;
  padding-inline: 2px !important;
}
.nepali_number_convert {
  color: #3d2314;
  font-weight: 600;
  font-size: 14px;
}
.staff-info,
.staff-photo {
  text-align: center;
}
.staff-photo img {
  width: 100px;
  height: 100px;
  border-radius:100%;
  /* margin-top: 35px; */
}
.staff-info h2 + p {
  text-overflow: ellipsis;
  overflow: hidden;
}
.i18n-hi .staff-info h2 + p {
  height: 63px;
}
.minister-content a:hover,
.staff-info a:hover {
  color: #fc9928;
}
.minister-photo img {
  width: 100%;
  height: auto;
}
.staff-name {
  font-size: 15px;
  color: var(--text-red) !important;
  font-weight: 600;
}
.staff-info h2 {
  font-size: 17px;
  margin-top: 10px;
  font-weight: 600;
  margin:0;
  color: var(--cs-main-color);
}
.staff-info p {
  margin: 0;
}

.staff-info {
  display:flex;
  flex-direction:column;
  gap: 15px;
}

.staff-grid{
  background: #cde7f2;
  border-radius: 10px;
}

.field-content{
  transform: translate(0%, -20%);
  display: flex;
  flex-direction:column;
  gap:10px;
}

.staff-photo {
  display: flex;
  align-content: center;
  justify-content: center;
}

.staffcontainer{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  gap: 80px;
  margin-top:15%;
}


.staff-desk{
  position:relative;  
  background: white;
  padding:0 20px;
  /* margin-top:10vh; */
  border-top-right-radius: 118px;
}

.abslt{
  position:absolute ;
  top:-50%;
}

.navicon{
  width: 55px;
  background-color: white;
  padding: 9px;
  border-radius: 15px;
}


.officer_image {
  width:120px;
  height: 120px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 1px;
  border: 1px solid rgba(255, 255, 255, 0.455);
  align-content: center;
}

.other-director-image-box {
  max-width: 150px;
  max-height: 150px;
  overflow: hidden;
}

.details-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.details-box-lanscape {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
}
.officer_image-lanscape {
  height: 185px;
  justify-content: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.officer_image-lanscape img {
  max-height: 170px;
}
.cs-w {
  width: 165px;
}
.sub:after {
  content: "\e6d4";
  font-family: enotype;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  line-height: 9px;
  color: #d4d4d4;
}
.nav-item.dropdown a::after {
  content: "";
  background: var(--cs-menu);
  height: 2px;
  width: 0;
  left: 0;
  position: absolute;
  bottom: 1px;
  transition: 0.5s;
}
.card-icon {
  height: 70px;
  width: 70px;
  margin-inline: auto;
  line-height: 43px;
}
.fw-card {
  font-size: 23px;
  font-weight: 100;
  text-wrap: wrap;
}
.cusSlider {
  height: 250px;
}
.tbl-csw {
  width: 200px;
}
.popup {
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s;
}
.popup.showPopup {
  visibility: visible;
  opacity: 1;
}
.modal-backdrop {
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.714);
  overflow: hidden;
}
.modal.show {
  display: block;
  overflow: hidden;
}
.bg-opacity {
  background: rgba(0, 0, 0, 0.5);
}
.employee-image-box {
  width: 214px;
  height: 196px;
}

.navlnk{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap:15px;
}

.nvitm{
  display: flex;
  flex-direction: column;
  margin:0;
  text-align: center;
  font-size: 15px;
  align-items: center;
  gap:10px;
}

.rlinks {
  background-color: var(--cs-main-color);
  margin:1px 0;
  width: 194px;
  height: 150px;
  border-radius:5%;
  display: block;
  color: #fcfcfc;
  font-size: 20px;
  border-left:5px solid #0471db;
  border-bottom:4px solid #000;
  align-content: center;
}

.rlinks:hover{
  border-radius:5%;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.calendar1 {
  width: 100% !important;
}
.nav-icon-box {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
}
.cure-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.list-border-bottom {
  border-bottom: 1px dotted grey;
  align-items: center;
  padding: 5px 0px;
}

.notice-btn,
.committee-tab a {
  transition: all 0.5s ease-in-out;
}

.notice-btn:hover {
  background: #fcfcfc !important;
  color: var(--cs-main-color) !important;
  transition: all 0.5s ease-in-out;
}

.committee-tab a:hover,
/* .committee-tab a:focus, */
.committee-tab a.active {
  background: red !important;
  color: #fcfcfc !important;
  transition: all 0.5s ease-in-out;
}
.samiti-image {
  max-width: 120px;
  max-height: 120px;
}

.samiti-member-image {
  width: 120px;
  height: 120px;
}

.search_member,
.restForm,
.print,
.export-excel {
  cursor: pointer;
}

/* Initially hide elements off-screen */
.fade-in {
  opacity: 0;
  transform: translateY(50px); /* Start with an off-screen position */
  transition: opacity 1s ease-in-out, transform 1s ease-in-out; /* Apply transition for both opacity and transform */
}

/* Visible state when elements come into view */
.visible {
  opacity: 1;
  transform: translateY(0); /* Move the element to its original position */
}
.video-card {
  padding-inline: 5px;
}

.video-card > :first-child,
.video-card > :last-child {
  padding-inline: 0 !important;
}

.more-button {
  position: relative;
  color: #fcfcfc;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #c0c4c6;
  border-radius: 20px;
  padding: 5px 10px;
  background: linear-gradient(180deg, #05207a 0%, var(--footer-copyright) 100%);
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s;
}

.more-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 10%,
    transparent 50%
  );
  animation: smoke 5s infinite linear;
  opacity: 0.5;
}

@keyframes smoke {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(50%, 50%) scale(1.2);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

.more-button:hover {
  border-color: #03335e;
}

.modal.show .modal-dialog {
  transform: none;
  width: 900px !important;
  min-width: 900px !important;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.detailinfo{
  width:100%;
}

.tableinfo{
  width:inherit;
}

.detailinfo th{
  border:1px solid #979797;
}