.fs-timline-sec {
  position: relative; 
  width: 100%;  
  margin:auto; 
}
.timline--line {
    position: absolute;
    width: 98%;
    height: 1px;
    top: 70%;
    transform: translateY(-50%);
    background: #000000;
}
.timline--col .img-bx:before {
    content: "";
    position: absolute;
    top: 346px;
    left: 0px;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #ff5e15;
    margin: 0 auto;
    z-index: 10;
    transition: all .4s;
}
.timline--inner {
    display: flex;
}
.timline--col {
    width: 14%;
    position: relative;
    min-height: 300px;
}
.timline--col .img-inbx {
    height: 360px;
}
.timline--col .img-bx {
    background-repeat: no-repeat;
    background-size: 180px;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .4s;
    cursor: pointer;
}
.timline--col .img-bx:hover {
    transform: translateY(10px);
}
.timline--col .img-bx:hover:before {
    transform: translateY(-10px);
}
.timline--col .img-bx:after {
    content: "";
    width: 1px;
    height: 190px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 87%;
    margin: 0 auto;
}
.timline--col .img-bx img {
    max-width: 80px;
    margin-top: -20px;
}
.timline--col .cont-bx {
    text-align: center;
    position: relative;
    top: 35px;
    padding: 0px 10px 0px 10px;
}
.timline--col .cont-bx h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}
.timline--col .cont-bx p {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
}
.timline--col:nth-child(1) .img-bx,
.timline--col:nth-child(3) .img-bx,
.timline--col:nth-child(5) .img-bx,
.timline--col:nth-child(7) .img-bx {
    top: 84px;
}
.timline--col:nth-child(1) .img-bx:after,
.timline--col:nth-child(3) .img-bx:after,
.timline--col:nth-child(5) .img-bx:after,
.timline--col:nth-child(7) .img-bx:after {
    height: 110px;
}
.timline--col:nth-child(1) .img-bx:before,
.timline--col:nth-child(3) .img-bx:before,
.timline--col:nth-child(5) .img-bx:before,
.timline--col:nth-child(7) .img-bx:before {
    top: 263px;
    background: #000000;
}
.timline--col:nth-child(3) .img-bx img {
    max-width: 65px;
}
.timline--col:nth-child(4) .img-bx img {
    max-width: 70px;
}
.timline--col:nth-child(5) .img-bx img {
    max-width: 100px;
}
.timline--col:nth-child(7) .img-bx img {
    max-width: 50px;
}
@media screen and (max-width: 1180px) {
.timline--inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}    
.timline--col {
    min-height: auto;
    position: static;
    transform: none !important;
    padding: 20px;
    padding-bottom: 0px;
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.timline--col .img-inbx {
    height: auto;
}
.timline--col .img-bx {
    position: static;
    background-size: 160px;
    width: 160px;
    height: 160px;
}
.timline--col .img-bx:before,
.timline--line,
.timline--col .img-bx:after {
    display: none;
}
.timline--col .img-bx img {
    margin-top: 0;
    margin-bottom: 15px;
    max-width: 70px;
}
.timline--col .cont-bx {
    position: static;
    padding: 0;
    height: auto;
}
}
@media screen and (max-width: 767px) {
.timline--col {
    width: 46%;
}
}
@media screen and (max-width: 575px) {
.timline--inner {
    gap: 15px
}
}