@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


html,
body {
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow-x: inherit;
    width: 100%;
    scroll-behavior: smooth;
}

* {
    font-family: 'Montserrat', sans-serif;
}
.red_color{
    color:#CE0004;
}
.red_background{
    background:#9f0e1d;
}
.blue_color{
    color:#081535;
}
.blue_background{
    background:#081535;
}

/* banner section start  */

.banner_section{
    background:url('../../../default/images/frontend/rbu_theme/RBU_banner2.png');
    height:auto;
    background-size:100% 100%;
    background-position:center center;
    background-repeat: no-repeat;
    /* padding-bottom:10%; */
}
.banner_section .navbar .navbar-brand img{
    width:20%;
}
.banner_section .navbar .nav-item .nav-link button{
    background:#9f0e1d;
    color:#fff;
    font-weight:500;
    font-size:1em;
    border-radius:50px;
}
.banner_section .banner_content .banner_content_inner{
    margin-top:15%;
}
.banner_section .banner_content .banner_content_inner h2{
    color:#302861;
    font-weight: 600;
    font-size:2.2em;
}
.banner_section .banner_content .banner_content_inner h2 span{
    background:#CE0004;
    color:#fff;
}
.banner_section .banner_content .rank_box{
    background:rgba(255,255,255,0.9);
    padding:2%;
}
.banner_section .banner_content .rank_box h6{
    font-size:.8em;
    border-right:2px solid rgba(0,0,0,0.3);
}
.banner_section .banner_content .rank_box h6 span{
    font-size:2.3em;
    color:#CE0004;
}
.banner_section .banner_content .rank_box2{
    background:rgba(255,255,255,0.9);
    padding:2%;
}
.banner_section .banner_content .rank_box2 h6{
    font-size:.8em;
}
.banner_section .banner_content .rank_box2 h6 span{
    font-size:2.3em;
    color:#CE0004;
}
.banner_section .banner_content h3{
    font-size:20px;
}
.banner_section .form_div{
    background:#fff;
    height:100%;
    border-radius:5%;
    margin-top:5%;
}
.banner_section .banner_content img.rbuEdge_logo{
    width:40%;
}
@media (min-width:320px) and (max-width:480px){
    .banner_section .banner_content .banner_content_inner h2{
        color:#302861;
        font-weight: 600;
        font-size:17px;
        line-height:30px;
    }
    .banner_section .navbar{
        position:static !important;
    }
    .banner_section{
        background:url('../../../default/images/frontend/rbu_theme/RBU_banner2.png');
        height:auto;
        background-size:cover;
        background-position:center center;
        background-repeat: no-repeat;
        padding-bottom:10%;
    }
    .banner_section .banner_content img.rbuEdge_logo{
        width:50%;
    }
    .banner_section .banner_content .banner_content_inner h5{
        font-size:18px;
    }
    .banner_section .navbar .navbar-brand img{
        width:32%;
    }
    .banner_section .banner_main_form{
        box-shadow:0px 0px 20px rgba(0,0,0,0.6);
    }
    .banner_section .banner_text {
        padding-bottom: 0%;
    }
}

/* banner section end  */

/* legacy of trust section start  */

    .legacyOfTrust{
        padding:3%;
    }
    .legacyOfTrust h3{
        color:#CE0004;
        font-weight:bold;
    }
    .legacyOfTrust .legacyOfTrust_content{
        border-right:2px solid rgba(0,0,0,0.3);
        margin-top:8%;
    } 
    .legacyOfTrust .legacyOfTrust_content2{
        border-right:0px;
        margin-top:8%;
    }
    .legacyOfTrust .legacyOfTrust_content h6{
        font-size:13px;
    }
    .legacyOfTrust .legacyOfTrust_content2 h6{
        font-size:13px;
    }
    @media(max-width: 767px) {
        .legacyOfTrust .legacyOfTrust_content{
            border-bottom:2px solid rgba(0,0,0,0.3);
            margin-top:8%;
            border-right:0px;
            padding-bottom:8%;
        } 
        .legacyOfTrust .legacyOfTrust_content2{
            border-bottom:2px solid rgba(0,0,0,0.3);
            margin-top:8%;
            border-right:0px;
            padding-bottom:8%;
        }
        .legacyOfTrust{
            padding:10% 3%;
        }
        .legacyOfTrust .legacyOfTrust_content h6{
            font-size:0.8rem;
        }
    }

/* legacy of trust section end  */

/* about RBU section start  */

    .about_RBU{
        background:url('../../../default/images/frontend/rbu_theme/about_RBU_banner.png');
        height:90vh;
        background-size:100% 100%;
        background-position:center center;
        background-repeat: no-repeat;
        /* box-shadow:0px 0px 30px rgba(0,0,0,0.3); */
    }
    .about_RBU h3{
        color:#fff;
        font-size:30px;
        font-weight:bold;
    }
    .about_RBU h3 span{
        color:rgba(255,255,255,0.4);
    }
    .about_RBU p{
        line-height:20px;
        font-size:14px;
        color:rgba(255,255,255,0.7);
        font-weight:500;
    }
    @media(max-width: 767px) {
        .certificate_div{
            padding-bottom:4%; 
        }
        .certificate_div .col {
            flex-basis: auto;
            -webkit-box-flex: 1;
            flex-grow: 1;
            max-width: 50%;
            margin-bottom:1%;
        }
        .about_RBU{
            background:url('../../../default/images/frontend/rbu_theme/about_RBU_banner.png');
            height:60vh;
            background-size:cover;
            background-position:center center;
            background-repeat: no-repeat;
            box-shadow:0px 0px 30px rgba(0,0,0,0.3);
        }
        .about_RBU p{
            line-height:15px;
            font-size:10px;
        }
        .about_RBU h3{
            color:#fff;
        }
        .about_RBU h3 span{
            color:rgba(255,255,255,0.8);
        }
    }
    @media (min-width:768px) and (max-width: 10000px) {
        .certificate_div .col {
            flex-basis: auto;
            -webkit-box-flex: 1;
            flex-grow: 1;
            max-width: 20%;
            margin-bottom:2%;
        }
    }

/* about RBU section end   */

/* ranking sections start  */

    .ranking_section1{
        padding:3% 0%;
        background:#800511;
    }
    .ranking_section1  h1{
        color:#fff;
        font-size:50px;
    }
    .ranking_section1 p{
        color:rgba(255,255,255,0.6);
    }
    .ranking_section2{
        padding:3% 0%;
        background:#9f0e1d;
        border-top:1px solid #fff;
    }
    .ranking_section2  h1{
        color:#fff;
        font-size:50px;
    }
    .ranking_section2 p{
        color:rgba(255,255,255,0.6);
    }
    @media (min-width:320px) and (max-width:480px){
        .ranking_section1{
            padding:10% 0% 5% 0%;
            background:#800511;
        }
        .ranking_section2{
            padding:10% 0% 5% 0%;
            background:#9f0e1d;
            border-top:1px solid #fff;
        }
        .ranking_section2 p{
            font-size:17px;
        }
    }

/* ranking secttions end  */

/* iso certification section start  */

    .iso{
        padding:0% 0% 4% 0%;
    }
    .iso h2{
        font-weight:700;
        font-size:30px;
    }
    .iso h2 span{
        color:#CE0004;
    }
    .iso hr{
        border:2px solid #CE0004;
        margin-bottom:6%;
    }
    .iso img.approval_img{
        box-shadow:0px 0px 20px rgba(0,0,0,0.3);
        margin-bottom:15%;
    }
    @media (min-width:320px) and (max-width:480px){
        .iso hr{
            margin-bottom:1%;
        } 
        .iso{
            padding:0% 0% 0% 0%;
        }
        .carousel-cell4 {
            width: 33%;
            height: 100px;
            max-height: 1000px;
            margin-right: 30px;
            margin-bottom: 30px;
            border-radius: 5px;
            padding: 0px 0px;
            counter-increment: carousel-cell;
            margin-top: 20px;
    
        }
        .carousel-cell4 img{
            height: auto;
            width: 100%;
            padding: 0px;
            /* margin: 20px; */
            /* box-shadow:5px 10px 15px rgba(0, 0, 0, 0.4); */
            margin-left:5%;
        }
        .iso h2{
            font-weight:700;
            font-size:20px;
        }
    }


/* iso certification section end  */

/* rising student section start  */

    .rising_stu{
        background:#9f0e1d;
        padding:4% 0%;
    }
    .rising_stu h6{
        color:#fff;
        font-size:15px;
    }
    .rising_stu h6 span{
        font-size:25px;
        font-weight:bold;
    }
    .rising_stu hr{
        border-top:1px solid #fff;
        margin-top:3%;
        margin-bottom:4%;
    }
    .rising_stu .rising_stu_content{
        margin-top:30%;
    }
    @media (min-width:320px) and (max-width:480px){
        .rising_stu .rising_stu_content{
            margin-top:10%;
        }
    }

/* rising student section end  */

/* trainning programs section start  */

    .tranning_program{
        background:#081535;
        padding:3% 0%;
    }
    .tranning_program h4{
        color:#fff;
        text-align:right;
    }
    .tranning_program img{
        border-radius:5px;
    }
    @media (min-width:320px) and (max-width:480px){
        .tranning_program h4{
            font-size:20px;
            margin-bottom:3%;
        }
        .tranning_program{
            background:#081535;
            padding:7% 0% 5% 0%;
        }
    }

/* trainning programs section end  */

/* international achivements section start  */

    /* .international_achivements{
        padding:4% 0%;
        background:#f5f5f5;
    }
    .international_achivements h4{
        color:#000;
        font-weight: 600;
    }
    .international_achivements h2{
        font-size:35px;
        font-weight:700;
        color:#000;
    }
    .international_achivements h2 span{
        color:#CE0004;
    }
    .international_achivements h3{
        font-weight:bold;
        font-size:25px;
    }
    .international_achivements h3 span{
        color:#CE0004;
    }
    .international_achivements h5{
        font-weight:bold;
        color:rgba(0,0,0,0.6);
    }
    .international_achivements hr{
        margin:5% 0%;
    }
    @media (min-width:320px) and (max-width:480px){
        .international_achivements h3{
            font-size:16px;
        }
    } */

    .international_achivements{
        padding:1% 0% 3% 0%;
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 45%, rgba(0,0,0,1) 45%);
    }
    .international_achivements p{
        color:rgba(255,255,255,0.8);
    }
    @media (min-width:320px) and (max-width: 480px) {
        .international_achivements .col {
            flex-basis: auto;
            -webkit-box-flex: 1;
            flex-grow: 1;
            max-width: 50%;
            margin-bottom:5%;
        }
        .international_achivements{
            padding:10% 0% 3% 0%;
            background: rgb(255,255,255);
            background: linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(0,0,0,1) 30%);
        }
        .international_achivements h4{
            font-size:20px;
        }
    }
    @media (min-width:768px) and (max-width: 10000px) {
        .international_achivements .col {
            flex-basis: auto;
            -webkit-box-flex: 1;
            flex-grow: 1;
            max-width: 20%;
        }
    }

/* international achivements section end  */

/* global learning section start  */

.global_learning{
    padding:4% 0%;
    background: rgb(8,21,53);
    background: linear-gradient(270deg, rgba(8,21,53,1) 70%, rgba(255,255,255,1) 70%);
    margin-top:7%;
}
.global_learning h3{
    color:#fff;
}
.global_learning h3 span{
    color:#fff;
    font-weight:300;
}
.global_learning h5{
    color:#fff;
    font-weight:bold;
    margin:2% 0%;
}
.global_learning img.international_girl{
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
}
@media (min-width:320px) and (max-width:480px){
    .global_learning{
        padding:5% 0%;
        background: rgb(8,21,53);
        background: linear-gradient(360deg, rgba(8,21,53,1) 70%, rgba(255,255,255,1) 70%);
    }
    .global_learning .col {
        flex-basis: auto;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 33%;
        margin-bottom:3%;
    }
    .global_learning .col.international_tieup {
        flex-basis: auto;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 33%;
        margin-bottom:2%;
    }
}

@media (min-width:768px) and (max-width: 10000px) {
    .global_learning .col {
        flex-basis: auto;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 14.28%;
        margin-bottom:2%;
    }
    .global_learning .col.international_tieup {
        flex-basis: auto;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 16.6%;
        margin-bottom:2%;
    }
}
/* global learning section end  */

/* programs desktop view section start  */

    .RBU_programs_desktop_view{
        padding:5% 0% 0% 0%;
    }
    .RBU_programs_desktop_view .tab-content{
        background:#F5F5F5;
        padding:3%;
    }
    .RBU_programs_desktop_view .nav .nav-link {
        color:rgba(0,0,0,0.5);
        font-weight:700;
    }
    .RBU_programs_desktop_view .nav .nav-link.active{
        background:#081535;
        color:#fff;
        font-size:20px;
        border-radius:10px 20px 20px 10px;

    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content .course_heading{
        border-radius:15px;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content ul{
        list-style:none;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content ul li{
        font-weight:500;
        margin:2% 0%;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content ul li i{
        color:#081535;
        font-weight:bold;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content h2{
        font-weight:700;
        color:#000;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content h3{
        font-weight:700;
        color:#000;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content h6{
        vertical-align: bottom;
        text-align: right;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content h6 span{
        color:#CE0004;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content hr{
        margin:1% 0%;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content p{
        font-weight:600;
        color:rgba(0,0,0,0.6);
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content h5{
        color:#CE0004;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content a button{
        font-size:16px;
        font-weight:600;
        margin-top:3%;
        border-radius:50px;
    }
    .RBU_programs_desktop_view .tab-content .tab-pane .program_content a button:hover{
        color:#fff;
    }

    @media (min-width:320px) and (max-width:480px){
        .RBU_programs_desktop_view .tab-content{
            background:#F5F5F5;
            padding:8% 3%;
        }
    }


/* programs desktop view section end  */

/* programs mobile section start  */

.RBU_programs_mobile_view{
    padding:3% 0%;
    background: linear-gradient(180deg, #E6ECF4 0%, rgba(230, 236, 244, 0) 100%);
}
.RBU_programs_mobile_view .program_content .course_box{
    border:1px solid #000;
    padding:4% 4% 3% 4%;
    border-radius:5px;
    margin-bottom:4%;
}
.RBU_programs_mobile_view .program_content  a{
    background:#CE0004;
    color:#fff;
    font-weight: 500;
}
.RBU_programs_mobile_view .btn[aria-expanded="true"] > .card-header{
    background:#c00000 !important;
    color:#fff !important;
}
.RBU_programs_mobile_view .accordion .accordion-item .program_content  a {
    background:#CE0004;
    color:#fff;
    font-weight: 500;
}

.RBU_programs_mobile_view {
    background: #f2f2f2;
    color: #000;
    display: flex;
    min-height: 100vh;
}
.inner{
    padding: 4rem;
}
.accordion .accordion-item {
    border-bottom: 1px solid #840303;
}
.accordion .accordion-item button{
    color:#000; 
}
.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #fff;
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}
.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #000;
}
.accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #000;
    border: 1px solid #fff;
}
.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-size:17px;
}
.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}
.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.accordion button[aria-expanded=true] {
    color: #000;
}
.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 500em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    background:#fff;
}
.accordion .accordion-content .program_content{
    padding:8% 4%;
}
.accordion .accordion-content .program_content h5, .accordion .accordion-content .program_content h6.course_heading{
    color:#CE0004;
}
.accordion .accordion-content .program_content a{
    background:#c00000;
}
.accordion .accordion-content .program_content ul{
    list-style:none;
}
.accordion .accordion-content .program_content ul li{
    color:#000;
}
.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}
@media (min-width:320px) and (max-width:480px){
    .inner{
        padding: 1rem;
    }
}

/* programs mobile section end  */

/* skill development section1 start */

    .skill_development1{
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(159,14,29,1) 60%);
    }
    .skill_development1 h5{
        color:#000;
        font-size:25px;
        line-height:45px;
    }
    .skill_development1 h5 span{
        font-size:55px;
        font-weight:bold;
        color:#CE0004;
    }
    @media (min-width:320px) and (max-width:480px){
        .skill_development1{
            background: rgb(255,255,255);
            background: linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(159,14,29,1) 30%);
        }
        .skill_development1 h5{
            color:yellow;
            font-size:20px;
            line-height:45px;
        }
        .skill_development1 h5 span{
            font-size:35px;
            font-weight:bold;
            color:#fff;
        }
    }

/* skill development section1 end */

/* skill development section2 start */

.skill_development2{
    background: #800511;
    padding:7% 0% 3% 0%;
    margin-top:-4%;
}
.skill_development2 h6{
    color:rgba(255,255,255,0.8);
}
.skill_development2 img{
    margin-bottom:4%;
}
@media (min-width:320px) and (max-width:480px){
    .skill_development2{
        background: #800511;
        padding:15% 0% 3% 0%;
    }
}
/* skill development section2 end */

/* skill development section start  */

    .skill_development{
        background:#fff;
        padding:2% 0% 2% 0%;
    }
    .skill_development h2{
        text-align:center;
        color:#CE0004;
        font-weight:700;
    }
    .skill_development h2 span{
        color:rgba(0,0,0,0.5);
    }
    .skill_development h6{
        color:rgba(0,0,0,0.6);
        font-size:17px;
        margin-top:2%;
        font-weight:bold;
    }
    .skill_development hr{
        border:1px solid #CE0004;
    }
    @media (min-width:320px) and (max-width:480px){
        .skill_development h5 span{
            font-size:40px;
        }
        .skill_development{
            background:#fff;
            padding:10% 0% 10% 0%;
        }
    }

/* skill development section end  */


/* industrial relations section start  */

    .industrial_relations .industrial_relations_inner{
        padding:5% 3% 5% 3%;
        background:#f5f5f5;
    }
    .industrial_relations .industrial_relations_inner h2{
        font-size:35px;
        margin-bottom:4%;   
    }
    .industrial_relations .industrial_relations_inner h2 span{
        color:#CE0004;
        font-weight: bold;
    }
    .industrial_relations .industrial_relations_inner button,
    .btn-style-one{
        background:#9f0e1d;
        color:#fff;
        font-weight:600;
        font-size:16px;
        border-radius:50px;
    }
    @media (min-width:320px) and (max-width:480px){
        .industrial_relations .industrial_relations_inner{
            padding:15% 3% 15% 3%;
            background:#f5f5f5;
        }
        .industrial_relations .industrial_relations_inner h2{
            font-size:25px; 
            margin-bottom:10%; 
        }
        .industrial_relations .industrial_relations_inner h3{
            font-size:20px;
        }
    }

/* industrial relations section end  */

/* RBU Edge section start  */

    .rbu_edge{
        padding:3% 0%;
    }
    .rbu_edge hr{
        border:1px solid rgba(0,0,0,0.6);
        margin:2% 0%;
        width:90%;
    }
    .rbu_edge h3 span{
        color:#CE0004;
    }
    @media (min-width:320px) and (max-width:480px){
        .rbu_edge{
            padding:13% 0%;
        }
        .rbu_edge h1{
            font-size:25px;
        }
        .rbu_edge h3{
            font-size:14px;
        }
    }

/* RBU Edge section end  */

/* scholarship section start  */

    .scholarship{
        background:#f5f5f5;
        padding:3% 3% 0% 3%;
    }
    .scholarship h4{
        font-weight:700;
        color:#29589C;
        font-size:40px;
        line-height:30px;
    }
    .scholarship h4 span{
        font-size:25px;
        color:#000;
    }
    .scholarship h5{
        font-weight:bold;
        font-size:20px;
        color:rgba(0,0,0,0.6);
        margin-bottom:4%;
    }
    .scholarship h5 span.blue_percent{
        color:#29589C;
    }
    .scholarship h5 span.sub_txt{
        font-size:16px;
    }
    .scholarship p{
        font-size:20px;
        color:#000;
        font-weight:bold;
    }
    .scholarship p span{
        color:#29589C;
    }
    .scholarship ul{
        list-style:none;
        margin-top:-5%;
    }
    .scholarship ul li{
        color:rgba(0,0,0,0.6);
        font-weight: bold;
    }
    .scholarship button{
        background:#9F0E1D;
        color:#fff;
        font-size:16px;
        font-weight:bold;
        box-shadow:0px 0px 20px rgba(0,0,0,0.5);
    }
    .scholarship button:hover{
        color:#fff;
    }
    @media (min-width:320px) and (max-width:480px){
        .scholarship{
            padding:13% 3% 0% 3%;
        }
    }

/* scholarship section end  */

/* apply now section start  */

.applyNow{
    padding:6% 0%;
    background:#081535;
}
.applyNow h2{
    font-size:45px;
    color:#fff;
    font-weight:bold;
}
.applyNow h4{
    color:#fff;
    font-size:25px;
}
.applyNow button{
    margin-top:2%;
    color:#CE0004;
    font-weight:bold;
    font-size:16px;
    background:#fff;
    border-radius:50px;
}
@media (min-width:320px) and (max-width:480px){
    .applyNow h2{
        font-size:25px;
    }
    .applyNow h4{
        font-size:18px;
    }
    .applyNow{
        padding:13% 0%;
        background:#081535;
    }
}

/* apply now section end  */

/* campus life section start  */

.campus_life{
    padding:0% 4% 4% 4%;
}
.campus_life h2{
    font-size:40px;
    text-align:center;
    margin-bottom:3%;
}
.campus_life h2 span{
    color:#9f0e1d;
    font-weight:bold;
}
@media (min-width:320px) and (max-width:480px){
    .campus_life{
        padding:0% 4% 4% 4%;
    }
    .campus_life h2{
        font-size:25px;
        text-align:center;
        margin-bottom:6%;
    }
}

/* campus life section end  */

/* placement section start  */

.placement{
    padding:0% 0%;
}
.placement h2{
    color:#CE0004;
    font-size:35px;
    font-weight:bold;
}
.placement h3{
    color:#000;
    font-size:25px;
    font-weight:bold;
    margin-top:-3%;
}
.placement hr{
    border:1px solid #000;
}
.shadow_div{
    box-shadow:0px 0px 20px rgba(0,0,0,0.5);
    padding-top:5%;
    padding-bottom:3%;
}
@media (min-width:320px) and (max-width:480px){
    .placement h2{
        font-size:20px;
    }
    .placement h3{
        font-size:20px;
    }
    .placement hr{
        margin-top:4%;
        margin-bottom:4%;
    }
}

/* placement section end  */

/* apply now 2 section start  */

.applyNow2{
    padding:3% 0%;  
}
.applyNow2 hr{
    border-top:1px solid rgba(0,0,0,0.6);
}
.applyNow2 h2{
    font-size:35px;
}
.applyNow2 h2 span, .applyNow2 h4 span{
    color:#CE0004;
}
.applyNow2 button{
    background:#9f0e1d;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    border-radius:50px;
}
.applyNow2 button:hover{
    color:#fff;
}
@media (min-width:320px) and (max-width:480px){
    .applyNow2 h2{
        font-size:25px;
    }
    .applyNow2 hr{
        margin-bottom:4%;
        margin-top:4%;
    }
    .applyNow2{
        padding:13% 0%;  
    }
}

/* apply now 2 section end  */

/* footer section start   */

    .footer{
        background:#081535;
        padding:3% 0% 1% 0%;
    }
    .footer hr{
        border-top:1px solid rgba(255,255,255,0.4);
        margin-bottom:2%;
    }
    .footer h6 span{
        color:rgba(255,255,255,0.4);
    }
    .footer h3{
        color:#fff;
        font-size:1.2rem;
    }
    .footer img.footer_img{
        width:40%;
    }
    .footer_box a{
        color:rgba(255,255,255,0.6);
        text-decoration: none;
        font-size:1.5rem;
        font-weight:bold;
    }
    a.usefull_links{
        font-size:12px;
        color:#fff;
        font-weight:normal;
    }
    @media (min-width:320px) and (max-width:480px){
        .footer{
            padding:13% 0% 3% 0%;
        }
        .footer .mailta{
            font-size:14px;
        }
    }

/* footer section end  */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 85px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#CE0004;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}
.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#fff;
}
.CallButton a:hover{
    text-decoration: none;
    color:#fff;
}

/* call now button end  */


/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
}

.applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
}

.applyNowButton a h5 {
    font-size: 14px;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}



/* Apply Now  button end  */



.banner_form_sec .form_title {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 10px 0 15px;
    font-weight: bold;
    /*border-bottom: 1px solid #d0d0d0;*/
    padding: 0 0 10px;
}
.banner_form_sec .form_title span {
    display: inline-block;
    position: relative;
}
.banner_form_sec {
    background: #fff;
    /* padding: 15px 25px; */
    width: 100%;
    /* border-radius: 10px; */
    /* position: absolute; */
    /* bottom: -225px; */
    /* right: 50px; */
    z-index: 9999;
    display: inline-block;
    box-shadow: 1px 0 21px rgb(0 0 0 / 26%);
}
.banner_form_sec label {
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    margin: 0;
}
.banner_form_sec .form-control {
    height: 40px;
    font-size: 14px;
    color: #232323;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0 !important;
    padding:10px 15px;
}
.banner_form_sec .form-group {
    margin-bottom: 10px;
}
.banner_form_sec .submit-btn {
    background: #07cc84;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    border-color: #07cc84;
    padding: 7px 40px;
    margin: 15px 0 0;
}
.banner_form_sec .submit-btn:hover {
    background: #832625;
    color: #fff;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
    padding: 1px;
}
.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 0.6rem 0rem !important;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0;
    border: 1px solid #ced4da;
    color: #495057;
    margin-right: 1px;
}
.banner_form_sec ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #495057;
}
.banner_form_sec ::-moz-placeholder { /* Firefox 19+ */
  color: #495057;
}
.banner_form_sec :-ms-input-placeholder { /* IE 10+ */
  color: #495057;
}
.banner_form_sec :-moz-placeholder { /* Firefox 18- */
  color: #495057;
}
.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 5px !important;
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
    position: absolute;
    top: 1px;
    right: 5px;
    width: 20px;
}




div#whatsapp-modal {
    background-color: white;
    z-index: 16000160 !important;
    margin-bottom: 60px;
    width: 360px;
    position: fixed !important;
    bottom: 50px !important;
    right: 50px;
    border-radius: 10px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    font: 400 normal 15px / 1.3 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
    padding: 0px !important;
    height: 260px !important;
    top: unset;
    left: unset;
}
.wa-chat-box-header {
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    background-color: #0a5f54;
    color: white;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
}
.wa-chat-box-brand {
    margin-left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
.wa-chat-box-brand-text {
    margin-left: 20px;
}
.wa-chat-box-brand-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.wa-chat-box-brand-subtitle {
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
}

.wa-chat-bubble-close-btn {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}
.wa-chat-bubble-close-btn img {
    pointer-events: none;
}
.wa-chat-box-content {
    background: url(https://user-images.githubusercontent.com/99333830/277576700-059390fb-4890-40dc-8a77-34942ff2e9db.png);
}
.wa-chat-box-content-chat {
    background-color: white;
    display: inline-block;
    margin: 20px;
    padding: 10px;
    border-radius: 10px;
}
.wa-chat-box-content-chat-brand {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}
.wa-chat-box-content-chat-welcome {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}
.wa-chat-box-send {
    background-color: white;
}
.wa-chat-box-content-send-btn {
    text-decoration: none !important;
    color: rgb(255, 255, 255) !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-appearance: none;
    padding: 8px 12px;
    border-radius: 25px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background-color: #4dc247 !important;
    margin: 20px;
    overflow: hidden;
}

.wa-chat-box-content-send-btn-icon {
    width: 16px;
    height: 16px;
    fill: rgb(255, 255, 255);
    z-index: 1;
    flex: 0 0 16px;
}

.wa-chat-box-content-send-btn-text {
    margin-left: 8px;
    margin-right: 8px;
    z-index: 1;
    color: rgb(255, 255, 255);
}
.modal-backdrop.show {
    display: none !important;
}
div#whatsapp-modal .modal-content {
    border: none;
}
div#whatsapp-modal .close {
    color: #fff;
    opacity: 1;
    font-size: 26px;
}
div#whatsapp-modal button:focus {
    outline:none;
}
@media (max-width:575px){
    div#whatsapp-modal {
        background-color: white;
        z-index: 16000160 !important;
        margin-bottom: 60px;
        width: 95%;
        position: fixed !important;
        bottom: 50px !important;
        right: 10px;
        border-radius: 10px;
        box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
        font: 400 normal 15px / 1.3 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
        padding: 0px !important;
        height: 260px !important;
        top: unset;
        left: unset;
    }
}

body.modal-open {
    padding: 0 !important;
}


/*Program css starts*/
.RBU_programs_desktop_view {
    position: relative;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: lch(0 0 0 / 0.6);
    font-weight: 700;
    font-size: 14px;
    padding: 10px 10px;
}
.nav-tabs .nav-link.main_program_link{
    font-size:20px;
    color:#000;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #081535;
    border: 0 !important;
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}
.program-dv {
    display: flex;
    flex-wrap: wrap;
}
.course-list {
    width: 100%;
    padding: 10px;
    position: sticky;
    top: 0;
}
.course-list ul {
    display: block;
}

.course-list-dtl {
    width: 100%;
}
.course-list-dtl h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #081535;
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    margin: 15px 0;
}
.course-list-dtl ul {
    margin-bottom: 30px;
    list-style: none;
    padding-left: 15px;
}
.course-list-dtl ul li {
    font-size: 16px;
    color: #0009;
    font-weight: 600;
    margin-bottom: 6px;
    margin-left: 15px;
    text-indent: -10px;
}
.course-list-dtl ul li i {
    margin-right: 5px;
    color: #081535;
}
ul.list-two-style {
    list-style: disc;
}
.program-dv .card-body {
    padding: 1.25rem;
    padding: 0;
    background: whitesmoke;
}
.nav-tabs {
    display:none;
}
section.program_section .card-header h5 a {
    color: #800511;
}
.course-list-dtl .card {
    border:0px !important;
    background-color: transparent !important;
}
@media(min-width:992px) {
    .nav-tabs {
        display: flex;
    }
    .program-dv .card .card-header {
        display: none;
    }
    .card .collapse{
        display:block;
    }
}

@media(max-width:991px){
    .RBU_programs_desktop_view .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
        border: 0;
        background: whitesmoke;
        margin-bottom: 5px;
        padding: 5px 15px 5px 15px;
    }
    .course-list-dtl {
        width: 100%;
    }
    .course-list {
        display: none;
    }
    section.rising_stu .rising_stu_content {
        margin-top: 0;
    }
    .RBU_programs_desktop_view .card-header {
        padding: 10px 0;
        border: 0px;
        background: whitesmoke;
        padding-right: 30px;
    }
    .RBU_programs_desktop_view .card-header h5 a {
        color: #081535;
        text-align: left;
        text-decoration: none;
        font-size: 16px;
    }
    .RBU_programs_desktop_view .tab-content {
        background: #fff;
        padding: 0;
    }
    .course-list-dtl ul li {
        font-size: 14px;
    }
    .RBU_programs_desktop_view .card-header h5 a i {
        position: absolute;
        right: 20px;
        top: 20px;
    }
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #fff;
}


 /*Program css ends*/



 .banner_form_sec .nav-tabs .nav-item.show .nav-link, 
 .banner_form_sec .nav-tabs .nav-link.active {
    color: #000 !important;
    background-color: #fff;
    border: 0 !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
 }




 .btn-style-one,
 .btn-style-one:active {
    background: #9f0e1d !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    padding: 10px 35px;
    border-color: #9f0e1d !important;
    transition: all ease .3s;
}
.btn-style-one:hover {
   background: #9f0e1d;
   color: #fff;
   font-weight: 600;
   font-size: 16px;
   border-radius: 4px;
   padding: 10px 35px;
   border-color: #9f0e1d;
   transition: all ease .3s;
   opacity:0.8;
}
.btn-style-five,
.btn-style-five:active {
   background: #fff !important;
   color: #9f0e1d !important;
   font-weight: 600;
   font-size: 16px;
   border-radius: 4px;
   padding: 10px 35px;
   border-color: #9f0e1d !important;
   transition: all ease .3s;
}
.btn-style-five:hover {
  background: #fff;
  color: #9f0e1d;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  padding: 10px 35px;
  border-color: #9f0e1d;
  transition: all ease .3s;
  opacity:0.8;
}


.forPwd  {
    font-weight: 400;
    color: #000 !important;
}

