*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'roboto_slabregular';
    src: url('../fonts/robotoslab-regular-webfont.woff2') format('woff2'),
         url('../fonts/robotoslab-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_slabbold';
    src: url('../fonts/robotoslab-bold-webfont.woff2') format('woff2'),
         url('../fonts/robotoslab-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-size: 45px;
    font-family: 'roboto_slabregular';
}

h2{
    font-size: 35px;
}

h3{
    font-size: 30px;
}

h4{
    font-size: 28px;
}

h5{
    font-size: 26px;
}

p{
    font-size: 20px;
}

section {
    padding: 50px 0;
}

/* header section start */
header {
    background: url(../images/banner.png) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 30px 0 50px;
    height: 100vh;
}
header h1 strong {
    color: #D55A15;   
}
.logo-sec img {
    width: 120px;
}
header h3 {
    margin: 40px 0;
}
.hdr-nw {
    background: #D55A15;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 20px;
}
.hdr-nw h4{
    font-size: 23px;
    margin-bottom: 0;
    /* font-family: 'robotobold'; */
}
header h5 {
    font-family: 'robotobold';
}
/* header section end */


/* form css */

.form-sec {
    position: fixed;
    top: 8%;
    right: 0px;
    width: 360px;
    background: #102783;
    padding: 0px;
    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: #fff;

    text-align: center;

    margin-bottom: 12px;

    line-height: 30px;
    padding-top:10px;
}



.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: #D85A15;
    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: 0px;

        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: #D85A15;
        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 */

/* programme section start */
.programme-txt h2 strong {
    color: #D55A15;
}
.programme-txt {
    margin-right: 50px;
    font-family: 'roboto_slabbold';
}
.programme-txt p{
    margin-top: 50px;
    font-family: 'robotoregular';
}
.programme-cont figure {
    margin-top: 50px;
}
.programme-cont img {
    width: 80%;
}
/* programme section end */


/* team section start */
.team-cont {
    background: #D55A15;
}
.team-section {
    text-align: center;
    color: #fff;
    font-family: 'roboto_slabbold';
}
.team-section p {
    width: 900px;
    margin: 30px auto;
    font-family: 'robotoregular';
}
.four-clmn-box figure,
.fun-box figure{
    margin: 0;
}
.four-clmn-box p {
    background: #fff;
    padding: 20px;
    font-family: 'robotoregular';
    height: 150px;
    line-height: 1.1;
}
.four-clmn-box,
.fun-box {
    padding: 10px;
}
.four-clmn-section,
.fun-box-section {
    padding-bottom: 30px;
}
.four-clmn-section .slick-arrow,
.fun-box-section .slick-arrow {
    position: absolute;
    right: 30px;
    font-size: 0;
    border: none;
    width: 52px;
    height: 34px;
    background: url(../images/arrow-pre.png) no-repeat;
    bottom: 0;
    background-size: 30px !important;
}
.four-clmn-section .slick-arrow.slick-next {
    right: -10px;
    background: url(../images/arrow-nxt.png) no-repeat;
}
/* team section end */


/* recruiter section start */
.recruiter-cont {
    background: url(../images/bckgrnd-dot.png) no-repeat;
}
.recruiter-cont h2 {
    color: #D55A15;
    font-family: 'roboto_slabbold';
}
.recruiter-cont h2 strong {
    color: #000;
}
.recruiter-cont p {
    font-family: 'robotoregular';
}
.five-clmn-section {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}
.five-clmn h3 {
    color: #D55A15;
    font-size: 50px;
    /* font-family: 'roboto_slabbold'; */
}
.five-clmn p {
    font-size: 28px;
    line-height: 1;
    font-family: 'robotoregular';
}
.recruiter-section {
    text-align: center;
    position: relative;
}
.recruiter-section h2 {
    color: #000;
    font-family: 'roboto_slabbold';
}
.recruiter-section h2::after,
.recruiter-section h2::before {
    content: '';
    position: absolute;
    width: 35%;
    height: 2px;
    background: #D55A15;
    top: 22px;
    margin-left: 20px;
}
.recruiter-section h2::before {
    left: 0;
    width: 38%;
}
.recruiter-img-section img{
    width: 200px;
	padding:0 15px;
}
.recruiter-img-section .slick-slide figure {
    height: 200px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.recruiter-img-section .slick-dots {
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recruiter-img-section .slick-dots button {
    font-size: 0;
    background: #808080;
    border: none;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}
.recruiter-img-section .slick-dots li {
    margin-right: 15px;
}
.recruiter-img-section .slick-dots .slick-active button {
    background: #0000ff;
}
/* recruiter section end */


/* fun section start */
/* .fun-cont {
    padding-bottom: 150px;
} */
.fun-section h2 {
    font-family: 'roboto_slabbold';
}
.fun-section h2 strong {
    color: #D55A15;    
}
.fun-section p {
    margin-top: 50px;
    font-family: 'robotoregular';
}
.fun-box p {
    background: #D55A15;
    color: #fff;
    padding: 10px;
	font-size:13px;
	line-height:1.2;
    font-family: 'robotoregular';
}
.fun-box-section .slick-arrow {
    background: url(../images/arrow-black-pre.png) no-repeat;
    left: -90px;
    bottom: 60px;
}
.fun-box-section .slick-arrow.slick-next {
    left: -50px;
    background: url(../images/arrow-black-nxt.png) no-repeat;
}
/* fun section end */


/* success section start */
.success-cont {
    background: #FFEBE3;
}
/* .success-cont img{
    width: 80%;
    margin-top: -120px;
} */
/* .quote-sg {
    background: url(../images/inverted-sg.png) no-repeat;
    background-size: 12%;
} */
.success-cont figure {
    text-align: center;
    margin: 0;
}
.success-cont h2 {
    padding-left: 40px;
    /* margin-top: -120px; */
    color: #D55A15;
    font-family: 'roboto_slabbold';
    text-align: center;
}
.success-cont img {
    max-width: 50px;
}
.success-cont h2 strong {
    color: #000;
}
.success-section {
    /* margin-top: 50px; */
    text-align: center;
}
.success-txt {
    padding-left: 44px;
    /* padding-top: 20px; */
    font-family: 'robotoregular';
}
.success-txt p{
    margin-bottom: 30px;
}
.success-txt h3 {
    font-size: 26px;
    line-height: 1;
}
.success-txt h4 {
    font-size: 21px;
}
/* success section end */


/* footer section start */
footer {
    background: #000;
    color: #fff;
    padding: 30px 0;
    text-align: center;
    font-family: 'robotoregular';
}
/* footer section end */