/*Process*/
.niche-process-item {
  position: relative;
  padding: 20px;
  text-align: center;
}
.niche-process-item:before,
.niche-process-item:after {
  content: none;
}
.both-bdr:before,
.both-bdr:after,
.left-bdr:before,
.left-bdr:after,
.right-bdr:before,
.right-bdr:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  border-top: 1px dashed #a8a8a8;
  top: 65px;
  left: 0;
}
.both-bdr:after,
.niche-process-item.right-bdr:after {
  left: auto;
  right: 0;
}
.niche-process-item.left-bdr:after {
  content: none;
}
.niche-process-item.right-bdr:before {
  content: none;
}
.niche-process-item span.number {
  display: flex;
  width: 90px;
  height: 90px;
  align-items: center;
  font-size: 50px;
  margin: 0 auto 30px;
  font-weight: 700;
  justify-content: center;
  color: #ff6528;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 1px solid #ff6528;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.niche-process-item:hover span.number {
  color: #ffffff;
  background: #ff6528;
}
.niche-process-item h3 {
  font-size: 23px;
  color: #141414;
}
.niche-process-item p {
  font-size: 18px;
  line-height: 28px;
  color: #555555;
}
/*Style Two*/
.niche-process-item.style-two {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.style-two .process-icon {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.style-two .process-content {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.process-icon .niche-icon {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 80px rgb(0 6 66 / 10%);
  -ms-box-shadow: 0 5px 80px rgba(0, 6, 66, 0.1);
  box-shadow: 0 5px 80px rgb(0 6 66 / 10%);
}
.process-icon .niche-icon i {
  font-size: 80px;
  color: #f33e1b;
}
.process-icon .niche-icon span {
  font-size: 100px;
  line-height: 80px;
  font-weight: 900;
  color: #141414;
  opacity: 0.08;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.niche-process-item.style-two h3 {
  font-size: 26px;
  color: #141414;
}
.niche-process-item.style-two p {
  font-size: 20px;
  line-height: 32px;
  color: #555555;
}
.order-two.process-icon .niche-icon {
  margin-bottom: 0;
  margin-top: 20px;
}
@media(min-width: 998px){
  .order-one {
    order: 1;
  }  
  .order-two {
    order: 2;
  }  
}