#sec4{
	background-image: url(../img/background/workflow.webp);
	background-position: center;
	background-size: cover;
	height: 100vh;
	display: flex;
	align-items: center;
  animation: fadein 2s ease forwards;
}

.sec4_inner{
	width: 100%;
    text-align: center;
}

.sec4_inner h1{
	letter-spacing: 0;
	font-weight: 600;
  font-size: 32px;
	text-shadow: 1px 1px 2px white, 0 0 1em white, 0 0 0.2em white;
  margin-bottom: 20px;
}

.Plex_w{
  color: rgb(68, 31, 94); 
  padding-left: 185px;
}

.work{
	width: 70%;
	margin: 0 auto;
	/* background-color: #999; */
	background-position: center;
	padding-top: 90px;
}

@media screen and (max-width: 1921px){
  .work{
    margin-bottom: 50px !important;
    width: 85% !important;
  }

  dd{
    line-height: 1.5 !important;
  }

  .data{
    display: block;
    margin-top: 10px !important;
  }

  .list-2{
    padding: 5px 0 5px 0 !important;
  }

  .flow > li dl dt{
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1537px){
  .scrollify{
    height: auto;
  }

  .sec4_inner{
    width: 90%;
    margin: 0 auto;
  }
  .work{
    height: 100%;
    width: 85%;
    margin-bottom: 90px;
  }
  .Plex_w{
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px){
  .logo{
    font-size: 18px;
  }
  
  .sec4_inner{
    width: 95%;
  }

}
/* ==================================================== */

ul {
  padding: 0;
}
li {
  list-style-type: none;
}
dd {
  margin-left: 0;
}

.flow {
  padding-left: 120px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 1vh;
}
.flow > li .icon {
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(63, 39, 79,1) 0%, rgba(162, 102, 204,1) 100%);
  background: -webkit-linear-gradient(left, rgba(63, 39, 79,1) 0%,rgba(162, 102, 204,1) 100%);
  background: linear-gradient(to right, rgba(63, 39, 79,1) 0%,rgba(162, 102, 204,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #a266cc;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #a266cc;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 500;
  color: rgb(68, 31, 94);
  margin-bottom: 1vh;
}

@media screen and (orientation: landscape) and (max-width: 933px){
  .work{
    padding-top: 30px;
    margin-bottom: 50px;
  }

  .Plex_w{
    padding: 0;
    text-align: center;
  }

  .flow{
    width: 100%;
    padding-left: 100px;
    font-size: 14px;
    line-height: 1.5;
  }

  .flow::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 85px;
  }
  .flow > li .icon{
    padding: 2px 14px;
    top: 4px;
  }
  .flow > li dl::before{
    left: -19px;
  }
  
  .flow > li dl{
    padding-top: 5px;
    padding-left: 10px;
  }

  .flow > li dl dt{
    font-size: 15px;
  }
}

@media screen and (max-width: 480px){
  .work{
    padding-top: 30px;
    margin-bottom: 50px;
  }

  .Plex_w{
    padding: 0;
    text-align: center;
  }

  .flow{
    width: 100%;
    padding-left: 100px;
    font-size: 14px;
    line-height: 1.5;
  }

  .flow::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 60px;
  }
  .flow > li .icon{
    padding: 2px 6px;
    top: 4px;
  }
  .flow > li dl::before{
    left: -44px;
  }
  
  .flow > li dl{
    padding-top: 5px;
    padding: 0;
  }

  .flow > li dl dt{
    font-size: 15px;
  }
}
/* ==================================================== */	

.list-2 {
    list-style-type: none;
    padding: 1em 0 1em 0;
    /* border: 1px solid #a266cc; */
    counter-reset: li;
}

.list-2 li {
    display: flex;
    align-items: center;
    padding: .3em;
}

.list-2 li::before {
    display: inline-block;
    min-width: 1.7em;
    margin-right: 15px;
    border-radius: 50%;
    background-color:#a266cc;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    line-height: 1.7em;
    text-align: center;
    content: counter(li);
    counter-increment: li;
}