html {
overflow-x: hidden;
scroll-behavior: smooth
}
body {
font-family: "Gotham";
overflow-x: hidden;
background-color: #fff;
}
p{
    font-size: 18px;
}
/*banner-sec css strt here */
.banner-sec {
background: url(../img/banner.webp);
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: 110px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #df2039;
    font-weight: 800;
    margin-top: 40px;
}
.banner-sec .container {
    padding: 0 40px;
}
.banner-sec h3 {
    font-size: 26px;
    line-height: 1;
    color: #000000;
    font-weight: 500;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 12px;
}
.banner-sec h2{
    font-weight: 500;
    font-size: 60px;
     line-height: 1.1;
    color: #df2039;
}
.hero-group {
    background: #fff;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    padding: 14px 0;
}
.hero-group a {
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.hero-group a span {
    font-weight: 800;
}
.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;
}
}

 

/* muedge css strt here */
.mu-edge {
    padding: 70px 0;
    background: #fff;
    position: relative;
}
.mu-edge .head-box {
    padding-bottom: 40px;
}
.progTab {
    display: block;
    gap: 30px;
}

.progTab .progNav {
    background: #fff;
    color: #fff;
    display: flex;
    justify-content: center;
}

.progTab .progNav .nav {
    flex-direction: row;
    gap: 20px;
    flex-wrap: nowrap;
    /* width: 100%; */
}
.progTab .progNav .nav button {
    background: #fff;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    position: relative;
    padding: 30px;
    transition: all ease-in .2s;
    z-index: 999;
    position: relative;
}
.progTab .progNav .nav button.active {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    background-color: #e21837;
    padding: 30px;
    border-radius:0;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* width */

.allUl::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.allUl::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.allUl::-webkit-scrollbar-thumb {
    background: #df2039;
}


/* Handle on hover */

.allUl::-webkit-scrollbar-thumb:hover {
    background: #ff5353;
}


.progTab .progNav .nav button.active::after {
    width: 100%;
    color: #fff;
}


.prCon {
    padding: 30px;
}

.progCon figure {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-left: 50px;
}

.progCon {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background: #edebeb; */
    position: relative;
}
.progCon::before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background-color:#f4f4f4;
}

/* .progCon figure img {
    width: 250px;
    height: 250px;
    object-fit: cover;
} */
.pro-img img{
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.prCon p{
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0px;
    line-height: 35px;
    color: #000000;
}




.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 */

/* open css strt here */
.open-to {
    background: #df2039;
    color: #fff;
    padding: 30px;
}
.open-to .row>div:nth-child(1){
    border-right: 2px solid #ff3b5c;
}
.open-box {
    text-align: center;
}
.open-box h3 {
    font-size: 32px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: bold;
}

/* about-sec css strt here */
.about-sec {
    padding: 70px 0;
    position: relative;
}
.head-box{
    padding-bottom: 20px;
}
.head-box h2 {
    font-size: 42px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}
.head-box h2 span{
    color: #df2039;
    font-weight: 700;
}
.abt-left p {
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #000000;
    /* font-family: "Gotham"; */
    text-align: left;
}
.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;
    margin-left: 70px;
    align-items: center;
    justify-content: center;
    margin-top: -120px;
    z-index: 9;
    position: relative;
}

/* focus-domain css strt here */
.focus-domain {
    padding: 70px 0;
    position: relative;
}
.focus-box img {
    width: 100px;
}
.focus-box h4 {
    font-weight: 600;
    line-height: 1.1;
    font-size: 22px;
    margin-top: 10px;
}
.focus-box {
    border: 2px solid #df2039;
    padding: 30px;
    height: 100%;
}
.focus-box:hover{
    background-color: #df2039;
    color: #fff;
}
.focus-box:hover img{
    filter: brightness(0) invert(1);
}

/* where-next css strt here */
.where-next {
    position: relative;
    padding: 70px 0;
}
.where-left ul li{
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
.where-right{
    position: relative;
}
.where-right::before {
    content: " ";
    position: absolute;
    top: 0;
    right: -20%;
    background-color: #df2039;
    width: 60%;
    height: 100%;
    z-index: -1;
}

/* mahindra-group */
.mahindra-group {
    padding: 70px 0;
    position: relative;
}
.mah-left .head-box h2{
    font-size: 38px;
}
.mah-left p {
    border-top: 2px solid #df2039;
    padding-top: 20px;
    font-size: 20px;
}

.mah-logos {
    position: relative;
    background: #efefef;
    padding: 30px;
    margin-top: 25px;
}
.mah-logos:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -80px;
    width: 100%;
    height: 100%;
    background-color: #efefef;
    z-index: -1;
}


.mh-img img{
    width: 90%;
    aspect-ratio: 3/1;
    object-fit: contain;
}
.mh-img {
    border-right: 2px solid #d1d1d1;
    margin-bottom: 30px;
}
.mah-logos .row > div:nth-child(3) .mh-img{
    border-right: none;
}
.mah-logos .row > div:nth-child(5) .mh-img{
    border-right: none;
}

/* life-learning css strt here */
.life-learning img{
    width: 100%;
}
.life-learning {
    padding:70px 0 350px;
    position: relative;
}
.life-learning .head-box {
    padding-bottom: 0;
}

.ftr-sec {
    background: #df2039;
    padding:30px 20px 20px;
    position: relative;
}
.ftr-sec .head-box h2{
    color: #fff;
}
.ftr-sec .head-box span{
    color: #fff;
}
.ftr-sec .head-box {
    padding-bottom: 0;
}
.apply-btn {
    font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 12px 18px;
    letter-spacing: 1px;
}
.apply-btn:hover{
    background-color: #fff;
    color:#df2039;
}
.ftr-top {
    position: absolute;
    top: -240px;
}
.ftr-top img {
    width: 90%;
}






/* green shape */

.about-sec::after{
    content:"";
    position:absolute;
    right:65px;
    bottom:0px;
    width:90%;
    height:84%;
    border-right:3px solid #7cc04b;
    border-bottom:3px solid #7cc04b;
    border-bottom-right-radius:70px;
}
.focus-domain::after{
    content:"";
    position:absolute;
    left:70px;
    bottom:0px;
    width:90%;
    height:100%;
    border-left:3px solid #7cc04b;
    border-bottom:3px solid #7cc04b;
    border-bottom-left-radius:70px;
}
.mu-edge::after{
    content:"";
    position:absolute;
    right:65px;
    bottom:0px;
    width:90%;
    height:100%;
    border-right:3px solid #7cc04b;
    border-bottom:3px solid #7cc04b;
    border-bottom-right-radius:70px;
}
.where-next::after{
    content:"";
    position:absolute;
    left:70px;
    bottom:0px;
    width:90%;
    height:100%;
    border-left:3px solid #7cc04b;
    border-bottom:3px solid #7cc04b;
    border-bottom-left-radius:70px;
}
.mahindra-group::after{
    content:"";
    position:absolute;
    right:65px;
    bottom:0px;
    width:90%;
    height:100%;
    border-right:3px solid #7cc04b;
    border-bottom:3px solid #7cc04b;
    border-bottom-right-radius:70px;
}
.life-learning::after{
    content:"";
    position:absolute;
    left:70px;
    bottom:254px;
    width:83%;
    height:79%;
    border-left:3px solid #7cc04b;
    border-bottom:3px solid #7cc04b;
    border-bottom-left-radius:60px;
}

.bulb img {
    width: 40px;
}
.bulb {
    position: absolute;
    top: 50px;
    right: 48px;
}
.pavan-chakki {
    position: absolute;
    bottom: 0px;
    left: 138px;
}
.pavan-chakki img{
    width: 38px;
}
.trees {
    position: absolute;
    bottom: 4px;
    right: 160px;
}
.trees img{
    width: 60px;
}
.solar {
    position: absolute;
    top: -44px;
    left: 120px;
}
.solar img{
    width: 90px;
}
.plug {
    position: absolute;
    bottom: 239px;
    right: 110px;
}
.plug img{
    width: 50px;
}