* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

body,
html {
    font-family: 'HelveticaLTStdRoman';
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
a,
figure {
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

p,
li {
    font-size: 15px;
    color: #7f7f7f;
}

p {
    color: #000;
}

:root {
    --blue: #211d70;
    --yellow: #dbaa2d;
}

h2,
h4 {
    font-family: 'HelveticaLTStdBold';
    color: var(--blue);
}

h2 span {
    font-family: 'Helvetica';
}

h2 {
    font-size: 45px;
}

section {
    padding: 60px 0;
}

@font-face {
    font-family: 'HelveticaLTStdRoman';
    src: url(../fonts/HelveticaLTStdRoman.eot);
    src: url(../fonts/HelveticaLTStdRoman.eot) format('embedded-opentype'), url(../fonts/HelveticaLTStdRoman.woff2) format('woff2'), url(../fonts/HelveticaLTStdRoman.woff) format('woff'), url(../fonts/HelveticaLTStdRoman.ttf) format('truetype'), url('../fonts/HelveticaLTStdRoman.svg#HelveticaLTStdRoman') format('svg')
}

@font-face {
    font-family: 'HelveticaLTStdLight';
    src: url(../fonts/HelveticaLTStdLight.eot);
    src: url(../fonts/HelveticaLTStdLight.eot) format('embedded-opentype'), url(../fonts/HelveticaLTStdLight.woff2) format('woff2'), url(../fonts/HelveticaLTStdLight.woff) format('woff'), url(../fonts/HelveticaLTStdLight.ttf) format('truetype'), url('../fonts/HelveticaLTStdLight.svg#HelveticaLTStdLight') format('svg')
}

@font-face {
    font-family: 'HelveticaLTStdBold';
    src: url(../fonts/HelveticaLTStdBold.eot);
    src: url(../fonts/HelveticaLTStdBold.eot) format('embedded-opentype'), url(../fonts/HelveticaLTStdBold.woff2) format('woff2'), url(../fonts/HelveticaLTStdBold.woff) format('woff'), url(../fonts/HelveticaLTStdBold.ttf) format('truetype'), url('../fonts/HelveticaLTStdBold.svg#HelveticaLTStdBold') format('svg')
}

@font-face {
    font-family: 'HelveticaLTStdBoldCond';
    src: url(../fonts/HelveticaLTStdBoldCond.eot);
    src: url(../fonts/HelveticaLTStdBoldCond.eot) format('embedded-opentype'), url(../fonts/HelveticaLTStdBoldCond.woff2) format('woff2'), url(../fonts/HelveticaLTStdBoldCond.woff) format('woff'), url(../fonts/HelveticaLTStdBoldCond.ttf) format('truetype'), url('../fonts/HelveticaLTStdBoldCond.svg#HelveticaLTStdBoldCond') format('svg')
}

@font-face {
    font-family: 'Helvetica';
    src: url(../fonts/Helvetica-Light.woff2) format('woff2'), url(../fonts/Helvetica-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica';
    src: url(../fonts/Helvetica-Thin.woff2) format('woff2'), url(../fonts/Helvetica-Thin.woff) format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Century';
    src: local('Century'), url('../fonts/Century.ttf') format('truetype');
}


/* hero section css start */

.bannerText h1 {
    font-size: 40px;
}

.bannerText h3 {
    font-size: 25px;
}

.bannerText {
    padding-right: 80px;
}

.heroSec {
    background-color: var(--blue);
    height: auto;
    display: flex;
    align-items: end;
    color: #fff;
    position: relative;
    padding: 99px 0 0;
}

.heroSec .container {
    padding: 0;
    max-width: 100%;
    background: radial-gradient(circle at center, #1e2a78 0%, #0d1135 100%);
}

.heroSec .container .row {
    margin-right: 0;
}

.heroSec .container .row .col-lg-6:nth-child(2),
.heroSec .container .row .col-lg-12 {
    padding-right: 0;
}

.intCon {
    text-align: center;
}

.header {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 0;
}

.faDev {
    display: flex;
    align-items: center;
    gap: 20px;
}

.heroSec .row {
    align-items: center;
}

.heroSec .row {
    align-items: center;
}

.header .navbar figure img {
    width: 200px;
}

.header .navbar ul.navbar-nav li a {
    font-size: 15px;
    color: #fff;
    padding: 0;
}

.header .navbar ul.navbar-nav li a:hover {
    color: #FDAF17;
}

.header .navbar ul.navbar-nav {
    gap: 30px;
}

.bannerText h1 {
    font-size: 48px;
    font-family: 'HelveticaLTStdBold';
}

.bannerText.diff h1 {
    font-size: 54px;
}

.bannerText h3 {
    font-size: 36px;
    padding: 10px 0 20px;
}

.btnSame {
    padding: 7px 20px;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    border: 2px solid var(--yellow);
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}

.btnSame2 {
    padding: 7px 20px;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    border: 2px solid var(--yellow);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btnSame:hover,
.btnSame2:hover {
    color: #fff;
}

.btnSame::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--yellow);
    top: 0;
    transition: all 0.9s;
    z-index: -1;
}

.btnSame2::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--yellow);
    top: 0;
    transition: all 0.9s;
    z-index: -1;
}

.btnSame:hover::after {
    width: 0;
}

.btnSame2:hover::after {
    width: 100%;
}

.hrLine {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    overflow: hidden;
    display: flex;
}

.hrLine>div {
    height: 100%;
    width: 33.33%;
}

.hrLine>div:first-child {
    background-color: #FDAF17;
}

.hrLine>div:nth-child(2) {
    background-color: #76C2E4;
}

.hrLine>div:nth-child(3) {
    background-color: #EE1C25;
}
/* hero section css end */


/* integrated section css start */
.integrated .heading {
    text-align: center;
    padding-bottom: 50px;
}

.intCon h3 {
    font-size: 75px;
    position: relative;
}

.integrated .row .col-lg-4:nth-child(1) .intCon h3,
.integrated .row .col-lg-4:nth-child(2) .intCon h3 {
    color: #ca7f2b;
}

.integrated .row .col-lg-4:nth-child(3) .intCon h3,
.integrated .row .col-lg-4:nth-child(4) .intCon h3 {
    color: #74a4c5;
}

.integrated .row .col-lg-4:nth-child(5) .intCon h3,
.integrated .row .col-lg-4:nth-child(6) .intCon h3 {
    color: var(--blue);
}

.integrated .heading h4,
.programme .heading h4,
.customized .heading .custText h4 {
    font-size: 27px;
    padding: 10px 0 20px;
}
.customized .heading .custText h4 {
    padding: 0 0 7px;
}

.integrated .row {
    position: relative;
    gap: 40px 0;
    justify-content: center;
}

.integrated .row::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    background: #c5c5de;
    width: 90%;
    height: 2px;
}
/* integrated section css end */


/* institute section css start */
.institute {
    background-color: #ffe9da;
    position: relative;
    height: 100vh;
}

.institute>figure {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: end;
}

.insiCon {
    background-color: var(--blue);
    padding: 20px;
    position: relative;
    width: 300px;
}

.institute .row {
    align-items: center;
}

.insiCon p {
    color: #fff;
    padding-bottom: 15px;
    font-size: 15px;
}

.inst-img img {
    width: 300px;
}

.insiCon .btnSame2 {
    padding: 3px 20px;
    font-size: 15px;
}
/* institute section css end */


/* campus section start */
.proImg .item:first-child {
    display: block;
}

.proImg .item {
    display: none;
}

.programme {
    background: url(../img/prog-bckgrnd.webp) no-repeat;
    background-size: cover;
}

.programme .heading {
    text-align: center;
    padding-bottom: 25px;
}

.programme .heading h2 {
    padding-bottom: 10px;
}

.progLink {
    display: flex;
    flex-direction: column;
}

.progLink a {
    font-size: 28px;
    color: var(--blue);
    border-bottom: 1px solid var(--blue);
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    transition: all 0.5s;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
}

.programme .col-lg-7 {
    align-self: center;
}

.progLink a:hover,
.progLink a.active1 {
    font-family: 'HelveticaLTStdBold';
    border-color: #fff;
}

.progLink a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all 0.5s;
}

.progLink a:hover::after {
    width: 100%;
}

.progLink a.active1::after {
    width: 100%;
}

.progLink a svg {
    width: 30px;
    background: var(--blue);
    position: absolute;
    right: -52px;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
    padding: 1px;
    height: 20px;
    border-radius: 3px;
    transition: all 0.5s;
}

.progLink a:hover svg,
.progLink a.active1 svg {
    right: 0;
}
.coman {
    display: none;
}
.proLinks {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.proLinks a {
    font-size: 26px;
    padding: 5px 50px;
    color: var(--blue);
    border-color: var(--blue);
    transition: all 0.5s;
    text-transform: uppercase;
    font-family: 'HelveticaLTStdBold';
    width: 33%;
    text-align: center;
}

.proLinks a:hover {
    color: var(--blue);
    border-color: #fff;
}

.proLinks a::after {
    background-color: var(--white);
}
/* campus section end */


/* customized section css start */
.customized .nav,
.customized.corporateNew .accordion-wrapper {
    background: #ffe9da;
    height: 100%;
    padding: 35px 20px;
}

.customized.corporateNew .accordion-wrapper .accordion-button {
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    text-align: left;
}

.customized.corporateNew .accordion-wrapper .accordion-button:focus {
    outline: none;
}

.customized .nav .nav-link,
.customized.corporateNew .accordion-wrapper .accordion-button {
    padding: 0;
    background: transparent;
    color: var(--blue);
    font-size: 25px;
    border-bottom: 2px solid #c7bbaa;
    border-radius: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.customized.corporateNew .accordion-wrapper .accordion-body {
    padding-bottom: 20px;
}

.customized .nav .nav-link.active {
    font-family: 'HelveticaLTStdBold';
}

.customized .nav .nav-link,
.interactive .nav .nav-item,
.everything .nav .nav-item {
    position: relative;
}

.customized .nav .nav-link img,
.interactive .nav .nav-link img,
.everything .nav .nav-link img {
    display: none;
    width: 30px;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
}

.interactive .nav .nav-link img,
.everything .nav .nav-link img {
    width: 18px;
    left: initial;
    right: 10px;
}

.customized .nav .nav-link.active img,
.interactive .nav .nav-link.active img,
.everything .nav .nav-link.active img {
    display: block;
}

.customized .nav .nav-link:last-child {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}

.customized .row {
    gap: 0 20px;
    flex-wrap: nowrap;
    align-items: center;
}

.custCon figure {
    position: relative;
    height: 380px;
}

.custCon figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.custCon h2 {
    padding: 20px 0 7px;
}

.customized .heading {
    display: flex;
    padding-bottom: 50px;
}

.customized .heading h2 {
    width: 50%;
}

.customized .heading2 h2 {
    font-size: 30px;
}

.customized .heading .custText {
    width: 50%;
}
/* customized section css end */


/* interactive section css start */
.interactive .heading {
    padding: 50px 0 40px;
    border-top: 2px solid #ddddff;
}

.interactive .heading,
.programCurri .heading,
.exper-exceptional .heading,
.credibility .heading {
    text-align: center;
}

.interactive {
    padding-top: 16px;
}

.interAll {
    display: flex;
    align-items: center;
    gap: 35px;
    padding-top: 50px;
}

.interactive .nav {
    justify-content: space-between;
    flex-wrap: nowrap;
}
.interactive .nav.pg-prog .nav-item {
    width: 33.33%;
}
.interactive .nav.pg-prog .nav-item {
    text-align: center;
}
.interactive .nav.pg-prog .nav-link img {
    right: 25px;
}
.interactive .nav li .nav-link {
    background: var(--yellow);
    color: #fff;
    border-radius: 0;
    padding: 7px 30px;
    position: relative;
    font-size: 28px;
    z-index: 1;
    white-space: nowrap;
    transition: all 0.5s;
}

.interactive .nav li .nav-link {
    border: 2px solid var(--yellow);
}

.interactive .nav li .nav-link svg {
    fill: #fff;
}

.interactive .nav .nav-link.active {
    background: var(--yellow);
    border: 2px solid var(--yellow);
    color: #fff;
}

.interactive .nav li:nth-child(2) .nav-link {
    border: 2px solid #7683a6;
    background: #7683a6;
}

.interactive .nav li:nth-child(3) .nav-link {
    border: 2px solid var(--blue);
    background: var(--blue);
}

.interactive .nav li:nth-child(4) .nav-link {
    border: 2px solid #ca802b;
    background: #ca802b;
}

.interactive .tab-content .tab-pane:nth-child(1) .interAll figure:after {
    background-color: var(--yellow);
}

.interactive .nav li:nth-child(2) .nav-link::after,
.interactive .tab-content .tab-pane:nth-child(2) .interAll figure:after {
    background: #7683a6;
}

.interactive .nav li:nth-child(3) .nav-link::after,
.interactive .tab-content .tab-pane:nth-child(3) .interAll figure:after {
    background: var(--blue);
}

.interactive .nav li:nth-child(4) .nav-link::after,
.interactive .tab-content .tab-pane:nth-child(4) .interAll figure:after {
    background: #ca802b;
}

.interaCon h5 {
    color: #000000;
    font-family: 'HelveticaLTStdBold';
    padding-bottom: 5px;
    font-size: 20px;
}

.interaCon p {
    padding-bottom: 20px;
}

.interAll figure {
    position: relative;
    overflow: hidden;
    width: 50%;
}

.interAll .interaCon {
    width: 50%;
}

.interAll figure figcaption {
    position: absolute;
    bottom: 30px;
    left: -100%;
    transition: width 10s;
}

.interAll figure figcaption h4 {
    color: #fff;
}

.interactive .tab-content .tab-pane.active .interAll figure figcaption {
    left: 25px;
}

.interAll figure::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    background: #7683a6;
    width: 0;
    height: 10px;
    transition: width 10s;
}

.interactive .tab-content .tab-pane.active .interAll figure::after {
    width: 100%;
}
/* interactive section css end */


/* practical section start */
.practical {
    background: url(../img/gain-bckgrnd.webp) no-repeat;
    background-size: cover;
    padding-bottom: 0;
}

.practical .heading {
    text-align: center;
    padding-bottom: 30px;
}

.practical .row .col-lg-4:nth-child(2) .practCon {
    background: var(--blue);
}

.practical .row .col-lg-4:nth-child(3) .practCon {
    background: #76809d;
}

.practCon {
    background: #d2802a;
    padding: 30px 30px;
    height: 100%;
}

.practCon h5 {
    font-size: 25px;
    color: #fff;
    font-family: 'HelveticaLTStdBold';
    padding: 15px 0;
}

.practCon figure img {
    width: 60px;
    aspect-ratio: 1;
    object-fit: contain;
}

.practCon figure {
    text-align: left;
}

.practCon p {
    color: #fff;
}
/* practical section end */


/* experience section css start */
.exch {
    background: #d2802a;
}

.exch .epAll {
    padding: 25px 25px 0;
    display: flex;
    align-items: center;
    min-height: 265px;
}

.exchP {
    background: #bd7526;
    padding: 20px;
}

.exchP p {
    color: #fff;
    width: 50%;
    margin-left: auto;
}

.exch .epAll figure {
    width: 50%;
}

.exch .epAll .epCon {
    width: 50%;
}

.exch .epAll .epCon h5 {
    color: #fff;
    font-family: 'HelveticaLTStdBold';
    padding-bottom: 15px;
}

.exch .epAll .epCon p {
    color: #fff;
}

.experience .heading {
    text-align: center;
    padding-bottom: 50px;
}

.experience .heading h2 {
    padding-bottom: 20px;
}

.experience {
    background: #fff5f0;
}

.experience .row .col-lg-6:nth-child(2) .exch,
.experience .row .col-lg-6:nth-child(3) .exch {
    background: #76809d;
}

.experience .row .col-lg-6:nth-child(2) .exch .exchP,
.experience .row .col-lg-6:nth-child(3) .exch .exchP {
    background: #535f7c;
}


.experience .row {
    gap: 30px 0;
}

.epAll figure {
    align-self: end;
}
/* experience section css end */


/* our students section start */
.ourStudents,
.immersive {
    background: url(../img/ourstd-bckgrnd.webp) no-repeat;
    background-size: cover;
}

.ourStudents .heading {
    text-align: center;
    padding-bottom: 50px;
}

.ourStudents .heading h2 {
    padding-bottom: 10px;
}

.ourSlider .ourCon figure img {
    width: 200px;
    aspect-ratio: 4;
    object-fit: contain;
}

.ourSlider .ourCon figure:first-child {
    border-bottom: 3px solid #afa19187;
    border-bottom-style: dashed;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.ourSlider .slick-dots,
.ourlSlider .slick-dots,
.techSlider .slick-dots,
.immerSlider .slick-dots,
.uniConN .slick-dots,
.banner-slider .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 6px;
    margin: 50px 0 0;
}

.banner-slider .slick-dots {
    position: absolute;
    bottom: 60px;
    justify-content: flex-start !important;
    font-size: 0;
    padding-left: 10px;
}

.uniConN .slick-dots {
    margin: auto;
}

.ourSlider .slick-dots li button,
.immerSlider .slick-dots li button,
.uniConN .slick-dots li button,
.banner-slider .slick-dots li button {
    height: 100%;
    width: 100%;
    border: none;
    background: #d4d4ff;
    color: transparent;
}

.banner-slider .slick-dots li button {
    font-size: 0;
}

.ourlSlider .slick-dots li button {
    height: 100%;
    width: 100%;
    border: none;
    background: #ffffff;
    color: transparent;
}

.ourSlider .slick-dots li,
.ourlSlider .slick-dots li,
.techSlider .slick-dots li,
.immerSlider .slick-dots li,
.uniConN .slick-dots li {
    width: 40px;
    height: 6px;
}

.banner-slider .slick-dots li {
    width: 25px;
    height: 4px;
    font-size: 0;
}

.ourSlider .slick-dots li.slick-active button,
.ourlSlider .slick-dots li.slick-active button,
.techSlider .slick-dots li.slick-active button,
.immerSlider .slick-dots li.slick-active button,
.uniConN .slick-dots li.slick-active button {
    background: var(--blue);
}

.banner-slider .slick-dots li.slick-active button {
    background: var(--white)
}
/* our students section end */


/* alumni section css start */
.alumni {
    padding: 0;
    background: #f0f0ff;
}

.alumni .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    background: #ddddff;
    margin: -60px auto auto;
    position: relative;
    padding: 0px 50px 20px;
    gap: 50px;
}

.alumni .heading figure {
    margin-top: -50px;
}

.alumni .heading .alumni-sec {
    width: 65%;
}

.interactive .nav .nav-item {
    width: 25%;
    text-align: center;
}

.alumni-sec img {
    width: 50px;
    margin-top: 25px;
}

.alumni-sec h2 {
    padding-top: 20px;
}
/* alumni section css end */


/* testimonial section css start */
.tesAll {
    border: 2px solid var(--blue);
    padding: 70px 50px 0;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 520px;
}

.tesAll .tesCon {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 40px;
}

.tesAll .tesCon figure {
    border: 5px solid #211d7033;
    border-bottom: 0;
    padding: 5px 5px 0;
    border-radius: 5px 5px 0px 0px;
    width: 35%;
    align-self: end;
}

.tesAll>figure {
    border-radius: 50%;
    position: absolute;
    top: -30px;
    background: #ffffff;
    padding: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .heading {
    padding-bottom: 50px;
}

.tstext p {
    padding-top: 5px;
}

.testiSlider .slick-track {
    padding-top: 30px;
}

.testiSlider .slick-list {
    margin: 0 -15px;
}

.testiSlider .slick-list .slick-slide {
    margin: 0 15px;
}

.testArrows,
.indusArrows,
.credArrows,
.banArrows {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}
.banArrows {
    position: relative;
    bottom: 30px;
    margin-top: -30px;
    margin-left: 5px;
}


.testArrows .slick-arrow,
.indusArrows .slick-arrow,
.credArrows .slick-arrow,
.banArrows .slick-arrow {
    border: 2px solid var(--blue);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--blue);
    transition: all 1s;
    padding: 0;
    font-size: 20px;
}

.testArrows .slick-arrow i,
.indusArrows .slick-arrow i,
.credArrows .slick-arrow i,
.banArrows .slick-arrow i {
    font-size: 25px;
}

.testArrows .btnSame2::after,
.indusArrows .btnSame2::after {
    background: var(--blue);
}

.banArrows .slick-arrow,
.banArrows .btnSame2::after,
.credArrows .slick-arrow,
.credArrows .btnSame2::after {
    border: 2px solid var(--yellow);
    background: var(--yellow);
}
.credArrows .slick-arrow {
    background: transparent;
    color: var(--yellow);
}
.credArrows .btnSame2::after,
.banArrows .btnSame2::after {
    border: none;
}
.testArrows .btnSame2:hover,
.indusArrows .btnSame2:hover,
.credArrows .btnSame2:hover,
.banArrows .btnSame2:hover {
    color: #fff;
}

.indusArrows .btnSame2 {
    padding: 0 !important;
}

.tesAll .tesCon img {
    height: 200px;
    object-fit: cover;
}

.tesCon .tstext {
    width: 65%;
}

.cred img {
    width: 850px;
    margin: 0 auto;
}
/* testimonial section css end */


/* future section css start */
.future {
    background: url(../img/future-bckgrnd.png) no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 0;
}

.fuCon .heading {
    display: flex;
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 80%;
    transform: translate(-50%, 0%);
}

.fuCon {
    position: relative;
}

.fuCon .heading h2 {
    width: 60%;
    color: #fff;
}

.fuCon .heading .heaCon {
    width: 40%;
    text-align: end;
    display: grid;
    place-content: end;
}

.fuCon .heading .heaCon .btnSame::after {
    background: #fff;
}

.fuCon .heading .heaCon .btnSame {
    border: 2px solid #fff;
    color: var(--blue);
    padding: 7px 50px;
    font-family: 'HelveticaLTStdBold';
    transition: all 0.8s;
    text-transform: uppercase;
}

.fuCon .heading .heaCon .btnSame:hover {
    color: #fff;
}

.fuCon .hrLine {
    bottom: unset;
    top: 3.8vw;
    z-index: -1;
}
/* future section css end */


/* mtech page css start */
.heroSec.SameBan h1 {
    padding-bottom: 30px;
}

.application {
    padding-bottom: 0;
    position: relative;
}

.application .appliCon {
    background: #ffe0d1;
    padding: 50px;
    height: 100%;
}

.application .appliCon figure {
    border: 2px solid var(--blue);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    display: none;
}

.application .appliCon figcaption h5 {
    font-size: 25px;
    color: var(--blue);
    line-height: 1.4;
}

.application .appliCon figcaption h5 span {
    font-family: 'HelveticaLTStdBold';
}

.theFuture .nav {
    gap: 70px;
    border-bottom: 2px solid #cdcdcd;
}

.theFuture .nav .nav-item .nav-link {
    background: transparent;
    color: #7f7f7f;
    font-size: 25px;
    padding: 0px 0 10px;
    position: relative;
    transition: all 0.5s;
}

.theFuture .nav .nav-item .nav-link.active::after {
    width: 40px;
}

.theFuture .nav .nav-item .nav-link::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -1px;
    transform: translate(-50%, 0%);
    width: 0;
    height: 5px;
    background: var(--blue);
    transition: all 0.5s;
}

.thfCon h2 {
    padding-bottom: 25px;
}

.thfCon .row {
    align-items: center;
}

.thfCon {
    margin-top: 50px;
}

.thfCon figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.proLinks a {
    font-size: 20px;
}

.interactive .nav li .nav-link {
    font-size: 23px;
}

.thfCon .heading {
    padding-right: 40px;
}

.thfCon .proLinks a::after {
    background-color: var(--blue);
}

.thfCon .proLinks a:hover {
    color: var(--white);
    border-color: var(--blue);
}

.theFuture .nav .nav-item .nav-link.active {
    font-family: 'HelveticaLTStdBold';
    color: var(--blue);
}

.pgcuCon .nav li .nav-link {
    background: var(--blue);
    color: #fff;
    border-radius: 0;
    padding: 7px 66px;
    position: relative;
    font-size: 30px;
    z-index: 1;
    white-space: nowrap;
    transition: all 0.5s;
    text-align: center;
}

.pgcuCon .tab-content h5 {
    font-size: 30px;
    padding-bottom: 10px;
}

.pgcuCon .tab-content h6 {
    font-size: 25px;
    padding: 10px 0 30px;
}

.pgcuCon .nav li {
    width: 20%;
}

.pgcuCon.prog-sem .nav li {
    width: 20%;
    height: 80px;
}

.pgcuCon.prog-sem .tab-content {
    padding: 40px;
}

.pgcuCon.prog-sem .tab-content ul li {
    font-size: 20px;
}

.pro-note {
    margin-top: 25px;
}

.pro-note h4 {
    padding-bottom: 20px;
}

.pro-note ul {
    list-style: auto;
    padding-left: 23px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

.pro-note ul li {
    font-size: 20px;
}

.pgcuCon.prog-sem .nav li .nav-link {
    font-size: 20px;
    white-space: unset;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pgcuCon .nav li .nav-link.active {
    font-family: 'HelveticaLTStdBold';
    box-shadow: 3px 17px 11px -15px #00000052;
    background: #fff;
    color: #000;
}

.pgcuCon .nav li .nav-link {
    border: 2px solid #7683a6;
}

.pgcuCon .nav li .nav-link sup {
    top: -7px;
}

.pgcuCon {
    background: #ffe0d1;
    margin-top: 50px;
}

.pgcuCon .tab-content {
    padding: 50px;
    position: relative;
}

.pgcuCon .tab-content ul li {
    font-size: 25px;
    color: #7f7f7f;
    padding-bottom: 10px;
}

.pgcuCon .tab-content ul {
    padding-left: 45px;
    margin: 0;
}

.programCurri .heading h2,
.exper-exceptional .heading h2,
.credibility .heading h2 {
    padding-bottom: 25px;
}

.pgcuCon .tab-content::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: #76809d;
    height: 10px;
    bottom: 0;
}

.customized.Lab .heading h2 {
    width: 100%;
}

.customized.Lab .heading {
    display: block;
}

.customized.Lab .row {
    align-items: flex-start;
}

.customized.Lab .nav {
    background: #e7e7ff;
}

.techCover {
    background: #f1f1ff;
}

.techCover .row {
    align-items: center;
}

.techCover .row .col-lg-8 .row {
    align-items: end;
}

.techCover .row .col-lg-8 .row:first-child {
    border-bottom: 2px solid var(--blue);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.techCover figure {
    text-align: center;
}

.proWork {
    background: #e7e7ff;
}

.faculties {
    background-color: rgba(255, 236, 231, 0.4);
    background-image: url(../img/faculty-bckgrnd.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
}

.faculties .row .col-lg-3 {
    padding: 0 5px;
}

.faculties .row {
    gap: 10px 0;
    justify-content: center;
}

.faculties .heading {
    padding-bottom: 30px;
}

.faculties .heading h2 {
    padding-bottom: 20px;
}

.facultyCon {
    background: #fff;
    padding: 30px 80px 80px 80px;
    position: relative;
    z-index: 1;
    height: 100%;
}

.facultyCon figcaption {
    font-size: 25px;
    font-family: 'HelveticaLTStdBold';
    color: var(--blue);
    padding: 20px 0;
    transition: all 0.5s;
}

.facultyCon .btnSame {
    padding: 5px 20px;
    font-size: 18px;
    border-color: var(--blue);
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.facultyCon .btnSame::after {
    background: var(--blue);
    width: 100%;
}

.facultyCon:hover .btnSame::after {
    background: #ffece7;
}

.facultyCon:hover .btnSame {
    color: var(--blue);
}

.facultyCon .btnSame:hover {
    color: var(--blue);
}

.facultyCon::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: var(--blue);
    height: 0;
    width: 100%;
    z-index: -1;
    transition: all 0.5s;
}

.facultyCon:hover::after {
    height: 100%;
}

.facultyCon:hover {
    height: 100%;
}

.facultyCon:hover figcaption {
    color: #ffece7;
}

.ourLearners {
    background: #ebe0db;
    text-align: center;
}

.ourLearners h2 {
    padding-bottom: 50px;
}

.ourlSlider .item figure:first-child {
    padding-bottom: 50px;
    border-bottom: 3px solid #ffffff;
    margin-bottom: 50px;
}

.ourlSlider .item figure img {
    width: 220px;
    aspect-ratio: 3.5;
    object-fit: contain;
    text-align: center;
    margin: auto;
}

.immersive {
    text-align: center;
}

.immersive .heading {
    padding-bottom: 50px;
}

.immersive .heading h2 {
    padding-bottom: 20px;
}

.immerSlider figure img {
    width: 100%;
}

.immerSlider .slick-list {
    margin: 0 -10px;
}

.immerSlider .slick-slide {
    margin: 0 10px;
}

.programFee .row {
    align-items: center;
}

.programFee .row .col-lg-8 {
    text-align: end;
}

.programFee .row .col-lg-8 .btnSame2::after {
    background: var(--blue);
}

.programFee .row .col-lg-8 .btnSame2 {
    border-color: var(--blue);
    color: var(--blue);
    font-size: 40px;
    padding: 2px 25px;
    font-family: 'HelveticaLTStdBold';
}

.programFee {
    padding-bottom: 0;
}

.eligibility {
    background: #e7e7ff;
}

.eligibility ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.eligibility ul li::marker {
    color: var(--blue);
}

.eligibility ul li {
    font-size: 25px;
    color: #000;
}

.eligibility .row {
    align-items: center;
}

.programFee .row .col-lg-8 .btnSame2:hover {
    color: #fff;
}

.programFee .row .col-lg-8 .btnSame2 {
    transition: all 0.5s;
}

.progFreeCon {
    margin-top: 50px;
    display: flex;
}

.progFreeCon .proLeft {
    background: var(--blue);
    color: #fff;
    padding: 50px;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.progFreeCon .proLeft h4 {
    color: #fff;
    font-size: 35px;
}

.progFreeCon .proLeft h3 {
    font-size: 55px;
    font-family: 'HelveticaLTStdBold';
}

.progFreeCon .progRight {
    background: #ffece7;
    padding: 50px;
    width: 70%;
}

.progFreeCon .progRight table {
    width: 100%;
    border: 2px solid #7f7f7f;
}

.progFreeCon .progRight table tbody tr:first-child {
    background: var(--blue);
    color: #fff;
}

.progFreeCon .progRight table tr td,
.progFreeCon .progRight table tr th {
    padding: 10px;
    font-size: 20px;
}

.progFreeCon .progRight table tbody tr {
    border-bottom: 2px solid #7f7f7f;
}

.progFreeCon .progRight table tbody tr td {
    border-right: 2px solid #7f7f7f;
}

.everything .nav {
    width: 100%;
}

.everything .nav .nav-item {
    width: 33.33%;
}

.everything .nav .nav-item .nav-link {
    width: 100%;
    background: #76809d;
    color: #fff;
    border-radius: 0;
    padding: 7px 30px;
    position: relative;
    font-size: 35px;
    z-index: 1;
    white-space: nowrap;
    transition: all 0.5s;
    text-align: center;
    border: 2px solid #76809d;
}

.everything .nav .nav-item .nav-link::after {
    width: 100%;
    height: 100%;
    background: #76809d;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.5s;
}

.everything .nav .nav-item:nth-child(2) .nav-link {
    border-color: var(--blue);
    background: var(--blue);
}

.everything .nav .nav-item:nth-child(3) .nav-link {
    border-color: #c1802b;
    background: #c1802b;
}

.everything .nav .nav-item:nth-child(2) .nav-link::after {
    background: var(--blue);
}

.everything .nav .nav-item:nth-child(3) .nav-link::after {
    background: #c1802b;
}

.everything .nav .nav-item .nav-link:hover::after {
    width: 0;
}


.everAll .everCona h5 {
    padding-bottom: 20px;
    font-size: 30px;
    color: var(--blue);
    font-family: 'HelveticaLTStdBold';
}

.everAll .everCona ul {
    padding-left: 23px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.everAll .everCona li::marker {
    color: var(--blue);
}

.everAll .everCona:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.everAll {
    margin-top: 50px;
}

.everything .heading {
    padding-bottom: 35px;
}

.everCona {
    border-bottom: 2px solid #76809d;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.everything .nav .nav-item .nav-link.active {
    font-family: 'HelveticaLTStdBold';
}

.indusEn .heading,
.testimonial.testimonial2 .heading {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    align-items: center;
}

.indusEn .btnSame2,
.testimonial.testimonial2 .btnSame2 {
    border-color: var(--blue);
    color: var(--blue);
    padding: 7px 30px;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'HelveticaLTStdBold';
}

.indusEn {
    background: #ffe4d5 url(../img/ourstd-bckgrnd.webp) no-repeat;
    background-size: cover;
}

.induSliCon {
    border: 2px solid var(--blue);
    padding: 50px;
    position: relative;
    height: 100%;
    min-height: 660px;
}

.induSliCon h3 {
    color: var(--blue);
    font-size: 30px;
    font-family: 'HelveticaLTStdBold';
    padding: 20px 0 5px;
}

.induSliCon p {
    font-size: 20px;
}

.indusSlider .slick-list {
    margin: 0 -10px;
}

.indusSlider .slick-slide {
    margin: 0 10px;
}

.induSliCon figure img {
    width: 100%;
}

.induSliCon::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 0;
    background: #ffffff;
    z-index: -1;
    transition: all 0.5s;
}

.induSliCon:hover::after {
    height: 100%;
}

.induSliCon:hover {
    border-color: #fff;
}

.indusSlider .slick-list .slick-track .slick-slide.slick-current .induSliCon {
    border-color: #fff;
}

.indusSlider .slick-list .slick-track .slick-slide.slick-current .induSliCon figure,
.induSliCon:hover figure {
    background: #ffe4d5;
}

.induSliCon figure {
    background: white;
    transition: all 0.5s;
}

.indusSlider .slick-list .slick-track .slick-slide.slick-current .induSliCon::after {
    height: 100%;
}

.indusEn .btnSame2::after,
.testimonial.testimonial2 .btnSame2::after {
    background: var(--blue);
}

.indusEn .btnSame2:hover,
.testimonial.testimonial2 .btnSame2:hover {
    color: #fff;
}

.testArrows .btnSame2 {
    padding: 0 !important;
}

.faqs {
    background: #e7e7ff url(../img/faq-bckgrnd.webp) no-repeat;
    background-size: cover;
    background-position: top center;
}

.faqs .heading {
    padding-bottom: 40px;
}

.faqs .card {
    background: transparent;
    border: none;
}

.faqs .card .card-header {
    border: none;
    margin-bottom: 10px;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0;
}

.faqs .card .card-header button {
    font-size: 25px;
    color: var(--blue);
    position: relative;
    z-index: 1;
    border: 2px solid #fff;
    width: 100%;
    text-align: left;
    padding: 15px;
    border-radius: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.faqs .card .card-header button.collapsed {
    border-radius: 0;
}

.faqs .card .card-header button.collapsed::after {
    width: 0;
}

.faqs .card .card-header button::after {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #fff;
    content: "";
    position: absolute;
    transition: all 0.5s;
}

.faqs .card .card-body {
    padding-top: 0;
}

.faqs .card .card-header button .icon {
    position: relative;
    height: 15px;
    width: 15px;
}

.faqs .card .card-header button .icon::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    background: var(--blue);
    content: "";
    width: 100%;
    height: 4px;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.faqs .card .card-header button .icon::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    background: var(--blue);
    content: "";
    width: 4px;
    height: 0;
    transform: translate(-50%, -50%);
    transition: all 1s;
}

.faqs .card .card-header button.collapsed .icon::before {
    height: 100%;
}

.modalDiv {
    display: flex;
}

.modalDiv figure {
    width: 20%;
}

.modalDiv .moCon {
    width: 80%;
    text-align: left;
    padding-left: 20px;
}

.modalDiv .moCon p {
    font-size: 15px;
}

.modalDiv .moCon h4 {
    font-size: 25px;
    padding-bottom: 10px;
}
/* mtech page css end */


/* corporate page css start */
.integrated.deliveringNew .container>.row:after {
    display: none;
}

.integrated.deliveringNew .row .col-lg-9 .row {
    position: relative;
}

.integrated.deliveringNew .row .col-lg-9 .row:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    background: #c5c5de;
    width: 88%;
    height: 2px;
}

.integrated .row .col-lg-9 .row .col-lg-6:nth-child(1) .intCon h3,
.integrated .row .col-lg-9 .row .col-lg-6:nth-child(3) .intCon h3 {
    color: #ca7f2b;
}

.integrated .row .col-lg-9 .row .col-lg-6:nth-child(2) .intCon h3 {
    color: #74a4c5;
}

.integrated .row .col-lg-9 .row .col-lg-6:nth-child(4) .intCon h3 {
    color: var(--blue);
}

.integrated.deliveringNew .proLinks {
    justify-content: center;
    gap: 20px;
}

.integrated.deliveringNew .proLinks a::after,
.customized.corporateNew .proLinks a::after,
.immersive.immersiveEx .proLinks a::after,
.faqs.ourProgram .proLinks a::after {
    background-color: var(--blue);
}

.integrated.deliveringNew .proLinks a:hover,
.customized.corporateNew .proLinks a:hover,
.faqs.ourProgram .proLinks a:hover,
.immersive.immersiveEx .proLinks a:hover {
    color: var(--white);
}

.uniqueMod {
    background: #ffe2d3;
}

.uniConN {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.uniConN .box .topB {
    border-radius: 50%;
    width: 575px;
    height: 575px;
    background: #d1802a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    color: #fff;
    position: relative;
}

.uniConN .box .topB h3 {
    font-size: 50px;
    font-family: 'HelveticaLTStdBold';
}

.uniConN .box .topB h4 {
    color: #fff;
    font-family: 'HelveticaLTStdRoman';
}

.uniConN .box {
    width: 33.33%;
}

.uniConN .bomB {
    padding-left: 50px;
    margin-top: 30px;
}

.uniConN .bomB h3 {
    font-size: 45px;
    font-family: 'HelveticaLTStdBold';
    padding-bottom: 20px;
    color: #d1802a;
}

.uniConN .bomB ul li::marker {
    color: #d1802a;
}

.uniConN .bomB ul {
    padding-left: 23px;
}

.uniConN .box:nth-child(2) .topB {
    background: #211a5d;
    z-index: 1;
    mix-blend-mode: multiply;
}

.uniConN .box:nth-child(2) .bomB h3 {
    color: #211a5d;
}

.uniConN .box:nth-child(2) .bomB ul li::marker {
    color: #211a5d;
}

.uniConN .box:nth-child(3) .bomB ul li::marker,
.uniConN .box:nth-child(3) .bomB h3 {
    color: #76809c;
}

.uniqueMod .heading {
    padding-bottom: 50px;
}

.uniConN .box:nth-child(3) .topB {
    background: #76809c;
}

.uniConN .box figure {
    text-align: center;
    width: 575px;
}

.facBtn {
    position: relative;
}

.customized.corporateNew .proLinks {
    justify-content: center;
    gap: 10px;
    border-bottom: 2px solid #d6d6ff;
    padding-bottom: 50px;
}

.poweCon {
    display: flex;
}

.poweCon .lftpow {
    background: var(--yellow);
    padding: 50px;
}

.poweCon .lftpow figure figcaption {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
}

.poweCon .lftpow figure {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.poweCon .lftpow p {
    color: #fff;
}

.poweredNew .heading {
    text-align: center;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.poweCon .lftpow:last-child {
    background: #76809f;
}

.drivingNew .heading {
    display: flex;
    padding-bottom: 50px;
}

.drivingNew .heading h2 {
    width: 30%;
}

.drivingNew .heading p {
    width: 70%;
}

.drivingNew {
    background-image: url('../img/backB.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.driAll {
    display: flex;
    flex-wrap: wrap;
    gap: 100px 0;
    position: relative;
}

.driAll .driCon {
    width: 20%;
}

.driAll .driCon figcaption {
    font-size: 25px;
    line-height: 1.2;
    padding-top: 15px;
    font-family: 'HelveticaLTStdBold';
}

.driAll::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    width: 100%;
    height: 10px;
    transform: translate(-50%, -50%);
}

.faqs.ourProgram {
    background: transparent;
}

.faqs.ourProgram .card .card-header button .icon::after,
.faqs.ourProgram .card .card-header button .icon::before {
    background: #ffffff;
}

.faqs.ourProgram .card .card-header button.collapsed .icon::before,
.faqs.ourProgram .card .card-header button.collapsed .icon::after {
    background: var(--blue);
}

.faqs.ourProgram .card .card-header button::after {
    background-color: var(--blue);
}

.faqs.ourProgram .card .card-header {
    background: #ececff;
}

.faqs.ourProgram .card .card-header button {
    color: #fff;
}

.faqs.ourProgram .card .card-header button.collapsed {
    color: var(--blue);
}

.ourProAll .oura {
    display: flex;
    flex-wrap: wrap;
}

.ourProAll .orc .box p {
    padding: 0;
    border: none;
}

.ourProAll .orc:nth-child(4) {
    border: 2px solid #cccce5;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
}

.ourProAll .orc:nth-child(5) {
    border: 2px solid #cccce5;
    border-bottom: 0;
}

.ourProAll .orc:nth-child(6) {
    border: 2px solid #cccce5;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.ourProAll ul h5 {
    color: var(--yellow);
    font-family: 'HelveticaLTStdBold';
    font-size: 25px;
}

.faqs.ourProgram .accordion .card:nth-child(3) .ourProAll .orc:nth-child(2) {
    border-left: 0;
}

.ourProAll {
    border: 2px solid #cccce5;
    width: 100%;
}

.faqs.ourProgram .card .card-body {
    padding: 0 0 30px;
}

.ourProAll h3 {
    font-size: 30px;
    color: var(--blue);
    font-family: 'HelveticaLTStdBold';
    padding-bottom: 20px;
}

.ourProAll ul {
    padding-left: 23px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

.ourProAll .orc:nth-child(2) {
    border: 2px solid #cccce5;
    border-top: 0;
    border-bottom: 0;
}

.ourProAll .orc {
    padding: 50px;
    width: 33.33%;
}

.ourProAll p {
    padding: 30px 50px;
    border: 2px solid #cccce5;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.faqs.ourProgram .proLinks {
    justify-content: center;
    gap: 10px;
}

.programCurri.corpoPart .pgcuCon .nav li {
    width: 33.33%;
}

.programCurri.corpoPart .pgcuCon .nav li .nav-link {
    text-align: left;
}

.programCurri.corpoPart h3 {
    color: var(--blue);
    font-family: 'HelveticaLTStdBold';
    padding-bottom: 25px;
}

.programCurri.corpoPart .tab-pane ul {
    padding-left: 23px;
}

.programCurri.corpoPart .pgcuCon .nav li:nth-child(2) .nav-link::after {
    background-color: var(--blue);
}

.programCurri.corpoPart .pgcuCon .nav li:nth-child(2) .nav-link {
    border-color: var(--blue);
}

.programCurri.corpoPart .pgcuCon .nav li:nth-child(3) .nav-link::after {
    background-color: #c3802b;
}

.programCurri.corpoPart .pgcuCon .nav li:nth-child(3) .nav-link {
    border-color: #c3802b;
}

.immersive.immersiveEx .proLinks {
    justify-content: end;
    gap: 10px;
}

.immersive.immersiveEx .slick-dots {
    position: absolute;
    bottom: -73px;
}

.nationwide .heading {
    display: flex;
    padding-bottom: 50px;
}

.nationwide .heading .hdLeft {
    width: 45%;
}

.nationwide .heading p {
    width: 55%;
}

.nationwide {
    background-color: #ececff;
}

.nationwide .natiCon {
    display: flex;
    align-items: end;
    gap: 20px;
    height: 100%;
    border-bottom: 3px solid var(--blue);
    padding-bottom: 25px;
}

.nationwide .natiCon figure {
    width: 25%;
}

.nationwide .natiCon h5 {
    width: 75%;
    font-size: 30px;
    font-family: 'HelveticaLTStdBold';
    color: var(--blue);
}

.nationwide h3 {
    font-size: 35px;
    padding-bottom: 30px;
    color: var(--blue);
    font-family: 'HelveticaLTStdBold';
}

.nationwide .natiCon h6 {
    font-size: 30px;
    font-family: 'HelveticaLTStdBold';
    color: var(--blue);
}

.nationwide .natiCon h6 span {
    font-family: 'HelveticaLTStdRoman';
}

.nationwide .row {
    gap: 50px 0;
}

.nationwide>.row {
    gap: 0;
}

.nationwide.Regional {
    background-color: #dadaf7;
}

.nationwide .row .col-lg-6 .natiCon {
    border: 0;
    padding: 0;
}
/* corporate page css end */


/* css added by kaushal */
.facultyCon img {
    border-radius: 50%;
    width: 120px;
}

#faculty-content ul {
    padding-left: 15px;
}


/* tech covered slider  */
.techSlider .item figure:first-child {
    padding-bottom: 50px;
    border-bottom: 3px solid #000;
    margin-bottom: 50px;
}

.techSlider .item figure img {
    width: 220px;
    aspect-ratio: 3.5;
    object-fit: contain;
    text-align: center;
    margin: auto;
}

.techSlider .slick-dots li button {
    height: 100%;
    width: 100%;
    border: none;
    background: #ffffff;
    color: transparent;
}


/* exper-exceptional css start */
.exper-exceptional {
    background: #ebe0db;
}

.expectional-box-sec,
.expectional-box {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.expectional-box-sec {
    background: #ffe0d1;
    padding: 50px;
    margin-top: 50px;
}

.expectional-box {
    flex: 1;
}

.expectional-box:nth-of-type(2) {
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    padding-left: 50px;
    padding-right: 50px;
}
/* exper-exceptional css end */

.pgcuCon .elect-clmn-sec,
.pgcuCon .elect-clmn1 ul {
    display: flex;
}

.pgcuCon .elect-clmn1 ul {
    flex-flow: row wrap;
}

.pgcuCon .elect-clmn,
.pgcuCon .elect-clmn1 li {
    width: 50%;
}

.pgcuCon .elect-clmn:first-child {
    border-right: 2px solid #000;
    padding-right: 25px;
    margin-right: 25px;
}

.faculties .faculty-btn {
    margin-top: 30px;
}
.faculties .faculty-btn a {
    color: #fff;
    background: var(--blue);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
}

.prog-pnt {
    padding-left: 20px;
}

.testArrows.vh {
    visibility: hidden;
}

.progRight th.progsem {
    text-align: center;
}

.progRight .pro-nt {
    margin-top: 20px;
}

.progRight .pro-dash {
    text-align: center;
}

.proLeft .pro-nt {
    margin-top: 20px;
    color: #fff;
}

.banner-sec {
    display: flex !important;
    align-items: center;
    gap: 20px;
}

.banner-sec .bannerText {
    width: 55%;
}

.bnr-txt {
    margin-left: 20px;
}

.bnr-txt li {
    color: #fff;
    font-size: 22px;
}

.banner-sec .bannerText h1 {
    font-size: 55px;
}

.banner-sec .bannerText h3 {
    font-size: 25px;
}

.banner-img figure {
    width: 100%;
    align-content: end;
    height: 100%;
}

.custCon.acad figure img {
    object-position: center;
}


/* css writen by devraj start */
.cred {
    position: relative;
}

.cred figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1) rotate(0deg);
    transition: transform 0.5s ease;
    transform-origin: center;
}

.cred figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    transition: all 0.5s;
}

.play-btn img {
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: unset;
}

.play-btn:hover {
    scale: 1.1;
}

.cred iframe {
    height: 615px;
}
/* css writen by devraj end */

/* overlay css start */
#exper-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#popup {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 90%;
    max-width: 900px;
    position: relative;
}

.interaCon .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 24px;
}

.interaCon .video-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.interaCon .video-player {
    width: 320px;
    height: 180px;
    position: relative;
    background-color: #000;
    cursor: pointer;
}

.interaCon .video-player iframe {
    width: 100%;
    height: 100%;
}

.interaCon .thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.interaCon .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: white;
    opacity: 0.8;
    pointer-events: none;
}
#openPopupButton {
    cursor: pointer;
    color: var(--blue);
    margin-bottom: 0;
    font-weight: 600;
}
/* overlay css end */
.theFuture .hrLine {
    display: none;
}
.experience-slider,
.credArrows,
.custom-acc {
    display: none;
}
.specTxt {
    margin-bottom: 30px;
}
.specBtn span {
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
    color: var(--yellow);
    margin-right: 10px;
}
.specTxt h5 {
    font-size: 20px;
}
.heroSec.SameBan .banner-btm {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.heroSec.SameBan .banner-btm .btnSame2,
.heroSec.SameBan .banner-btm .apply-btn {
    font-size: 16px;
    padding: 5px 10px;
    display: inline-block;
    background: #EE1C25;
    border: 2px solid #EE1C25;
    margin-top: 10px;
    border-radius: 15px;
    color: #fff;
    font-weight: 600;
}
.heroSec.SameBan .banner-btm .apply-btn {
    background: #fff;
    color: #EE1C25;
    border: 2px solid #fff;
    width: 130px;
    text-align: center;
}
.heroSec.SameBan .banner-btm .btnSame2::after {
    background: transparent;
}
/* for form*/
.theFuture .stuck-nav {
    position: fixed;
    top: 114px;
    width: 100%;
    background: white;
    z-index: 99;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    justify-content: center;
    left: 0;
}
#inter-txt,
.bannerText h1.bnr-mb {
    display: none;
}
.banner-slider .item .bannerText h1 {
    display: block;
}
.banner-slider .item .bannerText .btnSame {
    border: none;
}
.imgRightTxtLeft h1{font-family: 'HelveticaLTStdRoman' !important; margin-left:15%;}
.imgRightTxtLeft h1 span{display:block;     font-family: 'HelveticaLTStdBold';  color:#d1991c}

.programmes-offer p{color:#211d70; font-size:20px}
.programmes-offer-info{position: relative; display: flex}
.programmes-offer-info::after{content:url("../img/up-bg.png");  margin-right:20px}
.programmes-offer-info::before{content:url("../img/up-bg.png"); margin-left:20px; align-self: flex-start; margin-top: -60px; transform: scale(0.5)}
.lineLeftRight article {
  width: 100%;
  padding: 40px 0;
  margin: 0 auto;
}

.lineLeftRight h2 {
  display: flex;
  align-items: center;
	justify-content: center;
}

.lineLeftRight h2:before,
.lineLeftRight h2:after {
  content: "";
  width: 20%;
  height: 2px;
  background: #c5802b;
}

.lineLeftRight h2:before{
  margin: 0 20px 0 0;
}

.lineLeftRight h2:after{
  margin: 0 0 0 20px;
}
.programmes-offer .col-xl-4{padding-right:10px; padding-left:10px}
.program-card{border:#7780a1 1px solid; border-radius:25px; padding:15px; margin-bottom:20px; display: flex; justify-content: space-between;}
.program-card .program-card-detail {display: flex; flex-direction: column;
    justify-content: space-between;
    height: 100%;}
/*.program-card .program-card-detail, .program-card .program-card-more{display: flex; justify-content: space-between}*/
.program-card .program-card-more{align-items: center}
.program-card .program-card-detail h5{color:#211c6e; font-family: 'HelveticaLTStdBold'; min-height:70px}
.program-card .program-card-img{flex: 0 0 33.333333%; max-width: 33.333333%;}
.program-card .program-card-img img {border-radius:15px;     object-fit: cover; width:100%; height:100%}
.program-card .program-card-more  p{color:#000000; font-size:16px !important; margin-bottom:15px}
.program-card .program-card-more  p span{color:#000000; font-size:18px; font-weight: 600; display: inline-block; margin-left:10px}
.program-card .program-card-more .download-brochure, .program-card .program-card-more .view-detail{padding:3px 10px; border-radius:15px;}
.program-card .program-card-more .download-brochure{background:#d13e46; color:#fff;}
.program-card .program-card-more .download-brochure:hover{border:#d13e46 2px solid; color:#d13e46; background:#fff;}
.program-card .program-card-more .view-detail:hover{background:#d13e46;  color:#fff;}
.program-card .program-card-more .view-detail{border:#d13e46 2px solid; color:#d13e46}
.student-speak{background:#e6e7e9}
.student-speak h2{color:#211e6f}
.student-speak p{color:#414042; font-size:16px}
.student-speak .slick-slide{margin:0 10px}

.our-learners .plogo img{height:75px}
.industry-endorsements .card{border: 0 solid !important; border-radius: 0 !important;  background-color: transparent !important;}
.industry-endorsements .card-img{ border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; position: relative;}
 .industry-endorsements .card-img:before{ background-image: url("../img/play-small-icon-.png"); background-repeat: no-repeat;  width: 70px;  height: 70px;  position: absolute; top: 50%; left: 50%; content: "";  opacity: .8; cursor: pointer;  -webkit-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);}
.videoModal .modal-content { background-color: transparent;  border: 0;  border-radius: 0;  -webkit-box-shadow: none !important;  box-shadow: none !important;}
.videoModal .modal-body { padding: 0;  position: relative;}
.videoModal .close {position: absolute; right: -15px; top: -20px; width: 32px; height: 32px; opacity: .9; cursor: pointer; color: transparent;  text-shadow: none;}
.videoModal iframe {width: 100%; height: 650px; border: 0;}
.videoModal .close:before { transform: rotate(45deg);}
.videoModal .close:after, .videoModal .close:before { position: absolute;  left: 15px;  content: ' ';  height: 33px; width: 2px;  background-color: #fff !important;}
.videoModal .close:after { transform: rotate(-45deg);}
.our-learners h2{color:#211d70; font-size:2rem}

.our-learners-slick{ border: #7780a1 1px solid; border-radius: 25px;  padding: 15px;   margin-bottom: 15px;}

.our-learners-slick .slick-dots {display: flex; justify-content: center;  list-style: none;  gap: 6px; margin:0px 0 0;}
.our-learners-slick .slick-dots li {width: 40px; height: 6px;}
.our-learners-slick .slick-dots li button {height: 100%; width: 100%; border: none; background: #d4d4ff;  color: transparent;font-size:0; border:0; margin-top:50px}

.our-learners-slick .slick-dots li.slick-active button { background: var(--blue);}



.content {
  padding-top: 100px;
  display: flex;
  justify-content: center;
}
.content .container-wrapper {
  padding: 45px 15px;
}
.content h1 {
  text-align: center;
  margin-bottom: 30px;
}
.content ul {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.content ul li {
  padding: 10px 0;
  line-height: 1.4;
  text-align: center;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.footer {
    background-color: #211d71
}

.footer-bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #404042;
    color: #fff
}

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

.footer-bottom a.link-small {
    font-size: 11px;
    color: #fff
}

.footer-navbar {
    padding-left: 0;
    list-style: none;
    display: flex
}

.footer-navbar i {
    font-size: 10px;
    color: #fff;
    transition: 1s;
    display: none
}

.footer-navbar li.footer-navbar-item {
    padding-right: 30px;
    font-size: 14px;
    display: flex
}

.footer-navbar li.footer-navbar-item:before {
    content: "";
    display: inline-block;
    background: url(../images/icons/footer-links-lh.png) no-repeat;
    width: 20px;
    height: 9px;
    margin-top: 5px
}

.footer-navbar li.footer-navbar-item a {
    color: #fff;
    text-decoration: none
}

.footer-navbar li.footer-navbar-item a:hover {
    color: #fff
}

.footer .footertext-large {
    text-decoration: none;
    color: #fff;
    margin-bottom: .5rem;
}

.footer ul.footer-column li {
    display: block;
    margin-bottom: .5rem
}

.footer ul.footer-column li a.link-small {
    font-size: 13px;
    line-height: 20px;
    color: #BFBFBF;
    text-decoration: none;
    font-weight: 300
}

.footer ul.footer-column li:hover a.link-small {
    color: #fff;
    text-decoration: none
}

.footer-column-last {
    float: right;
    margin-right: 36px
}

.footer .fixed-bottom {
    bottom: 0
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999
}

.admission-enquiry-form {
    display: none;
    background-color: #191919;
    padding: 25px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    min-width: 500px
}

.admission-enquiry-form h6 {
    color: #f8c72e;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px
}

.admission-enquiry-form label {
    color: #f8c72e;
    font-size: 13px;
    margin-bottom: .2rem
}

.admission-enquiry-form p.small {
    font-size: 12px;
    color: #fff;
    margin-bottom: .2rem
}

.admission-enquiry-form .form-control {
    border-radius: 0;
    box-shadow: none;
    font-size: 13px
}

.admission-enquiry-form .form-check-label {
    color: #fff;
    text-transform: inherit;
    font-style: italic;
    font-family: 'HelveticaLTStdLight'
}

.admission-enquiry-form .close-icon {
    font-size: 30px;
    color: #f8c72e;
    text-shadow: none;
    opacity: .9;
    margin-top: -7px
}

.admission-enquiry-form .close::before,.close::after {
    background-color: transparent!important
}

.admission-enquiry-form .form-group {
    margin-bottom: .625rem
}

.admission-enquiry-btn {
    position: relative;
    padding: 10px 25px;
    background-color: #f8c72e!important;
    color: #000 !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transition-duration: 0.3s;
    text-align: center;
    font-family: 'HelveticaLTStdBold'
}

.admission-enquiry-btn:hover {
    background: #262e77!important;
    color: #ffffff!important;
    transition-duration: 0.3s;
    border: 0
}

.admission-enquiry-btn:focus {
    color: #fff;
    box-shadow: none
}

.call-us,.write-us {
    padding-top: 10px
}

.call-us img,.write-us img {
    vertical-align: middle;
    padding-right: 10px
}

.enquiry-btn {
    text-align: right
}

.enquiry-btn img {
    display: none
}

.footer-logo img {
    bottom: 0;
    z-index: 1
}

.thankyou-modal.modal {
    z-index: 999999
}

.thankyou-modal .modal-header {
    display: block;
    border-bottom: 0
}

.thankyou-modal .modal-header .close {
    padding: .5rem 1.5rem
}

.thankyou-modal .modal-content {
    border-radius: 0rem!important;
    background-color: #ecbe2b;
    border: 5px solid #fff;
    -webkit-box-shadow: 3px 4px 8px 0 rgba(0,0,0,.22);
    -moz-box-shadow: 3px 4px 8px 0 rgba(0,0,0,.22);
    box-shadow: 3px 4px 8px 0 rgba(0,0,0,.22)
}

.thankyou-modal .close {
    color: #fff;
    opacity: 1;
    background-color: #000;
    font-weight: 100;
    text-shadow: none
}

.thankyou-modal .modal-content h3 {
    font-family: 'HelveticaLTStdBold'
}

.thankyou-modal .modal-content a {
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    margin-bottom: 5px;
    background: #d5001c;
    color: #fff;
    transition-duration: 0.3s
}

.thankyounew-modal.modal {
    z-index: 999999
}

.thankyounew-modal .modal-header {
    display: block
}

.thankyounew-modal .modal-content {
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 8px 0 rgba(0,0,0,.22);
    -moz-box-shadow: 3px 4px 8px 0 rgba(0,0,0,.22);
    box-shadow: 3px 4px 8px 0 rgba(0,0,0,.22)
}

.thankyounew-modal .close {
    color: gray;
    opacity: 1;
    font-weight: 100;
    text-shadow: none
}

.thankyounew-modal .modal-content h3 {
    font-family: 'HelveticaLTStdBold';
    display: inline-block;
    font-size: 1.2rem;
    margin-bottom: 0
}

.thankyounew-modal .modal-content a {
    text-decoration: none;
    background-color: #f8c72e;
    border-radius: 20px;
    padding: .375rem .75rem;
    display: inline-block;
    color: #000;
    transition-duration: 0.3s;
    margin-bottom: 3px;
    font-weight: 700
}

.thankyounew-modal .modal-footer .btn-default {
    background-color: #6cbfe7;
    color: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    text-transform: uppercase
}

ul.social li {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #000;
    margin: 2px;
	line-height:0px
}

ul.social li:hover {
    border: 1px solid #f8c72e;
    background: #000;
    cursor: pointer
}

ul.social li a i {
    line-height: 30px;
    font-size:18px
}

ul.social li:hover a i {
    color: #f8c72e
}

ul.social li a {
    color: #fff;
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important
}

ul.social li a:hover,ul.social li a:focus {
    color: #f8c72e
}

.bg-blue {
    background: #211d71;
}
.text-white {
    color: #ffffff !important;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.btn-default {
    background: #272f78;
    color: #fff;
    border-radius: 0;
    transition-duration: 0.3s;
}
.btn-default:hover {
    background: #000;
    color: #fff;
    transition-duration: 0.3s;
}

.category-filter{display: flex; gap:50px; list-style-type:none; justify-content: center; flex-wrap: wrap}
.category-filter li a{padding:20px 30px; color:#211d70; border:1px solid #211d70; border-radius:20px; font-size:20px}
.category-filter li a:hover{background:#211d70; color:#fff;}
.category-filter li .active{background:#211d70; color:#fff;}
.dropdown-item-text {
    display: inline-block;
    padding: 0 5px;
    color: red;
    font-size: 11px;
    position: relative;
}

.breadcrumb-section {
    padding-top: 20px
}

.breadcrumb {
    list-style: none;
    background-color: transparent
}

.breadcrumb a {
    color: #6c757d;
    text-decoration: none
}

.breadcrumb a:hover {
    color: #000;
    text-decoration: none
}
.section-title-heading h1 {
    font-size: 2rem;
}

.bottom30 {
    margin-bottom: 30px;
}

.education-policy p{font-size:16px;}

#slider .carousel-caption h2 .text-highlight {
    display: block;
}

.text-yellow {
    color: #f8c72e !important;
}

    #slider .carousel-inside .carousel-caption h2 {
        font-size: 3.5rem;
        line-height: 4rem;
    }

    #slider .carousel-inside .carousel-caption {
        bottom: 40%;
    }

#slider .carousel-caption {
    bottom: 100px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

#slider .carousel-caption h2 .text-highlight {
    display: block;
}

#slider .carousel-caption h2 {
    font-size: 3.5rem;
    color: #ffffff !important;
}

.exam-centres .card-img {
    padding: 20px
}

.exam-centres .card-img img {
    display: inline-block!important;
    width: auto!important
}

.exam-centres .card-body {
    padding: 0
}

.exam-centres .card-body h5 {
    font-weight: 600
}

.exam-centres-title.card {
    border: 0px!important
}

.exam-centres-title .card-body {
    padding: 0;
    border-bottom: 5px solid #f9cb2f
}
ol.list-number {
    margin: 0;
    padding: 0;
    list-style: decimal;
    margin-left: 15px;
}

.education-policy .table {
    background-color: #f2f2f2;
}

.bg-yellow {
    background: #f9cb2f;
}

.integrated .intext h3{display:flex; justify-content: center}
.slick-hidden{display: none !important}
.footer ul.footer-column li{font-size:15px}
.bottom35 {
    margin-bottom: 35px;
}

.custom-modal .modal-content{padding:15px;border-radius:40px}
.custom-modal .modal-body{padding:30px 40px;text-align:center;color:#414042;border-radius:30px;border:1px solid #2f3a95}
.custom-modal .check-icon{background-color:#2f3a95;color:#fff;font-size:24px;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 15px auto}
.custom-modal .check-icon img{width:50%}
.custom-modal h4{font-size:28px;color:#211d70;text-align:center}
.custom-modal p{font-size:16px;color:#414042}
.custom-modal a.apply-btn{background-color:#d13d47;border:none;border-radius:30px;color:#fff;padding:10px 25px;font-size:24px;margin-top:40px;width:100%; display: block;}
.custom-modal a.apply-btn:hover{background-color:#d13d47}
.custom-modal .info-text{text-align:left;margin-top:15px}
.custom-modal .info-text i{color:#444;margin-right:15px}
.custom-modal a{color:#2f3a95}
.custom-modal .list-unstyled h5{color:#2f3a95;font-weight:bold}
.thfCon .cred iframe {height: 230px;}
.video-image{border: 10px solid #cfd0d5;}
