.mmenu_toggle{
    margin-top: 0 !important;
}
.mobile-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
}
.mobile-wrapper img{
    height: 80px;
}
.py-5{
    padding: 50px 0px;
}
.mfp-img
{
    max-height: 80vh !important;
}
.services-img{
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.gallery .project-item .inner a{
    display: block !important;
}
.gallery {
    padding-top: 50px !important;
}
.why-us-img{
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.photo-gallery-img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.product-img{
    width: 100%;
    height: 470px;
    object-fit: cover;
}
.blog-img{
    width: 100%;
    height: 180px !important;
    object-fit: cover;
}
#copyright{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}
#copyright img{
    width: 80px;

}
.wrapper{
    margin-top: 50px;
    margin-bottom: 30px;
}

@media(max-width:991px)
{
    #copyright{
        text-wrap: auto;
        width: 100%;
        gap: 10px;
        text-align: left;
        margin-top: 15px;;
        padding: 0 !important;
        background: transparent !important;

    } 
}