@media screen and (max-width: 756px) {
    .hide-mobile{
        display: none !important;
    }
    .navbar .search .icon, .navbar .search .search-form .close {
        display: block;
    }
    .navbar .social-icon, .navbar .search {
        border: 0;
        padding: 0 10px;
        margin-top: 10px;
    }
    .top-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 0px;
        background: black;
    }
    .fixed-footer {
        position: fixed;
        width: 100%;
        bottom: 0px;
        background: #000;
        z-index: 100;
        padding: 10px;
        border-left: none;
        height: 45px;
      }
      .fixed-footer .row .col-md-4{
        width: calc(100%/3);
        text-align: center;
      }
      .fixed-footer .row .col-md-4 a{
        white-space: nowrap;
        font-size:14px
      }
      .navbar .logo {
        margin-left: 0;
    }
    .navbar .logo img {
        width: 240px;
    }
    .search .form-control {
        width: 100%;
        margin-top: 10px;
        height: calc(2.25rem + 10px);
    }
    .input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control {
        margin-left: 31px;
    }
    .input-group-append {
        margin-left: 31px;
        width: 100%;
        margin-top: 30px;
        margin-right: 31px;
    }
    .input-group-append .btn{
        border-radius: 0;
        width: 100%;
    }
    .project  .items .info {
        background-color: #efefef;
        width: 100%;
    }
    .portfolio .filtering .filter.box {
        display: none;
    }
    .project-detail p {
        padding: 0 15px;
    }
    .col-md-2 , .col-xs-6{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .project-detail .tab-content img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .main-footer .usful-links ul li {
        font-size: 13px;
        margin-bottom: 10px;
        display: inline-block;
        align-items: center;
    }
    .main-footer .sub-footer {
        padding-bottom: 60px;
        margin-top: 0;
        padding-top: 10px;
    }
    .progress-wrap.active-progress{
        display: none;
    }
    .services .item-bx{
        padding: 20px;
    }
    .project-btn-group {
        display: flex;
        justify-content: space-evenly;

    }
    video {
        width: 100%;
        height: 30vh;
    }
    .slider .parallax-slider .swiper-slide .bg-img {
        height: 30vh;
    }
    .hmone {
        margin-top: 15vh;
    }
    .slider .parallax-slider .swiper-slide {
        min-height: auto;
    }
    .slider .parallax-slider .swiper-slide .page-banner {
        height: 40vh;
        filter: grayscale(0.5);
    }
    .slider .parallax-slider .swiper-slide {
        min-height: 30vh;
    }
    .page-banner .hmone {
        margin-top: 14vh;
    }
    video {
        height: 30vh;
    }
    .fz-44 {
        font-size: 20px !important;
    }
    .mt-60 {
        margin-top: 30px !important;
    }
    .main-footer {
        padding: 30px 0 0;
    }

    .text-xs-center{
        text-align: center !important;
    }
    .main-footer .usful-links ul {
        margin-bottom: 1rem;
        display: block;
    }
    .nav-pills .nav-link {
        font-size: 18px;
        margin: 0 0px;
        padding: 12px;
    }
    .nav-pills:first-child .nav-link {
        padding-left: 8px;
        padding-bottom: 0px;
        padding-right: 8px;
    }
    .nav-pills:last-child .nav-link{
        padding-right: 0px;
    }
    .pages-header {
        height: 40vh;
        background-attachment: unset !important;
    }
    .pages-header .cont h1 {
        font-size: 40px;
        font-weight: 400;
        margin-top: 30vh;
    }
.about .txt-cont {
        margin-top: 0px;
    }
    .brands .box-top{
        padding: 20px 40px;
    }
    .section-padding {
        padding: 20px 0;
    }
    .search .form-control {
        margin: 0 10px;
    }.input-group>.form-control+.form-control {
        margin-left: 10px;
    }
    .navbar {
        margin-top: -34px;
    }
    .main-footer .usful-links ul li a {
        padding-right: 4px;
    }
    .navbar .search .search-form {
        height: 100vh;
    }
    .navbar .search .search-form h5 {
        color: #fff;
        font-weight: 300;
        margin-bottom: 15px;
        font-size: 25px;
        padding-top: 50px;
    }
    .navbar .search .search-form .close {
        top: 4%;
        font-size: 40px;
    }
    .txt-cont p{
        text-align: justify;
    }
    .brands .box-top .item {
        margin: 0px 0;
    }
}
@media screen and (min-width: 757px) {
    .hide-desktop{
        display: none !important;
    }
    .project-btn-group {
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 50px;
        right: 0;
        padding-right: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        right: -100%;
        transition: height 0.5s ease;
    }

    .navbar-collapse.show {
        right: 0;
        transition: right 0.5s ease-in-out;
        max-height: 100vh;
        background: black;
        top: 0;
        text-align: left;
        padding: 40px;
        font-size: 17px;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 0.5s ease-in-out;
    }
}
 .nav-scroll .navbar-collapse{
    display: none !important;
    padding: 0;

}
/* .nav-scroll{
    min-height: 0;
    height: 0;
} */