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

.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;
    color: #000;
}

.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: 0px auto 0;
        width: 100%;
        min-height: auto;
    }
}


/*header css starts*/

header.header {
    padding: 20px 0;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}
@media (min-width:320px) and (max-width:767px) {
   header.header {
    position: relative;
}
}
/*header css ends*/



/* banner section start  */
section.banner-section {
    background-color: #000;
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 100px 0 0;
}
section.banner-section .vgu_banner_content_inner {
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


section.banner-section .vgu_banner_content_inner img {
    width: 50%;
}

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

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 .vgu_banner_content_inner h1,
section.banner-section .vgu_banner_content_inner h1 .f-one {
    font-size: 28px;
    color: #000;
    font-weight: 400;
    text-transform: none;
}
section.banner-section .vgu_banner_content_inner h1 span {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
}

section.banner-section .vgu_banner_content_inner h1 span.f-one {
    display: block;
}
section.banner-section .vgu_banner_content_inner h1 span.grad-red.f-three {
    font-size: 30px;
    display: block;
    text-transform: uppercase;
}
section.banner-section .vgu_banner_content_inner h1 span.heade-rule {
    width: 100%;
    height: 2px;
    display: block;
    background: #000;
    margin: 10px 0;
}
section.banner-section .vgu_banner_content_inner h1 span.f-two {
    display: block;
}



@media (min-width:320px) and (max-width:767px) {
section.banner-section {
    background-image: none !important;
    padding: 0;
}

section.banner-section .vgu_banner_content_inner {
    padding: 30px 15px 0;
    background-size: 160%;
    background-position: 75% 80%;
}

section.banner-section .vgu_banner_content_inner h1, 
section.banner-section .vgu_banner_content_inner h1 .f-one {
    font-size: 20px;
}
section.banner-section .vgu_banner_content_inner h1 span {
    display: block;
    font-size: 32px;
}
section.banner-section .vgu_banner_content_inner h1 span.f-two {
    font-size: 30px;
}
section.banner-section .vgu_banner_content_inner h1 span.grad-red.f-three {
    font-size: 24px;
}
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 .banner-dv {
    padding: 10px;
    border-radius: 15px;
    text-align: left;
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
}

section.banner-section .vgu_banner_content_inner{
    background-image: url(../images/hero-img.png) !important;
    background-size: cover;
    background-position: top right;
}
section.banner-section .vgu_banner_content_inner img {
    width: 45%;
    display: block;
    margin: 0;
}


.hero-img {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 10px;
}








}

/* banner section end  */

/*about section starts*/

section.about-section {
    position: relative;
    padding: 20px 0 0;
    background: #000;
    border-top: 2px solid #CE0004;
}

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

section.about-section p {
        font-size: 16px;
    color: #fff;
    opacity: 0.7;
    text-align: center;
}

section.about-section p.abt-hed {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 0;
}

section.about-section .abt-dvs {
    width: 100%;
    height: 2px;
    background: linear-gradient(45deg, transparent, #CE0004, transparent);
    margin: 20px 0;
}


@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;
    }
section.about-section p.abt-hed {
    font-size: 18px;
}

}


/*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: 175px;
    }

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

/*Why Choose VGU section starts*/
section.future-archi-section {
    padding: 60px 0 60px;
    position: relative;
    background: linear-gradient(0deg, #891212, #ef2020);
}
section.future-archi-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_003.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

section.future-archi-section h2 span.f-one {
    display: block;
    font-size: 32px;

}

section.future-archi-section h2 span.f-two {
    background: -webkit-linear-gradient(#fff, #ffffff96);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.future-archi-section .chose-hr {
    width: 60%;
    height: 2px;
    background: linear-gradient(45deg, transparent, #CE0004, transparent);
    margin: 20px auto;
    opacity: 0.6;
}
section.future-archi-section p {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    margin: 0;
}
section.future-archi-section .choose-dv {
    background: rgb(255 255 255 / 20%);
    border: 2px solid #fff;
    padding: 15px;
    border-radius: 20px;
    height: 100%;
    text-align: center;
    box-shadow: 0px 0px 30px 0px #0000003b;
}
section.future-archi-section .col-md-3 {
    max-width: 20%;
    flex: 0 0 20%;
    padding: 0 8px;
}
@media (min-width:320px) and (max-width:767px) {
section.future-archi-section .flickity-prev-next-button.next,
section.future-archi-section .flickity-prev-next-button.previous {
    display: none;
}
section.future-archi-section .col-md-3 {
    max-width: 100%;
}
section.future-archi-section .flickity-page-dots .dot {
    margin: 0 5px;
    background: #fff;
}

section.future-archi-section .flickity-page-dots {
    position: relative;
    bottom: 0;
    top: 10px;
}
section.future-archi-section h2 {
    font-size: 26px;
}

section.future-archi-section h2 span.f-one {
    font-size: 20px;
}
section.future-archi-section .choose-dv {
    padding: 10px;
    height: 130px;
}



}

/*Why Choose VGU 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: -70px;
}

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: 1;
    height: 70%;
}

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: 365px;
    position: relative;
}

section.futuristic-section .futer-dvs>p {
    font-size: 20px;
    color: #fff;
    opacity: 1;
    font-weight: 500;
}
    section.futuristic-section .flickity-prev-next-button.next,
    section.futuristic-section .flickity-prev-next-button.previous {
        display: block;
    }

    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 .col-md-3 {
    max-width: 33.33%;
}


section.futuristic-section span.std-nm {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
section.futuristic-section span.std-btch {
    font-size: 16px;
    display: block;
    color: #fff;
}
section.futuristic-section span.std-lc {
    font-size: 16px;
    display: block;
    color: #fff;
}

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


    section.futuristic-section .col-md-3 {
    max-width:100%;
            padding: 0;
}
section.futuristic-section .fut-dvs p {
    font-size: 12px;

}
section.futuristic-section span.std-nm {
    font-size: 16px;
}
section.futuristic-section span.std-btch {
    font-size: 14px;
}
section.futuristic-section span.std-lc {
    font-size: 12px;
}
section.futuristic-section {
    border-radius: 300px 300px 0px 0px;
}



}

/*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 60px;
    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;
    }
    section.admissionprocess-section .add-dv h2 {
        font-size: 28px !important;
        text-align: center !important;
    }
    section.admissionprocess-section .add-dv h3 {
        font-size: 14px !important;
        text-align: center !important;
        margin-bottom: 15px;
    }

}

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







/*Research & Consultancy section starts*/

section.research_section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}
section.research_section .res-head h2 {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
section.research_section .res-head h2 span{
    display: block;
    font-weight: 700;
}
section.research_section .res-dv {
    display: flex;
    align-items: center;
    position: relative;    
    padding: 20px 0;
    height: 200px;
}
section.research_section .res-cont {
    background: linear-gradient(90deg, #d9d9d9, #fff, #fff);
    padding: 10px;
    position: absolute;
    right: 0;
    width: 54%;
    top: 50%;
    transform: translate(0px, -50%);
}
section.research_section .res-img {
    width: 75%;
    box-shadow: 0px 0px 25px 0px #00000094;
}


section.research_section .res-sb-cont {
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 20px 0px #00000047;
}
section.research_section .res-sb-cont h3 {
    background: linear-gradient(180deg, #680002, #ce0004);
    padding: 10px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
section.research_section .res-sb-cont p {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    margin: 0;
}
section.research_section .flickity-viewport {
    overflow: visible;
}
@media (min-width:320px) and (max-width:767px) {
section.research_section .res-dv {
    display: block;
        padding: 0 0 0;
        height: auto;
}
section.research_section .res-cont {
    transform: unset;
        width: 85%;
        margin-top: -25px;
        position: relative;
        margin-left: auto;
}
section.research_section .res-img {
    width: 85%;
}
section.research_section .res-head h2 {
    font-size: 22px;
}
section.research_section {
    padding: 60px 0 100px;
}



}

/*Research & Consultancy section ends*/



/*Professional forensic section starts*/
section.prof-forensic-section {
    position: relative;
    padding: 60px 0;
    background: #ECECEC;
}
section.prof-forensic-section .prof-rule {
    width: 60%;
    height: 2px;
    background: linear-gradient(45deg, transparent, #CE0004, transparent);
    margin: 20px auto;
    opacity: 0.6;
}
section.prof-forensic-section .prof-head h2 {
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
section.prof-forensic-section .prof-head h2 span {
    font-size: 38px;
    display: block;
}
section.prof-forensic-section .prof-head p {
    font-size: 16px;
    text-align: center;
    width: 65%;
    margin: 0 auto;
    color: rgb(0 0 0 / 60%);
    font-weight: 500;
}
section.prof-forensic-section .prof-dv h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-style: italic;
    color: #000;
    font-weight: 700;
}
section.prof-forensic-section .prof-dv ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
section.prof-forensic-section .prof-dv ul li {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 12px;
    position: relative;
}
section.prof-forensic-section .prof-dv ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 10px;
    background: #CE0004;
    border-radius: 10px 0px 0px 10px;
}
section.prof-forensic-section .prof-dv {
    position: relative;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}


@media (min-width:320px) and (max-width:767px) {
section.prof-forensic-section .prof-head h2 {
    font-size: 18px;
}
section.prof-forensic-section .prof-head h2 span {
    font-size: 26px;
}
section.prof-forensic-section .prof-head p {
    font-size: 14px;
    width: 100%;
}
section.prof-forensic-section .prof-dv {
    position: relative;
    background: transparent;
    padding: 0;
    border-radius: 0;
    height: auto;
}
section.prof-forensic-section .prof-dv h3 {
    font-size: 16px;
}
section.prof-forensic-section .prof-dv ul li {
    font-size: 10px;
    padding-left: 10px;
}
section.prof-forensic-section .prof-cont .col-md-4 {
    padding: 0;
}

section.prof-forensic-section .flickity-button {
    display: none;
}


}




/*Professional forensic 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  */




/*future program section starts*/
section.roadmap_section {
    position: relative;
    padding: 60px 0 0;
    background-color: #fff;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
section.roadmap_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #ffffff57, white);
}
section.roadmap_section h2 {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    position: relative;
}
section.roadmap_section h2 > span {
    display: block;
    font-size: 38px;
    font-weight: 700;
    margin-top: 8px;
}
section.roadmap_section img {
    width: 100%;
}



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

section.roadmap_section h2 > span {
    font-size: 24px;
}

section.roadmap_section {
    padding: 60px 0 0;
}
section.roadmap_section .prog-conts {
    margin-top: -100px;
}

}



/*future program section ends*/




