html {
    font-size: 100%;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    touch-action: manipulation;
}
body {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    overflow-x: hidden;
    color: #333;
    height: 100%
}
.main-area-wrapper {
    height: 100vh;
    overflow: hidden;
    background: url('../img/banner.png');
    background-position: center center;
    background-size: contain;
}
.main-area {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 0 20px;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.all-content{
    width: 100%;
    text-align: center;
}
#text {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    width: auto;
    display: inline-block;
    background: #ff7200;
    padding: 10px 25px;
    border-radius: 10px;
}
.all-content img{
    width: 250px;
    margin-bottom: 30px;
}
.banr-text h2{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 51px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #fff;
}