@charset "utf-8";
.nav-item .nav-link,.inner-title-s,.global-location ul,.contact_page{
    font-family: 'Lexend Deca',sans-serif;
}
.banner-text h2 {
    font-size: 25px;
    letter-spacing: 0;
    font-family: 'Lexend Deca', sans-serif;
}
.text-style {
    letter-spacing: 0;font-family: 'Lexend Deca',sans-serif;
}
.newstitle {
    max-width: initial;
    display: table;
}
.social-slogan h4 {
    letter-spacing: 0;
}
@media (max-width: 991px){
    .banner-text h2 {
        font-size: 20px;
    }
}
@media (max-width: 768px){
    .banner-text h2 {
        font-size: 18px;
    }
    
    .banner-text {
        bottom: -70px;
    }
    .index-about {
        padding-top: 85px;
    }
    .social-slogan h4 {
        font-size: 16px;
    }
}
@media (max-width: 640px){
    .banner-text h2 {
        font-size: 16px;
    }
    .social-slogant {
        font-size: 17px;
    }
}
@media (max-width: 480px){
    .banner-text {
        bottom: -40px;
    }
    .index-about {
        padding-top: 60px;
    }
}