body {
  background: #20213d;
  font-family: "Roboto", sans-serif;;
}
.wrapper {
  text-align: center;
  padding: 100px 0;
}
.steps {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  list-style: none;
  z-index: 0;
  position: relative;
  color: #fff;
  background: rgba(10,20,100,.9);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255,255,255,.1);
}
.steps__icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  padding-top: 18px;
  border-radius: 50%;
  overflow: hidden;
  
}
.steps__description {
  padding: 0 25px;
  position: absolute;
  bottom: 30px;
  font-size: 14px;
}
.steps__description a {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 15px;
  border: 0.5px solid rgba(255,255,255,.6);
  color: #fff;
  background: none;
  text-decoration: none;
  display: inline-block;
  padding: 3px 12px 4px;
  margin-top: 5px;
  font-size: 12px;
}
.steps__description a:hover {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 0.5px solid rgba(255,255,255,1);
  background: #fff;
  color: #20213d;
}

.is-active a {
  font-size: 16px !important;
  color: #20213d !important;
  background: #fff !important;
  box-shadow: 0 0 0 5px rgba(255,255,255,.15) !important;
}

#steps-menu ul li {
  -moz-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
  border-left: 110px solid transparent;
  border-top: 1px solid transparent;
  left: 50%;
  list-style: none;
  position: absolute;
  top: 50%;
  transform-origin: 0 0;
}
#steps-menu ul li a{
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-decoration: none;
  position: absolute;
  background: rgba(10,20,100,.9);
  border-radius: 50%;
  text-align: center;
  height: 60px;
  width: 60px;
  font-size: 14px;
  line-height: 60px;
  box-shadow: 0 0 0 5px rgba(255,255,255,.1);
}
#steps-menu ul li a:hover {
  background: rgba(255,255,255,.2);
  box-shadow: 0 0 0 5px rgba(255,255,255,.15);
}
.step-1 ul li:nth-of-type(1) {
  transform: rotate(-102deg);
}
.step-1 ul li:nth-of-type(1) a {
  transform: rotate(102deg);
}

.step-2 ul li:nth-of-type(1) {
  transform: rotate(-162deg);
}
.step-2 ul li:nth-of-type(1) a {
  transform: rotate(162deg);
}

.step-3 ul li:nth-of-type(1) {
  transform: rotate(-222deg);
}
.step-3 ul li:nth-of-type(1) a {
  transform: rotate(222deg);
}

.step-4 ul li:nth-of-type(1) {
  transform: rotate(-282deg);
}
.step-4 ul li:nth-of-type(1) a {
  transform: rotate(282deg);
}

.step-5 ul li:nth-of-type(1) {
  transform: rotate(-342deg);
}
.step-5 ul li:nth-of-type(1) a {
  transform: rotate(342deg);
}

.step-6 ul li:nth-of-type(1) {
  transform: rotate(-402deg);
}
.step-6 ul li:nth-of-type(1) a {
  transform: rotate(402deg);
}

.step-1 ul li:nth-of-type(2) {
  transform: rotate(-42deg);
}
.step-1 ul li:nth-of-type(2) a {
  transform: rotate(42deg);
}

.step-2 ul li:nth-of-type(2) {
  transform: rotate(-102deg);
}
.step-2 ul li:nth-of-type(2) a {
  transform: rotate(102deg);
}

.step-3 ul li:nth-of-type(2) {
  transform: rotate(-162deg);
}
.step-3 ul li:nth-of-type(2) a {
  transform: rotate(162deg);
}

.step-4 ul li:nth-of-type(2) {
  transform: rotate(-222deg);
}
.step-4 ul li:nth-of-type(2) a {
  transform: rotate(222deg);
}

.step-5 ul li:nth-of-type(2) {
  transform: rotate(-282deg);
}
.step-5 ul li:nth-of-type(2) a {
  transform: rotate(282deg);
}

.step-6 ul li:nth-of-type(2) {
  transform: rotate(-342deg);
}
.step-6 ul li:nth-of-type(2) a {
  transform: rotate(342deg);
}

.step-1 ul li:nth-of-type(3) {
  transform: rotate(18deg);
}
.step-1 ul li:nth-of-type(3) a {
  transform: rotate(-18deg);
}

.step-2 ul li:nth-of-type(3) {
  transform: rotate(-42deg);
}
.step-2 ul li:nth-of-type(3) a {
  transform: rotate(42deg);
}

.step-3 ul li:nth-of-type(3) {
  transform: rotate(-102deg);
}
.step-3 ul li:nth-of-type(3) a {
  transform: rotate(102deg);
}

.step-4 ul li:nth-of-type(3) {
  transform: rotate(-162deg);
}
.step-4 ul li:nth-of-type(3) a {
  transform: rotate(162deg);
}

.step-5 ul li:nth-of-type(3) {
  transform: rotate(-222deg);
}
.step-5 ul li:nth-of-type(3) a {
  transform: rotate(222deg);
}

.step-6 ul li:nth-of-type(3) {
  transform: rotate(-282deg);
}
.step-6 ul li:nth-of-type(3) a {
  transform: rotate(282deg);
}

.step-1 ul li:nth-of-type(4) {
  transform: rotate(78deg);
}
.step-1 ul li:nth-of-type(4) a {
  transform: rotate(-78deg);
}

.step-2 ul li:nth-of-type(4) {
  transform: rotate(18deg);
}
.step-2 ul li:nth-of-type(4) a {
  transform: rotate(-18deg);
}

.step-3 ul li:nth-of-type(4) {
  transform: rotate(-42deg);
}
.step-3 ul li:nth-of-type(4) a {
  transform: rotate(42deg);
}

.step-4 ul li:nth-of-type(4) {
  transform: rotate(-102deg);
}
.step-4 ul li:nth-of-type(4) a {
  transform: rotate(102deg);
}

.step-5 ul li:nth-of-type(4) {
  transform: rotate(-162deg);
}
.step-5 ul li:nth-of-type(4) a {
  transform: rotate(162deg);
}

.step-6 ul li:nth-of-type(4) {
  transform: rotate(-222deg);
}
.step-6 ul li:nth-of-type(4) a {
  transform: rotate(222deg);
}

.step-1 ul li:nth-of-type(5) {
  transform: rotate(138deg);
}
.step-1 ul li:nth-of-type(5) a {
  transform: rotate(-138deg);
}

.step-2 ul li:nth-of-type(5) {
  transform: rotate(78deg);
}
.step-2 ul li:nth-of-type(5) a {
  transform: rotate(-78deg);
}

.step-3 ul li:nth-of-type(5) {
  transform: rotate(18deg);
}
.step-3 ul li:nth-of-type(5) a {
  transform: rotate(-18deg);
}

.step-4 ul li:nth-of-type(5) {
  transform: rotate(-42deg);
}
.step-4 ul li:nth-of-type(5) a {
  transform: rotate(42deg);
}

.step-5 ul li:nth-of-type(5) {
  transform: rotate(-102deg);
}
.step-5 ul li:nth-of-type(5) a {
  transform: rotate(102deg);
}

.step-6 ul li:nth-of-type(5) {
  transform: rotate(-162deg);
}
.step-6 ul li:nth-of-type(5) a {
  transform: rotate(162deg);
}

.step-1 ul li:nth-of-type(6) {
  transform: rotate(198deg);
}
.step-1 ul li:nth-of-type(6) a {
  transform: rotate(-198deg);
}

.step-2 ul li:nth-of-type(6) {
  transform: rotate(138deg);
}
.step-2 ul li:nth-of-type(6) a {
  transform: rotate(-138deg);
}

.step-3 ul li:nth-of-type(6) {
  transform: rotate(78deg);
}
.step-3 ul li:nth-of-type(6) a {
  transform: rotate(-78deg);
}

.step-4 ul li:nth-of-type(6) {
  transform: rotate(18deg);
}
.step-4 ul li:nth-of-type(6) a {
  transform: rotate(-18deg);
}

.step-5 ul li:nth-of-type(6) {
  transform: rotate(-42deg);
}
.step-5 ul li:nth-of-type(6) a {
  transform: rotate(42deg);
}

.step-6 ul li:nth-of-type(6) {
  transform: rotate(-102deg);
}
.step-6 ul li:nth-of-type(6) a {
  transform: rotate(102deg);
}

.step-content {
  display: none;
}

#step-1 {
  display: block;
}

.container {
  position:absolute;
  left:0;
  top:50%;
  margin-top:-205px;
  width:90%;
  height:400px;
  overflow: hidden;
  padding-right: 5%;
  padding-left: 5%;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  padding-right: 5%;
  padding-left: 5%;
  margin-right: auto;
  margin-left: auto;
}
.bbptxt{font-size:14px;line-height:22px;text-align:center; margin-top:10px;}
.bbptxt h1{font-size:20px;line-height:30px;color:#fff;}
.bbptxt p{color:#fff;}
