.banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

.banner .header{
    width: 100vw;
    padding: 1em 0;
}

.w3layouts-banner-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    margin-top: 0;
}

.navbar-default{
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.navbar-default .navbar-nav > li > a{
    padding: 1.5em 0.5em;
    font-size: 0.8em;
}


@media screen and (max-width: 1440px){
    .banner_des{
        font-size: 3rem !important;
    }
}

@media screen and (max-width: 1024px){
    .banner_des{
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 768px){
    .navbar-default .navbar-nav > li > a{
        padding: 1.5em 0.5em;
    }
    .navbar-default{
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }
}

@media screen and (max-width: 736px){
    .banner_des{
        font-size: 1.2rem !important;
    }
    .w3ls-about-grids,.agileits-services-grids{
        margin: 2em 0 0 0;
    }
    .welcome, .about, .services, .blog, .news, .feedback, .wthree-subscribe, .contact{
        margin: 1em 0 0 0;
        padding: 0;
    }
    .phone_footer,.email_footer{
        width: fit-content !important;
    }
}
