*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gothambold-webfont.woff2') format('woff2'),
         url('../fonts/gothambold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothamlight';
    src: url('../fonts/gothamlight-webfont.woff2') format('woff2'),
         url('../fonts/gothamlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/gothammedium-webfont.woff2') format('woff2'),
         url('../fonts/gothammedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothamblack';
    src: url('../fonts/gotham-black-webfont.woff2') format('woff2'),
         url('../fonts/gotham-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothamlight_italic';
    src: url('../fonts/gothamlightitalic-webfont.woff2') format('woff2'),
         url('../fonts/gothamlightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1{
    font-size: 40px;
    line-height: 1;
    font-family: 'gothamblack';
}
h2{
    font-size: 35px;
}
h3{
    font-size: 30px;
}
h4{
    font-size: 24px;
}
p{
    font-size: 18px;
    line-height: 1.3;
}
a{
    text-decoration: none;
    color: #fff;
}

section{
    padding: 30px 0;
}

/* header section start */
header{
    padding: 15px 0 0px 0;
}
.logo-sec img{
    width: 360px;
}
/* header section end */


/* banner sectio start */
.banner-cont{
    background: url(../images/banner.jpg) center no-repeat;
    background-size: cover;
}
.banner-section{
    position: relative;
    height: 100vh;
}
.banner-section figure{
    margin: 0;
    height: 100%;
}
.banner-section img{
    height: 100%;
    object-fit: cover;
}
.banner-text{
    position: absolute;
    background: #e31837;
    color: #fff;
    padding: 15px;
    bottom: 25%;
    left: 3%;
    text-shadow: 1px 4px 4px #000;
}
.coll-sec{
    position: absolute;
    bottom: 20px;
    left: 3%;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 1);
}
.coll-img-sec{
    display: flex;
}
/* banner section end */

/* form css */

.form-sec {
    position: fixed;
    top: 24%;
    right: 0px;
    width: 360px;
    background: #ed1b30;
    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: 2rem;
    color: #ffffff;
}

.adm-txt h4 {
    font-size: 2.5rem;
    color: #f8e91e;
}



.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: 20px;
    background: #ffffff;
    border-radius: 0;
    margin-bottom: 21px;
}



.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;

}



/* .checkbox-label input:checked~.checkmark {
    background-color: #fff;
} */



.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    border: solid 1px #fff;
    /* 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: #fff;
    font-weight: bold;
    /* text-transform: uppercase; */
    margin: 14px auto 0;
    width: 100%;
    display: inherit;
    font-size: 20px;
    background-color: #000;
}


.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: 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;
    color: #f8e91e;
    border: none;

}



.topenq a {
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: #ed1b30;
    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: 95%;

        padding: 20px;

        position: static;

        transform: none;

        transform: initial;

        margin: auto;

        margin-top: 10px;
        margin-bottom: 10px;
    }



    .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: #00ada7;
    }




    .special_item:focus-visible {
        outline: none;
    }

    .topenq1.mobile a {
        display: block;
        text-align: center;
        background-color: #e31837;
        padding: 15px;
        transition: all 0.3s ease;
        color: white;
        font-size: 16px;
        text-decoration: none;
    }



    .slide-righta.active .side-slide-form-wrap {

        display: block;

    }



    .admission {

        margin-top: 0rem;

    }

}

@media (max-width: 412px) {
    .form-sec{
        margin-bottom: 35px;
    }
}



.hjghj {

    display: flex;

    justify-content: space-between;

    padding-top: 15px;

}





.hjghj a {

    text-decoration: none;

    color: #ffffff;

    font-size: 0.7rem;

}
.hideme{display:none;}
.btnBox{
    text-align: center;
    margin-top: 20px;
}
.btnBox a{
    background: #ce892e;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
}
/* form css */

/* three-clmn section start */
.three-clmn-cont{
    background: url(../images/bck-rd.jpg) center no-repeat;
    background-size: cover;
}
.three-clmn-section{
    
   
    color: #fff;
    display: flex;
}
.three-clmn-txt{
    flex: 1;
    text-align: center;
}
.three-clmn-txt:nth-of-type(2){
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.three-clmn-txt h4{
    font-size: 20px;
    font-family: 'gothamlight';
}
.three-clmn-txt strong{
    font-family: 'gothambold';
}
.three-clmn-txt small{
    font-family: 'gothamlight_italic';
}
/* three-clmn section end */

/* programme section start */
.programme-cont{
    background: #ededed;
}
.programme-section{
    font-family: 'gothamlight';
}
.programme-section h2{
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.programme-section h2::after,
.attend-txt h2::after,
.unique-hd h2::after,
.benefits-txt h2::after,
.faculty-section h2::after,
.jr-hd h2:after{
    content: '';
    position: absolute;
    width: 15%;
    height: 3px;
    background: #e31837;
    bottom: -16px;
    right: 42%;
}
.programme-section p{
    text-align: justify;
    text-align-last: center;
    font-size: 18px;
    line-height: 1.3;
}
/* programme section start */

/* attend section start */
.attend-cont{
    padding: 0;
}
.attend-section,
.benefits-section{
    /* display: flex; */
    font-family: 'gothamlight';
    height: 650px;
}
.attend-txt{
    background: #000;
    color: #fff;
}
.attend-img,
.attend-txt{
    flex: 1;
}
.attend-img figure,
.benefits-img-sec figure{
    margin: 0;
    height: 100%;
}
.attend-img img,
.benefits-img-sec img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.attend-txt div{
    padding: 50px;
}

.attend-txt h2{
    margin-bottom: 50px;
    position: relative;
}
.attend-txt h2::after{
    width: 28%;
    left: 3px;
}
.attend-txt p:nth-of-type(2){
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 20px 0;
    margin: 20px 0;
}
.attend-txt p:nth-of-type(4){
    border-top: 2px solid #fff;
    padding: 20px 0;
    margin: 20px 0;
}
/* attend section end */

/* unique-pro section start */
.unique-cont{
    background: url(../images/pro-bck.jpg)  no-repeat;
    background-size: cover;
}
.unique-hd h2{
    text-align: center;
    position: relative;
    margin-bottom: 80px;
    font-family: 'gothamlight';
}
.unique-hd h2::after{
    width: 19%;
    right: 41%;
}
.unique-pro-txt{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.unique-pro{
    flex-basis: 33%;
    text-align: center;
}
.unique-pro p{
    font-family: 'gothammedium';
    margin: 20px 0 40px;
}
/* unique-pro section end */

/* benefits section start */
.benefits-cont{
    padding: 0;
}
.benefits-txt{
    background: #e31837;
    flex: 1;
    color: #fff;
    
}
.benefits-txt div{
    padding: 50px;
}
.benefits-txt ul{
    padding-left: 16px;
    padding-top: 50px;
}
.benefits-txt li{
    font-size: 18px;
    line-height: 1.3;
    font-family: 'gothamlight';
    margin-bottom: 30px;
}
.benefits-img-sec{
    flex: 1;
}
.benefits-txt h2,
.faculty-section h2,
.jr-hd h2{
    position: relative;
}
.benefits-txt h2::after,
.faculty-section h2::after{
    background: #fff;
    width: 26%;
    left: 0;
}
/* benefits section end */

.journey-section{
    font-family: 'gothamlight';
}
.jr-hd{
    text-align: center;
}
.jr-hd h2:after{
    width: 20%;
    left: 40%;
}
.jr-ph{
    margin: 60px 0 50px;
    font-family: 'gothambold';
    text-align: center;
}
.jr-ph a{
    display: inline-block;
    border: 1px solid #494949;
    padding: 10px 50px;
    border-radius: 40px;
    font-size: 30px;
    margin: 0 20px;
    color: #e31837;
}
.jr-ph a:hover{
    background: #e31837;
    color: #fff;
    border: none;
}
.jr-txt{
    margin: 50px 0;
    text-align: center;
}
.jr-txt h2,
.faculty-sec h3{
    font-family: 'gothambold';
}
.jr-box-sec{
    display: flex;
    justify-content: center;
    align-items: center;
}
.jr-box{
    position: relative;
}
.jr-box p{
    position: absolute;
    top: 43%;
    left: 20px;
    font-size: 18px;
}
/* journey section end */

/* faculty section start */
.faculty-cont{
    background: #e31837;
}
.faculty-section{
    color: #fff;
    font-family: 'gothamlight';
}
.faculty-txt{
    text-align: center;
    margin-bottom: 50px;
}
.faculty-section h2{
    margin-bottom: 50px;
}
.faculty-section h2::after{
    width: 18%;
    left: 41%;
}
.faculty-sec p{
    font-size: 18px;
}
.faculty-sec h3{
    font-size: 26px;
}
.faculty-slider-section .slick-dots{
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}   
.faculty-slider-section .slick-dots button{
    font-size: 0;
    border: 1px solid #fff;
    background: #e31837;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}
.faculty-slider-section .slick-dots li {
    margin-right: 15px;
}
.faculty-slider-section  .slick-dots .slick-active button {
    background: #fff;
}
/* faculty section end */

/* down section start */
.down-cont{
    background: #3f3f3f;
}
.down-section{
    color: #fff;
    /* display: flex; */
}
.dwn-leftside-sec{
    border-right: 2px solid #fff;
    flex: 1;
    font-family: 'gothambold';
    margin-right: 50px;
}
.dwn-leftside-sec p:first-child{
    font-family: 'gothamlight';
}
.dwn-leftside-sec p:nth-of-type(2){
    border-top: 2px solid #e31837;
    border-bottom: 2px solid #e31837;
    display: inline-block;
    padding: 10px 0;
    margin: 10px 0;
}
.dwn-rightside-sec{
    flex: 1;
    font-family: 'gothamlight';
}
.dwn-btn a{
    font-family: 'gothambold';
    font-size: 20px;
    background: #e31837;
    border-radius: 50px;
    padding: 20px;
    display: inline-block;
    margin-top: 40px;
    color: #fff;
}
/* down section end */

/* footer section start */
footer{
    background: #000;
    padding: 30px 0;
}
.footer-section{
    color: #fff;
    /* display: flex; */
    font-family: 'gothambold';
}
.footer-section h4{
    font-size: 18px;
    line-height: 1.5;
}
.footer-section a{
    color: #fff;
}
.footer-leftside-sec{
    flex: 1;
}
.footer-leftside-sec p{
    margin-top: 30px;
}
.footer-rightside-sec{
    flex: 1;
}
.footer-rightside-sec h4:last-child{
    margin-top: 30px;
}
/* footer section end */