@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/banner_image.png');
        background-size:cover;
        background-position: center center;
        background-repeat:no-repeat;
        height:auto;
        padding-bottom:7%;
    }
    .banner_section .banner_content h1 span{
        color:#fff;
        font-weight:700;
        font-size:30px;
        text-transform: uppercase;
        font-style: italic;
    }
    .banner_section .banner_content h1{
        color:#fff;
        font-weight:700;
        font-size:60px;
        text-transform: uppercase;
        font-style: italic;
    }
    .banner_section .banner_content h2{
        color:#fff;
        font-size:1.2em;
        font-weight:300;
        background:#000;
        border-radius:4px;
        text-align:center;
    }
    .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 0;
    }
    .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;
    }
    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:480px){
        .banner_section{
            background:linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),url('../../../default/images/frontend/banner_image.png');
            background-size:cover;
            background-position: center center;
            background-repeat:no-repeat;
            height:auto;
            padding-bottom:17%;
        }
        .banner_section .banner_content h1{
            font-size:2.5em;
            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 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:3% 0%;
}
.Scholarship_text h1{
    font-size:2rem;
    color:#000;
    margin-bottom:3%;
}
.Scholarship_text h2{
    font-size:3rem;
    color:#000;
    margin-bottom:3%;
    font-weight:bold;
}
@media (min-width:320px) and (max-width:480px){
    .Scholarship_text{
        padding:10% 0%;
    }
    .Scholarship_text h1{
        font-size:0.9rem;
        color:#000;
        font-weight:800;
        margin-bottom:3%;
    }
    .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:50px;
    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:35px;
    }
    .admission_section .content_box h3{
        font-size:25px;
    }
    .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/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/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/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/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:25px;
        }
        .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-bottom:1px solid #E4CA36;
    border-radius:0px;
    font-size:1rem;
}
.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%;
}
@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 section end  */

/* departments mobile section start  */

.departments_mobile{
    padding:3% 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  a{
    background:#CE0004;
    color:#fff;
    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:#fff !important;
}
.departments_mobile .accordion .accordion-item .deparment_content  a{
    background:#CE0004;
    color:#fff;
    font-weight: 500;
    font-size:12px;
}

.departments_mobile {
    background: #f2f2f2;
    color: #fff;
    display: flex;
    min-height: 100vh;
}
.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: #ce0004;
    color: #fff;
    padding-left: 3%;
    padding-right: 3%;
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    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%;
}
.accordion .accordion-content .deparment_content h5{
    color:#CE0004;
}
.accordion .accordion-content .deparment_content a{
    background:#c00000;
}
.accordion .accordion-content .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/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/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/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/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;
    }
    .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: 15px;
    z-index: 1;
    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: 1;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #860a0e;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
}

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

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

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

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



/* Apply Now  button end  */




.agrCheck input {
    width: 20px !important;
    height: 20px !important;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    margin-right: 10px;
    margin-top: 3px;
}
.agrCheck {
    display: flex;
    flex-direction: row-reverse;
    align-items: self-start;
    margin-top: 15px !important;
    justify-content: left;
    margin-bottom:20px !important;
}

.navstyle-one {
    display: flex;
    align-items: center;
    width: 100%;
}
.navstyle-one a {
    width: 50%;
    text-align: center;
    border: 1px solid #000 !important;
    background: #fff;
    color: #000 !important;
    border-radius: 0px !important;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}   
.navstyle-one .nav-link.active {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}
.btn-style-five {
	background: #19232b !important;
	padding: 10px 50px !important;
	text-align: center !important;
	font-size: 16px !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-transform: capitalize !important;
}
.btn-style-five:hover {
	background: #860A0E !important;
	padding: 10px 50px !important;
	text-align: center !important;
	font-size: 16px !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-transform: capitalize !important;
	text-decoration: none;
}

