/* 

.my-btn-secondary{
  background: transparent;
  border: solid 1px #000000;
  color: #000000;
}

.my-btn-secondary:hover{
  background: #000000ae;
  color: #fff;
}

.nav-style-1 .list-group-item{
  background: transparent;
  border: none;
}
.nav-style-1 .list-group-item .item-text, .nav-style-1 .list-group-item.dropdown .dropdown-toggle {
  color: #fff !important;
}

.nav-style-1 .list-group-item:hover .item-text, .nav-style-1 .list-group-item.dropdown:hover .dropdown-toggle {
  color: #ddd !important;
}

.nav-style-1 .list-group-item .item-text:hover{
  background: transparent !important;
  color: #ffffffa3 !important;
}

.slider-img{
  margin-bottom: 150px;
} */