    html,
    * {
        font-family: 'Source Sans Pro', sans-serif;
    }
    
    body {
        padding: 0;
        margin: 0;
        bottom: 0;
        height: 100vh;
        overflow-x: hidden;
        box-sizing: border-box;
        background-color: #FFF;
        width: 100%;
        height: auto;
    }
    
    .flex-center {
        display: flex;
        justify-content: center;
    }
    
    .bg {
        width: 100%;
        height: 100%;
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .videoContent .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: 1000;
        object-fit: cover;
    }
    
    .navbar {
        width: auto;
        height: 10%;
        background-color: #fff;
    }
    
    .logo {
        display: flex;
    }
    
    .btn-primary {
        background-color: #008b8b !important;
    }
    
    .btn {
        border-radius: 45px !important;
        padding: 0.9rem 1.9rem;
        width: 160px;
    }
    
    .nav-item {
        margin: 2%;
    }
    
    ul.nav {
        width: 100%;
    }
    
    .justified {
        justify-content: center;
    }
    
    .show {
        display: block;
    }
    
    .hide {
        display: none;
    }
    
    .Aboutcontent {
        text-align: justify;
        color: #373737;
        margin-top: 2%;
        font-size: 18px;
        line-height: 1.6
    }
    
    #applyNowBtn {
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        font-size: 16px;
        padding: 12px 24px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
    }
    
    #applyNowBtn :hover {
        background-color: #b5cb4c;
    }
    
    #openingTitle {
        letter-spacing: 3px;
        color: #373737;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase
    }
    
    .AboutImage {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }