.bg-overlay {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/mobile_appbanner.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;
}

.margin-bottom-1x {
    margin-bottom: 24px;
}


.mobile {
    color: #1b1b1b;
    font-size: 3em;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: .7em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    
}

.manufact-whychoose {
    background-image: url("../images/mid_section.jpg");
    background-attachment: fixed;
    background-position: center;
    padding: 8em 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.manufact-whychoose h3 {
    font-size: 3em;
    color: #fff;
    margin-bottom: 0.5em;
    text-align: center;
}

.manufact-whychoose p {
    font-size: 21px;
    text-align: center;
    color: #b1afaf;
}

.services-head {
    background: #ff6104;
    padding: 15px 15px;
}


.services-head h2 {
    font-size: 1em;
    color: #fff;
    text-align: center;
}

.bg-diff {
    background: #f7f7f7;
}

.page-section {
    padding: 70px 0px;
}


.client-sec ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 0.5em;
}

.client-sec li {
    list-style-type: none;
    font-weight: 400;
    font-size: 16px;
    margin: 20px 10px;
    color: #808080;
}

.xcode {
    background-position: -12px -13px;
}

@media screen and (max-width: 1600px) {
    .bg-overlay{
        padding: 5em;
    } 
}

@media screen and (max-width: 991px) {
    .bg-overlay{
        padding: 4em;
    } 
    .bg-overlay  h1 {
        line-height: 1.4em;
    }
    .mx-auto{
        margin: 0 auto;
    }
    
}

@media(max-width:667px){
    .bg-overlay  h1  {
        font-size: 1.3em !important;
        margin-bottom: 1em !important;
    }
    .bg-overlay {
        padding: 7em 2em !important;
    }
    .set {
        margin-top: -7em !important;
    }
}