@font-face {
    font-family: "BrandonText-Bold";
    src: url("../fonts/websites/Brandon_bld.otf");
}
@font-face {
    font-family: "BrandonTextW01-Black";
    src: url("../fonts/websites/");
}
@font-face {
    font-family: "BrandonTextW01-Regular";
    src: url("../fonts/websites/Brandon_reg.otf");
}
/*! purgecss start ignore */
.feature-section {
    background: url(../../assets/img/feature-bg.jpg) no-repeat;
    background-size: cover;
}
/*! purgecss end ignore */

/* ------------------------------------------------------------------
Shortcode Content
--------------------------------------------------------------------- */
.page-title-section {
    padding-top: 80px;
    background: url(../../assets/img/page-bg/page-bg-1.jpg) no-repeat center
        center #4795bb;
    background-size: cover;
}


/* --------------------------------------------
 *  Page Title
 *----------------------------------------------- */

/*! purgecss start ignore */
.single-page-title {
    background: url(../img/img-page-title.jpg) no-repeat bottom;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    padding: 40px 0;
    position: relative;
}

.single-page-title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(77, 109, 227, 0.76);
}

.single-page-title h2 {
    display: inline-block;
    font-size: 46px;
    font-weight: 100;
    margin-bottom: 0;
    color: #fff;
    position: relative;
    z-index: 1;
}
/*! purgecss end ignore */


