@media screen and (max-width: 1199px) {}
@media screen and (max-width: 991px) {
	.hamburger{
		display: block;
	}
    .main_menu, .contact-header {
        display: none;
    }
    #header .container {
        justify-content: center;
    }
    .list-header li a {
        justify-content: space-between;
        width: 100%;
    }
    .logo-site {
        top: 0px;
    }
    .logo-site img {
        max-width: 180px;
    }
    .list-header {
        margin:0;
        display: block;
    }
    .section_home {
        padding: 50px 0 20px
    
    }
    .section_home .ds-flex {
        display:block;
    }
    .about_thumb {
        width: 100%;
    }
    .home_txt {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        padding: 30px 50px;
    }
    .home_txt h1 {
        font-size: 23px;
        margin-bottom: 30px;
    }
    .home_txt h1 span {
        font-size:40px;
    }
    .section_projcts {
        padding: 30px 0 0;
    }
    .cont-project figure:last-child {
        display:block;
    }
    .cont-project figure:first-child {
        display:none;
    }
    .nav-tabs {
        width:100%;
    }
    .nav-tabs li {
        flex: 1 1 auto;
        text-align: center;
    }
    .nav-tabs li .nav-link {
        padding: 10px 0;
        width: 100%;
    }
    .projcts_slider .owl-nav > button {
        top: -130px;
    }
    .txt-project {
        width: 80%;
        background-color: rgba(255, 255, 255, 0.3);
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0);
        backdrop-filter: opacity(0)!important;
        right: 30px;
    }
    .cont-project {
        height: 100%;
    }
    .section_numbers_grow {
        padding: 60px 0 0;
    }
    .item-feat {
        margin-bottom: 0;
        padding: 10px 20px;
    }
    .section_services_features {
        padding: 40px 0;
    }
    .sec_head {
        margin-bottom: 10px;
    }
    .section_projcts .sec_head {
        margin-bottom: 40px;
    }
    .list-serv {
        margin: 20px;
    }
    .list-serv:before {
        right: -20px
    }
    .content-book-now:before {
        width: 80px;
    }
    .section_contact .row {
        align-items: center;
    }
    .content-book-now {
        margin-bottom: 40px;
    }
    .list-ft {
        margin: 20px 0;
    }
    .copyRight {
        font-size: 13px;
        text-align: center;
    }
    .list-about {
        width: 100%;
    }
    .page-about:before {
        opacity: .1;
    }
    .item-about figure {
        width: 100%;
        height: 180px;
    }
    .item-about {
        display:block;
    }
    .item-about .txt-about {
        width:100%;
        padding: 10px;
        margin:0;
    }
    .note-about:before {
        right:0;
    }
    .note-about {
        padding: 30px 70px 30px 20px;
    }
    .content-book-now .sec_head h2 {
        font-size:20px;
    }
    .list-header li {
        margin: 0 0 10px
    }
    .section-itr .flex50 {
        display:block;
    }
    .section-itr .flex50 .form-group {
        margin-left: 0;
        width: 100%;
        margin-bottom:15px;
    }
    .log-int {
        text-align: center;
        display: none;
    }
    .flx-hd .txt-itr {
        text-align:center;
        width:100%;
    }
    .da-prog {
        text-align:center;
    }
    .st-pj, .pg-bt, .ph-proj {
        justify-content: center;
    }
    .section-podcast {
        padding: 0 0 130px;
    }
    .form-main-tenance .ds-flex .form-group,
    .apartment-project .ds-flex .form-group {
        width: 100%;
    }
    .list-contact li a {
        width: 100%;
        justify-content: space-between;
    }
    .list-check li {
        margin-bottom: 15px;
    }
    .section_features {
        padding-top: 30px;
    }
    .content-features {
        padding: 40px;
    }
    #partners-slider .owl-nav > button {
        width: 50px;
    }
    
}
@media screen and (max-width: 767px) {
    .hamburger{
		display: block;
	}
    .main_menu, .contact-header {
        display: none;
    }
    
    
}
@media screen and (max-width: 500px) {
	
}