html {
overflow-x: hidden;
scroll-behavior: smooth
}
body {
font-family: "Gotham";
overflow-x: hidden;
background-color: #fff;
}
/*banner-sec css strt here */
.banner-sec {
background: url(../img/banner.webp);
background-repeat: no-repeat;
background-size: cover;
background-position: top;
height: 100vh;
position: relative;
}
.logo {
    padding: 30px 50px 20px;
}
.logo img {
width: 300px;
}
.logo-img {
width: 100%;
height: auto;
padding: 30px 60px;
}
    .banner-sec h1 {
        font-size: 42px;
        line-height: 1;
        letter-spacing: 0;
        color: #ffffff;
        font-weight: 500;
        font-family: "Gotham";
        margin-top: 40px;
        border-bottom: 2px solid #df2039;
        width: fit-content;
        padding-bottom: 10px;
    }
.banner-sec h1 span{
    font-weight: 800;
}
.hero-group {
    background: #df2039;
    color: #fff;
    display: inline-block;
    padding: 20px 0px;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1050px;
    padding-bottom: 0;
    text-align: center;
}
.hero-group .row {
    padding: 10px 40px;
}
.hero-group .row>div:not(:last-child){
    border-right: 2px solid #fff;
}
.banner-sec h2 {
    font-size: 23px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 400;
    font-family: "Gotham";
}
.banner-sec h2 span {
    font-size: 38px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
    font-family: "Gotham";
    text-align: center;
}
.hero-group p {
    font-size: 18px;
    line-height: 1.1;
    color: #fff;
    font-weight: bold;
    font-family: "Gotham";
}
.hero-group .row>div{
    padding-left: 30px;
}

.ad-open h5 {
    font-size: 38px;
    letter-spacing: 2px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: bold;
    font-family: "Gotham";
}
.ad-open {
    background: #e21837;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
}
.red-btn{
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    background-color: #fff;
    padding: 10px 22px;
    color: #000;
    text-decoration: none;
}

/* form css */
.form-sec {
position: fixed;
top: 19%;
right: 0px;
width: 360px;
background: #e21837;
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: #ffffff;
}
.adm-txt {
color: #ffffff;
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 #ffffff;
/* 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: #713f2d;
color: #fff;
outline: none;
z-index: 999;
border-radius: 5px;
}
.topenq a:hover {
outline: none;
color: #ffffff;
background-color: #e21837;
border: none;
}
.topenq .btn:first-child:active {
color: #000;
}
.topenq a {
border: none;
color: #ffffff;
background-color:#e21837;
font-size: 20px;
padding: 13px 21px;
z-index: 999999999;
position: relative;
display: inline-block;
text-decoration: none;
}
.error {
color: #ff0000;
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: 34px;
}
.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;
padding: 15px;
transition: all 0.3s ease;
color: #ffffff;
font-size: 16px;
text-decoration: none;
}
.slide-righta.active .side-slide-form-wrap {
display: block;
}
.admission {
margin-top: 0rem;
}
}

/* canvas css strt here */

        /* .canvas {
            background:url('../img/lady-justice-statuebg.webp') center/cover;
            position: relative;
            padding: 100px;
            overflow: hidden;
        }
        .statue {
            position: absolute;
            left: 47%;
            transform: translateX(-50%);
            bottom: -20px;
            height: 110%;
            z-index: 10;
        }
        .headline-container {
            position: relative;
            z-index: 5;
            text-transform: uppercase;
            margin-top: 40px;
        }

        .line-1 { font-size: 50px; margin-left: 110px; color: #1a1a1a; line-height: 0.8; }
        .line-2 { font-size: 50px; margin-left: 170px; color: #1a1a1a; line-height: 1.1; }
        .line-3 {
                font-size: 50px;
                text-align: center;
                color: #1a1a1a;
                line-height: 0.8;
                margin-right: 50px;
            }

        .red { color: #d71920; }
        .line-2 .red{
            color: #d71920;
             padding-left: 110px;
        }

        .divider {
            position: absolute;
            height: 1px;
            background: #ccc;
            width: 380px;
            z-index: 1;
        }
        .line-top { top: 110px; left: 40px; }
        .line-bottom { top: 215px; right: 40px; }

        .content-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 150px; 
            margin-top: 20px;
            position: relative;
            z-index: 1;
        }

        .col {
            font-size: 18px;
            line-height: 1.3;
            color: #231f20;
            font-weight: 500;
            text-align: justify;
        }

        .highlight { font-weight: bold; color: #000; } */


        /* legal-practice css strt here */
.legal-practice{
    background: url(../img/lady-justice-statuebg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 90px 0 0;
}
.legal-left span {
    color: #df2039;
}
.legal-left .head-box p {
    font-size: 22px;
    line-height: 1.4;
    color: #231f20;
    font-weight: 500;
    font-family: "Gotham";
}


/* .discover-path css strt here */
.head-box h2 {
    font-size: 48px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 400;
    color: #000000;
    font-family: "Gotham";
}
.head-box h2 span{
    font-weight: 800;
}
.head-box {
    margin-bottom: 40px;
}
.head-box p {
    font-size: 22px;
    line-height: 1.1;
    color: #231f20;
    font-weight: 500;
    font-family: "Gotham";
}
.discover-path {
    padding: 60px 0;
}
.dis-center ul li {
    font-size: 25px;
    color: #000000;
    font-weight: 500;
    list-style: none;
    border-bottom: 2px dashed #df2039;
    padding-bottom: 8px;
    margin-bottom: 10px;
    width: fit-content;
}


/* .programme-highlight css strt here*/
.programme-highlight {
    background: #efefef;
    padding: 60px 0 0;
}
.high-box {
    display: flex;
    gap: 18px;
}
.high-box img {
    width: 55px;
    height: 45px;
    object-fit: contain;
}
.high-box h4 {
    font-size: 24px;
    line-height: 1;
    color: #df2039;
    font-weight: 800;
    /* font-family: "Gotham Bold"; */
}

.programme-highlight p {
    font-size: 18px;
    line-height: 1.1;
    color: #383838;
    font-weight: 500;
    font-family: "Gotham";
    margin-top: 5px;
}
.programme-highlight ul li {
    list-style: none;
    margin-bottom: 30px;
}
.mainHigh-pro {
    border-bottom: 2px solid #d37887;
    padding-bottom: 10px;
}
.programme-highlight .head-box.text-center {
    margin-bottom: 60px;
}


/* placement css strt here */
.placements {
    padding: 60px 0;
}
.parent figure img{
    width: 250px;
    aspect-ratio: 2/1;
    object-fit: contain;
}

/* place-highlight css strt here */
.place-highlight {
    background: url(../img/place-highlight-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 30px;
}
.place-highlight h3 sup {
    font-size: 26px;
    font-weight: 300;
    top: -32px;
}
.place-highlight h3 {
    font-size: 80px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    padding: 0;
    margin: 0;
}
.place-highlight h3 span {
    font-weight: 800;
    font-size: 23px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}
.place-highlight p{
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-align: center;
}
.place-highlight .head-box h2 {
    color: #fff;
}
.place-right .row>div {
    text-align: center;
    padding-top: 10px;
}
/* .place-right .row>div:nth-child(1){
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    border-image: linear-gradient(0.25turn, #df2039, #fff);
    border-image-slice: 1;
}
.place-right .row>div:nth-child(2){
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, #df2039, #fff);
    border-image-slice: 1;
}
.place-right .row>div:nth-child(3){
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    border-image: linear-gradient(0.25turn, #df2039, #fff);
    border-image-slice: 1;
} */
 .place-right .row:not(:last-child) {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(
    to right,
    transparent,
    rgba(255,255,255,.8),
    transparent
  );
    border-image-slice: 1;
}
.place-right .row .col-lg-6:not(:last-child) {
    border-right: 2px solid transparent;
    border-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .8), transparent);
    border-image-slice: 1;
}

/* career-strat css strt here */
.career-start {
    background: url(../img/best-recBg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 60px 0;
}
.career-start img {
    width: 250px;
    aspect-ratio: 3 / 1;
    object-fit: contain;
    padding-bottom: 20px;
}
.career-start .row>div{
    margin-bottom: 30px;
}
.career-start .row>div:nth-child(1){
    border-bottom: 2px solid #df2039;
}
.career-start .row>div:nth-child(2){
    border-bottom: 2px solid #df2039;
}
.career-start .row>div:nth-child(3){
    border-bottom: 2px solid #df2039;
}
.career-start .row>div:nth-child(4){
    border-bottom: 2px solid #df2039;
}

/* group section css start */

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

.group .heading p {
    padding-top: 15px;
}

.group .mdLogo {
    display: flex;
    background: transparent;
    margin-top: 30px;
}

.group .mdLogo figure {
    width: 25%;
    text-align: center;
    place-content: center;
    border-right: 2px solid #d7d7d7;
}

.group .mdLogo figure img {
    aspect-ratio: 2/1;
    object-fit: contain;
    width: 200px;
}

.group .mdLogo figure:last-child {
    border: none;
}
.group {
    background: #fff3f6;
    padding: 60px 0;
}

/* group section css end */


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

.mentorship .indArrow {
    display: flex;
    justify-content: space-between;
    margin-top: -3%;
    position: relative;
    width: 96px;
    z-index: 1;
    margin-left: 50%;
    display: none;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    display: none;
}

.mentorship .indArrow i {
    font-size: 42px;
    color: #074173;
}

.mentorship {
    padding: 60px 0;
}
.mentSli {
    padding-bottom: 50px;
}

.mentorship .menCon h4 {
    font-weight: 700;
    padding-top: 10px;
    font-size: 21px;
    line-height: 1.3;
    text-align: center;
}

.mentorship .menCon p {
    padding-top: 0px;
    font-size: 18px;
    line-height: 1.1;
    color: #000000;
    font-family: "Flama Trial";
    padding: 0;
    margin: 0;
}

.mentorship .heading h2 {
    padding-bottom: 15px;
}
.world-class {
    padding: 40px 0 120px;
}

/*.mentSli .swiper-slide .menCon { height: 50%; */
/* border-bottom: 3px solid #1a6fad; */
/* padding-bottom: 15px; */
.mentSli .swiper-slide .menCon figure {
    background: #fff3f6;
}

.mentorship .head-box {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px !important;
}
.mentorship .menCon h4 {
    text-align: left;
    font-size: 26px;
    line-height: 1.1;
    color: #df2039;
    font-weight: 800;
    font-family: "Gotham";
}
.mentorship .menCon p {
    padding: 0;
    margin: 0;
    font-size: 22px;
    line-height: 1;
    color: #231f20;
    font-weight: 500;
    font-family: "Gotham";
}
/* mentorship section css end */

/*  */
.change-maker {
    padding: 60px 0 0;
    text-align: center;
    background: #fff3f6;
}
.change-maker .red-btn {
    background-color: #df2039;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
}
.btm-btn {
    margin-top: 40px;
}
.copy-right {
    margin-top: 70px !important;
    font-size: 20px;
    line-height: 1;
    color: #000000;
    font-family: "Gotham";
    border-bottom: 5px solid #000;
    width: fit-content;
    padding-bottom: 6px;
    margin: 0 auto;
}

/* muedge css strt here */
.mu-edge {
    padding: 60px 0 0;
    background: #000;
}
/* programme section css start */

.programme .heading {
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--red);
    width: fit-content;
    margin: 0 auto 50px;
}

.programme .heading h2 {
    padding-bottom: 10px;
}
.progTab {
    display: flex;
    gap: 30px;
}

.progTab .progNav {
    width: 40%;
    padding: 50px 0;
    border-radius: 0px;
    background: #000;
    color: #fff;
}

.progTab .progNav .nav {
    flex-direction: column;
    gap: 20px;
}

.progTab .progNav .nav button {
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
    position: relative;
    height: 100%;
    padding: 10px;
    z-index: 1;
    border-bottom: 2px solid #dfdfdf;
}


/* width */

.allUl::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.allUl::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.allUl::-webkit-scrollbar-thumb {
    background: var(--red);
}


/* Handle on hover */

.allUl::-webkit-scrollbar-thumb:hover {
    background: #ff5353;
}


.progTab .progNav .nav button.active::after {
    width: 100%;
    color: #fff;
}
.progTab .progNav .nav button.active {
    width: 100%;
    color: #fff;
    font-weight: 900;
    border-color: #e21837;
    background: url(../img/red_activeBg.webp);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left, left;
}

.prCon {
    padding: 20px;
}

.progCon figure {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-left: 50px;
}

.progCon {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #edebeb;
}

.progCon figure img {
    width: 100%;
    height: 100%;
}

.prCon ul {
    display: flex;
    gap: 5px;
    padding-top: 0;
    padding-left: 21px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.prCon h3 {
    padding-top: 25px;
    font-size: 30px;
    position: sticky;
    top: 0;
    background: #fff;
}

.allUl.diff ul li {
    font-size: 30px;
    font-weight: 500;
}

.ulDif {
    flex-direction: column !important;
}

.ulDif li {
    width: 100% !important;
}



.prCon ul li {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    list-style: disc;
}
.list-cap h3 {
    font-size: 24px;
    line-height: 1.1;
    color: #ffffff;
    font-weight: bold;
    font-family: "Gotham";
    background: #e21837;
    padding: 20px;
}
.full-time .head-box {
    margin-top: 20px;
}
/* programme section css end */

/* build-around css strt */
.build-box h3 {
    font-size: 32px;
    line-height: 1.1;
    color: #e21837;
    font-weight: bold;
    font-family: "Gotham";
}
.build-box {
    margin-bottom: 50px;
}
.build-around {
    padding: 90px 0 0;
}
.build-around .head-box {
    margin-bottom: 50px;
}
.build-box p{
font-size: 24px;
line-height: 1.2;
color: #000000;
font-family: "Gotham";
}
.build-img img {
    width: 100%;
}
.allUl p {
    background-color: #fff;
    align-content: center;
    width: 100%;
    height: 100%;
    padding: 0 50px;
    font-size: 23px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
}
.indArrow i {
    font-size: 20px;
    background: #e21837;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.indArrow i:first-child {
    margin-right: 8px;
}
.indArrow {
    display: flex;
  
}
.indArrow {
    display: flex;
    margin-left: 30px;
}
.global {
    position: relative;
}
.allUl {
    position: relative;
}
.prCon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prCon p {
    background-color: #fff;
    align-content: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
}
.mu-edge .head-box h2 {
    color: #fff;
}
.edge-left p{
    color: #fff;
}


.life {
    padding:30px 0 80px;
}
.life  img{
    width: 100%;
}
.mentorship .indArrow i {
    font-size: 20px;
    background: #e21837;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mentorship .indArrow i:first-child {
    margin-right: 8px;
}