@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
html,
body {
    box-sizing: border-box;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

* {
    font-family: 'Montserrat';
}

.red_color {
    color: #9F0E1D;
}

.red_back {
    background: #9F0E1D;
}

.green_color {
    color: #2D5751;
}

.green_back {
    background: #2D5751;
}

.ctplqryform h2{
    text-align:center;
    font-size:25px;
    font-weight:bold;
}


/* banner section start  */

.rr_banner_section {
    background: url('../images/RR_banner2.png');
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 2%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
    /* z-index:1; */
}

.rr_banner_section .navbar .nav-item .nav-link button {
    background: #9F0E1D;
    color: #fff;
    font-weight: 700;
    font-size:16px;
    margin-top:20px;
}

.rr_banner_section .banner_content2 {
    margin-top: 5%;
}
.rr_banner_section .banner_content2 h1{
    font-size:50px;
    color:#fff;
    display:inline-block;
}
.rr_banner_section .banner_content2 .admission_div{
    margin-top:25%;
}
.rr_banner_section .banner_content2 .admission_div h2{
    font-size:45px;
    color:#9F0E1D;
    font-weight:bold;
}
.rr_banner_section .banner_content2 .admission_div hr{
    border-bottom:1px solid #000;
}
.rr_banner_section .banner_content2 .admission_div h3{
    font-size:30px;
    color:#000;
    text-align:center;
    font-weight:bold;
}

.rr_banner_section .form_div {
    background: rgba(255,255,255,0.7);
    height: auto;
    width: 80%;
    text-align: left;
    border-radius: 5px;
    margin-top: 5%;
    padding: 2%;
}
.rr_banner_section .form_div h3{
    font-size:20px;
    font-weight:bold;
    text-align:center;
}
.rr_banner_section .form_div label{
    font-size:13px;
}

@media (min-width:320px) and (max-width:480px) {
    .rr_banner_section .banner_content2 h4 {
        font-size: 25px;
    }
    .rr_banner_section .banner_content2 h2 {
        font-size: 30px;
    }
    .rr_banner_section .banner_content2 h6 {
        font-size: 14px;
    }
    .rr_banner_section .banner_content2 .apply_now_content h2 {
        font-size: 40px;
    }
    .rr_banner_section .banner_content2 .admission_div h3 {
        color: #fff;
    }
    .rr_banner_section .banner_content2 .admission_div h2 {
        color: #ffc107;
        font-size: 40px;
    }
    .rr_banner_section .banner_content2 .admission_div hr {
        border-bottom: 1px solid #fff;
    }
    .rr_banner_section .banner_content2 .admission_div h3 span{
        color: #ffc107;
    }
    .rr_banner_section .form_div {
        background: rgba(255,255,255,0.7);
        height: auto;
        width: 100%;
        text-align: left;
        border-radius: 5px;
        margin-top: 5%;
        padding: 2%;
    }
}

/* banner section end  */

/* key highlights section start  */

.key_highlight {
    margin-top: 3%;
    margin-bottom:-6%;
    position: relative;
}

.key_highlight .key_highlight_inner {
    background: #000;
    border-radius: 10px;
    z-index: 1 !important;
    padding:2% 0%;
}

.key_highlight .key_highlight_inner h2 {
    color: #fff;
    font-size:35px;
}

.key_highlight .key_highlight_inner h6 {
    color: rgba(255, 255, 255, .6);
}

@media (min-width: 481px) and (max-width: 10000px) {
    .key_highlight .col {
        flex-basis: auto;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 20%;
        text-align: center;
        padding-top: 2%;
        padding-bottom: 2%;
    }
}

@media (min-width:320px) and (max-width:480px) {
    .key_highlight .col {
        flex-basis: auto;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 50%;
        text-align: center;
        margin-bottom: 4%;
    }
    .key_highlight .key_highlight_inner {
        background: #000;
        border-radius: 10px;
        z-index: 1 !important;
        padding: 6% 3%;
    }
    .key_highlight .key_highlight_inner h6 {
        color: rgba(255, 255, 255, .6);
        font-size: 14px;
    }
    .key_highlight .key_highlight_inner h2 {
        color: #fff;
        font-size: 25px;
    }
}

/* key highlights section end  */

/* about section start  */

.about_RR {
    padding: 3% 0% 0% 0%;
}

.about_RR h2 {
    font-weight: 600;
    font-size:30px;
}
.about_RR h2 span{
    font-size:60px;
}

.about_RR p {
    font-size: 15px;
    text-align: justify;
    font-weight: 500;
}
@media (min-width:320px) and (max-width:480px){
    .about_RR {
        padding: 10% 0% 10% 0%;
    }
    .about_RR h2 span {
        font-size: 40px;
    }
    .about_RR h2 {
        font-weight: 600;
        font-size: 25px;
    }
    .about_RR p {
        font-size: 14px;
    }
}

/* about section end  */

/* approvals section start  */

.approvals {
    padding: 5% 0%;
}

.approvals hr {
    border-top: 1px solid #000;
}

/* approvals section end  */

/* unique quality RR section start  */

.unique_quality {
    background: #9F0E1D;
    padding: 10% 0% 3% 0%;
}
.unique_quality h3{
    font-size:25px;
}
.unique_quality h1{
    font-size:35px;
}
.unique_quality h4{
    font-size:20px;
}
.unique_quality h3,
.unique_quality h4 {
    color: rgba(255, 255, 255, 0.6);
}

.unique_quality h3 span,
.unique_quality h1 {
    color: #fff;
}

@media (min-width:320px) and (max-width:480px) {
    .unique_quality {
        padding: 14% 0% 6% 0%;
    }
}

/* unique quality RR section end  */

/* LIBRARY & LANGUAGE LAB section start  */

.library_language {
    padding: 4% 0%;
}

.library_language .icon_box {
    background: #000;
    padding: 15% 0%;
    border-radius: 10px;
}
.library_language h2 {
    font-size: 25px;
    font-weight:bold;
}
.library_language img.main_img {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
}

.library_language p {
    font-weight: 600;
    font-size: 14px;
    color: rgba(0, 0, 0, .7);
}

@media (min-width:320px) and (max-width:480px) {
    .library_language h2 {
        font-size: 20px;
    }
}

/* LIBRARY & LANGUAGE LAB section end  */


/* programs section start  */

.RR_programs {
    padding: 5% 0%;
}

.RR_programs .tab-content {
    background: #dfdede;
    padding: 3%;
}

.RR_programs .nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 14px;
    border-bottom:1px solid rgba(0, 0, 0, .3);
    padding-bottom:1%;
}

.RR_programs .nav .nav-link.active {
    background: #2D5751;
    color: #fff;
    font-size: 17px;
    border-radius: 10px 20px 20px 10px;
}

.RR_programs .tab-content .tab-pane .program_content h2 {
    font-weight: 700;
    color: #000;
    font-size: 22px;
}

.RR_programs .tab-content .tab-pane .program_content .course_heading {
    border-radius: 15px;
    margin-bottom:5%;
}

.RR_programs .tab-content .tab-pane .program_content ul {
    list-style: none;
}

.RR_programs .tab-content .tab-pane .program_content ul li {
    font-weight: 500;
    margin: 2% 0%;
}

.RR_programs .tab-content .tab-pane .program_content ul li i {
    color: #081535;
    font-weight: bold;
}

.RR_programs .tab-content .tab-pane .program_content h6 {
    vertical-align: bottom;
    text-align: right;
}

.RR_programs .tab-content .tab-pane .program_content h6 span {
    color: #CE0004;
}

.RR_programs .tab-content .tab-pane .program_content hr {
    margin: 1% 0%;
}

.RR_programs .tab-content .tab-pane .program_content p {
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    font-size: 13px;
}

.RR_programs .tab-content .tab-pane .program_content h5 {
    color: #9F0E1D;
    font-size: 16px;
}

.RR_programs .tab-content .tab-pane .program_content a button {
    font-size: 16px;
    font-weight: 600;
    margin-top: 3%;
    background: #9F0E1D;
}

@media (min-width:320px) and (max-width:480px) {
    .RR_programs h1 {
        font-size: 25px;
    }
    .RR_programs .nav .nav-link.active {
        font-size: 16px;
    }
    .RR_programs .tab-content .tab-pane .program_content {
        padding: 5%;
    }
    .RR_programs .tab-content .tab-pane .program_content h2 {
        font-size: 20px !important;
        line-height: 20px !important;
    }
    .rr_banner_section .banner_content2 h1 {
        font-size: 25px;
        color: #fff;
        display: inline-block;
    }
}

/* programs section end  */

/* Your Launchpad to Success section start */

.launchpadToSuccess{
    padding:2% 0%;
    background:#F5F5F5;
}
.launchpadToSuccess h1{
    font-size:40px;
}
.launchpadToSuccess .launchPadContent {
    margin-top:7%;
}
.launchpadToSuccess .launchPadContent p{
    font-size:18px;
    margin-left:3%;
    margin-top:-5%;
    color:#000;
    font-weight:500;
}
@media (min-width:320px) and (max-width:480px){
    .launchpadToSuccess {
        padding: 10% 0%;
        background: #F5F5F5;
    }
    .launchpadToSuccess .launchPadContent p {
        margin-left: 5%;
        margin-top: -8%;
    }
}


/* Your Launchpad to Success section end */

/* student clubs section start */

.student_clubs{
    background:#2D5751;
    padding:0% 0% 6% 0%;
}
.student_clubs img.stu_img{
    width:95%;
}
.student_clubs img.club_img{
    border-radius:10px;
    padding:2%;
    background:#fff;
}
.student_clubs p{
    color:#fff;
    font-size:13px;
    text-align:justify;
}
.student_clubs .heading_div{
    background:rgba(0, 0, 0, .7);
    height:auto;
    padding:24% 4% 3% 4%;
    margin-top:-25%;
} 
.student_clubs .heading_div h1{
    color:#fff;
    font-size:45px;
    font-weight:bold;
}
@media (min-width:320px) and (max-width:480px){
    .student_clubs .heading_div {
        background: rgba(0, 0, 0, .7);
        height: auto;
        padding: 6% 4% 3% 4%;
        margin-top: -4%;
    }
}

/* student clubs section end  */

/* QUALITY ASSURANCE CELL section start */

.quality_assurance{
    padding-bottom:5%;
}
.quality_assurance .quality_content{
    background:#F5F5F5;
    box-shadow:0px 0px 30px rgba(0, 0, 0, 0.3);
}
.quality_assurance .qac_div{
    margin-top:-5%;
}
.quality_assurance h1{
    color:#000;
    font-size:50px;
    font-weight:bold;
}
.quality_assurance p{
    color:#000;
    font-size:25px;
    font-weight:600;
}
.quality_assurance a button{
    font-size:16px;
}
@media (min-width:320px) and (max-width:480px){
    .quality_assurance h1 {
        color: #000;
        font-size: 32px;
        font-weight: bold;
        padding: 0% 3%;
    }
    .quality_assurance p {
        color: #000;
        font-size: 15px;
        padding: 0% 3%;
        font-weight: 600;
    }
}

/* QUALITY ASSURANCE CELL section end */

/* learning experience section start  */

.learning_experience {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 30%, rgba(60, 100, 94, 1) 30%);
    padding: 3% 0% 0% 0%;
}
.learning_experience h5{
    font-size:20px;
}

.learning_experience hr {
    border-top: 1px solid #fff;
}

.learning_experience h1 {
    font-size: 90px;
    color: rgba(255, 255, 255, 0.2);
    font-weight: 800;
}

.learning_experience h3 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    margin-top: -2%;
    text-align: center;
}

.learning_experience h3 span {
    color: rgba(255, 255, 255, 0.2);
}

.learning_experience .img_box h6 {
    font-size: 14px;
    margin-top: -5%;
    text-align: center;
    font-weight: bold;
    color: #000;
}

.learning_experience .img_box h6.desk_heading {
    color: #fff;
}

@media (min-width:320px) and (max-width:480px) {
    .learning_experience {
        padding: 8% 0% 0% 0%;
    }
    .learning_experience h1 {
        font-size: 50px;
    }
    .learning_experience h3 {
        font-size: 25px;
    }
    .learning_experience .img_box h6 {
        color: #fff;
    }
}

/* learning experience section end  */


/* our recruiters section start  */

.recruiters {
    padding: 2% 0% 3% 0%;
}

.recruiters h4 {
    text-align: center;
    font-weight: bold;
    font-size:20px;
}

@media (min-width:320px) and (max-width:480px) {
    .recruiters {
        padding: 10% 0% 3% 0%;
    }
}

/* our recruiters section end  */

/* apply Now section start  */

.apply_now {
    padding: 3% 0%;
    background: #2D5751;
}

.apply_now h2 {
    color: #fff;
    text-align: center;
    font-size: 50px;
}

.apply_now h5 {
    color: #fff;
    text-align: center;
    font-size: 30px;
}

.apply_now button {
    background: #fff;
    color: #9F0E1D;
    font-weight: 700;
}

@media (min-width:320px) and (max-width:480px) {
    .apply_now {
        padding: 10% 0%;
    }
    .apply_now h2 {
        font-size: 25px;
    }
    .apply_now h5 {
        font-size: 15px;
    }
}

/* apply Now section end  */

/* footer section start */

.footer_section {
    padding: 3% 0% 1% 0%;
    background: #081535;
}

.footer_section p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 500;
    /* text-align:justify; */
}

.footer_section h5 {
    color: #fff;
    font-weight: 600;
}

.footer_section .content {
    margin: 10% 0%;
}

.footer_section .content h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.footer_section .content h6 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.footer_section hr {
    border-top: 1px solid #fff;
}

.footer_section h6 {
    color: #fff;
    font-size: 12px;
}

.footer_section h6 span {
    color: rgba(255, 255, 255, 0.4);
}

@media (min-width:320px) and (max-width:480px) {
    .footer_section {
        padding: 10% 0% 3% 0%;
        background: #081535;
    }
}

/* footer section end  */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 90px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #2D5751;
    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: 200px;
    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: #000;
}

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

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

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

@media (min-width:320px) and (max-width:480px) {
    .applyNowButton {
        position: fixed;
        bottom: 200px;
        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  */