@charset "utf-8";
/* CSS Document */

/*---------------------------
       Tab-Pane
---------------------------*/
/*.tab-pane .section-title p {
    text-align: center;
}*/
.tab-pane p {
    text-align: justify;
}
.tab-pane i {
    color: #02416D;
    font-weight: bolder;
    font-size: 20px;
}
.tab-pane ul li {
   text-align: justify!important;
   list-style: none;
}
.tab-pane h2, h3, h4, h5 {
    font-weight: bold;
    line-height: 55px;
}
.tab .nav-link {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 14px;
  margin: 0 10px 10px 0;
  background: #EAE7E7;
  color: #000000;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.tab .nav-link:hover {
    background-color: #02416D;
    color: #FFFFFF;
}
.tab .active {
    background-color: #02416D!important;
}
