@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:#A21D31;
}
.red_background{
    background:#A21D31;
}
.yellow_color{
    color:#E4CA36;
}
.yellow_background{
    background:#E4CA36;
}
.blue_color{
    color:#1B3850;
}
.blue_background{
    background:#1B3850;
}

/* banner section start  */

    .banner_section{
        background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url('../../../default/images/frontend/vgu/banner_image.png');
        background-size:cover;
        background-position: center center;
        background-repeat:no-repeat;
        height:auto;
        padding-bottom:7%;
        padding-right:5%;
        overflow: hidden;
    }
    .banner_section .banner_content h1 span{
        color:#fff;
        font-weight:700;
        font-size:45px;
    }
    .banner_section .banner_content h1{
        color:#fff;
        font-weight:700;
        font-size:45px;
    }
    .banner_section .banner_content h2{
        color:#fff;
        font-size:45px;
        font-weight:300;
        border-radius:4px;
        text-align:left;
    }
    .banner_section .banner_content h2 span b{
        font-weight:700;
    }
    .banner_section .banner_content_row{
        margin-top:0%;
    }
    .banner_section .form_div{
        background:#fff;
        min-height:60vh;
        border-radius:10px;
    }
    .banner_form_sec .form_title {
        font-size: 18px;
        color: #000;
        text-align: center;
        margin: 10px 0 15px;
        font-weight: bold;
        /*border-bottom: 1px solid #d0d0d0;*/
        padding: 0 0 10px;
    }
    .banner_form_sec .form_title span {
        display: inline-block;
        position: relative;
    }
    .banner_form_sec {
        background: #fff;
        /* padding: 15px 25px; */
        width: 100%;
        /* border-radius: 10px; */
        /* position: absolute; */
        /* bottom: -225px; */
        /* right: 50px; */
        z-index: 9999;
        display: inline-block;
        box-shadow: 1px 0 21px rgb(0 0 0 / 26%);
    }
    .banner_form_sec label {
        font-size: 14px;
        font-weight: 500;
        color: #232323;
        margin: 0;
    }
    .banner_form_sec .form-control {
        height: 40px;
        font-size: 14px;
        color: #232323;
        background-color: #fff;
        border: 1px solid #d7d7d7;
        border-radius: 0 !important;
    }
    .banner_form_sec .form-group {
        margin-bottom: 10px;
    }
    .banner_form_sec .submit-btn {
        background: #07cc84;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        border-radius: 50px;
        border-color: #07cc84;
        padding: 7px 40px;
        margin: 15px 0 0;
    }
    .banner_form_sec .submit-btn:hover {
        background: #832625;
        color: #fff;
    }
    .banner_form_sec ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #495057;
    }
    .banner_form_sec ::-moz-placeholder { /* Firefox 19+ */
      color: #495057;
    }
    .banner_form_sec :-ms-input-placeholder { /* IE 10+ */
      color: #495057;
    }
    .banner_form_sec :-moz-placeholder { /* Firefox 18- */
      color: #495057;
    }
    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        /* height: 40px !important; */
        user-select: none;
        -webkit-user-select: none;
        padding-top:3px;
        margin-right: 2px;
    }
    a.btn-one-vgu {
        position: absolute;
        right: 30px;
        top: 50%;
        color:#000;
    }
    a.btn-one-vgu:hover {
        position: absolute;
        right: 30px;
        top: 50%;
        color:#000;
    }
    @media (min-width:320px) and (max-width:767px){
        .banner_section{
            background:linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),url('../../../default/images/frontend/vgu/banner_image.png');
            background-size:cover;
            background-position: center center;
            background-repeat:no-repeat;
            height:auto;
            padding-bottom:17%;
            padding-right:0%;
        }
        .banner_section .banner_content h1{
            font-size:28px;
            margin-top:10%;
        }
        .banner_section .banner_content h2{
            font-size:1.2em;
        }
        .banner_section .banner_content h3{
            color:#fff;
            font-size:2em;
            font-weight:300;
        }
        .banner_section .form_div{
            margin-top:5%;
        }
        .banner_section .banner_content{
            margin:10% 0%;
        }
        a.btn-one-vgu {
            display:none;
        }
        .banner_section .navbar{
            position:static !important;
        }
        .banner_section .banner_content h1 span {
            font-size: 25px;
        }
    }

    @media (min-width:991px) {
        .banner_section {
            height: 800px;
        }


    }

    @media (max-width:1399.98px) {
        .banner_section .banner_content h1 {
            font-size: 48px;
        }


    }
    @media (max-width:1199.98px) {
        .banner_section .banner_content h1 {
            font-size: 40px;
        }


    }


/* banner section end  */

/* cuet score section start  */

    .cuet_score{
        margin-top:-4%;
        margin-bottom:0%;
    }
    .cuet_score_content{
        background:#E4CA36;
        padding:2% 3%;
        border-radius:15px;
        box-shadow:0px 0px 20px rgba(0,0,0,0.5);
    }
    .cuet_score_content h1{
        font-size:60px;
        font-weight:400;
        color:#000;
        text-align:center;
    }
    .cuet_score_content h1 span{
        font-weight:800;
    }
    .cuet_score_content hr{
        border:1px solid #7E1121;
    }
    .cuet_score_content h3{
        font-size:45px;
        font-weight:normal;
        color:#000;
        text-align:center;
    }
    @media (min-width:320px) and (max-width:480px){
        .cuet_score{
            margin-top:-10%;
            margin-bottom:4%;
        }
        .cuet_score_content h1{
            font-size:22px;
        }
        .cuet_score_content h3{
            font-size:14px;
            font-weight:normal;
            color:#000;
            margin-bottom:7%;
        }
    }

/* cuet score section end  */

/* Scholarship Section start  */

.Scholarship_text{
    padding:6% 0% 0% 0%;
}
.Scholarship_text h1{
    font-size:2rem;
    color:#000;
}
.Scholarship_text h2{
    font-size:3rem;
    color:#000;
    font-weight:bold;
}
@media (min-width:320px) and (max-width:480px){
    .Scholarship_text{
        padding:10% 0% 0% 0%;
    }
    .Scholarship_text h1{
        font-size:0.9rem;
        color:#000;
        font-weight:800;
    }
    .Scholarship_text h2{
        font-size:1.5rem;
    }
}

/* Scholarship Section end  */

/* admission section start  */

.admission_section{
    background: rgb(255,255,255);
    background: linear-gradient(360deg, rgba(255,255,255,0) 35%, rgba(27,56,80,1) 35%);
    padding-bottom:5%;
    padding-top:4%;
}
.admission_section .content_box{
    background:#fff;
    padding:3%;
    box-shadow:0px 0px 20px rgba(0, 0, 0, 0.4);
}
.admission_section .content_box h1{
    font-size:45px;
    font-weight:bold;
}
.admission_section .content_box h3{
    color:#000;
    font-weight:700;
    font-size:35px;
}
.admission_section .content_box h2{
    font-size:35px;
    font-weight:400;
}
.admission_section .content_box button{
    font-size:16px;
    margin-top:4%;
    font-weight:bold;
    border-radius:50px;
}
@media (min-width:320px) and (max-width:480px){
    .admission_section .content_box h1{
        font-size:25px;
    }
    .admission_section .content_box h3{
        font-size:20px;
    }
    .admission_section .content_box h2{
        font-size:20px;
    }
}

/* admission section end  */

/* cuet code section start */

    .cuet_code{
        background:#f5f5f5;
        padding:4% 0% 0% 0%;
    }
    .cuet_code h1{
        font-size:40px;
        font-weight:bold;
    }
    .cuet_code h2{
        font-size:42px;
        padding:1% 5%;
        font-weight:bold;
        color:#000;
    }
    .cuet_code p{
        font-size:25px;
        font-weight:bold;
        color:#000;
    }
    .cuet_code .img-div{
        background:url('../../../default/images/frontend/vgu/clg_img.png');
        background-size:100% 100%;
        background-position:center center;
        background-repeat:no-repeat;
        height:80vh;
    }
    @media (min-width:320px) and (max-width:480px){
        .cuet_code{
            margin-top:10%;
            padding-top:10%;
        }
        .cuet_code h1{
            font-size:16px;
            border:1px dashed #000;
            display:inline-block;
            padding:1% 5%;
            border-radius:5px;
        }
        .cuet_code p{
            font-size:16px;
            font-weight:bold;
            color:#000;
        }
        .cuet_code h2{
            font-size:18px;
            padding:1% 5%;
            font-weight:bold;
            color:#000;
        }
        .cuet_code .img-div{
            background:url('../../../default/images/frontend/vgu/clg_img.png');
            background-size:100% 100%;
            background-position:center center;
            background-repeat:no-repeat;
            height:30vh;
        }
    }

/* cuet code section end  */

/* naac acridation section start */

    .naac_acridation{
        background:#A21D31;
        padding-top:4%; 
    }
    .naac_acridation .naac_mainBox{
        background:url('../../../default/images/frontend/vgu/naac_backImg.png');
        background-size:100% 100%;
        background-position:center center;
        background-repeat:no-repeat;
        height:auto;
        /* margin-top:-15%; */
        padding:0% 4%;
    }
    .naac_acridation .naac_mainBox h1{
        color:#fff;
        font-size:35px;
        font-weight:300;
    }
    .naac_acridation .naac_mainBox h6{
        color:#fff;
        font-size:13px;
        font-weight:300;
    }
    .naac_acridation .naac_mainBox h1 b{
        color:#fff;
        font-size:35px;
        font-weight:700;
        color:#E4CA36;
    }
    .naac_acridation .naac_mainBox .naac_bottom_border{
        border-bottom:1px dotted #fff;
    }
    @media (min-width:320px) and (max-width:480px){
        .naac_acridation .naac_mainBox{
            background:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),url('../../../default/images/frontend/vgu/acc_mob_back.png');
            background-size:cover;
            background-position:center bottom;
            background-repeat:no-repeat;
            height:auto;
            margin-top:-15%;
            border-radius:30px 30px 0px 0px;
            padding:0% 4%;
        }
        .naac_acridation .naac_mainBox h1{
            font-size:20px;
        }
        .naac_acridation .naac_mainBox h1 b{
            font-size:25px;
        }
        .naac_acridation .naac_mainBox h6{
            font-size:9px;
        }
        .naac_acridation .naac_mainBox img{
            width:25%;
        }
    }
/* naac acridation section end  */

/* why vgu section start  */

    .why_vgu{
        padding:3% 0%;
    }
    .why_vgu h1{
        font-size:25px;
        font-weight:300;
        margin-bottom:4%;
    }
    .why_vgu h1 b{
        font-weight:800;
    }
    .why_vgu p{
        font-size:13px;
        color:#000;
        font-weight:600;
    }
    .why_vgu .why_vgu_box{
        border-right:1px dotted #000;
        height:100px;
    }
    @media (min-width:320px) and (max-width:480px){
        .why_vgu{
            padding:10% 0%;
        }
        .why_vgu h1{
            margin-bottom:15%;
            font-size:20px;
        }
        .why_vgu .why_vgu_box{
            border-right:0px;
            height:100px;
            border-bottom:1px dotted #000;
        }
        .why_vgu p{
            font-size:10px;
            color:#000;
            font-weight:600;
        }
    }

/* why vgu section end  */

/* Minor Degree section start */

.minor_digree{
    padding:3% 0%;
    background: #A21D31;
}
.minor_digree h1{
    font-size:16px;
    text-align:center;
    color:#fff;
    font-weight:600;
}
.minor_digree span.pursue{
    color:rgba(255,255,255,0.5);
}
.minor_digree span{
    font-size:50px;
    font-weight:bold;
}
.minor_digree td{
    color:rgba(255,255,255,0.7);
    font-size:16px;
}
.minor_digree table{
    border-top:1px solid rgba(255,255,255,.3);
}
@media (min-width:320px) and (max-width:480px){
    .minor_digree span{
        font-size:30px;
        font-weight:bold;
    }
    .minor_digree{
        padding:10% 0%;
        background: #A21D31;
    }
    .minor_digree td{
        color:rgba(255,255,255,0.7);
        font-size:12px;
        padding: 0.5rem;
    }
}

/* Minor Degree section start */

/* departments desktop section start  */

.departments_desktop{
    padding:3% 0%;
    background: #A21D31;
}
.departments_desktop h1{
    font-size:45px;
    color:#fff;
}
.departments_desktop h2{
    font-size:1.3rem;
}
.departments_desktop h3{
    font-size:25px;
    color:#fff;
}
.departments_desktop .nav .nav-link.active{
    background:transparent;
    color:#fff;   
    border-radius:0% 2% 2% 0%;
}
.departments_desktop .nav .nav-link{
    margin:1% 0%;
    color:rgba(255,255,255,0.6);
    font-weight:500;
    border: 0;
    border-bottom:1px solid #E4CA36;
    border-radius:0px;
    font-size: 18px;
}
.departments_desktop .tab-content .tab-pane .deparment_content{
    background:#fff;
    height:auto;
    padding:3%;
}
.departments_desktop .tab-content .tab-pane .deparment_content .course_box{
    border:1px solid #000;
    padding:4% 4% 3% 4%;
    border-radius:5px;
    margin-bottom:4%;
}
.departments_desktop .tab-content .tab-pane .deparment_content .course_box ul li {
    font-size:1rem;
    font-weight:600;
}
.departments_desktop .tab-content .tab-pane .deparment_content h5{
    color:#CE0004;
    font-weight:600;
    margin-bottom:2%;
    font-size:1.5rem;
}
.departments_desktop .tab-content .tab-pane .deparment_content .course_box h6.course_heading{
    font-size:17px;
    font-weight:700;
}
.departments_desktop .tab-content .tab-pane .deparment_content .course_box h6.small{
    font-weight:600;
    font-size:0.8rem;
    line-height:20px;
}
.departments_desktop .tab-content .tab-pane .deparment_content .course_box h6{
    font-weight:600;
    font-size:1rem;
    line-height:20px;
}
.departments_desktop .tab-content .tab-pane .deparment_content  button{
    background:#CE0004;
    color:#fff;
    font-weight: 500;
    font-size:1rem;
}
.departments_desktop .tab-content .tab-pane .deparment_content  a{
    background:#CE0004;
    color:#fff;
    font-weight: 500;
    font-size:1rem;
    border-radius:50px;
}
.departments_desktop .accordion .card .deparment_content .course_box{
    border:1px solid #000;
    padding:4% 4% 3% 4%;
    border-radius:5px;
    margin-bottom:4%;
}




section.departments_desktop .course-details .card {
    background: #fff;
    border-radius: 0;
    border: 0px solid #ccc;
    padding: 20px;
    height: 100%;
}

section.departments_desktop .cours-box h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}

section.departments_desktop .cours-box h4 {
    font-size: 22px;
    font-weight: 700;
    color: #a21d31;
}

section.departments_desktop .cours-box h5 {
    font-size: 18px;
    margin-top: 15px;
    color: #1a1919;
    margin-left: 15px;
}

section.departments_desktop .cours-box h5 i {
    color: #a21d31;
}

section.departments_desktop .cours-box ul li {
    font-size: 18px;
    margin-top: 15px;
    color: #1a1919;
    font-weight: 500;
}

section.departments_desktop .cours-box ul li i {
    color: #a21d31;
}

/* section.departments_desktop .course-list {
    background: #171717;
    border: 5px solid #414141;
    border-radius: 16px;
    padding: 20px 15px;
    position: relative;
} */

section.departments_desktop .course-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
}

section.departments_desktop .cours-box ul {
    margin-left: 35px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    text-indent: -10px;
}


section.departments_desktop .cours-box .c-button--red:hover {
    background: #000;
    color: #fff;
}


/* section.departments_desktop .nav-tabs .nav-link:focus,
section.departments_desktop .nav-tabs .nav-link:hover {
    border-color: #171717 #171717 #171717;
} */

/* section.departments_desktop .nav-tabs .nav-link {
    color: #fff;
    opacity: 0.5;
    border: 0 !important;
    position: relative;
    padding: 0 15px;
    margin-bottom: 10px;
    font-weight: 700;
    width: 100%;
} */

section.departments_desktop .nav-tabs .nav-link span {
    display: inline-block;
    font-weight: 300;
}

section.departments_desktop .nav-tabs .nav-item.show .nav-link,
section.departments_desktop .nav-tabs .nav-link.active {
    background: transparent;
    opacity: 1;
    color: #fff;
}

/* section.departments_desktop .nav-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #a21d31;
} */
section.departments_desktop .course-details,
section.departments_desktop .course-details .tab-content {
    height: 100%;
}

section.departments_desktop .nav-tabs {
    display: none;
}

@media(min-width:768px) {
    section.departments_desktop .nav-tabs {
        display: block;
    }

    section.departments_desktop .card {
        border: none;
    }

    section.departments_desktop .card .card-header {
        display: none;
    }

    section.departments_desktop .card .collapse {
        display: block;
    }
}

@media(max-width:767px) {
    section.departments_desktop .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
        padding: 0;
        border-radius: 10px;
        border-width: 2px;
        margin-bottom: 10px;
    }

    section.departments_desktop .course-list {
        display: none;
    }

    section.departments_desktop .cours-box h3 {
        font-size: 24px;
    }

    section.departments_desktop .cours-box h4 {
        font-size: 20px;
    }

    section.departments_desktop .cours-box h5,
    section.departments_desktop .cours-box ul li {
        font-size: 16px;
    }

    section.departments_desktop .card-header h5 a {
        font-size: 17px;
        color: #000;
        font-weight: 700;
        text-decoration: none !important;
        position: relative;
        display: block;
    }

    section.departments_desktop .course-heade h3 {
        margin-top: 10px;
    }

    section.departments_desktop .card-header h5 a span {
        display: block;
    }

    section.departments_desktop .course-head h2 {
        font-size: 24px;
    }

    section.departments_desktop .course-heade h3 .fz-two {
        width: 60px;
        margin: 0 8px;
    }

    section.departments_desktop .course-heade h3 .fz-one,
    section.departments_desktop .course-heade h3 .fz-three {
        font-size: 16px;
    }

    section.departments_desktop .card-header h5 a i {
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translate(0px, -50%) rotate(-90deg);
        transition: all ease .3s;
        color: #a21d31;
    }

    section.departments_desktop .course-details .card-header {
        padding: 10px 26px 10px 10px;

    }
section.departments_desktop .course-details .card {
    height: auto;
}
    section.departments_desktop .card-header h5 a.collapsed i {
        transform: translate(0px, -50%) rotate(90deg);
        transition: all ease .3s;
    }


    section.departments_desktop .course-details {
        margin-top: 20px;
    }


}





@media (min-width:320px) and (max-width:480px){
    .departments_desktop{
        padding:13% 0%;
        /* background: linear-gradient(180deg, #E6ECF4 0%, rgba(230, 236, 244, 0) 100%); */
    }
.departments_desktop h1 {
    font-size: 28px;
    color: #fff;
}










}

/* departments desktop section end  */



/*nextgen course section starts*/
section.nexten-courses {
    background: #000;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

section.nexten-courses h2 {
    font-size: 56px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

section.nexten-courses h2 span {
    font-weight: 700;
}

section.nexten-courses .nxtcour-dv {
    background: #fff;
    padding: 20px;
    height: 100%;
    border-radius: 15px;
}

section.nexten-courses .nxtcour-dv h3 {
    font-size: 24px;
    color: #bf0015;
    font-weight: 700;
    margin-top: 15px;
}

section.nexten-courses .nxtcour-dv ul {
    list-style: none;
    padding: 0;
    margin-left: 20px;
    text-indent: -10px;
}

section.nexten-courses .nxtcour-dv ul li {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

section.nexten-courses .nxtcour-dv ul li i {
    color: #bf0015;
}


@media screen and (max-width: 767px) {
    section.nexten-courses h2 {
        font-size: 38px;
    }

    section.nexten-courses h2 span {
        display: block;
    }

}

/*nextgen course section ends*/




/* departments mobile section start  */

.departments_mobile{
    padding:10% 0%;
    background: linear-gradient(180deg, #E6ECF4 0%, rgba(230, 236, 244, 0) 100%);
}
.departments_mobile .inner h1{
    color:#000;
    font-size: 30px;
}
.departments_mobile .inner h3{
    font-size:1rem;
    color:#000;
}
.departments_mobile .inner h2{
    font-size:1rem;
    color:#000;
}
.departments_mobile .deparment_content .course_box{
    border:1px solid #000;
    padding:4% 4% 3% 4%;
    border-radius:5px;
    margin-bottom:4%;
}
.departments_mobile .deparment_content .course_box button.red_back{
    background:#CE0004;
    width:fit-content;
    padding:0% auto;
}
.departments_mobile .deparment_content .course_box button.accordion-title{
    background:#fff;
    width:fit-content;
    padding:0% auto;
}
.departments_mobile .deparment_content  a{
    background:#CE0004;
    color:#000;
    font-weight: 500;
}
.departments_mobile .deparment_content .course_box h6.course_heading{
    color:#000;
    font-weight:bold;
}
.departments_mobile .deparment_content  h6{
    color:#000;
    font-weight:600;
}
.departments_mobile .btn[aria-expanded="true"] > .card-header{
    background:#c00000 !important;
    color:#000 !important;
}
.departments_mobile .accordion .accordion-item .deparment_content  a{
    background:#CE0004;
    color:#000;
    font-weight: 500;
    font-size:12px;
}

/* .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;
    background: #f2f2f2;
    color: #000;
    padding-left: 3%;
    padding-right: 3%;
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000;
    font-size: 0.8rem;
    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 .deparment_content{
    padding:8% 4%;
}
.deparment_content h5{
    color:#CE0004;
}
.accordion .accordion-content .deparment_content a{
    background:#c00000;
}
.deparment_content ul li{
    color:#000;
    border-bottom:0px !important;
    font-size:13px;
}
.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

/* departments mobile section end  */

/* placement worries section start  */

    .placement_worries{
        padding:5% 0%;
    }
    .placement_worries h1{
        font-size: 1.5rem;
        font-weight:bold;
    }
    .placement_worries h2{
        font-size: 1.5rem;
        font-weight:normal;
    }
    .placement_worries hr{
        margin:3% 0%;
        border-bottom:1px solid rgba(0,0,0,0.3);
    }
    .placement_worries h3{
        font-size: 3.1rem;
        font-weight:700;
    }
    .placement_worries h3 span.next{
        color:#00287D;
    }
    .placement_worries h3 span.gen{
        color:#0084E7;
    }
    @media (min-width:320px) and (max-width:480px){
        .placement_worries{
            padding: 5% 0% 0% 0%;
        }
        .placement_worries h1{
            font-size: 1.5rem;
            font-weight:bold;
        }
        .placement_worries h2{
            font-size: 0.8rem;
            font-weight:normal;
        }
        .placement_worries h3{
            font-size: 1.5rem;
            font-weight:700;
        }
    }

/* placement worries section end  */

/* building on a legency section start */

.building_legacy{
    margin-bottom:4%;
}
.building_legacy h1{
    font-size: 4rem;
    text-align:center;
    font-weight:900;
    color:#fff;
    text-shadow: 2px 0 #d4cece, -2px 0 #d4cece, 0 2px #d4cece, 0 -2px #d4cece,1px 1px #d4cece, -1px -1px #d4cece, 1px -1px #d4cece, -1px 1px #d4cece;
    letter-spacing: 2px;
}
.building_legacy h2{
    font-size: 3.5rem;
    text-align:center;
    font-weight:normal;
    color:#000;
    letter-spacing: 2px;
    margin-top:-5%;
}
.building_legacy h2 span{
    font-weight:900;
}
.building_legacy h3{
    font-size: 1.5rem;
    text-align:center;
    font-weight:normal;
    color:#000;
}
.building_legacy h3 span{
    font-weight:700;
}
.building_legacy h4{
    text-align:center;
    color:#fff;
    font-size:1.5rem;
}
.building_legacy .Approvals_box{
    background:#000;
    padding:3%;
    margin-top:3%;
    border-radius:15px;
    box-shadow:0px 0px 30px rgba(0,0,0,0.3);
    margin-bottom:4%;
}
.building_legacy .Approvals_box hr{
    border:1px solid #840303;
    margin:2% 0%;
}
.building_legacy .collaboration_box h4{
    color:#000;
    font-weight:bold;
    font-size:2rem;
}
.building_legacy .collaboration_box hr{
    border:1px solid #840303;
    margin-top:3%;
}
@media (min-width:320px) and (max-width:480px){
    .building_legacy h1{
        font-size: 1.5rem;
    }
    .building_legacy h2{
        font-size: 1.3rem;
    }
    .building_legacy .Approvals_box{
        margin-top:10%;
        padding:6% 4%;
    }
    .building_legacy .Approvals_box h4{
        font-size:1rem;
    }
    .building_legacy h3{
        font-size:1.2rem;
    }
    .building_legacy .Approvals_box hr{
        border:1px solid #840303;
        margin:6% 0%;
    }
    .building_legacy .collaboration_box{
        color:#000;
        font-weight:bold;
        font-size:3rem;
        margin-top:15%;
    }
}

/* building on a legecy section end */

/* academic partner section start */

.academic_partner{
    padding:3% 0%;
    background: linear-gradient(360deg, rgba(0, 40, 125, 0.1) 0%, rgba(0, 40, 125, 0) 100%);
}
.academic_partner h1{
    font-size:2rem;
    font-weight:bold;
}
.academic_partner hr{
    border:1px solid #840303;
    margin-top:4%;
}
@media (min-width:320px) and (max-width:480px){
    .academic_partner h1{
        font-size:2.3rem;
        margin-top:10%;
        text-align:center;
    }
}

/* academic partner section end */

/* path to success section start */

    .pathToSuccess{
        padding-top:3%;
    }
    .pathToSuccess h2{
        font-size:2.5rem;
        color:#000;
        font-weight:bold;
    }
    .pathToSuccess h3{
        font-size:1.5rem;
        font-weight:normal;
    }
    .pathToSuccess h4{
        font-size:1.5rem;
        font-weight:bold;
    }
    .pathToSuccess ul li{
        font-size:1rem;
        margin-bottom:1%;
        font-weight:600;
        color:rgba(0,0,0,0.5);
    }
    .pathToSuccess .highest_placement_div{
        background:#A21D31;
        border-radius:50px 50px 0px 0px;
    }
    .pathToSuccess .highest_placement_div h1{
        color:#fff;
        font-size:2.5rem;
    }
    @media (min-width:320px) and (max-width:480px){
        .pathToSuccess{
            padding-top:10%;
        }
        .pathToSuccess h2{
            font-size:1.8rem;
            color:#000;
            font-weight:bold;
        }
        .pathToSuccess h3{
            font-size:1rem;
        }
        .pathToSuccess .highest_placement_div h1{
            color:#fff;
            font-size:1.5rem;
            margin-bottom:6%;
        }
        .pathToSuccess h4{
            font-size:1.1rem;
        }
        .pathToSuccess ul li{
            font-size: 0.8rem;
        }
    }

/* path to success section end  */

/* recruiters sections start  */

    .recruiters{
        background:#000;
        padding:4% 0% 0% 0%;
    }
    .recruiters h3{
        font-size:35px;
        color:#fff;
        font-weight:bold;
    }
    .recruiters p{
        color:rgba(255,255,255,0.6);
        font-size:20px;
    }
    .recruiters h3{
        color:#fff;
        font-size:20px;
    }
    .recruiters .carousel .carousel-inner {
        padding-bottom:5%;
    }
    .recruiters .carousel .carousel-inner .carousel-item img{
        border-radius:5px;
    }
    .recruiters .carousel .carousel-indicators li{
        height:10px;
        width:10px;
        border-radius:50%;
        border:1px solid #fff;
        background:transparent;
    }
    .recruiters .carousel .carousel-indicators li.active{
        height:10px;
        width:10px;
        border-radius:50%;
        border:1px solid #fff;
        background:#fff;
    }
    @media (min-width:320px) and (max-width:480px){
        .recruiters h3{
            color:#fff;
            font-size:20px;
            margin-bottom:8%;
        }
        .recruiters .carousel .carousel-inner {
            padding-bottom:15%;
        }
    }

/* recruiters sections end  */

/* thriving Businesses section start */

    .thriving_business{
        padding:3% 0%;
    }
    .thriving_business h1{
        color:#000;
        font-size:3rem;
        font-weight:bold;
    }
    .thriving_business h2{
        font-size: 6rem;
        text-align:center;
        font-weight:900;
        color:#fff;
        text-shadow: 2px 0 #d4cece, -2px 0 #d4cece, 0 2px #d4cece, 0 -2px #d4cece,1px 1px #d4cece, -1px -1px #d4cece, 1px -1px #d4cece, -1px 1px #d4cece;
        letter-spacing: 2px;
        margin-top:-3.5%;
    }
    .thriving_business h3{
        color:#CE0004;
        font-size:5rem;
        font-weight:900;
        margin-top:-4.5%;
    }
    @media (min-width:320px) and (max-width:480px){
        .thriving_business{
            padding:13% 0%;
        }
        .thriving_business h1{
            color:#000;
            font-size:2rem;
            font-weight:bold;
        }
        .thriving_business h2{
            font-size: 1.5rem;
        }
        .thriving_business h3{
            font-size:1.5rem;
            margin-top:-4.5%;
        }
    }

/* thriving Businesses section end  */

/* Incubation Centre section start */

.incubation_centre{
    background: url('../../../default/images/frontend/vgu/incubation_centre.png');
    height:auto;
    background-size:100% 95%;
    background-position:center bottom;
    background-repeat: no-repeat;
    padding-bottom:3%;
}
.incubation_centre .Entrepreneurship_box{
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
    padding:1% 3%;
    text-align:center;
}
.incubation_centre .Entrepreneurship_box h1{
    font-size:1.5rem;
}
.incubation_centre .incubation_centre_text{
    padding-top:15%;
}
.incubation_centre .incubation_centre_text p{
    color:#fff;
    font-size:1.5rem;
}
.incubation_centre .incubation_centre_text h1{
    color:#E4CA36;
    font-size:3rem;
    font-weight:bold;
}
.incubation_centre .incubation_centre_content{
    background:rgba(0,0,0,0.7);
    font-size:1.4rem;
    padding:3%;
    text-align:justify;
    color:#fff;
    border-radius:15px;
    margin-top:15%;
    width:70%;  
}
.incubation_centre .incubation_centre_content p{
    font-size:0.9rem;
}
@media (min-width:320px) and (max-width:480px){
    .incubation_centre .Entrepreneurship_box h1{
        font-size:1rem;
    }
    .incubation_centre{
        background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../../default/images/frontend/vgu/incubation_centre.png');
        height:auto;
        background-size:cover;
        background-position:center bottom;
        background-repeat: no-repeat;
        padding:10% 0%;
    }
    .incubation_centre .incubation_centre_content{
        background:rgba(0,0,0,0.7);
        font-size:1.4rem;
        padding:3%;
        text-align:justify;
        color:#fff;
        border-radius:15px;
        margin-top:15%;
        width:100%;  
    }
    .incubation_centre .incubation_centre_text h1{
        color:#E4CA36;
        font-size:2.5rem;
        font-weight:bold;
    }
    .incubation_centre .incubation_centre_text p{
        font-size: 1.3rem;
    }
}

/* Incubation Centre section end  */

/* next generation unicorn section start  */

.next_generation{
    padding:4% 0%;
}
.next_generation h1{
    font-size:2.7rem;
    font-weight:800;
}
.next_generation .main_highlight_box{
    margin-top:14%;
}
.next_generation .main_highlight_box h2{
    font-size:3rem;
    font-weight:700;
}
.next_generation .main_highlight_box p{
    font-size:1rem;
    font-weight:bold;
    color:#A21D31;
}
.next_generation .next_gen_main_content{
    margin-top:7%;
}
.next_generation .next_gen_main_content img{
    box-shadow:0px 0px 40px rgba(0, 0, 0, 0.4);
    border-radius:10px;
}
@media (min-width:320px) and (max-width:480px){
    .next_generation{
        padding:10% 0%;
    }
    .next_generation .next_gen_main_content h1{
        font-size:2rem;
    }
    .next_generation .main_highlight_box h2{
        font-size: 2rem;
    }
    .next_generation .main_highlight_box p{
        font-size: 0.8rem;
    }
}
/* next generation unicorn section end  */

/* naac acridation section start */

.startup_journey{
    padding-top:2%; 
}
.startup_journey .startup_mainBox{
    background:url('../../../default/images/frontend/vgu/startup_back.png');
    background-size:100% 100%;
    background-position:center center;
    background-repeat:no-repeat;
    height:auto;
    box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.25);
    padding:4% 0%;
}
.startup_journey .startup_mainBox h1{
    color:#fff;
    font-size:1.5rem;
    font-weight:300;
}
.startup_journey .startup_mainBox h6{
    color:#fff;
    font-size:13px;
    font-weight:300;
}
.startup_journey .startup_mainBox h1 b{
    color:#fff;
    font-size:1.5rem;
    font-weight:700;
    color:#E4CA36;
}
.startup_journey .startup_mainBox h4{
    color:#fff;
    font-weight:bold;
    font-size:1.5rem;
}
.startup_journey .startup_mainBox p{
    color:#fff;
    font-weight:400;
    font-size:1rem;
    text-transform: lowercase;
}
.startup_journey .startup_mainBox .startup_bottom_border{
    border-bottom:1px dotted #fff;
}
@media (min-width:320px) and (max-width:480px){
    .startup_journey .startup_mainBox{
        background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('../../../default/images/frontend/vgu/startup_img.png');
        background-size:cover;
        background-position:center left;
        background-repeat:no-repeat;
        height:auto;
        box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.25);
        padding:4% 0%;
        border-radius:30px 30px 0px 0px;
    }
    .startup_journey .startup_mainBox h1{
        color:#fff;
        font-size:1rem;
        font-weight:300;
    }
    .startup_journey .startup_mainBox h4{
        color:#fff;
        font-weight:bold;
        font-size:1.3rem;
    }
    .startup_journey .startup_mainBox p{
        font-size:0.7rem;
    }
}

/* naac acridation section end  */

/* vgu life section start  */

.vgu_life{
    background: linear-gradient(180deg, #A21D31 0%, #7E1121 100%);
    padding:4% 0% 1% 0%;
}
.vgu_life h1{
    color:#fff;
    font-size:5rem;
    text-align:center;
}
.vgu_life h2{
    color:#fff;
    text-align:right;
    font-size:2rem;
}
.vgu_life img{
    margin-top:-8%;
}
.vgu_life .footer_box{
    background:#000;
    padding:30% 3% 2% 3%;
    margin-top:-25%;
}
.vgu_life .footer_box h5{
    color:#fff;
    font-weight:bold;
    font-size:1.2rem;
}
.vgu_life .footer_box h6{
    color:#f5f5f5;
    font-weight:500;
    font-size:1rem;
}
.vgu_life .footer_box h3{
    color:#fff;
    font-size:1.2rem;
}
.vgu_life .footer_box a{
    color:rgba(255,255,255,0.6);
    text-decoration: none;
    font-size:1.5rem;
    font-weight:bold;
}
.vgu_life a.usefull_links{
    font-size:12px;
    color:#fff;
    font-weight:normal;
}
.vgu_life p{
    color:#fff;
    font-size:12px;
}
.vgu_life p span{
    color:rgba(255,255,255,0.6);
}
@media (min-width:320px) and (max-width:480px){
    .vgu_life h1{
        font-size:2rem;
    }
    .vgu_life h2{
        font-size:1.5rem;
        text-align:center;
    }
    .vgu_life img{
        margin-top:4%;
    }
    .vgu_life .footer_box h5{
        font-size:1.2rem;
    }
    .vgu_life .footer_box h6{
        font-size:1rem;
    }
    .vgu_life .footer_box{
        background:#000;
        padding:30% 3% 4% 3%;
        margin-top:-25%;
    }
}

/* vgu life section end  */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 85px;
    z-index: 11;
    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 svg {
    margin:25% auto auto 25%;
}
.CallButton a:hover {
    text-decoration: none;
    color:#fff;
}

/* call now button end  */


/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 11;
    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  */


/* scholarship section start  */

.scholarships{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(182,0,0,1) 60%);
    /* height:100vh; */
    height:auto;
}
.scholarships hr{
    border-top:1px solid #EB9436;
    margin-top:-1%;
}
.scholarships h6{
    font-size:12px;
    color:rgba(255,255,255,0.6);
}
.scholarships h6 span{
    font-size:17px;
    font-weight:700;
    color:#fff;
}
.scholarships .phase2 h6{
    font-size:12px;
    color:rgba(0,0,0,0.9);
}
.scholarships .phase2 h6 span{
    font-size:17px;
    font-weight:700;
    color:#000;
}
.scholarships .scholarship_content{
    margin-top:10%;
    /* box-shadow:0px 0px 30px rgba(0,0,0,0.2); */
}
.scholarships .scholarship_content_close{
    margin-top:10%;
    box-shadow:0px 0px 30px rgba(0,0,0,0.2);
    position: relative;
    background: rgba(128, 128, 128,0.4);
    padding: 30px;
    overflow: hidden;
}
.scholarships .scholarship_content .scholarship_content_close:before, .scholarships .scholarship_content .scholarship_content_close:after {
    position: absolute;
    content: '';
    background: rgba(255, 0, 0,0.5);
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.scholarships .scholarship_content .scholarship_content_close:after {
    -webkit-transform: rotate(45deg);  
    transform: rotate(45deg);
}
@media (min-width:320px) and (max-width:480px){
    .scholarships .scholarship_content{
        margin-top:-10%;
    } 
}


section.scholarships .vertical.carousel .carousel-control {
    bottom: auto;
    width: 100%;
    height: 15%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}
section.scholarships .vertical.carousel .carousel-control.right {
  top: auto;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
section.scholarships .vertical.carousel .carousel-control .glyphicon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
section.scholarships .vertical.carousel .carousel-indicators {
  bottom: auto;
  top: 50%;
  left: auto;
  right: 10px;
  width: 14px;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.scholarships .vertical.carousel .carousel-inner > .item {
  left: 0;
  top: 0;
}
section.scholarships .vertical.carousel .carousel-inner > .item > img {
  width: 100%;
}
section.scholarships .vertical.carousel .carousel-inner > .item.next,
section.scholarships .vertical.carousel .carousel-inner > .item.active.right {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  top: 0;
}
section.scholarships .vertical.carousel .carousel-inner > .item.prev,
section.scholarships .vertical.carousel .carousel-inner > .item.active.left {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  top: 0;
}
section.scholarships .vertical.carousel .carousel-inner > .item.next.left,
section.scholarships .vertical.carousel .carousel-inner > .item.prev.right,
section.scholarships .vertical.carousel .carousel-inner > .item.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  top: 0;
}
section.scholarships .vertical.carousel .carousel-inner > .active,
section.scholarships .vertical.carousel .carousel-inner > .next.left,
section.scholarships .vertical.carousel .carousel-inner .prev.right {
  top: 0;
}
section.scholarships .vertical.carousel .carousel-inner > .next,
section.scholarships .vertical.carousel .carousel-inner > .active.right {
  top: 100%;
  left: 0;
}
section.scholarships .vertical.carousel .carousel-inner > .prev,
section.scholarships .vertical.carousel .carousel-inner > .active.left {
  top: -100%;
  left: 0;
}

section.scholarships .scholarship_content {
    margin-top: 10%;
    box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.2);
}
section.scholarships .scholarship_content h3 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-top:15px;
    text-transform: uppercase;

}
section.scholarships .scholarship_content h3 span {
    font-size: 18px;
    display: block;
    color: #00000075;
}


section.scholarships hr.rule_table_hor {
    height: 4px;
    background: #b60000;
    border: 0;
    margin: 15px 0;
}
section.scholarships span.td_one {
    font-size: 16px;
    color: #011F60;
    font-weight: 700;
    display: block;
    text-transform: uppercase;

}
section.scholarships span.td_two {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000a3;
    font-weight: 600;
}
.apply_now {
    border: 1px solid #000;
    padding: 10px;
    display: block;
    width: 150px;
    margin: 20px auto;
    color: #000;
    font-weight: 700;
    opacity: 1;
}

section.scholarships div#carouselExampleControls {
    display: flex;
    align-items: center;
}
section.scholarships .slides_ul > a {
    display: block;
    position: relative;
}
section.scholarships ol.carousel-indicators {
    position: relative;
    display: block;
    margin: 10px 0;
    text-align: center;
}

section.scholarships .slides_ul {
    margin-left: 20px;
    background: #fff;
    box-shadow: 0px 4px 40px 0px rgb(0 0 0 / 25%);
    padding: 30px 10px;
    border-radius: 70px;
}
section.scholarships .carousel-indicators li {
    height: 15px;
    width: 15px;
    background: #fff;
    border: 1px solid #000;
    margin: 8px auto;
    border-radius: 50px;
}
section.scholarships .carousel-indicators .active {
    background: #b60000;
}


section.scholarships  .scholarship_content .carousel-inner {
    position: relative;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    background: #fff;
    height: auto;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
section.scholarships  .scholarship_content .carousel-inner tr th {
    font-size: 16px;
    text-transform: uppercase;
}
section.scholarships  .scholarship_content p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
section.scholarships  .scholarship_content h4 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
section.scholarships  .scholarship_content ul li {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
section.scholarships span.carousel-control-prev-icon {
    color: #000;
    margin-bottom: 15px;
}
section.scholarships span.carousel-control-next-icon {
    color: #000;
    margin-top: 0;
}

.scholar_head h2 {
    font-size: 40px;
    color: #A21D31;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
}
.scholar_head img {
    margin-top: 0;
    position: absolute;
    top: 85px;
    width: 100%;
}
@media screen and (max-width:767px){
    .scholar_head h2 {
        font-size: 30px;
        color: #A21D31;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        margin-top: 50px;
    }
    div#carouselExampleControls {
        display: block !important;
        align-items: center;
    }
    .slides_ul {
        display: flex;
        align-items: center;
        padding: 10px 20px !important;
        justify-content: center;
        margin-top: 20px;
        margin-left: 0 !important;
    }
    ol.carousel-indicators {
        position: relative;
        display: flex !important;
        margin: 0px 10px !important;
        text-align: center;
        align-items: center;
        bottom: 0px;
    }
    span.carousel-control-prev-icon {
        color: #000;
        margin-bottom: 0;
    }
    a.carousel-control-prev {
        transform: rotate(-90deg);
    }
    a.carousel-control-next {
        transform: rotate(-90deg);
    }
    section.scholarships .carousel-indicators li {
        height: 15px;
        width: 15px;
        background: #fff;
        border: 1px solid #000;
        margin: 8px 5px !important;
        border-radius: 50px;
    }
    section.scholarships .scholarship_content {
        margin-top: 0%;
    }
}

/* scholarship section end  */








.c-button {
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    padding: 15px 70px;
    margin: 0;
    vertical-align: middle;
    overflow: visible;
    color: #fff;
    font: inherit;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    border-radius: 6px;
    background: transparent;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*box-shadow: 2px 2px 0 0 #383e46;*/
    transition: all 0.2s ease;
}

.c-button:hover,
.c-button:focus {
    outline: 0;
    text-decoration: none;
}

.c-button:not(:disabled) {
    cursor: pointer;
}


.c-button--red {
    background: #a21d31;

}

.c-button--red:hover {
    background: #fff;
    color: #000;
}

.c-ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}

.c-ripple__circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
}

.c-ripple.is-active .c-ripple__circle {
    -webkit-animation: a-ripple 0.4s ease-in;
    animation: a-ripple 0.4s ease-in;
}

/**
 * Animation: Ripple
 * --------------------------------------------------
 */
@-webkit-keyframes a-ripple {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}

@keyframes a-ripple {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}