@charset "UTF-8";
/*==================
    BANNER START
====================*/
.banner{
    height:  calc(100vh -100px);
    width: 100%;
    position: relative;
}
.banner img{
    width: 100%;
    height: 100%;
}
.theme-center{
    position: absolute;
    text-align: center;
    top:50%;
    left: 40%;

}
.theme-one{
    font-size: 78px;
    color: #36506c;
    font-weight: 300;
}
.theme-two{
    font-size: 34px;
    color: #36506c;
    font-weight: 300;
}
/*==================
    BANNER END
====================*/

