@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
    --primary: #A02842;
    --primary-dark: #7C1D2E;
    --white: #ffffff;
    --blue: rgba(18, 20, 52, 1);
    --subtab: rgba(255, 255, 255, 0.05);
    --subtabactive: rgba(255, 255, 255, 0.28);
}

@font-face {
    font-family: "ar-light";
    src: url("/assets/fonts/GE_SS_Two_Light.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Nunito";
    src: url('NunitoSans.ttf');
}

body {
    font-family: ar-light;
    /*font-family: 'Nunito';*/
}

/* Bootstrap overwrites */
.text-danger {
    color: #a02842 !important;
}

.text-primary {
    color: #25295c !important;
}
/* Bootstrap overwrites ends */

html {
    font-size: 14px;
    background-color: #FFFFFF;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Nunito", sans-serif;
}

.applyBtn {
    background-color: #a02842;
    padding: 8px 46px;
    color: white;
    border: 0;
    border-radius: 50px;
    margin-left: 10px;
}
/*HERO SECTION*/
#hero::after {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.line {
    position: relative;
    display: inline-block;
}

    .line::before {
        content: "";
        position: absolute;
        top: -22px;
        left: 0;
        width: 50%;
        border-radius: 99px;
        height: 5px;
        background-color: #a02842;
        margin-bottom: 20px;
    }

.welcomeText {
    font-size: 36px;
    font-weight: 700;
    color:var(--white);
}

.welcome-sub-heading {
    font-weight: 800;
    font-size: 55px;
    color:var(--white);
}

.welcome-para {
    font-weight: 600;
    font-size: 20px
}
/*HERO SECTION*/


/*WHY UBT Section*/

.card {
    border-radius: 15px;
    box-shadow: 3px 4px 10.8px 0px rgba(0, 0, 0, 0.08);
}

.card-footer {
    border-top: none;
    background-color: white;
    width: 80%;
    margin: auto;
}

.btn-switch {
    padding: 8px 30px;
    background: #dfdfdf !important;
    color: #000 !important;
    border: 1px solid #dfdfdf;
    border-radius: 25px;
    font-size: 22px;
    z-index: 10;
    position: relative;
}

    .btn-switch.active {
        padding: 8px 30px;
        background: var(--primary) !important;
        color: var(--white) !important;
        border: 1px solid var(--primary);
        border-radius: 25px;
        font-size: 22px;
        z-index: 15;
        position: relative;
    }

.card-body {
    position: relative;
    padding: 25px;
}

.img-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.background-image {
    width: 100%;
    filter: blur(2px);
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    background-color: #ffffff;
    border-radius: 14px;
}

.overlay-image {
    max-width: 80%;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block;
}

.offset-border-card {
    position: relative;
    display: inline-block;
}

.image-container {
    position: relative;
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
}

    .image-container img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        border-radius: 15px;
    }
/*
    
.offset-border-card::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 25px;
    width: 100%;
    height: 100%;
    border: 1px solid #d4dfc7;
    border-radius: 26px;
    z-index: 10;
}

*/

.why-ubt-line {
    width: 2px;
    height: 100%;
    background-color: #a83a32;
}

.icon {
    font-size: 1.5em;
}


/*THRID SECTION START FROM HERE******************/

/*
.small-slider {
    height: 29%;
    width: 90%;
    border-radius: 26px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, .15);
}
*/

/* Bootstrap overwrites ends */
#bottomLeftSlider {
    height: 29%;
    width: 100%;
    border-radius: 26px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, .15);
}

    #bottomLeftSlider .carousel-indicators [data-bs-target] {
        background-color: #a028422b;
        height: 10px;
        width: 10px;
        margin: 0 3px;
        border-radius: 50%;
        display: inline-block;
    }

        #bottomLeftSlider .carousel-indicators [data-bs-target].active {
            background-color: #a02842;
            height: 10px;
            width: 10px;
            margin: 0 3px;
            border-radius: 50%;
            display: inline-block;
        }
        #campus h2,#students h2{color: #000;}

    #bottomLeftSlider .my-card {
        height: 130px;
        display: flex;
        border-radius: 16px;
        justify-content: center;
        gap: 20px;
        align-items: center;
        margin: auto;
        margin-bottom: 10px;
    }

    #bottomLeftSlider .number {
        font-size: 2.5rem;
        font-weight: bold;
        color: #25295c;
        margin: 0px 10px;
    }

    #bottomLeftSlider .text {
        color: #a02842;
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 700;
    }

/* Bottom Left Section Ends */

/*.large-slider {
    height: 35%;
    width: 90%;
    border-radius: 26px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, .15);
}*/
#topRightSlider {
    height: 35%;
    width: 95%;
    border-radius: 26px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, .15);
}

    #topRightSlider .carousel-indicators [data-bs-target] {
        background-color: #a028422b;
        height: 10px;
        width: 10px;
        margin: 0 3px;
        border-radius: 50%;
        display: inline-block;
    }

        #topRightSlider .carousel-indicators [data-bs-target].active {
            background-color: #a02842;
            height: 10px;
            width: 10px;
            margin: 0 3px;
            border-radius: 50%;
            display: inline-block;
        }

    #topRightSlider .my-card {
        height: 155px;
        display: flex;
        border-radius: 16px;
        justify-content: space-between;
        padding: 20px;
        align-items: center;
        margin: auto;
    }

    #topRightSlider .text-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        row-gap: 20px;
    }

        #topRightSlider .text-column h4,
        #topRightSlider .text-column h2 {
            margin: 0;
        }

    #topRightSlider .number {
        font-size: 1rem;
        font-weight: bold;
        color: #1a1a4b;
    }

    #topRightSlider .text {
        color: #a0183b;
        font-size: 1.25rem;
    }

/*.big-slider {
    height: 60%;
    width: 95%;
    border-radius: 26px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, .15);
}*/
#imageSlider {
    height: 50%;
    width: 95%;
    width: 95%;
    z-index: 10;
}

    #imageSlider .card-overlay {
        position: absolute;
        top: 38%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        width: 60%;
        border-radius: 12px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    #imageSlider .card-img {
        filter: blur(5px);
        transform: scale(1);
        height: 270px;
        object-fit: cover;
    }

    #imageSlider .card-footer {
        width: 100%;
        text-align: center;
        margin-top: 10px;
        padding: 25px 10px;
        font-weight: 700;
        background: white;
        color: #25295c;
        border-bottom: 1px solid #00000026;
        border-right: 1px solid #00000026;
        border-left: 1px solid #00000026;
        border-bottom-right-radius: 16px !important;
        border-bottom-left-radius: 16px !important;
        position: absolute;
        bottom: 0;
    }

    #imageSlider .carousel-control-next,
    #imageSlider .carousel-control-prev {
        opacity: 1;
        height: 75%;
    }

.sub-right-main-con {
}

.whyText {
    font-weight: 700;
    font-size: 32px;
    color: #0F0F10;
}

.ubtText {
    color: #A02842;
}

.whyUBTdesc {
    font-weight: 800;
    font-size: 26px;
    color: #0F0F10;
    background-color: white;
    width: 85%;
}

.red-vertical-line {
    width: 2%;
    background-color: #A02842;
}

.third-sec-right-text-main-con {
    margin-left: 40px;
}

.from-text {
    font-weight: 700;
    font-size: 20px;
    color: #0F0F10;
}

.points {
    line-height: 18px;
}

.point-text {
    font-weight: 700;
    font-size: 20px;
    color: #0F0F10;
    margin-left: 20px;
}

/*THRID SECTION Ends FROM HERE******************/

/* Stats Section Begins */

#stats:before {
    content: "";
    background: rgba(255, 255, 255, 0.9);
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#stats .heading {
    font-size: 30px;
    font-weight: 800;
}

#stats .sub-heading {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.box::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 15px;
    width: 100%;
    height: 100%;
    margin: auto;
    border-right: 5px solid #25295c;
    z-index: 10;
}

/* Stats Section Ends */


/*FIND YOUR DEGREE SECTION*/
.find-deg-left-section {
    align-content: center;
}

.findTxt {
    font-weight: 800;
    font-size: 28px;
    color: #0F0F10;
}

.findDes {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    width: 80%;
}

.searchInput {
    width: 100%;
    padding: 8px;
    align-content: center;
    border-radius: 11px;
    background-color: #FFFFFF;
    box-shadow: 5px 4px 22.1px 0px #0000000F;
}

#academicProgram .searchInput {
    width: 100%;
    padding: 5px;
    align-content: center;
    border-radius: 11px;
    background-color: #FFFFFF;
    box-shadow: 5px 4px 22.1px 0px #0000000F;
    align-items: center;
}

#academicProgram .input {
    width: 100%;
    border: none !important;
    outline: none !important;
    font-weight: 500;
    font-size: 12px;
}

#academicProgram .innerSerach {
    border: none !important;
    outline: none !important;
}



.innerSerach {
    margin-left: 2%;
}

.search {
    width: 100%;
    color: red;
}

input {
    width: 150%;
    border: none !important;
    outline: none !important;
    font-weight: 500;
    font-size: 12px;
}

.redBox {
    background-color: white;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 11px;
    padding: 2%;
    height: 100%;
    align-items: center;
    box-shadow: 3px 4px 19.2px 0px #00000008;
    cursor: pointer;
}

#academicProgram .redBox:hover {
    background-color: #FFF3F3;
}


#academicProgram .redBoxText {
    font-weight: 100;
    font-size: 16px;
    color: #808285;
    text-align: center;
}

    #academicProgram .redBoxText:hover {
        font-weight: 800;
        font-size: 16px;
        color: #A02842;
        text-align: center;
    }

.popularProgramMainCon {
    border-radius: 6px;
    border: 1px solid #0000001A;
    width: 90%;
}

.mid-section {
    margin-left: 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: flex-start;
}

.progree-program-con {
    background-color: #A02842;
    width: 45%;
    color: white;
    justify-content: center;
    align-content: center;
    display: flex;
    font-size: 14px;
}

.major-con {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    align-content: baseline;
    justify-content: end;
}

.arrow-con {
    background-color: #25295C;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 8%;
    height: 35px;
    border-radius: 6px;
    align-self: center;
    position: relative;
    left: 120px;
}


.scholar-box {
    box-shadow: 5px 4px 22.1px 0px #0000000F;
    background-color: #FFFFFF;
    width: 250px;
    height: 230px;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .scholar-box img {
        width: 70%;
        height: 40%;
        object-fit: contain
    }

    .scholar-box p {
        font-weight: 700;
        font-size: 20px;
        color: #0F0F10;
        margin-top: 20px;
    }

.bottom-box {
    box-shadow: 5px 4px 22.1px 0px #0000000F;
    background-color: #FFFFFF;
    width: 520px;
    height: 230px;
    border-radius: 22px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

    .bottom-box img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 10px;
    }

    .bottom-box p {
        font-weight: 700;
        font-size: 20px;
        color: #0F0F10;
        /*background-color : rebeccapurple;*/
        justify-content: center;
        align-content: center;
        display: flex;
    }
/*FIND YOUR DEGREE SECTION*/


/*BAR SECTION CSS*/
.bar {
    background-color: #25295c;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .bar h2,
    .bar h4 {
        font-size: 30px;
        font-weight: 800;
        line-height: 40px;
        letter-spacing: 2.30208420753479px;
        color: #fff;    }

.btnWhite {
    color: #a02842;
    width: 220px;
    height: 45px;
    border-radius: 60px;
    text-align: center;
    font-size: 17px;
    font-weight: 800;
    border: none;
}

.btnRed {
    background: #a02842;
    color: white;
    width: 220px;
    height: 45px;
    border-radius: 60px;
    text-align: center;
    font-size: 17px;
    font-weight: 800;
    border: none;
}

.btnWhite img {
    margin-left: 10px;
    background-color: #a028421f;
    width: 24px;
    padding: 8px 8px;
    border-radius: 50%;
}

.btnRed img {
    margin-left: 10px;
    background-color: #ffffff1f;
    width: 24px;
    padding: 8px 8px;
    border-radius: 50%;
    ������
}
/*BAR SECTION CSS*/

/* Testimonials Section Begins */

#testimonials .btnWrapper {
    background-color: #990033;
    border-radius: 50%;
    padding: 7px 14px;
}

#testimonials .campusLife {
    border: none;
    background-color: #A02842;
    border-radius: 100%;
    padding: 7px 14px;
}

#events .campusLife {
    border: none;
    background-color: #A02842;
    border-radius: 100%;
    padding: 10px 10px;
}

#testimonials .btnWrapper img,
#testimonials .campusLife img {
    width: 10px;
    height: 15px;
}

#testimonials .carousel-prev-icon,
#testimonials .carousel-next-icon {
    background-color: #990033;
    border-radius: 50%;
    padding: 5px 10px;
}

#college-testimonials .carousel-prev-icon,
#college-testimonials .carousel-next-icon {
    background-color: #990033;
    border-radius: 50%;
    padding: 5px 10px;
}

#testimonials .carousel-indicators ul {
    text-decoration: none !important;
    color: black;
}

#college-testimonials .carousel-indicators ul {
    text-decoration: none !important;
    color: black;
}

#testimonials .carousel-indicators [data-bs-target] {
    background-color: #a028422b;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 4px;
}

#college-testimonials .carousel-indicators [data-bs-target] {
    background-color: #a028422b;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 4px;
}

#testimonials .carousel-indicators .active {
    background-color: #990033;
}

#college-testimonials .carousel-indicators .active {
    background-color: #990033;
}

#campus .carousel-inner,
#campus .card {
    border-radius: 16px;
    box-shadow: 5px 4px 22.1px 0px #0000000f;
    margin-bottom: 21px;
}

#campus .carousel-control-next,
#campus .carousel-control-prev {
    opacity: 1;
}

#students .carousel-inner,
#students .card {
    border-radius: 16px;
    border: none;
    box-shadow: 5px 4px 22.1px 0px #0000000f;
}

#testimonials #left .carousel-item img {
    width: 500px;
    height: 290px;
    object-fit: cover;
}

#testimonials .card-body {
    padding: 1rem;
}

#testimonials .card-text {
    font-size: 0.9rem;
    margin-top: 32px;
    height: 126px;
}

#testimonials .view-more a {
    font-weight: bold;
    color: #0e0e0e;
    font-size: 0.9rem;
    text-decoration: none;
}

#testimonials .prof {
    position: relative;
}

    #testimonials .prof::after {
        content: "";
        position: absolute;
        top: -10px;
        left: 0px;
        width: 50%;
        height: 100%;
        border-top: 1px solid rgba(46, 46, 46, 0.18);
        z-index: 10;
    }

#testimonials .heading {
    margin: 30px 0px;
    font-weight: 800;
}

#students .stdheading {
    font-weight: 700;
}

#testimonials .star {
    width: 16px;
    height: 16px;
}

#testimonials .controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

/* Testimonial Section Ends */

/* News Section START */
#news .btnWrapper {
    background-color: #990033;
    border-radius: 50%;
    padding: 7px 14px;
}

#newsEvents .blur-box {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: #ffffff40;
    backdrop-filter: blur(10px);
    padding: 30px 10px;
    border-radius: 10px;
    height: 20%;
    color: white;
    font-weight: 700;
}

#left .date {
    position: absolute;
    top: -25px;
    left: 15px;
    background-color: #121434;
    width: 55px;
    height: 55px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px 5px 0px 5px;
    font-size: 0.5rem;
    border-radius: 5px;
}


#events .campusLife img {
    margin: 2px 6px 4px 6px;
    width: 15px;
    height: 8px;
}

#news .carousel-prev-icon,
#news .carousel-next-icon {
    background-color: #990033;
    border-radius: 50%;
    padding: 5px 10px;
}

#news .carousel-indicators [data-bs-target] {
    background-color: #a028422b;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 4px;
}

#news .carousel-indicators .active {
    background-color: #990033;
}

#news .carousel-inner {
    border-radius: 16px;
    box-shadow: 5px 4px 22.1px 0px #0000000f;
    margin-bottom: 20px;
}

#events .card {
    border-radius: 6px;
    box-shadow: 5px 4px 22.1px 0px #0000000f;
    margin-bottom: 20px;
    border: none;
}

#news .carousel-control-next,
#news .carousel-control-prev {
    opacity: 1;
}

#news .carousel-item img {
    width: 500px;
    height: 400px;
    object-fit: cover;
}

#events .picture img {
    width: 155px;
    height: 130px;
    object-fit: cover;
    border-radius: 22px;
    padding: 7px 12px;
}

#events .card-body {
    display: flex;
    flex-direction: row;
}

#events .card-text {
    font-size: 0.85rem;
}

#events .date {
    position: absolute;
    background-color: #a02842;
    width: 58px;
    height: 55px;
    color: white;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px 5px 0px 5px;
    font-size: 0.65rem;
    border-radius: 5px;
}

#events .card-title {
    font-size: 0.94rem;
    color: #990033;
    font-weight: 700;
}

#newsEvents .view-more a {
    font-weight: bold;
    color: #0e0e0e;
    font-size: 0.9rem;
    text-decoration: none;
}

#newsEvents .heading {
    margin: 30px 0px;
    font-weight: 800;
}

#events .controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#events .controlWrapper {
    z-index: 10;
}

/* News Section Ends */

/* FOOTER Section START */
footer {
    background: url('/assets/images/herobg.jpg') center/cover no-repeat;
    position: relative;
    color: white;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

    footer::after {
        content: "";
        background: #121434ed;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .footer p{text-align: justify;}

    footer ul {
        margin-top: 20px;
    }

    footer li {
        padding: 10px 0px;
        opacity: 0.7;
        text-wrap: nowrap;
    }

        footer li a {
            text-decoration: none;
            color: white;
        }

    footer .quicklinks {
        margin-top: -8px;
        width: 290px;
        text-wrap: nowrap;
        /* margin-right: 20px; */
    }

    footer .social-icons {
        margin-top: 20px;
    }

        footer .social-icons a {
            display: inline-block;
            width: 37px;
            height: 38px;
            line-height: 38px;
            text-align: center;
            border-radius: 50%;
            border: 1px solid #ffffff;
            color: #ffffff;
            position: relative;
            transition: 100ms;
        }

            footer .social-icons a:hover {
                box-shadow: 0px 0px 2px 1px white;
            }

        footer .social-icons img {
            width: 20px;
            height: 20px;
            object-fit: contain;
        }

    footer .contact-icons img {
        width: 17px;
        object-fit: cover;
        margin-right: 5px;
        opacity: 1 !important;
    }

/* FOOTER Section Ends */


/* Search Navbar*/
#search-nav-div {
    display: none;
}

.main-nav-con {
    background-color: #25295C;
    font-size: 1rem;
}

.menu {
}

.arrowBtn {
    border: none;
    cursor: pointer;
    margin-left: 10px;
    width: 38px;
    background: #A02842;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .arrowBtn img {
        width: 18px;
        object-fit: contain;
    }

.form-select {
    border: none;
    border-bottom: 1px solid #0000002b;
    margin: 0px 10px;
    font-size: 15px;
    color: #7d7d7d;
    �height: �40px;
}

/* Search Navbar Ends*/

/* Menu Dropdown Start*/
#dropdown {
    position: absolute;
    z-index: 10000;
    left: 50%;
    transform: translateX(-50%);
}

#menu-dropdown {
    display: none;
}

#dropdown .dropdownBtn {
    height: 50px;
}

#dropdown .nav li {
    padding: 8px 0px;
}

    #dropdown .nav li a {
        text-decoration: none;
    }

#dropdown .nav-item a {
    color: white;
    text-decoration: none;
    cursor: pointer !important;
}

    #dropdown .nav-item a:hover {
        color: #a02842;
    }

#dropdown .popularlinks .nav img {
    width: 25px;
    margin-bottom: 4px;
    height: 25px;
}

#dropdown .customBtn {
    /* border: 1px red solid; */
    padding: 15px 15px;
    margin: 13px 0px;
    font-weight: 600;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    align-items: center;
    cursor: pointer;
}

    #dropdown .customBtn:hover {
        background-color: rgba(255, 255, 255, 0.281);
        color: white;
        border-radius: 10px;
    }

    #dropdown .customBtn:active, #dropdown .customBtn.active {
        background: white;
        color: #121434;
        border-radius: 10px;
    }

    #dropdown .customBtn a {
        text-decoration: none;
        color: white;
    }

    #dropdown .customBtn img {
        height: 16px;
    }

#dropdown .img-wrapper {
    cursor: pointer;
}

    #dropdown .img-wrapper .left {
        display: none;
    }

    #dropdown .img-wrapper.active .left {
        display: inline;
    }

    #dropdown .img-wrapper.active .right {
        display: none;
    }

.acadmic-column-two-list {
    font-weight: 600;
    width: 90%;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
    color: white !important;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
}

#dropdown .acadmic-column-two-list:active, #dropdown .acadmic-column-two-list.active {
    background-color: rgba(255, 255, 255, 0.28);
    color: #121434;
    border-radius: 6px;
}

.acadmic-column-two-list > a {
    margin-left: 10px;
    color: white !important;
    cursor: pointer !important;
}

/*.acadmic-column-two-list:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: white;
    border-radius: 10px;
}*/

.menu-admission-btn {
    background-color: #A02842;
    padding: 8px 15px;
    color: white;
    border-radius: 8px;
    border: none;
}
/* Menu Dropdown ENDS*/




/* COllege page Start**********************************************************/

/* ABOUT SECTION*/
.header-image {
    background: url("../../assets/images/collegeBackground.jpg") no-repeat center center;
    background-size: cover;
    height: 260px;
    position: relative;
}

    .header-image::after {
        content: "";
        background: #25295c98;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.breadcrumb-container {
    position: absolute;
    width: 100%;
    margin: auto;
    background-color: #ffffff3a;
    top: 95px !important
}

.breadcrumb {
    margin-top: 20px;
    width: 80%;
    margin: auto;
    display: flex;
    /* justify-content: center; */
    margin: 15px auto;
    align-items: center;
}

.breadcrumb-container {
    color: white;
}

.breadcrumb li {
    color: white;
}

.breadcrumb a {
    text-decoration: none;
    color: white;
}

.capsule-box {
    background: white;
    border-radius: 120px 120px 0px 0px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -55px;
    left: 25%;
    transform: translateX(-50%);
    width: 35%;
    z-index: 50;
}


    .capsule-box img {
        height: 50px;
        margin-right: 15px;
    }

    .capsule-box h5 {
        margin-bottom: 0;
    }

    .capsule-box p {
        margin-bottom: 0;
        line-height: 1.2;
    }

.content-section {
    margin-top: 100px;
}

    .content-section p {
        font-size: 16px;
        line-height: 1.75rem;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: white;
}

.breadcrumb-item :active {
    �color: �white;
}
/* ABOUT SECTION*/


/*********************MAJOR PAGE START***************************/

.cba-capsule-text {
    color: #A02842;
    font-size: 35px;
}

#overview .card {
    box-shadow: 7px 4px 37.5px 0px #0000001a;
    border: none;
}

#overview .card-body {
    padding: 24px 18px;
}

#hod .card {
    height: 95%;
}

#overview .logo-container {
    display: flex;
    align-items: center;
    color: #25295c;
    margin-bottom: 10px;
}

#overview .logo-background {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eef1fc;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

#overview .logo-img {
    width: 27px;
    height: auto;
}

#overview .card-heading {
    font-weight: 800;
    margin: auto 10px;
    margin-left: 10px;
    font-size: 20px;
}

#major .card-title {
    font-weight: bold;
}

#major .card {
    border-radius: 20px;
}

#major .hodLine {
    width: 100%;
    background-color: #d8d8e2;
    height: 1px;
}

#major .hod-heading {
    margin: 13px;
    font-weight: 800;
    font-size: 16px;
    color: #25295c;
}

#major .sub-heading {
    margin: 5px 5px 12px 5px;
    font-size: 18px;
    font-weight: 800;
}

#hod .card-text {
    padding: 6px 10px;
}

#major .read-more {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #4e4e4e;
}

    #major .read-more img {
        width: 17px;
        margin-left: 16px;
        margin-bottom: 1px;
    }

#major .card-subtitle {
    font-size: 1rem;
    color: gray;
}

#major .btn-link {
    padding: 0;
    color: #007bff;
}

    #major .btn-link:hover {
        text-decoration: underline;
    }

#major .card-img-top {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: auto;
}

#major .text-center {
    text-align: �center;
}

/* Tabs */
#tabs {
    position: relative;
    z-index: 1
}

    #tabs .nav-tabs .nav-link {
        display: flex;
        align-items: center;
        padding: 16px 20px;
        border: none;
        border-radius: 0;
        color: #495057;
        font-weight: bold;
        background-color: #fff;
    }

        #tabs .nav-tabs .nav-link.active {
            color: #A02842;
            border-bottom: 3px solid #A02842;
        }

    #tabs .tab-icon {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    #tabs .tab-pane {
        background-color: #fff;
        padding: 32px 36px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        box-shadow: 7px 4px 37.5px 0px #0000001a;
    }

#tabs-wrapper {
    position: relative;
    padding: 20px;
}

    #tabs-wrapper::before {
        content: "";
        background: url('/assets/images/tabsbg.png') center/cover no-repeat;
        height: 220px;
        z-index: 0;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #tabs-wrapper::after {
        content: "";
        background: #00205fa3;
        position: absolute;
        height: 220px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

#tabs .tab-pane p {
    font-weight: 600;
    padding: 5px 0px;
}

#tabs .nav-link {
    justify-content: center;
}

#tabs .nav-tabs {
    background-color: #fff;
    box-shadow: 7px 4px 37.5px 0px #0000001a;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* padding: 10px; */
}

#tabs .nav-link {
    background-color: #b83434;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-right: 5px;
}

    #tabs .nav-link.active {
        background-color: #ffffff;
        border-bottom-color: �transparent;
    }

.ensure-main-con {
    padding: 10px;
    justify-content: center;
    align-items: center;
    background-color: #ECF3FF;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.innerSerachMajor {
    margin: 0 50px;
    margin-top: 15px width : 30%;
}

.inputMajor {
    padding: 8px;
    border-radius: 5px;
    border-color: #D9D9D9;
    border-width: 1px;
    border-style: solid;
}

.submit-major-btn {
    background-color: #A02842;
    border-radius: 15px;
    padding: 6px;
    width: 18%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-self: center;
    text-align: center;
    margin-top: 25px;
    color: white;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 3%;
}

/*********************MAJOR PAGE START***************************/






/*********************CUSTOM START***************************/

.searchnav-dropdown {
    border: none !important;
}

    .searchnav-dropdown:focus-visible {
        outline: 0px !important;
    }

.half-border {
    position: relative;
    /*display: inline-block;*/
    padding-bottom: 5px; /* Adjust padding as needed */
}

    .half-border::after {
        content: "";
        position: absolute;
        left: 49%;
        top: 100%;
        width: 5%;
        border-bottom: 4px solid #25295C;
    }

.card .button-center:hover {
    color: white !important;
}

.academicprogram {
    background-color: #ECF3FF !important;
}

.grad-icon-bg {
    width: 50px;
    height: 50px;
    align-items: center;
    background-color: #EAF1FF;
    border-radius: 50%;
    padding: 10px;
}

.mb-04 {
    margin-bottom: 0.4rem !important;
}

.ls-1 {
    letter-spacing: 1px !important;
}

.ls-2 {
    letter-spacing: 2px !important;
}

.pdf-icon-box {
    border-radius: 4px;
    border: #E4E8F6 2px solid;
    background: #FBFCFF;
    padding: 3px;
}

.max-lines-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* number of lines to show */
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.max-lines-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show */
    -webkit-box-orient: vertical;
}

.max-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Number of lines to show */
    -webkit-box-orient: vertical;
}

.mt-110 {
    margin-top: 110px !important;
}

#ReadmoreModal .modal-content {
    border-radius: 20px;
}

#ReadmoreModal .modal-header {
    /*background-color: var(--primary) !important;*/
    /*color: white;*/
    border-radius: 20px 20px 0px 0px !important;
    padding: 1rem 3rem !important;
}

    #ReadmoreModal .modal-header .modal-title {
        font-weight: 800 !important;
    }

    #ReadmoreModal .modal-header .close {
        border: none !important;
        background: none !important;
        font-size: 23px !important
    }

        #ReadmoreModal .modal-header .close i {
            font-weight: 100 !important;
        }



.read-more {
    cursor: pointer
}

.read-more {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #4e4e4e;
}

    .read-more:hover {
        color: #4e4e4e;
    }

    .read-more img {
        width: 17px;
        margin-left: 16px;
        margin-bottom: 1px;
    }

.gallery-card {
    border: none !important;
}

.gallery-card {
    margin: 6px;
    position: relative;
    height: 190px;
    border: 1px solid #001f5f;
}

    .gallery-card:hover:before {
        opacity: 0.7;
        transition: all 0.5s ease-out;
    }

    .gallery-card:before {
        opacity: 0;
        content: "";
        background-color: #001f5f;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 100%;
        width: 100%;
        transition: all 0.5s ease-out;
    }

    .gallery-card:hover .gallery-content {
        opacity: 1;
        transition: all 0.5s ease-out;
    }

.gallery-content {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.5s ease-out;
}

.gallery-card .gallery-content a {
    background-color: #002147;
    height: 40px;
    padding: 0px 15px;
    /* width: 155px; */
    line-height: 38px;
    display: inline-block;
    border-radius: 0%;
    color: white;
    margin: 2px;
    border-radius: 5px;
}

.pf-0 {
    padding-left: 0;
}

.eservice-card-img {
    height: 190px;
    width: 100%;
}

.heading h3 {
    font-weight: bold;
    color: #001F5F;
    padding-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 22px !important;
    position: relative;
    /* margin: 20px 0px 80px 0px; */
}

.cal-btn {
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background: #fff;
    color: #001f5f !important;
}

.heading {
    text-align: center;
}

.heading-left {
    text-align: left !important;
}

.content-section {
    margin-top: 6rem;
}


/*FACULTY SECTION*/
#bgHeader {
    background: url('/assets/images/facultyImage.png') center/cover no-repeat;
    position: relative;
    height: 45vh;
}

    #bgHeader::after {
        background: #00205fa3;
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #bgHeader .full-width-section {
        width: 100%;
        height: 50vh;
        position: relative;
    }

    #bgHeader .top-bar {
        width: 100%;
        height: 50px;
        background: #ffffff60;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        color: white;
        padding: 0 15px;
        z-index: 10;
    }

    #bgHeader .breadcrumb {
        display: flex;
        align-items: center;
        margin-top: 18px;
    }

    #bgHeader .breadcrumb-item {
        display: flex;
        align-items: center;
    }

        #bgHeader .breadcrumb-item + .breadcrumb-item:before {
            content: "\f105"; /* FontAwesome right arrow icon */
            font-family: "Font Awesome 5 Free";
            color: white;
            font-weight: 900;
            margin: 0 10px;
        }

    #bgHeader .breadcrumb-icon {
        margin: 10px 10px 12px 5px;
    }

    #bgHeader .content {
        height: 100%;
        display: flex;
        align-items: center;
        z-index: 10;
        position: relative;
    }

        #bgHeader .content h1 {
            width: 60%;
            font-weight: 800;
            font-size: 50px;
            margin-top: 20px;
            color: white;
        }

#facultycards .custom-select-box {
    width: 100%;
    height: 65px;
    outline: none;
    border: none;
    padding: 10px 15px;
    color: #7d7d7d;
    font-weight: 700;
    border-radius: 19px;
    box-shadow: 5px 4px 22.1px 0px #0000000f;
    position: relative;
    z-index: 10;
}

#facultycards .custom-select-container {
    position: relative;
    margin: 0;
    padding: 0;
}

#facultycards {
    position: relative;
    padding-top: 10px;
}

#facultydropdown {
    position: absolute;
    top: -130px;
}

#facultycards .card-custom {
    border: none;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}

    #facultycards .card-custom img {
        border-radius: 50%;
        width: 220px;
        height: 223px;
        background-color: rgba(0, 0, 0, 0.02);
        margin: auto;
        object-fit: cover;
        margin-bottom: 15px;
    }

#facultycards .card-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#facultycards .card-subtitle {
    font-size: 1rem;
    color: #a02842;
    margin-top: 0.5rem;
}

#facultycards .card-link {
    color: #0f0f10be;
    font-size: 0.92rem;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1px;
}

    #facultycards .card-link i {
        margin-left: �3px;
    }
/*FACULTY SECTION*/



/*COLLEGE PAGE NEW START*************************************************************************************************************/
.header-image {
    background: url('/assets/images/collegeBackground.jpg') no-repeat center center;
    background-size: cover;
    height: 260px;
    position: relative;
}

    .header-image::after {
        content: "";
        background: #25295c98;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.breadcrumb-container {
    position: absolute;
    width: 100%;
    margin: auto;
    background-color: #ffffff3a;
}

.breadcrumb {
    margin-top: 20px;
    width: 80%;
    margin: auto;
    display: flex;
    margin: 15px auto;
    align-items: center;
}

.breadcrumb-container {
    color: white;
}

.breadcrumb li {
    color: white;
}

.breadcrumb a {
    text-decoration: none;
    color: white;
}

.content-section {
    margin-top: 100px;
}

    .content-section h5 {
        font-size: 22px;
    }

    .content-section p {
        font-size: 16px;
        line-height: 1.85rem;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: white;
    content: none;
}

.breadcrumb-item.active {
    color: white;
}

/* major  */

#overview-section .card {
    box-shadow: 7px 4px 37.5px 0px #0000001a;
    border: none;
}

#overview-section .card-body {
    padding: 24px 18px;
}

#hod .card {
    height: 95%;
}

#overview-section .logo-container {
    display: flex;
    align-items: center;
    color: #25295c;
    margin-bottom: 10px;
}



#overview-section .logo-background {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eef1fc;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

#overview-section .logo-img {
    width: 27px;
    height: auto;
}

#overview-section .card-heading {
    font-weight: 800;
    margin: auto 10px;
    margin-left: 10px;
    font-size: 20px;
}

#major .card-title {
    font-weight: bold;
}

#major .card {
    border-radius: 20px;
}

#major .college_line {
    width: 100%;
    background-color: #d8d8e2;
    height: 1px;
}

#major .hod-heading {
    margin: 13px;
    font-weight: 800;
    font-size: 16px;
    color: #25295c;
}

#major .sub-heading {
    margin: 5px 5px 12px 5px;
    font-size: 18px;
    font-weight: 800;
}

#hod .card-text {
    padding: 6px 10px;
}

#major .read-more {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #4e4e4e;
}

    #major .read-more img {
        width: 17px;
        margin-left: 16px;
        margin-bottom: 1px;
    }

#major .card-subtitle {
    font-size: 1rem;
    color: gray;
}

#major .btn-link {
    padding: 0;
    color: #007bff;
}

    #major .btn-link:hover {
        text-decoration: underline;
    }

#major .card-img-top {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: auto;
}

#major .text-center {
    text-align: center;
}
/* Tabs */
#tabs .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border: none;
    border-radius: 0;
    color: #495057;
    font-weight: bold;
    background-color: #fff;
}

    #tabs .nav-tabs .nav-link.active {
        color: #dc3545;
        border-bottom: 3px solid #dc3545;
    }

#tabs .tab-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#tabs .tab-pane {
    background-color: #fff;
    padding: 32px 36px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 7px 4px 37.5px 0px #0000001a;
}

#tabs-wrapper {
    position: relative;
    padding: 20px;
}

    #tabs-wrapper::before {
        content: "";
        background: url(../img/tabs/tabsbg.png) center/cover no-repeat;
        height: 220px;
        z-index: -1;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #tabs-wrapper::after {
        content: "";
        background: #00205fa3;
        position: absolute;
        height: 220px;
        top: 0;
        bottom: 0;
        z-index: -1;
        left: 0;
        right: 0;
    }

#tabs .tab-pane p {
    font-weight: 600;
    padding: 5px 0px;
    font-size: 20px;
}

#overview-tab-content h4, #tabs .tab-pane h4 {
    font-size: 22px;
}

#tabs .tab-pane p, #tabs .tab-pane ul, #tabs .tab-pane ul li, #tabs .tab-pane div {
    font-size: 20px;
    line-height: 31px;
    color: #0F0F10;
}

.table > thead > tr th {
    background-color: #001d54 !important;
}

.table-bordered tbody tr:nth-child(even) {
    background-color: #f3f9e9;
}

.table-bordered tbody tr:nth-child(odd) {
    background-color: #fff;
}

/* Optional: Add some hover effect */
.table-bordered tbody tr:hover {
    background-color: #f1f1f1;
}

#tabs .nav-link {
    justify-content: center;
}

#tabs .nav-tabs {
    background-color: #fff;
    box-shadow: 7px 4px 37.5px 0px #0000001a;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* padding: 10px; */
}

#tabs .nav-link {
    background-color: #b83434;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-right: 5px;
}

    #tabs .nav-link.active {
        background-color: #ffffff;
        border-bottom-color: transparent;
    }

/* Exam & Academic Section */
#exam-academic {
    padding-top: 1px;
}

    #exam-academic #calendar .card {
        border-radius: 16px;
        border: none;
        box-shadow: 5px 4px 22.1px 0px #0000000f;
    }

    #exam-academic #links .card {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #0000000f;
        padding: 13px;
    }

    #exam-academic #links {
        border-radius: 16px;
        box-shadow: 5px 4px 22.1px 0px #0000000f;
    }

    #exam-academic .icon {
        width: 24px;
        height: 24px;
    }

    #exam-academic .calendar-img {
        width: 100px;
        height: 100px;
        display: block;
        margin: 0 auto;
    }

    #exam-academic .img-wrapper {
        height: 180px;
        width: 100%;
    }

        #exam-academic .img-wrapper img {
            height: 75%;
            width: 100%;
            margin-top: 40px;
            object-fit: contain;
        }

    #exam-academic .btn-view {
        background-color: #a02842;
        color: white;
        width: 150px;
        margin: auto;
        border: none;
        border-radius: 50px;
        padding: 8px 15px;
    }

    #exam-academic .view-pdf {
        color: #a02842;
        font-weight: 800;
        text-decoration: none;
        font-size: 14px;
    }
/* Exam & Academic Section */

/* Simple Cards */
#simple-cards {
    padding-top: 1px;
}

    #simple-cards .card {
        height: 380px;
        width: 100%;
    }

    #simple-cards .card-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 15px;
    }

    #simple-cards .card-hover {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
    }

        #simple-cards .card-hover:hover #simple-cards .card-hover-text {
            bottom: 0;
            height: 100%;
            padding: 1rem;
        }

    #simple-cards .card-hover-text {
        position: absolute;
        bottom: 25px;
        left: 10px;
        right: 10px;
        width: 92%;
        margin: auto;
        height: 60px;
        background: linear-gradient( 94.73deg, rgba(255, 255, 255, 0.09) 0.8%, rgba(255, 255, 255, 0.03) 100% );
        backdrop-filter: blur(6px);
        border-radius: 6px;
        color: white;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        border: 1px solid #ffffff29;
        padding: 15px 10px;
        transition: all 250ms ease-in-out;
    }

        #simple-cards .card-hover-text:hover {
            position: absolute;
            bottom: 35px;
            left: 10px;
            right: 10px;
            height: 70px;
            padding: 10px 10px;
        }

        #simple-cards .card-hover-text p {
            margin: 0;
            font-size: 14px;
            display: none;
        }

        #simple-cards .card-hover-text:hover p {
            display: block;
        }

/* Simple Cards */

/* Card Carousel */
#cardsCarouselWrapper {
    padding-top: 1px;
}

#cardCarousel .card {
    border-radius: 15px;
    overflow: hidden;
    height: 280px;
}

    #cardCarousel .card img {
        object-fit: cover;
        height: 100%;
    }

#cardCarousel .carousel-control-prev {
    opacity: 1;
    left: -125px;
}

#cardCarousel .carousel-control-next {
    opacity: 1;
    right: -125px;
}

#cardCarousel .carousel-control-prev-icon,
#cardCarousel .carousel-control-next-icon {
    background-color: #a02842;
    border-radius: 50%;
    padding: 20px 20px;
    opacity: 1;
}

#cardCarousel .card-text-overlay {
    position: absolute;
    bottom: 8px;
    left: 10px;
    right: 10px;
    font-size: 16px;
    width: 92%;
    margin: auto;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 6px;
    color: white;
    border: 1px solid #ffffff29;
    padding: 5px 10px;
    transition: all 250ms ease-in-out;
}

    #cardCarousel .card-text-overlay a {
        font-size: 14px;
        color: white;
        text-decoration: none;
    }

    #cardCarousel .card-text-overlay p {
        color: white;
        margin: 0;
        margin-bottom: 8px;
    }

    #cardCarousel .card-text-overlay a:hover {
        text-decoration: underline;
    }

#cardCarousel .carousel-indicators [data-bs-target] {
    background-color: #a028422b;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 4px;
}

#cardCarousel .carousel-indicators .active {
    background-color: #990033;
}

#cardCarousel .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Card Carousel */

/* Advisory & Faculty Section Carousel */
#advisory-faculty-wrapper {
    padding-top: 1px;
    padding-bottom: 1px;
}

#advisory-faculty .card {
    border-radius: 15px;
    overflow: hidden;
}

    #advisory-faculty .card img {
        object-fit: cover;
        height: 100%;
    }

#advisory-faculty .carousel-control-prev {
    opacity: 1;
    left: -125px;
}

#advisory-faculty .carousel-control-next {
    opacity: 1;
    right: -125px;
}

#advisory-faculty .carousel-control-prev-icon,
#advisory-faculty .carousel-control-next-icon {
    background-color: #a02842;
    border-radius: 50%;
    padding: 20px 20px;
    opacity: 1;
}

#advisory-faculty .card-custom {
    border: none;
    border-radius: 10px;
    text-align: center;
}

/* #advisory-faculty .card-custom img {
        border-radius: 50%;
        width: 220px;
        height: 223px;
        background-color: rgba(0, 0, 0, 0.02);
        margin: auto;
        object-fit: cover;
        margin-bottom: 15px;
    } */
.card-custom img:hover {
    background:;
}

.circle-container {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 29px auto;
    border-radius: 50%;
    overflow: visible; /* Allow overflow for the image to stick out */
    background-color: #f0f0f0; /* Initial background color */
    transition: background-color 0.3s ease;
    border: 1px solid #ccc;
}

        .circle-container:hover {
            background-color: #192a56;
        }

    .circle-container img {
        position: absolute;
        top: -20px; /* Adjust this value to control how much of the head is out of the circle */
        left: 50%;
        transform: translateX(-50%);
        width: 240px; /* Adjust image size as needed */
    }


#advisory-faculty .card-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#advisory-faculty .card-subtitle {
    font-size: 1rem;
    color: #a02842;
    margin-top: 0.5rem;
}

#advisory-faculty .card-link {
    color: #0f0f10be;
    font-size: 0.92rem;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1px;
}

    #advisory-faculty .card-link i {
        margin-left: 3px;
    }

#advisory-faculty .carousel-indicators [data-bs-target] {
    background-color: #a028422b;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 4px;
}

#advisory-faculty .carousel-indicators .active {
    background-color: #990033;
}

#advisory-faculty .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Advisory & Faculty Section Carousel */

/* college-stats Section Begins */

#college-stats:after {
    content: "";
    background: #00205fa3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#college-stats .sub-heading {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.box::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 5px;
    width: 100%;
    height: 120%;
    margin: auto;
    border-right: 7px solid #25295C;
    z-index: 10;
}
/* college-stats Section Ends */
/* Employers */
#employers {
    padding-top: 1px;
}

    #employers .container {
        border-radius: 16px;
        padding: 12px;
        box-shadow: 7px 4px 37.5px 0px #0000001A;
    }

    #employers .img-wrapper {
        width: 25%;
        height: 150px;
    }

        #employers .img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

#CBACollege {
    text-decoration: none;
    color: white;
}

    #CBACollege:hover {
        color: #a02842;
        text-decoration: none;
    }

#CECollege {
    text-decoration: none;
    color: white;
}

    #CECollege:hover {
        color: #a02842;
        text-decoration: none;
    }

#AdmissionsLink {
    text-decoration: none;
    color: white;
}

    #AdmissionsLink:hover {
        color: #a02842;
        text-decoration: none;
    }
/* Employers */


/*COLLEGE PAGE NEW END ****************************************************************/


/*Admission PAGE START HERE ****************************************************************/

#admission-four-boxes {
    position: relative;
    bottom: 50px;
}



#admission-hero::after {
    content: "";
    background: #00205FA3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#admission-hero .line {
    position: relative;
    display: inline-block;
    color: #fff;
}

    #admission-hero .line::before {
        content: "";
        position: absolute;
        top: -22px;
        left: 0;
        width: 30%;
        border-radius: 99px;
        height: 5px;
        background-color: #a02842;
        margin-bottom: 20px;
    }

#admission-hero .arrow-img {
    border: none;
    background-color: #A02842;
    padding: 10px;
    border-radius: 33px;
    color: white;
    align-items: center;
}

#admission-four-boxes .box {
    border-radius: 20px;
    box-shadow: 7px 4px 37.5px 0px #0000001A;
    height: 120px;
    width: 210px;
    display: flex;
    align-items: center;
    background-color: white;
}

#admission-four-boxes .box-text {
    font-weight: 700;
    color: #0F0F10;
}

#join-ubt-program .text-1 {
    color: #0F0F10;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    margin-top: 25px
}

#join-ubt-program .text-red {
    color: #A02842;
}

#join-ubt-program .text-dec {
    color: #0F0F10;
    text-align: center;
    line-height: 28px;
    font-size: 22px;
    font-weight: 700;
}

#join-ubt-program .registration-process-main {
    /* background-color: red;*/
    margin-top: 13%;
    display: flex;
    justify-content: space-between;
}


#join-ubt-program .reg-box {
    /* background-color : yellow;*/
    width: 25%;
}

#join-ubt-program .circle-reg {
    background-color: #F1F2FF;
    height: 60px;
    width: 60px;
    display: flex;
    text-align: center;
    justify-content: center;
}

#join-ubt-program .reg-track-no {
    font-size: 38px;
    color: #000000;
    font-weight: 700;
}

#join-ubt-program .reg-heading {
    color: #0F0F10;
    font-weight: 700;
    font-size: 25px;
    margin-top: 14px;
}


#join-ubt-program .red-desc {
    color: #0F0F10;
    font-weight: 400;
    font-size: 18px;
    margin-top: 10px;
    line-height: 23px;
}

#join-ubt-program .arrow-image {
    height: 15px;
    width: 15px;
    margin-left: 10px
}

#join-ubt-program .arrow-img {
    border: none;
    background-color: #A02842;
    padding: 10px;
    font-size: 19px;
    border-radius: 33px;
    color: white;
}


#admission-info .text-1 {
    color: #0F0F10;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    margin-top: 25px
}

#admission-info .text-red {
    color: #A02842;
}

#admission-info .custom-hr {
    border: 1;
    height: 5px;
    background-color: #25295C;
    width: 10%;
    margin: 0 auto;
}

#admission-info .add-main-left-con {
    background-color: #FFFFFF;
    box-shadow: 7px 4px 37.5px 0px #0000001A;
    border-radius: 20px;
    width: 25%;
    padding: 0px;
    height: 586px;
}

#admission-info .people-img {
    width: 100%;
    max-height: 200px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#admission-info .tab-main-con a {
    text-decoration: none;
}
/* #admission-info .tab-main-con .active .tab-content{
    background: rgb(37, 41, 92) !important;
} */

#admission-info .tab-content {
    /*    background-color : red;*/
    padding: 17px;
    border-bottom: 1px solid #8082854D;
    cursor: pointer;
    justify-content: space-around
}



#admission-info .arrow-forward {
    height: 3%;
    width: 3%;
}

#admission-info .tab-text {
    font-weight: 600;
    color: #0F0F10;
    font-size: 18px;
    width: 70%;
}

#admission-info .add-info-right-main-con {
    background-color: #FFFFFF;
    box-shadow: 7px 4px 37.5px 0px #0000001A;
    border-radius: 20px;
    width: 100%;
    height: 586px;
    padding: 40px;
}

#admission-info .main-func-con {
    /* display: flex; */
    flex-direction: row;
    gap: 15px;
}

#admission-info .right-heading {
    color: #808285;
    font-weight: 600;
    border-bottom: solid;
    border-color: #A02842;
    border-width: 1px;
}

#admission-info .right-text-heading {
    font-weight: 700;
    font-size: 17px;
}

#admission-info .right-text-heading {
    font-weight: 700;
    font-size: 15px;
}

#simple-cards-add .text-1, .text-1 {
    color: #0F0F10;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    margin-top: 25px
}

#simple-cards-add .text-red, .text-red {
    color: #A02842;
}

.card-title {
    font-size: 25px;
}

.cardobody p {
    font-size: 18px;
}

#simple-cards-add .custom-hr, .custom-hr {
    border: 1;
    height: 5px !important;
    background-color: #25295C;
    width: 10%;
    margin: 0 auto;
    opacity: 1;
}

#simple-cards-add .first-card {
    background-color: #25295C;
    color: white;
    padding: 20px;
    justify-content: center;
}

#simple-cards-add .first-text-heading {
    font-weight: 800;
    font-size: 38px;
    /*background-color : red;*/
}

#simple-cards-add .first-card-desc {
    font-weight: 400;
    font-size: 18px;
    /* background-color : yellow;*/
    width: 80%;
}

.MainLinkH5 {
    text-decoration: none;
    color: white;
}

    .MainLinkH5:hover {
        color: #a02842;
        text-decoration: none;
    }
/*COLLEGE PAGE END HERE ****************************************************************/



/* Advisory & Faculty Section Carousel */
#board-faculty-wrapper {
    padding-top: 1px;
    padding-bottom: 1px;
}

#board-faculty .card {
    border-radius: 15px;
    overflow: hidden;
}

    #board-faculty .card img {
        object-fit: cover;
        height: 100%;
    }

#board-faculty .carousel-control-prev {
    opacity: 1;
    left: -125px;
}

#board-faculty .carousel-control-next {
    opacity: 1;
    right: -125px;
}

#board-faculty .carousel-control-prev-icon,
#board-faculty .carousel-control-next-icon {
    background-color: #a02842;
    border-radius: 50%;
    padding: 20px 20px;
    opacity: 1;
}

#board-faculty .card-custom {
    border: none;
    border-radius: 10px;
    text-align: center;
}

    #board-faculty .card-custom img {
        border-radius: 50%;
        width: 220px;
        height: 223px;
        background-color: rgba(0, 0, 0, 0.02);
        margin: auto;
        object-fit: cover;
        margin-bottom: 15px;
    }

#board-faculty .card-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#board-faculty .card-subtitle {
    font-size: 1rem;
    color: #a02842;
    margin-top: 0.5rem;
}

#board-faculty .card-link {
    color: #0f0f10be;
    font-size: 0.92rem;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1px;
}

    #board-faculty .card-link i {
        margin-left: 3px;
    }

#board-faculty .carousel-indicators [data-bs-target] {
    background-color: #a028422b;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 4px;
}

#board-faculty .carousel-indicators .active {
    background-color: #990033;
}

#board-faculty .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Advisory & Faculty Section Carousel */


/* Advisory & Faculty Section Carousel */
#board1-faculty-wrapper {
    padding-top: 1px;
    padding-bottom: 1px;
}

#board1-faculty .card {
    border-radius: 15px;
    overflow: hidden;
}

    #board1-faculty .card img {
        object-fit: cover;
        height: 100%;
    }

#board1-faculty .carousel-control-prev {
    opacity: 1;
    left: -125px;
}

#board1-faculty .carousel-control-next {
    opacity: 1;
    right: -125px;
}

#board1-faculty .carousel-control-prev-icon,
#board1-faculty .carousel-control-next-icon {
    background-color: #a02842;
    border-radius: 50%;
    padding: 20px 20px;
    opacity: 1;
}

#board1-faculty .card-custom {
    border: none;
    border-radius: 10px;
    text-align: center;
}

    #board1-faculty .card-custom img {
        border-radius: 50%;
        width: 220px;
        height: 223px;
        background-color: rgba(0, 0, 0, 0.02);
        margin: auto;
        object-fit: cover;
        margin-bottom: 15px;
    }

#board1-faculty .card-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#board1-faculty .card-subtitle {
    font-size: 1rem;
    color: #a02842;
    margin-top: 0.5rem;
}

#board1-faculty .card-link {
    color: #0f0f10be;
    font-size: 0.92rem;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1px;
}

    #board1-faculty .card-link i {
        margin-left: 3px;
    }

#board1-faculty .carousel-indicators [data-bs-target] {
    background-color: #a028422b;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 4px;
}

#board1-faculty .carousel-indicators .active {
    background-color: #990033;
}

#board1-faculty .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Advisory & Faculty Section Carousel */


#simple-cards-add {
    padding-top: 1px;
}

    #simple-cards-add .card {
        height: 280px;
        width: 100%;
    }

    #simple-cards-add .card-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 15px;
    }

    #simple-cards-add .card-hover {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
    }

        #simple-cards-add .card-hover:hover #simple-cards-add .card-hover-text {
            bottom: 0;
            height: 100%;
            padding: 1rem;
        }

    #simple-cards-add .card-hover-text {
        position: absolute;
        bottom: 25px;
        left: 10px;
        right: 10px;
        width: 92%;
        margin: auto;
        height: 60px;
        background: linear-gradient( 94.73deg, rgba(255, 255, 255, 0.09) 0.8%, rgba(255, 255, 255, 0.03) 100% );
        backdrop-filter: blur(6px);
        border-radius: 6px;
        color: white;
        font-weight: 700;
        font-size: 23px;
        text-align: left;
        border: 1px solid #ffffff29;
        padding: 15px 10px;
        transition: all 250ms ease-in-out;
    }


        #simple-cards-add .card-hover-text:hover {
            position: absolute;
            bottom: 35px;
            left: 10px;
            right: 10px;
            height: 70px;
            padding: 10px 10px;
        }

        #simple-cards-add .card-hover-text p {
            margin: 0;
            font-size: 14px;
            display: none;
        }

        #simple-cards-add .card-hover-text:hover p {
            display: block;
        }

/* Simple Cards */

/*ADMISSION FAQ */
#faq .faq-box {
    background-color: #192a56;
    color: white;
    padding: 20px;
    line-height: 1.75rem;
    position: relative;
    height: 97.4%;
    border-radius: 18px;
}

    #faq .faq-box .faq-heading {
        font-size: 38px;
        font-weight: 800;
        line-height: 54px;
        letter-spacing: 2.30208420753479px;
        text-align: left;
    }

    #faq .faq-box .paragraph {
        font-size: 18px;
        font-weight: 400;
        text-align: left;
    }

#faq .explore {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 90%;
    margin: auto;
}

    #faq .explore p {
        margin: 8px auto;
    }

#faq .explore-btn {
    background-color: #a02842;
    color: white;
    width: 100%;
    margin: auto;
    border: none;
    border-radius: 50px;
    padding: 8px 15px;
}

#faq .accordion-btn::after {
    content: "";
    /* display: inline-block;*/
    background-image: url('../images/minusIcon.png');
    background-size: contain; /* Adjusts the size of the image to fit */
    background-repeat: no-repeat;
    width: 16px; /* Adjust the width as needed */
    height: 16px; /* Adjust the height as needed */
}

#faq .accordion-btn.collapsed::after {
    font-weight: 100;
    content: ""; /* Plus icon */
    background-image: url('../images/plusIcon.png');
    background-size: contain; /* Adjusts the size of the image to fit */
    background-repeat: no-repeat;
    width: 16px; /* Adjust the width as needed */
    height: 16px; /* Adjust the height as needed */
}

#faq .accordion-btn,
#faq .accordion-btn:focus,
#faq .accordion-btn:not(:focus) {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 17px;
    padding: 26px 20px;
    box-shadow: none;
    outline: none;
}

#faq .accordion-item {
    border: 1px solid #0000004d;
    border-radius: 10px;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.75rem;
}

#faq .accordion-btn:not(.collapsed) {
    color: black;
}

#faq .accordion-body {
    padding: 0px 20px 12px 20px;
    font-size: 18px;
}

#join-ubt-program {
    background: url(../images/arrows.png) no-repeat;
    background-position: 44% 212%;
    background-size: 1014px 612px;
    padding-bottom: 30px;
}
/* ADMISSION FAQ*/




/*ADMISSION PAGE END HERE ****************************************************************/




/* Advisory & Faculty Section Carousel */
#tab-advisory-faculty-wrapper {
    padding-top: 1px;
    padding-bottom: 1px;
}

#tab-advisory-faculty .card {
    border-radius: 15px;
    overflow: hidden;
}

    #tab-advisory-faculty .card img {
        object-fit: cover;
        height: 100%;
    }

#tab-advisory-faculty .carousel-control-prev {
    opacity: 1;
    left: -125px;
}

#tab-advisory-faculty .carousel-control-next {
    opacity: 1;
    right: -125px;
}

#tab-advisory-faculty .carousel-control-prev-icon,
#tab-advisory-faculty .carousel-control-next-icon {
    background-color: #a02842;
    border-radius: 50%;
    padding: 20px 20px;
    opacity: 1;
}

#tab-advisory-faculty .card-custom {
    border: none;
    border-radius: 10px;
    text-align: center;
}

    #tab-advisory-faculty .card-custom img {
        border-radius: 50%;
        width: 220px;
        height: 223px;
        background-color: rgba(0, 0, 0, 0.02);
        margin: auto;
        object-fit: cover;
        margin-bottom: 15px;
    }

#tab-advisory-faculty .card-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#tab-advisory-faculty .card-subtitle {
    font-size: 1rem;
    color: #a02842;
    margin-top: 0.5rem;
}

#tab-advisory-faculty .card-link {
    color: #0f0f10be;
    font-size: 0.92rem;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1px;
}

    #tab-advisory-faculty .card-link i {
        margin-left: 3px;
    }

#tab-advisory-faculty .carousel-indicators [data-bs-target] {
    background-color: #a028422b;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 4px;
}

#tab-advisory-faculty .carousel-indicators .active {
    background-color: #990033;
}

#tab-advisory-faculty .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Advisory & Faculty Section Carousel */





/* Advisory & Faculty Section Carousel */
#faculty-Member-wrapper {
    padding-top: 1px;
    padding-bottom: 1px;
}

#faculty-Member .card {
    border-radius: 15px;
    overflow: hidden;
}

    #faculty-Member .card img {
        object-fit: cover;
        height: 100%;
    }

#faculty-Member .carousel-control-prev {
    opacity: 1;
    left: -125px;
}

#faculty-Member .carousel-control-next {
    opacity: 1;
    right: -125px;
}

#faculty-Member .carousel-control-prev-icon,
#faculty-Member .carousel-control-next-icon {
    background-color: #a02842;
    border-radius: 50%;
    padding: 20px 20px;
    opacity: 1;
}

#faculty-Member .card-custom {
    border: none;
    border-radius: 10px;
    text-align: center;
}

    #faculty-Member .card-custom img {
        border-radius: 50%;
        width: 220px;
        height: 223px;
        background-color: rgba(0, 0, 0, 0.02);
        margin: auto;
        object-fit: cover;
        margin-bottom: 15px;
    }

#faculty-Member .card-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#faculty-Member .card-subtitle {
    font-size: 1rem;
    color: #a02842;
    margin-top: 0.5rem;
}

#faculty-Member .card-link {
    color: #0f0f10be;
    font-size: 0.92rem;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1px;
}

    #faculty-Member .card-link i {
        margin-left: 3px;
    }

#faculty-Member .carousel-indicators [data-bs-target] {
    background-color: #a028422b;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 4px;
}

#faculty-Member .carousel-indicators .active {
    background-color: #990033;
}

#faculty-Member .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Advisory & Faculty Section Carousel */



/* ==== new csss for */

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    background: var(--primary);
    color: var(--white);
    border: none;
    padding: 10px 10px !important;
}

    .btn.btn-primary:hover {
        background: var(--primary-dark);
        color: var(--white);
    }

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

    .btn.btn-light:hover {
        color: var(--white);
        background: var(--bs-dark);
    }

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

    .btn.btn-dark:hover {
        color: var(--bs-primary);
        background: var(--bs-light);
    }



.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 110px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 15px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--bs-primary);
}




.text-right {
    text-align: right;
}

.top_menu {
    list-style: none;
    margin-right: 0px;
    margin-top: 0px;
    padding-top: 34px;
    z-index: 1;
    padding-right: 5px;
    position: absolute;
    right: 27%;
}

    .top_menu li {
        list-style: none;
        display: inline;
        padding: 0 10px;
        border-right: 1px solid #0F0F10;
    }

        .top_menu li a {
            color: #0F0F10;
            text-decoration: none !important;
        }

.full-menu {
    width: 100%;
    padding: 10px 15px;
    margin-top: 0px !important;
    border-radius: 0px !important;
    background: rgba(0, 32, 95, 0.87) !important;
    color: var(--white);
}


    .right-menu a {
        display: inline-block;
        padding: 34px 10px !important;
        color: #0F0F10;
    }

        .right-menu a:hover {
            background: var(--primary);
            color: var(--white);
            display: inline-block !important;
            padding: 34px 10px;
        }

    .right-menu .show {
        background: var(--primary);
        color: var(--white);
    }

.toggle-withbtn {
    display: inline-block;
    padding: 10px 20px;
    background-size: cover;
    color: #fff; /* Text color */
    text-decoration: none;
    transition: background-image 0.3s ease-in-out; /* Smooth transition */
}

    .toggle-withbtn::before {
        content: "";
        display: inline-block;
        width: 20px; /* Adjust width as needed */
        height: 20px; /* Adjust height as needed */
        background-image: url('../images/menu_bar.png');
        background-size: cover;
        background-repeat: no-repeat;
        transition: background-image 0.3s ease-in-out;
        margin-right: 10px;
        vertical-align: bottom;
        background-position: 0 0;
    }

    .toggle-withbtn:hover::before {
        background-position: 0 130%;
    }


.full-menu .nav-pills {
    width: 315px;
    color: var(--white);
    border-right: 1px solid rgba(255, 255, 255, 0.38);
    padding-right: 30px;
}

.nav-pills .nav-link {
    color: var(--white) !important;
    font-size: 18px;
    text-align: left;
    margin: 10px;
    position: relative;
}

.nav-pills .active {
    background: var(--white) !important;
    color: var(--blue) !important;
    font-size: 18px;
}

.nav-pills .nav-link i {
    margin-left: 18px;
    float: right;
    margin-top: 5px;
}

.tab-content > .active {
    background: none;
}

.sub-tabs .nav-link {
    color: var(--white) !important;
    background: var(--subtab);
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    margin: 10px;
}

.sub-tabs .active {
    background: var(--subtabactive) !important;
    color: var(--white) !important;
    font-size: 14px;
    font-weight: 700
}

.sub-tabs .nav-link.active::before {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    right: -52px;
    top: calc(40% - 10px);
    border: 1px solid rgba(255, 255, 255, 0.38);
    transform: rotate(45deg);
    background-color: #213e73;
}

.sub-tab-content {
    padding: 5px 20px;
}

    .tab-content h2 a, .sub-tab-content h2 a {
        background: none !important;
        color: var(--white);
        text-decoration: none !important;
        padding: 0px;
    }

        .tab-content h2 a:hover, .sub-tab-content h2 a:hover {
            background: none !important;
            color: var(--primary);
            padding: 0px;
        }

.tab-pane h2 {
    font-size: 22px;
    color: var(--white);
}

.tab-pane p {
    font-size: 14px;
    /*color: var(--white);*/
}

.subtab_ul {
    list-style: none;
    padding-left: 0rem;
}

    .subtab_ul li {
        padding: 5px 0px;
        font-size: 14px;
    }

.right-menu h2 a {
    padding: 5px !important;
}

.subtab_ul li a {
    text-decoration: none;
    display: contents;
    color: var(--white);
    padding: 8px 0px;
    position: relative;
    padding-right: 20px;
}

    .subtab_ul li a:hover {
        text-decoration: none;
        display: contents;
        padding: 0px !important;
        color: var(--primary);
        background: none !important;
    }

        .subtab_ul li a:hover::after {
            content: "\f061";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            font-size: 12px;
            color: var(--primary);
            position: absolute;
            right: -20px;
            top: 50%;
            transform: translateY(-50%);
        }

@media (max-width: 991px) {
    .top_menu {
        width: 100%;
        top: 0px;
        right: 0px;
        background: #CFCFCF;
        height: 46px;
        padding-top: 11px;
        text-align: right;
    }

    .navbar {
        /*margin-top: 46px;*/
        padding: 0px;
    }

    .nav-pills .nav-link, .nav-pills .active {
        font-size: 14px;
        margin: 7px;
    }

    .sub-tabs .nav-link.active::before {
        right: -49px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 360px) {
    .nav-bar .navbar-brand img {
        max-width: 95px !important;
    }

    .btn.btn-primary {
        font-size: 12px;
    }

    .right-menu a {
        padding: 34px 2px;
    }

        .right-menu a:hover {
            padding: 34px 2px;
        }
}

@media (min-width: 412px) {
    .nav-bar .navbar-brand img {
        max-width: 120px !important;
    }
}

@media (min-width: 550px) {
    .nav-bar .navbar-brand a img {
        max-width: 120px !important;
    }
}

@media (min-width: 992px) {
    .top_menu {
        list-style: none;
    }
}

@media (min-width: 992px) {
    .navbar {
        padding: 0px 0;
    }

        .navbar .nav-btn {
            display: flex;
            align-items: center;
            justify-content: end;
        }

        .navbar .navbar-nav {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: var(--bs-light);
            border-radius: 10px;
        }

            .navbar .navbar-nav .nav-btn {
                width: 100%;
                display: flex;
                margin-left: auto;
            }

        .navbar .nav-item .dropdown-menu {
            display: block;
            visibility: hidden;
            top: 100%;
            transform: rotateX(-75deg);
            transform-origin: 0% 0%;
            border: 0;
            border-radius: 10px;
            transition: .5s;
            opacity: 0;
        }

        .navbar .nav-item:hover .dropdown-menu {
            transform: rotateX(0deg);
            visibility: visible;
            margin-top: 20px;
            background: var(--bs-light);
            transition: .5s;
            opacity: 1;
        }
}

/*** Navbar End ***/



