            @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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;
            }
            
            a {
                color: #000;
            }
            
            section {
                padding: 60px 0;
            }
            
            p {
                color: #777777;
            }
            
            p,
            li {
                font-size: 25px;
                text-align: justify;
                line-height: 1.3;
            }
            
             :root {
                --orange: #e94e30;
            }
            
            h2 {
                font-size: 50px;
                font-weight: 800;
                text-transform: uppercase;
                line-height: 1.1;
                padding-bottom: 30px;
            }
            
            h1 {
                font-size: 50px;
                font-weight: 900;
                line-height: 0.9;
                text-transform: uppercase;
                padding: 10px 0 35px;
                color: #ffffff;
                text-align: center;
                font-family: 'Flama Trial';
            }
            
            .container {
                max-width: 100%;
                padding: 0 250px;
            }
            
            html,
            body {
                font-family: "Montserrat", sans-serif;
            }
            
            @font-face {
                font-family: 'Flama Trial';
                src: url('../fonts/FlamaTrial-Bold.woff2') format('woff2'), url('../fonts/FlamaTrial-Bold.woff') format('woff');
                font-weight: bold;
                font-style: normal;
                font-display: swap;
            }
            
            @font-face {
                font-family: 'Flama';
                src: url('../fonts/Flama.woff2') format('woff2'), url('../fonts/Flama.woff') format('woff');
                font-weight: normal;
                font-style: normal;
                font-display: swap;
            }
            /* banner section css start */
            
            .banner {
                background-image: url(../img/banner.jpg);
                background-repeat: no-repeat;
                background-size: cover;
                height: 100vh;
                padding: 0;
                display: flex;
                align-items: end;
                position: relative;
            }
            
            .logo img {
                width: 300px;
            }
            
            .logo {
                /* padding: 20px 40px 0px; */
                position: absolute;
                top: 20px;
                left: 30px;
            }
            
            .banCon {
                text-align: center;
                color: #fff;
                padding-bottom: 200px;
            }
            
            .banCon h4 {
                font-size: 40px;
                font-family: 'Flama';
            }
            
            .banCon h3 {
                font-size: 35px;
                background: var(--orange);
                padding: 15px 30px;
                margin: auto;
                width: fit-content;
                font-weight: bold;
            }
            /* banner section css end */
            /* campus-tab section start */
            
            .campus-tab-btn .nav-item {
                width: 50%;
            }
            
            .campus-tab-btn .nav-pills .nav-link.active,
            .campus-tab-btn .nav-pills .show>.nav-link {
                color: #fff;
                background-color: #de4e26;
            }
            
            .campus-tab-btn .nav-link {
                border-radius: 0;
                text-align: center;
                padding: 10px;
                color: #231f20;
                background: #e9e9ea;
                width: 100%;
            }
            /* campus-tab section end */
            /* brand section start */
            
            .brand-video {
                margin: 30px 0 50px;
            }
            
            .brand-video iframe {
                width: 100%;
                height: 500px;
            }
            
            .brand-btn a {
                color: #fff;
                background: #e34d25;
                padding: 10px 20px;
                text-align: center;
                display: inline-block;
                border-radius: 30px;
                font-size: 25px;
                font-weight: 800;
                text-decoration: none;
            }
            /* brand section end */
            /* programme section css start */
            
            .progCon {
                background: #37286b;
                padding: 50px;
            }
            
            .progCon>.nav {
                justify-content: space-between;
                margin-bottom: 50px;
            }
            
            .progCon>.nav .nav-item button {
                font-size: 40px;
                color: #fff;
                background: transparent;
                position: relative;
                padding: 0 0 20px;
            }
            
            .progCon>.nav .nav-item button::after {
                content: "";
                position: absolute;
                bottom: 0;
                height: 8px;
                width: 0;
                background: var(--orange);
                left: 50%;
                transform: translate(-50%, -50%);
                transition: all 0.5s;
            }
            
            .progCon>.nav .nav-item button.active::after {
                width: 100%;
            }
            
            .nextTab {
                display: flex;
                align-items: center;
            }
            
            .tab-content .tab-pane.active {
                height: auto;
            }
            
            .tab-content .tab-pane {
                display: block;
                height: 0px;
                overflow: hidden;
            }
            
            .nextTab nav>.nav {
                display: flex;
                flex-direction: column;
                border: none;
                /* width: 40%; */
            }
            
            .nextTab nav>.nav .nav-link {
                font-size: 38px;
                background: transparent;
                padding: 0 0 10px;
                color: #fff;
                border: none;
                border-radius: 0;
                border-bottom: 2px solid #fff;
                margin-bottom: 15px;
                text-align: left;
                transition: all 0.5s;
            }
            
            .nextTab .tab-content {
                width: 70%;
                position: relative;
            }
            
            .nextTab nav {
                width: 30%;
                padding-right: 130px;
            }
            
            .prgSlide figure img {
                width: 100%;
            }
            
            .prgSlide .slick-list {
                margin: 0 -5px;
            }
            
            .prgSlide .slick-slide {
                margin: 0 5px;
            }
            
            .prgSlide figure {
                position: relative;
            }
            
            .prgSlide figure figcaption {
                position: absolute;
                bottom: 25px;
                font-size: 40px;
                color: #fff;
                left: 40px;
                z-index: 1;
            }
            
            .nextTab a {
                background: var(--orange);
                padding: 7px 20px;
                display: flex;
                width: fit-content;
                font-size: 30px;
                text-decoration: none;
                font-weight: 600;
                color: #fff;
                margin-top: -10px;
            }
            
            .prgSlide figure::after {
                content: "";
                position: absolute;
                background: rgb(0, 0, 0);
                background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.05646008403361347) 34%, rgba(0, 0, 0, 0.7231267507002801) 100%);
                background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.05646008403361347) 34%, rgba(0, 0, 0, 0.7231267507002801) 100%);
                background: linear-gradient(180deg, rgba(0, 0, 0, 0.05646008403361347) 34%, rgba(0, 0, 0, 0.7231267507002801) 100%);
                filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
            }
            
            .nextTab nav>.nav .nav-link.active {
                color: var(--orange);
                font-weight: 700;
            }
            
            .nextTab nav>.nav .nav-link:last-child {
                padding: 0;
                margin: 0;
                border: none;
            }
            
            .proArrows {
                display: flex;
                justify-content: end;
                position: absolute;
                right: 0;
                bottom: 0;
                /* align-items: center; */
                gap: 5px;
            }
            
            .proArrows i {
                font-size: 30px;
                color: #ffffff;
                transition: all 0.5s;
            }
            
            .proArrows .slick-arrow {
                cursor: pointer;
                border: 2px solid #fff;
                height: 35px;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: all 0.5s;
            }
            
            .proArrows .slick-arrow:hover i {
                color: #fff;
            }
            
            .proArrows .slick-arrow:hover {
                background: #952361;
                border-color: #952361;
            }
            /* programme section css end */
            /* excel section css start */
            
            .exce {
                background-image: url('../img/excBack.jpg');
                background-repeat: no-repeat;
                background-size: cover;
                color: #fff;
            }
            
            .exce p {
                color: #fff;
            }
            
            .excSlider figure {
                border: 2px solid #ffffff;
                border-style: dashed;
                padding: 40px;
                text-align: center;
                height: 100%;
            }
            
            .excSlider .slick-track {
                display: flex;
            }
            
            .excSlider .slick-list {
                margin: 0 -10px;
            }
            
            .excSlider .slick-slide {
                margin: 0 10px;
                height: 100%;
                display: flex;
                height: 490px;
            }
            
            .excSlider .slick-slide>div,
            .excSlider .slick-slide>div .item {
                height: 100%;
            }
            
            .excSlider figure img {
                width: 100%;
            }
            
            .excSlider figure figcaption {
                font-size: 22px;
                padding-top: 10px;
                font-weight: 600;
                text-align: center;
            }
            
            .excSlider figure figcaption br {
                display: none;
            }
            
            .exceCon {
                position: relative;
            }
            
            .recruiters .proArrows {
                position: unset;
            }
            
            .recruiters .proArrows .slick-arrow {
                border-color: #000;
            }
            
            .recruiters .proArrows .slick-arrow i {
                color: #000;
            }
            
            .exceCon p {
                text-align: center;
                padding-top: 40px;
            }
            
            .exce .heading {
                text-align: center;
            }
            
            .exce .heading h4 {
                font-size: 35px;
                padding-bottom: 10px;
            }
            
            .exce .heading h2 {
                text-transform: capitalize;
            }
            
            .exceCon .proArrows {
                margin-top: 30px;
                position: unset;
            }
            
            .exceCon .proArrows .slick-arrow:hover {
                background: #37286b;
            }
            
            .exceCon .proArrows .slick-arrow i {
                color: #ffff;
            }
            /* excel section css start */
            /* oppo section css start */
            
            .oppo {
                background-image: url(../img/amb.jpg);
                background-repeat: no-repeat;
                background-size: cover;
                padding: 180px 100px 100px;
                margin-top: -166px;
            }
            
            .oppo h3 {
                font-size: 100px;
                font-weight: 800;
            }
            
            .oppo h3 span.lp {
                font-size: 24px;
                rotate: 270deg;
                display: inline-block;
                top: -16px;
                position: relative;
                left: -13px;
                font-weight: 900;
            }
            
            .oppo h3 span {
                font-size: 55px;
                font-weight: 400;
            }
            
            .oppo .col-lg-3 {
                position: relative;
                width: auto;
            }
            
            .oppo .col-lg-3::after {
                content: "";
                position: absolute;
                top: 50%;
                right: -2.2vw;
                width: 2px;
                height: 90%;
                background: #000;
                transform: translate(0%, -50%);
            }
            
            .oppo .row {
                justify-content: center;
                gap: 90px;
            }
            
            .oppo .col-lg-3:last-child::after {
                display: none;
            }
            /* oppo section css end */
            /* recruiters section css start */
            
            .recSlider .item figure:nth-child(2) {
                border: 2px solid #a1a1a1;
                border-style: dotted;
                border-left: 0;
            }
            
            .recSlider .item figure {
                border: 2px solid #a1a1a1;
                border-style: dotted;
                border-left: 0;
                border-bottom: 0;
                text-align: center;
                padding: 40px;
                border-top: 0;
            }
            
            .recSlider .item figure:last-child {
                border-top: 0;
            }
            
            .recSlider .item figure img {
                width: 200px;
                aspect-ratio: 2;
                text-align: center;
                margin: auto;
                object-fit: contain;
            }
            
            .recruiters .heading {
                background: #952361;
                width: fit-content;
                padding: 20px 40px;
                margin: auto;
                margin-bottom: 50px;
            }
            
            .recruiters .heading h2 {
                padding: 0;
                color: #fff;
                text-transform: capitalize;
            }
            /* recruiters section css end */
            /* think section css start */
            
            .thCon {
                display: flex;
                background: #37286b;
                padding: 50px;
            }
            
            .thCon .heading {
                width: 60%;
            }
            
            .thCon .sliCon {
                width: 40%;
            }
            
            .thCon .sliCon .item figure img {
                width: 100%;
            }
            
            .thCon .heading h2 {
                font-size: 130px;
                line-height: 1;
                color: #fff;
            }
            
            .thCon .heading p {
                color: #fff;
                padding-right: 100px;
                text-align: left;
            }
            
            .sliCon .proArrows .slick-arrow,
            .sliCon .proArrows .slick-arrow i {
                border-color: #fff;
                color: #ffff;
            }
            
            .sliCon .proArrows .slick-arrow:hover {
                border-color: #952361;
            }
            
            .sliCon .proArrows {
                justify-content: left;
                position: relative;
                bottom: 42px;
                left: -90px;
            }
            
            .accred .heading h2 {
                color: var(--orange);
                text-align: center;
                text-transform: capitalize;
                position: relative;
                width: fit-content;
                margin: auto;
                padding-bottom: 20px;
            }
            
            .accred .heading h2::after {
                content: "";
                position: absolute;
                left: 50%;
                bottom: 0;
                transform: translate(-50%, 0);
                background: var(--orange);
                height: 8px;
                width: 50%;
            }
            
            .acceSlider {
                padding-top: 50px;
            }
            
            .acceSlider figure img {
                width: 200px;
                aspect-ratio: 2;
                object-fit: contain;
            }
            
            .acceSlider figure {
                text-align: center;
                margin: auto;
            }
            
            .accred {
                position: relative;
                padding-bottom: 225px;
                background: #f7f7f7;
            }
            
            .accred>h3 {
                position: absolute;
                bottom: 1px;
                transform: translate(-50%, 0);
                left: 50%;
                font-size: 9vw;
                font-weight: 700;
                text-shadow: 2px 2px 10px #0202020f;
                color: #fff;
                line-height: 0.7;
            }
            
            section.think {
                background: #f7f7f7;
            }
            
            footer {
                padding: 60px 0;
            }
            
            footer {
                padding: 60px 0;
            }
            
            .fcon {
                display: flex;
                justify-content: space-between;
                position: relative;
                padding: 30px 0;
            }
            
            .fcon p {
                width: 60%;
                text-align: left;
            }
            
            .fcon p:first-child {
                width: 30%;
            }
            
            .fcon::after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                background: var(--orange);
                height: 2px;
                width: 100%;
            }
            
            .fcon::before {
                content: "";
                position: absolute;
                left: 0;
                background: #37286b;
                height: 2px;
                width: 100%;
                bottom: 0;
            }
            
            p.ft {
                padding-top: 50px;
            }
            
            .fcon>figure {
                position: absolute;
                right: 0;
                bottom: -1.7vw;
            }
            
            .programme .heading {
                background: var(--orange);
                color: #fff;
                padding: 50px;
            }
            
            .programme .heading h2 {
                padding: 0;
            }
            /* think section css end */
            /* form css */
            
            .form-sec {
                position: fixed;
                top: 15vw;
                right: 0px;
                width: 360px;
                background: #f3f3f3;
                padding: 13px 24px 20px;
                z-index: 9;
                transition: .3s all;
                z-index: 9999;
                border-radius: 0;
            }
            
            .form-sec h3 {
                padding-bottom: 10px;
                font-size: 25px;
                font-weight: 600;
            }
            
            .form-sec .close {
                position: absolute;
                top: 10px;
                right: 10px;
                color: #000000;
                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: "";
                background-image: url(form-icon.png);
                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: 40%;
                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: var(--orange);
            }
            
            .topenq a {
                border: none;
                color: #fff;
                font-size: 20px;
                padding: 13px 21px;
                z-index: 999999999;
                position: relative;
                display: inline-block;
                background-color: var(--orange);
                text-decoration: none;
            }
            
            .error {
                color: #000000;
                font-size: 12px;
                margin-left: 4px;
                position: absolute;
                bottom: -15px;
                left: 0px;
                line-height: 11px;
                font-family: 'Gothamlight';
            }
            
            @media (max-width: 576px) {
                .form-sec {
                    width: 95%;
                    padding: 20px;
                    position: static;
                    transform: none;
                    transform: initial;
                    margin: auto;
                    margin-top: 1rem;
                    margin-bottom: 1rem;
                    /* height: 400px; */
                }
                .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;
                    border-radius: 0;
                    text-align: center;
                    background-color: var(--orange);
                    padding: 15px;
                    transition: all 0.3s ease;
                    color: rgb(255, 255, 255);
                    font-size: 20px;
                    text-decoration: none;
                }
                .slide-righta.active .side-slide-form-wrap {
                    display: block;
                }
                .admission {
                    margin-top: 0rem;
                }
            }