@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {

    .main-wrapper {
        padding-top: 68px;
    }

    #header {
        position: fixed;
        top: 0;
        height: auto;
    }

    #header .container {
        justify-content: center;
    }

    .main_menu,
    .middle-header {
        display: none;
    }

    .hamburger {
        display: block
    }

    .logo-site img {
        max-width: 160px;
    }

    .main_menu {
        position: absolute;
        width: 100%;
        top: 70px;
        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: #000;
        padding: 10px 0;
    }

    .sec_head {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .home_txt {
        width: 100%;
    }
    
    .home_txt h1 {
        font-size: 35px;
    }
    
    .home_txt p {
        font-size: 21px;
    }

    .section_about {
        padding: 30px 0 100px;
    }

    .txt-about {
        margin-bottom: 20px;
    }

    .big-img img {
        max-width: calc(100% - 20px);
    }

    .abt-img {
        bottom: -100px;
        width: 150px;
        height: 150px;
        right: 0;
        left: auto;
    }

    .rtl-style .abt-img {
        left: 0;
        right: auto;
    }

    .thumb-about .big-img {
        text-align: left;
    }

    .rtl-style .thumb-about .big-img {
        text-align: right;
    }

    .sec_head p {
        width: 100%;
    }
    
    .sec-request {
        width: 100%;
    }

    .section_request_services {
        background-size: cover;
        padding: 60px 0;
    }

    .accordion {
        width: 100%;
    }

    .cont-reviews {
        width: 90%;
    }

    .section_customer_reviews .item:before {
        right: 380px;
        width: 340px;
        height: 310px;
        display: none;
    }

    .rtl-style .section_customer_reviews .item:before {
        right: auto;
        left: 380px;
    }
    
    .section_hero_page:before {
        height: 100%;
    }
    
    .about__page .row {
        flex-direction: column-reverse;
    }
    
    .top-abt {
        width: 290px;
        height: 290px;
    }
    
    .btto-abt {
        width: 180px;
        height: 200px;
        right: 0;
    }
    
    .dta-about {
        margin-bottom: 30px;
    }
    
    .txt-about h2 {
        font-size: 30px;
    }
    
    .about__page {
        padding: 30px 0 150px;
    }
    
    .item-guiding {
        margin-bottom: 50px;
    }
    
    .sec_head_team {
        width: 100%;
    }
    
    .sec_head_team p {
        font-size: 12px;
    }
    
    .row-cover {
        flex-wrap: wrap;
    }
    
    .head-cover {
        width: 100%;
        padding-right: 20px;
        margin-bottom: 30px;
    }
    
    .txt-cover {
        width: 100%;
    }
    
    .governance_page {
        padding: 40px 0 0;
    }

    .dta-governance {
        display: block;
    }
    
    .txt-governance,
    .head-governance {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .thumb-governance {
        position: relative;
    }
    
    .row-governance .d-flex {
        flex-direction: column;
    }
    
    .cont-contact {
        padding: 60px 30px;
    }
    
    .lst-contact {
        padding: 0;
    }
    
    footer .container {
        display: block;
    }

    footer .logo-site {
        text-align: center;
        margin-bottom: 20px;
    }

    footer .opt-st {
        flex-direction: column;
        align-items: flex-start;
    }

    footer .opt-st li {
        margin: 0 0 15px !important
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 500px) {}