@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: #DE8615;
}

.yellow_back {
    background: #DE8615;
}
.green_back{
    background:#2A633D;
}
.green_color{
    color:#2A633D;
}

.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;
    margin-top:5% !important;
}

.form-panel .line {
    position: relative;
    height: 2px;
    background: rgba(255, 255, 255, .3);
}

.banner_form_panel h4 {
    color: #fff;
    font-size: 25px;
}

@media (min-width:320px) and (max-width:480px){
    .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;
        margin-top:5% !important;
    }
}

/* banner section start  */

.banner_section {
    background: url('../../../images/vgu_theme/banner_image.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 30%;
}

.banner_section .banner_content h1 {
    /* color: #fff; */
    font-weight: 800;
    font-size: 2.7em;
}

.banner_section .banner_content h3 {
    color: #000;
    font-size: 2.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 .green_back_div {
    background:#2A633D
}
.banner_section .banner_content .green_back_div h3{
    color:#fff;
    font-size:30px;
    text-align:center;
    font-weight:600;
}

.banner_section .banner_content h2 {
    color: #000;
    font-size: 3em;
    font-weight: 300;
}

.banner_section .banner_content h2 b {
    font-weight: 800;
}
.banner_section .navbar .nav-link button{
    font-size:16px;
}
.banner_section .navbar-brand img.naac_img {
    width:55%;
}
.banner_section .navbar-brand img.shobhit_logo {
    width:50%;
}




@media (min-width:320px) and (max-width:480px) {
    .banner_section .navbar-brand img.naac_img {
        width:65%;
    }
    .banner_section .navbar-brand img.shobhit_logo {
        width:100%;
    }
    .banner_section {
        background: url('../../../images/vgu_theme/banner_image.png');
        background-size: cover;
        background-position: center bottom;
        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: #000;
        font-size: 2em;
        font-weight: 300;
    }
    .banner_section .form_div {
        margin-top: 5%;
    }
    .banner_section .banner_content {
        margin: 10% 0%;
    }
    .banner_section .banner_content h2 {
        color: #000;
        font-size: 2.5em;
        font-weight: 300;
    }
}

/* banner section end  */

/* cuet score section start  */

.cuet_score {
    margin-top: -4%;
    margin-bottom: 4%;
}

.cuet_score_content {
    background: #fff;
    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: 50px;
    font-weight: bold;
    color: #000;
}

.cuet_score_content h3 {
    font-size: 30px;
    font-weight: normal;
    color: #000;
}
.cuet_score_content hr {
    margin:2% 0%;
}

/* 
.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 {
    background: url('../../../images/vgu_theme/dot_img.png');
    background-size: 50% 100%;
    background-position: left top;
    background-repeat: no-repeat;
    height: auto;
    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  */

/* Reasons to Choose section start */

    .reasonToChoose{
        padding:3% 0%;
    }
    .reasonToChoose h3{
        font-weight:400;
    }
    .reasonToChoose h1{
        font-weight:700;
        font-size:45px;
    }
    .reasonToChoose .reason_content_div{
        border-bottom:1px dotted #000;
    }
    .reasonToChoose .reason_content_div p{
        color:#000;
        font-weight:600;
    }
    .reasonToChoose  p{
        color:#000;
        font-weight:600;
    }

/* Reasons to Choose section end  */

/* departments desktop section start  */

.departments_desktop {
    background: url('../../../images/vgu_theme/program_back.png');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    height: auto;
    padding: 2% 0% 7% 0%;
}
.departments_desktop .program_heading h1{
    color:#fff;
    font-size:50px;
}
.departments_desktop .program_heading h2{
    color:#fff;
    font-size:50px;
    font-weight:bold;
}

.departments_desktop .program_heading hr{
    border:2px solid #DE8615;
    margin-top:0%;
    width:95%;
}

.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: #2A633D;
    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: 14px;
    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: #2A633D;
    color: #fff;
    font-weight: 500;
    font-size: 0.7rem;
}

.departments_desktop .tab-content .tab-pane .deparment_content a {
    background: #2A633D;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
}

.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 .program_heading h1{
    color:#fff;
    font-size:35px;
}
.departments_mobile .program_heading h2{
    color:#000;
    font-size:35px;
    font-weight:bold;
}

.departments_mobile .program_heading hr{
    border:2px solid #DE8615;
    margin-top:0%;
    width:95%;
}

.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: #2A633D;
    color: #fff;
    font-weight: 500;
}
.departments_mobile .deparment_content button {
    background: #2A633D;
    color: #fff;
    font-weight: 500;
    display:inline-block;
}

.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: #2A633D !important;
    color: #fff !important;
}

.departments_mobile .accordion .accordion-item .deparment_content a {
    background: #2A633D;
    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 #2A633D;
}

.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: #2A633D;
}

.accordion .accordion-content .deparment_content a {
    background: #2A633D;
}

.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  */

.main_content{
    background: url('../../../images/vgu_theme/big_back.png');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: auto;
    
}

/* our placement section start */

.placement_section{
    padding:0% 0% 3% 0%;
    margin-top:-3% !important;
}
.placement_section .placement_content_div{
    background: url('../../../images/vgu_theme/placement_back.png');
    background-size: 100% 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: auto;
    padding:2% 3% 2% 3%;
    box-shadow:0px 0px 30px rgba(0, 0, 0, 0.4);
}
.placement_section .placement_content_div h1{
    font-weight:bold;
    font-size:40px;
}
.placement_section .placement_content_div h2{
    font-size:40px;
    font-weight:400;
}
.placement_section .placement_content_div .placement_content_box h3{
    color:#fff;
    font-weight:bold;
    font-size:30px;
}
.placement_section .placement_content_div .placement_content_box p{
    color:#fff;
    font-weight:400;
    font-size:18px;
}
@media (min-width:320px) and (max-width:480px){
    .placement_section .placement_content_div h2 {
        font-size: 30px;
        font-weight: 400;
    }
    .placement_section .placement_content_div {
        background: url(../../../images/vgu_theme/placement_back.png);
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        height: auto;
        padding: 10% 3% 10% 3%;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
    }
}

/* our placement section end  */

/* recognitions & approvals section start */

    .recognitions{
        padding:2% 0%;
    }
    .recognitions .recognitions_logo_div{
        background:#fff;
        padding:3%;
        box-shadow:0px 0px 30px rgba(0, 0, 0, 0.2);
        border-radius:40px 40px 0px 0px ;
    }

/* recognitions & approvals section end  */

/* rankings and award section start */

.rankingsAwards{
    padding:2% 0%;
}
.rankingsAwards .rankingsAwards_logo_div{
    background:#fff;
    padding:3%;
    box-shadow:0px 0px 30px rgba(0, 0, 0, 0.2);
    border-radius:0px 0px 40px 40px ;
    height:auto;
}

/* rankings and award section end  */

/* Corporate Resource Centre section start */

.resourceCenter{
    padding:0% 0%;
}
.resourceCenter h1{
    font-weight:bold;
    font-size:40px;
}
.resourceCenter p{
    text-align:justify;
    font-weight:500;
    color:#000;
}
@media (min-width:320px) and (max-width:480px){
    .resourceCenter h1 {
        font-weight: bold;
        font-size: 35px;
    }
}

/* Corporate Resource Centre section end  */

/* highlights section start */

    .highlights hr{
        border:1px solid #A21D31;
    }
    .highlights p{
        font-weight:600;
        color:#000;
        font-size:15px;
    }
    .highlights a button{
        font-size:16px;
    }
    @media (min-width:320px) and (max-width:480px){
        .highlights{
            padding:10% 0%;
        }
    }

/* highlights section end  */

/* scholarship section start */

    .scholarship_reachTech{
        background: url('../../../images/vgu_theme/scholarship_back.png');
        background-size: 100% 100%;
        background-position: center bottom;
        background-repeat: no-repeat;
        height: auto;
        padding:2% 0% 3% 0%;
    }
    .scholarship_section .scholarship_content_div{
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,0) 30%, rgba(255,255,255,1) 30%);
        padding:3%;
    }
    .scholarship_section .scholarship_content_div h4{
        font-size:30px;
    }
    .scholarship_section .scholarship_content_div h1{
        font-size:55px;
        color:#2A633D;
        font-weight:400;
    }
    .scholarship_section .scholarship_content_div h1 span{
        font-size:55px;
        color:#2A633D;
        font-weight:bold;
    }
    .scholarship_section .scholarship_content_div hr{
        border:4px solid #DE8615;
        margin-top:0%;
    }
    .scholarship_section .scholarship_content_div h3{
        font-size:25px;
        font-weight:bold;
    }
    .scholarship_section .scholarship_content_div p{
        font-weight:500;
        margin-bottom:0px;
    }
    .scholarship_section .scholarship_content_div .dot_div{
        border-bottom:1px dashed #000;
    }
    .scholarship_section .scholarship_content_div h2{
        font-size:35px;
    }
    .scholarship_section .scholarship_content_div .carousel .carousel-inner{
        height:65vh;
    }
    .scholarship_section .scholarship_content_div .carousel .carousel-inner .carousel-item{
        padding-bottom:5%;
    }
    .scholarship_section .scholarship_content_div .carousel .carousel-indicators li{
        height:10px;
        width:10px;
        border-radius:50%;
        border:1px solid #2A633D;
    }
    .scholarship_section .scholarship_content_div .carousel .carousel-indicators li.active{
        height:10px;
        width:10px;
        border-radius:50%;
        border:1px solid #2A633D;
        background:#2A633D;
    }
    @media (min-width:320px) and (max-width:480px){
        .scholarship_section .scholarship_content_div {
            background: rgb(255,255,255);
            background: linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 30%);
            padding: 10% 3% 3% 3%;
            margin-top:-2%;
        }
        .scholarship_reachTech{
            background: url('../../../images/vgu_theme/scholarship_back.png');
            background-size: 100% 100%;
            background-position: center bottom;
            background-repeat: no-repeat;
            height: auto;
            padding:10% 0% 10% 0%;
        }
        .scholarship_section .scholarship_content_div h1 {
            font-size: 40px;
            color: #2A633D;
            font-weight: 400;
        }
        .scholarship_section .scholarship_content_div h1 span {
            font-size: 50px;
            color: #2A633D;
            font-weight: bold;
        }
        .scholarship_section .scholarship_content_div h2 {
            font-size: 25px;
        }
        .scholarship_section .scholarship_content_div h3 {
            font-size: 16px;
            font-weight: bold;
        }
        .scholarship_section .scholarship_content_div .dot_div{
            border-bottom:1px dashed #000;
        }
        .scholarship_section .scholarship_content_div p{
            font-size:10px;
        }
    }

/* scholarship section end  */

/* reach tech section start  */

    .reachTech{
        padding-top:3%;
    }
    .reachTech .reachContentDiv hr{
        border-bottom:1px dotted #DE8615;
        width:85%;
        margin:5% 0%;
    }
    .reachTech .reachContentDiv p{
        color:#fff;
    }
    

/* reach tech section end  */

/* campus life section start  */

.campus_life{
    background: url('../../../images/vgu_theme/campusLifeBack.png');
    background-size: 100% 65%;
    background-position: center top;
    background-repeat: no-repeat;
    height: auto;
    padding:10% 0% 3% 0%;
    margin-bottom:-22%;
}
.campus_life h1{
    color:#fff;
    font-size:60px;
    font-weight:bold;
}
@media (min-width:320px) and (max-width:480px){
    .campus_life h1 {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
    }
    .campus_life{
        background: url('../../../images/vgu_theme/campusLifeBack.png');
        background-size: 100% 75%;
        background-position: center top;
        background-repeat: no-repeat;
        height: auto;
        padding:10% 0% 3% 0%;
    }
}

/* campus life section end  */

/* footer section start  */

    .footer_section{
        background:#262B2D;
        padding:8% 0% 0% 0%;
        /* margin-top:-22%; */
    }
    .footer_section h3{
        color:#fff;
    }
    .footer_section h6{
        color:#fff;
    }
    .footer_section hr{
        border-bottom:1px solid #fff;
    }
    @media (min-width:320px) and (max-width:480px){
        .footer_section{
            background:#262B2D;
            padding:35% 0% 0% 0%;
            margin-top:-33%;
        }
    }

/* footer section end  */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 95px;
    z-index: 2200000;
    right: 10px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #2A633D;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

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

/* call now button end  */

/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: -3%;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #DE8615;
    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  */