@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Waterfall&display=swap');

html,
body {
    box-sizing: border-box;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    /* background:#f5f5f5; */
    scroll-behavior: smooth;
}

* {
    font-family: 'Inter', sans-serif;
}

.color-red {
    color: #CE0004;
}

.red_back {
    background: #CE0004;
}

.color-yellow {
    color: #E4CA36;
}

.yellow_back {
    background: #EB9436;
}

.bg-black {
    background: #000;
}

.grad-red {
    background: -webkit-linear-gradient(#EF2020, #891212);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-style-one {
    font-size: 16px;
    color: #000;
    background: #fff;
    padding: 10px 50px;
    border-radius: 100px;
    font-weight: 600;
}

.btn-style-one:hover {
    font-size: 16px;
    color: #000;
    background: #fff;
    padding: 10px 50px;
    border-radius: 100px;
    font-weight: 600;
}

.btn-style-two {
    font-size: 16px;
    color: #fff;
    background: #000;
    padding: 10px 50px;
    border-radius: 100px;
    font-weight: 600;
}

.btn-style-two:hover {
    font-size: 16px;
    color: #fff;
    background: #000;
    padding: 10px 50px;
    border-radius: 100px;
    font-weight: 600;
}

.btn-style-three {
    font-size: 16px;
    color: #fff;
    background: #ce0004;
    padding: 10px 50px;
    border-radius: 100px;
    font-weight: 600;
}

.btn-style-three:hover {
    font-size: 16px;
    color: #fff;
    background: #ce0004;
    padding: 10px 50px;
    border-radius: 100px;
    font-weight: 600;
}


.form-panel {
    background: rgb(0 0 0);
    padding: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    min-height: 100%;
    color: #fff;
    border-radius: 0px;
    margin: 0;
    width: 92%;
}

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

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

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

.form-panel h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.form-panel label {
    color: #fff;
}

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

.register-panel .form-group.agrCheck .checkText {
    font-size: 12px;
    margin-left: 10px;
}

.register-panel .form-group.agrCheck .form-control {
    width: 15px;
    height: 20px;
}

.ctplqryformbtn {
    width: 100%;
    background: #c10004;
    border-color: #c10004;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all ease .3s;
}

.ctplqryformbtn:hover {
    width: 100%;
    background: #c10004;
    border-color: #c10004;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    opacity: 0.9;
}

@media (min-width:320px) and (max-width:767px) {
    .form-panel {
        margin: auto 5%;
    }
}


/*header css starts*/

header.header {
    padding: 20px 0;
    position: relative;
}

/*header css ends*/


/* banner section start  */
section.banner-section {
    position: relative;
    padding: 0;
}

section.banner-section .vgu_banner_content_inner {
    background:url('../images/hero-banner.png');
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.banner-section .vgu_banner_content_inner h1 span {
    font-size: 35px;
    /* display: block; */
    color: #ce0004;
}

section.banner-section .vgu_banner_content_inner h1 {
    font-size: 35px;
    color: #000;
    font-weight: 700;
}

section.banner-section .vgu_banner_content_inner h1 span.f-two {
    text-transform: uppercase;
}

section.banner-section .vgu_banner_content_inner h1 hr {
    width: 70%;
    margin-left: 0px;
    border-width: 4px;
    border-color: #000;
    opacity: 0.5;
}

section.banner-section .vgu_banner_content_inner p{
    font-size:30px;
}

section.banner-section .banner-dv {
    padding: 20px;
    background: linear-gradient(45deg, #ce0004, #680002);
    border-radius: 15px;
}

section.banner-section .banner-dv h3{
    color:#fff;
}

section.banner-section .banner-dv p {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

section.banner-section .banner-dv p span {
    font-size: 24px;
    display: block;
}

section.banner-section .bannerdvs h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
}

section.banner-section .bannerdvs h2 span {
    display: block;
    font-size: 16px;
    background: #000;
    text-align: center;
    padding: 15px;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 0;
}

@media (min-width:320px) and (max-width:767px) {

    section.banner-section .vgu_banner_content_inner {
        background:#fff;
    }

    section.banner-section .vgu_banner_content_inner h3{
        font-size:22px;
    }

    section.banner-section .vgu_banner_content_inner h1 span {
        font-size: 30px;
        text-align: center;
    }

    section.banner-section .vgu_banner_content_inner p {
        font-size: 20px;
    }

    section.banner-section .vgu_banner_content_inner h1 {
        font-size: 30px;
        text-transform: uppercase;
    }

    section.banner-section .vgu_banner_content_inner h1 hr {
        width: 90%;
        text-align: center;
        border-width: 2px;
        margin: 5px auto;
    }

    section.banner-section .banner-dv p {
        font-size: 18px;
        text-align: left;
    }

    section.banner-section .banner-dv p span {
        font-size: 16px;
    }

    section.banner-section .vgu_banner_content_inner h1 span.f-two br {
        /*    display: none;*/
    }

    section.banner-section .banner-dv {
        padding: 10px;
        border-radius: 15px;
        text-align: left;
        margin-bottom:5%;
    }

    section.banner-section .banner-dv h2{
        text-align:center;
        font-size:25px;
        color:#fff;
    }

    section.banner-section .bannerdvs h2 span {
        display: block;
        font-size: 15px;
        background: #000;
        text-align: center;
        padding: 12px;
        color: #fff;
        border-radius: 10px;
        margin-bottom: 10px;
        margin-top: 0;
        width: 100%;
        margin-left: auto;
        margin-top: 20px;
    }

    section.banner-section .bannerdvs h2 {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        width: 100%;
        margin-left: auto;
    }


}

/* banner section end  */


/*about section starts*/

section.about-section {
    position: relative;
    padding: 40px 0 0;
    background: #000;
}

section.about-section h2 {
    font-size: 46px;
    color: #fff;
    font-weight: 700;
}

section.about-section p {
    font-size: 18px;
    color: #fff;
    opacity: 0.7;
}

@media (min-width:320px) and (max-width:767px) {
    section.about-section h2 {
        font-size: 24px;
        text-align: center;
    }

    section.about-section p {
        font-size: 14px;
        text-align: center;
    }


}


/*about section ends*/


/*nextgen section starts*/
section.nextgen-section {
    padding: 0 15px;
    position: relative;
}

section.nextgen-section .container {
    background: linear-gradient(0deg, #891212, #ef2020);
    position: relative;
    padding: 35px 45px 0;
}

section.nextgen-section .nextgn-cont h2 {
    font-size: 32px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

section.nextgen-section .nextgn-cont h2 span {
    font-size: 40px;
    display: block;
    font-weight: 700;
    background: -webkit-linear-gradient(#fff, #ffffff96);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.nextgen-section .course-dv {
    padding: 15px;
    position: relative;
}

section.nextgen-section .course-dv h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

section.nextgen-section .course-dv ul {
    padding-left: 25px;
}

section.nextgen-section .course-dv ul li {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
    opacity: 0.8;
}

section.nextgen-section .course-dv h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

section.nextgen-section .course-dv h4 span {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
}

@media (min-width:320px) and (max-width:767px) {
    section.nextgen-section .nextgn-cont h2 span {
        font-size: 24px;
    }

    section.nextgen-section .container {
        padding: 35px 5px 0;
    }

    section.nextgen-section .course-dv {
        padding: 0;
    }

    section.nextgen-section .course-dv h3 {
        font-size: 22px;
    }

    section.nextgen-section .course-dv ul li {
        font-size: 12px;
    }

    section.nextgen-section .course-dv h4 {
        font-size: 14px;
    }

    section.nextgen-section .course-dv h4 span {
        font-size: 12px;
    }

    section.nextgen-section .bg-black {
        background: #000;
        height: 610px;
    }

    section.nextgen-section .flickity-prev-next-button.next,
    section.nextgen-section .flickity-prev-next-button.previous {
        display: none;
    }

    section.nextgen-section .flickity-page-dots .dot {
        margin: 0 5px;
        background: #fff;
    }

    section.nextgen-section .flickity-page-dots {
        position: relative;
        bottom: 0;
        top: 10px;
    }

}

/*nextgen section ends*/


/*innovation section starts*/
section.innovation-section {
    position: relative;
    padding: 40px 0;
}

section.innovation-section h2 {
    font-size: 34px;
    font-weight: 700;
    color: #000;
}

section.innovation-section h2 span {
    font-size: 34px;
    font-weight: 700;
    background: -webkit-linear-gradient(#EF2020, #891212);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.innovation-section .inno-head hr {
    border-width: 2px;
    width: 100%;
    border-color: #00000063;
    margin-left: 0;
}

section.innovation-section .inno-dv h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

section.innovation-section .inno-dv p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}


@media (min-width:320px) and (max-width:767px) {

    section.innovation-section h2 {
        font-size: 24px;
        text-align: center;
    }

    section.innovation-section h2 span {
        font-size: 28px;
        display: block;
    }

    section.innovation-section {
        position: relative;
        padding: 0 0 80px;
    }
}


/*innovation section ends*/


/*futuristic section starts*/

section.futuristic-section {
    background: linear-gradient(0deg, #891212, #ef2020);
    position: relative;
    padding-bottom: 60px;
}

section.futuristic-section .fut-head h2 {
    font-size: 30px;
    color: #fff;
    text-align: left;
    margin-top: 50px;
    font-weight: 500;
}

section.futuristic-section .fut-head h2 span {
    font-size: 40px;
    display: block;
    font-weight: 700;
    background: -webkit-linear-gradient(#fff, #ffffff96);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.futuristic-section .fut-img {
    margin-top: -100px;
}

section.futuristic-section .fut-dvs h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

section.futuristic-section .fut-dvs p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    opacity: 0.8;
}

section.futuristic-section .fut-dvs {
    border: 2px solid lch(100 0 0 / 0.2);
    border-radius: 10px;
    padding: 15px;
    background: linear-gradient(190deg, #ffffff26, transparent);
    height: 100%;
}

section.futuristic-section .futer-dvs>p {
    font-size: 20px;
    color: #fff;
    opacity: 1;
    font-weight: 500;
}

@media (min-width:320px) and (max-width:767px) {

    section.futuristic-section .fut-img {
        margin-top: -70px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    section.futuristic-section .fut-head h2 {
        font-size: 16px;
        color: #fff;
        text-align: center;
        margin-top: -100px;
        font-weight: 500;
    }

    section.futuristic-section .fut-head h2 span {
        font-size: 30px;
    }

    section.futuristic-section .flickity-prev-next-button.next,
    section.futuristic-section .flickity-prev-next-button.previous {
        display: none;
    }

    section.futuristic-section .flickity-page-dots .dot {
        margin: 0 5px;
        background: #fff;
    }

    section.futuristic-section .flickity-page-dots {
        position: relative;
        bottom: 0;
        top: 10px;
    }

    section.futuristic-section .futer-dvs {
        margin-top: 20px;
    }

    section.futuristic-section .futer-dvs>p {
        font-size: 12px;
        text-align: center;
    }
}

/*futuristic section ends*/


/*join section starts*/
section.join-section {
    position: relative;
    padding: 60px 0;
    background: #000;
}

section.join-section .col-md-2 {
    max-width: 14.28%;
}

section.join-section .join-cont {
    width: 100%;
    height: 100%;
}

section.join-section .join-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

section.join-section h2 {
    font-size: 36px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    position: relative;
}

section.join-section h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 30%;
    height: 1px;
    border: 1px dashed #fff;
    right: 0;
    margin: auto;
    opacity: 0.5;
}


section.join-section .join-dvs {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.join-section .join-dvs h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-right: 15px;
    text-align: right;
    margin-bottom: 0;
}

section.join-section .join-dvs h3 span {
    display: block;
}

section.join-section .join-dvs img {
    width: 160px;
}


@media (min-width:320px) and (max-width:767px) {

    section.join-section .flickity-prev-next-button.next,
    section.join-section .flickity-prev-next-button.previous {
        display: none;
    }

    section.join-section .flickity-page-dots .dot {
        margin: 0 5px;
        background: #fff;
    }

    section.join-section .flickity-page-dots {
        position: relative;
        bottom: 0;
        top: 10px;
    }

    section.join-section .col-md-2 {
        max-width: 33%;
        padding: 0 5px;
    }

    section.join-section h2 {
        font-size: 28px;
    }

    section.join-section .join-dvs h3 {
        font-size: 16px;
    }

    section.join-section .join-dvs img {
        width: 120px;
    }


}


/*join section ends*/


/*Ideas innovation section starts*/

section.idea-section {
    position: relative;
    padding: 60px 0 30px;
}

section.idea-section:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
    background: #EF2020;
    z-index: 0;
}

section.idea-section .container {
    padding: 40px 20px;
    background: #000;
    margin-top: -90px;
    position: relative;
    z-index: 1;
}

section.idea-section .ide-head h2 {
    font-size: 42px;
    text-align: center;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

section.idea-section .ide-head h3 {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    color: #000;
    position: relative;
    z-index: 1;
}

section.idea-section .ide-head img {
    margin-top: -150px;
}


section.idea-section .idea-dv h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}

section.idea-section .idea-dv p {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    opacity: 0.7;
    margin: 0;
}

section.idea-section .col-md-2 {
    border-right: 1px dashed #ffffff9c;
    padding: 10px 15px;
}

section.idea-section .col-md-2:last-child {
    border: 0;
}

@media (min-width:320px) and (max-width:767px) {

    section.idea-section .ide-head h2 {
        font-size: 24px;
    }

    section.idea-section .ide-head h2 span.f-one {
        display: block;
    }

    section.idea-section .ide-head img {
        margin-top: -50px;
    }

    section.idea-section .ide-head h3 {
        font-size: 18px;
    }

    section.idea-section .container {
        padding: 20px 15px;
        background: #000;
        margin-top: -40px;
        position: relative;
        z-index: 1;
        width: 90%;
    }

    section.idea-section .col-md-2 {
        border-right: 0px dashed #ffffff9c;
    }

    .idea-dv h3 span {
        color: #F3E030;
        font-size: 32px;
        display: block;
        margin-right: 10px;
    }

    section.idea-section .col-md-2:first-child {
        border-bottom: 1px dashed #fff;
    }

    section.idea-section .col-md-2:last-child {
        border-top: 1px dashed #fff;
    }

    section.idea-section .idea-dv h3 {
        font-size: 22px;
    }

    section.idea-section .idea-dv p {
        font-size: 12px;
    }

    section.idea-section .col-md-2:first-child .idea-dv,
    section.idea-section .col-md-2:last-child .idea-dv {
        display: flex;
        align-items: center;
    }

    section.idea-section .col-md-2:first-child .idea-dv p,
    section.idea-section .col-md-2:last-child .idea-dv p {
        font-size: 14px;
    }

    section.idea-section:after {
        height: 20%;
    }
}


/*Ideas innovation section ends*/


/*build and scale section starts*/
section.build-section {
    background: linear-gradient(0deg, #891212, #ef2020);
    position: relative;
    padding: 30px 0 20px;
}

section.build-section h2 {
    font-size: 32px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

@media (min-width:320px) and (max-width:767px) {

    section.build-section {
        padding: 0px 0 20px;
    }

    section.build-section h2 {
        font-size: 22px;
    }

}

/*build and scale section ends*/


/*Approvals sections starts*/
section.approval-section {
    position: relative;
    padding: 40px 0 0px;
}

section.approval-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    background: #891212;
}

section.approval-section .container {
    background: #000;
    margin-top: 35px;
    position: relative;
    z-index: 1;
    padding: 45px;
}

section.approval-section h2 {
    font-size: 36px;
    text-align: center;
    position: relative;
    color: #fff;
    z-index: 1;
}

section.approval-section .col-md-2 {
    max-width: 9%;
}

@media (min-width:320px) and (max-width:767px) {
    section.approval-section {
        padding: 10px 0 0px;
    }

    section.approval-section h2 {
        font-size: 20px;
    }

    section.approval-section .container {
        margin-top: 35px;
        padding: 15px;
        width: 90%;
    }

    section.approval-section .col-md-2 {
        max-width: 25%;
        padding: 15px;
        text-align: center;
    }

}

/*Approvals sections ends*/


/*perspective setion starts*/
section.perspective-section {
    position: relative;
    padding: 60px 0 0;
    z-index: 1;
}

section.perspective-section h2 {
    font-size: 34px;
    text-align: center;
    color: #000;
    font-weight: 700;
}

section.perspective-section h2 span.f-one {
    display: block;
}

section.perspective-section .per-dv hr {
    width: 75%;
    border-color: #0000005e;
    border-width: 2px;
}

section.perspective-section .per-dv h3 {
    font-size: 26px;
    text-align: center;
    font-weight: 400;
    font-style: italic;
}

@media (min-width:320px) and (max-width:767px) {
    section.perspective-section {
        padding: 40px 0 0;
    }

    section.perspective-section h2 {
        font-size: 26px;
    }

    section.perspective-section h2 span {
        display: block;
    }

    section.perspective-section h2 span.f-one {
        display: block;
        font-size: 20px;
    }

    section.perspective-section .per-dv h3 {
        font-size: 20px;
    }


}


/*perspective setion ends*/


/*Admission Process section starts*/
section.admissionprocess-section {
    position: relative;
    padding: 80px 0 10px;
    background: #000;
    margin-top: -30px;
}

section.admissionprocess-section hr {
    width: 75%;
    border-color: #ffffff5e;
    border-width: 2px;
}

section.admissionprocess-section h2 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

section.admissionprocess-section h2 span {
    display: block;
}

section.admissionprocess-section h3 {
    font-size: 20px;
    text-align: center;
    color: #fff;
}

section.admissionprocess-section ul {
    list-style: none;
    padding-left: 0;
}

section.admissionprocess-section ul li {
    position: relative;
    padding: 2px 15px 15px 30px;
    text-align: left;
}

section.admissionprocess-section ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 30px;
}

section.admissionprocess-section ul li:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 10px;
    width: 2px;
    height: 100%;
    background: #fff;
}

section.admissionprocess-section ul li h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    opacity: 0.9;
}

section.admissionprocess-section ul li p {
    font-size: 16px;
    text-align: left;
    color: #fff;
    opacity: 0.8;
}

section.admissionprocess-section ul li:last-child:after {
    display: none;
}

@media (min-width:320px) and (max-width:767px) {
    section.admissionprocess-section h2 {
        font-size: 26px;
    }

    section.admissionprocess-section h3 {
        font-size: 14px;
    }

    section.admissionprocess-section ul li h3 {
        font-size: 18px;
    }

    section.admissionprocess-section ul li p {
        font-size: 14px;
    }

}

/*Admission Process section ends*/

/*gate exams setion starts*/
section.gate-section {
    position: relative;
    padding: 20px 0 60px;
    background: #000;
}

section.gate-section h2 {
    font-size: 36px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

section.gate-section p {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    opacity: 0.7;
}

@media (min-width:320px) and (max-width:767px) {

    section.gate-section h2 {
        font-size: 28px;
    }

    section.gate-section p {
        font-size: 14px;
    }

    section.gate-section {
        padding: 0px 0 60px;
    }
}


/*gate exams setion ends*/

/*Celebrities section starts*/
section.celebrity-section {
    background: linear-gradient(0deg, #891212, #ef2020);
    position: relative;
    padding: 60px 0 60px;
}

section.celebrity-section h2 {
    font-size: 36px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width:320px) and (max-width:767px) {

    section.celebrity-section .flickity-prev-next-button.next,
    section.celebrity-section .flickity-prev-next-button.previous {
        display: none;
    }

    section.celebrity-section .flickity-page-dots .dot {
        margin: 0 5px;
        background: #fff;
    }

    section.celebrity-section .flickity-page-dots {
        position: relative;
        bottom: 0;
        top: 10px;
    }

    section.celebrity-section h2 {
        font-size: 28px;
    }

    section.celebrity-section .col-md-2 {
        max-width: 33.33%;
        padding: 0 5px;
    }


}


/*Celebrities section ends*/


/*naac section starts*/
section.top-naac-section {
    padding: 60px 0;
    position: relative;
}

section.top-naac-section h2 {
    font-size: 60px;
    font-weight: 700;
    color: #000;
}

section.top-naac-section .nacc-dv {
    padding: 20px;
    background: #000;
    text-align: center;
}

section.top-naac-section .nacc-dv h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

@media (min-width:320px) and (max-width:767px) {
    section.top-naac-section {
        padding: 30px 0;
        position: relative;
    }

    section.top-naac-section h2 {
        font-size: 26px;
        text-align: center;
    }

    section.top-naac-section .nacc-dvs {
        text-align: center;
        margin-bottom: 30px;
    }

    section.top-naac-section .nacc-dv h3 {
        font-size: 24px;
    }


}


/*naac section ends*/


/* footer section start  */

footer.footer {
    background: #000;
    padding: 60px 0 0;
}

footer.footer h5 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

footer.footer h6 {
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
}

footer.footer .keywords p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-align: justify;
}

footer.footer h4 {
    color: #fff;
    font-size: 15px;
    margin-top: 4%;
}

footer.footer h4 span {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
    font-size: 15px;
}

footer.footer hr {
    border-top: 1px solid #fff;
}

footer.footer * a {
    font-weight: 700;
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

@media (min-width:320px) and (max-width:767px) {
    footer.footer h4 {
        color: #fff;
        font-size: 15px;
        margin-top: 4%;
    }

    footer.footer {
        background: #fff;
        padding: 20px 0 15px;
    }

    footer.footer * {
        text-align: center;
        color: #000 !important;
    }

    footer.footer hr {
        border-top: 1px solid #000;
    }

    footer.footer img {
        width: 55%;
        margin-bottom: 10px;
    }

    footer.footer p {
        margin: 0;
        font-size: 14px;
    }

    footer.footer * a {
        font-weight: 700;
        opacity: 0.8;
    }


}

/* footer section end  */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 15px;
    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  */
.fade.show {
    opacity: 1;
}

/* 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;
    color: #fff;
}

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

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

/* Apply Now  button end  */