/* @import url('../fonts/stylesheet.css'); */
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-latestbg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position:center;
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: 36px;
    line-height: 1;
    color: #ffffff;
    font-weight: 500;
    font-family: "Gotham";
    margin-top: 70px;
}
.banner-sec h2 {
    font-size: 22px;
    line-height: 1;
    color: #ffffff;
    font-weight: 600;
    font-family: "Gotham";
    padding-top: 10px;
}
.banner-sec h3 {
    font-size: 138px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    /* font-family: "Headlines"; */
}
.hero-group {
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 10px 0px;
    vertical-align: middle;
    position: absolute;
    bottom: -8%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1100px;
    text-align: center;
}
.admi-btn {
    font-size: 46px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    /* font-family: "Gotham Medium"; */
    display: inline-block;
    text-decoration: none;
}
.admi-btn:hover{
    color: #000;
}

.hero-group .row {
    padding: 10px 40px;
}
.hero-group .row>div:not(:last-child){
    border-right: 2px solid #fff;
}

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


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


.bnr-btm {
    background: #df2039;
    padding: 120px 0 60px;
}
.bnr-btm .row>div:not(:last-child){
    border-right: 2px solid #000;
}
.bnr-btm p{
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
    /* font-family: "Gotham Medium"; */
    text-align: center;
}

/* programme-built css strt here */

.programme-built {
    padding: 60px 0;
}
.head-box h2 {
    font-size: 42px;
    line-height: 1;
    letter-spacing: 1px;
    color: #000000;
    font-weight: bold;
    /* font-family: "Gotham Bold"; */
}
.head-box  p {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #000000;
    font-family: "Gotham";
 
}
.programme-built p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #000000;
    font-family: "Gotham";
    text-align: left;
}

/* journal-box css strt here */
.journal-box .container{
    background-color: #df2039;
    padding:0;
    border-radius: 12px;
}
.journal-box p {
    font-size: 20px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: bold;
    /* font-family: "Gotham Bold"; */
}
.journal-box p:first-child{
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
}
.journal-box>div {
    align-content: center;
}
.journal-cont {
    padding: 30px;
}
.journal-box .row .col-lg-4{
    padding: 0;
    margin: 0;
}
.journal-box .row .col-lg-8{
    align-content: center;
}
.journal-box {
    padding-bottom: 80px;
}
/* strand-study css strt here */
.strand-study{
    background-color: #e5e5e5;
    padding: 70px 0;
}
.study-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.study-txt h3 {
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: bold;
    /* font-family: "Gotham Bold"; */
    padding-bottom: 0;
    margin-bottom: 0;
}
.study-txt p {
    font-size: 18px;
    line-height: 1.4;
    color: #000000;
    font-family: "Gotham";
    margin-top: 10px;
}
.study-box img {
    width: 60px;
}
.strand-study .head-box {
    margin-bottom: 50px;
}


/* mu-edge css strt here */
.accordion-button:not(.collapsed) {
    background-color: #df2039;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
    /* font-family: "Gotham Black"; */
    border-radius: 8px;
}
.accordion-body p {
    font-size: 22px;
    line-height: 1.3;
    color: #231f20;
    font-family: "Gotham";
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border: 2px solid #df2039;
    border-radius: 8px !important;
    margin-bottom: 22px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
}
.accordion-item:first-of-type .accordion-button {
    border: none;
    border: 0;
    box-shadow: none;
}
.accordion-item{
    border: none;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-radius: 8px;
    border: 2px solid #df2039;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
}
.accordion-item:first-of-type .accordion-button:not(.collapsed){
    color:#fff
}
.accordion-button:not(.collapsed){
    box-shadow: none;
}
.accordion-body {
    padding: 16px 12px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    margin-left: auto;
    border-radius: 100%;
    content: "";
    background-image: url(../img/download.svg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-size: 15px !important;
    background-position: center !important;
    transition: transform .2s ease-in-out;
    background: #000;
    color: #fff;
    transform: rotate(-85deg);
}
.edge-left h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #000000;
    font-family: "Gotham";
    margin-bottom: 40px;
}
.mu-edge .head-box {
    margin-bottom: 40px;
}
section.mu-edge {
    padding: 70px 0;
}

/* walk-out css strt here */
.walk-out{
    background: url(../img/walkBg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
}
.walk-box {
    text-align: center;
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    position: relative;
    height: 100%;
}
.walk_hover-eff img {
    border-radius: 20px;
}
.walk-box p {
    font-size: 20px;
    color: #000000;
    font-family: "Gotham";
    text-align: center;
}
.walk-box h3 {
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    /* font-family: "Gotham Bold"; */
    text-align: center;
    margin-top: 12px;
}
.arrow a{
    text-decoration: none;
}
.arrow a i:hover{
    background-color: #000;
}
.arrow i {
    background: #df2039;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 24px;
    transform: rotate(-45deg);
}
.arrow {
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: none;
}
.walk-out .head-box h2 {
    color: #fff;
    margin-bottom: 50px;
}
.walk-out .row>div{
    margin-bottom: 40px;
}
.walk_hover-eff {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
   .walk-out .row {
        justify-content: space-between;
        position: relative;
    }
    
    .walk_hover-eff {
        display: none;
    }
    
    .walk-out .row .col-md-6.active .walk-box .walk_hover-eff {
        display: block;
    }
    
    .walk-out .row .col-lg-4.active .walk-box {
        position: absolute;
        width: 33.33%;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
        height: calc(100% - 40px);
    }
   
/* global-collab css strt here */
.global-collab{
    background-color:#df2039 ;
    padding: 60px 0;
}
.global-collab .head-box h2{
    color: #fff;
}
.global-collab .head-box p{
    color: #fff;
}
.key-box {
    background: #fff;
    text-align: center;
    padding: 50px 20px;
    max-width: 950px;
    margin: 50px auto -180px auto;
    position: relative;
}
.key-box h3 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: bold;
    /* font-family: "Gotham Bold"; */
    text-align: center;
    margin-bottom: 30px;
}


/* 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;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.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: #e5e5e5;
    padding: 230px 0 60px;
}
.group .mdLogo figure:nth-child(4){
    border-right: none;
}
.group .mdLogo figure {
    margin: 0 0 2rem;
}
.group .head-box p{
    text-align: center;
}

/* group section css end */
.life .head-box {
    margin-bottom: 40px;
}
.life img{
    width: 100%;
}
.life {
    padding: 60px 0;
}

/* 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;
    background-color: #000;
}
.mentSli {
    padding-bottom: 50px;
}
.mentorship .head-box h2{
    color: #fff;
}
.mentorship .head-box p{
    color: #fff;
}

.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: #df203a;
    padding: 0;
    margin: 0;
}
.mentSli .swiper-slide .menCon figure img{
    width: 100%;
}

.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: 18px;
    line-height: 1;
    color: #231f20;
    font-weight: 500;
    font-family: "Gotham";
}
.ment-dtl {
    background: #e5e5e5;
    height: 100% !important;
    padding: 10px;
    min-height: 150px;
}
/* mentorship section css end */



.red-btn{
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 28px;
    color: #000;
    text-decoration: none;
    background-color: #df2039;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
}
.apply-now .red-btn{
    margin-top: 30px;
}
.copy-right a {
    font-size: 22px;
    line-height: 1.3;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-family: "Gotham";
    background: #000;
}
.copy-right {
    background-color: #000;
    padding: 12px 0;
    margin-top: 70px;
}
.apply-now{
    padding-top: 0px;
}