/*
start Header
*/
@media (max-width:770px){
    .nav{
        direction: rtl;
    }
    .header .buttons{
        padding: 0;
    }
    .header .buttons button{
        display: none;
    }
    .logo{
        width: 150px;
    }
    .col-8{
        width: 61.666667%;
    }
    .shape-3{
        display: none;
    }
    .section-title{
        width: 100%;
    }
    .main .content p{
        display: none;
    }
    .shape-3{
        display: none;
    }
    .shape-6{
        display: none;
    }
}


/*
start MAIN Banner
*/
@media (max-width:770px){
    .main .ml-banner-image{
        display: none !important;
    }
    .main .ml-main-pic{
        display: block;
    }
    .main{
        margin-top: 50px;
        margin-bottom: 0;
    }
    .main .content{
        margin-bottom: 50px;
        text-align: center;
    }
    .main .content p{
        visibility: visible;
    }
}

/*
start About US
*/
@media(max-width:770px){
    .about-us .about-content{
        margin: 0 !important;
    }
}
@media (min-width: 992px){
.about-us .col-lg-6 {
    flex: 0 0 auto;
    width: 44%;
}
}

/*
start services 
*/

@media (max-width:770px){
    .services-area .card .card-body{
        margin-top: 0px;
    }
    .services-area .card .card-img{
        width:100%;
    }
    .our-recent-story .section-title{
        width: 100%;
    }
    .services-content{
        width: 100%;
    }
    
}

/*
start projects area 
*/

@media (max-width:770px){
    .projects-area .section-title {
        margin: 80px auto !important;
        text-align: center;
        width: 100%;
    }
    .projects-area .section-title .bar{
        margin: 30px auto;
    }
}

/*
Contact us 
*/

@media (max-width:770px){
    .contact-us button {
        font-size: 18px;
    }
    .contact-us h2{
        font-size: 25px;
    }
}
@media (max-width: 770px){
.nav{
    width: 55%;
}
}