header nav.navbar.navbar-expand-lg{
    top:0;
}
.art-studio{
    background-size:cover;
}
footer .bottom-wrapper{
    padding-block:15px;
}
.game-changer ul li {
    width: 100%;
}
.game-changer ul li .card{
    height:100%;
}
.contact-us .box .wpcf7-form-control-wrap {
    position: static;
}
.what-sets-apart .card h3{
    align-items: center;
}
.pricing-plans .table-responsive .table tbody tr td a{
    color: #000;
}
.blog-detail .img-cont{
    width: fit-content;
}

.latest-blogs .card{
    height: 100%;
}
.latest-blogs .card .img-cont{
    height: 100%;
}
.latest-blogs .card .img-cont img{
    height: 100%;
  object-fit: cover;
}
.navbar-toggler-icon{
    background-image: none;
}

.multiple-languages .languages-tabs .tab-content .card .card-body .ms-banner-video .ms-video-btn{
    z-index: 99;
}


@media(max-width:767px){
    .game-changer{
        background-position: bottom left;
    }
}

