

.adminfootercontarea {
    background: #009de2;
    padding: 0.2em;
}

.admin_copyrightarea {
    padding: 10px 0px;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    font-weight: 300;
}

.admin_innercollage {
    height: 200px;
    width: 100%;
    background-color: #000;
    position: relative;
}

    .admin_innercollage img {
        height: 200px;
        width: 100%;
        object-fit: cover;
        object-position: 50% 50%;
        opacity: 0.7;
    }



/****************************************************************************************************
Media Query css start here
****************************************************************************************************/

@media screen and (max-width : 1024px) {
}

@media screen and (max-width : 800px) {
}

@media screen and (max-width : 668px) {
}

@media screen and (max-width : 480px) {
}

@media screen and (max-width : 360px) {
}
