@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: hidden;*/
    width: 100%;
    scroll-behavior: smooth;
}

* {
    font-family: 'Montserrat', sans-serif;
}
.red_color{
    color:#CE0004;
}
.red_background{
    background:#9f0e1d;
}
.blue_color{
    color:#302861;
}
.blue_background{
    background:#302861 !important;
}

/* 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;
    overflow: hidden;
}
section.banner_section > nav {
    padding-top: 25px !important;
}
.banner_section .navbar img{
    width:90% !important;
}
.banner_section .navbar .nav-item .nav-link button{
    background:#9f0e1d;
    color:#fff;
    font-weight:500;
    font-size:1em;
}
.banner_section .banner_content .banner_content_inner{
    margin-top:5%;
    margin-bottom:1%;
}
.banner_section .banner_content .banner_content_inner h5{
    color:#000;
    font-weight: 700;
    font-size:20px;
    margin-bottom:2%;
    text-transform: uppercase;
}
.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 h2{
    color:#CE0004;
    font-size:6rem;
    font-weight:bold;
}
.head-banner h2 {
    font-size: 24px !important;
    color: #000;
    font-weight: bold;
}

.banner_section .banner_content .banner_content_inner h1{
    color:#000;
    font-weight:800;
    line-height:40px;
    font-size:25px;
        margin-left: -20px;
}
.banner_section .banner_content .banner_content_inner h1 span{
    background:#CE0004;
    color:#fff;
    font-size:34px;
    font-weight:600;
}
.top-head-one > span {
    background: #CE0004;
    color: #fff;
    font-weight: 600;
     line-height: 40px; 
    font-size: 34px;
}
.top-head-one * {
    display: inline;
    line-height: 60px;
}
.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:16px;
    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:30px;
    color:#fff;
    font-weight:bold;
}
.banner_section .banner_content hr{
    border-bottom:2px solid #800511;
}
.banner_section .form_div {
    background: rgba(0,0,0,0.7);
    height: auto;
    /* border-radius: 5%; */
    margin-top: 0%;
    margin-bottom: 5%;
    padding: 5% 10px;
}
#form_div label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #fff;
}
#form_div h2 {
    text-align:center;
    color: #fff;
    font-weight:600;
    font-size:1.5rem;
}
#form_div .ctplqryform h2 {
    display: none;
}
#form_div h2.head-main-form {
    font-size: 24px !important;
    color: #fff;
    font-weight: 700 !important;
}
#form_div .form-head h2.head-sub-main,
#form_div .form-head span  {
    font-size: 18px !important;
    margin-bottom: 20px;
    font-weight: 500 !important;
    color: #fff;
    display: inline-block;
    text-align: center;
}
#form_div .ctplqryformbtn {
    background: #ce0004;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    border: 1px solid #ce0004;
    padding: 10px 10px;
    border-radius: 4px;
    margin-top: 15px;
}
.register-panel .form-group.agrCheck .form-control {
    width: 20px !important;
    height: 20px !important;
}
.ctplqryform .form-control {
    height: 40px !important;
    border-radius: 4px !important;
}
.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 40px !important;   
    border-radius: 4px 0px 0px 4px !important;
}
.phonewithcountrycode  .form-control {
    border-radius: 0px 4px 4px 0px !important;
}
.register-panel .agrCheck {
    display: flex !important;
    flex-direction: row-reverse;
    align-items: flex-start;
}
.register-panel .form-group.agrCheck .checkText {
    margin-left: 10px;
    float: none !important;
    font-size: 14px;
    color: #fff;
}



@media (min-width:320px) and (max-width:991px){
    .banner_section .banner_content .banner_content_inner h1{
        color: #000;
        font-weight: 800;
        font-size: 28px;
        line-height: 60px;
        width: 100%;
        display: block;
        margin-top: 10px;
        margin-left: 0px;
    }
    .banner_section .banner_content .banner_content_inner h1 span{
    background:#CE0004;
    color:#fff;
    font-size:28px;
    font-weight:600;
}
#form_div h2.head-main-form {
    font-size: 22px !important;
}
    .banner_section .banner_content .rank_box {
        opacity: 1 !important;
        background: #fff !important
    }
    .banner_section .banner_content .rank_box .border-right {
        border: 0 !important;
    }
    .banner_section .banner_content .rank_box h4{
        font-size:16px;
        color:#000;
        font-weight:bold;
    }
    .head-banner {
        text-align: center;
    }
    .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:0%;
    }
    .banner_section .banner_content img.rbuEdge_logo{
        width:50%;
    }
    .banner_section .banner_content .banner_content_inner h5{
        font-size:20px;
    }
    .banner_section .banner_content .banner_content_inner h5 b {
        line-height: 54px;
        margin-top: 8px;
        margin-right: 10px;
    }
    .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:24px;
        color:#fff;
        font-weight:bold;
    }
    #form_div .form-head h2.head-sub-main, #form_div .form-head span {
        font-size: 14px !important;
    }
    .banner_content_inner   .mt-sm-0 {
        margin-top: 0px !important;
    }
    .banner_content_inner  .mb-sm-0 {
        margin-bottom: 0px !important;
    }
}

/* 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_banner.png');
        height:100vh;
        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;
        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%;
    }  
    .legacyOfTrust .head-style-one.text-center * {
    display: inline;
    font-size: 30px;
}
    @media(max-width: 767px) {
        .legacyOfTrust .col {
            flex-basis: auto;
            -webkit-box-flex: 1;
            flex-grow: 1;
            max-width: 50%;
            margin-bottom:5%;
        }
        .legacyOfTrust .col:nth-child(even) > * {
    border: 0;
}
        .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% 10px;
        }
        .legacyOfTrust .head-style-one.text-center * {
            display: inline;
            font-size: 26px;
        }
    }
    @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;
        /*background: linear-gradient(rgba(8, 21, 53, 0.8), rgba(8, 21, 53, 0.8)), url(../images/RBU_clg_img.png);*/
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    /* height: 100%; */
    margin-bottom: 0;
    /*background-attachment: fixed;*/
    }
    section.ranking_section1 i {
        font-size: 36px;
        color: #800511;
        margin-bottom: 14px;
        height: 60px;
        width: 60px;
        background: #fff;
        text-align: center;
        border-radius: 110px;
        padding: 12px 0;
    }
    .ranking_section1 p{
        color:rgba(255,255,255,0.6);
        /*font-size:24px;*/
        /*font-weight: 600;*/
    }
    .ranking_section2{
        padding:3% 0%;
        background:#9f0e1d;
        border-top:1px solid #fff;
    }
  .ranking_section1 h3{
       color:#fff;
        font-size:50px;
        font-weight: bold;
    }
    .ranking_section2 p{
        color:rgba(255,255,255,1);
        font-size:13px;
    }
   
    @media (min-width:320px) and (max-width:767px){
        .ranking_section1{
            padding:20% 0% 10% 0%;
            /*background:#800511;*/
        }
        .ranking_section2{
            padding:10% 0% 5% 0%;
            background:#9f0e1d;
            border-top:1px solid #fff;
        }
        .ranking_section2 p{
            font-size:17px;
        }
        section.ranking_section1 div {
            text-align: left !important;
        }
        section.ranking_section1 .flickity-page-dots {
            bottom: 20px !important;
        }
        section.ranking_section1 .flickity-page-dots .dot {
            background: #fff !important;
            width: 8px !important;
            height: 8px !important;
        }
    }

/* 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:767px){
        .iso hr{
            margin-bottom:1%;
        } 
        .carousel-cell4 {
            width: 33%;
            height: auto;
            max-height:1000px;
            margin-right: 30px;
            margin-bottom: 0px;
            border-radius: 5px;
            padding:20px 0px;
            counter-increment: carousel-cell;
        }
        .carousel-cell4 img.approval_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 img.approval_img{
            box-shadow:0px 0px 2px rgba(0,0,0,0.3);
            margin-bottom:0%;
        }
       section.iso .flickity-enabled.is-draggable .flickity-viewport {
    padding: 15px 0;
    height: 80px !important;
    position: relative;
}
    }


/* iso certification section end  */


/* global learning section start  */

.global_learning{
    padding:0% 0% 0% 0%;
    background:#081535;
}
.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:767px){
    .global_learning .global_learning_box{
        padding:10% 0 8%;
    }
    .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:#c00000;
    font-size:20px;
    border-radius:0px;
    border-top:1px solid #29589C;
    border-bottom:1px solid #29589C;
}
.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:767px){
    .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:4% 0% 0% 0%;
    }
    .discover_why .discover_why_text{
        background:url('../images/discover_back.png');
        background-size:cover;
        background-position:center top;
        background-repeat:no-repeat;
        height:auto;
    }
    .discover_why .head-dv-one > span {
    font-size: 38px;
    color: #000000b0;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}
    .discover_why .head-dv-one h2 {
        font-size: 28px;
        margin-bottom: 16px;
        font-weight: 700;
    }
    .discover_why .discover_why_text h1{
        font-size:35px;
        font-weight:800;
    }
    .discover_why h2{
        color:#000;
    }
    .discover_why p{
        font-weight:bold;
        color:rgba(0,0,0,0.6);
    }
    .discover_why hr{
        border:1px solid #9F0E1D;
    }
    @media (min-width:320px) and (max-width:767px){
        .discover_why{
            padding:10% 0% 0% 0%;
        }
        .discover_why .discover_why_text h1{
            font-size:35px;
        }
        .discover_why .head-dv-one > span {
            font-size: 20px;
        }
        .discover_why .head-dv-one h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}
.discover_why .head-dv-one > br {
    display: none;
}
.discover_why .head-dv-one h3 {
    font-size: 16px;
}
    }

/* 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;
    }
        section.key_high  .head-list * {
            display: inline;
            font-size: 30px;
        }
        section.key_high  .feat-image img {
            width: 100%;
        }
        section.key_high  .head-list > span {
            color: #fff;
            font-weight: 600;
        }
        section.key_high  .head-list > h2 {
            color: #000;
            font-weight: 600;
                margin: 0 5px;
        }
        section.key_high  .head-list h2 span {
            font-weight: 800;
        }

    .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;
    }
    section.key_high img {
    height: 75px;
}
    @media (min-width:320px) and (max-width:767px){
        .key_high{
            background:#081535;
            padding:10% 0%;
        }
        .key_high h3{
            font-size:22px;
        }
        .key_high h1{
            font-size:23px;
        }
        .key_high .col-md-6  {
            margin-bottom: 20px !important;
        }
        section.key_high .head-list * {
    display: inline;
    font-size: 26px;
}
section.key_high img {
    height: 70px;
    margin: auto !important;
    width: auto !important;
    text-align: center;
}
    }

/* key highlights section end  */

/* academia & industry start  */

    .academia_Industry{
        padding:4% 0%;
    }
 .academia_Industry .hheading-aca > * {
    display: inline;
    font-size: 32px;
    color: #000;
    font-weight: 600;
}
.academia_Industry .hheading-aca {
    margin-bottom: 40px;
}
    @media (min-width:320px) and (max-width:767px){
        .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: cover;
        background-position: center top;
        background-repeat: no-repeat;
        /*height: 100%;*/
        margin-bottom: 0;
        /*background-attachment: fixed;*/
    }
    @media (min-width:320px) and (max-width:767px){
        .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%;*/
            display: none;
        }
    }

/* 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:767px){
        .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:767px){
        .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% 4% 0;
    overflow: hidden;
}
.campus_life h2{
    font-size:40px;
    text-align:center;
    margin-bottom:3%;
}
.campus_life h2 span{
    color:#9f0e1d;
    font-weight:bold;
}
.global-head {
    text-align: center;
}
.global-head * {
    display: inline;
}
.global-head h2 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
}
section.campus_life img {
    width: 100%;
}
.global-head p {
    font-size: 36px;
    color: #000;
    font-weight: 700;
}
.global-head h3 {
    font-size: 22px;
    font-weight: 600;
}
@media (min-width:320px) and (max-width:767px){
    .campus_life h2,
    .global-head p{
        font-size:24px;
    }
    .global_learning h3 {
    color: #fff;
    font-size: 22px;
}
.global_learning h3 br {
    display: none;
}
.campus_life {
    padding: 4% 0% 0;
}
}

/* 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:767px){
        .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:767px){
        .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:767px){
    .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;
}
.placement p {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin: 0;
}
@media (min-width:320px) and (max-width:767px){
    .excellent_placement{
        padding:0% 0% 0% 0%;
    }
    .excellent_placement h2{
        font-size:25px;
        text-align:center;
        margin-bottom:6%;
    }
    .placement p {
        font-size: 18px;
    }
section.campus_life > div {
        padding: 20px 0 !important;
        box-shadow: none;
    }


}

/* excellent placement section end  */

/* placement section start  */

.placement{
    padding:0% 3%;
}
.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:767px){
    .placement h2{
        font-size:26px;
    }
    .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:767px){
    .applyNow2 h2{
        font-size:25px;
    }
    .applyNow2 hr{
        margin-bottom:4%;
        margin-top:4%;
    }
    .applyNow2{
        padding:3% 0% 5%;  
    }
}

/* 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:767px){
        .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: 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;
    color: #fff;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}

/* Apply Now  button end  */


/*features css starts*/
section.features-section {
    position: relative;
    padding-top: 60px;
}
section.features-section  .head-list * {
    display: inline;
    font-size: 30px;
}
section.features-section  .feat-image img {
    width: 100%;
}
section.features-section  .head-list > span {
    color: #000;
    font-weight: 600;
}
section.features-section  .head-list > h2 {
    color: #000;
    font-weight: 600;
}
section.features-section  .head-list h2 span {
    font-weight: 800;
}
section.features-section  .content-list ul {
    list-style: none;
    padding: 0;
}
section.features-section  .content-list ul li {
    background: #081535;
    width: fit-content;
    padding: 25px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
}
section.features-section  .content-list ul li h3 {
    font-size: 22px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

section.features-section  ul li.list-common-style.list-two {
    margin-left: 10%;
}
section.features-section  ul li.list-common-style.list-three {
    margin-left: 5%;
}
section.features-section  ul li.list-common-style.list-four {
    margin-left: 15%;
}
 @media (min-width:320px) and (max-width:767px){
section.features-section .head-list * {
        font-size: 24px;
}
section.features-section .head-list br {
    display: none;
}
section.features-section .content-list ul li {
    padding: 15px 10px;
}
section.features-section .content-list ul li h3 {
    font-size: 16px;
}
section.features-section ul li.list-common-style.list-two {
    margin-left: 5%;
}
section.features-section ul li.list-common-style.list-three {
    margin-left: 0%;
}
section.features-section ul li.list-common-style.list-four {
    margin-left: 5%;
}
section.features-section {
    position: relative;
    padding-top: 40px;
}
section.features-section .feat-image img {
    width: 60%;
    margin: auto;
    text-align: center;
}
.feat-image {
    text-align: center;
}


}
/*features css ens*/



/*course css starts*/
section.course-section {
    padding: 80px 0 80px;
    background: #ffffff14;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.course-dv {
    padding: 30px 20px;
    background: #ce000414;
    border-radius: 10px;
    position: relative;
    transition: all ease .3s;
    height: 210px;
}
.course-dv > span {
    font-size: 16px;
    font-weight: 600;
    color: #00000059;
    display: block;
    margin-bottom: 10px;
}
.course-dv h2 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.course-dv a {
    font-size: 16px;
    display: block;
    color: #ce0004;
    font-weight: 700;
    text-decoration: none;
    opacity: 0.8;
    transition: all ease .3s;
    position: absolute;
    bottom: 25px;
    left: 20px;
}
.course-dv a i {
    transform: translate(0, 0);
    transition: all ease .3s;
}
.course-dv a:hover {
    text-decoration: none;
    opacity: 1;
    transition: all ease .3s;
}
.course-dv a:hover i {
    transform: translate(10px, 0);
    transition: all ease .3s;
}
.course-dv:hover {
    background: #ce0004;
}
.course-dv:hover *{
    color: #fff !important;
}
.course-head {
    text-align: center;
}
.course-head h2.course-heading {
    font-size: 42px;
    font-weight: 700;
    margin: 0;
}
.course-head * {
    display: inline;
}
.course-head .para-dv {
    font-size: 28px;
    font-weight: 600;
    color: #000000ab;
}
 @media (min-width:320px) and (max-width:767px){
section.course-section {
    padding: 40px 0 60px;
}
.course-head h2.course-heading {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}
.course-head .para-dv {
    font-size: 18px;
    font-weight: 600;
    color: #000000ab;
}
.course-dv h2 {
    font-size: 22px;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 8px !important;
    height: 8px !important;
    margin: 0 2px !important;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer;
}
}
/*course css ends*/

 .owl-dots {
    text-align: center;
    margin-top: 10px;
    padding: 15px;
 }

 .owl-dots .owl-dot.active span, 
 .owl-dots .owl-dot:hover span {
    background: #fff;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 2px;
    background: transparent;
    border: 1px solid #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
 section.course-section .owl-dots .owl-dot.active span, 
 section.course-section .owl-dots .owl-dot:hover span {
    background: #CE0004;
}

section.course-section .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 2px;
    background: transparent;
    border: 1px solid #CE0004;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}


/*logo section starts*/
section.logos-section-des {
    position: relative;
}
section.logos-section-des .head-dv-one {
        position: relative;
    background: #811811;
    margin-top: 0px;
    padding: 50px 20px;
    width: 80%;
    margin: auto;
}
section.logos-section-des .head-dv-one > span {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffffc9;
    display: block;
    margin-bottom:10px;
}
section.logos-section-des .head-dv-one h2 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
section.logos-section-des .head-dv-one p {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}
section.logos-section-des .top-cl-head {
    margin-top: -100px;
}
 @media (min-width:320px) and (max-width:767px){
    section.logos-section-des .head-dv-one h2 {
        font-size: 20px;
        margin-bottom: 0;

    }
    section.logos-section-des .head-dv-one p {
        font-size: 16px;
    }
    section.logos-section-des .head-dv-one > span {
        font-size: 14px;
    }
    section.logos-section-des .head-dv-one {
        padding: 15px 15px;
        width: 100%;
    }
section.logos-section-des .top-cl-head {
    margin-top: 0px;
}


 }
 @media (min-width:767px) and (max-width:991px){
    section.logos-section-des .head-dv-one h2 {
        font-size: 22px;
    }
    section.logos-section-des .head-dv-one p {
        font-size: 18px;
    }
    section.logos-section-des .head-dv-one > span {
        font-size: 16px;
    }
    section.logos-section-des .head-dv-one {
        padding: 20px 10px;
        width: 95%;
    }
    section.logos-section-des .top-cl-head {
        margin-top: -50px;
    }
 }




/*logo section ends*/






/*course tabs section css starts*/
.course-tab-section .nav-tabs {
    display:none;
}
.course-tab-section .course-head small {
    font-weight: 600;
}
.course-tab-section .course-head .para-dv {
    font-size: 24px;
    font-weight: 600;
    color: #000000ab;
}
.course-tab-section h2.para-head {
    font-size: 32px;
    font-weight: 700;
    color: #bf0208;
    margin-bottom: 10px;
    display: block;
    /*text-shadow: 1px 0px 5px black;*/
    /*background: #bf0208;*/
    /*padding: 8px;*/
}
.course-tab-section ul#tabs li {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #000;
    text-align: left;
}
.course-tab-section ul#tabs li a {
    padding: 18px 0;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    transition: all ease .3s;
}
.course-tab-section ul#tabs li a.active {
    background: #081535;
    padding-left: 16px;
    color: #fff;
    border-radius: 0;
    transition: all ease .3s;
}
.course-tab-section .card-body h3 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}
.course-tab-section ul.course-list li h4 {
    font-size: 20px;
    color: #000000a6;
    font-weight: 600;
    margin-bottom: 15px;
}
.course-tab-section .tab-pane {
    background: #08153500;
    box-shadow: 1px 4px 15px 3px #00000038;
}
.course-tab-section .btn-style-one {
    background: #CE0004;
    padding: 10px 40px;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}
.course-tab-section .card-body {
    width: 100%;
    border: 1px solid #000;
    padding: 35px 20px;
    border-radius: 10px;
}
.course-tab-section .card .collapse {
    padding: 30px;
}
.course-tab-section .course-head {
    margin-bottom: 20px;
}
@media(min-width:768px) {
    .course-tab-section .nav-tabs {
        display: flex;
    }
    
    .course-tab-section .card {
        border: none;
    }

    .course-tab-section .card .card-header {
        display:none;
    }  

    .course-tab-section .card .collapse{
        display:block;
    }
}

@media(max-width:767px){
    .course-tab-section .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
.course-tab-section .card-header {
    padding: 15px !important;
    background: #081535 !important;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    margin-top: 0px;
}
.course-tab-section .card-header h5 a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.course-tab-section .card-header h5 a i {
    float: right;
    margin-top: 4px;
}
.course-tab-section .card-body h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.course-tab-section .course-tab-section .card .collapse {
    padding: 10px;
}
.course-tab-section ul.course-list li h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
.course-tab-section ul.course-list {
    padding-left: 25px;
}
.course-tab-section h2.para-head {
    font-size: 18px;
}
    .course-head .para-dv {
        font-size: 15px;
        font-weight: 600;
        color: #000000ab;
    }
    .course-tab-section .course-head {
    margin-bottom: 0;
}
}



/*course tabs section css starts*/


