:root {
    --site-primary: #0a8e53;
    --site-primary-dark: #073b2a;
    --site-secondary: #10a8cf;
    --site-accent: #d83218;
    --site-accent-dark: #a92211;
    --site-soft: #effbf4;
    --theme-color: var(--site-primary);
    --theme-color2: var(--site-secondary);
    --theme-color-light: rgba(10, 142, 83, .09);
    --footer-bg: #07131d;
    --footer-bg2: #073b2a;
    --bs-success: var(--site-primary);
    --bs-success-rgb: 10, 142, 83;
}

::selection {
    color: #fff;
    background: var(--site-primary);
}

.school-utility-bar,
.headerkk {
    background: linear-gradient(110deg, #4058bd 0%, #2870a6 45%, #148c86 72%, #078d4a 100%);
}

.school-brand-panel {
    background: #0d25a8;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

    .school-brand-panel:hover,
    .school-brand-panel:focus {
        color: #fff;
        text-decoration: none;
    }

.school-registration-btn,
.theme-btn,
.btn-success {
    color: #fff;
    border-color: var(--site-accent);
    background: linear-gradient(135deg, #ffb52c, #f5960b);
}

    .school-registration-btn:hover,
    .school-registration-btn:focus,
    .theme-btn:hover,
    .btn-success:hover,
    .btn-success:focus {
        color: #fff;
        border-color: var(--site-accent-dark);
        background: var(--site-accent-dark);
    }

.menubar nav > ul > li > a:hover,
.menubar nav > ul > li > a.active-menu,
.home-staff-tab.active,
.home-staff-tab:hover,
.staff-tab.active {
    color: #fff !important;
    background: var(--site-accent) !important;
}

.menubar nav > ul ul {
    border-top-color: var(--site-accent);
    background: var(--site-primary);
}

    .menubar nav > ul ul li a:hover,
    .menubar nav > ul ul li > a.active-menu {
        background: var(--site-primary-dark) !important;
    }

.aboutus-page-bg,
.theading,
.rmain22 {
    background-color: var(--site-primary);
}

.site-title-tagline,
.site-title span,
.bookicnn,
.course-meta-left i,
.course-rating,
.home-staff-arrow,
.biodataaaa {
    color: var(--site-accent);
}

.home-staff-tab,
.staff-tab,
.home-staff-arrow {
    border-color: var(--site-accent);
}

    .home-staff-arrow:hover {
        color: #fff;
        background: var(--site-accent);
    }

.bg-success,
.text-bg-success {
    background-color: var(--site-primary) !important;
}

.text-success {
    color: var(--site-primary) !important;
}

.border-success {
    border-color: var(--site-primary) !important;
}

.footer-area {
    background: linear-gradient(135deg, #07131d 0%, #073b2a 58%, #0a8e53 100%);
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
}

    .footer-logo img {
        width: 80px;
        height: 80px;
        padding: 5px;
        background: #fff;
        border-radius: 50%;
        line-height: 72px;
    }

    .footer-logo:hover,
    .footer-logo:focus {
        color: var(--site-accent);
    }

a:hover {
    color: var(--site-accent-dark);
}

.home-dynamic-content,
.home-dynamic-content p {
    color: inherit;
    font: inherit;
    line-height: inherit;
}

    .home-dynamic-content > :last-child {
        margin-bottom: 0;
    }
.logotextth2 {
    color:#fff;
    font-size:25px;
    margin:0;
    padding:0px;
}
@media (max-width: 1023px) {
    .school-brand-panel {
        background: #0d25a8;
    }
}

/* Logo-matched school header */
.school-utility-bar,
.headerkk {
    height: 42px;
    display: block !important;
    background: linear-gradient(90deg, #07131d 0%, #073b2a 52%, #0a8e53 100%);
    box-shadow: none;
}

.school-utility-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 0 44px;
}

.headrmmul.school-utility-links,
.school-login-links,
.school-social-links {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.headrmmul.school-utility-links {
    justify-content: flex-start;
    flex: 1 1 auto;
    gap: 34px;
    color: #fff;
}

.headrmmul.school-utility-links li {
    padding: 0;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.school-utility-links a,
.headrmmul.school-utility-links a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.school-utility-links .bookicnn,
.bookicnn {
    margin-right: 8px;
    color: #fff;
    font-size: 17px;
}

.school-login-links {
    gap: 0;
}

.school-login-links li + li {
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid rgba(255,255,255,.75);
}

.school-login-links a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.school-social-links {
    gap: 12px;
}

.school-social-links a {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #073b2a;
    background: #fff;
    border-radius: 50%;
    font-size: 13px;
}

.top-menusec {
    height: auto;
    background: transparent;
    box-shadow: none;
}

.top-menusec:before {
    display: none;
}

.school-heading-band {
    min-height: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 20px;
    background: linear-gradient(90deg, #ffffff 0%, #f9fffb 52%, #effbff 100%);
    border-bottom: 3px solid #10a8cf;
}

.school-brand-panel {
    width: auto;
    min-width: 410px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    background: transparent;
    color: #07131d;
}

.school-brand-panel:hover,
.school-brand-panel:focus {
    color: #07131d;
}

.school-brand-panel .logobiggg {
    width: 88px;
    height: 88px;
    object-fit: contain;
}

.school-brand-panel .logotextt {
    margin: 0;
    float: none;
    padding: 0;
}

.school-brand-panel .logotextth1,
.logotextth1 {
    margin: 0 0 5px;
    color: #07131d;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.school-brand-panel .logotexttp,
.logotexttp {
    margin: 0;
    color: #0a8e53;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}

.school-heading-highlights {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heading-feature {
    min-width: 200px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0 28px;
    border-left: 1px solid #cde5df;
}

.heading-feature:first-child {
    border-left: 0;
}

.heading-feature i {
    color: #0a8e53;
    font-size: 38px;
    line-height: 1;
}

.heading-feature:nth-child(2) i {
    color: #10a8cf;
}

.heading-feature:nth-child(3) i {
    color: #d83218;
}

.heading-feature b,
.heading-feature span {
    display: block;
    color: #10203a;
    line-height: 1.35;
}

.heading-feature b {
    font-size: 14px;
    font-weight: 800;
}

.heading-feature span {
    margin-top: 2px;
    font-size: 13px;
}

.school-registration-card {
    min-width: 185px;
    min-height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 18px;
    color: #fff;
    background: linear-gradient(135deg, #d83218 0%, #f46d1f 100%);
    border-radius: 7px;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

.school-registration-card i {
    font-size: 30px;
}

.school-registration-card:hover,
.school-registration-card:focus {
    color: #fff;
    background: linear-gradient(135deg, #0a8e53 0%, #10a8cf 100%);
}

.school-navigation-row {
    min-height: 55px;
    display: flex;
    align-items: stretch;
    background: #07131d;
}

.school-menu-panel {
    width: 100%;
    min-height: 55px;
    padding: 0 44px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #07131d 0%, #082b22 55%, #073b2a 100%);
}

.school-menu-panel .menu-sec,
.school-menu-panel header,
.school-menu-panel .header-wrap,
.school-menu-panel .menubar,
.school-menu-panel .menubar nav {
    width: 100%;
}

.school-menu-panel .menubar {
    display: flex;
    align-items: center;
}

.school-menu-panel .menubar nav > ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
}

.school-menu-panel .menubar nav > ul > li {
    margin: 0;
    padding: 0;
}

.school-menu-panel .menubar nav > ul > li > a,
.menubar nav > ul > li > a {
    min-height: 55px;
    display: inline-flex;
    align-items: center;
    padding: 0 26px;
    color: #fff;
    background: transparent;
    border-radius: 0;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

.school-menu-panel .menubar nav > ul > li > a:hover,
.school-menu-panel .menubar nav > ul > li > a.default,
.school-menu-panel .menubar nav > ul > li > a.active-menu {
    color: #fff !important;
    background: #10a8cf !important;
    box-shadow: none;
}

.school-nav-search {
    margin-left: auto;
    color: #fff;
    font-size: 30px;
    line-height: 1;
}

.school-nav-search:hover,
.school-nav-search:focus {
    color: #f46d1f;
}

/* Full-image dynamic hero: image + text + one button only */
.mces-hero {
    background: #07131d;
}

.mces-hero .carousel-inner,
.mces-hero .item {
    height: 635px;
}

.mces-hero-slide {
    background-size: cover;
    background-position: center right;
}

.mces-hero-mobile-frame {
    display: none;
}

.mces-hero-overlay {
    background: linear-gradient(90deg, rgba(7,19,29,.9) 0%, rgba(7,59,42,.72) 32%, rgba(10,142,83,.2) 68%, rgba(16,168,207,.04) 100%);
}

.mces-hero-left,
.mces-hero-separator {
    display: none !important;
}

.mces-hero-copy,
.mces-hero-copy-wide {
    left: 7.2%;
    top: 47%;
    width: 44%;
    max-width: 620px;
    transform: translateY(-50%);
}

.mces-hero-copy h2 {
    margin: 0;
    color: #fff;
    font-size: 48px;
    line-height: 1.18;
    font-weight: 800;
}

.mces-hero-rule {
    width: 66px;
    height: 4px;
    margin: 22px 0;
    border-radius: 4px;
    background: #10a8cf;
}

.mces-hero-description,
.mces-hero-description p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.55;
    text-shadow: 0 2px 5px rgba(0,0,0,.35);
}

.mces-hero-actions {
    margin-top: 26px;
}

.mces-hero-btn {
    min-height: 55px;
    padding: 0 28px;
    border: 0;
    border-radius: 6px;
    background: #f46d1f;
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
}

.mces-hero-btn.primary {
    background: linear-gradient(135deg, #d83218 0%, #f46d1f 100%);
    color: #fff !important;
}

.mces-hero-control.carousel-control {
    width: 53px;
    height: 53px;
    border: 2px solid rgba(255,255,255,.35);
    background: rgba(5,21,39,.36);
}

.mces-hero-control i {
    font-size: 31px;
    line-height: 49px;
}

@media (max-width: 1199px) {
    .school-utility-inner,
    .school-heading-band,
    .school-menu-panel {
        padding-left: 26px;
        padding-right: 26px;
    }

    .school-heading-band {
        gap: 20px;
    }

    .school-brand-panel {
        min-width: 340px;
    }

    .school-brand-panel .logotextth1 {
        font-size: 28px;
    }

    .heading-feature {
        min-width: 160px;
        padding: 0 16px;
    }

    .school-menu-panel .menubar nav > ul > li > a {
        padding: 0 14px;
        font-size: 13px;
    }
}

@media (max-width: 900px) {
    .school-utility-bar,
    .headerkk {
        height: auto;
    }

    .school-utility-inner {
        min-height: 42px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        padding: 8px 16px;
    }

    .headrmmul.school-utility-links {
        flex: 0 0 100%;
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
    }

    .headrmmul.school-utility-links li,
    .headrmmul.school-utility-links a,
    .school-login-links a {
        font-size: 12px;
    }

    .school-heading-band {
        min-height: auto;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding: 14px 16px 16px;
        gap: 16px;
    }

    .school-brand-panel {
        min-width: 0;
        width: 100%;
        justify-content: center;
    }

    .school-heading-highlights {
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
    }

    .heading-feature {
        min-width: 190px;
        justify-content: center;
        border: 0;
        padding: 8px 10px;
        background: #f6fbf9;
        border-radius: 8px;
    }

    .school-menu-panel {
        min-height: 58px;
    }

    .responsive-header {
        display: block;
    }

    .school-menu-panel header {
        display: none;
    }

    .mces-hero .carousel-inner,
    .mces-hero .item {
        height: auto;
        min-height: 0;
    }

    .mces-hero-slide {
        min-height: 500px;
        padding-bottom: 205px;
        background-image: none !important;
        background-color: #07131d;
    }

    .mces-hero-mobile-frame {
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background: #07131d;
    }

    .mces-hero-mobile-frame img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
        object-position: center;
    }

    .mces-hero-overlay {
        display: none;
    }

    .mces-hero-copy,
    .mces-hero-copy-wide {
        left: 6%;
        right: 6%;
        top: auto;
        bottom: 30px;
        width: auto;
        max-width: none;
        transform: none;
    }

    .mces-hero-copy h2 {
        font-size: 31px;
        line-height: 1.18;
    }

    .mces-hero-description,
    .mces-hero-description p {
        font-size: 15px;
        line-height: 1.45;
    }

    .mces-hero-actions {
        margin-top: 16px;
    }

    .mces-hero-btn {
        min-height: 46px;
        padding: 0 18px;
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .school-utility-bar,
    .headerkk,
    .school-heading-band {
        display: none !important;
    }

    .school-menu-panel {
        padding: 0;
    }

    .responsive-header {
        min-height: 70px;
        padding: 8px 12px;
        background: linear-gradient(90deg, #07131d 0%, #073b2a 100%);
    }

    .responsive-header .row {
        display: flex;
        align-items: center;
        margin: 0;
    }

    .responsive-header [class*="col-"] {
        float: none;
        padding: 0;
    }

    .responsive-header .col-xs-10 {
        flex: 1 1 auto;
        width: auto;
    }

    .responsive-header .col-xs-2 {
        flex: 0 0 auto;
        width: auto;
        margin-left: auto;
    }

    .logof {
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        float: none;
    }

    .mobile-brand-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        min-width: 0;
        color: #fff !important;
        text-decoration: none;
    }

    .mobile-brand-link img {
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
        object-fit: contain;
        border-radius: 50%;
        background: #fff;
    }

    .mobile-brand-link span {
        display: block;
        max-width: calc(100vw - 120px);
        overflow: hidden;
        color: #fff;
        font-size: 17px;
        line-height: 1.15;
        font-weight: 800;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-transform: uppercase;
    }

    .responsive-logobar {
        width: auto;
        margin: 0;
        float: none;
    }

    .responsive-logobar .menu-button {
        width: 48px;
        height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border: 1px solid rgba(255,255,255,.45);
        border-radius: 6px;
        font-size: 25px;
    }

    .responsive-menu-bg .menu-logo img {
        width: 54px;
        height: 54px;
        object-fit: contain;
        background: #fff;
        border-radius: 50%;
    }

    .school-brand-panel {
        gap: 13px;
    }

    .school-brand-panel .logobiggg {
        width: 74px;
        height: 74px;
    }

    .school-brand-panel .logotextth1 {
        font-size: 22px;
        text-align: left;
    }

    .school-brand-panel .logotexttp {
        font-size: 13px;
        text-align: left;
    }

    .mces-hero .carousel-inner,
    .mces-hero .item {
        height: auto;
    }

    .mces-hero-slide {
        min-height: 430px;
        padding-bottom: 185px;
    }

    .mces-hero-mobile-frame {
        height: 245px;
    }

    .mces-hero-copy h2 {
        font-size: 25px;
    }

    .mces-hero-rule {
        width: 48px;
        margin: 14px 0;
    }

    .mces-hero-description,
    .mces-hero-description p {
        font-size: 14px;
    }
}

/* Home leadership messages */
.leadership-message {
    margin: 0;
    padding: 0 15px;
    background: #062958;
    border: 0;
}

    .leadership-message .container {
        position: relative;
        max-width: 1320px;
        padding: 34px 38px;
        overflow: hidden;
        background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(241,246,252,.98));
        border-right: 1px solid #0b315f;
        border-left: 1px solid #0b315f;
        border-bottom: 3px solid #0b315f;
    }

    .leadership-message .row {
        display: grid;
        grid-template-columns: 285px minmax(0, 1fr);
        grid-auto-flow: row;
        gap: 0 36px;
        margin: 0;
    }

        .leadership-message .row > [class*="col-"] {
            width: auto;
            padding: 0;
            float: none;
        }

        .leadership-message .row > .col-lg-3 {
            grid-column: 1;
            grid-row: 1 / span 2;
            align-self: start;
        }

        .leadership-message .row > .col-lg-9,
        .leadership-message .row > .col-lg-12 {
            grid-column: 2;
        }

    .leadership-message .princbox2 {
        overflow: hidden;
        background: #fff;
        border: 2px solid var(--site-accent);
        border-radius: 34px;
        box-shadow: 0 12px 28px rgba(5,35,76,.12);
    }

    .leadership-message .princialimg {
        width: 100%;
        height: 285px;
        padding: 0;
        object-fit: cover;
        object-position: top center;
        border: 0;
        border-radius: 30px 30px 0 0;
    }

    .leadership-message .prinamep.princoll {
        min-height: 86px;
        margin: 0;
        padding: 16px 10px 12px;
        display: block;
        color: #fff;
        font-size: 23px;
        line-height: 28px;
        background: linear-gradient(135deg, #073669, #021f4d);
    }

    .leadership-message .princoll .princ22 {
        color: var(--site-accent);
        font-size: 17px;
    }

    .leadership-message .headingph1 {
        position: relative;
        min-height: 55px;
        margin: 0 0 20px;
        padding: 4px 0 13px 72px;
        color: #072d5d;
        font-size: 29px;
        line-height: 38px;
        text-transform: uppercase;
        border: 0;
    }

        .leadership-message .headingph1:after {
            content: "";
            position: absolute;
            left: 72px;
            bottom: 4px;
            width: min(430px, calc(100% - 72px));
            height: 2px;
            background: var(--site-accent);
        }

        .leadership-message .headingph1:before {
            content: "";
            position: absolute;
            left: min(499px, calc(100% - 4px));
            bottom: 1px;
            width: 8px;
            height: 8px;
            background: var(--site-accent);
            border-radius: 50%;
        }

.leadership-title-icon {
    position: absolute;
    left: 0;
    top: -3px;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 23px;
    background: linear-gradient(135deg, #0a477c, #021e4c);
    border-radius: 50%;
}

.leadership-message .MsoNormal {
    margin: 0 0 13px;
    color: #092b56;
    font-size: 15px;
    line-height: 1.48;
    text-align: left;
    float:left;
    width:100%;
}

    .leadership-message .MsoNormal br {
        display: block;
        content: "";
        margin-top: 10px;
    }

.leadership-message .prinamep22 {
    width: auto;
    min-width: 150px;
    margin: 6px 0 0 auto;
    float: none;
    color: #062958;
    font-size: 17px;
    line-height: 22px;
    text-align: justify;
    float:left;
    width:100%;
}

    .leadership-message .prinamep22 .princ22 {
        color: #062958;
        font-size: 14px;
    }

@media (max-width: 991px) {
    .leadership-message .container {
        padding: 28px 24px;
    }

    .leadership-message .row {
        grid-template-columns: 235px minmax(0, 1fr);
        gap: 0 25px;
    }

    .leadership-message .princialimg {
        height: 245px;
    }

    .leadership-message .headingph1 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .leadership-message {
        padding: 0 8px;
    }

        .leadership-message .container {
            padding: 28px 18px;
        }

        .leadership-message .row {
            display: block;
        }

        .leadership-message .princbox2 {
            max-width: auto;
            margin: 0 auto 28px;
        }

        .leadership-message .headingph1 {
            min-height: 48px;
            padding-left: 58px;
            font-size: 21px;
            line-height: 30px;
        }

    .leadership-title-icon {
        width: 44px;
        height: 44px;
        font-size: 19px;
    }

    .leadership-message .headingph1:after {
        left: 58px;
        width: calc(100% - 58px);
    }

    .leadership-message .headingph1:before {
        left: auto;
        right: 0;
    }

    .leadership-message .MsoNormal {
        font-size: 14px;
        line-height: 1.55;
    }
}
