@import url('https://res.cloudinary.com/dyhnsfzcl/raw/upload/v1/fonts/helvetica-neu-cstm.css');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+IN&display=swap');
html,
body {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: "Helvetica Neu Cstm", "Arial", "sans-serif";
}
section {
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul,
li {
    list-style-type: none;
}
.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: 48;
    background-color: #dfdfdf;
    height: 100%;
    display: none;
}
.nav ul {
    padding: 15px;
    list-style-type: none;
}

.hnu107 {
    font-weight: 800;
    font-stretch: condensed;
}
.bg-gray {
    background-color: #adadad;
}
.text-blue {
    color: #0d3db8;
}
.text-sky {
    color: rgb(0,178,255);
}
.bdr-dot-sky {
    border: 2px dotted rgb(0, 163, 212);
}
.bdr-dot-orange {
    border: 2px dotted rgb(242, 126, 0);
}
.bdr-dot-blue {
    border: 2px dotted rgb(13, 61, 184);
}
.bdr-dot-pink {
    border: 2px dotted rgb(225, 8, 134);
}
.bdrgray:after {
    filter: sepia(1);
    opacity: .7;
}
.socials {
    border-left: 1px solid #777;
    margin-left: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.socials ul {
    list-style-type: none;
    padding-left: 20px;
    margin: 0;
    padding-bottom: 4px;
}

.socials ul li {
    display: inline-block;
}

.socials > span {
    font-size: 11px;
    margin-top: -5px;
    padding-bottom: 7px;
    font-weight: 400;
}

.slider-nav {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 105px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 5px;
}
.glider {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.glider-track {
    gap: 30px;
}
.glider-next, .glider-prev {
    position: relative;
    top: 2px;
    left: 0;
    right: 0;
    font-size: 28px;
}
.res-flex {
    display: flex;
    display: -ms-flexbox;
}

section.hero-contain {
    position: relative;
    background-image: url('../images/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);
}
.calc-scholarship a {
  color: #000;
  font-weight: 900;
  font-size: 18px;
}
.calc-scholarship:hover {
    background-color: #023fa3;
}
.calc-scholarship:hover a {
    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;
}
.rcg {
    width: 16.6666%;
}
.scs-info .scs-item-top {
    width: 25%;
    padding-bottom: 15px;
}
.scs-info h3 {
    display: flex;
    align-items: baseline;
    font-weight: 900;
    font-stretch: condensed;
    font-size: 65px;
    line-height: 50px;
    margin: 0;
    color: rgb(0,178,255);
}
.scs-info h3 span {
    font-size: 35px;
    padding: 0 6px;
    color: #fff;
}
.scs-info h3 ~ span {
    font-size: 30px;
    color: #eee;
}
.scs-info .scs-item-btm h3 span {
    font-size: 60px;
}
.scs-info .scs-item-top:nth-child(2) {
    width: 40%;
    border-left: 1px solid #8b8b8b;
    border-right: 1px solid #8b8b8b;
    padding-top: 35px;
}
.students-stand {
    margin-bottom: 10%;
}


.apply-seat {
    position: relative;
    padding: 20px 15px 20px;
    background: #fff;
    border-radius: 25px;
    width: 372px;
}
.apply-seat h1 {
    color: #02529b;
    font-weight: 500;
    font-size: 22px;
    text-transform: capitalize;
}
.apply-seat a {
    font-size: 30px;
    color: #001a45;
    font-weight: 500;
    padding-bottom: 12px;
}

.apply-seat p {
    font-size: 14px;
}
.early-bird-form {
    background-color: #4088eb;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-bottom: 15px;
    line-height: 20px;
}

.early-bird-amount {
    color: #f9da07;
}
.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;
}
section.key-highlights {
    margin: 50px 0;
}
.points-item {
    gap: 15px;
}
.keypoint-icon {
    width: 60px;
}
.sideTxt {
    font-weight: 100;
}

.key-points h2 ~ span {
    font-size: 18px;
}
.academic-awards {
    background-image: url('/images/win-trophy.webp');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}
.award-contents {
    width: 75%;
    padding: 90px 0;
}
.awardImg {
    width: 75%;
}
.awards-heading {
    font-size: 50px;
}
.placement-highFive{
    position: relative;
    background-image: url('/images/placement-highfive-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}
button.know-more {
    background: #ccc;
    padding: 2px 5px;
    cursor: pointer;
    color: #000;
}

button.know-more:hover {
    background: #f8fc02;
}
.bdrbtm:after {
    content: "";
    width: 323px;
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    background-image: url('/images/bdrbtm.png');
    background-position: center;
    background-size: cover;
}
.lightbox {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crs-content {
    width: 590px;
    max-width: 95%;
    background: #e8e8e8;
}

.crs-content h4 {
    font-size: 23px;
    color: #fff;
    padding: 5px 8px;
    text-align: left;
}

.crs-content ul {
    list-style: none;
    padding: 0 12px;
    text-align: left;
}

.crs-content ul li {
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
    font-size: 15px;
}
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;
}

.hvr-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: -100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hvr-content h4 {
    font-size: 19px;
}
.imgInvert:after {
    filter: brightness(0) invert(1);
}
.success-story {
    background-image: url('/images/success-story-bg.webp');
    background-position: top center;
    background-size: cover;
    position: relative;
}
.success-story:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(4 10 24 / 90%);
}
section.campus-highlights {
    padding: 115px 0;
}
.scs-item-btm {
    padding-top: 15px;
    padding-bottom: 35px;
}
.bdrTop {
    border-top: 1px solid #8b8b8b;
}
.scs-info {
    width: 920px;
    margin-top: 85px;
    margin-bottom: 85px;
}
.scs-info .scs-item-btm {
    width: 45%;
}
.scs-item-btm:first-child {
    border-right: 1px solid #8b8b8b;
}
.ytbUplift {
    position: relative;
    margin-top: -5%;
    margin-bottom: 5%;
}
.ytbBx {
    width: 50%;
    margin: 0 auto;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.ytbBx a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 25%);
    z-index: 1;
}
.ytbBx a:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 20%;
    height: 20%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    background-image: url('/images/ytb-vdo-icon.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.campus-features {
    padding: 50px 0 50px 30px;
    border-left: 2px solid #afafaf;
    margin-left: 25px;
    font-family: 'Helvetica Neu Cstm', sans-serif;
    font-size: 30px;

}
.campus-features span {
    padding-bottom: 10px;
    display: block;
}
.campus-features span:nth-child(odd) {
    color: rgb(78,78,78); 
}
.campus-features span:nth-child(even) {
    color: rgb(0,178,255);
}
.campus-features a {
    text-decoration: none;
    color: #4e4e4e;
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 900;
    font-stretch: extra-expanded;
}
.welcome-bwu {
    background-image: url('/images/welcome-bwu-bg.webp');
    background-position: bottom;
    background-size: cover;
    position: relative;
    padding: 70px 0;
}
.bwu-intro {
    padding: 30px 0;
    border-left: 2px solid #878787;
    padding-left: 25px;
}
.bwu-intro h4 {
    font-size: 45px;
}
.bwu-intro h4 span:first-child {
    font-family: "Playwrite IN", serif;
    line-height: 40px;
    color: rgb(242, 126, 0);
}
.bwu-intro h4 span:last-child {
    font-weight: 800;
    font-stretch: condensed;
}
.bwu-intro h4 ~ span {
    font-weight: 800;
    font-stretch: condensed;
}
.bwu-intro h4 ~ span {
    font-weight: 800;
    font-stretch: condensed;
    font-size: 34px;
    color: #484848;
}
article.intro-txt h5 {
    font-size: 24px;
}
.bwu-advntg {
    padding: 5% 0;
    position: relative;
}

.item-middle {
    position: relative;
    top: -2%;
}
.item-end {
    position: relative;
    top: -4%;
}
.advntg {
    font-size: clamp(2.5rem, 4vw, 3.3rem);
    font-weight: 800;
    font-stretch: condensed;
    background-color: #d5f0fc;
}
.advn-item {
    width: 235px;
    height: 235px;
}
.infoGfxCircle {
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.inner-bx {
    p {
        margin: 0;
    }
}
.why-study {
    background-image: url('/images/std-study-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
}
.stdy-heading {
    padding: 15px 0 15px 20px;
    border-left: 2px solid #919191;
}
.stdy-heading span:first-child {
    font-size: 45px;
}
.stdy-heading span:last-child {
    font-size: 30px;
    color: #565656;
}
.study-points {
    padding: 20px;
}
.bdr-tlb {
    border-top: 1px solid #00b2ff;
    border-left: 1px solid #00b2ff;
    border-bottom: 1px solid #00b2ff;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-right: 20px;
    padding-left: 20px;
}
.bdr-trb {
    border-top: 1px solid #00b2ff;
    border-right: 1px solid #00b2ff;
    border-bottom: 1px solid #00b2ff;
    margin-left: 20px;
    padding-left: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-right: 5px;
}
.stack-bdr, .stack-bdr2, .stack-bdr3, .stack-bdr4{
    position: relative;
}
.stack-bdr {
    top: -1px;
}
.stack-bdr2 {
    top: -2px;
}
.stack-bdr3 {
    top: -3px;
}
.stack-bdr4 {
    top: -4px;
}
.study-points p {
    margin: 0;
}
.camera-grl {
    position: absolute;
    bottom: -17%;
    width: 95%;
}
.stdy-btm-point {
    position: relative;
    z-index: 1;
    padding: 20px;
    margin-top: 25px;
    background-color: #d4f2ff;
}
.univ-highlight .awrds-sec h3 {
    line-height: 80px;
}
.univ-highlight .awrds-sec span {
    font-family: inherit;
    font-size: 23px;
    line-height: 23px;
    font-weight: normal;
}
.std-exchange-pgrm {
    background-image: url('/images/usa-flag-bg.webp');
    background-position: top center;
    background-size: cover;
    position: relative;
    padding-bottom: 80px;
}
.std-exchange-pgrm .heading ~ span {
    color: #fff;
    font-size: 28px;
    padding-top: 20px;
}
.bwu-seo-points {
    padding: 50px 0;
}
.seo-bx .seo-bx-item:nth-child(odd) {
    background-color: rgb(197,234,254);
}
.seo-bx .seo-bx-item:nth-child(even) {
    background-color: rgb(245,249,244);
}
.seo-bx-item {
    padding: 25px 15px;
    text-align: center;
}
.seo-bx-item p{
    margin: 0;
}
.sfbg-blue {
    background-color: #daeefa;
}
.bwu-highlights {
    background-color: #d4f2ff;
    margin: 50px 0;
}
.visiting-mentors , .students-speak {
    padding-bottom: 50px;
}
.programmes {
    background: #fff8f0;
    padding-bottom: 50px;
}
.crs-elgibility {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgb(0 0 0 / 46%);
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1111;
}
.crs-contain {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ebebeb;
    padding: 5px;
    background-color: #fff;
}
.crs-info {
    position: relative;
}
.crs-school h3 {
    display: inline-block;
    background-color: #fff;
    padding: 10px 12px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.12);
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
    border: 1px solid #ccc;
    position: relative;
}
.crs-school h3:before {
    content: "▶";
    position: absolute;
    color: #fff;
    transform: rotate(90deg);
    bottom: -18px;
}
.crs-item {
    align-items: center;
    width: auto;
    height: auto;
    padding: 6px;
}
.crs-item h5 {
    margin: 0;
    color: #585858;
}
.crs-info a {
    display: flex;
    color: #000;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.crs-info a h5:hover {
    color: #0d3db8;
}
.crs-school h2 {
    margin: 35px 0 10px 0;
    color: #0d3db8;
    padding: 10px 15px;
    border: 1px solid #d8d8d8;
    background-color: #eaf5fb;
}
.crs-info a:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiBmaWxsPSJyZ2IoMTg5LCAxODksIDE4OSkiPjxwYXRoIGQ9Ik00MjAtMzA4cS04IDAtMTQtNS41dC02LTE0LjV2LTMwNHEwLTkgNi0xNC41dDE0LTUuNXEyIDAgMTQgNmwxNDUgMTQ1cTUgNSA3IDEwdDIgMTFxMCA2LTIgMTF0LTcgMTBMNDM0LTMxNHEtMyAzLTYuNSA0LjVUNDIwLTMwOFoiLz48L3N2Zz4=);
    background-size: 210%;
    background-position: center;
    position: relative;
    color: #bdbdbd;
    display: inline-block;
}
.modalBxContent {
    justify-content: center;
    width: 560px;
    height: auto;
    padding: 15px;
    align-items: center;
    background-color: #fff;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
button.closeModalBx {
    position: absolute;
    width: 25px;
    height: 25px;
    right: -5px;
    top: -5px;
    border: 0;
    padding: 5px;
    font-size: 15px;
    background-color: #ff2c00;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.hide {
    display: none;
}
.collab-item {
    gap: 10px;
} 
.crs-collab {
    width: 50%;
}
.crs-name h3 {
    font-size: 25px;
    font-weight: 800;
    font-stretch: condensed;
    color: #007d36;
    span.fw-normal {
        font-weight: 500;
        font-stretch: normal;
    }
}
.hp-first-headline {
    font-size: 29px;
}
.hp-bx {
    padding: 20px;
    background-color: #fff;
}
.hp-first-headline {
    font-size: 30px;
    font-weight: 800;
    font-stretch: condensed;
}
.hp-first-headline span {
    color: #525252;
    font-weight: 400;
    font-stretch: normal;
    font-size: 26px;
}
.hp-bx h4 {
    border: 1px solid #ccc;
    font-size: 25px;
    padding: 10px;
    color: #545454;
    font-weight: 500;
}
.hp-points li {
    list-style-type: disc;
    padding-bottom: 10px;
}
.hp-points li::marker {
    color: rgb(0,178,255);
}
table.table.dataTable {
    margin-left: auto;
    margin-right: auto;
}
table.dataTable.dtr-column.collapsed > tbody > tr > td.dt-type-numeric .slno::after, table.dataTable.dtr-column.collapsed > tbody > tr > th.dt-type-numeric .slno::after {
    display: flex;
    box-sizing: border-box;
    content: "+";
    width: 1.25rem;
    height: 1.25rem;
    color: #fff;
    background-color: #007d36;
    font-size: 1.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 3.125rem;
    font-weight: 500;
    margin: 8px auto;
    line-height: 0;
}
table.dataTable.dtr-column.collapsed > tbody > tr.dtr-expanded > td.dt-type-numeric .slno::after, table.dataTable.dtr-column.collapsed > tbody > tr.dtr-expanded > th.dt-type-numeric .slno::after {
    content: "-";
    background-color: #ff3c27;
}
.pgrm-data-tbl table .td-school {
    width: 17%;
}
.pgrm-data-tbl table .td-pgrm,.pgrm-data-tbl table .td-sftr {
    width: 40%;
}
.pgrm-data-tbl table td ul {
    padding: 0;
}
.rcg p {
    font-size: 14px;
}
.blue-bg h3 span {
    color: #fef105;
}
.green-bg h3 {
    font-size: 53px;
}
.yellow-bg h3 {
    font-size: 45px;
    line-height: 55px;
    padding-top: 35px;
}
.blue-bg span {
    font-size: 23px;
    color: #fff;
}

.placed-bg {
    background: #f2f2f2;
    width: 100%;
    padding: 20px 0;
}

.placed-ftr {
    text-align: center;
    font-weight: 500;
    min-height: 173px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.placed-ftr h3 {
    font-size: 75px;
    color: #2e3192;
    margin: 0;
}
.placed-ftr h3 span {
    font-size: 30px;
}

.placed-ftr h4 {
    font-size: 35px;
    line-height: 18px;
    color: #ee1d23;
}

.placed-ftr p {
    font-size: 19px;
}

.vert-bdr:before {
    content: "";
    width: 10px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 49.6%;
}

.rctr {
    width: 100%;
    height: 100%;
}

.rctr h3 {
    font-size: 72px;
    color: #2e3192;
}

.top-company {
    justify-content: center;
}

.top-company div {
    width: 25%;
}

.top-company div p {
    font-size: 13px;
    padding-top: 4px;
}

.long-ttl {
    width: 80%;
}

.qd-child {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 33.33%;
}

.rounded-ctn {
    width: 80px;
    height: 80px;
    border: 2px solid #086aba;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.quad-contain {
    position: relative;
}

.bdr-0 h2 {
    border: 0;
    margin-bottom: 15px;
}

.bx-height {
    height: 450px;
    overflow-y: auto;
}

.view-more {
    text-decoration: none;
    border-radius: 12px;
    padding: 8px 15px;
    color: #0f3db8;
    font-weight: 700;
    font-size: 17px;
    background: #fff;
}

.view-more:hover {
    background: #92beff;
}

.gotop {
    width: 40px;
    height: 40px;
    position: fixed;
    background: #fbc24e;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
    bottom: 10px;
    border: 1px solid #717171;
    z-index: 20;
}

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

.text-dark {
    color: #000;
}
.text-small {
    font-size: 12px;
    color: #7b7b7b;
}

.ermsg {
    height: 10px;
    font-size: 12px;
}
.ermsg span {
    color: #efe700;
}
.mail-info {
    position: absolute;
    color: #fcff25;
    left: 0;
    right: 0;
    margin: 0 auto;
    min-width: 155px;
    bottom: 4px;
    text-align: center;
}

.waiting-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 85%);
    z-index: 1000;
    text-align: center;
}

.action-wait {
    font-size: 25px;
    color: #00f700;
    position: relative;
    top: 30%;
}

.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 {
    background-color: #f9f9f9;
    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;
    }
}

/*media query*/
@media only screen and (min-width: 320px) {
    .crs-item {
        width: 100%;
    }
}
@media only screen and (min-width: 480px) {
    .crs-item {
        width: 50%;
    }
}
@media only screen and (min-width: 768px) {
    .bullet-round:before, .bullet-round:after {
        content: "";
        position: relative;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #fecc00;
        display: inline-block;
        margin: 0 8px;
    }

    .info-gfx {
        background-image: url('/images/bwu-campus-landscape.webp');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .infoGfxCircle {
        width: 750px;
        height: 795px;
        border-radius: 50%;
        margin: 0 auto;
        padding: 30px;
        border: 10px solid #ffffff;
        background: linear-gradient(to bottom, #d5f0fc, #fbfeff);
        position: relative;
        overflow: hidden;
        text-align: center;
        display: flex;
        flex-flow: column;
        justify-content: center;
        left: 0;
        right: 0;
    }
    .advn-contain {
        gap: 10px;
    }
    .advn-item {
        width: 215px;
        height: 215px;
        padding: 6px;
        border-radius: 50%;
        overflow: hidden;
    }
    .inner-bx {
        border-radius: 50%;
        line-height: 20px;
        font-size: 14px;
    }
    .bwuLogo {
        border: 0;
        padding: 0;
    }
    .advntg {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 991px) {
    ul.mainnav li.has-submenu > ul,
    ul.mainnav li.megamenu > ul.mega-sub {
        border-top: 6px solid #0f3db8;
    }
    .infoGfxCircle {
        width: 920px;
        height: 920px;
        padding: 30px;
    }
    .infoGfxCircle:before {
        content: "";
        width: 90%;
        height: 90%;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 50%;
        border: 1px solid #6e6e6e;
    }
    .advn-contain {
        gap: 20px;
    }
    .advntg {
        font-weight: 800;
        font-stretch: condensed;
        background-color: #d5f0fc;
        position: relative;
        display: inline-block;
        width: fit-content;
        margin: 0 auto;
        top: -70px;
    }
}
@media only screen and (min-width: 992px) {
    .introBxLt {
        padding-right: 10%;
    }
    .introBxRt {
        padding-left: 10%;
        margin-top: 70px;
    }
    .crs-item {
        width: 33%;
    }

}
@media screen and (min-width: 992px) and (max-width: 1599px) {
    span.sub-toggle {
        position: absolute;
        top: 4px;
        right: 5px;
    }
}

@media only screen and (min-width: 1081px) {
    .bdrbtm:after {
        width: 230px;
    }
    .scs-info h3 {
        font-size: 50px;
        line-height: 35px;
    }
    .scs-info h3 span {
        font-size: 30px;
    }
    .scs-info h3 ~ span {
        font-size: 28px;
    }
    .scs-info .scs-item-btm h3 {
        line-height: 50px;
    }
    .scs-info .scs-item-btm h3 span {
        font-size: 50px;
        font-weight: 900;
        font-stretch: normal;
    }
    .award-contents {
        width: 60%;
    }
}
@media only screen and (min-width: 1200px) {
    .heading {
        font-size: 40px;
    }
    .bdrbtm:after {
        width: 250px;
    }
    .hp-bx h4 {
        width: 40%;
    }
    .keypoint-icon {
        width: 40px;
    }
    .key-points h2 strong, .sideTxt {
        font-size: 20px;
    }
    .crs-item {
        width: 25%;
    }
}

@media only screen and (min-width: 1600px) {
    body,
    p {
        font-size: 16px;
    }
    .container {
        max-width: 1380px;
    }
    .slider-nav {
        width: 120px;
    }
    .glider-next, .glider-prev {
        font-size: 35px;
    }
    .heading {
        font-size: 50px;
    }
    .frm-submit .btn {
        font-size: 20px;
    }
    .q-links ul li a {
        font-size: 18px;
    }
    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;
    }
    .academic-awards .container{
        background-image: url('/images/win-trophy.webp');
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .award-contents {
        width: 57%;
    }
    .keypoint-icon {
        width: 60px;
    }
    .key-points h2 strong, .sideTxt {
        font-size: 25px;
    }
    .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,.sideTxt {
        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;
    }
    .ytbBx a:after {
        content: "";
        display: inline-block;
        position: absolute;
        z-index: 1;
        width: 20%;
        height: 20%;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 auto;
        background-image: url(/images/ytb-vdo-icon.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .awards-heading {
        font-size: 55px;
    }
    .ss-txt span {
        display: inline-flex;
        align-items: center;
    }
    .ss-txt {
        font-size: 25px;
    }
    .campus-features span{
        padding-bottom: 20px;
    }
    .vm-item > div img {
        width: 195px;
    }
    .vm h4 {
        line-height: 38px;
    }
    .vm-info,
    .vm-info p {
        font-size: 17px;
    }

    .toi-highlight h3 {
        font-size: 38px;
    }
    .toi-logo div h2 {
        font-size: 30px;
    }
    .toi-highlight h2 {
        font-size: 53px;
    }
    .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;
    }
    .vm-item > div {
        width: 195px;
    }
    .placed-ftr {
        min-height: 200px;
        margin-bottom: 20px;
    }
    .placed-ftr h3,
    .rctr h3 {
        font-size: 81px;
    }
    .placed-ftr h4 {
        font-size: 42px;
        line-height: 15px;
    }
    .placed-ftr p {
        font-size: 30px;
    }
    .top-company div p {
        font-size: 14px;
    }
    .awrds {
        width: 90%;
    }
    .rcg p {
        font-size: 16px;
    }
    .crs-item h5 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1199px) {
    .navigation {
        width: 62%;
    }
    .toi-highlight h2 {
        font-size: 27px;
    }
    .toi-highlight h3 {
        font-size: 19px;
    }
    .heading {
        font-size: 35px;
    }
    .awrds {
        width: 100%;
        margin-bottom: 25%;
    }
    .key-points {
        flex-wrap: wrap;
    }
    .points-item {
        margin: 20px 0;
    }
}
@media only screen and (max-width: 1080px) {
    .academic-awards {
        background-size: 45%;
    }
    .award-contents {
        width: 60%;
    }
    .awards-heading {
        font-size: 40px;
    }
    .awardImg {
        width: 100%;
    }
    .pgrm-data-tbl table .td-pgrm, .pgrm-data-tbl table .td-sftr{
        width: auto;
    }
}
@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;
    }
    .rcg {
        width: 33.33%;
    }
    .awrds {
        width: 100%;
        top: 10%;
    }
    .highlight-txt {
        margin-top: 20%;
    }
    section.hero-contain {
        padding-top: 0;
    }
    .scs-info {
        width: 767px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .placement > div {
        padding-top: 25px;
    }
    .bwu-logo {
        top: -56px;
    }
    .camera-grl,.socials {
        display: none;
    }
    .std-contain {
        padding: 12px 8px;
    }
    .awrds-sec h3 {
        font-size: 50px;
        line-height: 40px;
    }
    .awrds-sec span {
        font-size: 21px;
    }
    .rctr {
        margin-top: 25px;
    }
    .pgrm-data-tbl table .td-school {
        width: 30%;
    }
    .pgrm-data-tbl table .td-pgrm {
        width: 70%;
    }
    .pgrm-data-tbl table .td-sftr, .crs-collab, .crs-name {
        width: 100%;
    }
    .key-points {
        flex-wrap: wrap;
        column-gap: 15px;
    }
    .vert-bdr:before {
        display: none;
    }
    .awrds-sec {
        width: 33%;
    }
    .univ-highlight .awrds-sec h3 {
        line-height: 50px;
    }
    .awrds-contain {
        flex-wrap: wrap;
    }
    .std-exchange-pgrm .heading ~ span {
        padding-bottom: 20px;
    }
    .ytbBx {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .logo a img {
        width: 450px;
        padding: 0;
    }
    .highlight-txt {
        margin-top: 8%;
        text-align: center;
    }
    .academic-awards {
        background-image: none;
    }
    .trophy-girl {
        width: 100%;
    }
    .glider-track {
        gap: 15px;
    }
    .awrds {
        margin-bottom: 0;
        padding: 15px;
    }
    .awrds-sec p,
    .awrds-sec span {
        font-size: 13px;
    }
    .apply-seat{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .award-contents {
        width: 100%;
        text-align: center;
        padding-top: 5%;
    }
    .awards-heading {
        font-size: 35px;
    }
    .scs-info {
        width: 90%;
    }
    .scs-info h3 {
        font-size: 40px;
        line-height: 25px;
    }
    .scs-info h3 span {
        font-size: 25px;
    }
    .scs-info h3 ~ span {
        font-size: 25px;
    }
    .scs-info .scs-item-btm h3 {
        line-height: 50px;
    }
    .scs-info .scs-item-btm h3 span {
        font-size: 40px;
    }
    .ss-txt span {
        display: block;
        padding: 5px 0;
    }
    section.campus-highlights {
        padding: 70px 0;
    }
    .campus-features {
        padding: 30px 0;
        border:0;
        margin: 0;
        text-align: center;
    }
    .advn-contain {
        flex-wrap: wrap;
        gap: 10px;
        margin: 8px;
    }
    .advntg {
        padding: 15px 0;
    }
    .advn-item {
        width: 49%;
        height: auto;
    }
    .advn-item.bwuLogo {
        display: none;
    }
    .points-item {
        width: 50%;
        justify-content: center;
        align-items: center;
        background-color: #fffbf1;
        padding: 10px;
        border: 1px solid #ccc;
        margin: 5px 0;
    }
    .key-points {
       column-gap: 0;
    }
    .points-item .keypoint-icon ~ div {
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .std-exchange-pgrm {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .std-exchange-pgrm .heading ~ span {
        font-size: 20px;
    }
    .crs-name h3 {
        font-size: 20px;
    }
    .univ-highlight .awrds-sec span {
        font-size: 20px;
    }
    .vm-item > div {
        width: 20%;
    }
    .toi-highlight h2 {
        font-size: 26px;
    }
    .toi-highlight h3 {
        font-size: 20px;
    }
    .placed-ftr h3 {
        font-size: 65px;
    }
    .placed-ftr h4 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 580px) {
    .heading {
        font-size: 28px;
    }
    .scs-info {
        width: 95%;
    }
    .scs-info .scs-item-top, .scs-info .scs-item-top:nth-child(2) {
        width: 33%;
    }
    .scs-info h3 ~ span {
        font-size: 20px;
    }
    .scs-info h3 ~ span {
        font-size: 20px;
    }
    .ytbBx {
        width: 90%;
    }
    .advn-contain {
        justify-content: center;
    }
    .advn-item {
        width: 95%;
    }
    .why-study {
        padding: 0 15px;
    }
    .key-points h2 strong {
        font-size: 20px;
    }
    .key-points h2 ~ span {
        font-size: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .vm-item > div {
        width: 34%;
    }
    .yellow-bg h3 {
        padding-top: 25px;
    }
    .rctr h3 {
        font-size: 50px;
    }
    .toi-highlight {
        display: none;
    }
    .placed-ftr {
        min-height: 161px;
    }
    .top-company div {
        width: 45%;
    }
    .crs-name {
        padding-top: 25px;
    }
    .modalBxContent {
        width: 97%;
    }
}
@media only screen and (max-width: 500px) {
    .awrds-contain {
        flex-wrap: wrap;
    }
    .awrds-sec p,
    .awrds-sec span {
        font-size: 18px;
    }
    .awrds-sec {
        width: 50%;
    }
    .student-item-odd,
    .student-item-even {
        flex-wrap: wrap;
    }
    .student-item-odd div,
    .student-item-even div {
        width: 100% !important;
    }
    .student-item-odd div img,
    .student-item-even div img {
        border-radius: 50%;
        width: 65%;
        margin: 0 auto;
        padding: 20px;
    }
}
@media only screen and (max-width: 480px) {
    .amnt {
        padding: 8px;
        font-size: 20px;
    }
    .apply-seat {
        width: 90%;
    }
    .heading {
        font-size: 24px;
    }
    .scs-info h3 {
        line-height: 40px;
    }
    .scs-info .scs-item-btm h3 {
        line-height: 35px;
    }
    .flex-wrap-cstm {
        flex-wrap: wrap;
    }
    .rcg {
        width: 50%;
    }
    .awards-heading {
        font-size: 20px;
    }
    section.campus-highlights {
        padding-bottom: 20px;
    }
    .scs-info .scs-item-top, .scs-info .scs-item-btm, .scs-info .scs-item-top:nth-child(2) {
        width: 75%;
        padding: 10px;
        margin: 4px 0;
        border: 0;
        border-radius: 20px;
        background-color: rgb(79 79 79 / 31%);
    }
    .ytbUplift {
        margin: 4% 0;
    }
    .hvr-content {
        padding: 20px 15px;
    }
    .hvr-content h4 {
        font-size: 14px;
    }
    .hvr-content p {
        font-size: 14px;
    }
    .pgrm-data-tbl table thead tr th {
        font-size: 20px;
    }
    .std-exchange-pgrm {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .rctr h3 {
        font-size: 40px;
    }
    .point-sb {
        width: 100%;
        margin: 0 auto;
    }
    .top-company {
        justify-content: center;
        flex-wrap: wrap;
    }
    section.key-highlights {
        margin: 20px 0;
    }
}

/*footer start*/

button {
    border: none;
}

footer.footer {
    background-color: #010f20;
}
ul.follow {
    padding: 0;
    list-style-type: none;
}
ul.follow li {
    display: inline-block;
}

ul.follow label {
    display: block;
    color: #1eb5ee;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    margin-bottom: 0.5rem;
}

.q-links h4 {
    color: #fff;
    font-size: 20px;
    margin: 4px 0;
}
.q-links ul {
    padding: 0;
    list-style: none;
    color: #1eb5ee;
    margin-top: 5px;
    margin-left: 0;
    width: 100%;
    display: inline-block;
}
.q-links ul.apply li {
    width: 100%;
    float: none;
}
.q-links ul li {
    width: 50%;
    float: left;
    margin-bottom: 8px;
    padding-left: 15px;
    position: relative;
}
.q-links ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #1db5ed;
    position: absolute;
    top: 9px;
    left: 0;
}
.q-links ul li a {
    text-decoration: none;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 13px;
}
.q-links h4 {
    color: #fff;
    font-size: 19px;
}
.pd-set {
    padding: 40px 15px;
}
.br_set {
    border-right: 1px solid #011d3e;
}
hr {
    border-bottom: 1px solid #000;
    border-color: #353535;
}
.ftr-info p {
    margin: 0;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 13px;
}
.ftr-info p span {
    color: #1eb5ee;
}
.pos-relv {
    position: relative;
}
@media only screen and (min-width: 992px) {
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem;
    }
    .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;
    }
    .mainmenu {
        display: flex;
        justify-content: center;
        position: relative;
    }
    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;
    }
    .tgl-dwn span.sub-toggle {
        right: 9px;
        top: 6px;
    }
    ul.mainnav li.has-submenu ul li.has-submenu span.sub-toggle {
        right: 12px;
        top: 8px;
    }
    ul.mainnav li.has-submenu ul li.has-submenu span.sub-toggle i {
        color: #0a11f7;
    }
    span.sub-toggle i {
        font-size: 12px;
        font-style: initial;
        transform: rotate(90deg);
        position: absolute;
        color: #a7a7a7;
    }
    .mega-sub {
        display: none;
        position: absolute;
        background: #f2f2f2;
        width: 100%;
        top: 41px;
        left: 0;
    }
    .mega-sub li.subchild > a {
        display: block;
        position: relative;
        color: #000;
        text-decoration: none;
        font-weight: 500;
        padding-bottom: 6px;
    }
    ul.mega-sub li.subchild > a:after {
        content: "";
        position: absolute;
        width: 95%;
        height: 1px;
        background: #fff;
        left: 7px;
        bottom: 0;
    }
    li.subchild ul li a {
        display: block;
        padding: 7px;
        font-size: 15px;
        text-decoration: none;
    }
}
@media (max-width: 991px) {
    .hero-contents {
        text-align: center;
    }
    section.hero-contain {
        background-position: left;
    }
    .apply-seat {
        margin-top: 50px;
    }
    .rank-item {
        width: calc(100% / 3 - 10px);
    }
    .recogs-approvals::after {
        margin-left: auto;
        margin-right: auto;
    }
    .admissions,
    .hide,
    .mainmenu {
        display: none;
    }
    .mrtop {
        margin-top: 50px;
    }
    .footer .container .row > div:first-child {
        order: 4;
        text-align: center;
    }
    .ftr-info amp-img {
        width: 180px;
        margin: 0 auto;
    }
    .br_set {
        border: none;
    }
    .pd-set {
        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    .logo-groups {
        flex-wrap: wrap;
    }
    .rec-logo-item {
        width: calc(100% / 4 - 14px);
    }
    .offer-info span {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .footer .container .row > div:nth-child(5) {
        order: 1;
        margin-left: 15px;
        width: 30%;
        float: left;
    }
    .footer .container .row > div:nth-child(6) {
        order: 5;
        margin-left: 15px;
        width: 30%;
        float: left;
    }
    .footer .container .row > div:nth-child(3) {
        order: 3;
        width: 30%;
        float: left;
        margin-left: 15px;
    }
    .footer .container .row > div:nth-child(2) {
        order: 1;
        width: 46%;
        margin-left: 15px;
    }
    .footer .container .row > div:nth-child(4) {
        order: 5;
        width: 46%;
        margin-left: 10px;
    }
    .footer .container .row > div:first-child {
        order: 6;
    }
    .pd-set {
        padding: 10px 0;
    }
}
@media only screen and (max-width: 480px) {
    .bwu-intro {
        padding: 5px 0 5px 10px;
    }
    .bwu-intro h4 {
        font-size: 30px;
    }
    .bwu-intro h4 ~ span {
        font-size: 23px;
    }
}
@media only screen and (max-width: 430px) {
    .footer .container .row > div:nth-child(5) {
        order: 1;
        margin-left: 15px;
        width: 100%;
        float: none;
    }
    .footer .container .row > div:nth-child(6) {
        order: 2;
        margin-left: 15px;
        width: 100%;
        float: none;
    }
    .footer .container .row > div:nth-child(3) {
        order: 3;
        width: 100%;
        float: none;
        margin-left: 15px;
    }
    .footer .container .row > div:nth-child(2) {
        width: 100%;
    }
    .footer .container .row > div:nth-child(4) {
        width: 100%;
    }
    .q-links ul.apply li {
        width: 50%;
        float: left;
    }
}
@media only screen and (max-width: 380px) {
    .logo a {
        margin-right: 0;
        width: 115px;
    }
    .placedYr {
        font-size: 11px;
    }
    .glider-track {
        gap:0;
    }
    .key-points {
        justify-content: center!important;
    }
    .points-item {
        width: 100%;
    }
}
