:root{
  --dark-blue: #0A4692;
  --txt-color: #657184;
  --float-stack-top: calc(50% - 150px);
  --float-brochure-width: 35px;
  --float-brochure-height: 118px;
}
html,
body {
    width: 100%;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: "Poppins", "Arial", "sans-serif";
}
section {
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    color: var(--txt-color);
    margin-top: 0;
}
ul,
li {
    list-style-type: none;
}
span {
    color: var(--txt-color);
}
.font-weight-normal {
    font-weight: normal;
}
ul.mainnav > li:first-child {
    border: none;
}
.logo a {
    margin-right: 10px;
    border-right: 1px solid #898888;
    padding-right: 10px;
}
.amnt {
    margin: 0 6px;
    padding: 10px;
    font-size: 25px;
    font-weight: 800;
    font-stretch: condensed;
    color: rgb(220, 42, 27);
    background-color: rgb(241, 230, 206);
    border-radius: 10px;
}
.placedYr {
    font-size: 12px;
}
#sidenav {
    position: fixed;
    width: 50%;
    right: 0;
    top: 0;
    z-index: 61;
    background-color: #dfdfdf;
    height: 100%;
    display: none;
}
.bg-gray {
    background-color: #adadad;
}
.bg-ltBlue {
    background-color: #F5F7FB;
}
.text-red{
    color: #e31d23;
}
.z-3 {
    z-index: 3;
}
.bx-shaddow {
    border: 1px solid rgba(11, 31, 58, 0.08);
    box-shadow: 0 6px 18px 0 rgba(8, 25, 52, 0.06);
}
.card-rounded {
    border-radius: 15px;
}
.text-blue {
    color: var(--dark-blue);
}
.splide {
    display: flex;
    flex-direction: column;
}
.splide__arrows.splide__arrows--ltr {
    width: 150px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    order: 2;
}
.splide__arrow--prev, .splide__arrow--next {
    top: 0;
}
.splide__arrow--prev {
    left: -1em;
}
.splide__arrow--next {
    right: -1em;
}
.splide__arrows.splide__arrows--ltr .splide__arrow {
    position: relative;
    transform: none;
}
section.hero-contain {
    position: relative;
    background-image: url('../images/admission-image/bwu-students-campus.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
section.hero-contain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #062259;
    background: linear-gradient(90deg, rgba(9, 35, 87, 0.85) 0%, rgba(3, 61, 156, 0.81) 52%, rgb(0, 61, 162) 100%);
}
.hero-banner-contain {
    position: relative;
    z-index: 1;
}
.highlight-txt span {
    color: #fff;
    font-size: 18px;
}
.highlight-txt span strong {
    font-size: clamp(3rem, 3vw, 3.2rem);
    font-weight: 900;
    font-stretch: condensed;
}
.glass-morph {
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
}
.main-heading span {
    font-size: 45px;
    font-size: clamp(2rem, 4vw, 2.5rem);
    color: #fff;
    font-weight: 700;
}
.hero-tagline span {
    padding-left: 20px;
    position: relative;
    color: #fff;
}
.hero-tagline span:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-color: #FFC400;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
}
.offer-info {
    border-radius: 14px;
}
.offer-info span {
    font-size: 20px;
    font-weight: 600;
}
.keypoint-highlights {
    gap: 15px;
}
.keypoint-item {
    border-radius: 12px;
}
.keypoint-yellow {
    color: #FFD34A;
}
.keypoint-normal {
    color: #fff;
}
.keypoint-item span {
    font-weight: 700;
    font-size: 14px;
}
.booking-tagline {
    font-size: 20px;
}
.glass-morph2 {
    border: 1px solid rgba(255, 255, 255, 0.45);
    background-color: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(15px);
    border-radius: 15px;
}
.calc-scholarship {
    border-radius: 20px;
    background-color: rgb(255, 193, 7);
    border: 1px solid #fff;
}
.calc-scholarship button {
  background: transparent;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.calc-scholarship button:hover {
    color: #fff;
}
.calc-scholarship:hover {
    background-color: #023fa3;
}
.calc-scholarship:hover button {
    color: #fff;
}
.rank-contain {
    gap: 10px;
}
.rank-item {
    background-color: #fff;
    width: calc(100% / 4 - 10px);
    border-radius: 24px;
}
.recognitions {
    background-color: #FFDA47;
}
.recogs-approvals span {
    font-size: 20px;
}
.recogs-approvals::after {
    content: "";
    width: 56px;
    height: 4px;
    background-color: #063D59;
    position: relative;
    display: block;
    margin: 6px 0;
    border-radius: 10px;
}
.logo-groups {
    gap: 14px;
}
.rec-logo-item {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 8 - 14px);
    border-radius: 14px;
}
.approvals {
    color: #ffffff;
    font-size: 14px;
    margin: 10px 0;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 1;
}
/* apply form start */
.apply-seat {
    position: relative;
    padding: 20px 15px 20px;
    background: #fff;
    border-top: 8px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg,#FFC400, #1B64D7) border-box;
    border-radius: 25px;
    width: 342px;
}
    .para {
        font-size: clamp(1.5rem, 5vw, 1rem) !important;
        color: #ff0008 !important;
        font-weight:600;
    }

    .para ~ span {
        font-weight: 500;
        line-height: 2.5rem;
        font-size: clamp(24px, 3vw, 28px);
        letter-spacing: -0.063rem;
        color: rgba(20, 25, 78, 1);
    }
    .para-p  {
        color: rgba(20, 25, 78, 1);
        font-size: 15px;
        font-weight: 500;
        line-height: 1.25rem;
    }
    .bold {
      color: #ff0008;
    }
      .apply-seat .frmHeadline  {
        color: #000 !important;
        font-size:18px !important;
      }
      .secure  b  {
        color: #e31d23;
        font-size:22px !important;
      }
.apply-seat a {
    font-size: 30px;
    color: #001a45;
    font-weight: 500;
    padding-bottom: 12px;
}

.apply-seat p {
    font-size: 14px;
}

.frm-submit .btn {
    display: block;
    width: 100%;
    background-color: #FFC400;
    color: #08214F;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    padding: 10px;
    font-weight: 500;
    font-size: 17px;
}
.frm-submit .btn:hover {
    background-color: #002546;
    color: #fff;
}
.apply-form .form-group input {
    background: 0 0;
    color: #fff;
    border: 2px solid #fff;
}
.apply-form .form-group {
    margin-bottom: 7px;
}
.apply-form .form-group .form-control {
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #737373;
    font-size: 14px;
    border-radius: 8px;
    padding: 4px 10px;
}
.apply-form .form-control::placeholder {
    color: #737373;
}
.apply-form .form-control:-ms-input-placeholder {
    color: #737373;
}
.apply-form .form-control::-ms-input-placeholder {
    color: #737373;
}
.apply-form .form-group .form-control option {
    color: #737373;
}
.fc-code{
    width:97.5%!important;
}
/* apply form end */

/* group key highlights and heading text start */
.group-keyHighlights-headingContent {
    padding-top: 50px;
    position: relative;
    z-index: 1;
}
.blurEllipse::before, .blurEllipse::after {
    content: "";
    display: block;
    width: 400px;
    height: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    filter: blur(450px);
    z-index: 0;
}
.blurEllipse::before {
    background-color: rgba(147, 207, 251, 0.40);
    left: 0;
}
.blurEllipse::after {
    background-color: rgba(217, 171, 43, 0.40);
    right: 0;
}
.headingContent {
    padding-top: 30px;
}
.points-item {
    box-shadow: 0 16px 42px 0 rgba(8, 25, 52, 0.0);
    padding: 20px 12px;
    margin: 10px 0;
    width: calc(100% / 6 - 15px);
}
.points-item span {
    color: var(--txt-color);
    font-weight: 700;
}

span.kp-data {
    color: #0B1F3A;
    font-size: 25px;
}
/* group key highlights and heading text end */
/*Schools-Programmes start*/
.schools-programmes {
    background: linear-gradient(90deg,rgba(216, 239, 255, 0.6) 0%, rgba(255, 237, 187, 0.6) 100%);
}
.school-item {
    width: 100%;
}
.school-item h3 a {
    color: #0B1F3A;
    text-decoration: none;
}
.school-item h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}
.crs-list {
    padding: 0;
    margin-top: 10px;
}
.crs-list li {
    display: inline-block;
    background-color: #EAF1FB;
    font-size: 14px;
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 5px 8px;
    border-radius: 15px;
    border: 2px solid #D9E5F7;
}
/*Schools-Programmes end*/
/* Future With Ai start */
.future-with-ai .container:before{
    content: "";
    position: absolute;
    width: 290px;
    height: 100%;
    background-image: url('../images/admission-image/ai-technology-smartwatch.webp');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    top: -40px;
    left: -120px;
}
.glassMorph {
    border: 1px solid rgba(11, 31, 58, 0.08);
    background: rgba(255, 255, 255, 0.56);
    backdrop-filter: blur(10px);
}
/* Future With Ai end */
/* Success Stories start */
.key-points {
    gap: 15px;
}
.ss-points {
    width: 100%;
}
.ss-ftr-num {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #F4C430;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Success Stories end */
.academics-placements {
    padding-bottom: 120px;
}
.award-img {
    width: 100px;
}
.ytb-vdo-contain {
    position: relative;
    top: -85px;
}
/* placement highfive start */
.hf-row {
    border-radius: 20px;
    overflow: hidden;
    background-color: #f5f7fb;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), -3px 4px 6px 2px rgba(0, 0, 0, 0.25);
}
.hf-std-img {
    width: 25%;
    height: 360px;
    border-radius: 20px;
    background-color: rgb(0 82 156 / 35%);
    overflow: hidden;
}
.hf-std-img img {
    object-fit: cover;
}
.hf-std-content {
    width: 75%;
    padding: 20px 30px;
}
#splide_crsl_hfv li.splide__slide {
    padding: 10px;
}
.req-img {
    display: inline-block;
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 15px;
}
/* placement highfive end */
/* bwu-amenities start */
.bwu3dBg {
    margin: 40px 0;
    padding: 100px 0;
    background-image: url("../images/admission-image/bwu-campus-3d.webp");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 60%;
}
#splide_crsl_amenities #splide_crsl_amenities-track{
    padding: 20px 0;
}
/* #splide_crsl_amenities .splide__list {
    gap: 40px;
} */
#splide_crsl_amenities .splide__list .splide__slide {
    transition: all .3s ease;
}
#splide_crsl_amenities .splide__list .splide__slide img {
    filter: blur(5px);
}
#splide_crsl_amenities .splide__slide {
    transform: scale(.8);
}
#splide_crsl_amenities .splide__slide.is-visible.is-active {
    transform: scale(1.1);
    z-index: 1;
}
#splide_crsl_amenities .splide__slide.is-visible.is-active img{
    filter: none;
}
/* bwu-amenities end */
.faq-answer ul li {
    color: var(--txt-color);
}
.faq-question {
    cursor: pointer;
}
.faq-question::after {
    content: "";
    width: 45px;
    height: 45px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZGF0YS1uYW1lPSJMaW5lIENvbG9yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGxpbmUtY29sb3IiPjxwYXRoIGQ9Ik01IDEyaDE0bS03LTd2MTQiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMwODNCN0E7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDoyIi8+PC9zdmc+);
    background-color: #fff;
    background-size: contain;
    background-size: 40px;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    background-position: center;
    transition: transform 0.3s ease;
}
.faq-question.faq-active::after {
    transform: rotate(135deg);
    -webkit-box-shadow: 3px -3px 5px -2px rgba(149, 149, 149, 0.9); 
    box-shadow: 3px -3px 5px -2px rgba(149, 149, 149, 0.9);
}
.faq-answer {
    height: 0;
    overflow: hidden;
}
.faq-answer.show-txt {
    height: 100%;
}
.faq-tab {
    border-radius: 40px;
}

button.know-more:hover {
    background: #f8fc02;
}
h2.heading-second {
    font-size: 30px;
}
span.close {
    width: 40px;
    height: 40px;
    background: #0055bf;
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #fff;
    font-size: 25px;
}

.gotop {
    width: 40px;
    height: 40px;
    position: fixed;
    margin: 0 auto;
    background: #103cb7;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    bottom: 30px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 7px 5px -3px rgba(0,0,0,0.86);
    box-shadow: 0px 7px 5px -3px rgba(0,0,0,0.86);
    z-index: 20;
}

.gotop a {
    display: block;
    font-size: 30px;
    text-decoration: none;
    color: #ffffff;
}

.text-dark {
    color: #000;
}
.text-small {
    font-size: 11px;
    color: #7b7b7b;
}
.ermsg {
    height: 10px;
    font-size: 12px;
}
.ermsg span {
    color: #efe700;
}

.recaptcha-wrap {
    display: flex;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: relative;
    align-items: center;
    background-image: url(/course-assets/captcha-logo.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 35px;
    overflow: hidden;
    font-size: 14px;
}

.wrap {
    width: auto;
}
.form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
.captcha {
    border-radius: 5px;
    color: #4c4a4b;
    display: flex;
    align-items: center;
}

.spinner {
    position: relative;
    width: 2em;
    height: 2em;
    display: flex;
    margin: 5px 10px;
    align-items: center;
    justify-content: center;
}

.spinner > label {
    margin-bottom: 0;
}

.captcha input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.captcha input[type="checkbox"] + .checkmark {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: #fcfcfc;
    border: 2.5px solid #c3c3c3;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.captcha input[type="checkbox"] + .checkmark span {
    content: "";
    position: relative;
    margin-top: -3px;
    transform: rotate(45deg);
    width: 0.75em;
    height: 1.2em;
    opacity: 0;
}

.captcha input[type="checkbox"] + .checkmark > span::after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #029f56;
}

.captcha input[type="checkbox"] + .checkmark > span::before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    bottom: 0;
    right: 0;
    background-color: #029f56;
}

.captcha input[type="checkbox"]:checked + .checkmark > span::after {
    animation: 0.3s bottomslide 2s forwards;
}

.captcha input[type="checkbox"]:checked + .checkmark > span {
    animation: 1s fadein 1.9s forwards;
}

.captcha input[type="checkbox"]:checked + .checkmark {
    animation: 2s spin forwards;
}

.captcha input[type="checkbox"]:checked + .checkmark > span:after {
    animation: 0.3s bottomslide 2s forwards;
}

.captcha input[type="checkbox"]:checked + .checkmark > span:before {
    animation: 0.5s rightslide 2.2s forwards;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bottomslide {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes rightslide {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@keyframes spin {
    10% {
        width: 0;
        height: 0;
        border-width: 6px;
    }
    30% {
        width: 0;
        height: 0;
        border-radius: 50%;
        border-width: 1em;
        transform: rotate(0);
        border-color: #c7daf5;
    }
    50% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        border-width: 4px;
        border-color: #c7daf5;
        border-right-color: #5998ef;
    }
    70% {
        border-width: 4px;
        border-color: #c7daf5;
        border-right-color: #5998ef;
    }
    90% {
        border-width: 4px;
    }
    100% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        transform: rotate(720deg);
        border-color: transparent;
    }
}

button {
    border: none;
}
/* =========================BROCHURE FLOAT BUTTON========================= */

.float-brochure-btn {
  position: fixed;
  right: -1px;
  top: var(--float-stack-top);
  z-index: 50;
  width: var(--float-brochure-width);
  min-height: var(--float-brochure-height);
  border: 1px solid #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #067e70, #0077ff);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  border-radius: 0 12px 12px 0;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
  box-shadow: 0 10px 20px rgba(0,0,0,0.25);
  transition: all .3s ease;
}
.float-brochure-btn::after {
  content: "↓ Brochure";
}
.float-brochure-btn:hover {
  background: linear-gradient(135deg, #22ddc7, #0d74eb);
}
/* =========================BROCHURE MODAL========================== */
.brochure-modal {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease, visibility .3s ease;
}

.brochure-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.brochure-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.brochure-modal__card {
  position: relative;
  width: min(92%, 425px);
  max-height: 90vh;
  overflow-y: auto;
  background: #ffffff;
  color: #222;
  border-radius: 18px;
  padding: 24px 20px 22px;
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
  z-index: 2;
}

.brochure-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #0f3db8;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.brochure-modal__close:hover {
  background: #082b84;
}

.brochure-modal__title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #0f3db8;
  margin-bottom: 18px;
}
/* =========================BROCHURE FORM========================= */
#brochureForm {
  width: 100%;
}

#brochureForm .form-group {
  margin-bottom: 10px;
}

#brochureForm .form-control,
#brochureForm select,
#brochureForm input[type="text"],
#brochureForm input[type="email"],
#brochureForm input[type="tel"] {
  width: 100%;
  height: 46px;
  padding: 10px 14px;
  margin-bottom: 0;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background: #fff;
  color: #222;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.2;
}

#brochureForm .form-control:focus,
#brochureForm select:focus,
#brochureForm input[type="text"]:focus,
#brochureForm input[type="email"]:focus,
#brochureForm input[type="tel"]:focus {
  outline: none;
  border-color: #0f3db8;
  box-shadow: 0 0 0 3px rgba(15,61,184,.12);
}
/* =========================PHONE FIELD FIX========================= */
#brochureForm .iti {
  width: 100% !important;
  display: block !important;
  position: relative;
}

#brochureForm .iti__flag-container {
  left: 0;
}

#brochureForm .iti input,
#brochureForm .iti input[type="tel"],
#brochureForm .iti .form-control {
  width: 100% !important;
  height: 46px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 14px !important;
  padding-left: 95px !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 8px !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  background: #fff !important;
  color: #222 !important;
}

#brochureForm .iti input:focus,
#brochureForm .iti input[type="tel"]:focus,
#brochureForm .iti .form-control:focus {
  outline: none !important;
  border-color: #0f3db8 !important;
  box-shadow: 0 0 0 3px rgba(15,61,184,.12) !important;
}

#brochureForm .iti__selected-flag {
  height: 44px !important;
  border-radius: 8px 0 0 8px;
}

#brochureForm .iti__selected-dial-code {
  font-size: 14px;
}
/* =========================SELECT ARROW LOOK========================= */
#brochureForm select {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}
/* =========================CAPTCHA FIX========================= */
.brochure-cap {
    display: flex;
    height: 45px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: relative;
    align-items: center;
    background-image: url(/course-assets/captcha-logo.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 35px;
    overflow: hidden;
}
#brochureForm .brochure-captcha-wrap,
#brochureForm .captcha-wrap {
  margin-top: 8px;
  margin-bottom: 18px;
  width: 100%;
  overflow: hidden;
}

#brochureForm .g-recaptcha {
  display: inline-block;
  transform: scale(0.92);
  transform-origin: left top;
}
/* =========================MESSAGES / ERROR========================= */
#brochureForm .text-warning,
#brochureForm .brochure-msg,
#brochureForm #brochure-captcha-err {
  display: block;
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 8px;
  text-align: left;
}
/* =========================SUBMIT BUTTON GAP========================= */
#brochureForm .frm-submit {
  margin-top: 16px;
  padding-top: 4px;
  text-align: center;
}

#brochureForm .frm-submit .btn,
#brochureForm button[type="submit"],
#brochureForm input[type="submit"] {
  background: #0f3db8;
  border: none;
  color: #fff;
  border-radius: 8px;
  min-width: 182px;
  height: 42px;
  padding: 10px 18px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#brochureForm .frm-submit .btn:hover,
#brochureForm button[type="submit"]:hover,
#brochureForm input[type="submit"]:hover {
  background: #0a2f90;
}

.brochure-msg {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
}
.apply-btn-frm {
    display: inline-block;
    background-color: #185b96;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.apply-btn-frm:hover {
    background-color: #134a7a;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}
/*CTA Widget Fixed right*/
  .cta-widget {
    width: 40px;
    position: fixed;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #103cb7;
    z-index: 60;
    padding: 3px;
    border: 1px solid #fff;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
   }
  .cta-widget::before, .cta-widget::after {
    content: "";
    width: 20px;
    height: 20px;
    right: 0;
    position: absolute;
  }
  .cta-widget::before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiMxMDNjYjciIGQ9Ik0wIDIwIFEyMCAyMCAyMCAwIEwyMCAyMFoiLz48L3N2Zz4=');
    top: -19px;
  }
  .cta-widget::after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiMxMDNjYjciIGQ9Ik0wIDAgUTIwIDAgMjAgMjAgTDIwIDBaIiAvPjwvc3ZnPg==');
    bottom: -19px;
  }
  .cta-link {
    margin: 10px;
   }
  .cta-link a {
    font-size: 8px;
    color: #fff;
    display: block;
    text-decoration:none;
    text-align:center;
   }
   .cta-link a span{
    width: 1.5rem;
    height: 1.5rem;
    display:block;
    margin: 0 auto;
   }
/* Footer Notification Widget */
      .blink {
        animation: blinker 1.6s linear infinite;
        color: #0d3db8;
        padding: 3px;
        border-radius: 10px;
      }
      .blink a {
        text-decoration: none;
      }
      @keyframes blinker{
         50% {
         opacity: 0;
         }
      }
      .closeBtn {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 15px;
    border-radius: 50%;
    font-weight: 900;
    color: #ff0000;
    background: #ffdbdb;
    z-index: 5;
}

  .notify_msg {
    position: fixed;
    width: 100%;
    bottom: -140px;
    transition: bottom 2s ease;
    z-index: 1050;
}
.notification-body {
    position: relative;
    padding: 5px;
    background: #C5FF73;
    text-align: center;
    color: #972211;
    font-weight: 700;
    font-size: 16px;
}

.notification-body p {
    margin: 0;
    padding: 5px;
}
.notification-body button {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 14px;
    font-weight: 900;
    color: #ff0000;
    background: #f2f200;
}
.blink {
    animation: blinker 1.6s linear infinite;
    color: #500004;
    padding: 3px;
    border-radius: 10px;
}
@keyframes blinker{
  50% {
    opacity: 0;
}
}
.show {
        bottom: 0;
    }
.notification-body p{
      margin-bottom: 0;
    }
.notification-body a{color:#1758a8;}
/*Footer start*/
.organic-footer {
    background: #062B63;
    background: linear-gradient(90deg, rgb(6, 43, 99) 0%, rgb(3, 23, 51) 100%);
}
.ftr-top-section {
    padding: 50px 0;
}
.ftr-heading::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #eee;
    background: linear-gradient(90deg, #FFD24C, #27B6FF);
    position: absolute;
    border-radius: 8px;
}
.ftr-heading h5 {
    color: #FFD24C;
    font-size: 20px;
    font-weight: 600;
}
.recognition-items {
    font-size: 14px;
    color: #fff;
}
.recog-bx-contain {
    gap: 10px;
    margin-bottom: 10px;
}
.recgog-bx {
    width: calc(25% - 6px);
    height: 75px;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    overflow: hidden;
}
.highlights-box {
    display: block;
    position: relative;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(4px);
}
.highlights-contents {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.highlights-points {
    display: inline-flex;
    padding: 18px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: calc(50% - 5px);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
}
.highlights-points h6 {
    color: #FFD24C;
    font-size: 24px;
    font-weight: 800;
    line-height: 20px;
}
.highlights-points span {
    color: #fff;
    font-size: 14px;
}
.contact-addr {
  padding-bottom: 25px;
}
.contact-addr::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(249, 249, 249, 0.2);
    bottom: 15px;
}
.contact-info-box div.contact-addr:last-child::after {
    content: none;
}
.ftr-cta {
    color: #27B6FF;
    font-weight: 700;
    text-decoration: none;
}
.ftr-copyright-section {
    background-color: #E4BE43;
    padding: 10px;
    font-size: 14px;
}
/*Footer end*/
/* footer sticky-cta-bar start */
.sticky-cta-bar {
    background-color: rgb(0, 82, 156);
    position: sticky;
    bottom: 0;
    z-index: 10;
}
.cta-contents button {
    background: none;
    cursor: pointer;
    height: 100%;
}
.cta-contents button {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 100%;
}
button.accessibility {
    width: 45px;
    background-color: rgba(249, 249, 249, 0.25);
    height: 45px;
    padding: 5px;
}
.cta-group {
    gap: 4px;
}
.cta-group button {
    position: relative;
}
.cta-group button:first-child {
    padding-left: 10px;
}
.cta-group button::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4705882353);
    right: 0;
}
.cta-apply button {
    display: block;
    height: 45px;
    padding: 0 20px;
    font-weight: 500;
    background-color: #fff029;
}
/* footer sticky-cta-bar end */
/*media query*/
@media only screen and (min-width: 320px) {

}
@media only screen and (min-width: 480px) {
    .ss-points {
        width: calc(100% / 2 - 15px);
    }

}
@media only screen and (min-width: 768px) {
    .ss-points {
        width: calc(100% / 3 - 15px);
    }
    .rec-text {
        width: calc(100% - 30px);
    }
}
@media only screen and (min-width: 991px) {

}
@media only screen and (min-width: 992px) {
    .flex-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .collapse-btn {
        display: none;
    }
    .logo {
        margin: 10px 0;
    }
    .logo a img {
        top: 4px;
        position: relative;
        width: 100%;
    }
    .navigation {
        display: flex;
    }
    .admissions ul li,
    ul.navigation li {
        display: inline-block;
    }
    .admissions ul li {
        position: relative;
        padding-left: 35px;
        display: block;
        text-align: right;
    }
    .admissions ul li p {
        display: inline-block;
        margin: 0;
        color: #66afff;
        font-family: Roboto, sans-serif;
        font-size: 13px;
        font-weight: 500;
        line-height: 8px;
    }
    .admissions ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        padding-left: 5px;
    }
    ul.mainnav > li > a:focus {
        color: #0059b5;
    }
    ul.mainnav {
        margin: 10px 0;
        padding-left: 0;
    }
    .mainmenu {
        display: flex;
        justify-content: center;
        position: relative;
    }
    ul.mainnav > li {
        display: inline-block;
        list-style-type: none;
        position: relative;
    }
    ul.mainnav > li > a {
        padding: 8px 8px 8px 10px;
        padding-right: 8px;
        color: #595959;
        text-decoration: none;
        font-weight: 400;
    }
    ul.mainnav > li > a:last-child {
        padding-right: 0;
    }
    .promo-girl {
        position: absolute;
        bottom: 0px;
    }
    .school-item {
        width: calc(100% / 2 - 15px);
    }
}
@media screen and (min-width: 992px) and (max-width: 1599px) {
}

@media only screen and (min-width: 1081px) {
.school-item {
    width: calc(100% / 3 - 15px);
}
}
@media only screen and (min-width: 1200px) {
    span.kp-data {
        font-size: 30px;
    }
    .promo-girl {
        position: relative;
    }
}

@media only screen and (min-width: 1600px) {
    body,
    p {
        font-size: 16px;
    }
    .frm-submit .btn {
        font-size: 20px;
    }
    section.hero-contain {
        background-position: center bottom;
    }
    .highlight-txt span:first-child {
        font-size: 25px;
    }

    .apply-seat {
        width: 90%;
        margin-left: auto;
    }
    .apply-seat p {
        font-size: 15px;
    }
    .apply-seat h3 {
        font-size: 30px;
    }
    .academic-awards {
        background-image: none;
    }

    .ftr-info p,
    .admissions ul li p,
    .admissions ul li a {
        font-size: 18px;
    }
    ul.mega-sub div div li ul li a {
        font-size: 18px;
    }
    ul.mainnav li.has-submenu:hover > ul {
        top: 36px;
    }
    .key-points h2 strong{
        font-size: 30px;
    }
    .approvals {
        font-size: 16.5px;
        width: 90%;
        margin-left: auto;
    }
    .apply-seat a {
        font-size: 33px;
        letter-spacing: 3px;
    }
    .socials ul {
        padding-bottom: 4px;
    }
    .socials > span {
        font-size: 14px;
        padding-bottom: 12px;
    }
    .admissions ul li p,
    .admissions ul li a {
        font-weight: 600;
    }
    ul.mainnav > li > a {
        padding-right: 18px;
    }
    span.sub-toggle {
        right: 9px;
    }
    ul.mainnav li.has-submenu ul li a {
        font-size: 18px;
    }
    span.sub-toggle {
        top: 8px;
        position: absolute;
    }
    .crs-content ul li {
        font-size: 20px;
    }
    .course-list ul li {
        font-size: 18px;
    }
    .yellow-bg h3 {
        padding-top: 55px;
        font-size: 60px;
    }
    .text-small {
        font-size: 13px;
    }
    .form-check {
        margin: 12px 15px;
    }
    .form-check-input {
        width: 18px;
        height: 18px;
    }
    .vert-bdr:before {
        left: 50%;
    }
    .light-green-bg h3 {
        font-size: 78px;
        line-height: 81px;
    }
    .blue-bg span {
        font-size: 30px;
    }

}
@media only screen and (max-width: 1199px) {
    .navigation {
        width: 62%;
    }
    .key-points {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 1080px) {
}
@media only screen and (max-width: 991px) {
    header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10;
        background-color: #fff;
        border-bottom: 1px solid #a4a4a4;
    }
    .top-header {
        padding: 8px 0;
    }
    .collapse-btn {
        width: 47px;
        height: 47px;
        background: #042a8d;
        z-index: 45;
        border-radius: 8px;
    }
    .collapse-btn span.icon-bar {
        width: 35px;
        height: 4px;
        background: #ffffff;
        position: relative;
        display: block;
        border-radius: 15px;
        margin: 0 auto;
    }
    .collapse-btn span.icon-bar:first-child {
        top: -5px;
    }
    .collapse-btn span.icon-bar:nth-child(2) {
        top: 0px;
    }
    .collapse-btn span.icon-bar:last-child {
        top: 5px;
    }
    .logo a img {
        width: 230px;
        padding: 7px;
    }
    .side_nav .close_nav {
        position: absolute;
        right: 0;
        width: 35px;
        height: 35px;
        font-size: 24px;
        padding-bottom: 5px;
    }
    .nav ul li {
        padding-top: 10px;
    }
    .nav ul li a {
        color: #0c56a5;
        text-decoration: none;
        font-size: 20px;
    }
    nav.amp-nav ul li h3 {
        position: relative;
        padding: 10px;
        margin-bottom: 16px;
    }
    nav.amp-nav ul li h3:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 0;
        background: url(images/prev.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
    }
    nav.amp-nav ul li h4 {
        font-size: 18px;
        padding: 5px 0;
    }
    nav.amp-nav ul li a {
        font-size: 18px;
    }
    .highlight-txt {
        margin-top: 20%;
    }
    section.hero-contain {
        padding-top: 0;
    }
    .placement > div {
        padding-top: 25px;
    }
    .bwu-logo {
        top: -56px;
    }
    .apply-seat {
        margin-top: 50px;
    }
    .std-contain {
        padding: 12px 8px;
    }
    .awrds-sec h3 {
        font-size: 50px;
        line-height: 40px;
    }
    .key-points {
        flex-wrap: wrap;
        gap: 15px;
    }
    .awrds-sec {
        width: 33%;
    }
    .awrds-contain {
        flex-wrap: wrap;
    }
    .promo-girl {
        width: 300px;
        height: 300px;
        overflow: hidden;
        margin: 0 auto;
    }
    .points-item {
        width: calc(100% / 3 - 15px);
    }
}

@media only screen and (max-width: 767px) {
    .bwu3dBg {
        background-image: none;
        margin: 30px 0;
        padding: 30px 0;
        position: relative;
        z-index: 5;
    }
    h2.heading-second {
        font-size: 25px;
    }
    .logo a img {
        width: 450px;
        padding: 0;
    }
    .highlight-txt {
        margin-top: 8%;
        text-align: center;
    }
    .academic-awards {
        background-image: none;
    }

    .awrds-sec p,
    .awrds-sec span {
        font-size: 13px;
    }
    .apply-seat{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .hf-std-img {
        width: 100%;
        height: 280px;
    }
    .hf-std-img img {
        object-fit: contain;
    }
    .hf-std-content {width: 100%;text-align: center;}
    #splide_crsl_amenities .splide__slide.is-visible.is-active, #splide_crsl_amenities .splide__slide {
        transform: none;
    }
    #splide_crsl_amenities .splide__list .splide__slide img {
        filter: none;
    }
}

@media only screen and (max-width: 580px) {
    .future-with-ai .container::before {
        width: 260px;
    }
    .youtubeVdo iframe {
        width: 100%;
        padding: 0 12px;
    }
    .bwu3dBg {
        margin: 10px 0;
        padding: 10px 0;
    }
}
@media only screen and (max-width: 575px) {

}
@media only screen and (max-width: 480px) {
    .future-with-ai .container::before {
        opacity: .5;
    }
    .points-item {
        width: calc(100% / 2 - 15px);
    }
    .amnt {
        padding: 8px;
        font-size: 20px;
    }
    .apply-seat {
        width: 100%;
    }
}

/*footer start*/

/*footer end*/
@media only screen and (min-width: 992px) {
    
    /* ul.mega-sub {
        padding: 5px 20px;
    }
    ul.mainnav li.megamenu ul.mega-sub li div ul li {
        border-top: 1px solid #ccc;
    }
    ul.mega-sub li ul {
        padding: 0;
    }
    ul.mainnav {
        margin: 10px 0;
        padding-left: 0;
    }
    ul.mainnav li {
        list-style-type: none;
    }
    ul.mainnav li.megamenu {
        position: static;
    }
    ul.mainnav li.megamenu:hover > ul.mega-sub {
        display: block;
    }
    ul.mainnav > li {
        display: inline-block;
        list-style-type: none;
        position: relative;
    }
    ul.mainnav > li > a {
        padding: 8px 8px 8px 10px;
        color: #595959;
        text-decoration: none;
        font-weight: 500;
    }
    ul.mainnav > li > a:last-child{
        padding-right: 0;
    }
    ul.mainnav li.has-submenu ul {
        display: none;
        position: absolute;
        background: #f2f2f2;
        width: 200px;
        top: 25px;
        left: 0;
        padding: 0;
    }
    ul.mainnav li.has-submenu ul li {
        display: block;
        padding: 0 6px;
        border-top: 1px solid #b9b9b9;
        position: relative;
    }
    ul.mainnav li.has-submenu:hover > ul {
        display: block;
    }
    ul.mainnav li.has-submenu ul li a {
        color: #5f5f5f;
        text-decoration: none;
        display: block;
        padding: 8px 4px;
        font-weight: 500;
    }
    ul.mainnav li.has-submenu ul li.has-submenu > ul {
        position: absolute;
        left: 100%;
        top: -1px;
    } */

}
@media (max-width: 991px) {
    .hero-contents {
        text-align: center;
    }
    section.hero-contain {
        background-position: left;
    }
    .rank-item {
        width: calc(100% / 3 - 10px);
    }
    .recogs-approvals::after {
        margin-left: auto;
        margin-right: auto;
    }
    .admissions,
    .hide,
    .mainmenu {
        display: none;
    }

}
@media (max-width: 767px) {
    .logo-groups {
        flex-wrap: wrap;
    }
    .rec-logo-item {
        width: calc(100% / 4 - 14px);
    }
    .offer-info span {
        font-size: 18px;
    }
    .float-brochure-btn {
        min-height: 105px;
        font-size: 13px;
    }
    .brochure-modal__title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 430px) {
   
}
@media only screen and (max-width: 380px) {
    .points-item {
        width: calc(100% - 15px);
    }
    .logo a {
        margin-right: 0;
        width: 115px;
    }
    .placedYr {
        font-size: 11px;
    }
}