@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;
}

.form-panel {
    background: rgba(0,0,0,.8);
    padding: 30px 25px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    min-height: 370px;
    color: #fff;
    border-radius: 0px;
    border-right: 10px solid #fff;
}
.form-panel .line {
    position: relative;
    height: 2px;
    background: rgba(255,255,255,.3);
}
.banner_form_panel h4 {
    color: #fff;
    font-size:25px;
}

/* banner section start  */

    .banner_section{
        background:url('../../../images/vgu_theme/banner_image.png');
        background-size:cover;
        background-position: center center;
        background-repeat:no-repeat;
        height:auto;
        padding-bottom:7%;
    }
    .banner_section .banner_content {
        padding-bottom:10%;
    }
    .banner_section .banner_content h1{
        color:#fff;
        font-weight:800;
        font-size:2.7em;
    }
    .banner_section .banner_content h3{
        color:#fff;
        font-size:1.8em;
        font-weight:300;
    }
    .banner_section .banner_content h3 span{
        font-weight:700;
        font-size:2.8rem;
    }
    .banner_section .banner_content h3 b{
        font-weight:700;
    }
    .banner_section .banner_content h2{
        color:#fff;
        font-size:3em;
        font-weight:300;
    }
    .banner_section .banner_content h2 b{
        font-weight:800;
    }
    .banner_section .banner_content_row{
        margin-top:0%;
    }
    @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('../../../images/vgu_theme/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 h3{
            color:#fff;
            font-size:2em;
            font-weight:300;
        }
        .banner_section .form_div{
            margin-top:5%;
        }
        .banner_section .banner_content{
            margin:10% 0%;
        }
    }

/* banner section end  */

/* cuet score section start  */

    .cuet_score{
        margin-top:-4%;
        margin-bottom:4%;
    }
    .cuet_score_content{
        background:#E4CA36;
        padding:2% 3%;
        border-radius:15px;
        box-shadow:0px 0px 20px rgba(0,0,0,0.5);
        position: relative; 
    }
    .cuet_score_content h1{
        font-size:40px;
        font-weight:bold;
        color:#000;
    }
    .cuet_score_content h3{
        font-size:30px;
        font-weight:normal;
        color:#000;
    }
    .cuet_score_content button{
        font-size:18px;
        font-weight:bold;
        border-radius:4px;
        margin-bottom:-5%;
        box-shadow:0px 0px 20px rgba(0,0,0,0.5);
        background:#fff;
    }
    .cuet_score_content .cuet_score_border{
        border-right:2px solid #000;
    }
    @media (min-width:320px) and (max-width:480px){
        .cuet_score{
            margin-top:-10%;
            margin-bottom:4%;
        }
        .cuet_score_content h1{
            font-size:30px;
        }
        .cuet_score_content h3{
            font-size:16px;
            font-weight:normal;
            color:#000;
            margin-bottom:7%;
        }
        .cuet_score_content .cuet_score_border{
            border-right:0px;
        }
        .cuet_score_content button{
            font-size:12px;
        }
    }

/* cuet score section end  */

/* admission section start  */

    .admission_section{
        padding:3% 0%;
    }
    .admission_section h1{
        font-size:2.5rem;
        color:#000;
        font-weight:800;
        margin-bottom:3%;
    }
    @media (min-width:320px) and (max-width:480px){
        .admission_section{
            padding:10% 0%;
        }
        .admission_section h1{
            font-size:2rem;
            color:#000;
            font-weight:800;
            margin-bottom:3%;
        }
    }

/* admission section end  */

/* cuet code section start */

    .cuet_code{
        background:#f5f5f5;
        padding:4% 0% 0% 0%;
    }
    .cuet_code h1{
        font-size:40px;
        border:1px dashed #000;
        display:inline-block;
        padding:1% 5%;
        border-radius:5px;
    }
    .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('../../../images/vgu_theme/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:25px;
            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:25px;
            padding:1% 5%;
            font-weight:bold;
            color:#000;
        }
        .cuet_code .img-div{
            background:url('../../../images/vgu_theme/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('../../../images/vgu_theme/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('../../../images/vgu_theme/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:35px;
        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% 2% 0%;
        }
        .why_vgu h1{
            margin-bottom:10%;
            font-size:25px;
        }
        .why_vgu .why_vgu_box{
            border-right:0px;
            height:150px;
            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:#fff;
}
.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 Degree section start */

/* departments desktop section start  */

.departments_desktop{
    padding:3% 0%;
    background: #A21D31;
}
.departments_desktop h1{
    font-size:45px;
    color:#fff;
}
.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:0.9rem;
}
.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:1.3rem; */
    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  button{
    background:#CE0004;
    color:#fff;
    font-weight: 500;
    font-size:0.7rem;
}
.departments_desktop .tab-content .tab-pane .deparment_content  a{
    background:#CE0004;
    color:#fff;
    font-weight: 500;
    font-size:1.3rem;
}
.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;
}
.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;
}

.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;
}
.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;
}
.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: 2.5rem;
        font-weight:bold;
    }
    .placement_worries h2{
        /* font-size: 2.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: 2.1rem;
        font-weight:700;
    }
    .placement_worries h3 span.next{
        color:#00287D;
    }
    .placement_worries h3 span.gen{
        color:#0084E7;
    }
    .placement_worries img.exin_img{
        width:50%;
    }
    @media (min-width:320px) and (max-width:480px){
        .placement_worries{
            padding:10% 0%;
        }
        .placement_worries h1{
            font-size: 1.8rem;
            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 img.exin_img{
            width:75%;
        }
    }

/* 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: 4.5rem;
    text-align:center;
    font-weight:normal;
    color:#000;
    letter-spacing: 2px;
    margin-top:-3%;
}
.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.7rem;
}
.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.4rem;
    }
    .building_legacy .Approvals_box{
        margin-top:10%;
        padding:6% 4%;
    }
    .building_legacy .Approvals_box h4{
        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_legacy h3{
        font-size: 1.3rem;
        text-align:center;
        font-weight:normal;
        color:#000;
    }
}

/* 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:1.4rem;
        margin-top:10%;
    }
}

/* 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;
    }
    .pathToSuccess h4{
        font-size:1.1rem;
        font-weight:bold;
    }
    .pathToSuccess ul li{
        font-size:0.8rem;
        margin-bottom:1%;
        font-weight:600;
        color:rgba(0,0,0,0.5);
        border-bottom:0px !important;
    }
    .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:2rem;
            color:#000;
            font-weight:bold;
        }
        .pathToSuccess h3{
            font-size:1.2rem;
        }
        .pathToSuccess .highest_placement_div h1{
            color:#fff;
            font-size:1.5rem;
            margin-bottom:6%;
        }
    }

/* path to success section end  */

/* recruiters sections start  */

    .recruiters{
        background:#000;
        padding:4% 0% 0% 0%;
    }
    .recruiters h1{
        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{
            background:#000;
            padding:10% 0% 0% 0%;
        }
        .carousel-cell3 {
            width: 55%;
            height: auto;
            max-height:900px;
            margin-right: 40px;
            margin-bottom: 30px;
            border-radius: 5px;
            padding:0px;
            counter-increment: carousel-cell;
        }
        .carousel3 .flickity-viewport{
            height:100px !important;
        }
    }

/* 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: 5rem;
        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:4.5rem;
        font-weight:900;
        margin-top:-4.5%;
    }
    @media (min-width:320px) and (max-width:480px){
        .thriving_business{
            padding:8% 0%;
        }
        .thriving_business h1{
            color:#000;
            font-size:1.8rem;
            font-weight:bold;
        }
        .thriving_business h2{
            font-size: 1.6rem;
        }
        .thriving_business h3{
            font-size:1.6rem;
            margin-top:-4.5%;
        }
    }

/* thriving Businesses section end  */

/* Incubation Centre section start */

.incubation_centre{
    background: url('../../../images/vgu_theme/incubation_centre.png');
    height:120vh;
    background-size:100% 95%;
    background-position:center bottom;
    background-repeat: no-repeat;
}
.incubation_centre .Entrepreneurship_box{
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
    padding:1%;
    text-align:center;
}
.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:0.8rem;
    padding:3%;
    text-align:justify;
    color:#fff;
    border-radius:15px;
    margin-top:15%;
    width:70%;  
}
@media (min-width:320px) and (max-width:480px){
    .incubation_centre .Entrepreneurship_box h1{
        font-size:1.5rem;
    }
    .incubation_centre{
        background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../../images/vgu_theme/incubation_centre.png');
        height:auto;
        background-size:cover;
        background-position:center bottom;
        background-repeat: no-repeat;
        padding:10% 0%;
    }
    .incubation_centre .incubation_centre_text p{
        color:#fff;
        font-size:1rem;
    }
    .incubation_centre .incubation_centre_content{
        background:rgba(0,0,0,0.7);
        font-size:0.7rem;
        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:2rem;
        font-weight:bold;
    }
    .incubation_centre .Entrepreneurship_box h2{
        font-size:0.9rem;
    }
}

/* Incubation Centre section end  */

/* next generation unicorn section start  */

.next_generation{
    padding:4% 0%;
}
.next_generation h1{
    font-size:2.3rem;
    font-weight:800;
}
.next_generation .main_highlight_box{
    margin-top:14%;
}
.next_generation .main_highlight_box h2{
    font-size:2.4rem;
    font-weight:700;
}
.next_generation .main_highlight_box p{
    font-size:1.2rem;
    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:1.8rem;
        font-weight:700;
    }
    .next_generation .main_highlight_box p{
        font-size:1rem;
        font-weight:bold;
        color:#A21D31;
    }
}
/* next generation unicorn section end  */

/* naac acridation section start */

.startup_journey{
    padding-top:2%; 
}
.startup_journey .startup_mainBox{
    background:url('../../../images/vgu_theme/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:1.3rem; */
    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('../../../images/vgu_theme/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:1.1rem;
        font-weight:300;
    }
    .startup_journey .startup_mainBox h4{
        color:#fff;
        font-weight:bold;
        font-size:1.3rem;
    }
}

/* 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:4.7rem;
    text-align:center;
}
.vgu_life h2{
    color:#fff;
    text-align:right;
    font-size:1.8rem;
}
.vgu_life img{
    margin-top:-7%;
}
.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.3rem;
}
.vgu_life .footer_box h6{
    color:#f5f5f5;
    font-weight:500;
    font-size:1rem;
}
.vgu_life .footer_box h3{
    color:#fff;
    font-size:1rem;
}
.vgu_life .footer_box a{
    color:rgba(255,255,255,0.6);
    text-decoration: none;
    font-size:1.8rem;
    font-weight:bold;
}
.vgu_life p{
    color:#fff;
}
.vgu_life p span{
    color:rgba(255,255,255,0.6);
}
@media (min-width:320px) and (max-width:480px){
    .vgu_life h1{
        font-size:1.5rem;
    }
    .vgu_life h2{
        font-size:1rem;
    }
    .vgu_life img{
        margin-top:4%;
    }
    .vgu_life .footer_box h5{
        font-size:1rem;
    }
    .vgu_life .footer_box h6{
        font-size:0.7rem;
    }
    .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: 45px;
    z-index: 2200000;
    right: 10px;
    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: 180px;
    z-index: 2200000;
    right: -3%;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#000;
    border-radius: 5% 5% 0% 0%;
    width: 110px;
    height: 40px;
    transform: rotate(270deg);
}
.applyNowButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#fff;
}
.applyNowButton a h5{
    font-size: 14px;
    color:#fff;
}
.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: 180px;
        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  */