/* Critical CSS - above the fold styles */
html,body{height:100%;}
body{font-family:'Padauk',sans-serif;margin:0;line-height:1.2;color:#3d3d3d}
.header-section{position:absolute;top:0;left:0;right:0;padding-top:30px;padding-bottom:30px;z-index:5}
.header-section .navbar-brand img{max-width:160px;height:auto;display:block}
.navbar-toggler{border-radius:40px;padding:10px 22px;font-size:16px}
.banner-about-us{position:relative;z-index:0}
section.banner-sec{background-repeat:no-repeat;background-size:cover;height:60vh;min-height:360px}
section.banner-sec::before{content:'';position:absolute;inset:0;background:rgba(0,0,0,.55)}
.banner-image-text{max-width:520px;padding-bottom:60px;margin:0 auto;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}
.h1-style{font-family:'Playfair Display',serif;font-size:48px;line-height:56px;margin:0}
.h5-style{font-size:20px;margin:0}
.btn{cursor:pointer}
@media (max-width:768px){.header-section{padding-top:18px;padding-bottom:18px}.h1-style{font-size:36px;line-height:44px}.banner-image-text{max-width:320px}}
