:root {
  --animate-delay: 5s;
}
.main-bg-nav {
  background: #147045;
}
table {
  width: 100% !important;
}

table td,
td {
  border: 1px solid #c9c6c6;
  padding: 10px;
}

.custom-bg {
  background: #147045;
}

.nav-link-first{
  background: #08352070;
  padding: 3px 33px;
  font-size: 23px;
  border-top-right-radius: 1px !important;
  border-radius: 35px;
    border-top-right-radius: 35px;
  border: 3px solid #fcfcfc;
  box-shadow: 0px 1px 3px 0px #000000de;
}

header {
  display: flex;
  justify-content: space-between;
  /* background-color: #fff3c766; */
}

header > div {
  display: flex;
  align-items: center;
}

.header-title-box {
  padding: 0px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.header-province {
  font-size: 15px;
  color: #bd0109;
  font-weight: 500;
}

.header-office {
  font-weight: 600;
  font-size: 31px;
  color: #bd0109;
}

.header-address {
  color: #000000d0;
  font-weight: 600;
  font-size: 17px;
}

header > div > .logo {
  height: 100px;
  width: 100%;
}

header > div > .nepal-flag {
  height: 100px;
  width: 80px;
}

.header-ministry {
  font-size: 17px;
  color: #bd0109;
}

.headerimage {
  padding: 1rem !important;
  margin-left: 18px !important;
}

.mainSlider .splide__slide img {
  vertical-align: top !important;
  height: 489px !important;
  width: 100% !important;
}
.top-5 {
  top: 42%;
}

.start-5 {
  left: 6%;
}

.selected-items {
  top: 0;
  height: auto;
  transition: all 0.3s ease-in;
  left: 100%;
  width: max-content;
}

.selected-items.hidden {
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.searchResulData {
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  background: #147045;
  width: 100%;
  left: 108px;
  top: 246px;
  scrollbar-width: 0px;
}

.text-justify {
  text-align: justify;
}

.custom-card {
  height: 285px;
}

.cheImage {
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}

.cheImage:hover {
  transform: scale(1.15);
}

.breadcum {
  background: url("http://localhost:8080/assets/uploads/1.jpg");
  background-attachment: scroll;
  background-position: center center;
  background-attachment: fixed;
  padding: 10px;
  text-align: center;
  height: 200px;
  line-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;

}

.img-grid{
  height: 375px !important;
  overflow: hidden;
  background: #e7e7e7;
  padding-top: 15px;
}

.title-box-height{

  height: 71px;
  line-height: 1.5;
}
