
/* Work Process */

.process-wrapp {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    margin: 0 15px;
}

.process-wrapp,
.process-wrapp li,
.process-wrapp li>.pro-step {
    z-index: 1;
}

.process-wrapp li,
.process-wrapp li>.pro-step {
    text-align: center;
}

.process-wrapp li {
    padding: 40px 15px 0 15px;
    display: table-cell;
}

.process-wrapp li:hover {
    cursor: pointer;
}

.process-wrapp li>.pro-step {
    height: 90px;
    width: 90px;
    line-height: 90px;
    border: 1px solid #fff;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.process-wrapp li>.pro-step,
.process-wrapp li>.pro-step::before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.process-wrapp.no-rounded li>.pro-step,
.process-wrapp.no-rounded li>.pro-step::before {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.process-wrapp li>.pro-step::before {
    background: -webkit-gradient(linear, left top, right top, from(#4D3F4B), to(#B12033));
    background: -webkit-linear-gradient(left, #4D3F4B, #B12033);
    background: -o-linear-gradient(left, #4D3F4B, #B12033);
    background: linear-gradient(90deg, #4D3F4B, #B12033);
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}


.progress-bars .progress .progress-bar, .progress-bars .progress .progress-bar span, .progress-bars .progress .progress-bar span::after, .process-wrapp li>.pro-step::before, .process-wrapp li::before, .process-wrapp li::after {
    position: absolute;
}

.process-wrapp li p:first-child {
    font-size: 15px;
}

.process-wrapp li p:last-child {
    font-size: 13px;
    margin-bottom: 4px;
}

.process-wrapp li:hover>.pro-step {
    border-color: transparent;
    color: #fff;

}
.process-wrapp li.active>.pro-step{
    border-color: transparent;
    color: #fff;
}
.process-wrapp li.active:hover>.pro-step {
    border-color: transparent !important;
}

.process-wrapp li:hover>.pro-step::before {
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
}
.process-wrapp li.active>.pro-step::before {
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
}
.process-wrapp li.active:hover>.pro-step::before {
    opacity: 1 !important;
    visibility: visible !important;
    border-radius: 50%;
}
.process-wrapp:hover li.active>.pro-step::before{
    opacity: 0;
    visibility: hidden;
}
.process-wrapp:hover li.active>.pro-step{
    border-color: #fff;
}

.process-wrapp li::before,
.process-wrapp li::after {
    height: 1px;
    top: 85px;
    background: rgba(255, 255, 255, .5);
    width: 30%;
    z-index: -1;
    margin: 0;
    content: "";
}

.process-wrapp li:first-child::before,
.process-wrapp li:last-child::after {
    opacity: 0;
    visibility: hidden;
}

.process-wrapp li::before {
    left: 0;
}

.process-wrapp li::after {
    right: 0;
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.collapsePagesSideMenu i {
    transition: all .3s linear;
}


.process-wrapp li>.pro-step, .progress-bars .progress p, .progress-bars .progress .progress-bar span::after {
    display: inline-block;
}

.process-wrapp, .process-wrapp li, .process-wrapp li>.pro-step, .progress-bars .progress, .progress-bars .progress p {
    position: relative;
}









@media (max-width: 1200px) {

    .process-wrapp li::before,
    .process-wrapp li::after {
        width: 26% !important;
    }

}



@media (max-width: 992px) {

    .process-wrapp {
        width: 100%;
    }
    .process-wrapp li {
        padding: 60px 15px 0 15px;
        display:block;
    }
    .process-wrapp li::before {
        width: 0 !important;
    }
    .process-wrapp li::after {
        width: 70% !important;
        left: 195px;
    }
   /* .process-wrapp li:nth-child(even)::after,
    .process-wrapp li:last-child::after {
        width: 0 !important;
    }*/

    .process-wrapp li::after,
    .process-wrapp li::before {
        width: 0 !important;
    }

}

@media (max-width: 768px) {
    .process-wrapp {
        width: 100%;
    }
    .process-wrapp li {
        padding: 50px 15px 0 15px;
        display:block;
        text-align: center;
    }
    .process-wrapp li::after,
    .process-wrapp li::before {
        width: 0 !important;
    }

}

@media (max-width: 576px) {
    .process-wrapp {
        width: 100%;
    }
    .process-wrapp li {
        padding: 35px 15px 0 15px;
        display:block;
    }

}

@media (max-width: 424px) {
    .process-wrapp {
        width: 100%;
    }
    .process-wrapp li {
        padding: 35px 15px 0 15px;
        display:block;
    }
}

@media (max-width: 360px) {
    .process-wrapp {
        width: 100%;
    }
    .process-wrapp li {
        padding: 35px 15px 0 15px;
        display:block;
    }
}











/*Work Process ends */