.title-arrow-right{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 500px;
  border-color: transparent transparent transparent #ff0000;
  position: absolute;
  left: 40px;
  top: -5px;
}

.title-arrow-left{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 500px 5px 0;
  border-color: transparent #ff0000 transparent transparent;
  position: absolute;
  right: 52px;
  top: -5px;
}

.nav-pills{
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.nav-pills>li{
  margin-left: 15px;
  margin-right: 15px;
}

.nav-pills>li>a {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 30px 3px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
  background-color: #C11920;
}

#D3 .row{
    background: #000000 url('../img/background/business.jpg') repeat center center;
    color: #FFFFFF;
}

#D3 .row p{
    color: #FFFFFF;
}

#D3 .row h3{
    color: #FFFFFF;
}
