@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amarante&display=swap');

.bg-color-gradiant {
    background: linear-gradient( 233.19deg, #8ec850 -256.88%, #428dcb -167.3%, #2ab998 -81.23%, #c2579b -2.2%, #ec7026 80.36% );
    background: linear-gradient( 90deg, rgba(65, 171, 209, 1) 0%, rgba(26, 112, 143, 1) 44%, rgba(6, 95, 128, 1) 100% );
}
h6 {
    font-weight:500;
    font-family: 'Euclid Circular';
    font-size: 17px;
    margin: 1rem 0;
    letter-spacing: 0px;
}
ol li {
    padding: 0px;
    position: relative;
    color: #303030;
    font-size: 16px;
    line-height: 23px;
}
.social-box {
    background-color: #ffffff;
    width: 240px;
    height: auto;
    position: absolute;
    bottom: 44px;
    border-radius: 6px;
    box-shadow: 0px 4px 4px 2px #00000045;
    z-index: 9999;
}

    .social-box .inner {
        padding: 14px;
    }

        .social-box .inner .user-list-wrapper {
            padding-left: 0 !important;
            margin: 0;
        }

            .social-box .inner .user-list-wrapper li {
                list-style: none;
                margin: 0;
            }

                .social-box .inner .user-list-wrapper li a img {
                    width: 30px;
                }


.rbt-card-img img {
    width: 63%;
    margin: auto;
    border: 2px solid #c85f76;
    border-radius: 10px;
    padding: 10px;
    height: 175px;
    object-fit: cover;
    object-position: top;
}

.reveal {
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: 2s all ease;
}

    .reveal.active {
        transform: translateY(0);
        opacity: 1;
    }

/*animation element*/
.animation-element {
    opacity: 0;
}

    /*animation element sliding left*/
    .animation-element.slide-left {
        opacity: 0;
        transition: all 500ms linear;
        transform: translate3d(-100px, 0px, 0px);
    }

        .animation-element.slide-left.in-view {
            opacity: 1;
            transform: translate3d(0px, 0px, 0px);
        }
    /*animation element sliding right*/
    .animation-element.slide-right {
        opacity: 0;
        transition: all 500ms linear;
        transform: translate3d(100px, 0, 0);
    }

        .animation-element.slide-right.in-view {
            opacity: 1;
            transform: translate3d(0px, 0px, 0px);
        }

.icon img {
    width: 60px;
}

.nav-tabs h6 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
}

ul.marquee-vertical {
    list-style: none;
    padding: 0;
}

    ul.marquee-vertical li {
        display: flex;
        gap: 10px;
        align-items: center;
        padding: 13px 0px;
        margin: 0px 0px;
    }

        ul.marquee-vertical li a {
            color: #192335;
            font-size: 14px;
            font-family: 'Euclid Circular';
            padding: 0 27px;
            position: relative;
        }

.date {
    display: flex;
    gap: 12px;
    align-items: center;
    border-left: 4px solid #0282ae;
}

span.month {
    background-color: #1e7fa3;
    font-size: 12px;
    color: white;
    padding: 5px 5px;
    line-height: 15px;
    text-align: center;
    border-radius: 5px;
}

span.day {
    font-size: 16px;
    padding-left: 6px;
    color: black;
    font-weight: 500;
}

.pulse2 {
    padding: 2px 8px;
    width: 50px;
    border-radius: 12px;
    font-size: 12px;
    margin-left: 14px;
    color: #fff;
    text-align: center;
    height: 19px;
    line-height: 14px;
    background-color: #a50000;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.rbt-testimonial-area.rbt-section-gap.feedback {
    background: url("../images/students-feedback-bg.webp");
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

    .rbt-testimonial-area.rbt-section-gap.feedback::before {
        content: "";
        position: absolute;
        background-color: #e2c4cb;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.95;
    }

.bg-color-white {
    background: #fff !important;
}

.in-box-feed {
    background-color: #fff;
    padding: 80px 15px 15px;
    position: relative;
    margin-top: 20px;
    box-shadow: 0px 0px 16px 0px rgba(168, 168, 168, 0.3);
}

.rbt-social-box {
    position: relative;
    z-index: 2;
    border-radius: var(--radius);
}

    .rbt-social-box h2 {
        position: relative;
        display: flex;
        align-items: center;
        padding: 15px;
        position: absolute;
        top: -20px;
        left: 0px;
        right: 0px;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        width: calc(100% - 20px);
        background-color: #fff;
        border-radius: 0 0 5px 5px;
        margin: 0 auto;
        font-size: 22px;
        font-weight: 400;
        color: #2a2a2a;
    }

        .rbt-social-box h2::before {
            content: "";
            position: absolute;
            right: 100%;
            top: 0px;
            border-right: 10px solid #dfdfdf;
            border-top: 19px solid transparent;
            border-bottom: 0px solid transparent;
        }

        .rbt-social-box h2::after {
            content: "";
            position: absolute;
            left: 100%;
            top: 0px;
            border-left: 10px solid #dfdfdf;
            border-top: 19px solid transparent;
            border-bottom: 0px solid transparent;
        }

    .rbt-social-box i {
        width: 45px;
        height: 45px;
        display: flex;
        margin-right: 10px;
        padding: 10px;
        background-color: #dceaff;
        border-radius: 100%;
        position: relative;
    }

        .rbt-social-box i::after {
            content: "";
            width: 25px;
            height: 25px;
            display: block;
        }

        .rbt-social-box i.twitter::after {
            background-image: url("../images/icons/twitter.png");
            background-size: 25px;
        }

        .rbt-social-box i.instagram::after {
            background-image: url("../images/icons/instagram.png");
            background-size: 25px;
        }

        .rbt-social-box i.facebook::after {
            background-image: url("../images/icons/facebook-feed.png");
            background-size: 25px;
        }

        .rbt-social-box i.linkedin::after {
            background-image: url("../images/icons/linkedin-one.png");
            background-size: 25px;
        }
        .rbt-social-box i.whatsapp::after {
            background-image: url("../images/icons/whatsappicone.png");
            background-size: 25px;
        }

.scroll-box {
    height: 447px;
    border: 1px solid #0000ff3d;
    overflow: hidden;
    overflow-y: scroll;
    padding: 23px;
}

/*...scroll bar */

#style-15::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 10px;
}

#style-15::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

#style-15::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#066485), to(#066485), color-stop(0.6, #23acdc));
}

.footer-top {
    background-color: #161613;
}

.footer-widget .ft-link li i {
    color: #ab0c2f;
    margin-right: 6px;
    position: absolute;
    left: 0;
    top: 7px;
}

.footer-style-1 .ft-title:after {
    content: "";
    background: #ab0c2f;
    width: 34px;
    height: 4px;
    position: absolute;
    bottom: -3px;
    left: 0;
}

footer .bg-color-gradiant {
    background: #161613;
    /* border-top: solid 1px #e4e6f640; */
}

.ad-one {
    background-color: #ab0c2f;
    color: white;
    padding: 10px 25px 10px 12px;
    display: inline-flex;
    font-size: 18px;
    clip-path: polygon(0% 0%, 93% 0, 100% 50%, 94% 100%, 0% 100%);
    width: auto;
    letter-spacing: -0.2px;
}

    .ad-one i {
        font-size: 25px;
        margin-right: 9px;
    }

.ad-two {
    padding-right: 10px;
    width: 100%;
    display: flex;
    align-items: center;
}

ul.advertisement-ul {
    list-style: none;
    margin-bottom: 0px;
    display: flex;
}

    ul.advertisement-ul li {
        border-right: 1px solid white;
        padding-right: 6px;
        margin-right: 16px;
    }

        ul.advertisement-ul li a {
            color: #17202f;
            font-size: 15px;
        }

        ul.advertisement-ul li i {
            margin-right: 6px;
            color: #ab0c2f;
        }

        ul.advertisement-ul li b {
            margin-right: 6px;
            color: #ab0c2f;
        }

.counter-card {
    background: white;
    padding: 2rem 2rem;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: 0.3s;
    position: relative;
}

.counter-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.counter-number {
    font-size: 3rem;
    color: #243beb;
    font-weight: bold;
}

.test-img img {
    width: 65px;
    position: absolute;
    right: -61px;
    bottom: -1px;
}

.popup-up-one .inner-wrapper {
    /* width: 100%; */
}

.popup-mobile-menu.popup-up-one.active .inner-wrapper {
    opacity: 1;
    overflow-y: hidden;
    background-color: #ffffff;
}

.custom-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 30px;
}

    .custom-header .custom-wrapper {
        background-color: #ffffff00;
        box-shadow: unset;
    }

.custom-body {
    height: 100vh;
    overflow: hidden;
    /* display: flex; */
}

video#myVideo {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

.custom-btn {
    background-color: white !important;
}

    .custom-btn img {
        width: 20px;
    }

.rbt-header .logos a img {
    max-height: 90px;
    object-fit: cover;
}

.custom-heading-tag {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 107px;
    text-align: center;
}

    .custom-heading-tag h2,
    .custom-heading-tag h6 {
        color: #ffffff;
    }

h6 {
    color: #000000;
}

.custom-heading-tag h6 {
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 8px;
}

.custom-heading-tag button {
    background-color: #2778ce;
    border: none;
    padding: 12px 14px;
    color: white;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
}

@media only screen and (min-width: 1200px) {
    .popup-up-one {
        display: block;
    }
}

/*Menu*/

ul.submenu.active::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 60vh;
    background-color: white;
    left: -72px;
}

.rbt-round-btn:hover,
.rbt-round-btn:active,
.rbt-round-btn:focus,
.rbt-round-btn.open {
    color: #000000;
}

.rbt-search-dropdown .wrapper .row {
    height: calc(100vh - 123px);
    align-items: center;
}

.custom-one-btn {
    background-color: #fff !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .custom-one-btn i {
        color: #ab0c2f;
        font-size: 20px;
    }

    .custom-one-btn:hover {
        background-color: #aa0c2f !important;
    }

        .custom-one-btn:hover i {
            color: #fff;
        }

a.admission-drp {
    background: #ab0c2f;
    font-size: 16px !important;
    padding: 8px 15px;
    border-radius: 5px;
    animation: pulse 0.5s infinite alternate;
}

@keyframes pulse {
    0% {
        background-color: #ab0c2f;
    }

    100% {
        background-color: #f6a221;
    }
}
@keyframes pulse-black {
    0% {
        background-color: #ab0c2f;
    }

    100% {
        background-color: #192335;
    }
}
@keyframes resultPulse {
    0% {
        color: #ab0c2f;
    }

    100% {
        color: #1d59b2;
    }
}
.drop-up {
    position: fixed;
    left: 20px;
    z-index: 999;
    bottom: 28px;
}

    .drop-up .social-feed {
        background-color: #ab0c2f;
        padding: 12px;
        border-radius: 50px;
        animation: pulse 0.5s infinite alternate;
    }

.result-link {
    animation: resultPulse 0.3s infinite alternate;
    font-size: 15px!important;
    font-weight: 500!important;
}

.rbt-footer {
    position: relative;
    z-index: 9;
}

.rbt-testimonial-area {
    position: relative;
    z-index: 9;
}

.rbt-advance-tab-area {
    position: relative;
    z-index: 9;
}

.rbt-about-area {
    position: relative;
    z-index: 9;
    padding: 70px 0 80px;
}

.logoes img {
    max-height: 230px;
}

.header-left-one {
    visibility: hidden;
}

ul.quick-access img {
    width: 18px;
    filter: invert(1);
}

a.social-feed i {
    color: white;
}

.rbt-secondary-menu li:last-child a::after {
    content: unset;
}

ul.social-list {
    list-style: none;
    display: flex;
    gap: 8px;
    padding-left: 0px;
    margin: 0;
}

    ul.social-list li a img {
        width: 22px;
    }

    ul.social-list img.twitter {
        filter: unset;
    }

a.border-botton {
    color: white;
    border: 2px solid white;
    padding: 8px 14px;
    display: inline-block;
    margin: 0px 2px;
}

.right-sec {
    display: inline-flex;
    gap: 4px;
}

.footer-top .left-sec a.border-botton,
.footer-top .right-sec a.border-botton {
    font-size: 15px;
    border: solid 1px #ffffff8a;
    border-radius: 5px;
}

    .footer-top .left-sec a.border-botton:hover, .footer-top .right-sec a.border-botton:hover {
        border: solid 1px #ab0c2f;
        color: #ab0c2f;
    }

ul.social-list li a {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 50px;
    /* line-height: 12px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-widget-title-one {
    position: absolute;
    top: -19px;
    right: 45px;
}


.inputs {
    text-align: center;
    padding: 0 1rem;
    width: 300px;
    height: 4.4rem;
    border-radius: 0px 0px 15px 15px !important;
    outline: none !important;
    border: solid 0;
    margin-bottom: 0;
    border: 1px solid rgb(255, 253, 253) !important;
    background-color: #ab0c2f !important;
    line-height: 43px;
}

.f-widget-title-one::after {
    content: "";
    width: 13px;
    height: 19px;
    position: absolute;
    left: -13px;
    top: 1px;
    background-color: #535353;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.inputs h6 {
    color: white;
    margin-bottom: 0px;
    font-size: 20px;
    display: inline-block;
    font-family: 'Euclid Circular';
}

.inputs span {
    margin-left: 12px;
}

.active-dark-mode h6 {
    color: black;
}

.texture {
    background-image: url(../images/banner/home-inner-bg.png);
    background-image: url('../images/shape-3.png');
    background-size: cover;
}

.social-box .inner .user-list-wrapper li a {
    color: black;
    font-size: 16px;
    padding: 0px 0px 0px 18px;
    display: block;
    position: relative;
    margin: 7px 0;
}

    .social-box .inner .user-list-wrapper li a i {
        position: absolute;
        top: 4px;
        left: 0;
    }

    .social-box .inner .user-list-wrapper li a:hover {
        color: #ab0c2f;
    }

a.social-feed img {
    width: 25px;
}

.ftpScheduleList li {
    position: relative;
    margin-bottom: 7px;
}

ul.list-unstyled.ftpScheduleList li p {
    font-size: 14px;
    color: #ffffffb3;
}
.ftpScheduleList li a {
    color: #ffffffb3;
    font-size: 14px;
}

.rbt-contact-form.contact-form-style-1 h4 {
    font-weight: 500;
    font-family: "Playfair Display", serif;
}

.captcha-img img {
    width: 130px;
}

.rbt-btn1 {
    padding: 0px 10px;
}

.marquee-vertical li a {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size 0.3s;
    position: relative;
}

.marquee-vertical li:hover a {
    background-size: 100% 2px;
    background-image: linear-gradient(rgb(29, 146, 255), rgb(44, 153, 255));
}

.border-botton-blue {
    color: #006487 !important;
    border: 2px solid #006487 !important;
    position: relative;
}

.arrow a.border-botton::before {
    content: "";
    position: absolute;
    top: 45%;
    left: 130%;
    width: 250%;
    height: 1px;
    background-color: #026588;
}

.arrow a.border-botton::after {
    content: "";
    position: absolute;
    top: 35%;
    left: calc(130% + 250%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #016487;
}

.tab-pane h4 {
    position: relative;
}

    .tab-pane h4::before {
        content: "";
        position: absolute;
        top: 60%;
        left: 10%;
        width: 16%;
        height: 1px;
        background-color: #000;
    }

    .tab-pane h4::after {
        content: "";
        position: absolute;
        top: 49%;
        left: calc(10% + 16%);
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #000;
    }

p.rbt-card-text {
    text-align: justify;
}

ul.marquee-vertical li:first-child {
    margin-top: 0px;
}

.notify img {
    width: 96%;
    border-radius: 0px 34px 0px 34px;
}

.tab-content .tab-pane:nth-child(2) h4::before {
    left: 14%;
}

.tab-content .tab-pane:nth-child(2) h4::after {
    left: calc(10% + 20%);
}

.tab-content .tab-pane:nth-child(5) h4::before {
    left: 22%;
}

.tab-content .tab-pane:nth-child(5) h4::after {
    left: calc(10% + 28%);
}

.tab-content .tab-pane:nth-child(6) h4::before {
    left: 20%;
}

.tab-content .tab-pane:nth-child(6) h4::after {
    left: calc(10% + 26%);
}

.tab-content .tab-pane:nth-child(7) h4::before {
    left: 22%;
}

.tab-content .tab-pane:nth-child(7) h4::after {
    left: calc(10% + 28%);
}

.tab-content .tab-pane:nth-child(8) h4::before {
    left: 14%;
}

.tab-content .tab-pane:nth-child(8) h4::after {
    left: calc(10% + 20%);
}

.description-one {
    text-align: justify;
    margin-bottom: 15px;
}

p.description-one.be-fore {
    position: relative;
    padding-left: 25px;
/*    z-index:1;*/
}

    p.description-one.be-fore:before {
        content: "\f101";
        font-family: 'Font Awesome 5 Free';
        color: #ab0c2f;
        font-size: 16px;
        left: 0px;
        position: absolute;
        z-index: 999999;
        top: 0;
        font-weight: 600;
    }

    p.description-one.be-fore a {
        color: #6b7389;
    }

        p.description-one.be-fore a:hover {
            color: #6b7389;
            cursor: pointer;
            text-decoration: underline;
        }

.bg_image-small {
    background-image: url(../images/banner/banner-small.jpg);
    background-size: cover;
    height: 300px;
    background-color: #fcf6f6;
}

.inner-banner-sec {
    display: flex;
    align-items: center;
}

    .inner-banner-sec h1 {
        font-family: 'Euclid Circular';
        font-weight: 600;
        letter-spacing: -1.4px;
        font-size: 38px;
        margin-bottom: 5px;
/*        text-transform: capitalize;*/
        text-align: left;
        line-height: 44px;
    }

        .inner-banner-sec h1 span {
            color: #ab0c2f;
            display: block;
        }

.about-img {
    width: 90%;
    margin: auto;
}
    .about-img p {
        text-align: center;
        font-family: 'Euclid Circular';
        font-style:italic;
        color: #ab0c2f;
        font-weight: 500;
        font-size: 16px;
        margin: 1.3rem 0 2rem;
    }

    .about-img img {
        border-radius: 0px 60px 0px 60px;
    }

.top-circle-shape {
    position: absolute;
    width: 240px;
    top: -96px;
    height: 240px;
    right: -96px;
    margin: 0 auto;
    background-image: linear-gradient(90deg, #CFA2E8, #637FEA);
    opacity: 0.09;
    border-radius: 100%;
    box-sizing: border-box;
}

    .top-circle-shape.position-bottom-right {
        bottom: -96px;
        right: -96px;
        top: auto;
    }

    .top-circle-shape::before {
        position: absolute;
        content: "";
        background: #fff;
        border-radius: 100%;
        width: calc(100% - 60px);
        height: calc(100% - 60px);
        left: 30px;
        top: 30px;
    }

.menus-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rbt-header .mainmenu-nav .mainmenu > li > a.active {
    color: #ab0c2f;
}

.content.scroll {
    height: 350px;
    overflow: auto;
    padding-right: 6px;
}

.arrow {
    margin-top: 20px;
}

.rbt-section-gapTop {
    padding-top: 60px;
}

.rbt-section-gapBottom {
    padding-bottom: 60px;
}

.bg-zig-zag {
    background-image: url('../images/banner/zig_zag_lines\ background.jpg');
    background-size: cover;
    position: relative;
    background: #323091;
}

    .bg-zig-zag::before {
        background-image: url('https://rainbowit.net/html/histudy/assets/images/shape/dots.png');
        content: "";
        position: absolute;
        /* background-color: black; */
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0.5;
    }

.placement, .title span {
    color: #ab0c2f;
}

/*magamenu*/
.side-sec {
    padding: 0px 0px;
    background-color: #ffffff;
    height: 100vh;
    max-height: 300px;
    border-radius: 7px;
    border: solid 1px rgb(171 12 47 / 37%);
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.right-side-sec {
    padding: 0px;
}

.right-sub-menu li {
    padding: 8px !important;
    border-bottom: 1px solid rgb(54 54 54 / 36%);
}

    .right-sub-menu li a {
        color: #3f3f3f;
        font-size: 14px;
        font-weight: 100;
        display:inline-block;
    }

        .right-sub-menu li a:hover {
            color: #ab0c2f;
            margin-left: 4px;
        }

.rbt-header .mainmenu-nav .mainmenu > li > a {
    height: 81px;
}

/* Hide extra sections by default */
.extra {
    display: none;
}

    /* Show when active */
    .extra.active {
        display: block;
    }

.tender-box {
    display: flex;
    justify-content: space-between;
    background-color: white;
    border: 1px solid #d9d9d9;
}

.bg-red-opacity {
    background: #e7666621 !important;
    color: #d10000 !important;
}

.tender-sub-sec {
    background-color: #f6ecee;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 20px 12px;
    height: 100%;
}

    .tender-sub-sec h2 {
        color: #ab0c2f;
        font-family: 'Euclid Circular';
        font-weight: 500;
        margin-bottom: 0;
    }

    .tender-sub-sec span:last-child {
        font-size: 16px;
        font-weight: 500;
        color: #192335;
    }

.tender-rt-sec {
    display: flex;
    justify-content: space-between;
}

.tender-sub-sec-one {
    padding: 20px;
}

ul.tender-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tender-list li {
    margin: 0;
}

ul.tender-list li a {
    color: #6b7385;
    padding: 1px 0;
    display: inline-block;
}

.tender-lt-sec {
    background-color: #f6ecee;
    padding: 12px 6px;
    text-align: center;
    margin: 10px 10px 10px 0;
    border-radius: 4px;
}

.tender-sub-sec-one h4 {
    font-size: 22px;
    font-family: 'Euclid Circular';
    font-weight: 600;
    border-left: solid 3px #ab0e30;
    padding-left: 0.6rem;
    margin-bottom: 10px;
}

.tender-sub-sec-one p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.9rem;
}

.tender-sub-sec-one h5 {
    font-family: 'Euclid Circular';
    font-weight: 500;
    color: #ab0c2f;
    letter-spacing: -0.5px;
    margin: 1.5rem 0 0.5rem;
    font-size: 17px;
}

.tender-lt-sec p {
    color: #ab0c2f;
    letter-spacing: -0.2px;
    font-weight: 500;
}

    .tender-lt-sec p:last-child {
        font-weight: 500;
        color: #192335;
        font-size: 14px;
        letter-spacing: 0px;
    }

.all-notif-col {
    position: sticky;
    top: 113px;
}

.tab-button-student li {
    width: 205px;
}

.footer-widget-one .ft-link li a {
    color: #000000;
}

.footer-widget-one .ft-link li i {
    color: #156c8c;
}

.footer-widget.footer-widget-one {
    padding: 12px 0px;
    height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
}

@media (min-width: 576px) {
    .ftpScheduleList li {
        padding-left: 27px;
    }
}

@media (min-width: 576px) {
    .ftpScheduleList .icn {
        left: 0;
        top: 6px;
        position: absolute;
        color: #ab0c2f;
    }
}




/*Sunil's Code*/

/* global */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.title {
    margin-bottom: 6rem;
    font-weight: 600;
    font-size: 35px;
    font-family: 'Euclid Circular';
    letter-spacing: -0.8px;
    line-height: 39px;
}

.cstm-btn {
    background: #aa0c2f;
    font-family: 'Euclid Circular';
    padding: 3px 18px;
    height: auto;
    font-size: 15px;
    letter-spacing: -0.1px;
    border-radius: 5px;
    font-weight: 400;
}

    .cstm-btn:hover {
        background: #161613;
    }

.bgoffRed {
    background: #f8f2f2;
}
/* width */
.side-sec::-webkit-scrollbar {
    width: 8px;
}
/* Track */
.side-sec::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
.side-sec::-webkit-scrollbar-thumb {
    background: #e5c6cd;
}

    /* Handle on hover */
    .side-sec::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.cstm-pagination {
    text-align: right;
}
    .cstm-pagination span {
        margin: 0 6px;
        display: inline-flex;
        gap: 4px;
    }
 

    .cstm-pagination a {
        font-size: 16px;
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        background: #fff6f8;
        border: solid 1px #efe2e5;
    }

        .cstm-pagination a.active {
            background: #ab0c2f;
            color: #fff;
        }

        .cstm-pagination a.prev, .cstm-pagination a.next {
            width: auto;
            border: none;
            background: none;
        }

            .cstm-pagination a.prev:hover, .cstm-pagination a.next:hover {
                color: #aa0c2f;
                background: transparent;
            }

        .cstm-pagination a:hover, .cstm-pagination a:focus {
            color: #ffffff;
            background: #a60c2e;
        }

.red-bg {
    background: #ab0c2f;
    color: #fff0f0;
}

.blk-bg {
    background: #161613;
    color: #fff0f0;
}


/*Intro*/

.intro-header .rbt-round-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .intro-header .rbt-round-btn:hover {
        background-color: #8b0a26 !important;
        color: #fff;
    }

.welcome-screen-sec h2 {
    font-family: 'Euclid Circular';
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -0.3px;
}

section.video-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(16 7 9 / 56%);
    width: 100%;
    height: 100%;
}

.welcome-screen-sec .custom-heading-tag {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
    width: 100%;
    bottom: unset;
}

.welcome-screen-sec button {
    background-color: #ab0c2f !important;
    border: solid 2px rgb(255 255 255 / 82%);
    border-radius: 20px 0 20px 0;
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
}

    .welcome-screen-sec button i {
        margin-left: 5px;
    }

    .welcome-screen-sec button:hover {
        background-color: #161613 !important;
    }

.welcome-screen-sec .custom-heading-tag h6 {
    color: #fff7c3;
    font-family: 'Euclid Circular';
    margin: 2rem 0 0rem;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: -0.3px;
}
    .welcome-screen-sec .custom-heading-tag h6.hin-orgNm {
        font-size: 34px;
        margin: -0.7rem 0 2.3rem;
    }

/*Topbar*/

.rbt-header-right ul li a {
    text-decoration: none;
    color: #fff;
}
.boards-drpBtn a {
    width: calc(100% / 2 - 2.5px) !important;
    display: inline-flex !important;
    text-align: center;
    justify-content: center;
}
.dropdown-content.boards-drpBtn:before {
    content: "";
    width: 1px;
    height: 100%;
    background: hsl(346.79deg 86.89% 35.88% / 18%);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.rbt-information-list li a {
    color: #fff;
}

.bg-color-gradiant {
    background: linear-gradient(233.19deg, #8ec850 -256.88%, #428dcb -167.3%, #2ab998 -81.23%, #c2579b -2.2%, #ec7026 80.36%);
    background: #ab0c2f;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.header-info li.dropdown a {
    display: flex;
    align-items: center;
    gap: 2px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
    text-align: left;
    padding: 0.3rem 0.6rem;
    border-radius: 7px;
}

    .dropdown-content a {
        border-radius: 3px;
        color: #192335 !important;
        background: #f7f3f4;
        margin: 3px 0;
        padding: 3px 7px;
    }

        .dropdown-content a:after {
            display: none;
        }

        .dropdown-content a:hover {
            color: #fff !important;
            background: #ab0c2f;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.bnr-stick-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999;
}

    .bnr-stick-btn a {
        font-size: 14px;
        color: #fff;
        background: rgb(171 12 47 / 74%);
        display: block;
        padding: 0.8rem 1.8rem 0.8rem 2.6rem;
        margin: 4px 0;
        border-radius: 30px 0 0 30px;
        border: solid 2px #fff;
        width: 106px;
        text-align: center;
        line-height: 16px;
        animation: pulse-black 0.5s infinite alternate;
    }
.bnr-stick-btn a:focus {
    color: #ffffff;
}
/*Custom Sidebar*/

.cstm-sidebar {
    background-color: #f6ecee;
    padding: 25px 25px;
    width: 95%;
    border-bottom: solid 4px #ab0c2f;
    position: sticky;
    top: 0px;
}

    .cstm-sidebar h3 {
        font-family: 'Euclid Circular';
        font-weight: 600;
        letter-spacing: -0.7px;
        color: #192335;
        font-size: 30px;
        border-left: solid 4px #ab0c2f;
        padding-left: 5px;
        line-height: 30px;
        margin-bottom: 2.3rem;
    }
    .cstm-sidebar h6 {
        background: #ab0c2f;
        font-family: 'Euclid Circular';
        color: #fff;
        padding: 7px 10px;
        margin-bottom: 15px;
    }
    .cstm-sidebar ul {
        padding: 0;
        list-style: none;
        margin: 0;
    }

        .cstm-sidebar ul li {
            margin: 0px 0 8px;
        }

            .cstm-sidebar ul li a {
                color: #303030;
                font-size: 16px;
                width: 100%;
                display: inline-block;
                padding: 9px 0 9px 25px;
                border-bottom: dashed 1px #156c8c52;
                position: relative;
                line-height: 21px;
                letter-spacing: -0.3px;
            }

                .cstm-sidebar ul li a:before {
                    content: "";
                    background-image: url(../images/chevron.png);
                    width: 13px;
                    height: 13px;
                    position: absolute;
                    left: 0;
                    background-size: 13px;
                    top: 50%;
                    transform: translateY(-50%);
                    transition: 0.5s ease;
                }

                .cstm-sidebar ul li a:hover, .cstm-sidebar ul li a.active {
                    color: #ffffff;
                    background: #ab0c2f;
                    padding: 9px 0 9px 28px;
                }

.committees-sidebar {
    padding: 25px 25px 0;
}

.committees-sidebar h3 {
    margin-bottom: 0;
}

.committees-sidebar ul {
    padding: 0;
    list-style: none;
    margin: 1.4rem 0 3.2rem;
}
ul li a:hover:before, .cstm-sidebar ul li a.active:before {
                        left: 8px;
                        filter: brightness(0) invert(1);
                    }
a.sidebar-mega-link {
    display: block;
    background: #dfd5d7;
    margin: 5px;
    padding: 7px;
}
a.sidebar-mega-link:hover {
    color: #ab0c2f;
}


/*Global Code*/

hr {
    background: rgb(171 12 47 / 8%);
}

.mb-5 {
    margin-bottom: 2rem !important;
}

.modal-body {
    padding: 1.2rem 0 1.3rem;
}
.modal-content {
    max-height: 99%;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    overflow: auto;
    position:absolute;
}

.modal-dialog {
    max-height: 99%;
    height: 100vh;
}
 
.modal-header {
    padding: 0.5rem 0 1.2rem;
}

.modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.modal-content {
    background: #fff;
    padding: 18px 24px;
    border-radius: 12px;
}

button.btn-close {
    background-color: #ff4343;
}

/*Banner*/

.carousel-control-next, .carousel-control-prev {
    width: 33px;
    height: 65px;
    top: 50%;
    transform: translateY(-50%);
    background: #dbbcbc;
}

.banner-carousel .carousel-indicators {
    display: none;
}

button.carousel-control-prev {
    border-radius: 0 40px 40px 0;
    padding-right: 8px;
}

button.carousel-control-next {
    border-radius: 40px 0px 0px 40px;
    padding-left: 8px;
}

.banner-content h2 {
    font-family: "Euclid Circular";
    font-size: 60px;
    text-transform: uppercase;
    line-height: 60px;
    letter-spacing: -1px;
    font-weight: 800;
    color: #161613;
}

    .banner-content h2 span {
        color: #ab0c2f;
    }

.banner-lt-col {
    display: flex;
    align-items: center;
    padding-left: 9rem;
    padding-right: 4rem;
}

.banner-content p {
    font-size: 14px;
    padding: 0rem 0 0 1.5rem;
    border-left: solid 2px #ab0c2f;
    color: #192335;
    background: #ffffff00;
    line-height: 24px;
}

.banner-content h4 {
    font-family: "Euclid Circular";
    font-weight: 600;
    letter-spacing: -0.8px;
    font-size: 33px;
    margin-bottom: 5px;
    color: #161613;
}

.banner-content {
    position: relative;
}

    .banner-content:after {
        content: "";
        width: 175px;
        height: 90px;
        background-image: url(../images/plane.png);
        position: absolute;
        top: -28px;
        right: 50px;
        background-position: center;
        background-size: 175px;
        background-repeat: no-repeat;
    }

.banner-carousel:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: url('https://rainbowit.net/html/histudy/assets/images/splash/bg/bg-2.png'); */
    background: #eedfdf61;
}

.banner-carousel .carousel-inner {
    z-index: 1;
}

.carousel-indicators button {
    width: 18px !important;
    height: 18px !important;
    border-radius: 100% !important;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #766ad6;
}

/*Announcements*/

.announcement-sec {
    background-color: #e2c4cb;
    padding: 10px 10px;
}

.announcement-slide {
    display: flex;
    align-items: center;
}

    .announcement-slide .cstm-slide-arrow {
        margin-top: 0;
        padding: 6px;
    }
    .announcement-slide .cstm-slide-arrow:before {
            content: "";
            background: #e2c4cb;
            position: absolute;
            top: 0;
            left: 0;
            width: 85px;
            height: 46px;
            z-index: 9;
     }

    .announcement-slide .rbt-swiper-arrow {
        position: relative;
        top: unset;
        left: unset !important;
        right: unset !important;
        transform: none;
        width: 34px;
        height: 34px;
        opacity: 1;
        z-index: 9;
    }

.announcement-row {
    align-items: center;
}

.announcement-slide a {
    font-size: 16px;
    color: #192335;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

    .announcement-slide a b {
        border-left: solid 1px #ab0c2f;
        border-right: solid 1px #ab0c2f;
        color: #ab0c2f;
        font-weight: 600;
        padding: 0 14px;
        margin: 0 14px;
    }

    .announcement-slide a:hover {
        color: #ab0c2f;
    }

/*About Section*/

.rbt-about-area h6 {
    color: #ab0c2f;
    font-family: 'Euclid Circular';
    margin-bottom: 11px;
}

.rbt-about-area h4.rbt-card-title {
    font-size: 18px;
    font-family: 'Euclid Circular';
    font-weight: 600;
    margin-bottom: 6px !important;
}
.abt-communq {
    background: #fff5f7;
    color: #ab0c2f;
    width: 100%;
    display: block;
    text-align: center;
    padding: 1.5rem 0;
    text-decoration: underline;
    margin: 1.5rem 0 0;
}
    .abt-communq:hover, .abt-communq:focus {
        color: #192335;
    }

/*Event*/

section.event-sec-hm {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
}

    section.event-sec-hm:before {
        content: "";
        width: 36%;
        height: 100%;
        background: #ab0c2f;
        position: absolute;
        left: 0;
        top: 0;
    }

.event-img-wrap {
    background: #fff;
    padding: 2rem;
}

    .event-img-wrap img {
        max-height: 342px;
        height: 100vh;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

.event-wrap {
    display: flex;
    padding: 0 4rem;
    align-items: center;
}

.event-listing-cont {
    padding-left: 4rem;
}

.event-sec-hm .cstm-slide-arrow {
    padding: 0;
    width: 100%;
}

.event-sec-hm .rbt-swiper-arrow {
    position: relative !important;
    opacity: 1 !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    transform: none !important;
    opacity: 1 !important;
}

.event-sec-hm .cstm-slide-arrow .rbt-swiper-arrow::after {
    background-color: #fedddd;
    border-radius: 0;
}

.event-listing-cont a.event-lnk {
    font-weight: 600;
    color: #192335;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 2.2rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    letter-spacing: -0.5px;
}

.event-listing-cont a:hover {
    color: #ab0c2f;
}
h6.eventDate span {
    display: flex;
    gap: 5px;
    align-items: center;
}

h6.eventDate {
    font-family: "Euclid Circular";
    display: flex;
    gap: 16px;
    color: #ab0c2f;
    margin-bottom: 12px;
}
.event-listing-cont a.rbt-btn-link {
    color: #ab0c2f;
}

.heading-col {
    text-align: center;
    padding-top: 0;
}

/*Organisation Structure*/

.orgs-wrapper {
    text-align: center;
}

/*Event Gallery Cat*/

.gallery-cat-box-title {
    text-align: center;
    width: 80%;
    position: relative;
    margin: -3rem auto 0px;
    padding: 1.4rem;
    border-radius: 50px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(238 238 238) 100%);
}
.sup {
    vertical-align: super;
    font-size: 20px;
}
.gallery-cat-box {
    margin: 1rem 0;
}
.gallery-cat-box img {
    border-radius: 15px;
    border: solid 1px #ab0c2f;
}

.gallery-cat-box-title h4 {
    margin-bottom: -2.5px;
    font-weight: 500;
    font-size: 21px;
    font-family: 'Euclid Circular';
    letter-spacing: -0.5px;
}

.gallery-cat-box-title a {
    color: rgb(171 12 47);
    font-size: 14px;
    letter-spacing: 0.2px;
}

/*Gallery*/

.rbt-gallery img {
    height:auto;
    object-fit: cover;
    object-position: center;
}

a.child-gallery-single {
    padding: 8px;
}

section.cstm-sec.gallery-sec {
    position: relative;
}

    section.cstm-sec.gallery-sec:before {
        content: "";
        background-image: url(../images/shape-3.png);
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
    }

.gallery-sec .container {
    position: relative;
    z-index: 1;
}

.rbt-gallery {
    position: relative;
    background: #f8f0f2;
    padding: 1rem;
}
    .rbt-gallery p {
        text-align: center;
        margin: 1rem 0 0rem;
        position: absolute;
        top: 0;
        background: #f8f0f2;
        padding: 1px 14px;
        border-radius: 0 0 10px;
    }

    .rbt-gallery:before {
        content: "";
        background: rgb(171 12 47 / 70%);
        clip-path: polygon(47% 100%, 0 100%, 0 53%);
        position: absolute;
        bottom: 8px;
        left: 8px;
        width: 150px;
        height: 150px;
        transition: 0.3s ease-in-out;
        opacity: 0;
    }

    .rbt-gallery:after {
        content: "";
        background: rgb(171 12 47 / 70%);
        clip-path: polygon(100% 0, 100% 53%, 47% 0);
        position: absolute;
        top: 8px;
        right: 8px;
        width: 150px;
        height: 150px;
        transition: 0.3s ease-in-out;
        opacity: 0;
    }

    .rbt-gallery:hover:before {
        bottom: 0;
        left: 0;
        opacity: 1;
    }

    .rbt-gallery:hover:after {
        top: 0;
        right: 0;
        opacity: 1;
    }

    .rbt-gallery i {
        position: absolute;
        top: 58%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgb(134 20 46 / 86%);
        padding: 11px;
        border-radius: 100px;
        border: solid 1px rgb(255 255 255 / 38%);
        transition: 0.3s ease-in-out;
        opacity: 0;
    }

    .rbt-gallery:hover i {
        top: 50%;
        opacity: 1;
    }
.mfp-bottom-bar {
    margin-top: -7px;
}
.mfp-title {
    font-size: 14px !important;
    text-align: justify;
    padding: 0;
}
.mfp-counter {
    display: none;
}
.mfp-figure:after {
    box-shadow:none;
    background:transparent;
}
.mfp-image-holder .mfp-content {
    width: 62%;
}
.mfp-img {
    max-height: 480px !important;
    padding: 0 !important;
}
    /*Video Gallery*/

    video #main-video {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 12px;
}

.cstm-sidebar.video-list li video {
    width: 130px !important;
    height: 75px !important;
}

.video-list li {
    margin:0 !important;
}

.video-list h5 {
    font-family: "Euclid Circular";
    font-weight: 500;
    letter-spacing: -0.5px;
    font-size: 18px;
    color: #aa0c2f;
    margin-bottom: 5px;
}

.video-frame {
    width: 130px;
    height: 100px;
    position: relative;
}

.video-cont {
    flex: 1;
}

    .video-cont p {
        font-size: 15px;
        line-height: 23px !important;
    }
.video-link a {
    display: flex !important;
    padding: 11px 0 !important;
    gap: 15px;
    align-items: center;
    margin: 0 !important;
}
    .video-link a:hover {
        background: transparent !important;
        color: #ab0c2f !important;
    }

/*Footer*/
.gigw-sec {
    border-top: solid 1px #f1efef57;
    padding: 2.5rem 0 2.5rem;
    align-items: center;
    margin-top: 4rem;
    justify-content: center;
    border-bottom: solid 1px #f1efef57;
}

    .gigw-sec .social-icons {
        width: auto;
    }

    .gigw-sec .right-sec {
        width: auto;
    }

a.text-red {
    color: #d2002e;
}

p.designed-By {
    color: #fff;
    text-align: right;
    font-size: 15px;
}

    p.designed-By a {
        color: #d2002e;
        letter-spacing: -0.3px;
    }
.tag-line {
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    background: #ab0c2f;
}

    .tag-line p {
        font-size: 16px;
        text-align: center;
        color: #fff;
        padding: 9px 40px;
        line-height: 20PX;
    }

/*president*/
.cont-rt-col {
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
}

.president-img {
    background: #ab0c2f;
    padding: 12px;
}

    .president-img h6 {
        margin: 0;
        text-align: center;
        font-size: 17px;
        color: #fff;
        line-height: 22px;
        letter-spacing: -0.3px;
        padding: 12px 15px 2px;
        font-family: "Euclid Circular";
    }

/*Council Members*/

.cstm-sec {
    padding: 70px 0;
}

.shape-bg {
    background-image: url(../images/shape1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.cstm-sec p {
    line-height: 26px;
}

.cstm-nav button {
    color: #192335;
    font-size: 16px;
    background: #f5f6fb !important;
    margin: 0 6px 0 0px;
    padding: 10px 22px;
    letter-spacing: -0.3px;
    border-radius: 25px 25px 0 0 !important;
    border: solid 1px #e5e2ff !important;
}

    .cstm-nav button.active {
        color: #ffffff !important;
        background: #ab0c2f !important;
    }

    .cstm-nav button:hover {
        color: #ab0c2f;
    }

.cstm-tab-cont h5 {
    font-size: 22px;
    padding: 6px 8px 6px;
    border-bottom: solid 1px #e7e7ff;
    letter-spacing: -0.2px;
    margin: 11px 0;
    background: #f1f5ff;
}

.team-mr {
    margin: 0.8rem 0;
}

.team-wrapper {
    background: #f8f9fd;
    padding: 1rem;
    border: solid 1px rgb(13 105 191 / 14%);
    border-radius: 12px;
    height: 100%;
    text-align: center;
}

.member-img {
    width: 120px;
    height: 120px;
    background: #e9e9ee;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    margin: auto;
}

    .member-img img {
        object-fit: cover;
        object-position: top center;
        height: 100%;
        width: 100%;
    }

.pg-team-title {
    flex: 1;
}

    .pg-team-title h4 {
        letter-spacing: -0.4px;
        font-size: 18px;
        color: #192335;
        margin: 8px 0 11px;
        line-height: 25px;
        font-weight: 500;
        border-bottom: solid 1px #e7e7ff;
        padding: 7px 0 11px;
        font-family: 'Euclid Circular';
    }

        .pg-team-title h4 span {
            font-weight: 500;
            letter-spacing: 0;
            font-size: 15px;
            display: block;
            color: #ab0c2f;
            line-height: 18px;
            margin-top: 3px;
        }

    .pg-team-title p {
        font-size: 14px;
        line-height: 21px;
        margin: 0 0 4px;
        letter-spacing: -0.1px;
        color: #505050;
    }

    .pg-team-title h4:before, .pg-team-title h4:after {
        display: none;
    }

/*Council Committee*/

.committee-cont a:hover {
    color: #156c8c;
}

.committee-cont a {
    position: relative;
    padding-left: 19px;
}

    .committee-cont a:before {
        content: "";
        width: 8px;
        height: 8px;
        background: #156c8c;
        position: absolute;
        left: 3px;
        top: 7px;
        transform: rotate(45deg);
    }

.commitee-rt-sidebar .cstm-sidebar {
    background: #ddf1ff;
    margin-left: auto;
    max-height: 600px;
    height: 100vh;
    overflow: scroll;
    padding: 8px 25px;
    overflow-x: unset;
}

.committee-cont .pg-team-title h4 {
    letter-spacing: -0.5px;
    font-size: 16px;
    color: #192335;
    margin: 14px 0 0px;
    line-height: 21px;
    font-weight: 500;
    border-bottom: none;
    padding: 7px 7px 5px;
    font-family: "Euclid Circular";
}

.secretary-col {
    display: flex;
    gap: 15px;
    margin: 0 auto 1.2rem;
    padding: 1rem;
    align-items: center;
    border-radius: 8px;
    background: #f8f9fd;
    border: solid 1px rgb(13 105 191 / 14%);
}

    .secretary-col pre {
        background: transparent;
        padding: 0;
        margin: 0;
    }

        .secretary-col pre span {
            font-family: "Euclid Circular";
            background: #ab0c2f;
            color: #fff;
            padding: 1.5px 10px;
            display: inline-block;
            border-radius: 100px;
            font-size: 12px;
            margin-bottom: 7px;
        }

.committee-cont .heading {
    font-size: 22px;
    border-bottom: dashed 1px #c9cdde;
    padding: 0 0 10px;
    width: 97%;
    margin: 0 auto 1.3rem;
}
h6.quorum {
    display: block;
    font-family: 'Euclid Circular';
    letter-spacing: -0.4px;
}
h6.quorum span {
    color: #ab0c2f;
}
.president-col img, .secretary-col img {
    width: 125px;
    height: 125px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
    border: 2px solid #f3a6b7;
    padding: 6px;
}

.president-col {
    display: flex;
    gap: 15px;
    margin: 0 auto 1.2rem;
    padding: 1rem;
    align-items: center;
    border-radius: 8px;
    background: #ab0c2f;
}

    .president-col h4, .secretary-col h4 {
        font-size: 21px;
        margin: 0;
        font-family: 'Euclid Circular';
        line-height: 23px;
        font-weight: 600;
    }

    .president-col h4 {
        color: #fff;
    }

.secretary-col h4 {
    color: #192335;
}

    .president-col h4 span, .secretary-col h4 span {
        display: block;
        font-size: 16px;
        font-family: "Euclid Circular";
        font-weight: 400;
        margin-top: 3px;
    }

.president-col h4 span {
    color: #ffffff;
}

.secretary-col h4 span {
    color: #192335;
}

.commitee-rt-sidebar .cstm-sidebar button {
    color: #303030;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    padding: 9px 0 9px 25px;
    border-bottom: dashed 1px #156c8c52;
    position: relative;
    text-align: left;
}

.commitee-rt-sidebar .cstm-sidebar .nav-link.active, .commitee-rt-sidebar .cstm-sidebar .show > .nav-link {
    color: #fff;
    background-color: #156c8c;
}

.commitee-rt-sidebar .cstm-sidebar h5 {
    margin: 1.5rem 0 2rem;
}

.commitee-rt-sidebar .cstm-sidebar button:before {
    content: "";
    background-image: url(../images/chevron.png);
    width: 10px;
    height: 10px;
    position: absolute;
    left: 6px;
    background-size: 10px;
    top: 14px;
    transition: 0.5s ease;
}

.committee-memb-row .pg-team-title h4 {
    border-bottom: none;
    margin-bottom: 0;
}

.committee-memb-row .team-wrapper {
    padding: 1rem 2.5rem;
}

button.accordion-button {
    background-color: #f8f6ff !important;
    border-bottom: dashed 1px rgb(171 12 47 / 47%) !important;
    position: relative;
    background: #f8f6ff;
    box-shadow: none !important;
    font-family: 'Euclid Circular';
    font-size: 20px;
    color: #192335 !important;
    font-weight: 500;
    padding: 15px;
}

/*Departmental Heads*/

div#datatable_length label {
    display: flex;
    width: 200px;
    align-items: center;
    text-transform: capitalize;
    font-size: 15px;
    color: #303338;
}

.dataTables_length select {
    border: solid 1px #beb9ce !important;
    border-radius: 7px !important;
    padding: 2px 6px !important;
    height: auto;
    width: 60px;
    margin: 0 5px;
    background: #ffffff url(../images/icons/arrow.png) no-repeat center right 9px;
}

.dataTables_filter label {
    text-transform: capitalize;
    color: #222 !important;
    margin-bottom: 0.3rem;
    font-size: 15px;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 8px;
    margin-left: 5px;
    border: solid 1px rgb(191 70 97 / 13%) !important;
    background: #f8f2f2;
}

.cstm-table {
    border-radius: 15px;
    overflow: hidden;
    border: none !important;
    background: #fff;
}

table.cstm-table img {
    width: 40px;
}

.dataTables_filter input:focus {
    outline: none;
}

div#datatable_filter {
    margin-bottom: 9px;
}

.dataTables_wrapper .dataTables_length {
    top: 4px;
    position: relative;
}

.cstm-table th {
    background: rgb(171 12 47 / 83%);
    color: #fff;
    padding: 10px 10px;
    border: solid 1px #f3ecfe;
    font-size: 14px;
    font-weight: 500 !important;
}

table.cstm-table tr td {
    font-size: 14px;
    padding: 10px 10px;
    line-height: 18px;
    border: solid 1px rgb(70 26 36 / 4%);
    color: #303338;
}

button.modal-close {
    background: #ab0c2f;
    color: #fff;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

button.modal-pdf-btn {
    background: #ab0c2f;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 9px 16px;
    border-radius: 4px;
    margin: 0;
}

table.cstm-table tbody tr:nth-child(even) td {
    background: #fff7fa;
}

.dataTables_paginate {
    color: #222 !important;
    margin-top: 0.5rem;
}

a.paginate_button {
    padding: 4px 13px !important;
    border-radius: 7px !important;
    font-size: 15px;
}

div#datatable_info {
    font-size: 15px;
    color: #192335;
    margin-top: 3px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        background: #ab0c2f !important;
        color: #fff !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: #ab0c2f;
        border: none;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #fff !important;
    }

/*Past President*/

.past-pres-box {
    background: #e7e4f1;
    padding: 12px;
    margin: 0.75rem 0;
    position: relative;
    transition: 0.6s ease;
    top: 0;
}

.past-president-cap {
    border: solid 1px #dce3f6;
    padding: 22px 19px;
    position: relative;
    margin: 3rem 0;
}

    .past-president-cap h4 {
        position: absolute;
        top: -16px;
        background: #ffffff;
        width: auto;
        left: 18px;
        color: #ab0c2f;
        font-size: 22px;
        font-family: 'Euclid Circular';
        font-weight: 500;
    }

.past-pres-box h5 {
    font-family: "Euclid Circular";
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.4px;
    margin: 12px 0 4px;
    color: #192335;
}

    .past-pres-box h5 span {
        display: block;
        color: #ab0c2f;
        font-size: 14px;
        letter-spacing: 0px;
        margin: 1px 0 0;
    }

.pres-box-pop {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(171 12 47 / 96%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: 0.7s ease;
}

.past-pres-box:hover .pres-box-pop {
    opacity: 1;
}

.past-pres-box:hover {
    top: -1rem;
    cursor: pointer;
}

/*Tab*/

.tab-button-style-2 {
    border-bottom: none;
}

    .tab-button-style-2 li {
        background-color: #ffffff;
        /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12); */
        box-shadow: none;
        width: calc(100% / 7 - 13px);
        border-radius: 15px;
        margin: 0 0px !important;
        height: auto;
        padding: 0;
        display: block;
        border: solid 1px #b2bcf436;
    }

        .tab-button-style-2 li a {
            padding: 25px;
            height: auto;
        }

.nav-tabs h6 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Euclid Circular';
}

.cstm-update-tab img {
    width: 51px;
    margin-bottom: 12px;
}

.slide-left .notify img, .slide-left .notify {
    height: 100%;
    object-fit: cover;
}

.date {
    display: none;
}

.slide-right {
    border-left: solid 1px #cecfeb;
}

.cstm-tab-sec .arrow {
    margin: 26px 25px 0;
}

.cstm-tab-sec ul.marquee-vertical li a {
    color: #192335;
    font-size: 14px;
    font-family: 'Euclid Circular';
    padding: 0 27px 0 38px;
    position: relative;
}

    .cstm-tab-sec ul.marquee-vertical li a:before {
        content: "\f621";
        position: absolute;
        left: 17px;
        font-size: 12px;
        top: 2px;
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
        color: #2c8caf;
    }

    .cstm-tab-sec ul.marquee-vertical li a:hover {
        color: #156c8c;
    }

.cstm-tab-sec .marquee-vertical li a {
    background-image: unset;
}






/*Latest Update Sec*/


.latest-upd-sec {
    background: linear-gradient(0deg, rgb(255 255 255) 26%, #f8f2f2 26%);
    position: relative;
}

section.cstm-sec.latest-upd-sec:before {
    content: "";
    background-image: url(../images/shape4.webp);
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    background-size: cover;
    opacity: 0.14;
}

.latestupd-row {
    position: relative;
    padding: 0 12rem;
    justify-content: center;
}

.latest-upd-sec h4.title {
    text-align: center;
}

.updates-box {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 3rem;
    text-align: center;
    position: relative;
}

    .updates-box img {
        width: 75px;
        margin: 0 auto 2.5rem;
        display: block;
    }

a.news-box-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.updates-box a:hover {
    color: #323091;
}

.cstm-slide-arrow .rbt-swiper-arrow::after {
    background-color: #fff;
}

.row.latestupd-row:before {
    content: "";
    background: #ab0c2f;
    width: 100%;
    height: 84%;
    position: absolute;
    left: 0;
    top: 79%;
    transform: translateY(-50%);
    border-radius: 23px;
}

.tender-item-4-activation .swiper-wrapper {
    height: auto;
}

.tender-item-4-activation .rbt-swiper-arrow {
    position: relative;
    top: unset;
    transform: none;
    z-index: 2;
    transition: 0.5s;
    opacity: 1;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    color: var(--color-body);
    background-color: var(--color-white);
    z-index: 3;
    cursor: pointer;
}

.cstm-slide-arrow {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 16px;
    padding: 6px 0 6px;
}

.tender-item-4-activation .rbt-swiper-arrow.rbt-arrow-left {
    left: unset;
}

.tender-item-4-activation .rbt-swiper-arrow.rbt-arrow-right {
    left: unset;
    right: unset;
}

.tender-item-4-activation .rbt-swiper-arrow:hover::after {
    transform: scale(1.1);
}

/*Tender page*/

.checkout-form .rbt-btn {
    height: 45px;
    line-height: 45px;
    background: #ab0c2f;
}
/*Step Sec*/

.admission-steps-sec {
    padding: 55px 0 90px;
}

    .admission-steps-sec .rbt-badge-6 {
        margin: 0 auto 1rem;
        display: table;
        background: #ffdede !important;
        color: #ab0c2f !important;
    }

.steps-wrap {
    text-align: center;
    position: relative;
    padding: 0 3.4rem 0;
}

.steps-img img {
    margin-bottom: 1.5rem;
    max-height: 80px;
    background-color: #edebf8;
    padding: 12px;
    border-radius: 9px;
}

.steps-wrap h4 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: #192335;
    font-family: 'Euclid Circular';
    margin: 4px 0 7px;
}

.steps-wrap p {
    color: #192335;
    font-size: 18px;
}

.admission-steps-sec .row {
    position: relative;
}

.steps-wrap:after {
    content: "";
    border-right: solid 1px hsl(196.13deg 73.91% 31.57% / 15%);
    position: absolute;
    right: -15px;
    top: 0;
    height: 100%;
}

.steps-wrap.brdr-none:after {
    display: none;
}

.admission-steps-sec h4.title {
    text-align: center;
    margin-bottom: 5rem;
}

.admission-steps-sec a.cstm-btn {
    background: #2e88a9;
    padding: 12px 25px;
    font-size: 16px;
    display: table;
    margin: 6rem auto 0;
    border-radius: 100px;
    font-weight: 500;
    color: #fff;
}

/*Disciplinary Directorate*/

.disciplinary-wrap {
    padding-left: 1rem;
}

    .disciplinary-wrap li a {
        color: #303030;
        font-size: 16px;
        width: 100%;
        padding: 12px 15px 12px;
        border-bottom: dashed 1px #156c8c52;
        position: relative;
        background: #f8f6ff;
        display: flex;
        gap: 38px;
        justify-content: space-between;
        align-items: center;
    }

        .disciplinary-wrap li a:hover {
            color: #ab0c2f;
        }

    .disciplinary-wrap ul {
        margin: 0;
        padding: 0;
    }

        .disciplinary-wrap ul li {
            list-style: none;
        }

    .disciplinary-wrap li a img {
        width: 31px;
    }
li.list-heading h6 {
    font-family: 'Euclid Circular';
    color: #192335;
    font-weight: 600;
    font-size: 19px;
    margin: 6px 0;
}
li.list-heading:before {
    display: none;
}
        .disciplinary-wrap li a img.chevron-link {
            width: 16px;
        }

.disciplinary-lt-col {
    position: sticky;
    top: 0px;
}
.phdofCMA-lt-col {
    position: sticky;
    top: 148px;
    height: 573px;
}

.disciplinary-wrap li a i {
    margin-right: 6px;
}

.disciplinary-wrap ul h6 {
    font-size: 20px;
    font-weight: 600;
    border-left: solid 3px #ab0c2f;
    padding-left: 1rem;
    margin: 2rem 0;
    font-family: 'Euclid Circular';
    color: #192335;
    letter-spacing: -0.2px;
}
.directory-btn, .directory-btn:focus {
    background: antiquewhite;
    border: none;
    color: #192335;
    display: inline-block;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0px;
    border-radius: 7px;
    cursor: pointer;
}
.directory-btn:hover {
    background: #b93552;
    color: #ffffff;
}
/*Institute In The News*/

.cstm-inst-news-wrap {
    padding-left: 1.5rem;
}

.inst-news-cont h5 {
    color: #303030;
    font-size: 16px;
    font-family: "Euclid Circular";
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.cstm-inst-news-wrap ul {
    list-style: none;
    padding: 0;
}

    .cstm-inst-news-wrap ul li {
        width: 100%;
        padding: 12px 25px 12px;
        border-bottom: dashed 1px #156c8c52;
        position: relative;
        background: #f8f6ff;
        display: flex;
        gap: 38px;
        justify-content: space-between;
        align-items: center;
    }

.inst-news-cont a {
    color: #be6276;
    font-size: 14px;
    padding: 0px 10px;
    border-left: dashed 1px #ab0c2f;
    display: block;
    margin: 5px 0 0;
}

    .inst-news-cont a:hover {
        color: #ab0c2f;
    }

.cstm-inst-news-wrap img {
    width: 31px;
}


/*Network*/

.cstm-navTab-sidebar {
    background: #ddf1ff;
    margin-left: auto;
    height: 100%;
    padding: 8px 25px;
    overflow-x: unset;
}

    .cstm-navTab-sidebar button {
        color: #303030;
        font-size: 16px;
        width: 100%;
        display: inline-block;
        padding: 9px 0 9px 25px;
        border-bottom: dashed 1px #156c8c52;
        position: relative;
        text-align: left;
    }

        .cstm-navTab-sidebar button:before {
            content: "";
            background-image: url(../images/chevron.png);
            width: 10px;
            height: 10px;
            position: absolute;
            left: 6px;
            background-size: 10px;
            top: 14px;
            transition: 0.5s ease;
        }

    .cstm-navTab-sidebar .nav-link.active, .commitee-rt-sidebar .cstm-sidebar .show > .nav-link {
        color: #fff;
        background-color: #156c8c;
    }

        .cstm-navTab-sidebar .nav-link.active:before {
            filter: brightness(0) invert(1);
        }

    .cstm-navTab-sidebar h5 {
        margin: 1.5rem 0 2rem;
    }

    .cstm-navTab-sidebar h5 {
        margin: 1.5rem 0 2rem;
        font-size: 2.5rem;
        letter-spacing: -0.3px;
    }

.region-cont a {
    color: #303030;
    font-size: 15px;
    width: calc(100% / 2 - 5px);
    display: inline-block;
    padding-left: 2rem;
}

/*Chat Bot*/

.chatbot {
position: fixed;
    bottom: 18px;
    z-index: 9;
    right: 8px;
    background: #ad1335;
    width: 58px;
    height: 58px;
    border-radius: 100px;
    padding: 7px;
}

.rbt-progress-parent {
    right: 115px;
    bottom: 26px;
}

.chat-screen {
    display: none;
    position: fixed;
    max-width: 363px;
    max-height: 455px;
    height: 100vh;
    width: 100%;
    z-index: 9;
    background: #ffffff;
    right: 12px;
    bottom: 100px;
    border-radius: 15px;
    border: solid 2px rgb(119 71 255 / 8%);
}

    .chat-screen.active {
        display: block;
    }

/*Network*/

.network-box {
    border: solid 1px rgb(73 52 107 / 8%);
    padding: 2rem;
    text-align: center;
    border-radius: 18px;
    box-shadow: 0px 6px 14px rgba(215, 216, 222, 0.41);
    background: #fff;
    margin: 7px 0;
}
    .network-box a {
        font-family: 'Euclid Circular';
        font-weight: 500;
        letter-spacing: -0.2px;
        font-size: 15px;
        color: #4c356a;
    }

    .network-box h5 {
        font-family: 'Euclid Circular';
        font-weight: 500;
        letter-spacing: -0.3px;
        line-height: 22px;
        font-size: 18px;
        margin: 0 0 6px;
    }

    .network-box button {
        font-family: 'Euclid Circular';
        font-weight: 500;
        letter-spacing: -0.2px;
        font-size: 15px;
        color: #4c356a;
        background: transparent;
        border: none;
    }

        .network-box button:hover {
            color: #ab0c2f;
        }

.modal-header h1 {
    font-family: 'Euclid Circular';
    font-size: 21px !important;
    font-weight: 500;
    letter-spacing: -0.4px;
}
.ce-col {
    display: flex;
    align-items: center;
    padding-left: 2.5rem;
}
.hyd-exce {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.net-address-wrap h4 {
    font-family: 'Euclid Circular';
    font-size: 22px !important;
    color: #ab0c2f;
    margin-bottom: 15px;
    letter-spacing: -0.3px;
}

    .net-address-wrap h4 span {
        display: block;
        font-size: 15px;
        color: #192335;
        font-weight: 500;
        margin: 5px 0 0;
        letter-spacing: 0.1px;
    }

.net-address-wrap p {
    color: #192335;
    margin: 0 0 6px;
}

.net-address-wrap tr td {
    font-size: 14px;
    padding: 7px;
    color: #192335;
}

    .net-address-wrap tr td a:hover, .net-address-wrap tr td a:focus {
        color: #ab0c2f;
    }

.net-address-wrap tr th {
    font-size: 14px;
    padding: 8px 6px;
    background: rgb(171 12 47 / 76%);
    color: #fff;
    border: solid 1px rgb(255 200 212 / 31%);
}

.net-address-wrap table tr:nth-child(even) td {
    background: #fff7fa;
}

.modal button.btn-close {
    background-color: #ab0c2f;
    box-shadow: none !important;
    border-radius: 6px;
    padding: 7px;
    z-index:1;
}

/*Contact Us*/

.map-col iframe {
    border: 0;
}

.contact-lt-col {
    background: #f6ecee;
    height: 100%;
    padding: 2rem 2rem 0.5rem;
    border-radius: 10px;
}

.contact-lt-wrapper h5 {
    color: #ffffff;
    font-size: 19px;
    font-family: 'Euclid Circular';
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 7px 9px;
    background: #ab0c2f;
}

.contact-lt-wrapper p span {
    color: #ab0c2f;
    display: block;
    letter-spacing: -0.3px;
    margin-bottom: 8px;
    border-left: solid 2px #ab0c2f;
    padding-left: 5px;
    font-weight: 500;
    line-height: 19px;
}

.contact-lt-wrapper p {
    color: #192335;
    line-height: 22px;
    margin: 0 0 16px;
}
.contact-wrapper {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    padding: 0 1rem;
}

.contact-ic {
    width: 52px;
    height: 52px;
    background: #ffffff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .contact-ic img {
        width: 26px;
    }

.contact-cont h5 {
    margin: 0 0 2px;
    font-family: 'Euclid Circular';
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: -0.1px;
    font-size: 14px;
    color: #fff;
}

.contact-wrap-sec {
    background: #f8f2f2;
    margin-top: 4rem;
}

.contact-wrap-row {
    background: #ab0c2f;
    padding: 4rem 4rem 0;
    width: 100%;
    margin: -13rem auto 0;
    border-radius: 16px;
}

.contact-cont a {
    color: #ffe0e6;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: -0.3px;
    display: block;
}
a.cont-email {
    border: solid 1px #fff;
    padding: 4px 15px;
    display: flex;
    width: 100%;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    border-radius: 5px;
    margin: 5px 0 0;
    align-items: center;
    gap: 6px;
}
h6.high-text {
    font-family: 'Euclid Circular';
    color: #192335;
    display: table;
    margin: 4rem auto 0;
    padding: 2.5rem 6rem 1rem;
    background: #f8f2f2;
    font-size: 20px;
    font-weight: 600;
    border-radius: 100px 100px 0 0;
}

    .contact-cont a:hover {
        color: #fff;
    }

.contact-external-links {
    margin: 4rem 0 3rem;
}
.contact-cont{
    flex: 1;
}
    .contact-external-links h5 {
        font-size: 22px;
        letter-spacing: -0.3px;
        color: #192335 !important;
        line-height: 22px;
        font-family: 'Euclid Circular';
        font-weight: 600;
        text-align: center;
        margin: 0 0 19px;
    }

    .contact-external-links a {
        display: table;
        margin: auto;
        font-size: 14px;
        border: solid 1px rgb(171 12 47 / 26%);
        padding: 5px 11px;
        border-radius: 9px;
        letter-spacing: -0.5px;
        color: #192335;
        background: #ffffff;
        box-shadow: 2px 3px 9px -3px rgb(77 13 27 / 20%);
    }

        .contact-external-links a:hover {
            background: #ab0c2f;
            color: #fff;
        }

.contact-links-wrapper {
    margin: 0.75rem 0;
    border: solid 1px rgb(171 12 47 / 11%);
    padding: 2.5rem;
    position: relative;
    transition: 0.2s ease;
    top: 0;
    cursor: pointer;
    background: #fff;
    border-radius: 15px;
}

    .contact-links-wrapper:hover {
        box-shadow: 2px 3px 14px -3px rgb(21 108 140 / 14%);
        top: -6px;
    }

/*Login Page*/

.login-sec {
    height: 100vh;
}

    .login-sec .container-fluid, .login-sec .row {
        height: 100%;
    }

.login-lt-col {
    position: relative;
    background-image: url('../images/login-bg.png');
    background-size: cover;
    background-position: center;
    height: 100%;
}

    .login-lt-col:after {
        content: "";
        background: rgb(96 13 30 / 33%);
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
    }

.login-rt-col {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.login-form {
    width: 65%;
}

.submit-btn {
    background: #ab0c2f;
    width: 100%;
    border: none;
    padding: 14px;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
}

    .submit-btn:hover {
        background: #161613;
    }

.login-form .form-control {
    border: solid 1px rgb(100 51 62 / 25%);
    border-radius: 100px;
    padding: 12px 19px;
    height: 48px;
    color: #192335;
}

.login-rt-col:before {
    content: "";
    background: #ff8025ba;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: absolute;
    top: -4rem;
    left: -5rem;
    filter: blur(84px);
}

.login-rt-col:after {
    content: "";
    background: #ff8025ba;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: absolute;
    bottom: -4rem;
    right: -5rem;
    filter: blur(84px);
}

.login-form h4 {
    margin: 10px 0 1px;
    border-top: dashed 1px #ab0c2f;
    padding: 15px 0 0;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.2px;
}

.login-form .form-control:focus {
    border-color: rgb(171 12 47 / 56%);
}

.captcha-img {
    border: solid 1px rgb(100 51 62 / 25%);
    padding: 1px 6px;
}

    .captcha-img img {
        width: 250px;
        height: 45px;
        object-fit: contain;
    }

button#reload {
    height: 48px;
    background: #ab0c2f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
}

    button#reload i {
        padding-left: 0;
        top: unset;
        font-size: 13px;
    }

/*Custom Similar Page Design*/

.cstm-lt-design {
    background: #fff3f6;
    position: sticky;
    top: 148px;
    border-radius: 15px;
}

.cstm-rt-design ul {
    list-style: none;
    padding: 0;
    margin-top: 26px;
}

    .cstm-rt-design ul li {
        width: 100%;
        padding: 12px 25px 12px;
        border-bottom: dashed 1px #156c8c52;
        position: relative;
        background: #f8f6ff;
        display: flex;
        gap: 38px;
        justify-content: space-between;
        align-items: center;
    }

.cstm-rt-design img {
    width: 31px;
}

.cstm-cont-design h5 {
    color: #303030;
    font-size: 16px;
    font-family: "Euclid Circular";
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.cstm-cont-design a {
    color: #ab0c2f;
    font-size: 14px;
    padding: 0;
    display: inline-block;
    margin: 7px 0 0;
}

    .cstm-cont-design a:hover {
        color: #161613 !important;
    }

.cstm-rt-design {
    padding-left: 1.5rem;
}

/*Internal Committee*/

.internal-committee {
    background: #ffffff;
    box-shadow: -5px 18px 20px 0 rgba(210, 210, 234, 0.4);
    padding: 1.5rem 1.5rem 2rem;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 9px;
    overflow: hidden;
    height: 100%;
}

.int-committee-img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    background: #efe5e7;
    margin: 1rem auto 1.1rem;
    border: solid 5px #fff;
}

    .int-committee-img img {
        width: 120px;
        height: 120px;
        object-fit: cover;
        object-position: top;
    }

.internal-comt-row .col-5 {
    width: 20%;
}

.internal-committee:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 145px;
    transform: translateX(-50%);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    background: rgb(171 12 47);
    z-index: -1;
}

.internal-committee h5 {
    color: #fff;
    font-family: 'Euclid Circular';
    font-weight: 500;
    letter-spacing: -0.4px;
    font-size: 18px;
}

.internal-committee h4 {
    font-family: 'Euclid Circular';
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    padding: 0 0rem;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.internal-committee h6 {
    font-family: 'Euclid Circular';
    color: #ab0c2f;
    font-size: 15px;
    margin-bottom: 0;
    border-top: solid 1px rgb(160 11 44 / 24%);
    padding: 6px 0;
}

.int-committee-cont p i {
    color: #a60c2e;
    margin-right: 5px;
}

.int-committee-cont p b {
    color: #192335;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.int-committee-cont p {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    margin-bottom: 13px;
}

.int-committee-cont a {
    color: #192335;
}

    .int-committee-cont a:hover {
        color: #ab0c2f;
    }

.internal-committee.member:after {
    background: #192335;
}

.internal-committee.member h5 {
    color: #fff;
}

.int-committee-link {
    margin: 5rem 0 0;
    border-top: dashed 2px #ab0c2ffa;
    padding-top: 3rem;
}

    .int-committee-link a {
        display: block;
        padding: 0px 0 0 20px;
        margin: 9px 0;
        position: relative;
        font-size: 16px;
    }

        .int-committee-link a:before {
            content: "\e934";
            font-family: feather;
            color: #ab0c2f;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .int-committee-link a:hover, .int-committee-link a:focus {
            color: #ab0c2f;
        }

/*Mission-vision-page*/

.mission-sec .red-bg, .mission-sec .blk-bg {
    padding: 4rem 4rem;
}

.mission-sec h4 {
    color: #fff;
}

.motto-sec {
    background: linear-gradient(180deg, rgb(253 248 249) 0%, rgba(255, 255, 255, 1) 100%);
}

.motto-rt-col {
    display: flex;
    align-items: center;
}
    .motto-rt-col p b {
        color: #ab0c2f;
        display: block;
        margin: 10px 0 0;
    }
.mission-sec p {
    font-family: "Amarante", serif;
    letter-spacing: -0.2px;
}
.motto-rt-col p {
    font-family: "Amarante", serif;
    font-size: 25px;
    letter-spacing: -0.7px;
    line-height: 33px;
    position: relative;
    padding: 10px 0px 5px 0px;
    margin: 0;
    color: #192335;
}
    .motto-rt-col p:last-child {
        font-size: 20px;
        color: #ab0c2f;
        font-weight: 600;
    }
 

/*Member Login*/

#captcha-box {
    display: none; /* hidden by default */
}

#otpSection .captcha-img {
    width: 220px;
    height: 48px;
    background: #fffefe;
    border: solid 1px rgb(100 51 62 / 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    font-size: 20px;
    letter-spacing: 3px;
    border-radius: 100px;
}

.log-opt-btn {
    border: solid 1px #e9dde0;
    padding: 10px 18px;
    font-size: 15px;
    font-family: 'Euclid Circular';
    background: #f7f2f3;
    margin: 0.4rem 0 2rem;
    border-radius: 5px;
}

    .log-opt-btn:hover, .log-opt-btn.active {
        background: #ac0d2f;
        color: #fff;
    }

p.form-txt {
    margin: 2rem 0;
    font-size: 15px;
}

a.fpwd {
    color: #192335;
    font-size: 16px;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    gap: 3px;
}

    a.fpwd:hover {
        color: #ac0d2f;
    }

div#otpSection {
    display: none;
}

    div#otpSection label {
        color: #192335;
        font-size: 15px;
        margin: 0 0 7px 4px;
    }

button.sendotp {
    width: 275px;
    font-size: 15px;
    border: none;
    height: 48px;
    border-radius: 100px;
    background: #0f1011;
    color: #fff;
}


/*Membership Forms*/

.memb-forms-sec .cstm-rt-design ul li {
    width: calc(100% / 3 - 15px);
    display: inline-block;
    margin: 5px 5px;
    vertical-align: top;
    height: 100vh;
    max-height: 150px;
}

    .memb-forms-sec .cstm-rt-design ul li img {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 44px;
        opacity: 0.2;
    }

/*Rank List*/

.rank-list-col {
    display: flex;
    gap: 20px;
    margin: 0 auto 1.2rem;
    padding: 1.5rem;
    align-items: center;
    background: #f3f3f3;
    border: solid 1px hsl(346.79deg 86.89% 35.88% / 8%);
}

    .rank-list-col img {
        width: 101px;
        background: #fff;
        padding: 1rem;
    }

    .rank-list-col h4 {
        font-size: 21px;
        margin: 0 0 0.3rem;
        font-family: 'Euclid Circular';
        line-height: 23px;
        font-weight: 600;
        padding-right: 3rem;
    }

    .rank-list-col span {
        background: #ab0c2f;
        color: #fff;
        font-size: 14px;
        padding: 1px 8px;
        display: inline-block;
        margin: 0 0 0.8rem;
    }

.rank-modal-body {
    max-height: 450px;
    height: 100vh;
    overflow-y: auto;
}

/*Overseas Students*/

.cstm-ovrses-rt-col {
    padding: 1rem 0 0 3rem;
}

.student-app-box {
    box-shadow: 0px 1px 20px 0 rgba(210, 210, 234, 0.4);
    padding: 2rem;
    border-radius: 9px;
    text-align: center;
    border-bottom: solid 2px #c5c7ca;
}

    .student-app-box:hover {
        border-bottom: solid 2px #ab0c2f;
    }

    .student-app-box h4 {
        font-family: 'Euclid Circular';
        font-weight: 600;
        font-size: 26px;
        letter-spacing: -0.3px;
        margin-bottom: 0.4rem;
    }

    .student-app-box img {
        width: 46px;
        margin-bottom: 1.2rem;
    }

.cstm-ovrses-lt-col {
    background: #eff0f3;
    height: 100%;
}

.cstm-ovrses-rt-col h5 {
    font-family: 'Euclid Circular';
    font-weight: 500;
}

/*Examination Contact*/

.contact-accordion p {
    margin: 0.9rem 0 0;
    color: #303030;
}

ul.acordion-ul {
    margin: 1.5rem 0 2rem;
    padding: 0;
}

    ul.acordion-ul li {
        color: #303030;
        font-size: 16px;
        display: inline-block;
        width: calc(100% / 2 - 6px);
        padding: 0 0 0 28px;
        position: relative;
        margin: 8px 0;
    }

        ul.acordion-ul li:before {
            content: "";
            width: 8px;
            height: 8px;
            background: #ab0c2f;
            position: absolute;
            left: 4px;
            top: 8px;
            transform: rotate(45deg);
        }

.contact-accordion .accordion-item {
    border: none;
}

.contact-accordion button.accordion-button {
    background-color: #ffffff !important;
    border: none !important;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41) !important;
    margin: 2rem 0 0;
}

.contact-accordion table.cstm-table ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .contact-accordion table.cstm-table ul li {
        color: #303338;
    }

.contact-accordion button.accordion-button span {
    display: block;
    font-size: 16px;
    color: #ab0c2f;
}

.contact-accordion .cstm-table {
    margin-bottom: 0;
}

.contact-accordion table.cstm-table tr td {
    font-size: 15px;
}

/*Event Listing*/

.disciplinary-wrap.rbt-my-account-inner {
    padding: 20px;
}

/*Event Details*/

.event-dtls-img {
    background: #fff4f9;
    border-radius: 17px;
    overflow: hidden;
    border: solid 2px rgb(171 12 47 / 18%);
}

    .event-dtls-img img {
        max-height: 455px;
        height: 100vh;
        width: auto;
        margin: auto;
        display: table;
    }

.event-dtls-col h4 {
    font-family: 'Euclid Circular';
    font-weight: 700;
    font-size: 28px;
    margin: 2rem 0 1.5rem;
}

.event-dtls-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.event-dtls-sidebar li {
    display: flex;
    align-items: center;
    gap: 9px;
    border-bottom: dashed 1px rgb(171 13 48 / 30%);
    padding: 13px 0;
    margin: 0;
}

    .event-dtls-sidebar li img {
        height: 78px;
        width: 78px;
        object-fit: cover;
        border-radius: 10px;
        border: solid 1px #ab0c2f;
    }

.evnt-dtls-link {
    flex: 1;
}

.event-dtls-sidebar h5 {
    font-family: "Euclid Circular";
    color: #192335;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.5px;
    border-left: solid 4px #ab0c2f;
    padding: 9px;
    background: #f8f3f5;
    margin-bottom: 1rem;
}

.event-dtls-sidebar {
    border: solid 2px rgb(171 12 47 / 25%);
    padding: 1.9rem 2rem 2rem;
    border-radius: 13px;
    background: #fdfdff;
}

    .event-dtls-sidebar ul li:last-child {
        border-bottom: none;
    }

    .event-dtls-sidebar li a {
        color: #192335;
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 20px;
        font-weight: 400;
    }

        .event-dtls-sidebar li a:hover {
            color: #ab0c2f;
        }

.evnt-dtls-link span {
    color: #ab0c2f;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 1px;
    display: block;
}

/*Global Networks*/

.global-net-sec .row {
    background: #f0f0f7;
    border-radius: 24px 24px 0 0;
    padding: 3rem 4rem 0rem;
}

    .global-net-sec .row .single-slide {
        padding: 7px 11px;
    }

        .global-net-sec .row .single-slide a {
            width: 100%;
            text-align: center;
            display: table;
        }

            .global-net-sec .row .single-slide a img {
                object-fit: contain;
                height: 75px;
            }

.global-net-sec .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
    left: 5px;
}

.global-net-sec .rbt-arrow-between .rbt-swiper-arrow {
    width: 45px;
    height: 45px;
}

/*Webinar Student*/

.webinar-wrap {
    text-align: center;
}

    .webinar-wrap h6 {
        font-family: 'Euclid Circular';
    }

    .webinar-wrap h3 {
        font-family: 'Euclid Circular';
        padding-left: 8px;
        font-weight: 600;
        color: #ab0c2f;
    }
.web-login {
    background: #192335;
    color: #fff;
    padding: 10px 22px;
    display: inline-block;
    border-radius: 100px;
    margin: 1rem 0 1.5rem;
    box-shadow: 4px 4px 7px 0px rgb(171 12 47 / 10%);
}

    .webinar-wrap ul li {
        padding: 12px 20px 12px;
        border-bottom: dashed 1px #156c8c52;
        background: #f8f6ff;
        display: flex;
        gap: 18px;
        justify-content: space-between;
        align-items: center;
    }

        .webinar-wrap ul li img {
            width: 40px;
        }

    .webinar-wrap li a {
        color: #303030;
        font-size: 16px;
        width: 100%;
    }

        .webinar-wrap li a:hover {
            color: #ab0c2f;
        }

        .webinar-wrap li a span {
            display: block;
            color: #ab0c2f;
        }

    .webinar-wrap ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left;
    }

.webinar-cont-details {
    margin: 5rem 0 0;
    border-top: dashed 2px #ab0c2ffa;
    padding-top: 3rem;
}

    .webinar-cont-details .title {
        text-align: center;
    }

.web-dtls {
    background: #ffffff;
    box-shadow: -5px 18px 20px 0 rgba(210, 210, 234, 0.4);
    padding: 1.5rem 2rem 2rem;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 9px;
    overflow: hidden;
    height: 100%;
}

    .web-dtls h5 {
        font-family: 'Euclid Circular';
        font-weight: 600;
        letter-spacing: -0.6px;
        font-size: 23px;
        margin-bottom: 15px;
    }

    .web-dtls p a {
        color: #ab0c2f;
        display: block;
        font-weight: 500;
    }

        .web-dtls p a:hover, .web-dtls p a:focus {
            color: #192335;
        }
 
 



.president-pdf-wrap {
    text-align: center;
    background: #f8f6ff;
    padding: 4rem 7rem;
    width: 90%;
    margin: auto;
}

/*Management-accounting*/

.accounting-rt-col h2.title {
    font-size: 28px;
    border-bottom: dashed 1px rgb(171 12 47 / 39%);
    margin: 2rem 0 1.5rem;
    padding: 0 0 1.5rem;
}

.accounting-rt-col ul {
    list-style: none;
    padding: 0;
}

    .accounting-rt-col ul li {
        font-size: 16px;
        color: #6b7385;
        padding-left: 25px;
        position: relative;
    }

.accounting-rt-col li:before {
    content: "\e92c";
    font-family: 'Feather';
    position: absolute;
    left: 0;
    top: 2px;
    color: #ac0f31;
    font-weight: 600;
}

html {
    scroll-behavior: smooth !important;
}

.module-wrapper {
    box-shadow: 0px 6px 34px 0px rgba(215, 216, 222, 0.41);
    padding: 20px 16px;
    border-radius: 12px;
    background: #fff;
    height: 100%;
}

    .module-wrapper h6 {
        font-family: 'Euclid Circular';
        color: #ab0c2f;
        margin-bottom: 18px;
    }

div#c-details h5 {
    font-family: 'Euclid Circular';
    font-weight: 500;
    font-size: 17px;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
}

.module-wrapper p {
    line-height: 24px;
}

.accounting-rt-col p a {
    color: #ab0c2f;
    font-weight: 600;
}

    .accounting-rt-col p a:hover, .accounting-rt-col p a:focus {
        color: #192335;
    }

div#c-fees {
    background: #a52a2a14;
    padding: 0.1rem 3rem 3rem;
    margin-top: 2.5rem;
}

.fees-col {
    box-shadow: 0px 6px 34px 0px rgba(215, 216, 222, 0.41);
    padding: 20px 16px;
    border-radius: 12px;
    background: #ffffff;
    height: 100%;
    text-align: center;
}

    .fees-col h5 {
        color: #ab0c2f;
        font-family: 'Euclid Circular';
        text-transform: capitalize;
        letter-spacing: -0.7px;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .fees-col h6 {
        font-family: 'Euclid Circular';
        margin-bottom: 12px;
        font-size: 16px;
        letter-spacing: -0.3px;
    }

div#course-duration h6 {
    font-family: 'Euclid Circular';
    font-size: 20px;
    color: #ab0c2f;
}

#contact-details h4 {
    font-family: 'Euclid Circular';
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

#contact-details p span {
    color: #ab0c2f;
    display: block;
    font-weight: 500;
    font-size: 14px;
    margin: 8px 0 0;
}

div#contact-details p {
    line-height: 22px;
}
/*Student Connect*/

.stud-connect-wrap button {
    color: #192335 !important;
    font-family: 'Euclid Circular';
    font-weight: 500;
    letter-spacing: -0.3px;
    border: solid 1px #e1e6f1 !important;
    margin-right: 5px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px !important;
    background: #fff;
}

    .stud-connect-wrap button.active, .stud-connect-wrap button:hover {
        background: #ab0c2f !important;
        color: #fff !important;
    }
 
    /*Screen Reader*/

.screen-reader-sec p {
    color: #192335;
    font-weight: 500;
    margin-bottom: 16px;
}
    .screen-reader-sec p a {
        color: #ab0c2f;
        font-weight: 500;
        text-decoration: underline;
    }
    .screen-reader-sec p a:hover{
        color: #192335 !important;
    }
.screen-reader-sec table a{
    color: #ab0c2f;
}
    .screen-reader-sec table a:hover {
        color: #192335 !important;
    }

    /*CMA Icons sec*/


.cma-slide .rbt-testimonial-box .inner {
    padding: 12px;
}

.cma-slide .clint-info-wrapper .thumb {
    height: 170px;
    border-radius: 0;
    width: 100%;
    max-width: 135px;
}
    .cma-slide .clint-info-wrapper .thumb img {
        border-radius: 0;
        object-position: top;
    }
.cma-slide .rbt-testimonial-box .inner::before {
    display:none;
}
.cma-slide .rbt-testimonial-box .clint-info-wrapper .client-info .title {
    font-size: 20px !important;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.2px;
}
.cma-slide .rbt-testimonial-box .clint-info-wrapper .client-info span {
    line-height: 17px;
    display: inline-block;
    font-size: 14px;
    color: #ab0c2f;
    letter-spacing: -0.1px;
    margin: 0.5rem 0 0;
}
p.company {
    color: #192335 !important;
    line-height: 20px;
    font-size: 15px;
}
p.company span {
        color: #192335 !important;
        font-weight:500;
        padding-right:5px;
    }

/*Mou*/
.mou-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mou-col ul li {
    margin-bottom: 15px;
    position: relative;
}
    .mou-col ul li span{
        position:relative;
        padding-left: 15px;
    }
        .mou-col ul li span:before {
            content: "";
            width: 8px;
            height: 8px;
            background: #b00c2f;
            position: absolute;
            top: 7px;
            left: 0;
            transform: rotate(45deg);
        }
    .mou-col ul li span {
        position: relative;
        padding-left: 15px;
        margin-bottom: 9px;
        display: block;
    }




/*Chapter*/

.chapter-link ul {
    margin: 0;
    padding: 0;
}

.chapter-link li {
    width: calc(100% / 3 - 5px);
    display: inline-block;
    margin: 7px 0;
    position: relative;
    vertical-align: top;
}

    .chapter-link li a {
        color: #192335;
        font-size: 16px;
        position: relative;
        padding: 0 14px 0 16px;
        display: inline-block;
    }

        .chapter-link li a:before {
            content: "\e92b";
            font-family: 'Feather';
            font-weight: 600;
            color: #ab0c2f;
            position: absolute;
            left: -3px !important;
            top: 1px;
            font-size: 15px;
        }
        .chapter-link li a:hover, .chapter-link li a:hover:before {
            color: #ab0c2f;
            filter: unset;
        }



/*Admission Enquiry*/

.mobile-row {
    display: flex;
    gap: 8px;
    align-items: center;
}
p.mandate-lbl {
    color: #ab0c2f;
    font-size: 14px;
}
.country-code {
    width: 60px;
    text-align: center;
    background: #f5f5f5;
}

.otp-btn {
    background: #28a745;
    color: #fff;
    border: none;
    padding: 6px 5px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    width: 180px;
    text-transform: uppercase;
}

.form-label {
    color: #192335;
    font-size: 14px;
}

.mobile-row-inr {
    display: flex;
    width: 100%;
    gap: 5px;
}

.admission-modal .form-control {
    border: solid 1px #e8e8f8 !important;
    background-color: #ffffff !important;
    color: #192335 !important;
    font-size: 14px !important;
    height: 45px;
    border-radius: 8px;
}

.admission-modal .submit-btn {
    width: 100% !important;
    height: auto !important;
    background: #ab0c2f !important;
    color: #fff !important;
    letter-spacing: -0.2px;
    padding: 11px;
    margin: 0.9rem 0 0;
}

.admission-modal input[type=checkbox] ~ label, .modal input[type=radio] ~ label {
    font-size: 14px;
    line-height: 22px;
    margin-top: 0.5rem;
}

.form-label span {
    color: #ab0c2f;
}

.admission-modal .modal-content {
    background: #f4f4fe;
    padding: 18px 24px;
    border-radius: 12px;
}

    .admission-modal .modal-content:before {
        content: "";
        background-image: url(../images/shape4.webp);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        opacity: 0.3;
    }


/*Examination - Overview*/

.cstm-ul {
    margin: 1rem 0 1.3rem;
    padding: 0;
}

    .cstm-ul li {
        position: relative;
        display: inline-block;
        width: calc(100% / 2 - 5px);
        color: #303030;
        font-size: 16px;
        padding: 5px 0 5px 15px;
        margin: 0;
    }

        .cstm-ul li:before {
            content: "\e92b";
            font-family: 'Feather';
            font-weight: 600;
            color: #ab0c2f;
            position: absolute;
            left: -3px !important;
            top: 6px;
            font-size: 14px;
        }

    .cstm-ul h6 {
        margin: 6px 0 8px !important;
    }


@media screen and (max-width: 768px) {
    .admission-modal .modal-content {
        height: 100vh;
        overflow: auto;
    }

    .mobile-row {
        display: block;
    }

    .mobile-row-inr {
        width: 100%;
    }
}


/*Examination - Guideline*/
ul.cstm-ul.cal li {
    width: 100%;
    padding: 5px 0 5px 16px;
}



/*Admit Card*/

a {
    color: #303030;
}

    a:hover {
        color: #ab0c2f;
    }

    a:focus {
        color: #303030;
    }

.aList {
    font-size: 16px;
    width: 100%;
    padding: 6px 0 6px 21px;
    position: relative;
    display: block;
    line-height: 23px;
}
    .aList:before {
        content: "\e934";
        font-family: 'Feather';
        color: #ab0c2f;
        font-size: 16px;
        position: absolute;
        left: 0;
    }
/*CAREER COUNSELLING*/

.ulList {
    list-style: none;
    margin: 14px 0 14px;
    padding: 0;
}

    .ulList li {
        padding: 0 0 0 19px;
        position: relative;
        color: #303030;
        font-size: 16px;
        line-height: 23px;
    }

        .ulList li:before {
            content: "\e934";
            font-family: 'Feather';
            color: #ab0c2f;
            font-size: 16px;
            position: absolute;
            left: 0;
            top: 0px;
        }

.subheading {
    font-weight: 600;
    font-size: 22px;
    font-family: 'Euclid Circular';
    margin: 15px 0 8px;
}

/*Course Eligibility*/

.section-title {
    border-left: 3px solid #c60000; /* red vertical line */
    padding-left: 1rem;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin: 15px 0;
    letter-spacing:0px;
    font-family: 'Euclid Circular';
}


/*PD*/

.pd-col {
    height: 100%;
    background: #f8f6ff;
}

    .pd-col h5 {
        background: #fff;
        padding: 0 0 0 6px;
        margin: 0;
        font-family: 'Euclid Circular';
        font-weight: 500;
        border-left: solid 3px #ab0c2f;
    }

    .pd-col ul {
        list-style: none;
        padding: 0;
        margin: 0;
        background: #f8f6ff;
        border-top: solid 11px #fff;
    }

        .pd-col ul li {
            margin: 0;
        }

            .pd-col ul li a {
                color: #303030;
                font-size: 15px;
                width: 100%;
                padding: 9px 14px 9px 30px;
                border-bottom: dashed 1px #156c8c52;
                position: relative;
                background: #f8f6ff;
                display: flex;
                gap: 38px;
                justify-content: space-between;
                align-items: center;
                line-height: 22px;
            }

                .pd-col ul li a:hover {
                    color: #ab0c2f;
                }

                .pd-col ul li a:before {
                    content: "\e934";
                    font-family: 'Feather';
                    color: #ab0c2f;
                    font-size: 16px;
                    position: absolute;
                    left: 6px;
                    top: 9px;
                }

.pd-row .updates-box {
    background: #faf9ff;
    box-shadow: none;
    border: solid 1px #ebe9f5;
    margin: 0.8rem 0;
    padding: 2rem;
    transition: 1s ease;
}

    .pd-row .updates-box:hover a {
        color: #ab0c2f;
    }

    .pd-row .updates-box:hover {
        box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    }

    /*tech-publication*/

.tech-publication h6 {
    border-bottom: dashed 1px #d0cdcd;
    padding-bottom: 1.2rem;
}
.tech-publication .aList:before {
    position: absolute;
    left: 0;
}
.tech-publication a.aList {
    padding-left: 20px;
    color: #ab0c2f;
    line-height: 21px;
}
.tech-publication a.aList:hover{
    color:#303030;
}
.tech-publication p {
    color: #303030;
    margin-bottom: 2rem;
    line-height: 24px;
}
ul.bank-details {
    padding: 0;
    margin: 0rem 0;
}
    ul.bank-details li {
        width: calc(100% / 3 - 5px);
        display: inline-block;
        vertical-align: text-top;
        background: #f8f6ff;
        padding: 1.7rem 2rem;
        height: 100vh;
        max-height: 140px;
        margin: 0;
        color: #303030;
        font-size: 16px;
        line-height: 22px;
}
    ul.bank-details li span {
        font-size: 15px;
        display: block;
        color: #ab0c2f;
        padding: 7px 0 3px;
        line-height: 17px;
    }
.bnk-dtls-div {
    display: flex;
    gap: 18px;
}
.tech-publication p a {
    color: #ab0c2f;
}

/**/

.resPub-col {
    width: calc(100% / 5 - 5px);
    display: inline-block;
}
.research-publ-gal {
    border: solid 1px #e5d7d7;
    padding: 1.7rem;
    margin: 9px 0;
    border-radius: 10px;
    text-align: center;
    position:relative;
    overflow:hidden;
}
    .research-publ-gal img {
        height: 260px;
        width: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 9px;
        background: #f7f7f7;
    }
.research-title {
    padding: 1.2rem 0 0;
}
.research-publ-gal:hover:before {
    bottom: 48%;
}

.research-publ-gal:before {
    content: "";
    background: #b03e3b3b;
    width: 1000px;
    height: 135px;
    position: absolute;
    bottom: -120%;
    left: 0%;
    transform: rotate(30deg) translateX(-50%);
    transition: 0.5s cubic-bezier(0.84, 0.18, 0.21, 1.01);
}
.research-publ-gal:hover:before, .indInsight-gal:hover:before {
    bottom: 48%;
}

/*iotp Page*/

.iotpUl ul{
    padding-left: 2rem;
}
.iotp-wrap h6 {
    border-bottom: solid 1px rgb(171 12 47 / 8%);
    padding: 1.2rem;
    margin: 1.2rem 0;
    background: #fbfbfb;
}
.iotp-wrap h5.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .iotp-wrap h5.section-title span {
        color: #ab0c2f;
        font-weight: 500;
        font-size: 16px;
    }
.iotpUl ol {
    padding-left: 4rem;
}
.iotp-wrap p a {
    color: #ab0c2f;
}
.iotp-wrap p a:hover{
    color: #303030;
}

/*Industry Insights Page*/


.indInsight-gal {
    border: solid 1px #e5d7d7;
    padding: 1.7rem;
    margin: 9px 0;
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.indInsight-row img {
    height: auto;
    width: 100%;
    border-radius: 9px;
    background: #f7f7f7;
}

.indInsight-gal a {
    font-size: 17px;
}

/**/


.table-wrapper {
    overflow-x: auto;
    margin: 20px 0;
}

.paper-table {
    width: 100%;
    background: #fff;
}

    .paper-table thead {
        background: #6a727e;
        color: #fff;
    }

    .paper-table th {
        padding: 14px 5px;
        text-align: center;
        font-size: 16px;
        font-family: 'Euclid Circular';
    }

    .paper-table td {
        padding: 15px;
        vertical-align: top;
        border: 1px solid #e0e0e0;
    }

    .paper-table tbody tr:nth-child(even) {
        background: rgb(249 249 249 / 30%);
    }

.sno {
    text-align: center;
    font-weight: 500;
    width: 70px;
    font-family: 'Euclid Circular';
    color: #192335;
}

.question {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.answer {
    color: #1a73e8;
    font-weight: 500;
}



.qa-box {
    background: #f6f5f4;
    padding: 12px;
    border-radius: 8px;
}

.qa-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 12px;
    margin-bottom: 8px;
    border-radius: 6px;
}

.qa-label {
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: 500;
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
    font-family: 'Euclid Circular';
    font-size: 18px;
}

.qa-text {
    color: #192335;
    font-size: 15px;
    font-family: 'Euclid Circular';
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.1px;
}

/* Question style */
.q-paper {
    background: #ffffff;
    border-left: 3px solid rgb(171 12 47 / 66%);
}

    .q-paper .qa-label {
        background: #ab0c2f;
    }

/* Answer style */
.a-paper {
    background: #ffffff;
    border-left: 3px solid #afbcd3;
}

    .a-paper .qa-label {
        background: #d7dce3;
        color: #192335;
    }

.modal-qa-sidebar .dropdown {
    width: 100%;
}

.modal-qa-sidebar .dropdown-menu.show {
    position: relative !important;
    transform: translate(0px, 0px) !important;
    background: transparent;
    border: none;
    width: 100%;
}

.modal-qa-sidebar .dropdown button {
    border: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 11px;
    color: #303030;
    font-size: 16px;
    font-family: "Euclid Circular";
    background: #d0afaf4d;
    border-bottom: dashed 1px #156c8c52;
    margin: 3px 0;
}

    .modal-qa-sidebar .dropdown button.show {
        background: #ab0c2f;
        color: #fff;
    }

/*Members Contact Page*/

.hod-card {
    background: #f6ecee;
    padding: 2rem 2rem 6rem;
    border-radius: 14px;
}

    .hod-card .row {
        align-items: center;
    }

    .hod-card h3 {
        font-family: 'Euclid Circular';
        font-weight: 600;
        font-size: 29px;
        margin: 0;
    }

    .hod-card .official-wrap {
        background: transparent;
        padding: 0;
        margin: 0;
    }

        .hod-card .official-wrap h5, .hod-card .official-wrap h5 span {
            display: block;
        }

p.note {
    background: #ab0c2f;
    display: table;
    color: #fff;
    font-weight: 500;
    padding: 11px 30px;
    border-radius: 100px;
    vertical-align: middle;
    margin: -3.5rem auto 3rem;
    border: solid 5px #fff;
}

.memb-cont-card {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px 18px 18px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    height: 100%;
}

    .memb-cont-card ul {
        margin: 0;
        padding: 0;
    }

        .memb-cont-card ul li {
            font-family: 'Euclid Circular';
            font-weight: 500;
            color: #192335;
            font-size: 18px;
            line-height: 20px;
            letter-spacing: -0.1px;
            border-left: solid 3px #ab0c2f;
            padding-left: 6px;
        }

.official-wrap {
    background: #e6e5e5;
    padding: 0.5rem 1.2rem;
    margin: 2rem 0 1rem;
}

    .official-wrap h5 {
        font-family: 'Euclid Circular';
        font-weight: 500;
        letter-spacing: -0.3px;
        margin: 0;
        line-height: 22px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 0;
    }

        .official-wrap h5 span {
            color: #ab0c2f;
            font-family: 'Euclid Circular';
            font-size: 14px;
            letter-spacing: 0.3px;
        }

.email-wrap p {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

    .email-wrap p i {
        color: #ab0c2f;
    }

/*Intermediate Study Material Page*/

.intermediate-material-col ul li button {
    border-radius: 10px !important;
    color: #192335 !important;
    background: #f5eded !important;
    font-size: 16px;
    font-weight: 500;
    padding: 11px 20px;
    line-height: 18px;
    border: solid 1px #fff !important;
    margin-right: 4px;
}

    .intermediate-material-col ul li button.active {
        background: #ab0c2f !important;
        color: #fff !important;
    }

.intermediate-material-col a span {
    display: block;
    color: #ab0c2f;
    font-size: 14px;
}

.intermediate-material-col a {
    font-size: 15px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*Tutorial table*/

table.tutorial-table tbody tr:nth-child(even) td {
    background: #fdfdfd;
}
/**/

.managment-link-high a {
    background: #f0f0f0;
    border-radius: 20px;
    padding: 9px 45px;
    margin: 1rem 0.5rem;
    display: inline-block;
}

.managment-link-high {
    text-align: center;
}

.managementList {
    background: beige;
    padding: 2rem 2rem;
    margin-bottom: 3rem;
}

    .managementList a {
        width: calc(100% / 2 - 5px);
        display: inline-block;
        padding: 7px 25px;
        font-size: 16px;
    }
    /*CAASB*/

.caasb-table tr td img {
    width: 65px;
}
.caasb-table tr th:first-child {
    text-align: left;
}
.caasb-table tr th {
    text-align: center;
}
.para-gap p {
    margin-bottom: 1rem;
}



/*board*/

.board-abt-sec .rbt-about-area {
    padding: 70px 0 70px;
}

.board-abt-chrmn-box {
    padding: 2rem 0rem;
    background: #faf9ff;
    border-radius: 12px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: none;
    border: solid 1px #5a152421;
}

    .board-abt-chrmn-box:before {
        content: "";
        clip-path: polygon(0 0, 100% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
        background: #aa0c2f;
        position: absolute;
        width: 100%;
        height: 35%;
        left: 0;
        top: 0;
        z-index: -1;
    }

.announcement-slide a span {
    color: #aa0c2f;
}

.board-abt-chrmn-box .rbt-card-img img {
    width: 75%;
    height: 100%;
}

.board-abt-chrmn-box h4 {
    margin: 14px 0 0 !important;
    font-size: 18px !important;
    font-family: 'Euclid Circular';
    font-weight: 600;
    line-height: 21px;
}

.board-abt-chrmn-box h5 {
    margin: 0;
    font-size: 16px;
    font-family: 'Euclid Circular';
    font-weight: 500;
    letter-spacing: -0.5px;
}

.board-abt-chrmn-box hr {
    margin-bottom: 15px;
}

.our-network {
    background: #f8f2f2;
    position: relative;
}

    .our-network .row {
        background: transparent;
    }

        .our-network .row .single-slide {
            padding: 0px 4px;
        }

            .our-network .row .single-slide a {
                background: #ffffff;
                padding: 16px;
                border-radius: 12px;
            }

    .our-network:before {
        content: "";
        background-image: url(../images/shape4.webp);
        position: absolute;
        top: 0;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translateX(-50%);
        background-size: cover;
        opacity: 0.14;
    }



/*boasr Boards*/

.boards-bg1 {
    background: #F9F9FF
}
.boards-grdnt-bg {
    background: linear-gradient(1deg, rgba(249, 249, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.boards-box1 {
    box-shadow: 0px 7px 34px rgba(215, 216, 222, 0.41);
    background: #fff;
    border-radius: 6px;
    padding: 1rem;
    text-align: center;
    margin: 7px 0;
}
.sidebar-cstm-nav a:before {
    display: none;
}
.sidebar-cstm-nav a {
    padding: 11px !important;
    background: #d0afaf4d;
    display: flex !important;
    justify-content: space-between;
}
.sidebar-sub-menu ul li a {
    background: transparent !important;
}
    .sidebar-sub-menu ul li a:hover {
        color: #ab0c2f;
    }
    .boards-box1 h4 {
        color: #192335;
        font-family: 'Euclid Circular';
        font-weight: 500;
        font-size: 18px;
        letter-spacing: -0.5px;
        margin: 1.2rem 0 0rem;
    }

.boards-sidebar button {
    color: #303030 !important;
    font-size: 14px;
    width: auto;
    display: inline-block;
    padding: 9px 14px 9px 28px;
    position: relative;
    line-height: 21px;
    letter-spacing: -0.3px;
    text-align: left;
    border: solid 1px #fff !important;
    border-radius: 10px !important;
    background-color: #e9d1d1 !important;
    margin: 0 2px;
    font-weight: 500;
}

    .boards-sidebar button:before {
        content: "";
        background-image: url(../images/chevron.png);
        width: 11px;
        height: 11px;
        position: absolute;
        left: 10px;
        background-size: 11px;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.5s ease;
    }

    .boards-sidebar button:hover, .boards-sidebar button.active {
        color: #ffffff !important;
        background-color: #ab0c2f !important;
    }
        .boards-sidebar button:hover:before, .boards-sidebar button.active:before {
            filter: brightness(0) invert(1);
        }

        .boards-sidebar button.active:before {
            filter: brightness(0) invert(1);
        }

.boards-news-sec {
    position: relative;
}

    .boards-news-sec:before {
        content: "";
        width: 100%;
        height: 75%;
        background: #aa0c2f;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .boards-news-sec .row {
        width: 85%;
        margin: auto;
    }

.boards-sidebar {
    display: flex;
    justify-content: center;
}

.boards-tab-rt-col {
    background-color: #ffffff;
    width: 100%;
    padding: 2rem 3rem;
    margin-left: auto;
    border-radius: 16px;
    max-height: 300px;
    height: 100vh;
    border: solid 2px #fbe1e7;
    z-index: 1;
}

    .boards-tab-rt-col ul {
        list-style: none;
        padding: 0;
        margin: 0;
        height: 185px;
    }

        .boards-tab-rt-col ul li a {
            color: #303030;
            font-size: 16px;
            display: flex;
            align-items: center;
        }

            .boards-tab-rt-col ul li a span {
                background: #e6d3d3 !important;
                color: #303030;
                border-radius: 100px;
                padding: 3px 15px;
                font-size: 14px;
                letter-spacing: -0.3px;
                font-weight: 400;
                width: 95px;
                text-align: center;
                margin-right: 15px;
            }

    .boards-tab-rt-col .tab-pane h4::before, .boards-tab-rt-col .tab-pane h4::after {
        display: none;
    }

.news-scroll {
    height: 185px; /* Visible area height */
    overflow: hidden;
    position: relative;
}

    .news-scroll ul {
        list-style: none;
        padding: 0;
        margin: 0;
        animation: scrollUp 9s linear infinite;
    }
        .news-scroll ul:hover{
            animation-play-state:paused;
        }

        @keyframes scrollUp {
            0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-55%);
    }
}

.board-list-courses .boards-box1 h4 {
    font-size:17px;
}


/*Bfsi Board*/

.boards-box1.bfsiBox {
    text-align: left;
    margin: 8px 0;
    padding: 1.2rem;
}
.bfsiBox .rbt-card-bottom {
    max-height: 120px;
    height: 100vh;
    overflow-y: auto;
}
/* width */
    .bfsiBox .rbt-card-bottom::-webkit-scrollbar {
        width: 5px;
    }

/* Track */
    .bfsiBox .rbt-card-bottom::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

/* Handle */
    .bfsiBox .rbt-card-bottom::-webkit-scrollbar-thumb {
        background: #ceb0b6;
    }

    /* Handle on hover */
        .bfsiBox .rbt-card-bottom::-webkit-scrollbar-thumb:hover {
            background: #cc8d9a;
        }
.bfsi-heading h4 {
    text-align: left !important;
    margin-bottom: 2.2rem !important;
}
.boards-box1.bfsiBox h4 {
    margin: 0 0 1rem;
    border-bottom: dashed 1px #e4c7ce;
    padding: 0.7rem 1rem;
    background: #ab0c2f;
    color: #fff;
    font-size: 18px;
}

    .boards-box1.bfsiBox a {
        display: block;
        margin: 7px 0;
        padding: 0 0 0 20px;
        line-height: 18px;
        position: relative;
        letter-spacing: 0.1px;
    }

        .boards-box1.bfsiBox a i {
            position: absolute;
            left: 0;
            padding: 0;
        }

section.cstm-sec.boards-news-sec:after {
    content: "";
    background-image: url('/icmai/images/board/bfsi/newsBg.jpg');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background-size: cover;
    filter: grayscale(1);
    opacity: 0.1;
    z-index: -1;
    background-position: center;
}

.board-logo-slide-sec .row .single-slide {
    padding: 7px 11px;
}

    .board-logo-slide-sec .row .single-slide a {
        width: 100%;
        text-align: center;
        display: table;
    }

        .board-logo-slide-sec .row .single-slide a img {
            object-fit: contain;
            height: 75px;
        }

.boards-news-sec .title, .boards-news-sec .title span {
    color: #fff;
    margin-bottom: 5rem;
}

.boards-tab-rt-col .title {
    color: #192335;
    font-size: 30px;
    margin-bottom: 2rem !important;
}
.boards-tab-rt-col .title span {
    color: #ab0c2f;
}



.maroon {
    color: #ab0c2f;
}

.board-abtImg {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;

}