*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1 {
    font-size: 65px;
}
h2 {
    font-size: 50px;
    line-height: 1;
}
h3 {
    font-size: 35px;
}
h4 {
    font-size: 32px;
}
p {
    font-size: 23px;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, p, figure, li {
    margin-bottom: 0;
}
a {
    text-decoration: none;
}
h1, h2,
.banner-txt p,
.bn-txt p,
.career-txt h3,
.car h5,
.expert-txt h4,
.alumni-hd h3,
.footer-sec p {
    font-family: 'Amplitude-Bold';
}
section {
    padding: 50px 0;
}

.container {
    max-width: 1750px;
}

body {
    padding: 10px;
    font-family: 'Amplitude-regular';
}

main {
    background: #e3e2ff;
    border-radius: 20px;
}

@font-face {
    font-family: 'Amplitude-Bold';
    src: url('../fonts/Amplitude-Bold\ Regular.ttf');
}

@font-face {
    font-family: 'Amplitude-regular';
    src: url('../fonts/Amplitude-Regular\ Regular.ttf');
}

/* header section start */
.logo-sec img {
    max-width: 235px;
}
/* header section end */

/* banner section start */
.banner-sec {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 10px;
}

.banner-box {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.banner-box,
.banner-img.bn,
.banner-hd,
.program-tab-sec .nav .nav-link,
.diff-sec,
.career-sec,
.credibility,
.alumni-sec-tab .nav-link,
.hero-group,
.collaboration-img-sec {
    position: relative;
}

.banner-txt,
.banner-img.bn figure,
.bn-txt,
.program-tab-sec .nav .nav-link.active::after,
.alumni-sec-tab .nav-link.active::after,
.collaboration-img-sec img#activeSliderImg {
    position: absolute;
}

.banner-txt {   
    color: #fff;
    top: 20px;
    left: 70px;
}

.banner-img.bn {
    grid-column: 3 / 4;
    grid-row: 1/ 2;
    background: #80caed;
    text-align: center;
}

.banner-img.bn figure,
.bn-txt {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.banner-img {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.banner-hd {
    background: #e96636;
    color: #fff;
    grid-column: 3/5;
    grid-row: 2 / 3; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bn-bx {
    display: flex;
    gap: 50px;
    margin-top: 20px;
}

.bn-txt {
    transform: unset;
    position: unset;
}

.bn-txt:last-child {
    border-left: 2px solid #fff;
    padding-left: 20px;
}

/* .banner-hd:last-child {
    grid-column: 4/5;
    background: #80caed;
} */

.banner-box figure img,
.banner-img.gl figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-box img,
.banner-img,
.banner-img.gl figure img,
.banner-hd,
.program-img-sec figure img {
    border-radius: 30px;
}

/* .banner-txt p {
    margin-top: 10px;
} */
/* banner section end */

/* about section start */
.about-sec h2,
.diff-sec h2,
.recruiter-sec h2,
.expert-sec,
.expert-ldr h4,
.credibility-sec h2,
.alumni-sec h2,
.alumni-hd,
.at-bmu-sec h2,
.hero-group-sec h2,
.footer-sec p,
.collaboration-txt h2 {
    color: #332d74;
}

.about-txt p:first-of-type {
    margin-bottom: 15px;
}
/* about section end */

/* programme section start */
.program-cont {
    /* display: flex;
    justify-content: space-around; */
    background: url(../images/pro-banner.png) no-repeat;
    background-size: cover;
    padding: 70px 50px 0;
    height: 600px;
}

/* .program-sec {
    width: 30%;
} */

.program-tab-sec {
    width: 100%;
}

.program-tab-sec .nav{
    border-bottom: 2px solid #fff;
    padding-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.program-tab-sec .nav .nav-link.active,
.program-tab-sec .nav .nav-link {
    color: #80caed;
    font-size: 27px;
    background: none;
    border: none;
    padding: 0 50px 25px 0;
}

.program-sec h2,
.program-tab-sec .nav .nav-link {
    color: #fff;
}

.program-tab-sec .nav .nav-link.active::after {
    content: '';
    width: 80px;
    height: 10px;
    background: #80caed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.program-img-sec {
    padding-right: 20px;
}

.program-cont-tab {
    margin-top: -350px;
    padding-left: 50px;
}

.program-img-sec figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.program-slider .slick-arrow,
/* .differential-slider .slick-arrow, */
.expert-slider .slick-arrow,
.credibility-slider .slick-arrow,
.hero-slider .slick-arrow {
    position: absolute;
    font-size: 0;
    border: none;
    width: 50px;
    height: 30px;
    top: -50px;
    right: 30px;
    background-size: 30px 10px !important;
    border: 2px solid #fff;
    border-radius: 20px;
}

.program-slider .slick-arrow.slick-prev,
/* .differential-slider .slick-arrow.slick-prev, */
.expert-slider .slick-arrow.slick-prev,
.credibility-slider .slick-arrow.slick-prev,
.hero-slider .slick-arrow.slick-prev {
    background: url(../images/arrow-prev.png) 6px no-repeat;
    right: 90px;
}

.program-slider .slick-arrow.slick-next,
/* .differential-slider .slick-arrow.slick-next, */
.expert-slider .slick-arrow.slick-next,
.credibility-slider .slick-arrow.slick-next,
.hero-slider .slick-arrow.slick-next {
    background: url(../images/arrow.nxt.png) 6px no-repeat;
}

/* .differential-slider .slick-arrow,
.expert-slider .slick-arrow {
    top: 0;
} */

/* .differential-slider .slick-arrow, */
.expert-slider .slick-arrow {
    top: initial;
    bottom: 60px;
    left: -50%;
}

.expert-slider .slick-arrow {
    bottom: 220px;
}

.differential-slider .slick-arrow.slick-next,
.expert-slider .slick-arrow.slick-next {
    left: -500px;
}

.program-slider .slick-arrow.slick-disabled {
    background-color: #80caed;
    border: 2px solid #80caed;
    transition: all 0.5s;
}

.program-img-sec h4,
.expert-txt h4 {
    margin-top: 20px;
}

.program-slider1 {
    display: flex;
}
/* program section end */

/* differential section start */
.differential {
    padding-bottom: 0;
}
    
.differential,
.expert {
    position: relative;
}
.diff-sec h2,
.expert-sec h2,
.at-bmu-sec h2 {
    margin-bottom: 30px;
}
.diff-box-sec {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 10px;
    width: 100%;
}

.diff-box {
    color: #fff; 
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    align-content: center;
}

.diff-box:first-of-type,
.diff-box:nth-of-type(5) {
    background: #332d74;
    grid-column: 1/3;
    grid-row: 1/2;
}

.diff-box:nth-of-type(2),
.diff-box:nth-of-type(6) {
    background: #e95a25;
    grid-column: 3/4;
    grid-row: 1/3;
    align-content: center;
}

.diff-box:nth-of-type(2) p.focus strong {
    font-size: 50px;
}
.diff-box:nth-of-type(3),
.diff-box:nth-of-type(7) {
    background: #80caed;
    grid-column: 1/3;
    grid-row: 2/3;
}
.diff-box:nth-of-type(4),
.diff-box:nth-of-type(8) {
    background: #6281be;
    grid-column: 1/4;
    grid-row: 3/4;
}

.differential-slider .slick-arrow.slick-disabled,
.expert-slider .slick-arrow.slick-disabled,
.credibility-slider .slick-arrow.slick-disabled,
.hero-slider .slick-arrow.slick-disabled {
    background-color: #332d74;
    border: 2px solid #332d74;
}

.differential .arrow-cont,
.expert .arrow-cont {
    position: absolute;
    left: 100px;
    bottom: 40px;
}

.expert .arrow-cont {
    bottom: 0;
    top: 50%;
}

.diff-box p strong {
    font-family: 'Amplitude-Bold';
}
/* differential section end */

/* career section start */
.career {
    padding-top: 0;
}
/* .career-sec {
    background: url(../images/building.png) -110px no-repeat;
    background-size: cover;
    height: 650px;
    position: relative;
    z-index: 1;
} */

.career-img img {
    width: 100%;
    object-fit: cover;
}

.career-box {
    display: flex;
    justify-content: space-around;
    color: #fff;
    background: rgb(61, 85, 156, 0.8);
    border-radius: 20px;
    bottom: 0;
    padding: 30px;
    position: absolute;
    width: 100%;
}

h1, .banner-txt h2,
.about-sec h2,
.program-sec h2,
.diff-sec h2,
.career-hd h2,
.career-txt h3,
.recruiter-sec h2,
.expert-sec h2,
.credibility-sec h2,
.alumni-sec h2,
.at-bmu-sec h2,
.hero-group-sec h2,
.footer-sec p,
.collaboration-txt h2 {
    text-transform: uppercase;
}

.car {
    width: fit-content;
}

.car h5 {
    font-size: 100px;
    line-height: 0.9;
}

.car p {
    text-align: right;
    font-size: 30px;
}
/* career section end */

/* recruiter section start */
.recruiter .row {
    align-items: center;
}

.recruiter-img figure img {
    width: 200px;
    object-fit: contain;
    aspect-ratio: 3;
}
/* recruiter section end */

/* collaboration section start */
.collaboration-img-sec img#activeSliderBigImg {
    width: 100%;
    border-radius: 30px;
    position: relative;
}

.collaboration-txt p {
    margin: 20px 0;
}

.collaboration-img-sec #activeSliderImg,
.coll-img img {
    width: 250px;
}

.coll-img img {
    aspect-ratio: 2/1;
    object-fit: contain;
}

.collaboration .arrow-cont {
    margin-bottom: 30px;
    display: flex;
    gap: 10px;
}

.slider-arrow {
    border: 1px solid #000;
    border-radius: 40px;
    background: #e3e2ff;
    width: 50px;
    height: 30px;
    line-height: 1.2;
    transition: all .5s;
}
.slider-arrow i {
    color: #000000;
    font-size: 20px;
}

.slider-arrow:hover {
    background: #332d74;
    border-color: #332d74;
}

.slider-arrow:hover i {
    color: #fff;
}

/* .collaboration-img-sec {
    padding-right: 40px;
} */

/* .collaboration-img-sec #activeSliderImg,
.coll-img figure {
    background: #fff;
}

.coll-img figure {
    width: fit-content;
    padding: 15px 20px;
    border-radius: 10px;
} */

.coll-img  {
    /* width: fit-content; */
    padding: 15px 20px;
    border-radius: 10px;
    border: 2px solid #332d74;
    flex-basis: 45%;
    min-height: 75px;
    align-content: center;
}


.collaboration-img-sec img#activeSliderImg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

.slideCont {
    position: relative;
    bottom: -30px;
}

.collaboration-slider .slick-slide.slick-current:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 10px;
    background: #332d74;
    bottom: 10px;
}

.collaboration-slider {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}
/* collaboration section end */

/* expert section start */
.expert-ldr figure img {
    width: 100%;
    border-radius: 30px;
}

.expert-ldr {
    padding-right: 30px;
}
/* expert section end */

/* credibility section start */
.credibility-sec,
.at-bmu-sec {
    border-top: 2px solid #332d74;
    padding-top: 50px;
}

.credibility-slider.slick-slider {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}

.credibility-sec h2,
.alumni-sec h2,
.hero-group-sec h2 {
    margin-bottom: 50px;
}

.credibility-slider .slick-arrow,
.hero-slider .slick-arrow {
    top: initial;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.credibility-slider .slick-arrow.slick-prev,
.hero-slider .slick-arrow.slick-prev {
    left: 46%;
}
/* credibility section end */

/* alumni section start */
.alumni-sec-tab .nav-pills .nav-link.active {
    background: none;
} 

.alumni-img-sec figure img {
    border-radius: 30px;
}

.alumni-txt,
.alumni-hd {
    margin-top: 30px;
}

.alumni-sec-tab .nav-link.active::after {
    content: '';
    width: 80px;
    height: 10px;
    background: #332d74;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.alumni-sec-tab .nav-link.active::after {
    width: 150px;
    left: 140px;
    border-radius: 0 0 5px 5px;
}

.alumni-sec-tab li.nav-item {
    width: 50%;
}
/* alumni section end */

/* at-bmu section start */
.at-bmu-img-sec {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    margin-top: 150px;
}

.campus-sec {
    flex-basis: 23%;
}

.campus-sec figure img {
    width: 100%;
    border-radius: 20px;
}

.campus-sec:nth-of-type(2),
.campus-sec:nth-of-type(4),
.campus-sec:nth-of-type(6),
.campus-sec:nth-of-type(8) {
    margin-top: -100px;
}
/* at-bmu section end */

/* hero section start */
.hero-group .arrow-cont,
.credibility .arrow-cont {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
/* hero section end */

/* footer section start */
footer {
    padding: 80px 0 50px;
}
/* footer section end */


/* form css */
.form-sec {
    position: fixed;
    top: 22%;
    right: 0px;
    width: 360px;
    background: #e83c44;
    padding: 13px 24px 20px;
    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: 27px;
    color: #252525;
}

.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: 10px;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 21px;
    /* border: 2px solid #252525; */
}

.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;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    border: solid 1px #606060;
    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 #606060;
    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: #fff;
    line-height: 19px;
}

.sbt {
    border: solid 1px var(--form-submit-button);
    border-radius: 20px;
    padding: 8px 20px;
    color: #fff;
    font-weight: bold;
    margin: 14px auto 0;
    width: 100%;
    display: inherit;
    font-size: 20px;
    background-color: #332d74;
}

.input {
    border: none;
    padding: 0;
    height: 30px;
    width: 100%;
    border-radius: 10px;
    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: #e83c44;
    color: #fff;
    outline: none;
    z-index: 999;
}

.topenq a:hover {
    outline: none;
    color: #fff;
    background: #e83c44;
    border: none;
}

.topenq a {
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: #e83c44;
    text-decoration: none;
}

.error {
    color: #fdf8f8;
    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: 100%;
        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: #5ba6c2;
        left: 0;
    }

    .special_item:focus-visible {
        outline: none;
    }

    .topenq1.mobile a {
        display: block;
        text-align: center;
        background-color: #e83c44;
        padding: 15px;
        transition: all 0.3s ease;
        color: #ffffff;
        font-size: 16px;
        text-decoration: none;
        /* border: 2px solid #252525; */
        border-radius: 0;
    }

    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }

    .admission {
        margin-top: 0rem;
    }
}

.hjghj {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

.hjghj a {
    text-decoration: none;
    color: #ffffff;
    font-size: 0.7rem;
}

.adm-txt h4 {
    font-size: 23px;
    color: #fff;
}
/* form css end */
