body {
    position:relative;
    background-image: url(../../image/pap/homewebBG.png) !important;
    background-size: cover;
    background-position:center center !important;
    padding:0;
    min-height:100vh;
    height:auto;
    margin:0;
    color: #22425a;
}
/* =============================================[   FOOTER   ]=============================================== */
footer {
    background-color: #363b3f;
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
    text-align: center;
}
footer p {
    color: rgba(255,255,255,.87);
}
footer p a, footer p a:visited {
    color: rgba(255,255,255,.87);
}
@media only screen and (min-width: 768px) {
    #content, footer {
        padding-left: 0;
    }
}

.box-l1{
    text-align: center;
    max-width: 30%;
    margin-left:65%;
}
.box-l1 img{
    display: inline-block;
    width: 30%;
    padding: 2%;
}

.logo-top{
    position:relative;
    margin-bottom: -11%;
}

@media only screen and (max-width: 800px)
 {
    .box-l1 {
        text-align: center;
        max-width: 100%;
        margin-left: auto;
        top: 50%;
        bottom: 50%;
    }
}
@media (min-width: 800px) and (max-width: 1024px)
 {
    .box-l1 {
        text-align: center;
        max-width: 100%;
        margin-left: auto;
        top: 50%;
        bottom: 50%;
    }

    .logo-top{
        position:relative;
        margin-bottom: -9%;
    }
}

.box-l1 img:hover{
    display: inline-block;
    width: 33%;
    padding: 2%;
}