.container.sub_heading h1 {
    margin-bottom: 3% !important;
    color: #fff;
    font-size: 50px;
    font-family: Raleway, sans-serif !important;

}

    .container.sub_heading h1 p {
        margin-bottom: 0 !important;
    }

            .container.sub_heading h1 p span.header {
                font-size: 50px !important;
                color: #232930;
            }

#homepageSubheading.container.sub_heading {
    padding: 2% !important;
    width: 30%;
    text-align: left;
    margin-left: 50%;
}

#homepageSubheading.container.sub_heading h1 {
    background: #f0f8ffc9;
    color: #232930;
    padding: 5%;
}

@media (max-width: 375px) and (min-width: 320px) {
    .container.sub_heading h1 p span.header {
        font-size: 30px !important;
    }

    #homepageSubheading.container.sub_heading {
        padding: 2% !important;
        width: 100%;
    }
}

@media (max-width: 768px) and (min-width: 375px) {

    .container.sub_heading h1 p span.header {
        font-size: 40px !important;
    }

    #homepageSubheading.container.sub_heading {
        padding: 2% !important;
        width: 90%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .container.sub_heading h1 p span.header {
        font-size: 45px !important;
    }

    #homepageSubheading.container.sub_heading {
        padding: 2% !important;
        width: 80%;
    }
}
.content-header-square-block {
background-image: url("https://trial4.bluegemexplore.com.au/Sites/Files/Images/c909178fb1755cfbb58196e92cdd4c1056b47f5a.jpg ");
background-repeat: no-repeat;
background-size: cover;
height: inherit;
color: #00070f !important;
}
.navigation-clean-button {
    background: #fff !important;
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #00070f !important;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}
.navigation-clean-button.navbar-light .navbar-nav .nav-link {
    color: #00070f !important;
    font-family: Raleway,sans-serif;
}

.footer-basic {
   background-color: #00070f;
}
.content-header-square-block .buttons {
    text-align: left;
}

.content-header-square-block .buttons .btn {
    background: #042c47;
}
.team-grid .item .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7d0202a6;
    transition: opacity 0.15s ease-in;
    opacity: 0;
    padding-top: 40px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
.find-course-header .btn-primary {
    background-color: #d02a2a !important;
    color: #fff;
    outline: none !important;
}