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

.banner_form_sec .form_title span {
    display: inline-block;
    position: relative;
}

.banner_form_sec {
    background: #fff;
    padding: 15px 15px !important;
    width: 360px;
    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: 12px;
    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_form_sec a.btn.btn-link.toggleAction.btn-block {
    color: #000;
    font-weight: 600;
    transition: all ease .3s;
}

label.form-group.agrCheck {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-top: 15px;
}

.register-panel .form-group.agrCheck .form-control {
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px !important;
    margin-top: 4px;
    cursor: pointer;
    transition: all ease .3s;
    transform: scale(1);
}

.banner_form_sec .form-control {
    height: 40px;
    font-size: 14px;
    color: #232323;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0 !important;
}

.register-panel .form-group.agrCheck .form-control:checked {
    filter: hue-rotate(145deg) brightness(0.8);
    transition: all ease .3s;
    transform: scale(0.95);
}

.register-panel .form-group.agrCheck .form-control:focus {
    outline: none;
    box-shadow: 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% 0% 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 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: 85px;
    z-index: 2200000;
    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: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    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  */

/* landing page css starts */

@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
html,
body {
    scroll-behavior: smooth;
    top: 0;
    left: 0;
    /* overflow-x: inherit; */
    box-sizing: border-box;
    /* background: rgba(144, 238, 144, 0.1); */
}

* {
    font-family: 'Montserrat', sans-serif;
    /* transition: all ease .4s; */
}

/*COMMON CSS STARTS*/

.btn-style-one {
    background: #000;
    border-radius: 100px;
    height: 35px;
    color: #fff;
    padding: 5px 15px;
    font-size: 15px;
    border: 1px solid #000;
}

.btn-style-one:hover {
    background: #fff;
    color: #000;
}

.btn-style-two {
    border-radius: 45.118px;
    background: #000;
    box-shadow: 0px 3.60945px 36.0945px 0px rgba(0, 0, 0, 0.30);
    color: #fff;
    padding: 10px 80px;
    border: 1px solid #000;
    text-transform: uppercase;
}

.btn-style-two:hover {
    background: #fff;
    color: #000;
}

.btn-style-three {
    border-radius: 45.118px;
    background: #fff;
    border: 1px solid #000;
    box-shadow: 0px 3.60945px 36.0945px 0px rgba(0, 0, 0, 0.30);
    color: #CE0004;
    padding: 10px 80px;
    text-transform: uppercase;
    font-weight: 700
}

.btn-style-three:hover {
    background: #CE0004;
    color: #fff;
}

.bg-pink {
    background: rgba(216, 2, 52, 0.06);
}

.form_one {
    width: 100%;
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.25);
    height: 450px;
    display: block;
}

.form_two {
    width: 350px;
    border-radius: 7px;
    /* background: #FFF; */
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.25);
    height: auto;
    display: block;
    left: -140px;
    top: 30%;
    position: absolute;
}

.form_three {
    width: 100%;
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.25);
    height: 450px;
    display: block;
}

/*COMMON CSS ENDS*/

/* form pannel start  */

.banner_form_panel h4 {
    color: #fff;
}

.banner_form_panel h5 {
    color: #fff;
    font-size: 15px;
    margin: 0;
}


.form-panel .register-panel {
    margin-top: 20px;
}

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

.form-panel .line:before {
    position: absolute;
    left: 0;
    width: 20%;
    height: 100%;
    background: #f8a125;
    content: '';
}

.form-panel h4 {
    font-weight: 700;
    font-size: 17px;
}

/* .form-panel a{
        display: inherit;
        color: #fff;
    } */

.form-panel label {
    font-size: 12px;
}

/* .form-panel a:hover {
        color: #ffc107;
    } */

.form-panel .form-control {
    font-size: 0.8rem;
}

/* form pannel end  */

/*header css starts*/

.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 20px 0;
    background: transparent;
}

.logo img {
    height: 40px;
    margin-right: 20px;
}

.logo {
    display: flex;
    align-items: center;
}

header.inner-header {
    position: static;
    border-bottom: 1px solid #ddd;
}

header.inner-header .logo {
    padding: 15px;
}

.inner-header .logout .dropdown {
    padding-right: 10px;
    margin-top: 15px;
    margin-right: 25px;
}

.inner-header .logout .dropdown .dropdown-toggle::after {
    right: -10px !important;
}

.inner-header .logout .dropdown .dropdown-menu.show {
    top: 19px !important;
    transform: translate3d(-10px, 30px, 0px) !important;
}

.inner-header .logout .dropdown .dropdown-item.active,
.inner-header .logout .dropdown .dropdown-item:active {
    background-color: #299683;
}

header .phone a {
    display: inline-block;
    margin-top: 18px;
    padding: 8px 25px !important;
    border-radius: 50px;
    color: #D70132 !important;
    background: #fff !important;
    font-weight: 600;
}

header .phone {
    text-align: right;
}

/*header css ends*/

/*hero section starts*/

section.hero-section {
    padding: 80px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
    overflow: hidden;
    position: relative;
}

section.hero-section .hero-content h1 {
    color: #FFF;
    font-family: Average;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
}

section.hero-section .hero-content h1 span {
    color: #FFF;
    font-family: Average;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.455px;
    text-transform: uppercase;
}

section.hero-section .hero-content h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.541px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

section.hero-section .hero-content h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #CE0004;
}

section.hero-section .hero-content h2 span {
    font-weight: 700;
}

section.hero-section .hero-content p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    margin: 0;
}



/*hero section ends*/

.color-red {
    color: #CE0004 !important;
}

/*about section starts*/

section.about_section {
    padding: 100px 0;
    position: relative;
    background: #F5F5F5;
}

section.about_section .abt-text.border-top {
    border-color: rgba(0, 0, 0, 0.21) !important;
}

section.about_section .abt-cnttn {
    border-right: 2px solid rgba(0, 0, 0, 0.10);
}

section.about_section .abt-text p {
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

/*about section ends*/

/*why choose us section starts*/

section.why_choose_section {
    position: relative;
    background: #f5f5f5;
}

section.why_choose_section .owl-nav {
    position: absolute;
    width: 100%;
    top: 050%;
    justify-content: space-between;
    display: flex;
}

section.why_choose_section .owl-nav span {
    color: #fff;
    font-size: 34px;
}

section.why_choose_section:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #fff;
}

section.why_choose_section .why_choose_content {
    background: #000;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.25);
    padding: 25px;
    position: relative;
}

section.why_choose_section .bg_why_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 40px;
}

section.why_choose_section .heading-style-two {
    position: relative;
    z-index: 1;
}

section.why_choose_section .heading-style-two h2 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.why_choose_section .heading-style-two h2 span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 76px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section.why_choose_section .why_choose_list {
    background: #FFF;
    box-shadow: 0px 2.51504px 62.87605px 0px rgba(0, 0, 0, 0.25);
    padding: 15px;
    height: 100%;
}

section.why_choose_section .why_choose_list img {
    margin-bottom: 10px;
    height: 45px;
}

section.why_choose_section .why_choose_list h3 {
    font-size: 24px;
}

section.why_choose_section .why_choose_list h3 span {
    font-weight: 800;
}

section.why_choose_section .why_choose_list p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

section.why_choose_section .career_contet {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.why_choose_section .carrer-list img {
    width: 100%;
    height: 100%;
}

section.why_choose_section .carrer-list {
    width: 24%;
    position: relative;
    overflow: hidden;
}

section.why_choose_section .career-list-cont h4 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.36px;
}

section.why_choose_section .career-list-cont {
    position: absolute;
    bottom: 0;
    padding: 10px;
    height: 100px;
    transform: translate(0px, 40px);
}

section.why_choose_section .career-list-cont button {
    opacity: 0;
}

section.why_choose_section .carrer-list:hover .career-list-cont button {
    opacity: 1;
}

section.why_choose_section .carrer-list:hover .career-list-cont {
    transform: translate(0px, 0px);
}

section.why_choose_section .carrer-list * {
    transition: all ease .4s;
}

section.why_choose_section .choose_sectn_str {
    position: relative;
}

.red_overlay_choose {
    position: absolute;
    height: 80%;
    width: 80%;
    left: 50%;
    top: 50%;
    background: #CE0004;
    transform: translate(-50%, -50%);
}

/*why choose us section ends*/

/*dont have to go section starts*/

section.dont_have_section {
    padding: 60px 0 100px;
    position: relative;
}

section.dont_have_section .heading-style-two h2 {
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.654px;
    text-transform: capitalize;
}

section.dont_have_section img {
    width: 100%;
    height: auto;
}

/*dont have to go section ends*/

/*ONLINE LEARNING SECTION STARTS*/

section.online_learning_section {
    padding: 100px 0;
    background: #141E46;
    position: relative;
}

section.online_learning_section .bg_img_learn {
    position: absolute;
    top: 10px;
    left: 10%;
    padding: 20px;
    width: 85%;
}

section.online_learning_section .bg_img_learn img {
    width: 100%;
}

section.online_learning_section .dont-content h2 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.66px;
    text-transform: uppercase;
    position: relative;
}

section.online_learning_section .dont-content h2:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 20%;
    height: 1px;
    background: #CE0004;
}

section.online_learning_section .dont-content h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 60%;
    height: 1px;
    background: #CE0004;
}

section.online_learning_section .dont-contnt p {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-top: 50px;
}

section.online_learning_section .online_learn_cont h3 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.28px;
}

section.online_learning_section .online_learn_cont {
    text-align: center;
    padding: 15px;
}

section.online_learning_section .online_learn_cont p {
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.2px;
}

section.online_learning_section .online_learn_cont img {
    height: 45px;
    margin-bottom: 20px;
}

/*ONLINE LEARNING SECTION ENDS*/

/*ONLINE VGU DEGREE SECTION STARTS*/

section.online_degree_section {
    padding: 100px 0;
    position: relative;
}

section.online_degree_section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(92deg, #000 14.21%, #3F3F3F 81.58%);
    width: 100%;
    height: 50%;
}

section.online_degree_section .heaing-dgere h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.76px;
}

section.online_degree_section .heaing-dgere h2 span {
    display: block;
    font-weight: 700;
    font-size: 44px;
}

section.online_degree_section .heaing-dgere p {
    color: rgba(255, 255, 255, 0.70);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.44px;
}

section.online_degree_section .dgere-cer-img img {
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.25);
    margin: auto;
}

section.online_degree_section .dgere-cer-img {
    text-align: right;
}

section.online_degree_section hr {
    background: #FFF;
    margin: 40px 0;
}

section.online_degree_section .heading-style-four h2 {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: Montserrat;
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 1.537px;
}

section.online_degree_section .heading-style-four h2 span {
    color: #FFF;
    font-family: Mr De Haviland;
    font-size: 86px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 2.79px;
}

section.online_degree_section .heading-style-four p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.76px;
}

section.online_degree_section .img_cllg img {
    width: 100%;
    height: auto;
    transform: scale(1);
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.25);
}

section.online_degree_section .img_cllg:hover img {
    width: 100%;
    height: auto;
    transform: scale(1.2);
}

section.online_degree_section .img_cllg {
    position: relative;
    overflow: hidden;
}

/*ONLINE VGU DEGREE SECTION ENDS*/

/*ENROLL NOW SECTION STARTS*/

section.enroll_now_section {
    padding-bottom: 100px;
}

section.enroll_now_section .heading-enroll h2 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 66px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

section.enroll_now_section .heading-enroll h3 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

section.enroll_now_section .heading-enroll hr {
    background: #000;
}

/*ENROLL NOW SECTION ENDS*/

/*FOOTER SECTION STARTS*/

footer.footer {
    padding: 50px 0 0;
    background: linear-gradient(92deg, #000 14.21%, #3F3F3F 81.58%);
}

footer.footer .logo-footer {
    display: flex;
    align-items: center;
}

footer.footer .contact-text {
    text-align: center;
    width: fit-content;
    margin-left: auto;
}

footer.footer .footer-content h4 {
    color: #FFF;
    font-family: Avenir;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 104.2%;
}

footer.footer .footer-content p {
    color: #FFF;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
}

footer.footer .footer-logo img {
    width: 110px;
    margin-right: 15px;
}

footer.footer .contact-text p {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

footer.footer .contact-text h4 a {
    color: rgba(255, 255, 255, 0.60);
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

footer.footer .copyright {
    padding: 25px;
    border-top: 1px solid #fff;
    margin-top: 50px;
}

/*FOOTER SECTION ENDS*/

/*STUDY FROM ANYWHERE SECTION STARTS*/

section.study_anywhere_section {
    padding: 0 0;
    background: #F5F5F5;
    position: relative;
}

section.study_anywhere_section .heading-anywhere h2 {
    color: #141E46;
    text-align: center;
    font-family: Montserrat;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: 1.322px;
    text-transform: uppercase;
}

section.study_anywhere_section .heading-anywhere h2 span {
    color: #141E46;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 0px;
    letter-spacing: 0.991px;
    text-transform: uppercase;
}

section.study_anywhere_section .heading-anywhere h2 span span {
    font-weight: 700;
}

section.study_anywhere_section .study_content {
    padding: 40px;
}

section.study_anywhere_section .study_content h3 {
    color: #141E46;
    text-align: center;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

section.study_anywhere_section .study_content ul {
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

section.study_anywhere_section .study_content ul li {
    width: 50%;
    padding: 6px 0px;
    text-indent: -25px;
    padding-left: 25px;
    padding-right: 15px;
    color: rgba(0, 0, 0, 0.70);
    /* text-align: justify; */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

section.study_anywhere_section .study_content hr {
    background: #D70132;
}

section.study_anywhere_section .study_content>img {
    width: 65%;
}

section.study_anywhere_section .content_slider h3 {
    color: #D70132;
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.521px;
    text-transform: uppercase;
}

section.study_anywhere_section .content_slider p {
    color: rgba(0, 0, 0, 0.50);
    text-align: justify;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

section.study_anywhere_section .durtin_heading {
    display: flex;
    align-items: center;
}

section.study_anywhere_section .dur_img {
    width: 40px;
    height: auto;
    margin-right: 25px;
}

section.study_anywhere_section .dur_img img {
    width: 100%;
}

section.study_anywhere_section .dur_txt p {
    color: rgba(0, 0, 0, 0.50);
    text-align: justify;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

section.study_anywhere_section .dur_txt h4 {
    color: #000;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.52px;
    text-transform: uppercase;
}

section.study_anywhere_section .elignility_cont {
    border-radius: 9px;
    background: #FFF;
    box-shadow: 0px 4px 65px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    position: relative;
}

section.study_anywhere_section .elignility_cont h3 {
    color: #141E46;
    text-align: justify;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

section.study_anywhere_section .elignility_cont ul li {
    color: rgba(0, 0, 0, 0.50);
    text-align: justify;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

section.study_anywhere_section .btn-style-two {
    margin-bottom: -60px;
    margin-right: auto;
}

section.study_anywhere_section .study_content_slider {
    width: 90%;
    padding: 30px;
}

section.study_anywhere_section .carousel-control-prev {
    position: unset;
    color: #000;
    height: 50px;
    width: 50px
}

@media (min-width:320px) and (max-width:480px) {
    section.study_anywhere_section .study_content ul li {
        width: 100%;
    }
    section.study_anywhere_section .elignility_cont {
        box-shadow: 0px 4px 65px 0px rgba(0, 0, 0, 0.1);
        margin-bottom: 10%;
    }
}

/*-- vertical bootstrap slider --*/

section.study_anywhere_section .carousel .carousel-item-next.carousel-item-left,
section.study_anywhere_section .carousel .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

section.study_anywhere_section .carousel .carousel-item-next,
section.study_anywhere_section .carousel .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

section.study_anywhere_section .carousel .carousel-item-prev,
section.study_anywhere_section .carousel .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

section.study_anywhere_section a.carousel-control-next {
    position: unset;
    color: #000;
    height: 50px;
    width: 50px
}

section.study_anywhere_section ol.carousel-indicators {
    display: block;
    top: 40px;
    width: 50px;
    position: unset;
    margin: 0;
}

section.study_anywhere_section ol.carousel-indicators li {
    width: 8px;
    height: 8px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    margin: 8px auto;
}

section.study_anywhere_section ol.carousel-indicators li.active {
    background: #000;
}

section.study_anywhere_section .next-prevns {
    width: 50px;
    position: absolute;
    right: 0;
    top: 50px;
}

section.study_anywhere_section .carousel-control-next:focus,
section.study_anywhere_section .carousel-control-next:hover,
section.study_anywhere_section .carousel-control-prev:focus,
section.study_anywhere_section .carousel-control-prev:hover {
    color: #D70132;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}

/*STUDY FROM ANYWHERE SECTION ENDS*/

/*EMPOWERING EVERYONE SECTION STARTS*/

section.empowering_section .empower_cont {
    background-image: url(../../../default/images/frontend/bg_imgs.png);
    padding: 55px 80px 55px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

section.empowering_section .empoer-head h2 {
    color: #FFF;
    text-align: right;
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1.277px;
}

section.empowering_section .empoer-head.text-right h2 span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.882px;
}

section.empowering_section .empoer-head {
    position: relative;
}

section.empowering_section .empoer-head:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 65%;
    height: 1px;
    background: #D70132;
}

section.empowering_section .empower_text h3 {
    color: #FFF;
    text-align: right;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.59px;
    margin-top: 10px;
}

section.empowering_section .empower_text p {
    color: rgba(255, 255, 255, 0.50);
    text-align: right;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.28px;
}

section.empowering_section {
    padding: 0 0 0;
    position: relative;
}

section.empowering_section ol.carousel-indicators li {
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #D70132;
    border-radius: 20px;
    margin: 8px 5px;
}

section.empowering_section ol.carousel-indicators li.active {
    background: #D70132;
}

section.empowering_section ol.carousel-indicators {
    position: relative;
}

/*EMPOWERING EVERYONE SECTION ENDS*/

/*ADMISSION PROCESS SECTION STARTS*/

section.addmission_process_section {
    padding: 100px 0;
    position: relative;
}

section.addmission_process_section .timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

section.addmission_process_section .timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 10px;
    width: 16.666%;
}

@media (min-width:768px) {
    section.addmission_process_section .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: 2px solid #000;
        width: 100%;
        position: absolute;
        right: 7.5rem;
        top: 40px;
        z-index: -1;
    }
}

section.addmission_process_section .timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

section.addmission_process_section .timeline-content p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.3px;
    margin-top: 25px;
}

section.addmission_process_section .timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 3rem;
    width: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3b82f6;
}

section.addmission_process_section .timeline-steps .timeline-content .inner-circle {
    border-radius: 11.5rem;
    height: 4rem;
    width: 4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.35));
    padding: 12px;
}

section.addmission_process_section .timeline-steps .timeline-content .inner-circle img {
    height: 35px;
    width: auto;
}

section.addmission_process_section .add-head h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.035px;
    margin-bottom: 20px;
    text-align: left;
}

/*ADMISSION PROCESS SECTION ENDS*/

/* fixed 360 button start  */

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

.fixed360ViewButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.fixed360ViewButton a img {
    max-width: 70%;
}

/* fixed 360 button end  */
