:root {
  --theme-blue: #0d6efd;
  --theme-yellow: #ffc107;
  --theme-red: #e31215;
  --heading-text: #343a40;
  --azure-blue: #0080ff;
  --theme-purple: #6C0BA9;
  --body-color: #FFFFFF;
  --text-color: #081526;
--primary: #0d6efd;
--font-color: #0D0D0D;
--highlighted: #F4F4F4;
--primary-text-color: #081526;
--text-white: #FFFFFF;
--footer-bg: #081526;
--placeholder-color: #081526;
--muted-color: #9a9ea1;
--border-color: rgba(0,0,0,.125);
--theme-red: #FE0707;
--theme-blue: #337AB7;
--theme-purple: #6C0BA9;
--theme-light: #898686;
}

body {
  margin: 0;
  font-family: "helveticaneuemedium", "Lato", sans-serif;
  min-width: 319px;
}

.big-section-left-gallery .nav-tabs {
  /*border: 1px solid black;*/
  margin-top: 7px;
}

.top-bar {
  /*! padding: 8px 16px 8px; */
  /*! border-bottom: 1px solid #d6d6d6; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.top-bar .links a i {
  margin-right: 0.3rem;
}

.top-bar .links {
  padding: 0;
  margin: 0;
  /* float: left; */
}

.top-bar .nav-link {
  padding: 0;
}

.top-bar .links a {
  background: var(--theme-blue);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  /* font-weight: bold; */
  /* transition: 0.2s; */
  font-size: 12px;
  list-style: none;
  display: inline-block;
  margin: 2px 0;
}

.top-bar .links a:hover {
  /* background-color: rgba(0, 0, 0, 0.1); */
}

.top-bar .links a:hover {
  /* color: #226aac; */
}

.top-bar .dropdown-submenu .fa-chevron-right {
  top: 10px;
  right: 25px;
  position: absolute;
}

.flag-usa {
  max-width: 3%;

  /*margin-left: auto;*/
  margin-right: 0.8rem;
  transition: 0.2s;
  float: right;
}

.flag-usa:hover {
  transform: scale(1.1);
}

.flag-usa img {
  width: 100%;
}

.flag-nep {
  max-width: 3%;
  transition: 0.2s;
  /*margin: 0;*/
  float: right;
}

.flag-nep:hover {
  transform: scale(1.1);
}

.flag-nep img {
  width: 100%;
}

.top-bar .navbar button {
  /* background-color: black; */
}

.brands {
  /* padding: 10px 95px; */
}

.brands a {
  text-decoration: none;
  color: black;
}

.nep-gov {
  width: 50%;
  float: left;
}

.nep-gov-logo {
  width: 15%;
  float: left;
  margin-right: 10px;
}

.nep-gov-logo img {
  width: 90%;
  height: 90%;
}

.nep-gov h1 {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  font-family: helveticaneueblackcond, Anton, sans-serif;
  margin: 0;
}

.nep-gov p {
  margin: 0;
  font-family: "Anton", sans-serif;
}

.nep-gov .nep-gov-title {
  color: var(--theme-red);
  font: 1.4rem/2rem "helveticaneuebold", sans-serif;
}

.nep-gov .ministry {
  font: 1.8rem/2rem "helveticaneuebold", sans-serif;
  color: var(--theme-blue);
}

.nep-gov .address {
  font: 1rem/1.6rem "helveticaneuebold", sans-serif;
  color: #767676;
}

.clearfix {
  clear: both;
}

.nepali {
  width: 50%;
  float: left;
  height: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.nepali .visit-nepal-img {
  width: 100px;
}

/* .nepali div:first-child {
  width: 15%;
} */

.nepali p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  font: 1rem/1.6rem "helveticaneuebold", sans-serif;
  float: right;
  color: #05345e;
  margin-right: 20px;
  /* margin-top: 30px; */
}

.flag-nep-big {
  width: 8%;
  float: right;
  height: 3.8rem;
  margin-top: 10px;
}

.flag-nep-big img {
  width: 100%;
  height: 100%;
}

.slogan-wrapper span {
  font-size: 22px;
}

.top-nav {
  /* font: bold 15px/17px "helveticaneuebold", sans-serif; */
  font: 500 16px/24px "helveticaneuebold", sans-serif;
  /* background-color: #226aac; */
  background-color: var(--theme-blue);
}

.top-nav .navbar {
  padding: 0 95px;
}

.top-nav .collapse .fas {
  color: white;
}

.top-nav .navbar ul {
  margin-right: 0 !important;
}

.top-nav .fa-home:hover {
  color: #ec4149;
}
.top-nav .nav-item {
  transition: all 0.3s ease-out;
}
.top-nav .nav-item:hover {
  /* background-color: #ec4149; */
  background-color: var(--theme-red);
}

.top-nav .navbar ul li a {
  color: white;
  display: block;
  text-decoration: none;
  transition: 0.2s;
  padding: 8px 15px;
  transition: 0.2s;
}

.top-nav .navbar ul li a:hover {
  /*color: #777777;*/
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #ffc107 !important;
}
.top-nav .dropdown-menu {
  /* background-color: #236aac; */
  color: white;
  margin: 0;
  animation: drop 1s;
  transform-origin: top;
}

@keyframes drop {
  0% {
    transform: scaleY(0);
  }
  20% {
    transform: scaleY(0.9);
  }
  30% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}

.top-nav .navbar button {
  background-color: white;
}

.top-nav .fa-home {
  color: white;
  margin-right: 10px;
}

.hover-drop:hover .hover-drop-show {
  display: block !important;
}

.search-div {
  position: relative;
  width: 2%;
  margin-left: auto;
  transition: 0.2s;
}

.search-div:hover {
  opacity: 0.5;
}

.search-div img {
  width: 100%;
}

.top-nav .collapse a {
  /*margin-left: auto;*/
}

.top-nav .active {
  color: #89ccf7 !important;
}

.navbar-toggler-icon {
  content: "<i class=" fas fa-align-justify "></i>";
}

.dropdown-item:focus,
.dropdown-item:hover {
  /* background-color: #ec4149; */
  background-color: var(--theme-red);
  /*color: #236AAC;*/
}

.trending {
  /* position: relative; */
  padding: 6px 0;
  overflow: hidden;
  white-space: nowrap;
  background-color: #f7f7f7;
}

.trending-now {
  float: left;
  background-color: var(--theme-red);
  color: white;
  padding: 4px 7px;
  margin-right: 20px;
  font: bold 14px/20px "helveticaneuebold", sans-serif;
}

.news-text.news-text-mar-left a {
  text-decoration: none;
  color: #337ab7;
  transition: 0.2s;
  font-weight: bolder;
}

.news-text.news-text-mar-left a:hover {
  color: #0080ff;
}

.news {
  float: left;
  padding: 0 20px;
  border-right: 1.5px solid black;
  font-weight: bold;
}

.news-text {
  padding-right: 10px;
  border-right: 2px solid black;
  /*font-weight: bold;*/
  font-size: 14px;
}

.news-text-mar-left {
  margin: 0 10px;
}

.news p {
  margin: 0;
}

.slider-section {
  padding: 20px 95px;
  font-family: "Lato", sans-serif;
}

.just-slider {
  width: 65%;
  float: left;
  height: 449px;
  padding: 0 0 0 0;
  /*margin-right: 20px;*/
  position: relative;
}

.carousel {
  height: 100%;
}

.carousel-inner {
  height: 100%;
  /*position: relative;*/
}

.slider-logo-img {
  position: absolute;
  left: 3%;
  top: 1%;
  width: 19%;
  z-index: 5;
}

.slider-logo-img img {
  width: 100%;
}

.big-section-left-gallery .carousel-item {
  height: 382px;
}

.carousel-item img {
  /*width: 100%;*/
  height: 100%;
}

.just-slider .carousel-item {
  height: 100%;
}
.carousel-caption {
  text-align: left;
  left: 0;
  bottom: 0;
  /* background-color: #3a589b; */
  background-color: var(--theme-blue);
  min-width: 100%;
  padding: 8px;
}

.carousel-caption h5 {
  padding-left: 10px;
  font-size: 22px;
  text-shadow: 1px 1px 1px black;
}

.carousel-caption p {
  text-shadow: 1px 1px 1px black;
  color: #8b8b8b;
  font-size: 17px;
}

.himali {
  color: #e71218;
}

/* =================================================
 SLIDER SIDE ==================================== */
.slider-side {
  font-family: "Lato", sans-serif;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.people {
  border: 2px solid #dcdcdc;
  padding: 2px;
  position: relative;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  height: 25%;
}

.about-people {
  padding: 4px 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.people-image {
  height: 100%;
  width: 30%;
  min-width: 120px;
}

.people-image img {
  height: 80%;
  width: 100%;
  background-color: white;
}

.social-media {
  float: left;
  width: 14%;
  transition: 0.2s;
}

.social-media:hover {
  opacity: 0.8;
}

.social-media img {
  width: 100%;
  float: left;
}

.social-whole {
  /*text-align: right;*/
}

.people-heading {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  margin-bottom: 5px;
  letter-spacing: 0.7px;
  margin-top: 7px;
}

.post {
  /*color: #8B8B8B;*/
  color: #fe0707;
  font-weight: bold;
  opacity: 0.7;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 18px;
}
.postt{
    font-size:13px;
}

.mobile-apps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-grow: 1;
  align-items: center;
  column-gap: 10px;
  border: 2px solid #dcdcdc;
}
.mobile-apps p {
  grid-column: 1/3;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.more {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  max-height: 40px;
}
.more a img {
  height: 40px;
}

.view-more {
  text-align: center;
  border: 2px solid #000;
  padding: 4px 7px;
  text-decoration: none;
  color: black;
  font-size: 0.7rem;
  font-size: 11px;
  transition: 0.2s;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 2px;
}

.view-more:hover {
  text-decoration: none;
  border-color: #0080ff;
  color: #0080ff;
}
@media only screen and (max-width: 1299px) {
  .slider-side p {
    font-size: 14px;
  }
  
  .slider-side .people .people-heading {
    font-size: 16px;
    line-height: 18px;
    color: #0088dc;
    /*! padding: 0 80px 0 0; */
  }
  .mobile-apps p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1099px) {
  .slider-side p {
    font-size: 12px;
  }
  .slider-side .people .people-heading {
    font-size: 14px;
    line-height: 15px;
  }
  .mobile-apps p {
    font-size: 16px;
  }
  .more {
    max-height: 30px !important;
  }
  .more a img {
    height: 30px !important;
  }
}
@media only screen and (max-width: 949px) {
  .mobile-apps p {
    padding-right: 4px;
    padding-left: 4px;
  }
  .about-people {
    padding: 2px 4px;
  }
  .people-image {
    min-width: 110px;
  }
}

/* =================================================
 SLIDER SIDE END ================================ */

.portal-section {
  padding: 50px 95px;
  font-family: "Lato", sans-serif;
}

.portal-section .owl-carousel .owl-stage {
  padding: 5px 0;
}

.portal-images {
  padding: 40px 25px;
  margin-top: 30px;
  max-height: 201px;
}

.img-portal {
  float: left;
  /*margin-right: 1.9rem;*/
  width: 160px;
  text-decoration: none;
  color: black;
}

.img-portal a {
  color: black;
  text-decoration: none;
}

.owl-carousel .owl-dots.disabled {
  display: block;
}

.img {
  padding: 0.85rem;
  border: 3px solid #eb4d49;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  transition: 0.6s;
  text-align: center;
  font-size: 45px;
  color: #ec4149;
}

.img:hover {
  /*transform: scale(1.1);*/
  transform: rotate(360deg);
}

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

.img-portal p {
  margin: 0;
  margin-top: 25px;
  text-align: center;
  font-weight: bold;
}

.e-portal p span,
.footer-box h1 span {
  font-size: calc(1rem + 0.4vw);
  color: #eef2f7;
  background: #337ab7;
  padding: 4px 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.img-portal-last {
  margin-right: 0;
  float: left;
  text-decoration: none;
  color: black;
}

.img-portal-last .img {
  padding: 25px 25px;
  border: 3px solid #eb4d49;
  border-radius: 80px;
  width: 75%;
}

.img-portal-last img {
  width: 100%;
}

.img-portal-last p {
  margin: 0;
  margin-top: 25px;
  text-align: center;
  font-weight: bold;
}

.recent-news {
  text-decoration: none;
  width: 100%;
}

.three-boxes {
  padding: 5px 95px;
}

.box {
  /*! float: left; */
  /*! width: 32%; */
}

.box-content {
  /*! padding: 20px 20px; */
  /*! border: 1px solid #dadada; */
  /*! margin-top: 25px; */
  /* height: 380px; */
  height: auto;
}

.staff-wrapper .box-content {
  margin-top: 12px;
}

.with-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
}

.box-content.a-noborder a {
  border: none;
}

.box-content a:hover {
  border-color: #0080ff;
  color: #0080ff;
}

.box-content-read-more a {
  font-size: 10px;
  text-decoration: none;
  color: black;
  border: 2px solid #000;
  padding: 8px 14px;
  font-weight: bold;
  float: right;
}

.box-content-read-more a:hover {
  border-color: #0080ff;
  color: #0080ff;
}

.box-content h1 {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 22px;
}

.box-content p {
  font-size: 15px;
  line-height: 26px;
  color: #8f8f8f;
}

.mar-right-box {
  margin-right: 20px;
}

.red-date {
  font-size: 14px;
  line-height: 20px;
  color: #ec4149;
  margin-left: 15px;
  /*font-weight: bold;*/
}

.margin-top-box {
  margin-top: 20px;
}

.news-box img {
  float: left;
}

.news-box-text {
  float: left;
  /*width: 58%;*/
  /*margin-left: 14px;*/
}

.news-box-text h1 {
  margin-bottom: 0.3rem;
}

.news-date {
  color: #959595;
  margin-left: 10px;
  font-size: 13px;
  /*font-weight: bold;*/
}

.news-box-mar-bot {
  margin-bottom: 20px;
}

.box-content a {
  font-size: 12px;
  text-decoration: none;
  color: black;
  border: 2px solid #000;
  padding: 8px 14px;
  font-weight: bold;
  float: right;
}

.intro-box-mar-bot {
  margin-bottom: 14px;
}

.big-section-left {
  float: left;
  width: 65%;
}

.big-section {
  padding: 50px 95px;
}

.big-section-left .navbar {
  padding: 0.5rem 0;
}

.big-section-left .navbar a {
  text-decoration: none;
  color: black;
  font-weight: 20px;
  font-weight: bold;
}

.big-section-left .nav-link {
  /*padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;*/
}

.mar-right-boxless {
  margin-right: 30px;
}

.big-section-left .active {
  color: #ec4245 !important;
  height: 100%;
}

.big-section-left-content {
  padding: 10px 10px 20px;
  border: 1px solid #dadada;
  width: 100%;
  float: left;
  height: 440px;
  position: relative;
}

/*.big-section-left-content-mar-right {
    margin-right: 14px;
}*/

.big-section-left-content-whole {
  padding: 5px 0;
  overflow: hidden;
}

.big-section-left-head {
  height: 300px;
  overflow: hidden;
}

.big-section-left-content-img {
  width: 100%;
  margin: 0 0 21px;
}

.big-section-left-content-img img {
  width: 100%;
}

.big-section-left-content h1 {
  font-size: 15px;
  line-height: 26px;
  /*height: 50px;*/
  overflow: hidden;
  font-weight: bold;
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
}

.big-section-left-content p {
  color: #9e9e9e;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.big-section-left-content a {
  font-size: 11px;
  text-decoration: none;
  color: black;
  border: 2px solid black;
  padding: 9px 15px;
  font-weight: bold;
  transition: 0.2s;
  /*position: absolute;*/
  bottom: 20px;
  right: 20px;
}

.big-section-left-content a:hover {
  border-color: #0080ff;
  color: #0080ff;
}

.big-section-left-content-mar-bot {
  margin-bottom: 28px !important;
  position: relative;
}

.big-section-left .nav a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

.big-section-left .nav .active {
  color: #ec4149 !important;
  /*border: none;*/
}

.nav-tabs {
  /*border: none;*/
  /*justify-content: center;*/
}

.active-photo {
  width: 100%;
  margin-top: 1.9rem;
  position: relative;
}

.active-photo img {
  width: 100%;
}

.big-section-left-gallery {
  padding-top: 1.9rem;
  /*padding-bottom: 1.2rem;*/
}

.big-section-left-gallery .tab-content {
  height: 333px;
}

.big-section-left-gallery .tab-pane img {
  /*width: 100%;*/
}

.big-section-left-gallery .nav a {
  /*width: 33%;*/
  max-height: 150px;
  overflow: hidden;
  padding: 0 0.1rem;
  padding-top: 0.1rem;
}

.big-section-left-gallery .nav img {
  width: 100%;
  height: 100%;
}

.just-photo {
  float: left;
  width: 32%;
  height: 208px;
}

.just-photo-whole img {
  height: 100%;
}

.just-photo img {
  width: 100%;
}

.just-photo-whole {
  margin-top: 0.9rem;
}

.just-photo-mar-right {
  margin-right: 0.9rem;
}

.active-photo-caption {
  position: absolute;
  left: 1.5rem;
  bottom: 0.5rem;
  width: 60%;
}

.photo-caption-head {
  text-shadow: 1px 1px 1px black;
  color: white;
  font-size: 21px;
  margin-bottom: 0;
}

.photo-caption-small {
  font-size: 18px;
  color: #7e7e7c;
  text-shadow: 1px 1px 1px black;
}

.photo-caption-small-red {
  color: #e9111c;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  display: none;
}

.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav.disabled {
  display: none;
  /* font-size: 45px;
  font-weight: bold;
  color: black; */
}

.portal-images .owl-carousel .owl-nav.disabled {
  font-size: 60px;
}

.owl-theme .owl-nav [class*="owl-"] {
  /*position: absolute;*/
  text-decoration: none;
  top: 5%;
  transition: 0.25s;
}

.owl-theme .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-nav [class*="owl-"]:focus {
  background: transparent;
  color: #ec4149;
  text-decoration: none;
  border-radius: 12px;
  outline: none;
}

.portal-images .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  text-decoration: none;
  top: 0%;
  transition: 0.25s;
}

.portal-images .owl-prev {
  left: 0%;
}

.portal-images .owl-next {
  right: 0%;
}

.portal-images .owl-theme .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-nav [class*="owl-"]:focus {
  background: transparent;
  color: #ec4149;
  text-decoration: none;
  border-radius: 12px;
  outline: none;
}

.big-section-right {
  float: left;
  width: 32%;
}

.big-section-right-people {
  padding: 18px;
  border: 1px solid #dadada;
}

.big-section-right-people-img {
  width: 34%;
  float: left;
  /*margin-right: 0.6rem;*/
}

.big-section-right-people-img img {
  width: 100%;
  float: left;
  max-width: 100px;
}

.big-section-right-people-info {
  float: left;
  padding-left: 8px;
  width: 66%;
}

.big-section-right-people-info h1 {
  font-size: 16px;
  line-height: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #194c7c;
  margin: 0 0 9px;
}

.big-section-right-people-info .name {
  font-weight: bold;
  font-size: 15px !important;
  line-height: 24px;
}

.big-section-right-people-info p {
  margin-bottom: 0;
  font-size: 14px;
}

.big-section-right-people-info .sub-name {
  color: #000;
  opacity: 0.7;
}

.big-section-right-people-mar-bot {
  margin-bottom: 23px;
}

.social-whole img {
  width: 16%;
}

.social-whole a:hover {
  opacity: 0.7;
}

.big-section-right-contact {
  padding: 20px 0 56px;
}

.big-section-right-contact-icon {
  float: left;
  width: 12%;
  padding: 2rem 1rem;
}

.big-section-right-contact-icon i {
  font-size: 2.5rem;
}

.big-section-right-contact-text {
  float: left;
  width: 85%;
  padding-left: 20px;
  margin-top: 20px;
}

.big-section-right-contact-text h1 {
  font-size: 20px;
  /*font-weight: bold;*/
  opacity: 0.9;
}

.store-div {
  float: left;
  width: 34%;
  transition: 0.2s;
  padding-left: 0;
}

.store-div:hover {
  transform: scale(1.1);
}

.store-div img {
  width: 100%;
}

.store-div-mar-right {
  margin-right: 0.9rem;
}

.contact-content-mar-top {
  margin-top: 30px;
}

.far.fa-thumbs-up {
  margin-right: 0.6rem;
}

.big-section-right-contact a {
  text-decoration: none;
  color: black;
}

.big-section-right-contact-text p {
  color: #000;
  opacity: 0.5;
  margin-bottom: 0;
}

.contact-content-link {
  transition: 0.2s;
}

.contact-content-link:hover .big-section-right-contact-text h1 {
  /*border: 1px solid black;*/
  /*padding: 10px 0;*/
  /*box-shadow: 1px 1px 1px black;*/
  /*transform: scale(1.1);*/
  color: #ec4149;
}

.contact-content-link:hover .big-section-right-contact-text p {
  color: #0080ff;
}

.far.fa-edit {
  margin-right: 0.4rem;
}

.video {
  position: relative;
  width: 100%;
  min-height: 314px;
  margin-top: 10px;
}

.video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.gmap {
  overflow: hidden;
}

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

.light-blue {
  /* background-color: #236aac; */
  background-color: var(--azure-blue);
  color: white;
}

.dark-blue {
  /* background-color: #1e5f99; */
  background-color: var(--theme-blue);
  color: white;
}

.light-blue,
.dark-blue {
  padding: 12px !important;
  transition: 0.2s;
  border-left: 5px;
  border-right: 25px;
}

.light-blue:hover,
.dark-blue:hover {
  opacity: 0.5;
}

.bot-events .light-blue:hover,
.bot-events .dark-blue:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.box-map-wrapper img {
  width: 100%;
  height: 100%;
}

.blue-links {
  max-height: 288px;
  overflow: auto;
}


.small-round {
  float: left;
  width: 13%;
  margin-right: 8px;
  transition: 0.2s;
}

.small-round:hover {
  opacity: 0.8;
}

.small-round img {
  width: 100%;
}

.end-bottom {
  padding: 40px 50px;
  /* background-color: #0d2843; */
  background-color: var(--theme-blue);

  position: relative;
}

.site-visit span {
  font-size: 20px;
  color: white;
}

.one-side {
  float: left;
  margin: 0;
  color: #fff;
  opacity: 0.6;
  font-size: 12px;
  /*font-weight: bold;*/
}

.two-side {
  text-align: center;
  color: #fff;
  opacity: 0.6;
  font-size: 12px;
  /*font-weight: bold;*/
  width: 42%;
  margin: auto;
}

.count {
  position: absolute;
  right: 65px;
  top: 16px;
  color: black;
  font-family: "Lato", sans-serif;
  font-size: 25px;
}

/*.count-left{
    display: inline-block;
}

.count-right {
    display: inline-block;
}*/

.visit-count {
  line-height: 1;
  background-color: white;
  padding: 0 5px;
  border: 2px solid #8c8d8f;
}

.leftleft,
.leftright,
.rightleft,
.rightright {
  background-color: white;
  border-radius: 5px;
  padding: 0 5px;
}

.big-section-left .navbar button {
  background-color: black;
}

.facebook-link a:hover {
  opacity: 0.2;
}

.box-news a {
  border: none;
  padding: 0;
}

.status-box {
  transition: 0.2s;
}

.status-box:hover {
  opacity: 0.4;
}

.thrid-drop {
  position: absolute;
  display: none;
  left: 100%;
  margin: 0 0 0 4px;
  top: 0px;
  /* background-color: #236aac; */
  background-color: var(--theme-blue);
  color: white;
  box-shadow: 0px 1px 5px black;
  z-index: 5;
}

.thrid-drop::before {
  content: "";
  height: 100%;
  width: 4px;
  background: transparent;
  position: absolute;
  top: 0;
  right: 100%;
}

.dropdown-item.dropdown-submenu:hover .thrid-drop {
  display: block;
}

.dropdown-item.dropdown-submenu .fa.fa-chevron-right {
  position: absolute;
  right: 5%;
  top: 10px;
}

.dropdown-item {
  padding: 0 !important;
  transition: all 0.3s ease-out;
}

.dropdown-submenu {
  position: relative;
  font-size: 14px;
}

.thrid-drop ul {
  margin: 0;
  padding: 0;
  transform-origin: top;
  animation: drop 1s;
}

.thrid-drop ul li {
  list-style: none;
  /*transition: 0.2s;*/
}

.thrid-drop ul li a {
  text-decoration: none;
  color: white;
}

.thrid-drop ul li:hover {
  color: #0080ff;
  /* background-color: #ec4149; */
  background-color: var(--theme-red);
}

#scrollstyle::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#scrollstyle::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  height: 6px;
}

#scrollstyle::-webkit-scrollbar-thumb {
  background-color: #ec4149;
  /*border: 2px solid #555555;*/
}

.language {
  float: right;
}

.language-select {
  display: inline-block;
}

.language a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

.dropdown-menu {
  /* background-color: #f2f2f2; */
  background-color: var(--theme-blue);
}

.tab-mar-top {
  margin-top: 10px;
}

.big-section-left-gallery .carousel-inner {
  /*height: 513px;*/
}

.big-section-left-gallery .carousel-inner img {
  height: 100%;
  margin: auto;
}

.tab-mar-top {
  margin-top: 15px;
}

.vid-mar-top {
  margin-top: 41px;
}

#autoscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#autoscroll::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#autoscroll::-webkit-scrollbar-thumb {
  background-color: #ec4149;
  /*border: 2px solid #555555;*/
}

#autoscroll2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#autoscroll2::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#autoscroll2::-webkit-scrollbar-thumb {
  background-color: #ec4149;
  /*border: 2px solid #555555;*/
}

#autoscroll3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#autoscroll3::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#autoscroll3::-webkit-scrollbar-thumb {
  background-color: #ec4149;
  /*border: 2px solid #555555;*/
}

.no-hover-opacity:hover {
  opacity: 1 !important;
}

.dropdown-toggle::after {
  vertical-align: middle;
}

.media-center-navicon {
  font-size: 60px;
  color: black;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.slidericon {
  font-size: 25px;
  color: black;
}

.light-blue,
.dark-blue {
  padding: 12px !important;
  transition: 0.2s;
  /*position: relative;*/
}

/*.light-blue::after, .dark-blue::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 100px solid red;
    border-bottom: 50px solid transparent;
    position:absolute;
    top:0;
    left: 100%;
}*/

.media-center-nav {
  font-size: 60px;
  color: #216dab;
}

input {
  outline: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

input[type="search"] {
  background: #ededed
    url(../../../static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat
    9px center;
  border: solid 1px #ccc;
  padding: 9px 10px 9px 32px;
  width: 55px;

  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

input[type="search"]:focus {
  width: 130px;
  background-color: #fff;
  border-color: #66cc75;

  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
}

input:-moz-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

/* Demo 2 */
#demo-2 input[type="search"] {
  width: 15px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
  height: 8px;
}

#demo-2 input[type="search"]:hover {
  background-color: #fff;
}

#demo-2 input[type="search"]:focus {
  width: 130px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
}

#demo-2 input:-moz-placeholder {
  color: transparent;
}

#demo-2 input::-webkit-input-placeholder {
  color: transparent;
}

.e-portal a {
  float: right;
  font-size: 14px;
  background-color: white;
  /* color: #256fac; */
  border: none;
  /* border-bottom: 2px solid #ec4149; */
  transition: 0.2s;
  cursor: pointer;
  background: var(--theme-yellow);
  color: var(--heading-text);
  font-weight: bold;
  letter-spacing: 1px;
  padding: 4px 12px;
  margin-bottom: 8px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.fs-gal-view {
  display: none;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-color: rgba(20, 20, 20, 0.7);
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fs-gal-view h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: 300;
  font-size: 26px;
}

.fs-gal-prev,
.fs-gal-next,
.fs-gal-close {
  position: absolute;
  top: calc(50vh - 20px);
  height: 40px;
  width: 40px;
  z-index: 999999;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 1));
  transition: all 0.3s;
}

.fs-gal-prev:hover,
.fs-gal-next:hover,
.fs-gal-close:hover {
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.9));
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.9));
  cursor: pointer;
}

.fs-gal-prev {
  left: 14px;
}

.fs-gal-next {
  right: 14px;
}

.fs-gal-close {
  top: 14px;
  right: 14px;
  height: 30px;
  width: 30px;
}

.fs-gal-main {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fs-gal:hover,
.fs-gal-nav:hover,
.fs-gal-close:hover {
  cursor: pointer;
}

.image-gallery-wrapper {
  padding: 10px 95px;
}

.image-gallery img {
  width: 100%;
  height: auto;
}

/* RemixDesign | woaichidapi@163.com | Redesigned by JimmyCheung */

/*p {
    margin: 0!important;
}*/

.audioplayer {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  /*margin: 1em 0;*/
  padding: 0 24px;
  width: 100%;
  height: 96px;
  align-items: center;
  border: 1px solid #0080ff;
  border-radius: 4px;
  background: #fff;
}

.audioplayer-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: rgba(91, 130, 255, 0);
  border: 1px solid #5b82ff;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
  background: rgba(91, 130, 255, 0.1);
}

.audioplayer-playing .audioplayer-playpause {
  background: rgba(253, 79, 26, 0);
  border: 1px solid #fd4f1a;
}

.audioplayer-playing .audioplayer-playpause:hover {
  background: rgba(235, 79, 26, 0.1);
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  content: "";
  justify-content: center;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-right: none;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #0059ff;
}

.audioplayer-playing .audioplayer-playpause a {
  content: "";
  display: flex;
  justify-content: space-between;
  width: 12px;
  height: 14px;
}

.audioplayer-playing .audioplayer-playpause a::before,
.audioplayer-playing .audioplayer-playpause a::after {
  content: "";
  width: 4px;
  height: 14px;
  background-color: #fd4f1a;
}

.audioplayer-time {
  display: flex;
  width: 40px;
  justify-content: center;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.6);
}

.audioplayer-time-current {
  margin-left: 24px;
}

.audioplayer-time-duration {
  margin-right: 24px;
}

.audioplayer-bar {
  position: relative;
  display: flex;
  margin: 0 12px;
  height: 12px;
  flex-basis: 0;
  flex-grow: 1;
  cursor: pointer;
}

.audioplayer-bar::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 100%;
  height: 2px;
  background-color: #dde2e6;
}

.audioplayer-bar > div {
  position: absolute;
  left: 0;
  top: 5px;
}

.audioplayer-bar-loaded {
  z-index: 1;
  height: 2px;
  background: #bec8d2;
}

.audioplayer-bar-played {
  flex-direction: row-reverse;
  z-index: 2;
  height: 2px;
  background: -webkit-linear-gradient(left, #0059ff, #09b1fa);
}

.audioplayer-bar-played::after {
  display: flex;
  position: absolute;
  content: "";
  box-sizing: border-box;
  top: -5px;
  right: -1px;
  margin-right: -5px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 6px;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
  border: 2px solid #bec8d2;
}

.audioplayer-playing .audioplayer-bar-played::after {
  border: 2px solid #0059ff;
}

.audioplayer-volume {
  display: flex;
  align-items: center;
}

.audioplayer-volume-button {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.audioplayer-volume-button a {
  display: flex;
  width: 6px;
  height: 8px;
  background-color: #9a9fb0;
  position: relative;
}

.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: "";
  position: absolute;
}

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 9px solid #9a9fb0;
  border-bottom: 8px solid transparent;
  border-left: none;
  top: -4px;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  left: 10px;
  top: -2px;
  width: 6px;
  height: 6px;
  border: 6px double #9a9fb0;
  border-width: 6px 6px 0 0;
  border-radius: 0 12px 0 0;
  transform: rotate(45deg);
}

.audioplayer-mute .audioplayer-volume-button a {
  background-color: #fd4f1a;
}

.audioplayer-mute .audioplayer-volume-button a:before {
  border-right: 9px solid #fd4f1a;
}

.audioplayer-volume-adjust {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.audioplayer-volume-adjust > div {
  position: relative;
  display: flex;
  width: 60px;
  height: 2px;
  cursor: pointer;
  background-color: #bec8d2;
}

.audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #0059ff;
}

.audio-gallery-wrapper {
  padding: 10px 95px;
}

.audio-gallery-wrapper p {
  margin: 0 !important;
}

.audio-title {
  font-size: 18px;
}

.one-audio {
  border: 1px solid #dadada;
}

.a-player {
  box-shadow: 0px 1px 4px;
}

.video-gallery-wrapper {
  padding: 0 95px;
}

.video-gallery-top-row {
  /*padding: 0px 95px;*/
  /*background-color: #236AAC;
    color: white;
    font-size: 20px;*/
}

.video-gallery-videos {
  padding: 25px 0px;
}

.videos-row {
  padding: 10px 0;
}

.video-page-selector-row {
  /*padding: 0 95px;*/
}

.video-page-selector-row a {
  text-decoration: none;
  color: #0080ff;
  transition: 0.2s;
}

.video-page-selector-row a:hover {
  border-bottom: 2px solid #ec4149;
}

.active-video-page {
  border-bottom: 2px solid #ec4149;
}

.audio-gallery-audios {
  padding: 30px 0px;
}

.one-player {
  padding: 10px;
  border: 1px solid #dadada;
}

.one-player button {
  border: none;
  background-color: #0f2e4b;
  color: white;
  padding: 7px 13px;
  cursor: pointer;
  transition: 0.2s;
}

.one-player button:hover {
  font-size: 18px;
}

.audio-title {
  font-size: 16px;
  font-weight: bold;
  color: #236aac;
  border-bottom: 2px solid #ec4149;
}

.fa-users:before,
.fa-lock:before,
.fa-envelope:before,
.fa-clock:before,
.fa-bowling-ball:before {
  margin-right: 5px;
}

.return-to-top {
  position: fixed;
  right: 2%;
  bottom: 4%;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-size: 35px;
  color: #0080ff;
  z-index: 5;
  /*display: none;*/
  transition: 0.5s;
}

.return-to-top:hover {
  transform: scale(1.1);
}

.nav-tabs {
  border-bottom: none;
}

.big-section-left-gallery .owl-carousel .owl-nav.disabled {
  line-height: 15px;
}

.owl-item {
  height: 150px;
}

.related-links {
  overflow-y: hidden;
  height: 306px;
}

.related-links:hover {
  overflow-y: auto;
}

.blue-boxes {
  overflow-y: auto;
  height: 288px;
}

.big-section-left-content-whole .owl-stage-outer {
  height: 440px !important;
}

.photo-gallery-arrow {
  font-size: 35px;
  color: #226aac;
  transition: 0.2s;
}

.photo-gallery-arrow:hover {
  color: #ec4149;
}

.media-center-info {
  position: absolute;
  padding: 10px 10px 15px 10px;
  bottom: 0;
  left: 0;
}

.language .btn-success {
  background: #0080ff;
}

.searchresult-wrapper {
  padding: 10px 95px;
}

.search-heading {
  font-size: 20px;
  font-weight: bold;
  /*color: #236AAC;*/
}

.search-text {
  color: #0080ff;
}

.searchresult-wrapper a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  transition: 0.2s;
}

.one-search-result {
  border: 1px solid #dadada;
  transition: 0.2s;
}

.one-search-result:hover {
  box-shadow: 0px 1px 4px;
}

.visitnepal p {
  margin: 0;
}

.visit-nepal-descp .heading span {
  font-size: 30px;
}

.top-bar .demo-div {
  /* float: left; */
}

.top-bar .demo-div {
  background: #ab3334;
  background: #e31215 !important;
  /* margin: 0 20px 0 0; */
  /* padding: 0px 5px; */
  /* border-radius: 5px; */
  /* box-shadow: 0px 1px 2px; */
  /* transition: 0.2s; */
}

.top-bar .demo-div:hover {
  /* transform: scale(1.1); */
}

.top-bar .demo-div {
  /* color: white; */
}

.top-bar .demo-div:hover {
  /* color: white; */
}

.dataTables_wrapper {
  width: 100%;
}

.sitemap .first-dropdown {
  border-left: 1px solid black;
}

.sitemap .second-dropdown {
  border-left: 1px solid black;
  margin-top: 2px;
}

.sitemap .outermost-box span {
  border-bottom: 1px solid #ec4149;
  color: #226aac;
}

.sitemap .first-dropdown .first-dropdown-item a {
  padding: 5px;
  border-bottom: 1px solid #dadada;
  color: #0056b3;
}

.sitemap .first-dropdown .second-dropdown .second-dropdown-item a {
  padding: 0;
}

.sitemap .first-dropdown .first-dropdown-item a:hover {
  border-bottom: 1px solid #ec4149;
}

.top-nav .nav-item.dropdown:hover .dropdown-menu.show {
  display: block;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  font-size: 35px;
  border: none;
  outline: none;
  background-color: rgba(255, 255, 255, 0);
  /* color: #226aac; */
  color: #e30210;
  cursor: pointer;
  /*padding: 15px;*/
  border-radius: 4px;
}

#myBtn:hover {
  transform: scale(1.1);
}

.icon-second-heading span {
  font-size: 22px;
  color: #226aac;
}

.bot-events {
  /*border: 1px solid #DADADA;*/
  height: 288px;
  overflow-y: hidden;
  /* background-color: #236aac; */
  background-color: var(--theme-blue);
}

.bot-events span {
  color: white;
}

.bot-events .event-heading span {
  font-size: 20px;
  border-bottom: 2px solid white;
}

.bot-events:hover {
  overflow-y: auto;
}

.bot-event-heading {
  font-weight: bold;
}

.bot-events .white-border {
  border: 1px solid white;
}

.bot-events .month {
  background-color: white;
}

.bot-events .month span {
  color: #0080ff;
}

.image-gallery-col {
  transition: 0.4s;
  overflow: hidden;
}

.image-gallery-col:hover {
  opacity: 0.7;
}

.image-gallery-wrapper .text-center p {
  font-size: 17px;
}

.blue-box-icon {
  text-align: center;
}

/*start of bhuktani css-----------------------------------------------------------------*/
.bottom-note span {
  font-size: 17px;
  text-decoration: underline;
}

.bhuktani span {
  font-size: 25px;
  text-decoration: underline;
}

.nikaya .list-group-item {
  padding: 0;
}

.nikaya .list-group-item a {
  display: block;
  padding: 1rem;
}

.nikaya .list-group-item a:hover {
  background-color: #0d6efd;
}

.front-notice #notice-table {
  font-size: 1.1rem;
}

.front-notice .dropdown a:hover {
  color: white;
}

.current-status .status-detail {
  font-size: 1.4rem;
}

.front-notice #notice-table a {
  background-color: #0080ff;
  color: white;
}

/*end of bhuktani css-------------------------------------------------------------------*/

.answer {
  display: flex;
}

.answer div:nth-child(2) {
  color: #8f8f8f;
}

.q-a h3 {
  color: #0080ff;
}

.q-a {
  position: relative;
}

.q-a:nth-child(n + 3)::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #fff, rgba(236, 65, 73, 0.6), #fff);
  position: absolute;
  top: 0;
}

.progressdetailweb .carousel-item h1 {
  background: #226aac;
  color: #fff;
}

.progressdetailweb .progress-detail-status {
  color: initial;
  display: grid;
  grid-template-columns: 9% 91%;
  grid-column-gap: 1rem;
}

.progressdetailweb .progress-detail-status div:nth-child(2) {
  font-style: italic;
  color: #226aac;
}

.progressdetailweb .carousel-control-prev,
.progressdetailweb .carousel-control-next {
  width: 2%;
}

.progressdetailweb .carousel-inner {
  width: 95%;
  margin: auto;
  box-shadow: 0 0 10px 3px rgba(143, 143, 143, 0.2);
  height: 600px;
}

.progressdetailweb .carousel-control-prev span,
.progressdetailweb .carousel-control-next span {
  color: #ec4149;
  font-size: 3rem;
}

.progressdetailweb .carousel-indicators .active {
  background: #ec4149;
}

.progressdetailweb .carousel-indicators li {
  background: #8f8f8f;
}

.progressdetailweb .current-status {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.progressdetailweb .current-status h3 {
  color: #226aac;
}

.header-date {
  font-size: 1.2rem;
}

.logo-side-text span:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
}

.logo-side-text span:nth-child(2) {
  font-size: 19px;
  font-weight: bold;
}

.logo-side-text span:nth-child(3) {
  font-size: 17px;
  color: #767676;
}

.logo-side-text span {
  display: block;
}

.top-row a {
  text-decoration: none;
  color: black;
}

.top-row {
  border-bottom: 2px solid #226aac;
}

.logo-wrapper {
  display: grid;
  grid-template-columns: 15% 88%;
  grid-column-gap: 1rem;
}

@media (max-width: 768px) {
  .video-gallery-wrapper {
    padding: 0;
  }
}

@media screen and (max-width: 679px) {
  .audioplayer-volume-adjust {
    display: none;
  }

  .audio-gallery-wrapper {
    padding: 10px 0;
  }
}

.left-side-links .list-group-item.active {
  z-index: 2;
  color: #000000;
  background-color: #ffc107;
  border-color: #007bff;
}
.left-side-links .list-group-item.active a {
  color: black;
}

.karyakram #tabs {
  background: #007b5e;
  color: #eee;
}

.karyakram #tabs h6.section-title {
  color: #eee;
}

.karyakram #tabs .nav-tabs .nav-item.show .nav-link,
.karyakram .nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: #6914e1;
  border-color: #500cf0b0 transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-size: 20px;
  font-weight: bold;
}

.karyakram #tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #eee;
  font-size: 20px;
}

.karyakram .modal ul {
  max-height: 60vh;
  overflow-y: auto;
}

.pas_links a:hover {
  color: darkred !important;
  background-color: white !important;
}

.dynamic-home-links .important-links {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 4px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
@media (min-width: 1500px) {
  .dynamic-home-links .important-links {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
}

.dynamic-home-links .important-links a {
  /* background-color: #226aac; */
  background-color: var(--theme-blue);
  /* padding: 2rem; */
  padding: 1rem;
  border: none;
  display: grid;
  color: white;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 250px;
  /* margin: 2px; */
}

.dynamic-home-links .important-links a:hover {
  text-decoration: none;
  /* background-color: darkred; */
  background-color: var(--theme-red);
  /* color: #f8fafc; */
}
.facts .dynamic-home-links .important-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.facts_lists .item-grid {
  display: grid;
  /*-webkit-box-align: center;
    align-items: center;*/
  /* background-color: #236aac; */
  background-color: var(--theme-blue);
  padding: 1.5rem;
  color: #ffffff;
  -webkit-box-pack: center;
  flex-grow: 1;
  flex-basis: 250px;
  margin: 2px;
}

table.pas_links tbody tr:hover {
  background-color: #007bff !important;
  color: #ffffff !important;
}
table.pas_links tbody tr:hover a {
  background-color: #007bff !important;
  color: #ffffff !important;
}
table.pas_links tbody tr:hover td:last-child a {
  background-color: white !important;
  color: #000000 !important;
}
table.pas_links tbody tr:hover a:hover {
  color: #ffc107 !important;
  /* background-color: white !important; */
}
table.pas_links.display tbody tr:hover > .sorting_1,
table.pas_links.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #007bff;
  color: #eee !important;
}

.div-with-mountain-bg {
  /*! background: #5cf7cb2e; */
  /*! background: url(../img/mountain-banner-bg.jpg); */
  background-size: cover;
}

/* ==============================================================
wbsite header =================================================*/
div.website-header {
  /* background: tomato; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
/* website header logo */
div.website-header a.logo {
  /* background: red; */
}
div.website-header a.logo > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
div.website-header a.logo > div img {
  height: 100px;
}
div.website-header a.logo > div img.small-screen-flag {
  display: none;
}
div.website-header a.logo > div > div {
  padding: 0 8px;
}
div.website-header a.logo > div p.gov-of-nepal {
  /* background: orange; */
  color: var(--theme-red);
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: bold;
}
div.website-header a.logo > div p.office-title {
  /* background: red; */
  color: #f2060f;
  font-size: 32px;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: 'Vesper Libre', serif;
  font-weight: bolder;
  line-height: 26px;
}
div.website-header a.logo > div p.office-address {
  /*! background: gray; */
  color: gray;
  font-size: 26px;
  color: #f2060f;
  font-weight: bolder;
  font-family: 'Vesper Libre', serif;
  text-align: center;
}
div.website-header a.logo > div p.office-addresss {
  /*! background: gray; */
  color: gray;
  font-size: 20px;
  color: #f2060f;
  font-weight: bolder;
  font-family: 'Vesper Libre', serif;
  text-align: center;
}

/* website header email and location */
div.website-header div.email-and-location {
  /* background: green; */
}
div.website-header div.email-and-location a > p > i {
  /* background: green; */
  font-size: 24px;
  padding: 0;
  margin: 0;
}
div.website-header div.email-and-location a > p > span {
  /* background: red; */
  font-weight: bold;
  letter-spacing: 1px;
}
/* motto and flag */
.website-header div.motto-and-flag {
  display: flex;
  flex-direction: row;
}
/* website header motto */
div.website-header div.motto {
  /* background: gray; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 8px;
  gap: 2px;
}
div.website-header div.motto > img {
  height: 60px;
  width: 60px;
}
div.website-header div.motto > p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.7px;
}
/* website header flag */
div.website-header div.flag {
  /* background: lightblue; */
}
div.website-header div.flag > img {
  height: 100px;
}
/* website header media queries */
@media only screen and (max-width: 1349px) {
    
  div.website-header a.logo > div img,
  div.website-header div.flag > img {
    height: 80px;
  }
  div.website-header div.motto > img {
    height: 50px;
    width: 50px;
  }
  div.website-header a.logo > div p.gov-of-nepal {
    font-size: 12px;
    letter-spacing: 0.7px;
  }
  div.website-header a.logo > div p.office-title {
    font-size: 20px;
    letter-spacing: 0.7px;
  }
  div.website-header a.logo > div p.office-address {
    font-size: 13px;
  }
   div.website-header a.logo > div p.office-addresss {
    font-size: 10px;
  }
  div.website-header div.email-and-location a > p > i {
    font-size: 18px;
  }
  div.website-header div.email-and-location a > p > span {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
@media only screen and (max-width: 1099px) {
  div.website-header a.logo > div img,
  div.website-header div.flag > img {
    height: 70px;
  }
  div.website-header div.motto > img {
    height: 40px;
    width: 40px;
  }
  div.website-header a.logo > div p.gov-of-nepal {
    font-size: 14px;
    letter-spacing: 0.4px;
  }
  div.website-header a.logo > div p.office-title {
    font-size: 18px;
    letter-spacing: 0.4px;
  }
  div.website-header a.logo > div p.office-address {
    font-size: 12px;
  }
  div.website-header div.email-and-location a > p {
    text-align: center;
  }
  div.website-header div.email-and-location a > p > i {
    font-size: 16px;
  }
  div.website-header div.email-and-location a > p > span {
    font-size: 12px;
    letter-spacing: 0.4px;
  }
  div.website-header div.motto {
    align-items: center;
  }
  div.website-header div.motto > p {
    font-size: 10px;
    text-align: center;
    letter-spacing: 0.4px;
  }
}
@media only screen and (max-width: 699px) {
  div.website-header {
    display: flex;
    flex-direction: column;
  }
  .links{
    display: none;
  }
  .npflag {
    display: none;
}
  div.website-header a.logo {
   display: flex;
text-align: center;
justify-content: center;
  }
  
  div.website-header a.logo > div {
    justify-content: space-between;
  }
  div.website-header a.logo > div p {
    text-align: center;
  }
  div.website-header div.email-and-location {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  div.website-header div.flag {
    display: none;
  }
  div.website-header a.logo > div img.small-screen-flag {
    display: inline-block;
  }
}

/* youtube carousel */
#youtube-carousel {
  margin-bottom: 20px;
}
#youtube-carousel iframe {
  background: url(../img/loading.html), gray;
  background-size: 100% 100%;
}

/* notice */
.notice.alert {
  background-color: var(--theme-blue);
  color: white;
}
@media (max-width: 576px) {
  .image-gallery-col,
  .image-gallery-wrapper {
    padding: unset;
  }
  .gallery-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
  }
}

.inner-page-right-head p {
  background-color: #337ab7;
  margin-top: 1em;
  color: #f9f3f3;
  padding: 0.2em;
  text-align: center;
}
.bg-blue-btn {
  background: var(--theme-blue);
}
.btn-link:hover {
  background-color: #007bff;
}
.sorting_1 {
  background-color: unset !important;
}
section.about .card.intro .card-header {
    background: var(--theme-purple);
}

 .card-header .card-title {
    color: #FFFFFF;
    font-size: 1.2rem;
}
.card-header .card-title i {
    color: var(--theme-purple);
}
.card-header .card-title i {
    width: 30px;
    height: 30px;
    background: var(--body-color);
    color: var(--theme-purple);
    padding: 5px;
    border-radius: 100%;
}

.modal{}
.modal .modal-dialog{}
.modal .modal-content{
	/*! border-radius: 1.5rem; */
}
.modal .modal-content .modal-header{

}
.modal .modal-content .modal-body{}
.modal .modal-content .modal-body .nav{}
.modal .modal-content .modal-body .nav a{	
	color: var(--font-color);
	font-weight:500;
}
.modal .modal-content .modal-body .nav a.active{
	border-bottom: 4px solid var(--primary);
}
.modal .modal-content .modal-body .tr-form-wrapper{
	display:none;
}
.modal .modal-content .modal-body .tr-form-wrapper h3{
	font-size:1.3rem;
	font-weight:500;
}
.modal .modal-content .modal-body .tr-form-wrapper .form-control{
	border-radius: .25rem;
}
.modal .modal-content .modal-footer{
	border-top: 0;
	border-bottom-right-radius: calc(1.5rem - 1px);
	border-bottom-left-radius: calc(1.5rem - 1px);
}
.modal .modal-content .btn-close{
	position:absolute;
	right:50px;
	top:23px;
	z-index:100;
}
.auto-height{
	height:auto;
}
.disabled{
	cursor:not-allowed;
	color:#ededed;
}
.page-overlay{    
	position: fixed;
	z-index: 1040;
	background: rgba(0,0,0,.02);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
table  { border-collapse: collapse; width: 100%; }
th, td { padding: 8px 16px; }

.pr{
	position:relative;
}
.pa{
	position:absolute;
}
.pf{
	position:fixed;
}
.br-0{
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}
.br-2{
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.br-5{
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.br-10{
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.br-20{
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.br-50{
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
}
.br-50p{
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.br-100p{
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}

.pt-6 {padding-top: 4rem!important;}
.pt-7 {padding-top: 5rem!important;}
.pt-8 {padding-top: 6rem!important;}
.pt-9 {padding-top: 7rem!important;}
.pb-6 {padding-bottom: 4rem!important;}
.pb-7 {padding-bottom: 5rem!important;}
.pb-8 {padding-bottom: 6rem!important;}
.pb-9 {padding-bottom: 7rem!important;}
.pr-6 {padding-right: 4rem!important;}
.pr-7 {padding-right: 5rem!important;}
.pr-8 {padding-right: 6rem!important;}
.pr-9 {padding-right: 7rem!important;}
.pl-6 {padding-left: 4rem!important;}
.pl-7 {padding-left: 5rem!important;}
.pl-8 {padding-left: 6rem!important;}
.pl-9 {padding-left: 7rem!important;}

.mt-6 {margin-top: 4rem!important;}
.mt-7 {margin-top: 5rem!important;}
.mt-8 {margin-top: 6rem!important;}
.mt-9 {margin-top: 7rem!important;}
.mb-6 {margin-bottom: 4rem!important;}
.mb-7 {margin-bottom: 5rem!important;}
.mb-8 {margin-bottom: 6rem!important;}
.mb-9 {margin-bottom: 7rem!important;}
.me-6 {margin-right: 4rem!important;}
.me-7 {margin-right: 5rem!important;}
.me-8 {margin-right: 6rem!important;}
.me-9 {margin-right: 7rem!important;}
.ms-6 {margin-left: 4rem!important;}
.ms-7 {margin-left: 5rem!important;}
.ms-8 {margin-left: 6rem!important;}
.ms-9 {margin-left: 7rem!important;}

.br-0{
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}
.br-2{
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.br-5{
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.br-10{
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.br-20{
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.br-50{
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
}
.br-50p{
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.br-100p{
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}

.fw-100{font-weight:100;}
.fw-200{font-weight:200;}
.fw-300{font-weight:300;}
.fw-400{font-weight:400;}
.fw-500{font-weight:500;}
.fw-600{font-weight:600;}
.fw-700{font-weight:700;}
.fw-800{font-weight:800;}
.fw-900{font-weight:900;}
.fts--1{font-size:.1rem;}
.fts--2{font-size:.2rem;}
.fts--3{font-size:.3rem;}
.fts--4{font-size:.4rem;}
.fts--5{font-size:.5rem;}
.fts--6{font-size:.6rem;}
.fts--7{font-size:.7rem;}
.fts--8{font-size:.8rem;}
.fts--9{font-size:.9rem;}
.fts-1{font-size:1rem;}
.fts-13{font-size:1.3rem;}
.fts-15{font-size:1.5rem;}
.fts-18{font-size:1.8rem;}
.fts-2{font-size:2rem;}
.fts-25{font-size:2.5rem;}
.fts-3{font-size:3rem;}
.fts-35{font-size:3.5rem;}
.fts-4{font-size:4rem;}
.shd-1{
	-webkit-box-shadow: -2px 3px 5px -2px rgba(121,121,121,1);
	-moz-box-shadow: -2px 3px 5px -2px rgba(121,121,121,1);
	box-shadow: -2px 3px 5px -2px rgba(121,121,121,1);}
.shd-2{
	-webkit-box-shadow: -2px 3px 8px -1px rgba(121,121,121,1);
	-moz-box-shadow: -2px 3px 8px -1px rgba(121,121,121,1);
	box-shadow: -2px 3px 8px -1px rgba(121,121,121,1);
}
.shd-3{
	-webkit-box-shadow: -2px 3px 9px 3px rgba(121,121,121,1);
	-moz-box-shadow: -2px 3px 9px 3px rgba(121,121,121,1);
	box-shadow: -2px 3px 9px 3px rgba(121,121,121,1);
}
.hs{
	background:#fff;
	border-bottom:1px solid #e1e1e1;
}
.td-none{
	text-decoration:none;
}
.cursor-mp{
	cursor:mouse-pointer;
}
.btn-group{}
.btn-group .btn-filter{
	border: 0;
	-ms-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.btn-group .btn-filter:not(:last-child):not(.dropdown-toggle),
.btn-group .btn-link:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.btn-group .btn-filter.active{
	background:var(--highlighted);
}
.btn-group .btn-link{
	border: 0;
	text-decoration: none;
	color: var(--font-color);
}
.btn-group .btn-link.active{
	color:var(--font-color);
	background:var(--highlighted);
}

.btn-custom-primary{
	background:var(--primary);
	color:var(--font-color);
	border:1px solid var(--primary);
}
.btn-outline-custom-primary {
    color: var(--primary);
    border-color: var(--primary);
}
.btn-outline-custom-primary:hover{
	color:#ffffff;
	background-color:var(--primary);
}
.bg-custom-primary{
	background:var(--primary);
}
.bg-custom-secondary{
	background:#3d5772;
}
.bg-custom-outline-primary{
	border:1px solid #d42f7d;
	background: transparent;
	color:#d42f7d;
}
.text-custom-primary{
	color:#d42f7d;
}
.text-muted{
	color:var(--muted-color);
}
h1,h2,h3,h4,h5,h6{
	color: var(--primary-text-color);
}
h3{	
	font-size: 1.5rem;
	font-weight: 600;
}
*:focus,
inpu:focus,
button:focus,
button:active,
.navbar-toggler:active,
.form-control:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline:none;
}
.form-control{
	border-radius:1.5rem;
}
.input-group.rounded-bordered{
	border:1px solid var(--border-color);
	border-radius:1.5rem;
	overflow:hidden;
}
.input-group.rounded-bordered .input-group-text{
	background:#ffffff;
	color:var(--muted-color);
}
.input-group.rounded-bordered .input-group-text,
.input-group.rounded-bordered .form-control{
	border:0;
}
.input-group.rounded-bordered .form-control::placeholder{
	color:var(--muted-color);
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border:0;
}
.card{
	border-radius:0px;
}
.card .card-header{
	border-radius:0px;
}
.header{
	background: url(../../assets/images/header-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	box-shadow:inset 0 0 0 2000px rgba(255, 255, 255, 0.8);
}
.header .topnav{	
	margin-bottom: 10px;
}
.header .topnav .nav{}	
.header .topnav .nav .nav-item{
	margin:5px;
}	
.header .topnav .nav .nav-item:last-child{
	border-right: 0;
}
.header .topnav .nav .nav-item .btn{
	font-size: .9rem;
	border: 0;
	font-weight:500;
	border-radius:5px;
}	
.header .topnav .nav .nav-item .btn:hover{
	background:var(--theme-red);
	color:var(--body-color);
}
.header .middlenav .col-12{
	height:100px;
	overflow:hidden;
}
.header .middlenav .navbrand,
.header .middlenav .nav-title{
	display:inline-block;
}
.header .middlenav .navbrand{
	display: inline-flex;
}
.header .middlenav .navbrand img{
	width: 100px;
	height: 100px;
}
.header .middlenav .nav-title{
	width: 75%;
	text-decoration: none;
	position: absolute;
	left: 130px;
}
.header .middlenav .nav-title h1{
	font-size:1.3rem;
	width:100%;
	color:var(--theme-blue);
	font-weight:600;
}
.header .middlenav .nav-title h2{
	font-size:1.2rem;
	width:100%;
	color:var(--theme-red);
}
.header .middlenav .nav-title p{
	font-size:1rem;	
	width:100%;
	color:var(--theme-light);
	font-weight:600;
}
.header .middlenav .flag-link{
	width:70px;
	height:95px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.header .middlenav .flag-link img{
	width:70px;
	height:95px;
}
.header .middlenav .ad-area{
	width: 75%;
	height: 100px;
	overflow: hidden;
	text-align:right;
}
.header .middlenav .ad-area h3{
	font-size:1.2rem;
}
.header .middlenav .ad-area p{
	font-size:1rem;
}
.header .navbar{
	background: var(--theme-blue);
	transition: all .5s;
}
.header .navbar li{}
.header .navbar li a{
	color: var(--body-color);
}
.header .navbar li a:hover{
	background:var(--theme-red);
}
.header .navbar li .dropdown-menu{
	background:var(--theme-blue);
}
.header .navbar li .dropdown-menu li{}
.header .navbar li .dropdown-menu li .dropdown-item{}
.header.scrolled .navbar{
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:1050;
}
section.news-flash{
	background: var(--highlighted);
	height: 40px;
	margin-top:0;
}
section.news-flash .news-tag{	
	background: var(--theme-red);
	color: var(--body-color);
	font-weight: 600;
	text-align: center;
	min-height: 40px;
	padding-top: 7px;
}
section.news-flash .news{}
section.news-flash .news .news-flash-items{
	height:40px;
}
section.news-flash .news .news-flash-items .owl-item{
	width: 100%;
	height: 40px;
	display: flex;
}
section.news-flash .news .news-flash-items .owl-item .item a{
	text-decoration: none;
	font-size: 1rem;
	font-weight: 500;
	color: var(--theme-blue);
	width: 100%;
	padding: 2px;	
	height: 40px;
	margin-top: 6px;
	display: block;
}
section.hero{
	height:380px;
	border:1px solid var(--highlighted);
	overflow:hidden;
}
section{
	margin-top:30px;
}
section.hero{
	margin-top:0;
}
.hero-slider-items .item p.caption{	
	z-index: 1050;
	background: var(--bs-dark);
	position: absolute;
	top: 340px;
	width: 100%;
	height: 40px;
	color: var(--body-color);
	font-weight: 600;
	text-align:center;
	padding:6px 2px;
}
.hero-slider-items .owl-nav{
	position: absolute;
	top: 340px;
	right: 0;
	width: 50px;
	height: 40px;
	background:var(--)
}
.hero-slider-items .owl-nav button.owl-prev,
.hero-slider-items .owl-nav button.owl-next{
	height:30px;
	width:30px;
	padding-top:5px;
}
.hero-slider-items .owl-nav button.owl-prev span,
.hero-slider-items .owl-nav button.owl-next span{
	font-size:1.5rem;
	font-weight:600;
	color: var(--body-color);
}
.hero-slider-items .owl-nav button.owl-prev{
	position:absolute:
	left:5px;
}
.hero-slider-items .owl-nav button.owl-next{
	position:absolute;
	right:5px;
}
section.hero .right{
}
section.hero .right .card{
	background:var(--theme-blue);
	border:0;
	padding:20px;
}
section.hero .right .card img{
	width:100px;
}
section.hero .right .card .card-body{
}
section.hero .right .card .card-body .card-title{
	color: var(--body-color);
}
section.hero .right .card .card-body .card-text{
	color: var(--body-color);
}
section.about{}
section.about .card.intro{}
section.about .card.intro .card-header{
	background:var(--theme-blue);
}
section.about .card.intro .card-header .card-title{
	color:var(--body-color);
	font-size:1.2rem;
}
section.about .card.intro .card-header .card-title i{
	width:30px;
	height:30px;
	background:var(--body-color);
	color:var(--theme-purple);
	padding:5px;
	border-radius:100%;
}
section.about .card.intro .card-body{}
section.about .card.intro .card-body p{}
section.about .card.intro .card-footer{
	background:transparent;
	border-top:0;
}

section.about .box{
	width:100%;
	height:100px;
	text-align:center;
	background: var(--theme-blue);
	margin-top:30px;
	color:var(--body-color);
	padding-top:15px;
	background: #0d6efd; /* Old browsers */
	background: -moz-linear-gradient(top,  #0d6efd 0%, #2989d8 50%, #207cca 100%, #7db9e8 100%); 
	background: -webkit-linear-gradient(top,  #0d6efd 0%,#2989d8 50%,#207cca 100%,#7db9e8 100%);
	background: linear-gradient(to bottom,  #0d6efd 0%,#2989d8 50%,#207cca 100%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6efd', endColorstr='#7db9e8',GradientType=0 ); 
}
section.about .box i{
	font-size:40px;
}
section.about .box:hover i{
	font-size:45px;	
	transition: all .5s;
}
section.about .box h5{
	color:var(--body-color);
	font-size:1rem;
	font-weight:600;
}
section.about .nav{
}
section.about .nav .nav-link{
	font-size:.9rem;
	font-weight:500;
	padding-left:5px;
	padding-right:5px;
	padding-top:0;
	padding-bottom:0;
	background: transparent;
	color: var(--theme-purple);
	font-weight: 600;
	border-radius:0;
	min-height:50px;
	border:0;
	border-bottom: 2px solid var(--body-color);
}
section.about .nav .nav-link i{
	width: 40px;
	height: 40px;
	background: var(--theme-blue);
	color: var(--text-white);
	padding: 10px;
	margin-right: 5px;
}
section.about .nav .nav-link.active{
	border-bottom: 2px solid var(--theme-blue);
}
section.about .tab-content{}
section.about .tab-content .tab-pane{
	padding: 10px;
}
section.about .tab-content .tab-pane ul{	
	padding-left: 0;
}
section.about .tab-content .tab-pane ul li{
	padding-bottom:10px;
	list-style-type: none;
	position: relative;
	padding-left:100px;
	min-height:72px;
	border-bottom:1px solid var(--highlighted)
}
section.about .tab-content .tab-pane ul li .calendar{
	position:absolute;
	top:0;
	left:0;
	border:1px solid var(--highlighted);
	width:90px;
	height:60px;
	text-align:center;
}
section.about .tab-content .tab-pane ul li .calendar .date{
	font-size:1.3rem;
	font-weight:600;
	background: var(--theme-blue);
	color: var(--text-white);
}
section.about .tab-content .tab-pane ul li .calendar .month-year{
	font-size:1rem;
	background: var(--highlighted);
}
section.about .tab-content .tab-pane ul li a{
	text-decoration:none;
	color:var(--text-color);
	font-weight:600;
}
section.about .tab-content .tab-pane ul li i{
	color:var(--theme-blue);
}
section.about .tab-content .tab-pane ul li i span{
	color:var(--theme-red);
}
section.links{}
section.links .card{}
section.links .card .card-header{
	border:0;
	background: var(--theme-blue);
}
section.links .card .card-header .card-title{
	color:var(--body-color);
	text-align:center;
}
section.links .card .card-body{
	background: var(--highlighted);
}

section.links .card .card-body ul{
	padding-left:0;
}
section.links .card .card-body ul li{
	position:relative;
	list-style-type: none;
	min-height:40px;
	padding:5px 2px;
	border-bottom: 1px dashed var(--muted-color);
}
section.links .card .card-body ul li i{
	font-size:1rem;
	color:var(--text-color);
}
section.links .card .card-body ul li a{
	text-decoration:none;
	color:var(--text-color);
	font-weight:500;
}
section.links .card .card-body ul li i{
	color:var(--text-color);
}
section.links .card .card-body ul li i span{
	color:var(--theme-red);
}
section.links .card .card-footer{
	text-align:right;
	border:0;
}

footer h4{
	font-size:1.2rem;
	text-align:center;
	padding:10px 5px;
	border-bottom:2px solid #ffffff;
  /*! border-width: medium; */
	color: #fff !important;
}


footer .box{
	vertical-align:middle;
	padding:15px;
}
footer .box img.logo{
	width:75px;
	margin-right:10px;
	width: 75px;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
}

footer .box img.official{
	width:110px;
	height:140px;
}
footer .box h5{
	font-size:1.1rem;
	color:#fff !important;
	margin-top:20px;
}
footer .box p{
	font-size:1rem;
	margin-bottom:10px;
	color: #fff !important;
}
footer .box p i{
	margin-right:5px;
	font-size:14px;
	color:#fff !important;
}
footer .box ul{
	padding-left:0;
}
footer .box ul li{
	list-style-type:none;
	padding:5px 2px;
}
footer .box ul li a{
	text-decoration:none;
	color: #fff !important;
}
footer .box ul li a i{
	color:#fff !important;
	margin-right:10px;
}

.btn-scroll-top{
	display:hidden;
	position:fixed;
	right:20px;
	bottom:20px;
	width:40px;
	height:40px;
	font-size:1.2rem;
	background:var(--theme-blue);
	border-radius:5px;
	padding:4px 2px;
	color:#ffffff;
}
.btn-toggle-sidebar{
	display:none;
	position:fixed;
	left:20px;
	bottom:20px;
	width:40px;
	height:40px;
	font-size:1.2rem;
	background:var(--theme-blue);
	border-radius:5px;
	padding:4px 2px;
	color:#ffffff;
}
.btn-scroll-top.visible{
	display:block;
}
.v-center-l {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
    left: 0;
    left: -19%;
    bottom: -99%;
}
 .logo-text{
    text-align: center;
}
.panel-default {
    border-color: #0b8fea;
    border: 2px solid #e6f4ff;
}
.person-img {
    width: 60%;
    border: 2px solid #337ab7;
    padding: 2px;
    height:60%;
}
.thumbnail {
    margin-bottom: 0px;
}
.thumbnail {
    padding: 4px;
    line-height: 1.6;
    background-color: #f5f8fa;
    /*! border: 1px solid #ddd; */
    border-radius: 4px;
    transition: border .2s ease-in-out;
    height: 125px;
}
.section-title {
    margin-top: -18px;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    z-index: 8;
    font-weight: 600;
}
.section-title a {
    display: inline-block;
    background: #337ab7;
    color: #FFF;
    padding: 8px 30px;
}
.section-title span {
    display: inline-block;
    background: none;
}
.section-title::after, .archive-title::after {
    content: "";
    position: absolute;
    border-color: transparent #337ab7 #337ab7 transparent;
    border-width: 7px 5px;
    border-style: solid;
    left: -10px;
    top: 0;
}
.samachar-news, .rajniti-news {
    border: 1px solid #EEE;
        border-top-color: rgb(238, 238, 238);
        border-top-style: solid;
        border-top-width: 1px;
    /*! padding: 40px; */
    border-top: 5px solid #337ab7;
    margin-bottom: 40px;
}
.mont-year {
    color: #fff;
    background-color: #DC0000;
}
.np {
    font-family: "Fontasy Himali" !important;
}
.ppsc{
  background-color: #357ca5 !important;
  
}
.ppsc h4{
  color: #fff;
  color:#fff;
  font-size:19px;
}

   #wpdmmydls-51516970e73584d73830125b4884de53 .wpdm-download-link img{
        box-shadow: none !important;
        max-width: 100%;
    }
    .w3eden .pagination{
        margin: 0 !important;
    }
    #wpdmmydls-51516970e73584d73830125b4884de53 td:not(:first-child){
        vertical-align: middle !important;
    }
    #wpdmmydls-51516970e73584d73830125b4884de53 td.__dt_col_download_link .btn{
        display: block;
        width: 100%;
         background-color: #003265;
         color:#fff;
    }
    #wpdmmydls-51516970e73584d73830125b4884de53 td.__dt_col_download_link .btn:hover{
         background-color: #157490;
    }
    #wpdmmydls-51516970e73584d73830125b4884de53 td.__dt_col_download_link,
    #wpdmmydls-51516970e73584d73830125b4884de53 th#download_link{
        max-width: 120px !important;
        width: 120px;

    }
    #wpdmmydls-51516970e73584d73830125b4884de53 th{
        background-color: #003265;
        border-bottom: 0;
        color:#fff
    }

    #wpdmmydls-51516970e73584d73830125b4884de53_filter input[type=search],
    #wpdmmydls-51516970e73584d73830125b4884de53_length select{
        padding: 5px !important;
        border-radius: 3px !important;
        border: 1px solid #dddddd !important;
        margin-bottom: 20px;
    }

    #wpdmmydls-51516970e73584d73830125b4884de53 .package-title{
        color:#36597C;
        font-size: 11pt;
        font-weight: 700;
    }
    #wpdmmydls-51516970e73584d73830125b4884de53 .package-title:hover{
        color:red;
    }
    #wpdmmydls-51516970e73584d73830125b4884de53 .small-txt{
        margin-right: 7px;
    }
    #wpdmmydls-51516970e73584d73830125b4884de53 td{
        min-width: 150px;
    }

    #wpdmmydls-51516970e73584d73830125b4884de53 td.__dt_col_categories{
        max-width: 300px;
    }

    #wpdmmydls-51516970e73584d73830125b4884de53 .small-txt,
    #wpdmmydls-51516970e73584d73830125b4884de53 small{
        font-size: 9pt;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button:active,
    .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button{
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }


    @media (max-width: 799px) {
        #wpdmmydls-51516970e73584d73830125b4884de53 tr {
            display: block;
            border: 3px solid rgba(0,0,0,0.3) !important;
            margin-bottom: 10px !important;
            position: relative;
        }
        #wpdmmydls-51516970e73584d73830125b4884de53 thead{
            display: none;
        }
        #wpdmmydls-51516970e73584d73830125b4884de53,
        #wpdmmydls-51516970e73584d73830125b4884de53 td:first-child {
            border: 0 !important;
        }
        #wpdmmydls-51516970e73584d73830125b4884de53 td {
            display: block;
        }
        #wpdmmydls-51516970e73584d73830125b4884de53 td.__dt_col_download_link {
            display: block;
            max-width: 100% !important;
            width: auto !important;

        }
    }

.email-signature{
    color: #fff;
    background: #fff;
    font-family: 'Eczar', serif;

    font-family: 'Laila', serif;
    text-align: center;
    margin: 0 0 20px;
    box-shadow: 0 0 25px -10px rgba(0,0,0,0.5);
    position: relative;
    z-index: 1;
}

.email-signature:after{
    transform: rotateY(180deg);
    top: auto;
    bottom: 0;
}
.email-signature .signature-content{
    color: #333;
    background-color: #fff;
    /*! padding: 50px 25px; */
    border-radius: 0 180px;
}
.email-signature .signature-icon{
    width: 120px;
    height: 120px;
    background: linear-gradient(to bottom right, #2460b9, #2460b9);
    width: 120px;
    height: 120px;
    padding: 3px;
    border: 2px solid #05953D;
    outline: 3px solid #fff;
    outline-offset: -8px;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.5);
    margin: 0 auto 15px;
    overflow: hidden;
}
.email-signature .signature-icon img{
    width: 100%;
    height: auto;
}
.email-signature .signature-details{ margin: 0 0 15px; }
.email-signature .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 2px;
}
.email-signature .post{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.email-signature .content{
    text-align: left;
    padding: 0 0 0 20px;
    margin: 0 0 20px;
    list-style: none;
    display: inline-block;
}
.email-signature .content li{
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
}
.email-signature .content li:last-child{ margin-bottom: 0; }
.email-signature .content li i{
    color: #fff;
    background-color: #05953D;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 0 4px 0 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.email-signature .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.email-signature .icon li{
    display: inline-block;
    margin: 0 2px;
}
.email-signature .icon li a{
    color: #333;
    text-align: center;
    line-height: 23px;
    height: 25px;
    width: 25px;
    border: 1px solid #333;
    display: block;
    transition: all 0.3s ease;
}
.email-signature .icon li a:hover{
    color: #fff;
    background-color: #05953D;
    border-radius: 50%;
}
.no-padding {
    padding: 2px !important;
}
.panel-primary > .panel-heading {
    background-color: #01579b;
    #background-color: #01579b;
}
.vc_custom_1643083387182 {
    margin-bottom: 0!important;
    border-bottom-width: 2px!important;
    border-left-width: 5px!important;
    padding-top: 8px!important;
    padding-bottom: 8px!important;
    background-color: #1e73be!important;
    border-left-color: #0066bf!important;
    border-left-style: solid!important;
    border-bottom-color: #0066bf!important;
    border-bottom-style: solid!important;
}