.bg-light {
    background-color: #0365ba !important;
}
.navbar-dark .navbar-toggler{
    border:none;
}
button:focus {
    outline: none;
    outline: none;
}
.banner-container{
    width:100%;
    padding:0;
}
.navbar-dark .navbar-nav .nav-link {
    border-radius: 14px;
    color: white;
    text-align: center;
    /* padding: 10px 0; */
    padding-left: 23px;
    padding-right: 23px;
    width: max-content;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main-heading h4{
    margin-top:30px;
    margin-bottom:30px;
    font-size:32px;
    font-weight:bold;
}
.content-wrapper{
    margin-top:25px;
}
.navbar-dark .navbar-nav .nav-link:hover{
   color: #0365ba !important;
   background:white !important;
}
.navbar-dark .navbar-nav .nav-link.active {
    background: #1a77c7
}
.banner-text {
    width:100%;
    text-align:center;
    font-size: 52px;
    line-height: 43px;
    font-weight: bold !important;
    font-family: "Lato",sans-serif !important;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    padding: 1px 1px 0px 1px;
    text-shadow: 0 0 3px black !important;
    margin: 0px;
    letter-spacing: 3px;
    border-width: 0px;
    border-color: rgb(0,0,0);
    border-style: none;
}
.ad-block .col-md-12.text-left {
    font-weight: 600;
    padding-bottom:1rem;
}
header {
    z-index: 1;
    /*position: fixed;*/
}
.content-body {
    /*position: absolute;*/
}
.banner {
    position:relative;
    /*margin-top: 6.25rem;*/
}
.min-vh-100 {
    min-height: 100vh;
}

.adm {
    font-weight: 700;
}

.brand-img {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.logo-text {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.logo {
    width: 50%;
}

.ad-block .col-md-4 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.ad-block .col-sm-6 {
    padding-left: 0;
    flex: 0 0 29.333333%;
    max-width: 16.333333%;
    padding-right: 0;
}

.card-text:last-child {
    margin-bottom: 0;
    font-size: 13px;
}


.ad-block .row {
    justify-content: center;
}

    .ad-block .row .col-md-4:last-child {
        display: flex;
        align-items: center;
    }

.footer {
    padding: 12px 0;
    width: 100%;
    background: #c4d7e9;
}

    .footer h5 {
        margin: 0;
        color: white;
    }

        .footer h5 a {
            color: #00007c;
        }

.ad-block a span {
    text-decoration: underline;
}

.admission {
    border: 1px solid gainsboro;
    box-shadow: 0px 0px 12px 5px #e8e6e6;
    border-radius: 15px;
}
