.tabs_color{
    background: #0082fa;
}
.nav {
    padding-left: 10%;
    margin-bottom: 0;
    list-style: none;
    background: #006bcd;
}

#exTab1 .tab-content {
  color : white;
  background-color: #0082fa;
  padding : 50px 10%;
}


#exTab1 .nav-pills > li.inactive > a {
  
  /*background: #006bcd;
  color:#fff;  */
}
#exTab1 .nav-pills > li.inactive > a:hover, 
#exTab1 .nav-pills > li.inactive > a:active_, 
#exTab1 .nav-pills > li.inactive > a:visited{
  /*background: #0082fa;*/
background: #006bcd;
  color:#fff;   
}

#exTab1 .nav-pills > li > a {
  border-radius: 15px 15px 0px 0px;
  background: #0082fa;
    color:#fff;
    padding:20px;
}

#exTab1 .nav-pills > li > a:hover, #exTab1 .nav-pills > li > a:active {
  border-radius: 15px 15px 0px 0px;
  background: #006bcd;
    color:#fff;
}
