/* Tabs*/
#tabs{
	background: transparent!important;
  color: #eee;
}
#tabs h6.section-title{
    color: #eee!important;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #53beec!important;
    background-color: transparent;
    border-color: transparent transparent transparent!important;
    border-bottom: 4px solid #53beec !important;
    font-size: 18px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}

a.nav-item ,a.nav-item:hover	{
	color: #53beec;
	border-color: transparent transparent transparent!important;
}
