@font-face {
    font-family: OpenSans-Light;
    src: url("/fonts/OpenSans-Light.ttf") format('truetype');
}

@font-face {
    font-family: OpenSans-Regular;
    src: url("/fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: OpenSans-Medium;
    src: url("/fonts/OpenSans-Medium.ttf") format("truetype");
}

@font-face {
    font-family: OpenSans-SemiBold;
    src: url("/fonts/OpenSans-SemiBold.ttf") format("truetype");
}

:root {
    --main-brown: #7D281B;
}

.no-gutters {
    margin: 0 !important;
    padding: 0 !important;
}

h1, h2, h3, h4, h5, span, a, i, p {
    margin-bottom: unset;
    margin-top: unset;
}

body {
    font-family: OpenSans-Regular;
    font-size: 16px;
}

h1 {
}

h2 {
    font-size: 2.25rem !important;
}

h6 {
    font-size: 20px;
}

h1, h2 {
    font-family: OpenSans-SemiBold !important;
    line-height: 1.2;
    letter-spacing: 1px;
}

.button-login {
    margin: 10px auto;
    display: block;
    width: 100px;
    border-radius: 8px;
    border: 1px solid grey;
}

a {
    font-family: OpenSans-SemiBold !important;
    text-decoration-thickness: 1px;
    color: #0a98ac
}

.textLight {
    font-family: OpenSans-Light !important;
    letter-spacing: 0px;
}

.whoWeAreBackground {
    position: relative;
    overflow: hidden;
}

.btn-primary {
    /*background-color: #C6C6C6 !important;*/
    background-color: #9ccdcb !important;
    border: #C6C6C6 !important;
    position: relative;
    /*background: rgb(5,129,147);
    background: linear-gradient(90deg, #7D281B, #7D561B 100%);*/
    z-index: 1;
}

    .btn-primary::before {
        border-radius: 5px;
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear;
        opacity: 0;
    }

    .btn-primary:hover::before {
        opacity: 1;
        background: linear-gradient(90deg, #7D231c, #7D161c 80%);
    }


.block-gradient {
    background: #D1A761;
}

.block-gradient-footer {
    background-color:black;
}

.responsive-image {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 6 / 4;
}

.whoWeAreBackgroundChild:before {
    background-size: 100%;
    background-position-x: 20vw;
    background-position-y: 0;
    background-repeat: repeat-y;
    opacity: 0.2;
    content: '';
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


@media(max-width: 700px) {
    .whoWeAreBackgroundChild:before {
        background-position-x: 10%;
        background-position-y: 15%;
    }
}

.title-header {
    color: #7D281B;
}

.terms-title-header {
    color: #000000;
    text-decoration: underline;
    text-decoration-color: #9ccdbc;
}


.nav-header {
    text-transform: uppercase;
}

.page-heade-main {
    min-height: 75vh;
    background-size: cover;
    background-image: url('/img/BSOM_Header.jpg');
    background-position: center;
    filter: grayscale(1);
}

.page-header {
    min-height: 370px;
    background-size: cover;
    background-image: url('/img/BSOM_Header.jpg');
    background-position: center;
    filter: grayscale(1);
}

.page-header-tutor {
    min-height: 370px;
    background-size: cover;
    background-image: url('/img/tutor-banner.jpg');
    background-position: center;
    filter: grayscale(1);
}

.page-header-members {
    min-height: 370px;
    background-size: cover;
    background-image: url('/img/BSOM_Header.jpg');
    background-position: center;
    filter: grayscale(1);
}

.page-header-enrolment {
    min-height: 370px;
    background-size: cover;
    background-image: url('/img/enrolment_page_banner.jpg');
    background-position:center;
    filter:grayscale(1);
}

.page-header-privacy {
    min-height: 370px;
    background-size: cover;
    background-image: url('/img/privacy-banner.jpg');
    background-position: center;
    filter: grayscale(1);
}

.page-header-overlay {
    max-height: 150px;
    background-color: rgb(000, 000, 00, .8);
    z-index: 2;
    height: 100%;
}

.home-overlay {
    min-height: 40%;
    background-color: rgb(000, 000, 00, .8);
    z-index: 2;
    padding: 2rem 0;
}

.text-main-color {
    color: #7D281B;
    text-shadow: 3px 2px 3px #F7F7F7;
}

.web-designed {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    font-family: OpenSans-Light !important;
}

    .web-designed p {
        font-size: 14px !important;
        font-weight: 400;
    }

    .web-designed a {
        font-size: 14px !important;
        font-family: OpenSans-Light !important;
        color: inherit;
        text-decoration: none;
    }

.text-brown {
    color: #7D281B;
}

.text-blue {
    color: #9ccdcb;
}

.validator-msg {
    color: darkred;
}

footer {
    border-top: 1px solid #9ccdcb;
}

.footer-logo {
    margin-top: 20px;
}

.content-box {
    max-width: 1400px;
    margin: auto;
}

    .content-box h2 {
        margin: 60px 0;
    }

.tutors {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.teacher {
    background-color: rgba(207, 207, 207, 0.15);
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
}

    .teacher h4 {
        color: var(--main-brown);
        font-size: 1.2rem;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    .teacher ul {
        margin-top: 10px;
    }

        .teacher ul li {
            list-style: none;
            display: flex;
            align-items: baseline;
            gap: 9px;
            font-weight: 500;
        }

            .teacher ul li::before {
                content: "\1D11E";
                font-size: 20px;
                display: flex;
                color: black;
                font-weight: 500;
            }

.teacher-img {
    max-width: 300px;
    object-fit: contain;
    max-height: 300px;
    filter:grayscale(1);
}

.tutors:last-child {
    margin-bottom: 40px;
}

.text-capitalize {
    text-transform: capitalize;
}

.google-policy p {
    color: #fff;
}

    .google-policy p a {
        /*color:#000; */
        color: #9ccdcb;
    }

.bg-light-custom {
    background-color: rgba(156, 205, 188, 0.21) !important;
}

@media(max-width: 1450px) {
    .content-box {
        max-width: 1300px;
    }
}

@media(max-width: 1350px) {
    .content-box {
        max-width: 1200px;
    }
}

@media(max-width: 1250px) {
    .content-box {
        max-width: 1100px;
    }
}

@media(max-width: 1150px) {
    .content-box {
        max-width: 1000px;
    }

    .tutors {
        gap: 30px;
    }
}

@media(max-width: 1050px) {
    .content-box {
        max-width: 900px;
    }
}

@media(max-width: 921px) {
    .content-box {
        margin: 20px;
    }

    .tutors {
        grid-template-columns: 1fr;
    }

    .teacher ul li {
        padding: 5px 0;
    }
}

@media(max-width: 991px) {
}

.mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background-color: #fff;
    height: 100vh;
    width: 75%;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

    .mobile-menu a {
        display: block;
    }

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.on-top {
    z-index: 9;
}

body > div:last-of-type {
    display: none;
}
.get-in-touch{
    background-color:black;
}