.parallax {


  /* Full height */
  height: 100vh;
width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
    

.tab-style-3 .nav a.active {
  color: #009FE3 !important;
}

.tab-style-3 .nav a::after {
  background: #009FE3 !important;
}

.border-color-theme2nd {
  border-color: #009FE3 !important;
}