.our-process-main-wr {
    padding: 84px 0px;
}
.our-process-head-wr {
    text-align: center;
}
.our-process-flow-left, .our-process-flow-right {
    width: 50%;
}
.our-process-flow-right, .our-process-flow-left{
  /*opacity:0;*/
  transition:0.5s;
  transition-delay:0.3s;
}
.our-process-flow-left {
    text-align: right;
}
.our-process-flow-left span {
    background: #FFFFFF;
    border: 1px dashed #046A38;
    box-shadow: 0px 4px 80px rgb(0 0 0 / 6%);
    border-radius: 50%;
    font-weight: 800;
    font-size: 24px;
    line-height: 44px;
    text-transform: uppercase;
    color: #1F1F1F;
    padding: 14px 16.45px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.our-process-flow-left {
    text-align: right;
    padding-right: 54px;
    position:relative;
}
.our-process-flow-left:before, .our-process-flow-left:after {
    position: absolute;
    content: '';
    width: 112px;
    height: 1px;
    background: linear-gradient(89deg, transparent, rgba(0,0,0,0.18), transparent);
    top: 74%;
    transform: translateY(-50%);
    left:89%;   
}
/*.our-process-flow-left:after{
  background-color:#046a38;
  width: 112px;
}*/
/*.our-process-flow-left.fill:after{
  width: 112px;
  transition:0.6s;
  transition-delay:2.5s;
}*/
.our-process-flow-right {
    padding-left: 74px;
    padding-right: 65px;
}
.our-process-flow-right img {
    margin-bottom: 22px;
}
.our-process-flow-right h3 {
    margin-bottom: 12px;
    font-weight: 800;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    color: #1F1F1F;
}
/*.our-process-flow-right p {
    text-transform: capitalize;
}*/
.our-process-flow-left span {
    background: #fff;
    border: 1px dashed #046a38;
    border-radius: 50%;
    box-shadow: 0 4px 80px rgb(0 0 0 / 6%);
    color: #1f1f1f;
    font-size: 24px;
    font-weight: 800;
    line-height: 44px;
    padding: 8.5px 16.45px;
    text-transform: uppercase;
    margin-top: 82px;
    display: inline-block;
}
.our-process-flow-innerwr {
    margin-top: 62px;
}
.our-process-flow-innerwr:nth-child(even) .right {
    float: left;
    padding-right: 54px;
    text-align: right;
    padding-left: 80px;
}
.our-process-flow-innerwr:nth-child(even) .left {
    float: right;
    text-align: left;
    padding-left: 74px;
    padding-right: 0;
}
.our-process-flow-innerwr:nth-child(even) .right img {
    margin-left: auto;
} 
/*.our-process-flow-left.fill span {
    color: #fff;
    border: 1px solid #046a38;
    transition:0.9s;
    transition-delay:2.5s;
}*/
.our-process-flow-left span:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #046a38;
    z-index: -1;
    top: -100%;
    left: 0;
    transition:0.5s;
}
/*.our-process-flow-left.fill span:before {
  top:0%; 
  transition-delay:2.1s;
}*/
.our-process-flow-innerwr:nth-child(even) .our-process-flow-left:before , .our-process-flow-innerwr:nth-child(even) .our-process-flow-left:after{
    left: auto;
    right: 89%;
}
.our-process-flow-wr {
    position: relative;
}
.our-process-flow-wr:before {
    content: '';
    width: 1px;
    height: 108%;
    background-image: linear-gradient(89deg, transparent, rgba(0,0,0,0.5), transparent);
    top: -4%;
    left: 0;
    right: 0;
    margin: 0px auto;
    position: absolute;
}
.our-process-flow-wr:after {
  height:10%;
}
/*.our-process-flow-innerwr:nth-child(odd) .our-process-flow-right.right.active img {
    transform: translateX(16px);
  transition: 0.5s;
   transition-delay: 2.8s;
}
.our-process-flow-innerwr:nth-child(even) .our-process-flow-right.right.active img {
    transform: translateX(-16px);
    transition: 0.5s;
}
.our-process-flow-wr.for-line:after {
    height: 100%;
    background-image: linear-gradient(89deg,transparent,#046a38,transparent);
    transition: 10s;
    transition-delay: 0.5s;
}*/
.our-process-flow-right p {
    color: #000000;
}
/*.our-process-flow-right.active p {
    transform: translateX(10px);
    transition: 0.5s;
    transition-delay: 2.8s;
}
.our-process-flow-right.active h3 {
    color: #046a38;
    transform: translateX(10px);
    transition: 0.5s;
    transition-delay: 2.8s;
}
.our-process-flow-innerwr:nth-child(even) .our-process-flow-right.right.active p{
    transform: translateX(-10px);
}
.our-process-flow-innerwr:nth-child(even) .our-process-flow-right.right.active h3{
    transform: translateX(-10px);
}
.our-process-flow-right.active, .our-process-flow-left.fill{
    opacity:1;
}
.our-process-flow-innerwr:first-child .our-process-flow-left, .our-process-flow-innerwr:first-child .our-process-flow-right {
    opacity: 1;
}*/