@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&family=Noto+Sans+JP:wght@100..900&display=swap');

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


html {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;

}


.scrollToTopBtn {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 100;
  background-color: #007BFF;
  color: white;
  border: none;
  outline: none;
  border-radius: 50%;
  font-size: 33px;
  cursor: pointer;
  display: none;
  transition: opacity 0.3s;
}


.scrollToTopBtn:hover {
  background-color: #0056b3;
}

.scrollToTopBtn.show {
  display: block;
}


#scroll.hidden {
  display: none;
}

#scroll {
  display: contents;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #e58912;
  display: inline-block;
  position: fixed;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  z-index: 100;
  color: white;
}


@media(max-width:620px) {
  #scroll {
    width: 40px;
    height: 40px;
  }
}

#scrollToTopBtn #arrow {
  position: absolute;
  top: 50%;
  right: 50%;
  height: 0;
  width: 0;
  margin-left: -9px;
  margin-top: -5px;
  border-bottom: 10px solid #fff;
  left: 50%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}


@media (max-width: 1200px) and (min-width:700px) {

  .nav-section {
    gap: 5px;
    text-align: center;
    padding: 30px 0;
  }

}

@media (max-width: 700px) {
  .nav-section {
    gap: 0;
    padding: 10px 0;
  }
}

.gapp-right-50 {
  padding-right: 50px;
}


.logo-section {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.logo-section a img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

@media (max-width: 900px) {

  .logo-section a img {
    height: auto;
  }
}

.banner {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#about-heading {
  white-space: nowrap;
  color: #028F45;
  font-weight: bold;
}



.card h2 {
  color: #028F45;
  padding-top: 15px;

}

.line {
  width: 100%;
  height: 2px;
  background-color: blue;
  margin: 0px auto;
}


#feature-link {
  max-width: 250px;
  width: 100%;
  text-decoration: none;
  color: #208a54;
}

.feature-card-md {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  max-width: 250px;
  box-sizing: border-box;
}

.feature-card {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.feature-card-md:hover,
.feature-card:hover {
  transition: all 0.2s ease-out;
  box-shadow: 2px 3px 3px 2px #6c757d;
}

.feature-card-body {
  margin-bottom: 10px;
}

.feature-card-md img,
.feature-card img {
  width: 100px;
  height: 100px;
}



.data-icon {
  color: aliceblue;
}



.profile-data-container h5 p {
  margin-bottom: 0;
}


.container-news {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}



.card-container #news-link {
  text-decoration: none;
  color: black;
}

.card-container {
  width: 320px;
  height: 320px;
  flex-direction: row;
  justify-content: space-evenly;
  border: 1px solid rgb(182, 181, 181);
  text-align: center;
  border-radius: 12px;
}

.card-container .news-heading {
  height: 45px;
  position: relative;
  bottom: 10px;
}

.card-container:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -4px;
  border: 1px solid #cccccc;
  background-color: white;
}


.card-container:hover:before {
  transform: scale(2.15);
}


.card-container img {
  width: 100%;
  padding: 16px;
  height: 230px;
}

.card-container h4 {
  margin-top: 6px;
  font-size: 18px;
  font-family: 'Times New Roman', Times, serif;
}


.card-container h5 {
  font-size: 16px;
  color: gray;
  margin-top: 14px;
}

.card-container svg {
  margin-right: 5px;
}

.heading {
  padding-right: 100px;
}



.btn-container {
  position: relative;
  top: 20px;
}

.btn-container a button {
  font-size: 19px;
  background-color: #028F45;
  border: none;
  padding: 10px;
  border-radius: 4px;
  color: aliceblue;
  outline: none;
}

.btn-container button:hover {
  background-color: #05743a;
  cursor: pointer;
}


.date-card {
  padding-bottom: 40px;
}

.utility {
  background-image: linear-gradient(rgba(49, 115, 215, 0.75), rgba(20, 94, 83, 0.76)), url("/static/images/bankingbg.34952c6c45ca.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.utility-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  padding: 60px;
}

.utility-container {
  width: 200px;
  flex-direction: row;
  justify-content: space-evenly;
  border: 1px solid rgb(182, 181, 181);
  text-align: center;
  border-radius: 12px;
  padding: 30px 8px 10px 8px;
  background-color: white;
}

.utility-container:hover {
  transition: all 0.2s ease-out;
  box-shadow: 3px 4px 8px 5px rgba(41, 40, 40, 0.849);
  top: -4px;
  border: 1px solid #adacac;
  background-color: white;
  cursor: pointer;
}


.utility-container:hover:before {
  transform: scale(2.15);
}

.utility-container li {
  color: #028F45;
  list-style: none;
  text-decoration: none;
  background-color: white;
  font-family: "Mukta";
}

.utility-container li h2 {
  font-size: 20px;
}

.container-news .card-body {
  margin-top: 0.7rem;
}


.container-news .card {
  border: 1px solid #d9d6d6;
  border-radius: 0.2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.2s ease;
}

.container-news .card:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.container-news .card-img-top {
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}


.container-news .card-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #212529;
}

.container-news .card-text {
  font-size: 0.875rem;
  color: #6c757d;
}


.card-body {
  display: flex;
  flex-direction: column;
}

.card {
  display: flex;
  height: 100%;
}


.card-img-top {
  object-fit: cover;
  height: 200px;
}




.modal-content {
  position: relative;
  left: 0;
  bottom: 100px;
  height: auto;
  max-height: 90vh;
  background-color: transparent;
}

@media (max-width: 1200px) {

  .modal-dialog {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .modal-dialog {
    max-width: 95%;
  }

  .modal-img {
    height: auto;
    max-height: 70vh;
  }

  .utility-section {
    align-items: center;
    margin-left: 0;
    gap: 30px;
    padding: 20px;
  }

  .utility-container {
    width: 150px;
  }


  .utility-container li h2 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .modal-dialog {
    max-width: 100%;
  }

  .modal-img {
    max-height: 60vh;
  }
}


.row-gapp-10 {
  gap: 10px;
}

.row-gapp-16 {
  row-gap: 16px;
}

.row-gapp-20 {
  row-gap: 20px;
}

.col-gapp-12 {
  column-gap: 12px;
}

.col-gapp-20 {
  column-gap: 20px;
}


.text-content ul,
.text-content ol {
  margin-left: 2rem;
}


.news-card-container {
  border: 1px solid rgb(223, 213, 213);
  border-radius: 7px;
  background-color: #e8edf0;
  padding: 20px;
}


.news-card-container h5 {
  color: #028F45;
  font-weight: 600;
  font-family: "Mukta";
}



.header-div {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 50px;
}

.header-div h3 {
  color: aliceblue;
  font-weight: bold;
  text-align: center;
}




.sidebar-container {
  width: 100%;
  max-width: 350px;
  border: 1px solid rgb(223, 213, 213);
  background-color: #e8edf0;
  border-radius: 8px;
}

.inner-body {
  padding: 25px;
}

.inner-body a {
  color: black;
}

.inner-body a:hover {
  text-decoration: none;
  color: black;
}

.inner-body li {
  padding-bottom: 10px;
  text-decoration: none;
  font-family: "Mukta";
}

.inner-body li a {
  color: black;
}


@media screen and (max-width: 1200px) {
  .header-div {
    padding: 20px;
  }
}

@media screen and (max-width: 800px) {
  .header-div {
    font-size: 18px;
    padding: 16px;
  }

  .inner-body ol {
    padding-left: 10px;
  }

  .inner-body {
    padding: 15px;
  }
}



.contact-form {
  width: 70%;
  border-radius: 1%;
  margin-right: 3px;
  background: #e8edf07a;
  position: relative;
  border: 1px solid green;
  padding-bottom: 30px;
}


@media (max-width: 600px) {
  .contact-form {
    width: 100%;
    left: 0;
    padding: 10px;
  }
}

#social-link {
  font-size: 35px;
}

#social-link #icon-fb {
  color: #055fd3;
}

#social-link #icon-insta {
  color: #f322ce;
}

#social-link #icon-x {
  color: black;
}

#social-link #icon-yt {
  color: red;
}




@media (min-width: 1200px) {
  .heading-container {
    max-width: 100%;
  }
}



@media (min-width: 1200px) {
  .header-div {
    max-width: 100%;
  }
}


.container-full {
  max-width: 1700px;
}

.font-13 {
  font-size: 13px;
}


.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: transparent;
  background-blend-mode: darken;
}


.carousel-item .caption {
  position: absolute;
  margin: 0;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.scroll {
  margin: 0px auto;
  padding: 10px;
  background-color: #e7f0e9;
  width: 100%;
  max-width: 800px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.6;
  position: relative;
}



.scrollbutton {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 40%;
  background-color: #1b5490;
  color: #e8e8e8;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 20px;
}

.scrollbutton:hover {
  background-color: #2d6418;
  color: white;
  font-size: 20px;
  padding: 20px;
}



.left-column , .right-column{
  transform: skewX(-25deg);
}
.right-column{
  border-left: 15px solid aliceblue;
  border-bottom: 12px solid aliceblue;
}

#datetime, .nepali-date, .separator-line{
  transform: skewX(25deg);
}

#location, #mail,#contact{
  transform: skewX(25deg);
}

@media(max-width:680px) {

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 1rem !important;
    height: 1rem !important;
  }


}


@media(max-width:480px) {
  .scrollToTopBtn {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .banner {
    height: 250px;
  }

  .profile-data-container h5 {
    font-size: 1rem;
  }

  .utility-container li h2 {
    font-size: 16px;
  }

  .utility-container {
    width: 130px;
  }

  .logo-section a img {
    max-width: 100%;
  }

  .header-div h3 {
    font-size: 1.4rem;
  }

}

.bg-custom{
  background: #e8edf0;
}

.list-unstyled{
  list-style: none;
}


.items{
  width:100%;
  margin:0px auto;
  margin-top: 100px; 
  text-decoration: none !important;
}

.slick-slide img{
  width:100%;
  border: 0px solid #fff;
}