@media (max-width: 1200px){
     .navbar-nav{
        padding: 40px 0px;
     }
    header nav{
        justify-content: center;
        text-align: center;
    }
    header ul li{
        line-height: 2.9;
    }
    .aboutwrapper{
        justify-content: center;
        text-align: center;
    }
    .aboutwrapper .inneritem2{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

    min-height: 550px;
    padding: 25px 20px;
    border-radius: 10px;
}
.aboutwrapper .inneritem{
    min-height: 550px;
width: auto;
    border-radius: 10px;
}
.afterbefor .btn{
    margin-bottom: 10px;
}

}
@media (max-width: 1400px){
    .banner_wrapper .bannertext{
        padding: 0px;
    }
    header{
        background-color: rgba(0,0,0,0.9);
    }
}