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


/*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 h2 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

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



section.banner-section .vgu_banner_content_inner h1 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
}
section.banner-section .vgu_banner_content_inner h1 .f-one {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
}
section.banner-section .vgu_banner_content_inner h1 span {
    font-size: 86px;
    font-weight: 700;
}

section.banner-section .vgu_banner_content_inner h1 span.f-one {
    display: block;
}

section.banner-section .vgu_banner_content_inner h1 span.f-two {
    display: block;
    font-size: 40px;
    padding: 15px;
    color:#fff;
    text-transform: uppercase;
}

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

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

section.banner-section .vgu_banner_content_inner h1 {
    text-align: left;
}
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: 75px;
}
section.banner-section .vgu_banner_content_inner h1 span.f-two {
    font-size: 28px;
    color: #fff !important;
}





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

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


    section.banner-section .banner-dv {
       padding: 10px;
        border-radius: 15px;
        text-align: left;
        position: relative;
        
    }

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











}

/* 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;
    column-count: 3;
    margin: 20px 0;
}

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;
}
section.nextgen-section .course-dv hr {
    border-color: #ffffff9c;
}
@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: auto;
    }

    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;
    }
section.nextgen-section .course-dv ul {
    column-count: 1;
}

}

/*nextgen section ends*/

/*Why Choose VGU section starts*/
section.why-choose-section {
    padding: 60px 0 90px;
    position: relative;
    background:#fff;
}

section.why-choose-section h2 {
    font-size: 38px;
    text-align: center;
    font-weight: 700;
    position: relative;
    color: #000;
}
section.why-choose-section h2 span.f-one {
    display: block;
    font-size: 32px;
}
section.why-choose-section .chose-hr {
    width: 60%;
    height: 2px;
    background: linear-gradient(45deg, transparent, #CE0004, transparent);
    margin: 20px auto;
    opacity: 0.6;
}
section.why-choose-section p {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}
section.why-choose-section .choose-dv {
    background: #fff;
    border-top: 5px solid #CE0004;
    padding: 15px;
    border-radius: 20px;
    height: 100%;
        text-align: center;
    box-shadow: 0px 0px 30px 0px #0000003b;
}

section.why-choose-section .choose-dv h3 {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}
section.why-choose-section .choose-dv p {
    font-size: 14px;
    color: #000;
}
section.why-choose-section .choose-dv img {
    height: 50px;
    margin: 15px 0;
}
@media (min-width:320px) and (max-width:767px) {
  section.why-choose-section .flickity-prev-next-button.next,
    section.why-choose-section .flickity-prev-next-button.previous {
        display: none;
    }
section.why-choose-section  .col-md-2 {
    max-width: 100%;
    height:170px;
}
    section.why-choose-section .flickity-page-dots .dot {
        margin: 0 5px;
        background: #000;
    }

    section.why-choose-section .flickity-page-dots {
        position: relative;
        bottom: 0;
        top: 20px;
    }
section.why-choose-section h2 {
    font-size: 28px;
}
section.why-choose-section p {
    font-size: 11px;
}
section.why-choose-section h2 span.f-one {
    font-size: 20px;
}
section.why-choose-section .choose-dv {
   padding: 10px;
        height: 110px;
        margin-bottom: 15px;
}
section.why-choose-section .choose-dv h3 {
    font-size: 14px;
}
section.why-choose-section .choose-dv img {
    height: 30px;
    margin: 15px 0 5px;
}
section.why-choose-section {
    padding: 60px 0 60px;
}


}

/*Why Choose VGU section ends*/



/*future program section starts*/
section.future_prog_section {
    position: relative;
    padding: 60px 0;
    background: #000;
}
section.future_prog_section h2 {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
section.future_prog_section h2 > span {
    display: block;
    font-size: 38px;
    font-weight: 700;
    margin-top: 8px;
}




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

section.future_prog_section h2 > span {
    font-size: 28px;
}

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

}



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







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









/*rising star section starts*/

section.risingstar-section {
    position: relative;
    padding: 60px 0 100px;
    background: #FFF5F5;
}
section.risingstar-section h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}
section.risingstar-section .risingstar-slider-inner {
    position: relative;
    padding: 25px;
    border: 4px solid rgb(206 0 4 / 20%);
    border-radius: 0px 50px 0px 50px;
    background: #fff;
}
section.risingstar-section .quote-blockquote-footer {
    border-top: 2px solid #ccc;
    width: 90%;
    margin: 15px auto 0;
    text-align: center;
    padding: 15px 0 0;
}
section.risingstar-section .risingstar-slider-item-inner p {
    font-size: 16px;
    text-align: center;
    color: #000;
}
section.risingstar-section blockquote.quote-blockquote {
    width: 90%;
    margin: 15px auto;
}

section.risingstar-section .quote-blockquote-footer span {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
section.risingstar-section .risingstar-slider {
    position: relative;
}
section.risingstar-section img.left-quote {
    position: absolute;
    left: -25px;
    bottom: -50px;
    z-index: 1;
}
section.risingstar-section img.right-quote {
    position: absolute;
    right: -25px;
    top: -50px;
    z-index: 1;
}
section.risingstar-section .flickity-page-dots {
    bottom: -50px;
}
section.risingstar-section .flickity-page-dots .dot {
    height: 6px;
    width: 15px;
    margin: 0 5px;
    border-radius: 9px;
    border: 1px solid #000;
    background: transparent;
    opacity: 1;
}
section.risingstar-section .flickity-page-dots .dot.is-selected {
    opacity: 1;
    background: #ec1f1f;
    width: 30px;
    border-color: #ec1f1f;
}


@media (min-width:320px) and (max-width:767px) {
section.risingstar-section h2 {
    font-size: 30px;
    
    margin-bottom: 20px;
}
section.risingstar-section h2 span {
    display: block;
}
section.risingstar-section .risingstar-slider-inner {
    padding: 15px;
    width: 90%;
    margin: auto;
}
section.risingstar-section .risingstar-slider-item-inner p {
    font-size: 12px;
}
section.risingstar-section blockquote.quote-blockquote {
    width: 100%;
    margin: 15px auto;
}

section.risingstar-section img.right-quote {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 1;
    width: 70px;
}
section.risingstar-section img.left-quote {
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 1;
    width: 70px;
}

}










/*rising star section ends*/









/* form css starts */

section.banner-section .banner_form_panel {
    height: auto;
    background: #fff;
    border: 5px solid #fff;
    padding: 20px;
}
section.banner-section .banner_form_panel h2 {
    font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
section.banner-section .ctpl-input-container {
    width: 100%;
    margin-top: 10px;
}
section.banner-section .ctpl-phone-input-group {
    background: #fff;
}
section.banner-section .ctpl-input,
section.banner-section .search-select-input,
section.banner-section .ctpl-selected-country {   
    background-color: #fff;
    height: 38px;
}
section.banner-section .ctpl-submit-btn {
    background: #ce0004;
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
    border-color: #ce0004;
    transform: scale(1);
    transition: all ease .3s
}
section.banner-section .ctpl-submit-btn:hover {
    background: #ce0004;
    display: block;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    border-color: #ce0004;
    transform: scale(0.9);
}
section.banner-section .banner_form_panel label {
    color: #000 !important;
    margin-bottom: 5px;
}

/* form css end */