@media (max-width: 1200px) { 
}

@media (max-width: 990px) {
    .navbar-collapse {
        background: #383967;
        text-align: center;
    }

    .navbar-nav {
        float: inherit;
        padding: 20px;
    }

    .navbar-nav > li {
        padding-bottom: 10px;
        border-bottom: 1px solid #ffffff1f;
    }

    .left_bar {
        text-align: center;
        margin-right: 0;
    }

    .left_bar ul {
        float: inherit;
    }

}


@media (max-width: 770px) {
    .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
        width: 100% !important;
    }

    .image {
        position: relative;
    }

    .col-6.pr-md-5 {
        margin-right: 0;
    }

    .form_footer {
        margin-bottom: 20px;
    }

    .proj_item_master img {
        height: auto;
    }

    .proj_item img {
        width: 100%;
        height: auto;
    }
}


@media (max-width: 500px) {
    .items_rateus li {
        width: 100%;
    }

    .info_contact li {
        margin-bottom: 20px;
    }

    .slider_header .img_bg img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }

    .img_bg {
    height: 100vh;
}
    
    .details_slider p {
        width: 90%;
        font-size: 14px;
        margin: 0;
    }

    .details_slider h1 {
        color: #ffffff;
        font-size: 26px;
    }
    a.navbar-brand img {
    height: 84px;
}
    

    .details_slider {
        top:45%
    }

}


@media (max-width: 400px) {
    .copyright p {
        color: #fff;
        float: inherit;
    }

    .social_footer {
        float: inherit;
    }

    .copyright {
        text-align: center;
    }


}


@media (max-width: 990px) and (min-width: 770px) {
}


@media (max-width: 990px) and (min-width: 770px) {
}
