@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    font-family: 'Montserrat', sans-serif;
}

body {
    /* background-color: #f5f0e6; */
    font-family: 'Montserrat', sans-serif;
}



h1 {
    font-size: 11rem;
    font-weight: 800;
}



h1 {
    font-size: 11rem;
    font-weight: 800;
    line-height: 1;
}



h3 {

    font-size: 3.3rem;
}



p {

    font-size: 2.1rem;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.2;

}

section {
    padding: 10.7rem 0;
}




/* section banner start */

.banner {
    padding: 0;
    position: relative;
    background-color: #f7c708;
    height: 100vh;
    overflow: hidden;
    width: 100%
}



.left_partof-banner img,
.right_partof-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_image_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_image_1 img {
    width: 88%;
}

.banner_all {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    height: 100vh;
    position: relative;

}
.right_about p{
    font-size: 18px;
}

.banner_image-1 img {
    width: 100%;
}

.banner_image-1 {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


.left_partof-banner {
    /* background-color: red; */
    position: relative;
    height: 100vh;
    width: 33%;
    /* margin-top: 7rem; */
}

.right_partof-banner {
    /* background-color: rgb(0, 4, 255); */
    height: 100%;
    width: 33%;
    position: relative;
}

.content {
    /* background-color: rgb(0, 255, 55); */
    height: 100vh;
    width: 33%;
    padding-top: 4rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.left_partof-banner .banner_left_img:nth-child(1) {
    width: 117px;
    height: 117px;
    background: #e0e3cf;
    position: absolute;
    --index: 2;
    opacity: 0;
    animation: fadeIn 0.1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-delay: calc(0.3s * var(--index));
    left: 8.8%;
    top: 10%;
}




.left_partof-banner .banner_left_img:nth-child(2) {
    width: 230px;
    position: absolute;
    top: 22%;
    left: 30.3%;
    --index: 3;
    opacity: 0;
    animation: fadeIn 0.1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-delay: calc(0.3s * var(--index));
}

.left_partof-banner .banner_left_img:nth-child(3) {
    position: absolute;
    top: 46.5%;
    /* left: -2%; */
    width: 163px;
    --index: 4;
    opacity: 0;
    animation: fadeIn 0.1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-delay: calc(0.3s * var(--index));
}

.left_partof-banner .banner_left_img:nth-child(4) {
    top: 64.2%;
    position: absolute;
    left: 20.5%;
    width: 163px;
    left: 30.3%;
    --index: 5;
    opacity: 0;
    animation: fadeIn 0.1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-delay: calc(0.3s * var(--index));

}

.left_partof-banner .banner_left_img:nth-child(5) {
    position: absolute;
    top: 81.7%;
    width: 108px;
    height: 108px;
    background: #898542;
    left: 10.4%;
    --index: 6;
    opacity: 0;
    animation: fadeIn 0.1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-delay: calc(0.3s * var(--index));
}

.content_banner_image {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.content_banner_image-1:nth-child(1) {
    width: 163px;
    --index: 7;
    opacity: 0;
    animation: fadeIn 0.1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-delay: calc(0.3s * var(--index));
}

.content_banner_image-1:nth-child(1) img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content_banner_image-1:nth-child(2) {
    background: #4e4b28;
    width: 90px;
    height: 90px;

    --index: 8;
    opacity: 0;
    animation: fadeIn 0.1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-delay: calc(0.3s * var(--index));
}


.banner_text h1 span {
    font-weight: 400;
}

.banner_text h4 {
    font-size: 3rem;
    padding-top: 3rem;
}

.banner_text {
    padding: 7rem 0;
    animation: slideUp 1s ease-in-out;
}


.right_partof-banner {
    margin-left: 7rem;
}

.right_partof-banner .banner_right_img:nth-child(1) {
    width: 135px;
    position: absolute;
    right: 47%;
    top: 24.5%;
    --index: 9;
    opacity: 0;
    animation: fadeIn 0.1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-delay: calc(0.3s * var(--index));
}



.right_partof-banner .banner_right_img:nth-child(2) {
    width: 135px;
    position: absolute;
    height: 140px;
    bottom: 46.5%;
    right: 22%;
    --index: 10;
    opacity: 0;
    animation: fadeIn 0.1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-delay: calc(0.3s * var(--index));
}

.right_partof-banner .banner_right_img:nth-child(2) img {
    object-position: top;
}

.right_partof-banner .banner_right_img:nth-child(3) {
    position: absolute;
    width: 210px;
    bottom: 24%;
    left: 14%;
    --index: 11;
    opacity: 0;
    animation: fadeIn 0.1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-delay: calc(0.3s * var(--index));
}

#spacial {
    position: absolute;
    bottom: 17.3%;
    right: 0;
    background: #f6f6f6;
    width: 115px;
    height: 115px;
    --index: 12;
    opacity: 0;
    animation: fadeIn 0.1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-delay: calc(0.3s * var(--index));
}

.right_partof-banner .banner_right_img:nth-child(5) {
    position: absolute;
    bottom: 0;
    right: 21.2%;
    width: 9vw;
    --index: 13;
    /* transition: all 0.3s ease-out; */
    opacity: 0;
    animation: fadeIn 0.1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-delay: calc(0.3s * var(--index));
    /* height: 9vw; */
}




/* section banner end */

/* about css start */
.about {
    background-color: #c58b31;
    padding: 0;
    color: #fff;
   
}

.about .row {
    align-items: center;
}

.left_About img {
    width: 100%;
    visibility: hidden;
}

.left_About {
    display: flex;
    align-items: center;
    gap: 2rem;
    position: relative;
}

.left_About::after {
    background-image: url(../images/about_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    height: 410px;
    width: 414px;
    bottom: -71px;
}



.left_about_text h5 {
    font-size: 29px;
}

.right_about {
    padding-left: 10rem;
}

/* about css end */


/* highest css start */

h2 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.1;
}

.highest_all {
    position: relative;

}

hr:not([size]) {
    background-color: #c5c5c5;
    height: 2px;
    max-width: 95%;
    margin: 7rem 0;
}

.highest_content-1 {
    max-width: 50%;
    margin: auto;
}

.highest_content-1 h3 {
    font-size: 23rem;
    line-height: 0.6;
    font-weight: 700;
    color: #f7c607;
}

.highest_content-1 h4 {
    font-size: 3rem;
    font-weight: 700;
    padding-bottom: 2.5rem;
    padding-left: 0.6rem;
}

.highest_content-1 .joint_high {
    display: flex;
    align-items: end;
}

.highest_content-1 .joint_high h5 {
    font-size: 3rem;
    rotate: 270deg;
    font-weight: 700;
    margin-left: -2rem;
}


.highest_content-2 {
    max-width: 50%;
    margin: auto;
}

.highest_content-2 h3 {
    font-size: 23rem;
    line-height: 0.6;
    font-weight: 700;
    color: #f7c607;
}

.highest_content-2 h4 {
    font-size: 3rem;
    font-weight: 700;
    padding-bottom: 2.5rem;
    padding-left: 1.6rem;
}

.highest_content-2 .joint_high {
    display: flex;
    align-items: end;
}

.highest_content-2 .joint_high h5 {
    font-size: 3rem;
    rotate: 270deg;
    font-weight: 700;
    margin-left: -2rem;
    margin-bottom: 1rem;
}

.logos {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 111px;
}

/* highest css end */

/* specialisations css start */
.Specialisations {
    background-color: #f1f1f1;
}

.Specialisations h2 {
    padding-bottom: 2rem;
}


.box-spacial {
    position: relative;
}


.top_spacial .box-spacial:nth-child(2) img {
    width: 100%;
}



.box-spacial>img {
    width: 100%;
}


.box_absolute {
    position: absolute;
    bottom: 0;
    padding: 2rem 4rem;
    color: #fff;
    z-index: 1;
    width: 100%;
}

.top_spacial .box-spacial:nth-child(2) .image_box {
    background: rgb(255, 255, 255);
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: 0;
    right: 0;
}


.box_absolute img {
    max-width: 22%;
    width: 100%;
}

.box_absolute h3 {
    font-size: 3rem;
    padding-top: 2rem;
}

.top_spacial {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    position: relative;
    max-width: 82%;
    margin: auto;
}

.top_spacial::after {
    content: "";
    position: absolute;
    top: 33.8%;
    left: -10%;
    /* bottom: 0; */
    right: 0;
    background-color: #f7c708;
    width: 10%;
    height: 16%;
}

.top_spacial::before {
    content: "";
    position: absolute;
    top: 49.8%;
    right: -10%;
    background-color: #898542;
    width: 10%;
    height: 16%;
}

.top_spacial .box-spacial:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
    background: #4e4b28;
}

.top_spacial .box-spacial:nth-child(2) {
    grid-area: 1 / 2 / 2 / 4;
    position: relative;
}

.top_spacial .box-spacial:nth-child(3) {
    grid-area: 1 / 4 / 2 / 5;
    position: relative;
}


.top_spacial .box-spacial:nth-child(3)::after,
.top_spacial .box-spacial:nth-child(4)::after,
.top_spacial .box-spacial:nth-child(6)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1, 0.1) 10%, rgba(0, 0, 0, 1) 10%);
    background: rgb(0, 0, 0);
    background: linear-gradient(359deg, rgb(0 0 0 / 83%) 27%, rgba(0, 0, 0, 0) 100%);
}


.top_spacial .box-spacial:nth-child(4) {
    grid-area: 2 / 1 / 3 / 2;
    position: relative;
}

.top_spacial .box-spacial:nth-child(5) {
    grid-area: 2 / 2 / 3 / 3;
    background: #c58b31;
}

.top_spacial .box-spacial:nth-child(6) {
    grid-area: 2 / 3 / 3 / 4;
    position: relative;
}

.top_spacial .box-spacial:nth-child(7) {
    grid-area: 2 / 4 / 3 / 5;
    background: #808081;
}

.content_special {
    padding-top: 7rem;
}

/* specialisations css end */


/* differantail css start */

.diff_box p {
    color: #5f5f5f;
    font-weight: 500;
}

.banner_mobile{
    display: none;
}




.differantial_content .diff_box {
    background-color: #f7c708;
    padding: 5rem 9rem 0rem 9rem;
    max-width: 29.4%;
}

.box-differ_ren {
    background: #eaeaea;
    width: 9%;
    height: 134px;
    padding: 3rem;
    position: absolute;
    right: 0;
    top: 26%;
}

.differantial_content {
    display: flex;
    position: relative;
}

.diff_slider_ad {
    display: flex;
}

.diff_box_slider h4 {
    font-size: 2.5rem;
    padding-top: 2rem;
    font-weight: 700;
}

.diff_box_slider h4 span {
    font-weight: 400;
}

.slider_div_all {
    display: grid;
    grid-template-columns: 285px 150px 285px 150px 300px;
    grid-template-rows: repeat(2, 280px);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    /* margin-left: -13rem; */
}

.slider_diff .slick-dots {
    top: -1.8%;
    text-align: left;
    left: 12%;
    transform: translate(10px, 10px);
}


.slider_diff .slick-dots li {


    background: #c7c7c7;
    height: 5px;
    width: 45px;
}

.slider_diff .slick-dots li.slick-active button:before,
.slider_diff .slick-dots li button:before {
    display: none;
}

.slider_diff .slick-dotted.slick-slider {
    margin-bottom: 0;
}


.slider_diff .slick-dots .slick-active {


    background: #c58b31;
}

.slider_diff {
    margin-left: -13rem;
    max-width: 69.3%;
}

.diff_box_slider:nth-child(1) {
    grid-area: 2 / 1 / 3 / 3;
    background-color: #4e4b28;
    padding: 3rem;
    color: #fff;
}

.diff_box_slider:nth-child(2) {
    grid-area: 1 / 3 / 2 / 5;
    background: #c58b31;
    padding: 3rem;
    color: #fff;
}

.diff_box_slider:nth-child(3) {
    grid-area: 2 / 4 / 3 / 6;
    background: #898542;
    padding: 3rem;
    color: #fff;
}

/* differantail css end */


/* curriculum css start */

.para_acod {
    display: flex;
    gap: 3rem;
}

.accod_part .accordion-button {
    font-size: 3rem;
    font-weight: 500;
    background-color: #000;
    color: #fff;
    padding: 3rem;
}

.accod_part .accordion-body {
    padding: 5rem 4.25rem;
}

.accod_part {
    padding-left: 5rem;
}

.top_heading_curri {
    padding-bottom: 4rem;
}

.para_acod ul li {
    font-size: 2rem;
}

.accod_part .accordion-button:not(.collapsed)::after {
    background-image: url(../images/arrow.jpg);
    background-repeat: no-repeat;
}

.accod_part .accordion-button::after {
    background-image: url(../images/arrow+.png);
    background-repeat: no-repeat;
}

.accod_part .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #c58b31;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    position: relative;
}

.curri_left {
    padding-right: 3rem;
}

.curri_right {
    padding-left: 3rem;
}


.curri_right hr:not([size]) {
    background-color: #000000 !important;
    height: 2px !important;
    max-width: 100%;
    margin: 7rem 0 !important;
    opacity: 1 !important;
}

.content_acod h4 {
    color: #c58b31;
    font-size: 3rem;
    padding-bottom: 1rem;
}

.content_acod ul li {
    font-size: 2rem;
    /* padding-bottom: 5rem; */
}

.content_acod h5 {
    padding-top: 3rem;
    font-size: 2rem;
    font-weight: 700;
}

.accod_part .accordion-button::before {
    content: "";
    border: 1px solid#c58b31;
    width: 30px;
    height: 30px;
    top: 50%;
    /* left: -3.3%; */
    right: calc(100% + 20px);
    /* bottom: 0; */
    position: absolute;
    transform: translateY(-50%);
}

.accod_part .accordion-item {
    position: relative;
    margin-bottom: 1rem;
    border: none;
}

.accod_part .accordion-item::before {
    position: absolute;
    content: "";
    background-color: #c58b31;
    width: 2px;
    height: calc(100% - 55px);
    right: calc(100% + 35px);
    /* transform: translateY(-50%); */
    bottom: -20px;
}


.accod_part .accordion-button:not(.collapsed)::before {
    content: "";
    background-color: #c58b31;
    width: 30px;
    height: 30px;
    top: 50%;
    /* left: -3.3%; */
    right: calc(100% + 20px);
    /* bottom: 0; */
    position: absolute;
    transform: translateY(-50%);
}

.accod_part .accordion-item:last-child::before {
    display: none;
}

.accod_part .accordion-item:last-child:has(div.show)::before {

    display: block;
}



/* curriculum css end */


/* professional css start */

.professional {
    background-image: url(../images/banner_d.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 100vh; */
    color: #fff;
}

.pro_left h2 {
    color: #f7c607;
    padding-bottom: 2rem;
}

.profe_content .pro_right img {
    width: 100%;
    margin: 3rem 0;

}

.profe_content-2 .pro_right img {
    object-fit: scale-down;
}

.pro_right h3 {
    margin-left: auto;
    max-width: 85%;
}

.profe_content {
    border-bottom: 2px solid #f7c607;
    padding-bottom: 7rem;
}

.profe_content-2 {
    padding-top: 7rem;
}

.profe_content-2 .pro_left h4 {
    font-size: 3rem;
}

.profe_content-2 .slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* professional css end */

/* industry css start */
.industry .heading_top h4 {
    padding: 1rem;
    font-size: 2.5rem;
    font-weight: 600;
}

.industry .heading_top p {
    padding-top: 2rem;
    padding-bottom: 8rem;
}

.indus_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.indus_img img {
    object-fit: scale-down;
    width: 100%;
    height: 180px;
    margin-bottom: 1rem;
}

.awords_img img {
    width: 100%;
}

.slider_awards .item {
    padding: 0 6rem;
}

.slider_awards .slick-list {
    margin-inline: -8rem;
    /* margin-right: -6rem; */
}

.awards_content p {
    padding-top: 1rem;
    font-weight: 400;
}

.heding_top_award {
    display: flex;
    padding-bottom: 7rem;
    align-items: center;
   
}

.heding_top_award p {
    line-height: 1.5;
    color: #727272;
}

.heding_top_award h2 {
    max-width: 30%;
    width: 100%;
}


.slider_awards .slick-dots li {


    background: #ffffff;
    height: 5px;
    width: 45px;
}

.slider_awards .slick-dots li.slick-active button:before,
.slider_awards .slick-dots li button:before {
    display: none;
}

.slider_awards .slick-dotted.slick-slider {
    margin-bottom: 0;
}


.slider_awards .slick-dots .slick-active {


    background: #c58b31;
}

.awards {
    background: #ededed;
}


.slider_awards .slick-dots {
    
    bottom: -85px;
}

/* industry css end */

footer {
    padding: 4rem;
}

footer h4 {
    font-size: 2rem;
    font-weight: 700;
    border-top: 2px solid #f7c708;
    padding-top: 1rem;
    width: fit-content;
    margin: auto;
    margin-bottom: 0;
}


/* form css */

.form-sec {
    position: fixed;
    top: 3%;
    right: 0px;
    width: 300px;
    background: #ffffff;
    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: #000000;

    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 {

    font-size: 16px;

    color: #000;

    text-align: center;

    text-transform: uppercase;

    margin-bottom: 12px;

    line-height: 30px;
}



.form-group {

    margin-bottom: 1rem;

    width: 100%;

}



.form-sec .form-group {
    position: relative;
    padding-left: 20px;
    background: #e1e1e1;
    border-radius: 9px;
    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: #000;
}



.checkmark {

    position: absolute;

    top: 3px;

    left: 0;

    height: 14px;

    width: 14px;

    border: solid 1px #fff;

    background: white;

    background-color: black;

    border-radius: 3px;
}



.checkbox-label input {

    position: absolute;

    opacity: 0;

    cursor: pointer;

    height: 0;

    width: 0;

}



.checkbox-label .checkmark::after {

    left: 4px;

    top: 2px;

    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: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #000000;
    line-height: 13px;
}


.sbt {
    border: solid 1px var(--form-submit-button);
    border-radius: 0;
    padding: 8px 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin: 16px auto 0;
    width: 116px;
    display: inherit;
    font-size: 12px;
    background-color: #fdc305;
}


.input {
    border: none;
    padding: 0;
    height: 30px;
    width: 100%;
    border-radius: 6px;
    font-size: 13px;
    color: #000;
    background: transparent;
    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;

    border: none;

}



.topenq a {
    border: none;
    color: #000000;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: #efbe31;
}


.error {

    color: #d50000;

    font-size: 12px;

    margin-left: 13px;

    position: absolute;

    bottom: -13px;

    left: 0px;

    line-height: 11px;

}





@media (max-width: 576px) {

    .form-sec {

        width: 95%;

        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;

    }



    .topenq1.mobile a {

        display: block;

        text-align: center;

        background-color: #ca9031;

        padding: 15px;

        transition: all 0.3s ease;

        color: white;

        font-size: 16px;

    }



    .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;

}



@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@keyframes slideUp {
    from {
        /* opacity: 0; */
        transform: translateY(100%);
    }

    to {
        /* opacity: 1; */
        transform: translateY(0);
    }
}