/* Custom style sheet */
.timeline-tech {
    padding:0 20px;
	margin-bottom: 60px;
  }
.timeline-tech .main-wrap{
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
  .timeline-tech > h2{
    text-align: center;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    padding: 0px 0px 40px 0px;
    color: #000;
    margin-bottom: 80px;
  }
 .timeline-tech .main-wrap .tech-outer{
    width: 100%;
    display: flex;
    column-gap: 40px;
 }
 .timeline-tech .main-wrap .left-col{
    width: 33%;
    text-align: right;
    position: relative;
 }
 .timeline-tech .main-wrap .left-col img{
    max-width: 268px;
    max-height: 350px;
    padding-bottom: 30px;
    width: 100%;
 }

 .timeline-tech .main-wrap .right-col{
    width: 58%;
    padding-left: 50px;
    position: relative;
 }
 .timeline-tech .main-wrap .inner{
      position: relative;
      margin-bottom: 50px;
 }
 .timeline-tech .main-wrap .inner h2{
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 20px;
	margin-top: 0;
 }
 .timeline-tech .main-wrap .inner p{
    font-family: "Helvetica Neue", sans-serif;
 }
 .timeline-tech .main-wrap .right-col::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 100%;
    background-color: #E2EBF4;
    position: absolute;
    left: 0px;
    top: 0px;
}
 .timeline-tech .main-wrap .inner::before{
       content: '';
       display: inline-block;
       width: 30px;
      height: 30px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      background-color: #516E8A;
      position: absolute;
      left: -61px;
      top: 0px;
}
.timeline-tech .main-wrap .mob-img{
  display:none;
}
/* section 2*/
.timeline-tech.sec-2 .main-wrap .tech-outer, .timeline-tech.sec-4 .main-wrap .tech-outer{
  padding-left: 120px;
}

.timeline-tech.sec-2 .main-wrap .tech-outer:first-child .right-col {
    margin-top: 0px;
}
.timeline-tech.sec-2 .main-wrap .left-col{
  position: relative;
}

/* section 3*/
.timeline-tech.sec-3 .main-wrap .left-col{
    margin-bottom:10px;
}
.timeline-tech .main-wrap .left-col img{
    position: relative;
    right: 0;
    top: -60px;
}


@media (max-width:767px){
  .timeline-tech.sec-2 .main-wrap .tech-outer, .timeline-tech.sec-4 .main-wrap .tech-outer {
    padding-left: 0;
  }
  .timeline-tech.sec-2 .main-wrap .tech-outer, .timeline-tech.sec-4 .main-wrap .tech-outer {
      padding-left: 70px;
  }
  .timeline-tech.sec-2, .timeline-tech.sec-4{
    margin-bottom:50px;
  }
}
@media screen and (max-width: 576px){ 
  .timeline-tech > h2 {
        text-align: center;
        font-size: 34px;
    }
.timeline-tech .main-wrap .tech-outer {
        flex-direction: column;
    }
    .timeline-tech.sec-3 .main-wrap .left-col {
        margin-bottom: 0;
        width: 100%;
    }   
    .timeline-tech .main-wrap .left-col img {
        max-width: 100%;
        max-height: unset;
        margin-bottom: 0;
        width: 100%;
        display:none;
    }
    .timeline-tech .main-wrap .mob-img {
        display:block;
        margin-bottom: 20px;
    }
    .timeline-tech .main-wrap .mob-img img {
        max-height:290px;
    }
    .timeline-tech .main-wrap .left-col {
        width: 100%;
    }
    .timeline-tech.sec-2 .main-wrap .left-col img {
        top: 0;
    }
    .timeline-tech.sec-2 .main-wrap .tech-outer, .timeline-tech.sec-4 .main-wrap .tech-outer {
        padding-left: 0;
    }
    .timeline-tech.sec-3 .main-wrap .left-col img, .timeline-tech.sec-4 .main-wrap .left-col img, .timeline-tech.sec-5 .main-wrap .left-col img {
        position: relative;
        right: 0;
        top: 0;
    }
    .timeline-tech .main-wrap .tech-outer:first-child .right-col {
        margin-top: 0;
    }
    .timeline-tech .main-wrap .right-col {
        width: 100%;
      }

    .timeline-tech .main-wrap .left-col img {
        margin: 20px 0;
    }
    .timeline-tech .main-wrap .inner h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .timeline-tech .main-wrap .inner::before {
        width: 25px;
        height: 25px;
        left: -58px;
    }
    .timeline-tech.sec-2 .main-wrap .tech-outer:first-child .left-col {
        margin-top: 0;
    }
}