@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('../images/RBU_banner2.png');
    height:auto;
    background-size:100% 100%;
    background-position:center center;
    background-repeat: no-repeat;
    /* padding-bottom:10%; */
    border-bottom:15px solid #800511;
}
.banner_section .navbar img{
    width:35% !important;
}
.banner_section .navbar .nav-item .nav-link button{
    background:#9f0e1d;
    color:#fff;
    font-weight:500;
    font-size:18px;
}
.banner_section .banner_content .banner_content_inner{
    margin-top:0%;
    margin-bottom:4%;
}
.banner_section .banner_content .banner_content_inner h5{
    color:#000;
    font-weight: 700;
    font-size:20px;
    margin-bottom:2%;
}
.banner_section .banner_content .rank_box{
    background:rgba(255,255,255,0.7);
    padding:2%;
}
.banner_section .banner_content .rank_box h6{
    font-size:.8em;
    border:none;
}
.banner_section .banner_content .rank_box h6 span{
    font-size:2.3em;
    color:#CE0004;
}
.banner_section .banner_content .rank_box h1{
    color:#CE0004;
    font-size:6rem;
    font-weight:bold;
    text-align:right;
}
.banner_section .banner_content .banner_content_inner h1{
    color:#CE0004;
    font-size:6rem;
    font-weight:bold;
}
.banner_section .banner_content .banner_content_inner h2{
    color:#000;
    font-weight:800;
    line-height:40px;
    font-size:30px;
}
.banner_section .banner_content .banner_content_inner h2 span{
    background:#CE0004;
    color:#fff;
    font-size:35px;
    font-weight:600;
}
.banner_section .banner_content .rank_box{
    background:rgba(255,255,255,0.9);
    padding:2%;
    box-shadow:0px 0px 20px rgba(0,0,0,0.5);
}
.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_box h4{
    font-size:1.8em;
    color:#000;
    font-weight:bold;
}
.banner_section .banner_content .rank_box2{
    background:rgba(255,255,255,0.9);
    padding:2%;
}
.banner_section .banner_content .banner_content_inner h6{
    font-size:1.3em;
    font-weight:bold;
}
.banner_section .banner_content{
    padding:2% 3%;
}
.banner_section .banner_content h3{
    font-size:60px;
    color:#fff;
    font-weight:bold;
    text-align: left;
}
.banner_section .banner_content h4{
    font-size:30px;
    color:#fff;
    font-weight:bold;
    text-align:left;
}
.banner_section .banner_content hr{
    border-bottom:2px solid #800511;
}
.banner_section .banner_content .course_box{
    margin-top:25%;
}
.banner_section .banner_content .course_box p{
    color:#fff;
    font-size:16px;
    font-weight:bold;
}
.banner_section .form_div {
    background: rgba(0,0,0,0.7);
    height: auto;
    /* border-radius: 5%; */
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 5%;
}
.banner_section .banner_content .form_div h3{
    font-size: 25px;
    text-align: center;
    color: #fff;
}
#enquiry-form label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    color: #fff;
}
@media (min-width:320px) and (max-width:480px){
    .banner_section .banner_content .banner_content_inner h2{
        color:#000;
        font-weight: 800;
        font-size:15px;
        line-height:30px;
    }
    .banner_section .banner_content .banner_content_inner h2 span {
        background: #CE0004;
        color: #fff;
        font-size: 23px;
        font-weight: 600;
    }
    .banner_section .banner_content .rank_box h4{
        font-size:1.3em;
        color:#000;
        font-weight:bold;
    }
    .banner_section{
        background:linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 80%),url('../images/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:14px;
    }
    .banner_section .navbar .navbar-brand img{
        width:45%;
    }
    .banner_section .banner_main_form{
        box-shadow:0px 0px 20px rgba(0,0,0,0.6);
    }
    .banner_section .banner_content h3{
        font-size:45px;
        color:#fff;
        font-weight:bold;
    }
    .banner_section .banner_content .course_box p {
        color: #fff;
        font-size: 10px;
        font-weight: 600;
    }
    .banner_section .banner_content h4 {
        font-size: 25px;
        color: #fff;
        font-weight: bold;
        text-align: left;
    }
}

/* banner section end  */

/* about RBU section start  */

.about_RBU{
    background:url('../images/about_RBU_banner.png');
    height:110vh;
    background-size:cover;
    background-position:center top;
    background-repeat: no-repeat;
    padding-bottom:3%;
    /* 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('../images/about_RBU_banner3.png');
        height:100vh;
        background-size:cover;
        background-position:center left;
        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;
        font-size:20px;
    }
    .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   */

/* legacy of trust section start  */

    .legacyOfTrust{
        padding:3%;
    }
    .legacyOfTrust h2{
        font-size:30px;
    }
    .legacyOfTrust h3{
        color:#CE0004;
        font-weight:bold;
        font-size:25px;
    }
    .legacyOfTrust h6{
        font-size:12px;
        font-weight:600;
    }
    .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%;
    }  
    @media(max-width: 767px) {
        .legacyOfTrust .col {
            flex-basis: auto;
            -webkit-box-flex: 1;
            flex-grow: 1;
            max-width: 50%;
            margin-bottom:5%;
        }
        .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%;
        }
    }
    @media (min-width:768px) and (max-width: 10000px) {
        .legacyOfTrust .col {
            flex-basis: auto;
            -webkit-box-flex: 1;
            flex-grow: 1;
            max-width: 20%;
        }
    }

/* legacy of trust section end  */


/* ranking sections start  */

    .ranking_section1{
        padding:3% 0%;
        background:#800511;
    }
    .ranking_section1  h1{
        color:#fff;
        font-size:50px;
        font-weight: bold;
    }
    .ranking_section1 p{
        color:rgba(255,255,255,0.6);
        font-size:13px;
    }
    .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);
        font-size:13px;
    }
    @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:1px 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%;
        } 
        .carousel-cell4 {
            width: 33%;
            height: auto;
            max-height:1000px;
            margin-right: 30px;
            margin-bottom: 30px;
            border-radius: 5px;
            padding:20px 0px;
            counter-increment: carousel-cell;
        }
        .carousel-cell4 img{
            height: 100%;
            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  */


/* global learning section start  */

.global_learning{
    padding:0% 0% 3% 0%;
    background:#f5f5f5;
}
.global_learning .global_learning_box{
    background: rgb(245,245,245);
    background: linear-gradient(90deg, rgba(245,245,245,1) 15%, rgba(8, 21, 53) 15%);
    padding:4%;
}
.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 .global_learning_box{
        background: rgb(245,245,245);
        background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(8, 21, 53) 0%);
        padding:4%;
    }
    .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 h1{
    font-size:40px;
    margin-bottom:6%;
    font-weight:400;
}
.RBU_programs_desktop_view .tab-content{
    background:#fff;
    padding:3%;
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
}
.RBU_programs_desktop_view .nav .nav-link {
    color:rgba(0,0,0,1);
    font-weight:700;
    font-size:12px;
    background:#f5f5f5;
}
.RBU_programs_desktop_view .nav .program_box{
    background:#f5f5f5;
    padding:4% 2%;
}
.RBU_programs_desktop_view .nav .nav-link.active{
    background:#f5f5f5;
    color:#000;
    font-size:20px;
    border-radius:0px;
    border-top:1px solid #29589C;
    border-bottom:1px solid #29589C;
}
.RBU_programs_desktop_view .nav .nav-link.active span{
    background:#f5f5f5;
    color:#CE0004;
    font-size:20px;
    border-radius:0px;
}
.RBU_programs_desktop_view .tab-content .tab-pane .deparment_content{
    background:#fff;
    height:auto;
    padding:3%;
}
.RBU_programs_desktop_view .tab-content .tab-pane .deparment_content .course_box{
    border:1px solid #000;
    padding:4% 4% 3% 4%;
    border-radius:5px;
    margin-bottom:4%;
}
.RBU_programs_desktop_view .tab-content .tab-pane .deparment_content h5{
    color:#CE0004;
    font-weight:600;
    margin-bottom:2%;
}
.RBU_programs_desktop_view .tab-content .tab-pane .deparment_content .course_box h6{
    font-size:13px;
    font-weight:500;
    line-height:20px;
}
.RBU_programs_desktop_view .tab-content .tab-pane .deparment_content .course_box h6.course_heading{
    font-size:22px;
    font-weight:700;
}
.RBU_programs_desktop_view .tab-content .tab-pane .deparment_content .course_box p.course_description{
    font-size:13px;
    color:#000;
    text-align:justify;
    font-weight:500;
}
.RBU_programs_desktop_view .tab-content .tab-pane .deparment_content  a{
    background:#081535;
    color:#fff;
    font-weight: 500;
    font-size:13px;
    border-radius:5px;
    margin-bottom:2%;
}
.RBU_programs_desktop_view .accordion .card .deparment_content .course_box{
    border:1px solid #000;
    padding:4% 4% 3% 4%;
    border-radius:5px;
    margin-bottom:4%;
}

@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 h1{
    color:#000;
    text-align:center;
    }
    .RBU_programs_mobile_view .deparment_content{
        padding:3%; 
    }
    .RBU_programs_mobile_view .deparment_content .course_box{
    border:1px solid #000;
    padding:4% 4% 3% 4%;
    border-radius:5px;
    margin-bottom:4%;
    }
    .RBU_programs_mobile_view .deparment_content .course_box p{
        color:#000;
        font-weight:500;
        margin-bottom:4%;
        text-align:justify;
    }
    .RBU_programs_mobile_view .deparment_content .course_box h6{
        color:#000;
        font-weight:500;
        line-height:15px;
        margin-bottom:4%;
        text-align:justify;
    }
    .RBU_programs_mobile_view .deparment_content .course_box h6.course_heading{
        font-size:17px;
        font-weight:bold;
        padding:4% 4% 3% 4%;
        margin-bottom:4%;
        text-align:left;
        line-height:20px;
    }
    .RBU_programs_mobile_view .deparment_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 .deparment_content  a {
    background:#CE0004;
    color:#fff;
    font-weight: 500;
    }
    
    .RBU_programs_mobile_view {
    background: #f2f2f2;
    /* color: #fff; */
    display: flex;
    min-height: 50vh;
    }
    .inner{
    /* margin: 0 auto; */
    padding: 4rem;
    }
    .accordion .accordion-item {
    border-bottom: 1px solid #840303;
    }
    .accordion .accordion-item button{
    color:#000; 
    font-weight:bold;
    }
    .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;
    }
    .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;
    }

/* programs mobile section end  */

/* discover why section start */

    .discover_why{
        padding:9% 0% 0% 0%;
    }
    .discover_why .Technical_Skills{
        background:url('../images/discover_back.png');
        background-size:80% 80%;
        background-position:right top;
        background-repeat:no-repeat;
        height:auto;
    }
    .discover_why .Technical_Skills h1{
        font-size:40px;
        font-weight:600;
        text-transform: uppercase;
    }
    .discover_why .Technical_Skills h2{
        font-size:20px;
        font-weight:700;
        text-transform: uppercase;
    }
    .discover_why span.tech_text{
        color:#000;
        font-size:16px;
        font-weight:bold;
    }
    .discover_why hr{
        border:2px solid #000;
        margin:3% 0% 6% 0%;
    }
    @media (min-width:320px) and (max-width:480px){
        .discover_why{
            padding:10% 0% 0% 0%;
        }
        .discover_why .Technical_Skills h1 {
            font-size: 28px;
            font-weight: 600;
            text-transform: uppercase;
        }
    }

/* discover why section end  */

/* key highlights section start  */

    .key_high{
        background:#081535;
        padding:4% 0%;
    }
    .key_high h2{
        color:#fff;
        font-weight:300;
        font-size:30px;
    }
    .key_high h2 b{
        font-weight:700;
    }
    .key_high h1{
        color:#fff;
        font-weight:300;
        font-size:33px;
        margin-bottom:4%;
    }
    .key_high h1 b{
        font-weight:700;
    }
    @media (min-width:320px) and (max-width:480px){
        .key_high{
            background:#081535;
            padding:10% 0%;
        }
        .key_high h2{
            font-size:20px;
        }
        .key_high h1{
            font-size:23px;
        }
    }

/* key highlights section end  */

/* academia & industry start  */

    .academia_Industry{
        padding:4% 0%;
    }
    .academia_Industry h1{
        text-align:center;
        font-size:35px;
        font-weight:bold;
    }
    @media (min-width:320px) and (max-width:480px){
        .academia_Industry{
            padding:10% 0%;
        }
        .academia_Industry h1{
            text-align:center;
            font-size:25px;
            font-weight:bold;
        }
    }

/* academia & industry end  */

/* student section start */

    .student_section{
        background:linear-gradient(rgba(8,21,53,0.8),rgba(8,21,53,0.8)),url('../images/RBU_clg_img.png');
        background-size:100% 80%;
        background-position:center top;
        background-repeat:no-repeat;
        height:120vh;
        margin-bottom:-13%;
    }
    @media (min-width:320px) and (max-width:480px){
        .student_section{
            background:linear-gradient(rgba(8,21,53,0.8),rgba(8,21,53,0.8)),url('../images/RBU_clg_img.png');
            background-size:100% 80%;
            background-position:center top;
            background-repeat:no-repeat;
            height:35vh;
            margin-bottom:-10%;
        }
    }

/* student section end  */

/* skill development section start  */

    .skill_development{
        padding:10% 0% 0% 0%;
        background:#f5f5f5;
    }
    .skill_development h3{
        font-size:25px;
        color: #000;
    }
    .skill_development img.skill_img{
        box-shadow:0px 0px 20px rgba(0,0,0,0.5);
    }
    .skill_development h1{
        font-size:35px;
        font-weight:bold;
    }
    .skill_development .skill_development_content{
        background: rgb(245,245,245);
        background: linear-gradient(90deg, rgba(245,245,245,1) 15%, rgba(159,14,29,1) 15%);
        padding:4%;
    }
    .skill_development .skill_development_content .skill_development_box{
        padding-top:10%;
    }
    .skill_development .skill_development_content .skill_development_box hr{
        border-bottom:1px solid rgba(255,255,255,0.4);
    }
    @media (min-width:320px) and (max-width:480px){
        .skill_development{
            padding:13% 0% 0% 0%;
            background:#f5f5f5;
        }
        .skill_development .skill_development_content{
            background: rgb(245,245,245);
            background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(159,14,29,1) 0%);
            padding:4%;
        }
        .skill_development h1{
            font-size:30px;
            font-weight:bold;
        }
    }

/* skill development section end  */

/* live projects section start  */

    .live_projects{
        background:url('../images/live_project_back.png');
        background-size:cover;
        background-position:center top;
        background-repeat:no-repeat;
        height:auto;
        padding:15% 0% 3% 0%;
    }
    .live_projects .carousel .carousel-inner .carousel-item{
        padding-bottom:13%;
    }
    .live_projects .carousel .carousel-indicators li.active{
        height:5px;
        width:30px;
    }
    .live_projects .carousel .carousel-inner .carousel-item p{
        color:#fff;
        font-size:12px;
    }
    .live_projects .carousel .carousel-inner .carousel-item hr{
        border:1px solid #9F0E1D;
        margin:3% 0%;
    }
    .live_projects h1{
        font-size:50px;
        color:#fff;
        font-weight:bold;
    }
    .live_projects h2{
        font-size:35px;
        color:#fff;
        font-weight:bold;
    }
    @media (min-width:320px) and (max-width:480px){
        .live_projects h1{
            font-size:35px;
            color:#fff;
            font-weight:bold;
        }
        .live_projects h2{
            font-size:22px;
            color:#fff;
            font-weight:bold;
        }
        .live_projects{
            background:url('../images/live_project_back.png');
            background-size:cover;
            background-position:center left;
            background-repeat:no-repeat;
            height:auto;
            padding:15% 0% 3% 0%;
        }
    }

/* live projects section end  */

/* campus life section start  */

.campus_life{
    padding: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 h2{
        font-size:25px;
        text-align:center;
        margin-bottom:3%;
    }
}

/* campus life section end  */

/* testimonial section start  */

#testimonial-area{
    padding:5% 0%;
    height:auto;
}
#testimonial-area .section-heading h2 {
    font-size: 35px;
    line-height: 58px;
}
.testi-wrap {
    position: relative;
    height: 565px;
    margin-top:0px;
}
.client-single {
    margin-top: 20px;
    text-align: center;
    position: absolute;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.client-info, .client-comment {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.client-single.inactive .client-comment, .client-single.inactive .client-info {
    display: none;
}
.client-single.inactive .client-comment, .client-single.inactive .client-info {
    opacity: 0;
    visibility: hidden;
}
.client-single.position-1 {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
}
.client-single.position-2 {
    left: -40px;
    top: 105px;
}
.client-single.position-3 {
    left: -60px;
    top: 240px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
}
.client-single.position-4 {
    left: 55px;
    top: 380px;
}
.client-single.position-5 {
    top: 30px;
    right: 55px;
}
.client-single.position-6 {
    top: 225px;
    right: -40px;
}
.client-single.position-7 {
    top: 400px;
    right: 45px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
}
.client-single.active {
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 70%;
}
.client-single.active .client-comment, .client-single.active .client-info {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    z-index: 99;
}
.client-single.active .client-img {
    width: 160px;
    height: 160px;
    margin: 0 auto 24px;
    position: relative;
}
.client-single.active .client-img:before {
    border-radius: 100%;
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9d5bfe), to(#3890fe));
    background-image: linear-gradient(180deg, #9d5bfe 0%, #3890fe 100%);
    padding: 5px;
    width: 160px;
    height: 160px;
    top: -4px;
    left: 0px;
    position: absolute;
    z-index: -1;
}
.client-single .client-img img {
    width: 150px;
    border-radius: 50%;
    border: 8px solid #d1e9ff;
    cursor: pointer;
}
.client-single.active .client-img img {
    max-width: 160px;
    margin: 0 auto 24px;
    border: 0;
}
.client-comment {
    padding: 0 30px;
}
.client-comment h3 {
    font-size: 22px;
    line-height: 32px;
    color: #505b6d;
}
.client-comment span i {
    font-size: 60px;
    color: #0084ff;
    margin: 40px 0 24px;
    display: inline-block;
}
.client-info h3 {
    color: #000;
    font-weight: 600;
    margin-bottom: 4px;
}
.client-info p {
    color: #0084ff;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #testimonial-area .section-heading h2 {
        font-size: 30px;
   }
    .client-comment h3 {
        font-size: 18px;
        line-height: 28px;
   }
    .client-single.active {
        width: 60%;
   }
    .client-single:not(.active) {
        -webkit-transform: scale(0.55);
        transform: scale(0.35);
   }
    .client-single.position-3, .client-single.position-7 {
        -webkit-transform: scale(0.3) !important;
        transform: scale(0.3) !important;
   }
    .client-single.active .client-img img {
        max-width: 100px;
   }
    .client-single.active .client-img::before {
        padding: 5px;
        width: 108px;
        height: 108px;
        top: -4px;
        left: 6px;
   }
    .client-single.active .client-img {
        width: 120px;
        height: 100px;
   }
    .testi-wrap {
        height: 580px;
   }
   #testimonial-area{
        padding:5% 0% 20% 0%;
        height:auto;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #testimonial-area .section-heading h2 {
        font-size: 30px;
   }
    .client-comment h3 {
        font-size: 14px;
        line-height: 26px;
   }
    .client-single.active {
        width: 60%;
   }
    .client-comment span i {
        font-size: 40px;
   }
    .client-single:not(.active) {
        -webkit-transform: scale(0.55);
        transform: scale(0.35);
   }
    .client-single.position-5, .client-single.position-7 {
        right: 0;
   }
    .client-single.position-4 {
        left: 0;
   }
    .client-single.position-3, .client-single.position-7 {
        -webkit-transform: scale(0.3) !important;
        transform: scale(0.3) !important;
   }
    .client-single.active .client-img img {
        max-width: 80px;
   }
    .client-single.active .client-img::before {
        padding: 5px;
        width: 88px;
        height: 88px;
        top: -4px;
        left: 16px;
   }
    .client-single.active .client-img {
        width: 120px;
        height: 100px;
   }
    .testi-wrap {
        height: 630px;
   }
   #testimonial-area{
        padding:5% 0% 20% 0%;
        height:auto;
    }
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
    #testimonial-area .section-heading h2 {
        font-size: 30px;
        line-height: 40px;
   }
    .client-comment h3 {
        font-size: 14px;
        line-height: 26px;
   }
    .client-single.active {
        width: 80%;
   }
    .client-comment span i {
        font-size: 40px;
   }
    .client-single:not(.active) {
        -webkit-transform: scale(0.25);
        transform: scale(0.25);
   }
    .client-single.position-5, .client-single.position-7, .client-single.position-6 {
        right: -70px;
   }
    .client-single.position-4 {
        left: -60px;
   }
    .client-single.position-3 {
        left: -75px;
   }
    .client-single.position-3, .client-single.position-7 {
        -webkit-transform: scale(0.25) !important;
        transform: scale(0.25) !important;
   }
    .client-single.active .client-img img {
        max-width: 80px;
   }
    .client-single.active .client-img::before {
        padding: 5px;
        width: 88px;
        height: 88px;
        top: -4px;
        left: 16px;
   }
    .client-single.active .client-img {
        width: 120px;
        height: 100px;
   }
    .testi-wrap {
        height: 600px;
   }
   #testimonial-area{
        padding:5% 0% 20% 0%;
        height:auto;
    }
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
    #testimonial-area .section-heading h2 {
        font-size: 30px;
   }
    .client-comment h3 {
        font-size: 14px;
        line-height: 26px;
   }
    .client-single.active {
        width: 80%;
   }
    .client-comment span i {
        font-size: 40px;
   }
    .client-single:not(.active) {
        -webkit-transform: scale(0.25);
        transform: scale(0.25);
   }
    .client-single.position-5, .client-single.position-7, .client-single.position-6 {
        right: -70px;
   }
    .client-single.position-4 {
        left: -60px;
   }
    .client-single.position-3 {
        left: -75px;
   }
    .client-single.position-3, .client-single.position-7 {
        -webkit-transform: scale(0.25) !important;
        transform: scale(0.25) !important;
   }
    .client-single.active .client-img img {
        max-width: 80px;
   }
    .client-single.active .client-img::before {
        padding: 5px;
        width: 88px;
        height: 88px;
        top: -4px;
        left: 16px;
   }
    .client-single.active .client-img {
        width: 120px;
        height: 100px;
   }
    .testi-wrap {
        height: 550px;
   }
   #testimonial-area{
        padding:5% 0% 20% 0%;
        height:auto;
    }
}

/* testimonial 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);
    }
    @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;
}
@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  */

/* excellent placement section start  */

.excellent_placement{
    padding:0% 4% 4% 4%;
}
.excellent_placement h2{
    font-size:40px;
    text-align:center;
    margin-bottom:3%;
}
.excellent_placement h2 span{
    color:#9f0e1d;
    font-weight:bold;
}
@media (min-width:320px) and (max-width:480px){
    .excellent_placement{
        padding:0% 4% 4% 4%;
    }
    .excellent_placement h2{
        font-size:25px;
        text-align:center;
        margin-bottom:6%;
    }
}

/* excellent placement 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 h4{
    font-size:20px;
}
.applyNow2 h2 span, .applyNow2 h4 span{
    color:#CE0004;
}
.applyNow2 button{
    background:#9f0e1d;
    color:#fff;
    font-size:16px;
    font-weight:bold;
}
@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{
        font-size:18px;
    }
    .footer h6.terms{
        font-size:12px;
    }
    .footer h6 span{
        color:rgba(255,255,255,0.4);
    }
    .footer p{
        font-size:14px;
    }
    @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: 95px;
    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: -3%;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#000;
    border-radius: 5% 5% 0% 0%;
    width: 110px;
    height: 40px;
    transform: rotate(270deg);
}
.applyNowButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#fff;
}
.applyNowButton a h5{
    font-size: 14px;
}
.applyNowButton a:hover{
    text-decoration: none;
    color:#fff;
}
.applyNowButton a img{
    max-width:90%;
}

@media (min-width:320px) and (max-width:480px){
    .applyNowButton {
        position: fixed;
        bottom: 250px;
        z-index: 2200000;
        right: -10%;
        box-shadow: 0 0 10px #ddd;
        /* background-color: var(--whiteColor); */
        background:#000;
        border-radius: 5% 5% 0% 0%;
        width: 110px;
        height: 40px;
        transform: rotate(270deg);
    }
}

/* Apply Now  button end  */

.ctplqryform h2 {
    font-size: 28px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}
.register-panel .form-group.agrCheck .checkText {
    color: #fff;
}



