.top {
    z-index: 1;
}
.navbar-default {
    background-color: initial;
    border-color: #0c1328;
}
.footer{
    margin-top: 4rem;
}

@media(max-width:767px){
.top{
    background: url('../image/report.png') -30rem  no-repeat;
    background-size: 300% 100%;
    height: auto;
}
 

}
@media (device-width:375px) and (-webkit-min-device-pixel-ratio:2) {
    .pagination>li>a {
        margin-left: 0rem !important;
    }

}