.mtphr-dnt-wrapper{
  z-index: 99999;
  position: absolute;
  background: transparent;
  width: 100%;
  color: #fff;
}
section.product-section {
  padding: 50px;
}
.d-flex.mb-4 {
  background: #0fbdf7;
}
.block-18.color-2.align-items-stretch p {
  color: #fff;
}

/*nav*/
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position:relative;
}
.dropdown-submenu>.dropdown-menu {
  top:0;
  left:100%;
  margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

/*nav end*/
/*Gallery*/
.gallery.img {
  width: 100%;
  display: block;
  height: 300px;
}
/*Gallery end*/
/*About front Page*/
.row.d-flex p {
  text-align: justify;
}
/*About front Page end*/
/*Contact page*/
.ndw_nepal {
  width: 100%;
  height: calc(100vh - 117px);
  min-height: 350px;
  position: relative; }
.ndw_nepal{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
.ndw_nepal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  background: #000;
}
.ndw_nepal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  background: #000; }
.ndw_nepal{
  height: 100px;
}
section.ndw_nepal_contact {
  padding: 40px;
  background: #fefefe;
}
/*Contact page end*/

.blog-entry.align-self-stretch img {
  width: 100%;
  height: 260px;
  object-fit:fill;
}
.text.p-4.d-block p {
  color: green;
  margin-top: -15px;
  line-height: 1;
}
.contact_info p {
  line-height: 1;
}
.contact_info{
  background: #3c6e86;
}
.contact_details {
  padding: 30px;
}
.contact_details {
  color: #fff;
  padding: 30px;
}
.contact_details h4 {
  color: white;
}
.contact_details p, a {
  color: white;
}
.contact_details p, span {
  color: white;
}
section.ndw_nepal_contact {
  padding: 40px;
  background: #f9f9fd;
}
.row.d-flex.mb-5.contact-info {
  background: white;
  padding: 20px;
  box-shadow: -1px 17px 20px 20px #ece8dc;
  border-radius: 20px 0 0 0;
}
.blog-entry.align-self-stretch {
  text-align: center;
}

@media only screen and (max-width: 576px) {
  a.navbar-brand img {
    width: 221px!important;
  }
  .hero-wrap {
    width: 100%;
    height: calc(86vh - 117px);
    min-height: 433px;
    position: relative;
  }
  section.ndw_nepal_contact{
    padding: 0!important;
  }
  .ndw_nepal{
    min-height: 0!important;
  }
  .slider-text {
    color: #fff;
    height: 110px!important;
  }
  .slider-text h1 {
    font-size: 26px;
  }
  .card.valued_voice.mb-3 img {
    max-width: 100%;
    height: 100%!important;
    object-fit: contain;
}
}
.contact_details span {
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
}