.bg-overlay {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/webapp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    /* height: 100vh; */
    /* padding: 10em; */
    padding: 5em;
    background-attachment: fixed;
    position: relative;
}

.bg-overlay p {
    color: #ccc;
    font-size: 0.9em;
}

.bg-overlay  h1 {
    font-size: 4em;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0.5em;
    line-height: 1.4em;
}

.webapp_h4 {
    font-size: 1rem !important;
    background: #ececec;
    padding: 10px;
    margin-top: 18px;
    border-bottom: 4px solid #a0a0a0;
    margin-bottom: 0px !important;
}

.box {
    border: 1px solid #dedede;
}

.services_col {
    padding: 1em;
    border: 1px solid #f1f1f1;
    box-shadow: 2px 2px 5px #ccc;
}

.manufact-whychoose {
    background: url("../images/what.png");
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center center; */
    padding: 70px 0;
    width: 100%;
    background-attachment: fixed;
}
.manufact-whychoose .manufact-heading h3 {
    color: #fff;
    font-size: 2.5em;
    margin: 8px 0 0;
    text-transform: capitalize;
    text-align: center;
}

.manufact-heading p {
    font-size: 0.9em;
    line-height: 25px;
    color: #fff;
    margin: 2px 0 0;
    padding-bottom: 25px;
    text-align: center;
    margin-top: 1em;
    font-weight: 100;
}



.service_h4 {
    font-size: 1em;color: #fff;
    margin-bottom: 0.5em;
}
.service_p {
    color: #ccc;
    font-weight: 100;

}

#cell {
    transform: rotate(180deg);
}

.web_i {
    color: #000;
    font-size: 32px;
    margin-bottom: 0.2em;
    margin-top: 0.5em;
}
.mx-auto{
    margin: 0 auto;
}

.services-head {
    background: #ff6104;
    padding: 15px 15px;
}


.services-head h2 {
    font-size: 1em;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 1600px) {
    .bg-overlay{
        padding: 5em;
    } 
}
@media screen and (max-width: 1200px) {
    .webapp_h4{
        font-size: 0.8rem !important;
    }
}

@media screen and (max-width: 991px) {
    .bg-overlay{
        padding: 4em 2em;
    } 
    .bg-overlay  h1 {
        line-height: 1.4em;
    }
    .web-expertise-mobile{
        display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 1.7rem;
    }
    .web-expertise-mobile div h4{
        text-align: left;
    }
    .web-expertise-mobile div p{
        text-align: left;
    }
}

@media(max-width:667px){
    .bg-overlay  h1  {
        font-size: 1.3em !important;
        margin-bottom: 1em !important;
    }
    .bg-overlay {
        padding: 7em 2em !important;
    }
}