.home-banner{
  background-image: url('/assets/banner/New Zealand.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh;
  position: relative;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
 /* border-right: 5px solid #02468FFF;*/
  transition: .7s;
  border-left: 3px solid #02468FFF;
  color:#02468FFF;
  background-color:  white!important;
}

/*NEWS BADGE*/
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 0px;
  background-color: rgba(32, 52, 74, 1);
}