
#site-process {
    margin: 0 auto;
    padding: 20px 0 40px 0;
}

#site-process .wrapper {
    width:80%;
}

#site-process p {
    text-align: left;
}

#site-process ul {
    text-align: left;
    /* margin: 0 40px; */
    list-style: none;
}

#site-process ul li {
    font-size: 16px;
}

.site-process-timeline {
    margin-bottom: 100px;
}

.process-flow-chart {
    margin: 0 auto;
}

.number {
    margin: 40 auto;
    width: 100%;
	color: #10B8E0;
	/* font-family: "IBM Plex Sans Condensed"; */
	font-size: 100px;
	font-weight: 200;
	text-align: center;
}

.process-text {
    margin: 30px 0;
}

.process-text-item {
    height: 310px;
    padding: 0 40px;
    margin: 20px 0;
    line-height: 2;
}

.process-text ul li {
    margin: 50px 0 0 0;
}

.tech-cloud-container {
    padding: 10px 0 30px 0;
}

.tech-cloud {
    background: url("../img/tech-cloud-jaigo.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 562px;
    width: 764px;
    margin: 0 auto;
}

/* .dev-process {
    background-image: url("../img/dev-process.jpg");
    background-size: fit;
    background-repeat: no-repeat;
    height: 600px;
    margin: 0 auto;
} */


/* TIME LINE */

.timeline {
    position: relative;
    margin: 0 auto;
    list-style: none;
    height: 860px;
    max-width: 550px;
  }
  
  .timeline:before {
    position: absolute;
    top: 3px;   
    bottom: 3px;
    left: 40px;
    width: 14px;
    margin-left: -7px;
    content: '';
    background-color: #ef4f21;
  }
  
  .timeline li {
    position: relative;
    height: 150px;
    margin-bottom: 50px;
    list-style: none;
  }
  
  .timeline>li:before,
  .timeline>li:after {
    display: table;
    content: ' ';
  }
  
  .timeline>li:after {
    clear: both;
  }
  
  .timeline>li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 0px 0 100px;
    text-align: left;
  }
  
  .timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  
  .timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  
  .timeline>li .timeline-image {
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 8px solid #ef4f21;
    border-radius: 100%;
    background-color: #ef4f21;
  }
  
  .timeline>li .timeline-image h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
  }
  
  .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 0px 0 130px;
    text-align: left;
  }
  
  .timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  
  .timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  
  .timeline>li:last-child {
    margin-bottom: 0;
  }
  
  .timeline .timeline-heading h4 {
    color: inherit;
    font-size: 30px;
  }
  
  .timeline .timeline-heading h5 {
    margin-top: 0px;
    font-size: 20px;
  }
  
  .timeline>li .timeline-image.last {
    margin-top: 50px; 
  }
  
  .timeline .timeline-heading h4.subheading {
    text-transform: none;
  }
  
  .timeline .timeline-body>p,
  .timeline .timeline-body>ul {
    margin-bottom: 0;
    font-size: 16px;
  }

  .rounded-circle {
    border-radius: 50%;
  }

  .timeline-panel {
      height: 120px;
  }

  .timeline-image i {
    height: 60px;
    width: 60px;
    font-size: 40px;
    margin: 10px 0 0 0;
}

  .timeline-image i:before {
      height: 60px;
      width: 60px;
  }

