@import url('https://fonts.googleapis.com/css2?family=Poppins: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;
}

h1 {
    font-size: 55px;
}
h2 {
    font-size: 45px;
    color: #ec1b30;
}
a {
    font-size: 30px;
}
h4 {
    font-size: 26px;
}
p {
    font-size: 23px;
    font-weight: 400;
}
h1,p {
    line-height: 1.2;
}
h1, h2, p, figure {
    margin-bottom: 0;
}
h1,h2,h4 {
    font-weight: 700;
}
a {
    text-decoration: none;
}

body {
    font-family: "Poppins", sans-serif;
}

section {
    padding: 60px 0;
}


/* footer css start */
.footer_con h2 {
    font-size: 2rem;
    margin: 10px 0;
    color: #000;
  }
  
  .footer_con a{
    color: #000;
    font-size: 16px;
  }
  
  /* footer css end */


/* header section start */


header{
    height: auto !important;
}

.header {
    background: url(../images/banner.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100vh;
    position: relative;
    padding: 30px;
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.banner-txt {
    color: #fff;
    width: 80%;
    /* padding-bottom: 80px; */
  }
  
  a:not([href]):not([class]),
  a:not([href]):not([class]):hover {
      color: #fff;
  }

.mob-logo {
    display: none;
}



.banner-txt,
.structure-sec,
.structure-sec h2,
.benefits-box h3,
.course-box h3,
/* .scholarship,
.scholarship h2, */
footer p,
.banner-txt .apply a {
    color: #fff;
}

.banner-txt p {
    margin: 20px 0 30px;
}

.banner-btn a,
.ftr-btn a {
    display: inline-block;
    background: #ec1b30;
    color: #fff;
    font-size: 22px;
    padding: 10px;
    margin-bottom: 50px;
}

.banner-btn a,
.banner-txt span,
.banner-txt .apply a {
    font-weight: 500;
}

.banner-txt .apply a {
    font-size: 16px;
}
/* header section end */


/* form css */
.form-sec {
    position: fixed;
    top: 22%;
    right: 0px;
    width: 360px;
    background: #ec1b30;
    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: 28px;
    color: #ffffff;
}

.adm-txt h4 {
    font-size: 30px;
    color: #fff;
}

.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: #000000;
}

.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: #000000;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    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: 10px 20px 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: #00ada7;
    }

    .special_item:focus-visible {
        outline: none;
    }

    .topenq1.mobile a {
        display: block;
        text-align: center;
        background-color: var(--red);
        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;
    }
}

.hjghj {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

.hjghj a {
    text-decoration: none;
    color: #ffffff;
    font-size: 0.7rem;
}

/* form css end */

/* course section start */
.course {
    margin-top: -80px;
}

.course .row {
    justify-content: center;
    align-items: center;
}

.course-box-sec {
    background: #fff;
    border: 2px solid #f1f1f1;
    border-radius: 80px;
    padding: 20px 0;
    box-shadow: 10px 10px 4px #d5d7d8;
    position: relative;
}

.course-box-sec 

.course-sec h2 {
    border-right: 2px solid #ec1b30;
}

.course-sec p {
    color: #231f20;
    font-weight: 600;
}

.course-sec.bl p {
    color: #2695b7;
}
/* course section end */


/* program section start */
.program,
.future,
.scholarship  {
    background: #e6e7e8;
}

/* .program .row {
    align-items: center;
} */

.program h2 {
    margin-bottom: 30px;
}
.course--three-txt,
.university-sec h2 {
    margin-bottom: 50px;
}

.program-img-sec figure img,
.structure-img-sec figure img {
    border-radius: 50px;
}

.program-sec p {
    text-align: initial;
}

.program-sec p:first-child {
    margin-bottom: 30px;
}
/* program section end */


/* pro-text section start */
/* .pro-text-sec {
    padding: 50px 100px;
} */

/* .pro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pro h3 {
    background: #2695b7;
    width: fit-content;
    padding: 15px 50px;
} */

/* .pro p {
    padding: 20px 0 30px;
} */

.pro-hdng-sec p {
    margin: 30px 0;
}

/* benefits css start */
/* .benefits {
    background: #FFF3EC;
}

.benefits h2 {
    padding-bottom: 25px;
} */

.pro-text-sec {
    display: flex;
    flex-wrap: wrap;
}

.pro-text-sec .pro {
    width: 33.33%;
    border-bottom: 1px solid #ec1b30;
    padding: 20px;
}

/* .pro-text-sec .bene_con figure img {
    max-width: 70%;
}

.pro-text-sec .bene_con figure {
    padding-top: 15px;
} */


.pro-text-sec {
    display: flex;
    flex-wrap: wrap;

}

.pro-text-sec .pro h4 {
    min-height: 95px;
}

.pro-text-sec .pro:first-child {
    border-right: 1px solid #ec1b30;
}

.pro-text-sec .pro:nth-child(2) {
    border-right: 1px solid #ec1b30;
}

.pro-text-sec .pro:nth-child(4) {
    border-right: 1px solid #ec1b30;
    border-bottom: 0;
}

.pro-text-sec .pro:nth-child(5) {
    border-right: 1px solid #ec1b30;
    border-bottom: 0;
}

.pro-text-sec .pro:nth-child(6) {

    border-bottom: 0;
}


/* .benefits .container:last-child .heading h2 {
    color: #fff;
} */

/* .benefits .container:last-child {
    background: var(--red);
    color: #fff;
    max-width: 100%;
    padding: 40px 65px;
    margin-top: 70px;
} */

/* .benefits .container:last-child .row {
    align-items: center;
} */

/* .benefits .container:last-child .row .col-lg-4 {
    position: relative;
}

.benefits .container:last-child .row .col-lg-4::after {
    position: absolute;
    content: "";
    right: 0;
    width: 2px;
    height: 90%;
    background: white;
    bottom: 0;
}

.benefits .container:last-child .row .col-lg-8 {
    padding-left: 35px;
}

.benefits .container:last-child .heading {
    padding: 0;
} */

/* .benefits .container:last-child .heading h2 {
    padding: 0;
} */

.right_head h3 {
    font-weight: 300;
}

/* .benefits {
    background: #FFF3EC;
    padding-bottom: 0;
} */

/* benefits css end */
/* pro-text section end */


/* structure section start */
.structure {
    background: #2695b7;
}

.structure .row {
    align-items: center;
}

.structure-sec p {
    margin: 30px 0;
}

.structure-img-sec figure img {
    width: 750px;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}
/* structure section end */


.benefits-box {
    margin-right: 30px;
    background: #fff;
    border: 2px solid #2695b7;
    transition: all 0.5s;
    min-height: 90px;
    align-content: center;
}

.benefits-box a {
    padding: 20px 0;
    font-weight: 600;
    color: #000;
    display: inline-block;
    line-height: 1.2;
}

.benefits-box:hover {
    background: #2695b7;
    border: 2px solid #2695b7;   
    transition: all 0.5s;
}

.benefits-box:hover a {
    color: #fff;
}




/* course-three-clmn section start */
.course-box {
    margin-right: 30px;
    background: #fff;
    border: 2px solid #2695b7;
    transition: all 0.5s;
    min-height: 150px;
    align-content: center;
}

.course-box a {
    padding: 20px 0;
    font-weight: 600;
    color: #000;
    display: inline-block;
    line-height: 1.2;
}

.course-box:hover {
    background: #2695b7;
    border: 2px solid #2695b7;   
    transition: all 0.5s;
}

.course-box:hover a {
    color: #fff;
}
/* course-three-clmn section end */


/* scholarship section section */
/* .scholarship .row {
    max-width: 1250px;
    margin: auto;
    align-items: center;
} */

.scholarship p {
    margin-top: 20px;
}
/* scholarship section end */


/* university section start */
.university-slider {
    display: flex;
    justify-content: space-around;
}
/* university section end */

/* future section start */
.future-sec h4 {
    color: #ec1b30;
}

.ftr-btn a {
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 30px;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 50px;
}
.sticky-social .social {padding-left: 0px;}
/* future section end */

/* footer section start */

/* footer section end */