

.services {
    width: 100%;
    text-align: center;
}

.service a {
    text-decoration: none;
    color: transparent;
    margin: 0;
    padding: 0;
}

.service {
    display: inline-block;
    background: #ef6036;
    width: 320px;
    height: 320px;
    margin: 15px 32.5px;
    position: relative;
    vertical-align: top;
    bottom: 125px;
}

.service:hover{
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    box-shadow: inset 0 0 0 3px #eca893;
}

.service h4 {
    color: #fff;
    font-size: 18px;
    vertical-align: top;
    letter-spacing: 1.5px;
}

.services img {
    width: 50%;
    display: block;
    color: #fff;
    margin: 35px auto;
}

/* Section: Products */

#text-station {
    font-size: 200%;
    text-align: left;
}

#text {
    color: #ee5335;
    font-size: 250%;
    z-index: 1;
}

.products {
    width: 100%;
    height: 500px;
    background: #fff;
    text-align: center;
}

#counter {
    color: #ef6036;
    font-size: 560%;
    text-align: center;
}

.service-stations, .slogan{
    position: relative;
    display: inline-block;
    width: 38%;
    height: 500px;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
}

.service-stations p {
    display: inline-block;
    font-size: 140%;
    font-weight: bold;
    text-align: left;
    width: 38%;
    margin: auto;
}

.service-stations .map {
    display: block;
    position: absolute;
    width: auto;
    height: 70%;
    bottom: 0;
    right: 0;
}

.service-stations .map img{
    width: 90%;
    height: 90%;
}


.service-stations .orange {
    position: absolute;
    top: 35%;
    left: 5%;
    width: 80%;
}
.service-stations .black {
    position: absolute;
    top: 35%;
    left: 5%;
    width: 80%;
}

.slogan .gun {
    display: inline-block;
    position: absolute;
    width: auto;
    height: 500px;
    top: 0;
    right: 0;
}

.slogan .gun img{
    width: 580px;
    height: 500px;
}

.slogan .text{
    position: absolute;
    display: inline-block;
    text-align: right;
    width: 280px;
    right: 35%;
    bottom: 25%;
}

@media screen and (max-width: 1300px) {
    .service {
        display: inline-block;
        background: #ef6036;
        width: 225px;
        height: 225px;
        margin: 15px 2%;
        position: relative;
        vertical-align: top;
        bottom: 110px;
    }

    .service h4 {
        color: #fff;
        font-size: 18px;
        vertical-align: top;
        margin: auto;
        letter-spacing: 1.5px;
    }

    .products {
        width: 100%;
        height: 400px;
        background: #fff;
        text-align: center;
    }

    #text-station {
        font-size: 160%;
    }

    .service-stations, .slogan{
        position: relative;
        display: inline-block;
        width: 38%;
        height: 400px;
        margin: 0 auto;
        text-align: center;
        vertical-align: top;
    }

    .slogan .gun {
        display: inline-block;
        position: absolute;
        width: auto;
        height: 400px;
        top: 0;
        right: 0;
    }

    .slogan .gun img{
        width: 480px;
        height: 400px;
    }
}

/* Screen 1024 */
@media screen and (max-width: 1024px) {
    .service-stations .orange {
        position: absolute;
        top: 26.5%;
        left: 5%;
        width: 80%;
    }
    .service-stations .black {
        position: absolute;
        top: 26.5%;
        left: 5%;
        width: 80%;
    }
}

@media screen and (max-width: 900px) {
    .service {
        display: inline-block;
        background: #ef6036;
        width: 200px;
        height: 200px;
        margin: 15px 12.5px;
        position: relative;
        vertical-align: top;
        bottom: 110px;
    }

    .service h4 {
        color: #fff;
        font-size: 18px;
        vertical-align: top;
        margin: auto;
        letter-spacing: 1.5px;
    }

    .products {
        width: 100%;
        height: 400px;
        background: #fff;
        text-align: center;
    }

    #text-station {
        font-size: 140%;
    }

    .service-stations, .slogan{
        position: relative;
        display: inline-block;
        width: 38%;
        height: 400px;
        margin: auto 5%;
        text-align: center;
        vertical-align: top;
    }

    .service-stations p{
        width: 42%;
        margin: 15px auto;
        text-align: left;
    }

    .slogan .gun {
        display: inline-block;
        position: absolute;
        width: auto;
        height: 400px;
        top: 0;
        right: 0;
    }

    .slogan .gun img{
        width: 410px;
        height: 400px;
    }

    .service-stations .map img{
        width: 90%;
        height: 90%;
    }
    
    .service-stations .orange {
        position: absolute;
        top: 27%;
        left: 5%;
        width: 80%;
    }
    .service-stations .black {
        position: absolute;
        top: 27%;
        left: 5%;
        width: 80%;
    }
    
}

@media screen and (max-width:760px ) {
    .container {
        width: 100%;
        margin: auto;
    }

    .contact-bar {
        display: inline-flex;
        align-content: space-between;
    }
    
    .contact-info a, .social-media a, .invoicing a{
        line-height: 0; 
        font-size: 0;
        color: transparent;
    }

    .contact-info a i, .social-media a i, .invoicing a i{
        display: inline-flex;
        align-items: center;
        font-size: 18px;
        color: #fff;
    }

    .service {
        width: 80%;
        height: auto;
        background: #ef6036;
        margin: 10px auto;
        bottom: 0;
    }

    .service img {
        display: inline-block;
        margin: 0 auto;
        padding: 2.5px;
        width: 45%;
        vertical-align: middle;
    }

    .service h4 {
        vertical-align: middle;
        margin: auto;
        display: inline-block;
        padding: 2.5px;
        width: 45%;
    }

    .service:hover{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        box-shadow: inset 0 0 0 3px #eca893;
    }

    .products {
        width: 100%;
        height: auto;
        background: #fff;
        text-align: center;
    }

    #text-station {
        font-size: 138%;
    }

    .service-stations, .slogan{
        width: 80%;
        height: 80%;
        margin: 2px auto;
        text-align: center;
    }

    .service-stations p{
        width: 44%;
        margin: 15px auto;
        text-align: center;
    }

    .service-stations .map {
        display: none;
    }
    
    .service-stations .map img{
        display: none;
    }

    .slogan .gun {
        display: none;
    }

    .slogan .gun img{
        display: none;
    }

    .slogan .text{
        width: 90%;
        margin: 15px auto;
        position: relative;
        text-align: center;
        top: 0;
        left: 0;

    }
}
