:root {
  --primary-color-dark: #00a551;
  --primary-color-light: #00a551;
  --primary-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  --secondary-color: #172733;
}

/* Importing Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&family=Roboto:wght@400;700&display=swap");

* {
  margin-left: 10px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  scroll-behavior: smooth;
  line-height: 1.6 !important;
}
@media screen and (max-width: 800px) {
  html {
    font-size: 12px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #f8f8f8 !important;
}

a {
  text-decoration: none !important;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

.social-nav {
  height: 41px;
  max-width: 100vw;

  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 0px;
  display: flex;
  justify-content: center;
}
.header-wrapper .social-nav .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.social-nav .datetime {
  display: flex;
  flex-direction: row;
  gap: 12px;
  color: black;
}

.social-nav .nav-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  color: black;
}

.social-nav .nav-item .fa {
  color: black;
}

.header-wrapper .logo-ads-section {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.header-wrapper .logo-ads-section .logo {
  width: 24%;
}

.header-wrapper .logo-ads-section .logo img {
  height: auto;
  width: 100%;
}

.header-wrapper .logo-ads-section .ads {
  width: 50%;
}

.header-wrapper .logo-ads-section .ads img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .header-wrapper .logo-ads-section .logo {
    width: 30%;
  }

  .header-wrapper .logo-ads-section .ads {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .header-wrapper .logo-ads-section .logo {
    width: 40%;
  }

  .header-wrapper .logo-ads-section .ads {
    width: 50%;
  }
}

@media screen and (max-width: 576px) {
  .header-wrapper .logo-ads-section .logo {
    width: 60%;
  }

  .header-wrapper .logo-ads-section .ads {
    width: 80%;
  }
}
.nav-wrapper {
  height: 50px;

  display: flex;

  justify-content: center;
}
.sticky-nav {
  position: sticky;
  top: 0px;
  z-index: 100;
}
.nav-wrapper .container {
  display: flex;

  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.nav-wrapper .fa {
  font-size: 16px;
  overflow: hidden;
}

.menu-items {
  display: flex;
  flex-direction: row;
  color: white !important;

  align-items: center;
}

.nav-wrapper .nav-link {
  text-align: center;
  font-size: 1.1rem !important;
  font-weight: bold;
  padding: 15px 15px !important;
  display: block;
  text-transform: uppercase !important;
}
.nav-wrapper .nav-link.active {
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
}

.nav-wrapper .english {
  background-color: #003c8f;
}

.nav-wrapper .nav-link::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: white;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.nav-wrapper .english::after {
  background-color: white;
}

.nav-wrapper .nav-link:hover {
  color: white;
  font-size: 14px;
  background-color: #e22020;
  border-radius: 5px;
}
/* #menuIcon {
  display: none;
} */

.marquee-slider {
  margin: 8px auto;
  display: flex;
  padding: 5px;
  position: relative;
  .marquee-head {
    background-color: var(--primary-color-dark);
    /* background-color: blue; */
    padding: 10px;
    padding-right: 20px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  }
  marquee {
    display: flex;
    align-items: center;
  }
  .marquee-item {
    display: inline-block;
    margin: auto;
    margin: 0 10px;
    font-size: 0.9rem;
    font-weight: 500;

    i {
      color: white;
      background-color: orangered;
      font-size: small;
      padding: 5px 6px;
      border-radius: 50%;
    }
  }
}
/* notices slider for mobile devices */
@media screen and (max-width: 576px) {
  .marquee-slider {
    margin: 0 !important;
  }
}

@media screen and (min-width: 990px) {
  #menuIcon {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  #menuIcon {
    display: block;
  }
  .menu-items {
    display: none;
  }

  .menu-items {
    transition: 1s;
    position: absolute;
    background: var(--primary-color-light);
    color: black;
    display: flex;
    height: 100vh;

    /* background: white; */
    width: 0px;
    overflow: hidden;
    /* display: none; */
    top: 0px;
    right: 0px;
    flex-direction: column;
    z-index: 5000;
    justify-content: flex-start;
  }
}
.intro-heading {
  font-size: 2rem;
  font-weight: bold;
  color: var(--primary-color-dark);
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.intro-heading:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60%;
  height: 4px;
  background: var(--primary-color-light);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.intro-heading:hover:after {
  width: 100%;
}

/* .intro-heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color-light);
  margin: 10px 0 0 0;
  position: absolute;
  bottom: -10px;
  left: 0;
} */

.trending {
  /* background-color: #e4e4e4; */

  padding-left: 10vw;
  padding-right: 10vw;

  align-items: center;
}

.bxshadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 0px;
}

.trending a {
  color: black;
  font-size: 14px;
}
.trending a:hover {
  opacity: 1;
}

.trending p {
  font-weight: bold;
  text-transform: uppercase;
}

.trending-list {
  display: block;
}
@media screen and (max-width: 800px) {
  .trending-list {
    display: none;
  }
}

.body-section {
  max-width: 1200px;
  min-width: 940px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-news-container {
  width: 100vw;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.main-news {
  max-width: 1200px;

  display: grid;
  background: #f7f7f7;

  grid-template-rows: repeat(2, 200px);
  grid-template-columns: 2fr 1fr 1fr;
  gap: 10px;
}
.main-news .box1 {
  grid-column: 3/3;
  grid-row: 1/-1;
}
.main-news .first-container {
  grid-row: 1/-1;
}

/* for allp */

.category-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.title-head {
  border-top: 4px solid #c4161c;
  border-bottom: 1px solid #c4161c;
}

.title-head span {
  color: #231f20;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
}

.img-cover-center {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.item {
  font-size: 16px;
  line-height: 1.4;
}
.list-none-style {
  list-style: none;
}
.list-none-style li {
  color: #333;
}
.list-none-style li a {
  color: #333;
}
.big-container {
  width: 100vw;
  max-width: 1200px;
}

.display-flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-button {
  padding: 10px;
  text-align: center;
}
.b-white {
  background-color: white;
}
.b-black {
  background-color: black;
}
.txt-color-white {
  color: white;
}
.tc-black {
  color: black;
}
.txt-center {
  text-align: center;
}
.stack {
  position: relative;
}
.stack-child {
  position: absolute;
}

.stack-child.top-10 {
  top: 10px;
}
.stack-child.bottom-10 {
  bottom: 10px;
}

.border-bottom-1 {
  border-bottom: 1px solid black;
}

.expanded {
  width: 100%;
  height: 100%;
}

.line-limit-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.padding-10 {
  padding: 10px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}

.my-blacklayer {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgb(0, 0, 0) 100%
  );
}
.my-overlayer {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 100%);
}

.position-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.right-10 {
  right: 10px;
}
.lef-10 {
  left: 5px;
}
.bottom-10 {
  bottom: 10px;
}
.line-height {
  line-height: 1.75;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}

.divider li {
  padding-bottom: 10px;

  border-bottom: 1px solid #ddd;
}

.font-weight-700 {
  font-weight: 700;
}
.font-size-14 {
  font-size: 14px;
}

/***********************************/
/*News title Header
/**********************************/

.first-title {
  width: 65%;
}
.second-title {
  width: 30%;
}
.border-style {
  border-bottom: 2px solid black;
}

.box-header {
  background: #f0f0f0;
  border-left: green 5px solid;
  padding: 0.5rem;
}

.hover-primary {
  background-color: none;
}
.hover-primary:hover {
  background: var(--primary-color-light);
  color: white !important;
  transition: 1s;
}
.dec-none {
  text-decoration: none;
}

.quick-links > a {
  color: white;
}
.ls-1 {
  line-height: 26px;
}
.lh-1 {
  line-height: 1.6;
}
.overflow-hide {
  overflow: hidden;
}

.pointer-events-none {
  pointer-events: none;
}

.scroll-to-top {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 10%;
  border-radius: 5%;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  opacity: 0.5;
  scroll-behavior: smooth;
}
.scroll-to-top i {
  color: white;
}
.scroll-to-top:hover {
  opacity: 1;
}
.scroll-to-target {
  display: flex;
}

.icon-arrow::before {
  content: "> ";
  color: red;
}

.circle-icon::before {
  content: "";
  width: 30px;
  height: 30px;

  background-color: red;
}

.text-center {
  text-align: center;
}

footer.footer {
  background-color: #231f20;
}

#search-input {
  width: 130px;
  padding: 10px;
  font-size: 16px;
  outline: none;
}
#search-popup {
  display: none;
}
#search-button {
  background-color: gray;
  border: none;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding-top: 14px;

  padding-bottom: 12px;

  cursor: pointer;
}
#search-button:hover {
  background-color: rgb(63, 62, 62);
  color: white;
}
.border-bottom-1-gray {
  border-bottom: 1px solid #ddd;
}

.btn {
  border: none;
}

.primary-btn {
  background-color: var(--primary-color-light);
  box-shadow: var(--primary-box-shadow);
}
.btn-service {
  background: none;
  border: 2px solid var(--primary-color-light) !important;
  border-radius: 45px !important;
  color: #474747;
  font-size: 16px;
  font-style: italic;
  padding: 10px 30px !important;
  text-align: center;
}
.btn-service:hover {
  background-color: var(--primary-color-light);
  color: white !important;
}

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

/* ************  News article ******** */

.share-container {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.nowrap {
  white-space: nowrap;
}

.border-left {
  border-left: 1px solid #ddd;
}
/* size box */
.sb-20 {
  height: 20px;
}
.taja-update {
  position: sticky;
  top: 60px;
}

.pointer {
  cursor: pointer;
}

.article-title {
  text-align: justify !important;
  font-family: Mukta;
  line-height: 3.8rem;

  font-size: 1.4rem;
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.box-white {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.display-none {
  display: none !important;
}
#extra-tags {
  height: 0px;
  transition: 1s;
  overflow: hidden;
}

.single-heading {
  font-family: mukta sans-serif;
  font-weight: 600;
  font-size: 4rem;
}
.absoulute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.relative {
  position: relative;
}

.flex-end-460 {
  justify-content: flex-end;
}
@media screen and (max-width: 460px) {
  .flex-end-460 {
    width: 100%;
  }
}
.center-800 {
  display: flex;
}
@media screen and (max-width: 800px) {
  .center-800 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.img-100 img {
  padding: 1rem;
  display: flex;
  text-align: center;
  justify-content: center;
  object-fit: cover;
  width: 80% !important;
  height: 50% !important;
}
p img {
  padding: 1rem;
  display: flex;
  text-align: center;
  justify-content: center;
  object-fit: cover;
  max-width: 100%;
  height: 40% !important;
  width: 100%;
}

/* Dropdown Styles */
.nav-item {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.nav-item:hover .dropdown-content {
  display: block;
}

/* Slick Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img,
iframe {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.service-item {
  padding: 40px 20px 38px;
  box-shadow: 0 0 15px 0 rgba(41, 61, 88, 0.1);
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 10px 0;
  width: 100%;
}
.service-item::before,
.service-item::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  z-index: -1;
}
.service-item::after {
  border-right: 2px solid var(--primary-color-light);
  border-left: 2px solid var(--primary-color-light);
  transform: scale(1, 0);
  border-radius: 10px 0;
}
.service-item::before {
  border-top: 2px solid var(--primary-color-light);
  border-bottom: 2px solid var(--primary-color-light);
  transform: scale(0, 1);
  border-radius: 10px 0;
}
.service-item:hover:after,
.service-item:hover:before {
  opacity: 1;
  transform: scale(1);
}

.gradient-custom {
  background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
}
.carousel-indicators {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.feature-service {
  position: relative;
  z-index: 1;
  background-image: url(https://emrtds.nepalpassport.gov.np/dott.6ecdd7d69f2025ef7aff.jpg);
  background-position: 50%;
  background-size: contain;
  background-repeat: repeat;
}
