* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Tiro Devanagari Sanskrit", serif;
}

.galtext h4 {
  font-size: 50px;
  text-align: center;
}

/* GALLERY START */
.gallery_image {
  width: 300px;
  height: 300px;
  object-fit: cover;
  padding: 15px;
  padding-bottom: 15px;
  margin: 0;
}

.gallery_image:hover {
  cursor: pointer;
}

/* GALLERY END */

/* ALBUMS START */
.gallery {
  border: 1px solid #ccc;
  margin-top: 5px;
  margin-bottom: 5px;
}

div.gallery:hover {
  border: 1px solid #777;
}

.gallery img {
  width: 100%;
  height: auto;
}

.desc {
  padding: 15px;
  text-align: center;
}

/* ALBUMS END */
.dropdown {
  display: inline-block;
  position: relative;
}

#drrop {
  background-color: #dc143c;
  width: 100%;
}

.dropitems:hover {
  cursor: pointer;
  color: #fff;

}

.dropitems {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;

}

.dropbtn {
  background-color: rgb(220, 20, 60);
  color: #ffff;
  border: none;
  font-size: 18px;
  /* padding: 15px; */

}

.dropdown-options {
  display: none;
  position: absolute;
  overflow: auto;
  z-index: 1;
}

.dropdown:hover .dropdown-options {
  display: block;
}


/* dropdown menu css */

/* dropdown menu css end */
/* ===Page Loader= */
.loader-logo {
  position: relative;
  background: #fff url("../up-to-down-gif-gov.np-logo.gif") no-repeat center;
  z-index: 100;
}


