/* Custom Styles */

:root{
    --main-blue: #005B9F;
}

body:not(.home) div#page{
    padding-top: 100px !important;
}
html #masthead:not(:has(.hfe-active-menu)) {
    height: 105px !important;
}
body:not(:has(.hfe-active-menu)) #page{
    margin-top: -105px;
}
.home-banner-wrap {
    gap: 0 !important;
}
.home-banner-slider-item {
    height: 1000px !important;
}
.home-banner-slider-item-image img{
	height: 1000px !important;
}
.hbs-item-meta-box {
    width: 450px;
        padding: 1rem !important;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 16%;
    transform: translateY(-50%);
    color: #fff;
}
.hbs-item-meta-box-title h2{
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    font-weight: 500;
}
.hbs-item-meta-box p{
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
#hbs-item-746 .hbs-item-meta-box{
    width: auto;
    background-color: rgba(255, 255, 255, 0.5);
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
}
#hbs-item-746 .hbs-item-meta-box h2{
    margin-bottom: 0;
    font-weight: 700;
	    font-size: 70px;
}

.hbs-blue-text{
    color: var(--main-blue) !important;
}
.home-banner-slider-item:nth-child(even) .hbs-item-meta-box{
    right: 150px;
}
.home-banner-slider-item:nth-child(odd) .hbs-item-meta-box{
    left: 150px;
}



