@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    .main-wrapper {
        padding-top: 85px;
    }

    #header {
        position: fixed;
        top: 0;
        padding: 0;
    }

    #header .container {
        border-radius: 0
    }

    .hamburger {
        display: block;
    }

    .main_menu {
        display: none;
    }

    .main_menu {
        position: absolute;
        width: 100%;
        top: 82px;
        left: 0;
        background: #fff;
        box-shadow: 0 6px 7px rgb(0 0 0 / 16%);
        padding-bottom: 20px;
        border-radius: 0;
    }

    .main_menu li {
        display: block;
        float: inherit;
        padding: 10px 20px;
    }
    
    .main_menu li a {
        color: #333
    }

    .sec_head {
        width: 100%;
        margin-bottom: 20px;
    }

    .cont-home {
        flex-direction: column-reverse;
    }

    .thumb-home {
        width: 100%;
    }
    .thumb-home img {
        bottom: -50px;
    }
    .home_txt {
        width: 100%;
        padding: 0 30px;
    }
    .home_txt:before {
        right: 30px;
    }
    .section_about {
        padding-top: 20px;
    }

    .sec-about {
        margin-bottom: 10px;
    }
    .item-about {
        height: 100%;
    }
    .item-about p {
        font-size: 19px;
    }

    .section_services {
        padding: 50px 0;
    }

    .owl-dots {
        text-align: center;
        padding-top: 20px;
    }

    .cont-feat {
        flex-direction: column-reverse;
    }

    .thumb-feat {
        width: 100%;
    }

    #works-slider .owl-nav > button {
        top: -125px;
    }
    .section_contact {
        padding: 90px 0 30px;
    }
    .txt-contact {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .section_contact .container:before {
        width: 40px;
        height: 100px;
        top: -122px;
        left: 10px;
    }
    .txt-contact {
        top: -50px;
        right: 70px;
        width: calc(100% - 70px);
    }
    .cont-ft {
        flex-direction: column;
    }

    .cont-bt {
        margin-bottom: 20px;
    }

    .menu-ft li {
        margin-left: 10px;
    }

    .menu-ft li:nth-child(1):before,
    .menu-ft li:nth-child(2):before {
        left: -8px;
    }

    .menu-ft {
        text-align: center;
    }

    .soical-md {
        display: block;
        margin-top: 15px;
    }

    .txt-services p {
        height: auto;
        display: block;
        -webkit-box-orient: inherit;

    }
    
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 500px) {}