*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: var(--black);
}
h1, h2, h3, h4, h5, h6, p, ul, li, figure {
    padding: 0;
    margin: 0;
}
h1 {
    font-size: 75px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 400;
}
h2 {
    font-size: 55px;
    margin-bottom: 30px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 25px;
}
p, li {
    font-size: 23px;
    line-height: 1.2;
}
b {
    padding: 0px 6px;
}
a, a:hover {
    text-decoration: none;
}

:root {
    --black: #000;
    --white: #fff;
    --orange: #ef4e22;
    --navy: #351c6b;
    --purple: #edebff;
    --violet: #9b2360;
    --peach: #ffe2dc;
    --gray: #ececed;
}


@font-face {
    font-family: 'Flama';
    src: url('../fonts/Flama-Bold.woff2') format('woff2'),
        url('../fonts/Flama-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Flama Book';
    src: url('../fonts/Flama-Book.woff2') format('woff2'),
        url('../fonts/Flama-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Flama Basic';
    src: url('../fonts/Flama-Basic.woff2') format('woff2'),
        url('../fonts/Flama-Basic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


section {
    padding: 80px 0;
}

.container {
    max-width: 100%;
    padding: 0 100px;
}

/* header css start */
header {
    background: url(../images/banner.webp) center no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 50px 30px 0;
}

.logo-sec {
    display: flex;
    justify-content: space-between;
}

.logo-sec img {
    width: 230px;
}

.banner-sec {   
    margin-top: 100px;
}

.banner-sec, .banner-sec a,
.found-tab-btn .nav-link a,
.excellence,
.ordinary-sec h2,.ordinary-sec {
    color: var(--white);
}

.banner-sec a {
    font-size: 45px;
    background: var(--orange);
    padding: 10px 30px;
    font-weight: 600;
    display: inline-block;
    margin-top: 30px;
}
/* header css end */

/* foundation css start */
h2, .foundation-sec,
.excellence-sec, .connect-sec {
    text-align: center;
}

h2 span {
    color: var(--orange);
}

.foundation-sec p b {
    color: var(--navy);
}

.foundation-tab-sec {
    margin-top: 50px;
    position: relative;
}

.found-tab-btn h3, .found-tab-btn .nav-item li {
    text-align: left;
}

.found-tab-txt a.exp {
    display: block;
    text-decoration: none;
    margin-top: 10px;
}

.found-tab-btn h3 {
    line-height: 1.1;
    font-size: 28px;
}

.found-tab-btn .nav {
    gap: 20px;
}

.found-tab-btn .nav-item {
    width: 23.5%;
    height: 100%;
}

.found-tab-btn .nav-item .nav-link,
.found-tab-txt .nav-item .nav-link {
    background: var(--purple);
    color: var(--bl);
    padding: 20px;
    border-radius: 0;
    width: 100%;
}
.found-tab-btn .nav-item .nav-link {
    height: 200px;
}

.found-tab-btn .nav-item .nav-link.active, 
.found-tab-txt .nav.nav-tabs .nav-link.active,
.guideline {
    background: var(--navy) !important;
}

.found-slider .slick-slide {
    padding-right: 10px;
}

.found-tab-txt a.exp,
.found-tab-btn .nav-item .nav-link.active,
.found-tab-txt .nav.nav-tabs .nav-link.active,
.guideline-sec h2 {
    color: var(--white);
}

.found-tab-btn .nav-item li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 8px;
}

.found-tab-txt .tab-content {
    background: var(--peach);
    padding: 0;
}

.found-tab-txt .tab-content.prog {
    padding: 30px;
}

.found-txt-sec, .found-txt .found {
    display: flex;
    justify-content: space-between;
}

.found-tab-txt .nav.nav-tabs {
    margin-top: 10px;
    gap: 10px;
}
.found-tab-txt .nav.nav-tabs .nav-link {
    padding: 8px 10px;
    border: 0;
    text-align: center;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 500;
}

.found-tab-txt .nav-item {
    flex: 1;
}

.found-tab-txt .nav-tabs .nav-link.active {
    background: transparent;   
}

.found-txt .found {
    gap: 30px;
}

.found li {
    margin-left: 20px;
    margin-bottom: 8px;
}

.found-tab-btn h3,
.found-tab-btn li,
.found-tab-txt a.exp,
.found-txt h5,
.found-tab-txt .nav.nav-tabs .nav-link.active {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.found-tab-btn .nav-item li {
    font-weight: 400;
}

.found-txt h5 {
    margin-bottom: 15px;
}
/* foundation css end */

/* guideline css start */
.guide-sec {
    display: flex !important;
    justify-content: center !important;
    margin: 0 auto;
}

.guide-img {
    width: 20%;
}

.guide-img img {
    width: 100%;
}

.guide-txt h4 {
    margin-bottom: 25px;
    font-weight: 700;
}

.guide-txt li {
    margin-bottom: 8px;
    margin-left: 20px;
}

.guide-slider {
    width: 80%;
    background: var(--white);
    padding: 40px 30px 30px;
}

.guide-arrows {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    color: var(--white);
    gap: 15px;
}

.excellence-arrows,
.connect-arrows, .ordinary-arrows,
.found-arrows {
    cursor: pointer;
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 100%;
}

.excellence-arrows {
    bottom: 30%;
}

.connect-arrows {
    bottom: 35%;
}

.ordinary-arrows {
    bottom: 20%;
}

.found-arrows {
    bottom: 0;
    top: 20%;
    height: 10px;
}

.guide-arr, 
.excellence-arr,
.connect-arr, .ordinary-arr, 
.found-arr {
    font-size: 15px;
    font-weight: 900;
    width: 30px;
    height: 30px;
    border: 1px solid var(--white);
    color: var(--white);
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: transparent;
}

.connect-arr, .ordinary-arr,
.found-arr {
    border: 1px solid var(--orange);
    color: var(--orange);
}

.found-arr {
    color: var(--black);
}

.ordinary-arr {
    border: none;
}

.guide-arr:hover, 
.excellence-arr:hover,
.connect-arr:hover {
    background: var(--white);
    border: 1px solid var(--orange);
    color: var(--orange);
}

.connect-arr:hover {
    background: var(--orange);
}

.excellence-arr:hover {
    border: 1px solid var(--violet);
    color: var(--violet);
}

.connect-arr:hover {
    border: 1px solid var(--gray);
    color: var(--gray);
}

/* .guide-arr#prev1,  */
.excellence-arr#prev2,
.connect-arr#prev3,
.ordinary-arr#prev4,
.found-arr#prev5 {
    position: absolute;
    left: 0;
}

/* .guide-arr#next1,  */
.excellence-arr#next2,
.connect-arr#next3, .ordinary-arr#next4,
.found-arr#next5 {
    position: absolute;
    right: 0;
}

.connect-arr#prev3 {
    left: 60px;
}

.connect-arr#next3 {
    right: 60px;
}

.ordinary-arr#prev4 {
    left: 30px;
}

.ordinary-arr#next4 {
    right: 30px;
}

.found-arr#prev5 {
    left: -35px;
}

.found-arr#next5 {
    right: -35px;
}

.guide-txt h5 {
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1;
}
/* guideline css end */


/* easy css start */
.easy-img img {
    margin: 0 auto;
    display: block;
}
/* easy css end */

/* excellence css start */
.excellence {
    position: relative;
}

.excellence::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 95%;
    top: 0;
    left: 0;
    background: var(--violet);
    z-index: -1;
}

.excellence-slider {
    width: 95%;
    margin: 50px auto 0;
}

.excellence-slider .slick-slide {
    padding: 0 20px;
}

.excell-txt {
    padding: 50px 30px;
    color: var(--black);
    text-align: center;
    min-height: 270px;
    align-content: center;
}

.excell-txt, .connect-slider {
    background: var(--gray);
}
/* excellence css end */

/* connect css start */
.connect-slider {
    margin-top: 50px;
    padding: 30px 60px;
}
.connect-img img,
.ord-img img {
    width: 200px;
    aspect-ratio: 2/1;
    object-fit: contain;
    margin: 30px auto 0;
}
/* connect css end */

/* ordinary css start */
.ordinary {
    background: var(--navy);
}
.ordinary-sec h2 {
    text-align: left;
}

.ordinary-img {
    padding-right: 40px;
}

.ordinary-slider {
    background: var(--white);
    padding: 30px 30px;
    margin-top: 50px;
}

.ord-img img {
    width: 140px;
    margin: 0 auto;
}
/* ordinary css end */

/* campus css start */
.campus-sec h2 {
    margin-bottom: 60px;
}
.campus-exp {
    position: relative;
    margin: 0 30px;
}
.campus-txt {
    background: var(--gray);
    padding: 20px;
    text-align: center;
    margin: 0 50px;
    position: absolute;
    bottom: -50px;
}

.campus-txt h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.campus-exp img {
    width: 100%;
}
/* campus css end */

/* video css start */
.video-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.video-wrapper #thumb {
    position: relative;
}

.video-wrapper .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#player-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

#player-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* video css end */

/* vibrant css start */
.vibrant-img img {
    width: 100%;
}
/* vibrant css end */

/* footer css start */
footer {
    background: var(--purple);
    padding: 50px 0;
    text-align: center;
    margin: 0 auto;
}

.footer-sec h3 {
    font-family: 'Flama-Basic';
    font-size: 35px;
}

.footer-sec h3 b {
    font-family: 'Flama-Bold';
}

footer, .ftr p small {
    color: #372a6b;
}

.ftr-det {
    border-top: 3px solid #998dc6;
    border-bottom: 3px solid #998dc6;
    margin: 30px auto;
    padding: 30px 0;
    width: 80%;
}

.ftr-img {
    position: relative;
}
.ftr-img img {
    position: absolute;
    left: 50%;
    top: -50px;
}

.ftr-txt h5:first-child {
    margin-bottom: 15px;
}

.ftr-txt h5, .ftr {
    font-family: 'Flama-Book';
}

.ftr-txt h5 {
    font-size: 29px;
}

.footer-sec p {
    margin-top: 10px;
    font-weight: 500;
}
/* footer css end */

/* form css */
.form-sec {
    position: fixed;
    top: 17%;
    right: 0px;
    width: 30%;
    background: #542e52;
    padding: 13px 24px 20px;
    z-index: 9;
    transition: .3s all;
    z-index: 9999;
    border-radius: 0;
    /* height: 370px; */
}

.form-sec .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 28px;
    background: transparent;
    border: none;
    cursor: pointer;
    opacity: 1;
}

.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: #fff;
}

.adm-txt h4 {
    font-size: 21px;
    color: #000000;
}

.adm-txt {

    color: #000;
    text-align: center;
    margin-bottom: 12px;
    line-height: 30px;
}

.form-group {
    margin-bottom: 1rem;
    width: 100%;
}

.form-sec .form-group .form-control {
    position: relative;
    padding-left: 20px;
    /* background: #ffffff; */
    border-radius: 0;
    /* margin-bottom: 21px; */
}



.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 {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: -1px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #000;
    line-height: 19px;
}

.dynamic_theme_block .btn-register,
.dynamic_theme_block .btn-login{
    border: solid 1px var(--form-submit-button);
    border-radius: 0;
    padding: 4px 20px;
    color: #000;
    font-weight: bold;
    margin: 0px auto 0;
    width: 100%;
    display: inherit;
    font-size: 20px;
    background-color: #fff;
}

.form .form-control {
    border: none;
    padding: 0px;
    height: 28px;
    width: 100%;
    border-radius: 0;
    font-size: 13px;
    color: #000000;
    background: rgb(255 255 255);
    outline: 0;
    font-weight: 600;
}

::placeholder {
    color: #000000 !important;
}

.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;
    border: none;
    background: #d4d6d7;
}

.topenq a {
    border: none;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: #d4d6d7;
    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;
    }

    .special_item:focus-visible {
        outline: none;
    }

    .topenq1.mobile a {
        display: block;
        text-align: center;
        background-color: #d4d6d7;
        padding: 15px;
        transition: all 0.3s ease;
        color: #000;
        font-weight: 700;
        font-size: 16px;
        text-decoration: none;
    }

    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }

    .admission {
        margin-top: 0rem;
    }
}
/* form css end */

/*registration page*/
.form-custom {
    max-height: 100%;
}
.dynamic_theme_block .panel-body{
    box-shadow:none;
}
.form-group{
    position:relative;
}
.widget_input{
    flex-wrap:nowrap;
}
.dynamic_theme_block .panel-heading{
    /* display:none; */
}
.dynamic_theme_block .form-custom .merge_field_div {
    margin-bottom: 0px;
}
.form-group.label-floating.field-select.reg_specialization_id_div {
    /* width: 50%; */
    display: inline-block;
}
.dynamic_theme_block .form-custom .form-group.CourseId {
    width: 100% !important;
    padding: 0px !Important;
}
.form-group {
    margin-bottom:10px !important;
}
.form .fade{
    opacity:1 !important;
}
.dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select {
    float: left;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 1.5px 15px 1.5px 15px;
    font-weight: 700;
}
.center-link a{
    font-size:12px;  
}

#Agree {
    vertical-align: middle;
    margin-right: 3px;
}
.dynamic_theme_block .form-custom .agree-group .agree-condition {
    color: #fff;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-align: left;
}
h2#alertTitle {
    font-size: 16px;
}

.modal-header{
    display:table;
    text-align:left !important;
}
.modal-header h2{
    text-align:left;
}
.form-group.agree-group.col-md-12.text-center.fpass {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.nav-tabs .active a{color: #ef4e22 !important;font-size: 16px;font-weight: 600;border-bottom: 2px solid #fff;}
.nav-tabs li a{color: #fff;font-size: 16px;font-weight: 600;}
.dynamic_theme_block .panel-heading {background: transparent !important;border:none !important;}
.nav-tabs{border:none !important;display: flex;justify-content: space-evenly;}
.dynamic_theme_block .fpass a {
    font-size: 12px;
    color: #fff !important;
    padding: 10px 0 0;
    display: inline-block;
}
.agree-condition{color: #fff !Important;}
.dynamic_theme_block .npf_cpt_new img {
    width: 100%;
    height: 28px !important;
    float: left;
    padding-right: 10px;
}