@media screen and (max-width: 991px) {
    .d-md-inline-block {
        display: inline-block !important;
    }
}

@media screen and (max-width:992px) {
    
     .d-md-inline-block {
        display: none !important;
    }
    .feature-area .single-feature {

        background-color: #1a232e;

    }


    .about-us-main-img1 {
        position: absolute;
        z-index: 1;
        width: 60%;
        bottom: 30px;
        right: 10%;
        top: 20%;
    }

    .about-us-bg {
        background-color: #f1f1f1;
        margin: 0px;
        padding: 2rem;
    }

    .small-image-position {
        position: relative;
        z-index: 1;
        width: 70%;
        bottom: 30px;
        right: 0%;
        top: 0;
    }

    .section-blog-margin {
        margin-top: 50px;
    }

    .site-blocks-cover h1 {
        font-size: 3rem;
        font-weight: 800;
        font-weight: 800;

        margin-top: -8%;
    }


    .feature-box {

        padding: 10px;
    }

    .absolute-content img {
        width: 210px;
    }
    .infoblokk-absolute-content img {
        width: 60%;
    }

}

@media screen and (max-width: 768px) {
    .site-navbar-wrap a {
    color: #fff;
    margin-right: 60px;
}
    
    .site-block-3 .h2, h2 {
    font-size: 1.3rem;
    font-weight: 700;
    padding: 10px 0px;
}
    
    
    .mbr-gallery-filter li {
    display: block!important;
 
}
    .header-logo {
    width: 100px;
    margin: 20px auto;
}
    
    footer h4 {
    font-size: 1.5rem;
    font-size: 1rem;
    color: white;
    margin: 20px auto;
}

    
    .d-md-inline-block {
        display: none !important;
    }

    .ml-auto,
    .mx-auto {
        margin-left: 0px !important;
    }

    .single-blog {
        margin-bottom: 30px;
    }

    .hide-on-tablet {
        display: none;
    }

    .small-image-position {
        position: relative;
        z-index: 1;
        width: 70%;
        bottom: 30px;
        right: 0%;
        top: 0;
    }

    .align-items-stretch img {
        width: 100%;
    }

    .section-gap {
        padding: 20px;
     
    }

    .about-us-bg {
        background-color: #f1f1f1;
        margin: 0px;
        padding: 2rem;
    }

  
    .site-blocks-cover h1 {
        font-size: 2rem;

    }

    .site-blocks-cover h1 {
        font-size: 2.5rem !important;
        line-height: 4rem;
        margin-top: -10%;
    }

    .feature-area {
        margin-top: -25%;
        margin: 0 5%;
    }

    .service-wide-image {
        margin-top: 0!important;
    }

}
@media screen and (max-width: 1008px) {
    .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    width: 100%!important;
}

  .absolute-content {
    position: absolute;
    right: 0;
    bottom: 0 !important;
}
.infoblokk-absolute-content {
    position: absolute;
    right: 0;
    bottom: 0;
}
    .feature-area {
    margin-top: 5% !important;
    margin-bottom: 5%!important;
}
    .service-wide-image {
        margin-top: 20%;
    }

}

@media screen and (min-width: 1009px) {

  .absolute-content {
    position: absolute;
    right: 0;
    top: 0 !important;
}
.infoblokk-absolute-content {
    position: absolute;
    left: 0;
    bottom: 0;
}
}

@media (min-width: 992px) {
    .col-lg-20p {
        flex: 0 0 20%;
        max-width: 20%;
    }
}