.close-icon,
.slide-toggle {
    cursor: pointer
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    transition: .5s;
    background: linear-gradient(#111111d6, #fff0);
    padding: 1rem 0
}

.header-wrapper {
    padding: 0 2%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-wrapper .navbar {
    width: 100%;
    position: static
}

.bundle.mobile-ham-menu,
.mobile-hamb {
    display: none
}

.navbar-menu>ul {
    display: flex
}

.navbar-menu ul li>a {
    font-size: 2.1rem;
    padding: 1.3rem 2rem;
    font-weight: 700;
    color: var(--colorwhite);
    line-height: 2.1rem;
    transition: .3s
}

.admi-bottom a:hover,
.navbar-menu ul li:hover>a {
    color: #fccf14
}

.navbar-menu ul .admission-btn>a {
    background: #fccf14;
    color: #000
}

.navbar-menu ul .admission-btn:hover>a {
    background: #005479
}

.hamberger {
    margin-left: 2.5rem
}

.logo-home {
    position: relative;
    z-index: 9
}

/* .sticky .logo-home img {
    max-width: 40%
} */

.header.sticky {
    background: #313131e6;
    padding: 1rem 0
}

.sticky .navbar-menu ul li>a {
    font-size: 1.8rem;
    padding: 1.3rem 1.5rem
}

.fixed-icon {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 9
}

.fixed-icon a,
.fixed-icon a figure,
.fixed-icon p,
.side-menu {
    position: absolute
}

.fixed-icon a {
    display: flex;
    align-items: center;
    background: #000;
    transition: .2s linear;
    padding: 1rem;
    height: 5rem;
    width: 5rem;
    right: 0;
    overflow: hidden
}

.fixed-icon a:nth-child(2) {
    background: #033c59;
    top: 5rem
}

.fixed-icon a:nth-child(3) {
    background: #005479;
    top: 10rem
}

.fixed-icon a:nth-child(4) {
    background: #f5a302;
    top: 15rem
}

.fixed-icon p {
    transition: .25s;
    opacity: 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    transform: translateX(100%)
}

.fixed-icon p span {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5rem
}

.fixed-icon a:hover p {
    opacity: 1;
    transform: translateX(0);
    padding-left: 4rem
}

.fixed-icon a:hover {
    width: 25rem;
    padding-left: 1rem;
    opacity: .9
}

.fixed-icon a:nth-child(2):hover {
    width: 45rem
}

.admi-bottom-left,
.admi-bottom-right,
.admi-top-left,
.admi-top-right,
.box-menu {
    width: 50%
}

.side-menu {
    overflow-y: auto;
    background-color: #f3f0e8;
    width: 80rem;
    padding: 10rem 4rem 0 8rem;
    top: 0;
    right: -80rem;
    z-index: 9999;
    height: 100vh;
    transition: .3s ease-in-out;
    opacity: 0
}

.side-menu a {
    font-size: 1.6rem;
    padding: .5rem;
    color: #4a4a4a;
    line-height: 1.9rem;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    display: inline-block;
    margin: .2rem 0
}

.side-menu a:hover {
    padding: .5rem 1rem
}

.side-menu h3 a {
    font-size: 1.75rem;
    color: #393939;
    padding: .2rem 0
}

.side-menu.open-slide {
    right: 0;
    opacity: 1
}

.opacity-bg {
    background: #000;
    width: 0;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    transition: .5s;
    z-index: 999;
    height: 100%
}

.open-slide+.opacity-bg {
    opacity: .8;
    width: 100%
}

.close-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    filter: brightness(30%);
    position: absolute;
    right: 3rem;
    top: 4rem
}

.box-menu h4 {
    padding: 0 0 1rem;
    margin: 0 0 1.3rem;
    position: relative;
    transition: .5s
}

.box-menu a h4,
.side-menu h5 {
    margin-bottom: 0
}

.box-menu h4:before {
    background: #000;
    height: .2rem;
    width: 6rem;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: .36
}

.box-menu ul {
    padding: 1rem 0 2rem
}

.side-menu h5 {
    color: #333
}

.megha-menu::-webkit-scrollbar,
.notif-popup::-webkit-scrollbar,
.side-menu::-webkit-scrollbar {
    width: 6px
}

.megha-menu::-webkit-scrollbar-track,
.notif-popup::-webkit-scrollbar-track,
.side-menu::-webkit-scrollbar-track {
    background-color: #ffde00;
    border-radius: 10px
}

.megha-menu::-webkit-scrollbar-thumb,
.notif-popup::-webkit-scrollbar-thumb,
.side-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #000
}

.megha-menu,
.megha-menu:before {
    background: #313131;
    position: absolute;
    left: 0;
    width: 100%
}

.megha-menu {
    padding: 8rem 0 5rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    display: none;
    height: 100vh
}

.megha-menu:before {
    top: -30rem;
    content: '';
    height: 30rem;
    z-index: -1
}

.megha-box {
    width: 27%;
    padding: 0 7rem 0 0
}

.megha-box label {
    font: bold 1.6rem/2rem 'Open Sans', sans-serif;
    color: #f5a302;
    padding: 0 0 1.5rem;
    border-bottom: .1rem solid #ffffff54;
    margin-bottom: 1.5rem;
    display: block
}

.megha-box a {
    font: 1.6rem/2.2rem 'Open Sans', sans-serif;
    color: #fff;
    padding: .7rem 0
}

.megha-box a:hover {
    color: #ffd35c
}

.megha-inn {
    margin-bottom: 3rem
}

.navbar-menu ul .admission-btn:hover .megha-menu,
.navbar-menu ul .drop-menu:hover .megha-menu {
    display: flex;
    animation: .5s submenu
}

.megha-scroll {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 5rem;
    margin-right: .5rem
}

.megha-scroll::-webkit-scrollbar {
    width: 6px
}

.megha-scroll::-webkit-scrollbar-track {
    background-color: #999;
    border-radius: 10px
}

.megha-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffde00
}

.megha-menu.admission {
    height: auto;
    background: #313131;
    padding-right: 10rem
}

.inner-header:after,
.inner-header:before {
    content: "";
    height: 5px;
    position: absolute;
    bottom: -5px
}

.megha-menu.admission:before {
    background: #313131
}

.admission h4,
.inner-header.header_hover .navbar-menu ul li>a {
    color: #fff
}

.admi-right {
    width: 20%
}

.admi-top {
    display: flex;
    padding: 0 0 3rem;
    border-bottom: .1rem solid #cccccc4f
}

.admi-left {
    width: 50%;
    margin-right: 5%
}

.admi-top-left strong {
    color: #ffd35c;
    font-size: 10.5rem;
    font-weight: 800;
    letter-spacing: -5.67px;
    line-height: 10.5rem
}

.admi-top-left a,
.admi-top-right a {
    text-transform: uppercase;
    border-radius: .5rem;
    letter-spacing: 1.6px
}

.admi-top-left p {
    font-size: 2.1rem;
    color: #fff;
    font-weight: 300;
    padding: 1rem 0 3rem
}

.admi-top-left a {
    display: inline-block;
    background: #ffd35c;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    transition: .3s
}

.admi-top-left a:hover {
    background: #005479;
    color: #fff
}

.admi-top-right p {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 4.2rem;
    line-height: 4.8rem;
    font-weight: 300;
    padding: 1rem 0 2rem
}

.admi-top-right span {
    font-style: italic;
    color: #999;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    display: block
}

.admi-top-right a {
    display: inline-block;
    background: #d93e3e;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #fff
}

.admi-top-right a:hover {
    background: #033c59
}

.admi-bottom {
    padding: 3rem 0;
    display: flex
}

.admi-bottom span {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    display: block
}

.admi-bottom a {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 300
}

.navbar-menu .CET-schedule a {
    border-bottom: .1rem solid #cccccc59;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    padding: 1.4rem 2rem
}

.CET-schedule h4 {
    padding: 0 2rem 2rem;
    border-bottom: .1rem solid #cccccc59
}

.CET-schedule ul li:first-child a,
.CET-schedule ul li:nth-child(2) a {
    border-bottom: 0;
    font-weight: 400;
    font-size: 2.4rem
}

.CET-schedule ul li:nth-child(3) a {
    font-weight: 400;
    font-size: 2.4rem
}

.drop-menu-sub:hover .sub-menu {
    visibility: visible;
    opacity: 1
}

.sub-menu {
    background: #333;
    padding: 2rem;
    visibility: hidden;
    transform: translateY(-5rem);
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: .3s;
    border-radius: .3rem;
    z-index: 1
}

.sub-menu a {
    transition: .5s;
    color: #fff;
    font-size: 1.6rem;
    padding: 1rem;
    border-bottom: .1rem dotted #fff3
}

.sub-menu a:last-child {
    border-bottom: 0
}

.sub-menu a:hover {
    color: #fccf14;
    transform: translateX(.5rem);
    border-color: #fccf14
}

.campus-header .sub-menu {
    transform: none
}

header.header.campus-header.sticky li.drop-menu-sub .sub-menu {
    top: 150px
}

.header.inner-header {
    background: #fff
}

.header.inner-header .logo-home a {
    width: 63%
}

.header.inner-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.inner-header:before {
    width: 15%;
    background: #d93e3e;
    left: 0;
    z-index: 9
}

.inner-header:after {
    width: 85%;
    background: #ffd35c;
    right: 0
}

.box-menu ul.singlemenu li a,
.inner-header .navbar-menu ul li>a {
    color: #000
}

.inner-header .hamberger .slide-toggle img {
    filter: brightness(0)
}

.inner-header .navbar-menu ul .admission-btn>a {
    background: #2f3180;
    color: #fff
}

.inner-header.sticky::after,
.inner-header.sticky::before {
    height: .3rem;
    bottom: -.3rem
}

.inner-header.header_hover .hamberger .slide-toggle img {
    filter: unset
}

.box-menu ul.singlemenu {
    padding-bottom: 0
}

header.header.sticky li.drop-menu-sub .sub-menu {
    top: 155px
}

.header.inner-header.sticky .logo-home img {
    max-width: 60%
}

.campus-header.sticky .logo-text {
    font-size: 18px;
    width: 20rem
}

.header.campus-header.sticky .logo-home img {
    max-width: 25%
}

.header.campus-header.sticky {
    padding: 0
}

.img-fit figure {
    height: 100%
}

.img-fit figure img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media (max-width:1649px) {
    .navbar-menu ul li>a {
        font-size: 1.9rem;
        padding: 1.3rem 1rem
    }

    .sticky .navbar-menu ul li>a {
        font-size: 1.7rem;
        padding: 1rem
    }

    .logo-home a img {
        max-width: 70%
    }

    .header.inner-header.sticky {
        padding: 0
    }
}

@media (max-width:1399px) {

    .navbar-menu ul li>a,
    .sticky .navbar-menu ul li>a {
        font-size: 1.5rem;
        padding: 1rem
    }

    .logo-home a img {
        max-width: 60%
    }

    .sticky .logo-home a img {
        max-width: 40%
    }

    .sub-menu {
        top: 155px
    }

    .header.inner-header.sticky .logo-home img {
        max-width: 50%
    }

    .admi-left {
        width: 60%
    }

    .admi-right {
        width: 30%
    }

    .admi-top-right p {
        font-size: 3.5rem;
        padding: 1rem 0 0
    }

    .admi-bottom a,
    .admission h4 {
        font-size: 2rem
    }

    .admi-top-left strong {
        line-height: 8.5rem;
        font-size: 8.5rem
    }

    .admi-top-left a,
    .admi-top-right a {
        padding: 1rem 2rem;
        font-size: 1.4rem
    }

    .side-menu {
        width: 70rem;
        padding: 5rem
    }

    .box-menu h4,
    .notif-head a {
        font-size: 2rem;
        line-height: 2rem
    }

    .notif-popup {
        width: 100rem;
        padding: 5.5rem
    }

    .notif-box a {
        font-size: 1.6rem
    }

    .notif-box p {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .notification>a {
        padding: 1rem 2rem;
        font-size: 1.8rem
    }

    .megha-box {
        width: 32%;
        padding: 0 4rem 0 0
    }

    .megha-box a {
        font-size: 1.5rem
    }
}

@media (max-width:1199px) {
    .logo-home {
        width: 8rem
    }

    .logo-home a img {
        max-width: 100%
    }

    .sticky .logo-home a img {
        max-width: 70%
    }

    .navbar-menu ul li>a,
    .sticky .navbar-menu ul li>a {
        font-size: 1.4rem;
        padding: .5rem .8rem
    }

    .hamberger {
        margin-left: 1.5rem
    }

    .side-menu {
        width: 62rem;
        padding: 4rem
    }

    .CET-schedule ul li:first-child a,
    .CET-schedule ul li:nth-child(2) a,
    .box-menu h4,
    .notif-head a {
        font-size: 1.8rem
    }

    .admi-top-right p {
        font-size: 2.5rem;
        line-height: 3.8rem
    }

    .admi-top-left a,
    .admi-top-right a {
        padding: 1rem;
        font-size: 1.3rem
    }

    .admi-top-left p {
        padding: 1rem 0 3rem;
        font-size: 1.6rem
    }

    .admi-top-left strong {
        line-height: 6.5rem;
        font-size: 6.5rem
    }

    .admi-bottom a,
    .admission h4 {
        font-size: 1.6rem
    }

    .megha-menu.admission {
        padding-right: 5rem
    }
}

@media (max-width:991px) {

    .fixed-icon,
    .hamberger,
    .header .navbar-menu {
        display: none
    }

    .logo-home {
        width: auto;
        margin: auto
    }
}

@media (max-width:575px) {
    .logo-home {
        width: 15rem
    }

    .sticky .logo-home a img {
        max-width: 100%
    }

    .sticky .logo-home {
        width: 10rem
    }

    .header.sticky {
        position: static
    }
}