@font-face {
    font-family: 'BPG WEB 001 Caps';
    src: url('/_website/css/fonts/bpgCaps/BPGWEB001Caps.eot');
    src: url('/_website/css/fonts/bpgCaps/BPGWEB001Caps.eot?#iefix') format('embedded-opentype'),
        url('/_website/css/fonts/bpgCaps/BPGWEB001Caps.woff2') format('woff2'),
        url('/_website/css/fonts/bpgCaps/BPGWEB001Caps.woff') format('woff'),
        url('/_website/css/fonts/bpgCaps/BPGWEB001Caps.ttf') format('truetype'),
        url('/_website/css/fonts/bpgCaps/BPGWEB001Caps.svg#BPGWEB001Caps') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BPG WEB 001';
    src: url('/_website/css/fonts/bpg/BPGWEB001.eot');
    src: url('/_website/css/fonts/bpg/BPGWEB001.eot?#iefix') format('embedded-opentype'),
        url('/_website/css/fonts/bpg/BPGWEB001.woff2') format('woff2'),
        url('/_website/css/fonts/bpg/BPGWEB001.woff') format('woff'),
        url('/_website/css/fonts/bpg/BPGWEB001.ttf') format('truetype'),
        url('/_website/css/fonts/bpg/BPGWEB001.svg#BPGWEB001') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    font-family: 'BPG WEB 001';
}

#header .header-nav-main nav > ul > li a{
    font-family: 'BPG WEB 001 Caps';
}

#header .header-nav-main nav > ul > li a span{
    font-family: 'BPG WEB 001 Caps';
}

h1, h2, h3{
    font-family: 'BPG WEB 001 Caps';
}

#header .header-logo img{
    width: 150px;
}

.sticky-header-active #header .header-logo img{
    width: unset !important;
    height: 50px !important;
}

.custom-font-secondary{
    font-family: 'BPG WEB 001' !important;
}

#header .header-nav-main nav > ul > li > a{
    padding: 0 15px !important;
}



.owl-carousel-light .owl-item::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.owl-carousel-light .owl-item .container{
    position: relative;
    z-index: 100;
}

.custom-thumb-info-style-1 .custom-thumb-info-icon{
    padding: 0;
    min-height: 200px;
}

.custom-thumb-info-style-1 .custom-thumb-info-icon img{
    object-fit: cover;
    object-position: center;
    height: 200px;
}

@media (max-width: 960px){
    #header .header-top{
        min-height: unset !important;
        height: 50px;
    }

    .custom-svg-btn-style-1.custom-svg-btn-style-1-small{
        padding: 0 20px 0 15px !important;
        line-height: 35px !important;
        min-width: 90px !important;
    }

    .section.section-with-shape-divider{
        background-position: center !important;
    }

    .section.section-with-shape-divider h1{
        font-size: 18px !important;
        line-height: 30px !important;
        margin-bottom: 20px !important;
    }

    .section.section-with-shape-divider .position-relative.p-5{
        padding: 1rem !important;
    }

    #header .header-nav-main nav > ul > li > a{
        padding: 7px 8px !important;
    }

    .owl-item .text-color-light{
        width: 100% !important;
        word-wrap: break-word;
    }
}