/* layout.css */
html,body{min-height:640px;}
html,body{height:100%;}
html{scroll-behavior:smooth;}
img{max-width:100%}
.cursor-pointer{cursor:pointer;}
.main-container-layout{min-height:calc(100vh - 72px - 249px);}
.bg-ez{background:#001f3f;}
.text-ez{color:#001f3f;}
.color-ez{color:#001f3f;}
.bg-ez a{color:#fff;}
.bg-ez a:hover{color:#fff;}
.bg-light-contrast{background:#eaeaea url(/images/bg-light-contrast.jpg) center top no-repeat;background-size:cover;background-position:fixed;}
.navbar-toggler{background-color:rgba(255,255,255,0.2) !important;color:#fff;cursor:pointer;}
.nav-item:hover{color:#f8f9fa;background-color:rgba(255,255,255,0.1);}
.dropdown-menu{border:0px;box-shadow:0px 0px 0px 0px;}
.bg-ez .dropdown-menu{background:#334c65;border-top-left-radius:0;border-top-right-radius:0;}
.bg-ez .dropdown-menu a:hover{color:#001f3f;}
.display-5{font-size:2.5rem;line-height:1.2;}
.display-6{font-size:2rem;line-height:1.2;}
.display-7{font-size:1.75rem;line-height:1.2;}
.display-8{font-size:1.5rem;line-height:1.2;}
.display-9{font-size:1.25rem;line-height:1.2;}
.display-10{font-size:1rem;line-height:1.2;}
.h1_hp{font-size:6vw;}
.h2_hp{font-size:4vw;}
@media (min-width:992px){/*lg*/
.nav-item .active{background-color:rgba(255,255,255,0.2);}
.nav-item:hover{background-color:rgba(255,255,255,0.2);}
.navbar .nav-item .dropdown-menu{ display:none;}
.navbar .nav-item:hover .nav-link{}
.navbar .nav-item:hover .dropdown-menu{display:block;}
.navbar .nav-item .dropdown-menu{margin-top:0;}
}
.no-underline,.alert a.no-underline{text-decoration:none;}
.badge-md{font-size:1em;}
.badge-lg{font-size:1.2em;}
.badge-xl{font-size:1.3em;}
.badge-xxl{font-size:1.4em;}
ul.dropdown-submenu{list-style-type:circle !important;color:#fff !important;}
.toast-middle-center{top:50%;left:50%;transform:translate(-50%,-50%);position:fixed;}

.hr01{background-color:rgba(255,255,255,0.1);}
.website-url{position:absolute;left:-9999px;top:-9999px;}
.table td,.table th{border-top:none;border-bottom:1px solid #dee2e6;}
#toast-container > .toast{opacity:0.97 !important;}
#toast-container.toast-top-right{top:75px;}
.start-card-placeholder{border:2px dashed #ccc;background:#f9f9f9;border-radius:4px;}

.card-header{background-color:#ecf9ff;}
.card-footer{background-color:#e9e9e9;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;border-top:1px solid rgba(0,0,0,0.06);}
.no-top-radius{border-top-left-radius:0;border-top-right-radius:0;}
.breadcrumb{background-color:transparent;}

.bg-navy-nature{background:url(/images/bg-nature.jpg) 50% 50% no-repeat;background-size:cover;border-top:2px solid rgba(255,255,255,0.05);}
.hpc1{border:1px solid rgba(255,255,255,0.15);background:rgba(255,255,255,0.05) url(/images/sl1.png);}