header.sbup-header ul.navbar-nav {
    flex-direction: row;
    justify-content: end
}

.sbup-header.stickys ul.navbar-nav {
    flex-direction: row;
    justify-content: space-between
}

.sbup-header .logo img {
    transition: all 0.4s ease-in-out;
    max-height: 70px
}

header.sbup-header .bottom-menu a.nav-link {
    font-size: 16px;
    color: #fff;
    font-weight: 500 !important;
    padding: 4px
}

header.sbup-header .top-menu a.nav-link {
    font-size: 12px;
    color: #fff;
    padding: 0 17px 7px 0;
    font-weight: normal !important
}

.btn.white-btn {
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    color: #4a4a4a;
    border: 1px solid #fff
}

.btn.white-btn:hover {
    background-color: #fff0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff
}

.btn.white-btn:hover svg path {
    fill: #fff
}

.header-bg-img {
    z-index: -1
}

.header-canvas-body h6 {
    color: #306ac6
}

.header-canvas-body {
    height: 100%;
    overflow-x: scroll
}

.header-canvas-body li {
    padding-bottom: 5px !important
}

.header-canvas-body li a {
    font-size: 14px;
    color: #000;
    line-height: 24px
}

.header-canvas-body li a:hover {
    color: #fbbf24
}

.header-canvas-body::-webkit-scrollbar {
    width: 4px;
    height: 10px
}

.header-canvas-body::-webkit-scrollbar-track {
    background: #f5f5f5
}

.header-canvas-body::-webkit-scrollbar-thumb {
    background-color: #306ac6;
    border-radius: 4px
}

.header-canvas-body::-webkit-scrollbar-thumb:hover {
    background-color: #306ac6
}

.header-canvas-body::-webkit-scrollbar-button:single-button {
    display: none;
    width: 0;
    height: 0;
    background: #fff0
}

.header-canvas-body button.btn-close {
    background: #4c4c4c !important;
    opacity: 1;
    border-radius: 25rem
}

.header-canvas-body button.btn-close i {
    color: #fff
}

.button-close-wrapper {
    right: 105px
}

.sbup-header.stickys .custom-nav {
    display: block !important
}

.sbup-header {
    background: #fff0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    box-shadow: rgb(17 12 46 / .15) 0 48px 100px 0
}

.sbup-header.not-sticky {
    box-shadow: none
}

.sbup-header .top-header-wrapper {
    background: #fff0;
    transition: background 0.4s ease-in-out
}

.sbup-header.stickys .top-header-wrapper {
    background: linear-gradient(255.22deg, #46187b .54%, #001e94 54.41%)
}

.logo-sticky-hidden {
    display: none !important
}

.stickys #logo-default,
.stickys #logo-mobile {
    display: none !important
}

.stickys #logo-sticky {
    display: block !important
}

.sbup-header.stickys.inner-header .header-shape {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    background: #fff
}

.sbup-header .header-shape {
    clip-path: polygon(0 0, 100% 0, 88% 99%, 0% 100%)
}

.sbup-header.stickys .header-shape {
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
    background: #fff
}

.inner-page {
    background: #fff0;
    transition: background 0.4s ease-in-out
}

.inner-page.stickys {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.inner-page.bg-blue {
    background: linear-gradient(255.22deg, #46187b .54%, #001e94 54.41%)
}

.custom-nav {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
    display: block
}

.sbup-header.stickys .custom-nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.search-container {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / .1);
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 999
}

.search-container.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) scale(1)
}

.search-input {
    border: none;
    outline: none;
    padding: 6px 10px;
    width: 200px
}

.search-close {
    background: #fff0;
    border: none;
    cursor: pointer
}

.sbup-header.inner-page {
    background: #fff0
}

header .nav-item {
    margin: 0 5px
}

.step-first-menu>li:hover .step-second-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0)
}

.step-second-menu {
    top: 76px
}

.st-academics {
    width: 550px
}

.step-second-menu.single-col {
    width: 260px
}

.step-second-menu {
    position: absolute;
    z-index: 2;
    background: linear-gradient(255.22deg, #46187b .54%, #001e94 54.41%);
    padding: 0 20px 20px 10px;
    box-shadow: 0 5px 10px rgb(0 0 0 / .2);
    transition: 0.4s;
    transform: rotateX(90deg);
    transform-origin: top center;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 2px solid #001E94
}

.nav-item.dd-menu-lg>a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    position: relative;
    top: -1px
}

.nav-item.dd-menu-lg>a:hover::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fbbf24
}

.nav-item.dd-menu-lg>a.active::after {
    color: #fbbf24
}

header.sbup-header a.nav-link:hover {
    color: #fbbf24 !important
}

header.sbup-header .navbar-nav .nav-item a.nav-link.active {
    color: #fbbf24
}

.navbar-nav>:hover {
    opacity: 1
}

.dd-menu-lg a {
    position: relative
}

header .nav-link.active {
    color: #fbbf24 !important;
    font-weight: 700
}

.step-second-menu a.active {
    color: #fbbf24;
    text-decoration: underline !important
}

.inner-page .custom-nav {
    opacity: 1 !important;
    transform: translateY(0)
}

header.sbup-header.inner-page ul.navbar-nav {
    flex-direction: row;
    justify-content: end;
    justify-content: space-between;
    align-items: center
}

.step-second-menu li a {
    color: #fff;
    font-size: 14px !important;
    font-weight: 500
}

.step-second-menu li {
    border-bottom: 0 solid #e9e9e9;
    padding-bottom: 1px;
    padding-top: 10px;
    line-height: 28px
}

.step-second-menu li a:hover {
    color: #fbbf24;
    text-decoration: underline !important
}

.step-second-menu .list-unstyled {
    line-height: 38px
}

.step-second-menu .col-lg-6 {
    padding: 10px
}

.bottom-black-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, rgb(0 0 0 / .7), transparent);
    pointer-events: none;
    z-index: 1
}

.header-bg-img {
    z-index: -1;
    height: 100% !important
}

.inner-page .top-menu .step-second-menu {
    top: 63px
}

.breadcumb-title .banner-text.with-image.lh-lg h1 {
    font-size: 30px !important;
    font-weight: 600
}

.bottom-menu .step-second-menu {
    top: 173px
}

.header .top-menu .step-second-menu {
    top: 63px
}

.inner-page .step-second-menu {
    top: 173px
}

.header-canvas-body li {
    list-style: none;
    color: #000 !important
}

.top-menu .nav-item {
    margin: 0 6px !important
}

.bottom-menu {
    z-index: 1;
    margin-top: 10px !important
}

.top-menu {
    z-index: 2
}

.inner-header {
    background-color: #fff
}

header.sbup-header.inner-header .bottom-menu a.nav-link {
    color: #000
}

header.sbup-header.inner-header .top-menu a.nav-link {
    color: #000
}

header.sbup-header .bottom-menu .step-second-menu {
    top: 46px
}

header.sbup-header .top-menu .step-second-menu {
    top: 33px
}

header.sbup-header.inner-header .nav-item.dd-menu-lg>a::after {
    color: #000
}

header.sbup-header.inner-header .nav-item a.nav-link.active {
    color: #fbbf24
}

header.sbup-header .nav-item.dd-menu-lg>a.active::after {
    color: #fbbf24
}

.sbup-header.inner-pages .top-menu .step-second-menu.single-col {
    top: 57px
}

.sbup-header.inner-pages .bottom-menu .step-second-menu {
    top: 113px
}

.sbup-header.inner-pages.not-sticky {
    background: linear-gradient(255.22deg, #46187b .54%, #001e94 54.41%)
}

.sbup-header.inner-pages .header-shape {
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
    background: #fff
}

html,
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff0;
    transition: all 0.3s ease;
    z-index: 999
}

.header.stickys {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / .85);
    box-shadow: 0 4px 6px rgb(0 0 0 / .1)
}

.header.not-sticky {
    background-color: #fff0
}
