.lo1 {
  width: auto;
  height: 660px;
	
  background: url('/img/list4.jpg') ;
  background-size: cover;
  background-repeat: no-repeat;
  }


.bg1 {
  width: auto;
  height: 560px;
  
  background: url('/img/manali.jpg') ;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  }


  .bg2 {
  width: auto;
  height: 560px;
  
  background: url('/img/kul.jpg') ;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  }

  .bg3 {
  width: auto;
  height: 560px;
  
  background: url('/img/shimla.jpg') ;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  }

.showmeonhover { display: none; }
.alwaysshowme:hover .showmeonhover {
    display: inline;
}

/*.navbar {
    background-color: transparent;
    background: transparent;
    background: transparent;
    color: transparent;
    margin-bottom: 50;
    border: 0 !important;
  }
  
.navbar:hover ul li a:hover{
  top: 100%;
  font-weight: bold;
  color: #e74c3c;
  content: attr(data-hover);
  transition: color .4s;
}

  .navbar ul li a:active, 
  .navbar ul li a:hover,
  .navbar ul li a:visited,
  .navbar ul li a:link { color: white ;}
.nav li { color: white }

   .navbar ul li ul.hol-dropdown-content {
        min-width: 120%;
        background-color: #31353e;
        display: none;
        position: absolute;
        z-index: 999;
        left: 0;
    }

    
    .navbar:hover ul li:hover ul.hol-dropdown-content {
        display: block;
        max-width: 100%;
    }

    .navbar:hover ul li ul.hol-dropdown-content li{
        display: block;
    }*/