@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h5,
h4,
h6,
p,
ul,
li,
figure {
    margin: 0;
    line-height: 1.2;
}

.nav-link:focus-visible {
    box-shadow: none;
}

.editor-panel {
    background: #c81631;
    padding: 20px;
    text-align: center;
}

.editor-panel button {
    background: #fff;
    border: none;
    padding: 5px 20px;
    text-align: center;
    font-size: 16px;
}

section {
    padding: 100px 0;
}

h2 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: bold;
}

h2 span {
    font-weight: 900;
}

p {
    color: #888888;
}

p,
li {
    font-size: 25px;
    line-height: 1.3;
}

html,
body {
    font-family: 'Abrade';
}

.container {
    max-width: 100%;
    padding: 0 150px;
}

:focus-visible {
    outline: 0;
}

:root {
    --red: #e31937;
    --blue: #072670;
}


/* banner section css start */

.banner {
    background: #D7A005;
    background: linear-gradient(120deg, rgba(215, 160, 5, 1) 0%, rgba(214, 158, 5, 1) 80%);
    height: 100vh;
    color: #ffffff;
    padding: 0;
    position: relative;
    place-content: center;
}

.logo {
    position: absolute;
    top: 20px;
    left: 20px;
}

.banCon h1 {
    font-size: 75px;
    line-height: 1;
    font-weight: 900;
    width: fit-content;
}

.banCon h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #fff;
}

.banCon {
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

.banner .container {
    padding: 0 115px;
}

.banCon a {
    background: #ed3237;
    padding: 10px 30px;
    font-size: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    margin: 40px 0;
}

.indus {
    display: flex;
    position: relative;
    width: fit-content;
    gap: 80px;
    background-color: #6e3173d4;
    padding: 20px;
}

.indus::after {
    content: "";
    position: absolute;
    left: 47%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 91%;
    background: #fff;
}

.indus .item .fig {
    display: flex;
    gap: 30px;
}

.banner figure.bani {
    position: absolute;
    bottom: 0;
    right: 130px;
    width: 63%;
}


/* outcomes section css start */

.outComes .heading h2 {
    padding-bottom: 20px;
}

.outComes .item h3 {
    font-size: 250px;
    font-weight: 900;
    color: #6d3172;
    line-height: 0.8;
}

.outComes .item h3 span {
    font-size: 90px;
}

.outComes .item {
    display: flex;
    align-items: end;
    position: relative;
    width: fit-content;
}

.outComes .item h4 {
    font-size: 35px;
    padding-left: 20px;
    font-weight: 400;
}

.outComes .item h4 span {
    font-weight: 900;
}

.outComes .swiper-slide .item:first-child::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    height: 2px;
    background: #d2d2d2;
    content: "";
}

.outComes .swiper-slide .item:first-child {
    padding-bottom: 70px;
    margin-bottom: 30px;
}

.catArrow svg {
    width: 60px;
    height: 40px;
    padding: 2px;
    background: #ada9a3;
    transition: all 0.3s;
    color: #fff;
    fill: #fff;
    cursor: pointer;
}

.we-believe .catArrow {
    position: unset;
    transform: unset;
    margin-top: 20px;
}

.slwh {
    position: relative;
}

.slwh .catArrow {
    display: flex;
    gap: 3px;
    position: absolute;
    right: 0;
    top: 130px;
    transform: unset;
    z-index: 999;
}

.outComes .heading p {
    padding-right: 150px;
}

.outComes .row {
    align-items: center;
}

.catArrow svg:hover {
    background: #6d3172;
}


/* outcomes section css end */


/* student section css start */

.rightStu h4 {
    font-family: "Mulish", sans-serif;
}

.students .heading {
    text-align: center;
    padding-bottom: 100px;
}

.students .row .col-lg-8 {
    width: 50%;
}

.students {
    padding-bottom: 150px;
}

.students .row {
    justify-content: center;
}

.students .heading h2 {
    padding-bottom: 20px;
}

.leftStu .item {
    display: flex;
    padding-bottom: 50px;
}

.leftStu .item figure {
    width: 22%;
}

.leftStu .item h3 {
    width: 78%;
    color: #666666;
    font-weight: bold;
    font-size: 30px;
}

.leftStu .item figure img {
    width: 75px;
    object-fit: contain;
    aspect-ratio: 2/2;
}

.leftStu .item:last-child {
    padding: 0;
}

.leftStu {
    border-right: 3px solid #e9e9e9;
    margin-right: 60px;
}

.sliPart h4 {
    font-size: 35px;
    font-weight: 900;
    background: #6d3172;
    width: fit-content;
    padding: 10px 30px;
    color: #fff;
    margin: 30px 0;
}

.sliPart .item {
    display: flex;
    gap: 50px;
}

.sliPart .item figure img {
    width: 215px;
    aspect-ratio: 3 / 1;
    object-fit: contain;
    filter: grayscale(1);
}

.sliPart .item:nth-child(2) {
    gap: 5px;
}

.sliPart h4:first-child {
    margin-top: 0;
}

.sliPart .item:nth-child(2) img {
    aspect-ratio: 2/1;
}

.rightStu .swiper-wrapper {
    padding-bottom: 60px;
}

.swiper-pagination {
    text-align: end;
    padding-right: 0;
    transform: unset !important;
    position: unset !important;
    text-align: end;
    width: 100% !important;
}

.swiper-pagination span.swiper-pagination-bullet {
    width: 45px;
    border-radius: 0;
    transition: all 0.5s;
}

.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #6d3172;
    width: 70px;
}


/* student section css end */


/* choose section css start */

.choose {
    background-image: url(../img/prog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 240px;
}

.choose .heading {
    text-align: center;
    padding-bottom: 50px;
}

.choose .heading h2 {
    color: #fff;
}

.choose .chTab {
    background: #f7eef8;
    padding: 80px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 100px;
}

.choose .chTab .nav {
    width: 50%;
    flex-direction: column;
    padding-right: 60px;
    border: none;
}

.choose .chTab .tbs {
    width: 50%;
    background: #6d3172;
    padding: 50px;
    height: 510px;
    overflow-y: scroll;
}


/* width */

.choose .chTab .tbs::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.choose .chTab .tbs::-webkit-scrollbar-track {
    background: #000000;
}


/* Handle */

.choose .chTab .tbs::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

.choose .chTab .tbs::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.choose .chTab .chLink {
    width: 100%;
    text-align: end;
    margin-top: 20px;
}

.choose .chTab .chLink a {
    color: #6d3172;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 3px solid;
}

.choose .chTab .nav .nav-item {
    width: 100%;
    border-bottom: 2px solid #e2c6e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.choose .chTab .nav .nav-item button {
    padding: 0;
    color: #000;
    transition: all 0.2s;
    font-size: 25px;
    text-align: left;
    position: relative;
    width: 100%;
}

.choose .chTab .nav .nav-item button::after {
    content: ">";
    position: absolute;
    right: 0;
    top: 0;
}

.choose .chTab .nav .nav-item button.active {
    font-weight: bold;
    color: #6d3172;
    background: transparent;
    border: 0;
}

.tbsBtn button {
    width: fit-content;
    text-align: left;
    background: transparent;
    border: none;
    font-size: 30px;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 12px;
    transition: all 0.5s;
}

.tbsBtn button:focus,
.tbsBtn button:active {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    outline: none;
}

.tbsBtn button {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    outline: none;
    box-shadow: none;
}

.tbsBtn button:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 7px;
    background: #632a68;
    transition: all 0.5s;
}

.tbsBtn {
    display: flex;
    flex-direction: column;
}

.tbsBtn button:hover::after {
    width: 100%;
}

.tbsBtn button:hover {
    font-weight: bold;
}


/* choose section css end */


/* across section css start */

.across .container {
    padding-right: 0;
}

.across .container .row {
    --bs-gutter-x: 0;
}

.acr figure {
    position: relative;
}

.acr figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding: 30px 50px;
    z-index: 1;
}

.acr figure img {
    width: 100%;
}

.acr figure::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 100%) 100%);
}

.acr p {
    font-size: 28px;
    padding: 20px 0;
    color: #383838;
}

.across .heading {
    padding-bottom: 50px;
}

.across {
    padding: 130px 0;
}

.acrossSlider {
    margin-left: 140px;
}

.prns .catArrow {
    left: 0;
    top: 0;
    transform: unset;
}

.prns {
    position: relative;
}

.acrossSlider .swiper-slide-next figure {
    box-shadow: 0px 20px 35px 5px #00000070;
    transition: all 0.5s;
}


/* across section css end */

.finTech {
    background-image: url('../img/cyber.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.finTech .finAll {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    justify-content: center;
}

.finTech .finAll .item {
    width: fit-content;
    background: #fff;
    color: #000;
    font-size: 25px;
    padding: 10px 30px;
    font-weight: 500;
}

.finTech p {
    color: #fff;
    font-size: 30px;
    padding: 30px 0 70px;
}

.finTech .finAll .item:nth-child(even) {
    background: #fbe7ff;
}


/* expected section css start */

.expected .slider .sliderWrapper {
    display: flex;
    height: 750px;
}

.expected .slider .sliderWrapper .item:nth-child(1) {
    width: 10%;
    padding: 200px 0;
}

.expected .slider .sliderWrapper .item {
    position: relative;
    width: 42%;
}

.expected .slider .sliderWrapper .item figure {
    height: calc(100% - 160px);
    margin: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: unset;
}

.expected .slider .sliderWrapper .item figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.expected .slider .sliderWrapper .item h3 {
    text-align: center;
    padding: 10px;
    font-size: 30px;
    font-weight: 700;
}

.expected .slider .sliderWrapper .item:nth-child(2) {
    width: 13%;
    padding: 150px 0;
}

.expected .slider .sliderWrapper .item:nth-child(3) {
    width: 15%;
    padding: 105px 0;
}

.expected .slider .sliderWrapper .item:nth-child(4) {
    width: 20%;
    padding: 60px 0;
}

.expected .bigSli .container {
    padding: 0 270px 0 0px;
    max-width: 100%;
}

.expected .bigSli {
    height: 100vh;
    place-content: center;
}

.expected .slider .sliderWrapper .item figure:last-child {
    height: 140px;
    margin-top: 25px;
    padding-left: 10px;
}

.expected .slider .sliderWrapper .item figure:last-child img {
    height: auto;
    width: 125px;
}

.expected {
    position: relative;
}

.expected .col-lg-12>figure {
    position: absolute;
    z-index: -1;
    left: 50%;
    width: 80%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.expected .slider {
    overflow: hidden;
}

.expected .sliderWrapper {
    will-change: transform;
}

.expected .sliderWrapper .item {
    transition: width .8s cubic-bezier(0.77, 0, 0.175, 1), padding .8s cubic-bezier(0.77, 0, 0.175, 1), transform .8s cubic-bezier(0.77, 0, 0.175, 1), opacity .8s ease;
    transform-origin: center center;
    will-change: transform;
}

.expected .sliderWrapper .item figure {
    overflow: hidden;
}

.expected .sliderWrapper .item img {
    transition: transform 1s ease;
}

.expected .sliderWrapper .item.active img {
    transform: scale(1.06);
}

.expected .container {
    padding-left: 0;
    padding-right: 250px;
}

.expected .heading {
    text-align: center;
}

.catArrow {
    position: absolute;
    right: 20%;
    top: 53%;
    display: flex;
    transform: translate(0, -50%);
    gap: 5px;
    z-index: 99;
}

.expected .heading h2 {
    color: #6e3173;
    font-size: 70px;
}

.expected .heading p {
    color: #6e3173;
    font-weight: bold;
    position: relative;
    padding: 20px 0;
    width: fit-content;
    margin: auto;
}

.expected .heading p::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90%;
    height: 5px;
    background: #6e3173;
    transform: translate(-50%, 0);
}

.expec h3 {
    font-size: 50px;
    font-weight: 600;
}

.expec {
    padding: 100px 200px 50px;
}

.excA {
    display: flex;
    padding-left: 200px;
    margin-top: 70px;
    justify-content: center;
}

.excA h4 {
    font-size: 25px;
    border-right: 4px solid #6e3173;
    padding: 0 30px;
    text-align: center;
    font-weight: 600;
}

.excA h4:last-child {
    border: none;
}


/* expected section css end */


/* we-believe css strt here */

.we-believe {
    position: relative;
    background: #6e3173;
}

.swap-cont h3 {
    font-size: 28px;
    line-height: 1.1;
    color: #000000;
    padding-top: 12px;
}

.we-believe .indArrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    z-index: 999;
    width: 90px;
    height: 40px;
    margin-top: 20px;
}

.we-believe .indArrow svg {
    color: #fff;
    fill: #fff;
    width: 25px;
}

.bel-dtl h3 {
    font-size: 35px;
    line-height: 1.1;
    color: #ffffff;
    font-weight: bold;
    font-family: "Abrade";
    padding-bottom: 0px;
}

.bel-dtl h3.dif {
    font-size: 70px;
}

.bel-dtl p {
    font-size: 25px;
    line-height: 1.1;
    color: #ffffff;
    font-weight: bold;
    font-family: "Abrade";
}

.we-believe .catArrow svg {
    background: #000;
}

.we-believe .catArrow svg:hover {
    background: #fff;
    fill: #6e3173;
}

.bel-dtl {
    position: absolute;
    top: 0;
    left: 0;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    align-items: center;
}

.we-believe .swap-cont {
    position: relative;
}

.we-believe .swap-cont::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 1) 100%);
}

.bel-dtl {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.we-believe .swiper-slide-active .bel-dtl {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}


/* Hover */

.we-believe .heading {
    margin-bottom: 30px;
    color: #fff;
}


/* study css strt here */

.study h3 {
    font-size: 14vw;
    line-height: 1;
    color: #000000;
    font-weight: 400;
    text-align: center;
    margin-left: -170px;
}

.study h3 span {
    font-weight: 900;
    font-size: 17vw;
    margin-top: -50px;
    display: block;
}

.stu-lft p {
    font-size: 25px;
    line-height: 1.2;
    color: #000000;
    font-weight: bold;
    position: relative;
    top: 150px;
}

.study .row {
    margin-top: -50px;
    position: relative;
    --bs-gutter-x: 0;
}

.study .container {
    padding-right: 0;
}

.sty {
    display: flex;
}

.sty .stu-lft {
    width: 15%;
}

.sty .stu-rgt {
    width: 105%;
    margin-left: -20%;
}

.sty .stu-rgt img {
    width: 100%;
}

.sty {
    display: flex;
    position: relative;
    margin-top: -70px;
}


/* .stu-rgt img.img-fluid {
    width: 100%;
    height: 250px;
    object-fit: cover;
} */

.copy-right {
    text-align: center;
    margin-top: 70px;
}

.copy-right p {
    font-size: 20px;
    line-height: 19px;
    color: #000000;
    font-weight: bold;
    font-family: "Abrade";
    text-align: center;
}

.sty::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100px;
    width: calc(100% - 150px);
    height: 8px;
    background: #6e3173;
}

.we-believe .container {
    padding-right: 0;
}


/* form css */

.form-sec {
    position: fixed;
    top: 27%;
    right: 0px;
    width: 360px;
    background: #6e3173;
    padding: 30px;
    z-index: 9;
    transition: .3s all;
    z-index: 9999;
    border-radius: 0;
}

.form-sec .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.slide-righta.form-sec {
    transform: translatex(120%);
    transition: .3s all;
}

.hides.form-sec {
    transform: translatex(120%);
    transition: .3s all;
}

.adm-txt h3 {
    font-size: 27px;
    color: #ffffff;
}

.adm-txt h4 {
    font-size: 23px;
    color: #fff;
}

.adm-txt {
    color: #000;
    text-align: center;
    margin-bottom: 12px;
    line-height: 30px;
}

.form-group {
    margin-bottom: 1rem;
    width: 100%;
}

.form-sec .form-group {
    position: relative;
    padding-left: 20px;
    background: #ffffff;
    border-radius: 0;
    margin-bottom: 21px;
}

.form-sec .form-group::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 40px;
    background-position: -3px -11px;
    top: 7px;
    left: 4px;
}

.form-sec .form-group.email::before {
    background-position: -3px -57px;
    width: 30px;
}

.form-sec .form-group.Mobile::before {
    background-position: -4px -103px;
}

.form-sec .form-group.State::before {
    background-position: 1px -161px;
    top: 5px;
    height: 25px;
    width: 33px;
    background-size: 30px;
}

.form-sec .form-group.City::before {
    background-position: -3px -242px;
    top: 5px;
    height: 21px;
}


/* .checkbox-label input:checked~.checkmark {
    background-color: #fff;
} */

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    border: solid 1px #fff;
    /* background: black;
    background-color: black; */
    border-radius: 0;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-label .checkmark::after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label input:checked~.checkmark:after {
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-label {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: -1px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #ffffff;
    line-height: 19px;
}

.sbt {
    border: solid 1px var(--form-submit-button);
    border-radius: 0;
    padding: 8px 20px;
    color: #000;
    font-weight: bold;
    /* text-transform: uppercase; */
    margin: 14px auto 0;
    width: 100%;
    display: inherit;
    font-size: 20px;
    background-color: #fff;
}

.input {
    border: none;
    padding: 0;
    height: 30px;
    width: 100%;
    border-radius: 0;
    font-size: 13px;
    color: #000000;
    background: rgb(255 255 255);
    outline: 0;
    font-weight: 600;
}

::placeholder {
    color: #000000;
}

.form-sec.show.slide {
    right: 40px;
}

.form-sec.show {
    position: fixed;
    right: -940px;
    left: auto;
    transition: all 0.5s;
    z-index: 99;
    top: 48%;
    margin-top: -203px;
}

.topenq1.mobile {
    display: none;
}

.topenq {
    right: 0px;
    transform: rotate(90deg) translatey(-39px);
}

.topenq {
    position: fixed;
    top: 49%;
    right: -55px;
    transform: rotate(90deg);
    overflow: hidden;
    z-index: 300;
    background-color: var(--enquiry-button-background-color);
    color: #fff;
    outline: none;
    z-index: 999;
}

.topenq a:hover {
    outline: none;
    color: #fff;
    border: none;
    background: #6e3173;
}

.topenq a {
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: #6e3173;
    text-decoration: none;
}

.error {
    color: #fdf8f8;
    font-size: 12px;
    margin-left: 4px;
    position: absolute;
    bottom: -15px;
    left: 0px;
    line-height: 11px;
}

@media (max-width: 576px) {
    .form-sec {
        width: 95%;
        padding: 20px;
        position: static;
        transform: none;
        transform: initial;
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .form-sec .close {
        display: none;
    }
    .slide-righta .form-sec {
        right: 0;
        display: none;
    }
    .topenq {
        position: fixed;
        top: auto;
        top: initial;
        width: 100%;
        right: auto;
        right: initial;
        transform: none;
        transform: initial;
        overflow: hidden;
        z-index: 300;
        bottom: 0;
    }
    .topenq1.mobile {
        display: block;
    }
    .topenq.desktop {
        display: none;
    }
    .topenq1 {
        position: fixed;
        top: auto;
        top: initial;
        width: 100%;
        right: auto;
        right: initial;
        transform: none;
        transform: initial;
        overflow: hidden;
        z-index: 300;
        bottom: 0;
        z-index: 9999;
        background: #e31937;
    }
    .special_item:focus-visible {
        outline: none;
    }
    .topenq1.mobile a {
        display: block;
        text-align: center;
        background-color: #ed3237;
        padding: 15px;
        transition: all 0.3s ease;
        color: white;
        font-size: 18px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
    }
    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }
    .admission {
        margin-top: 0rem;
    }
}