.nav-item {
  border-bottom:1px solid transparent;
}
.nav-item:hover {
  border-bottom:1px solid #8cff8c;
}

.box {
  box-shadow:5px 5px 15px rgb(231,231,231);
}

.box:hover {
  box-shadow:none;
}

.carousel-item .carousel-caption span{
	background-color:#1e6addbf;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 15px 40px;
	border-radius: 25px;
}

.carousel-item img{
	height: 560px;
}
