


@media only screen and (min-width:320px)and (max-width:768px) {
    .container-home .container .home-content .hero-cont img {
        width: 94vw;
    }

    .offcanvas {
        width: 65vw !important;
    }
    
.services {
    height:1000px;
}
    /* contact footer */
    .contact-container {}
 .contact-container{
        flex-wrap: wrap-reverse;
        margin-top: 200px;
    }
    .contact-container .contact {
        width: 100vw;

    }

    .contact-container .image {
        width: 100vw;
        display: inline-block;

    }

    footer {
        margin-top: -17px;
    }
}

@media only screen and (min-width:768px)and (max-width:1024px) {
    .cont-fluid .image {
        width: 50%;
    }

    
     .contact-container{
        display: flex;
    }
    .services{
        max-height: 500px !important;
    }
    .services .container{
        height: 500px !important;
    }
   
}