@font-face {
    font-family: "Avenir Next Demi";
    src: url("../fonts/AvenirNext-DemiBold.eot");
    src: url("../fonts/AvenirNext-DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-DemiBold.woff") format("woff"), url("../fonts/AvenirNext-DemiBold.ttf") format("truetype"), url("../fonts/AvenirNext-DemiBold.svg#AvenirNext-DemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext-Regular.eot");
    src: url("../fonts/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Regular.woff") format("woff"), url("../fonts/AvenirNext-Regular.ttf") format("truetype"), url("../fonts/AvenirNext-Regular.svg#AvenirNext-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext-Medium.eot");
    src: url("../fonts/AvenirNext-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Medium.woff") format("woff"), url("../fonts/AvenirNext-Medium.ttf") format("truetype"), url("../fonts/AvenirNext-Medium.svg#AvenirNext-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

*,
figure {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
select {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

strong {
    font-family: "Avenir Next Demi";
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 10px;
}

.container-fluid {
    max-width: 1200px;
    padding: 0 100px;
}

.dis {
    color: #fff;
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 0.4rem;
}

.qs-ranking {
    font-size: 10px;
    color: #fff;
}

.case {
    text-transform: lowercase;
}

.form-group .tooltip-Text {
    text-decoration: underline !important;
}

@media screen and (max-width: 1440px) {
    .container-fluid {
        padding: 0 30px;
    }
}

@media screen and (max-width: 991px) {
    .container-fluid {
        padding: 0 15px;
    }
}

body {
    font-family: "Avenir Next";
    font-size: 14px;
    color: #000000;
    line-height: 1.4;
    font-weight: 400;
    overflow-x: hidden;
}

.popup {
    position: fixed;
    right: -3%;
    top: 27%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #000000;
    padding: 1rem 1.2rem;
    z-index: 999;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.popup .applybtn {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .popup {
        right: -8%;
    }
}

@media screen and (max-width: 380px) {
    .popup {
        right: -9%;
    }
}

header {
    width: 100%;
    padding: 10px 0;
    background: #ffffff;
}

@media screen and (max-width: 767px) {
    header {
        padding: 10px 0;
        text-align: center;
    }
}

header .navbar-brand {
    padding: 0 0;
    width: 100%;
}

.homebanner {
    position: relative;
}

@media screen and (min-width: 1600px) {
    .homebanner img.mainbanner {
        height: 500px;
    }
}

@media screen and (max-width: 991px) {
    .homebanner img.mainbanner {
        min-height: 450px;
    }
}

@media screen and (max-width: 767px) {
    .homebanner img.mainbanner {
        min-height: 438px;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
    }
}

@media screen and (max-width: 389px) {
    .homebanner img.mainbanner {
        min-height: ;
    }
}

.homecaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .homecaption {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding: 20px 0 0;
    }
}

.homecaption h2 {
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Avenir Next Demi";
    font-size: 37px;
}

@media screen and (max-width: 1199px) {
    .homecaption h2 {
        font-size: 32px;
        margin-bottom: 20px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .homecaption h2 {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 0px;
    }
}

.homecaption .programparts {
    background: #ffffff;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: inline-block;
    margin-bottom: 40px;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .homecaption .programparts {
        padding: 8px 0;
        margin-bottom: 15px;
    }
}

.homecaption .programparts a {
    padding: 0 20px;
    color: #440fcb;
    text-transform: uppercase;
    position: relative;
    font-size: 24px;
}

@media screen and (max-width: 1199px) {
    .homecaption .programparts a {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .homecaption .programparts a {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .homecaption .programparts a {
        padding: 0 15px;
    }
}

.homecaption .programparts a::after {
    width: 3px;
    height: 26px;
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    background: #440fcb;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 22px;
}

.homecaption .programparts a:last-child::after {
    display: none;
}

.programlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.programlist.mrbt {
    margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
    .programlist.mrbt {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .programlist.mrbt {
        margin-bottom: 10px;
    }
}

.programlist img {
    margin-right: 20px;
    width: 80px;
}

@media screen and (max-width: 991px) {
    .programlist img {
        width: 40px;
        margin-right: 10px;
    }
}

.programlist p {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 12px;
}

@media screen and (max-width: 991px) {
    .programlist p {
        font-size: 11px;
    }
}

.programlist p strong {
    display: inline;
    font-size: 12px;
}

@media screen and (max-width: 991px) {
    .programlist p strong {
        font-size: 12px;
    }
}

.admission-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 5px;
    padding: 20px;
}

@media screen and (max-width: 1199px) {
    .admission-form {
        padding: 10px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .admission-form {
        margin-top: 0px;
        padding: 15px;
    }
}

.admission-form h3 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
    font-size: 20px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
    .admission-form h3 {
        font-size: 16px;
    }
}

.admission-form .form-control {
    height: auto !important;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #9ba5b2;
    font-size: 15px;
    width: 100%;
    border-radius: 3px;
    padding: 7px 10px;
}

.admission-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.admission-form .selectwraper {
    position: relative;
}

.admission-form .selectwraper::after {
    position: absolute;
    top: 45%;
    right: 15px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.admission-form label {
    font-size: 14px;
}

.admission-form button {
    background: #440fcb;
    padding: 10px 40px;
    border: none;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    color: #ffffff;
    width: 100%;
    text-align: center;
}

.admission-form button:hover {
    background: #d51097;
}

.admission-form button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.admission-form .otp_msg {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 20px;
}

.admission-form .submit_btns button {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
}

.admission-form .submit_btns button:first-of-type {
    margin-top: 15px;
}

.admission-form .submit_btns button:last-of-type {
    margin-bottom: 0;
    background: #ffc74d;
    color: #000000;
}

.bg-gradient {
    background: linear-gradient(45deg, #d51097 0%, #440fcb 100%);
}

.bg-gray {
    background: #f8f8f8;
}

.scholarship {
    background: #202d66;
    text-align: center;
    padding: 30px 0px;
}

.scholarship h2 {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 0px;
}

.state {
    font-size: 9px;
    text-transform: capitalize;
}

.visit {
    background: #f0bd00;
    margin-top: 3%;
    width: 100%;
    padding: 10px 40px;
    border: none;
    display: block;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    color: #000;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.visit:hover {
    background: #000;
    color: #fff;
}

.head-h p {
    text-align: right;
    font-size: 23px;
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
}

.head-h {
    padding: 9px 0px;
    box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
    .scholarship h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .scholarship h2 {
        font-size: 20px;
        line-height: 1.4;
    }
    .scholarship h2 strong {
        font-size: 28px;
    }
}

.scholarship h2 strong {
    color: #ffaa02;
    font-weight: 500;
}

.scholarship p {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-size: 15px;
}

section {
    padding: 80px 0;
    padding: 30px 0;
}

@media screen and (max-width: 767px) {
    section {
        padding: 30px 0;
    }
}

.section-heading {
    font-size: 65px;
    line-height: 1.2;
    position: relative;
    color: #000000;
    padding-bottom: 20px;
    margin-bottom: 80px;
    font-family: "Avenir Next Demi";
    font-size: 50px;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

@media screen and (max-width: 1199px) {
    .section-heading {
        font-size: 36px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading {
        font-size: 24px;
        padding-bottom: 10px;
    }
}

.section-heading::after {
    position: absolute;
    bottom: 0;
    width: 120px;
    height: 4px;
    background: #440fcb;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
}

.section-heading.colwhite {
    color: #ffffff;
}

.section-heading.colwhite::after {
    background: #ffffff;
}

.sectionremark {
    margin: 0;
    color: #000000;
    font-size: 20px;
    margin-bottom: 40px;
    font-size: 15px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .sectionremark {
        padding: 0 10px;
    }
}

.section-saperator {
    border-top: 2px solid #cacaca;
}

.impactlist {
    text-align: center;
    margin-bottom: 50px;
    margin-bottom: 30px;
}

.impactlist span {
    font-size: 140px;
    display: inline-block;
    margin-bottom: 5px;
    text-align: left;
    min-width: 130px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    max-width: 400px;
    color: #1b0166;
    font-size: 70px;
}

@media screen and (max-width: 991px) {
    .impactlist span {
        font-size: 50px;
    }
}

@media screen and (max-width: 767px) {
    .impactlist span {
        text-align: center;
    }
}

.impactlist span .count {
    display: inline-block;
    min-width: auto;
    background-image: linear-gradient(45deg, #d51097 0%, #440fcb 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.impactlist span small {
    font-size: 40px;
    color: #666;
    line-height: 1.4;
    display: block;
    text-transform: none;
    font-size: 16px;
}

.customRow {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(calc(100% / 3), 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(calc(100% / 3), 1fr));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1100px) {
    .customRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.recruiters-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recruiters-list li {
    width: calc(100% / 5);
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (max-width: 1199px) {
    .recruiters-list li {
        width: calc(100% / 4);
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .recruiters-list li {
        width: calc(100% / 3);
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .recruiters-list li {
        width: calc(100% / 2);
        margin-bottom: 15px;
    }
}

.recruiters-list li a {
    max-width: 90%;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 80%;
}

.recruiters-list li a img {
    width: 100%;
}

.recruiters-list li a:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.whyupes-list {
    margin-right: 50px;
}

@media screen and (max-width: 767px) {
    .whyupes-list.listmobile li:first-child {
        border-top: 1px solid #ffffff;
        padding-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .whyupes-list {
        margin-right: 0;
    }
}

.whyupes-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 167px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    min-height: 106px;
}

@media screen and (max-width: 991px) {
    .whyupes-list li {
        min-height: 90px;
    }
}

@media screen and (max-width: 767px) {
    .whyupes-list li {
        margin-bottom: 20px;
        padding-bottom: 20px;
        min-height: auto;
        height: auto;
    }
}

.whyupes-list li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.whyupes-list li img {
    width: 110px;
    margin-right: 30px;
    height: auto;
    margin-right: 20px;
    width: 80px;
}

@media screen and (max-width: 991px) {
    .whyupes-list li img {
        width: 60px;
        margin-right: 10px;
    }
}

.whyupes-list li p {
    margin: 0;
    font-size: 30px;
    color: #ffffff;
    font-size: 18px;
}

@media screen and (max-width: 1199px) {
    .whyupes-list li p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .whyupes-list li p {
        font-size: 15px;
    }
}

.achieveslider .owl-dots {
    text-align: center;
    padding-top: 20px;
}

.achieveslider .owl-dots button {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #440fcb;
    border-radius: 50%;
    margin: 0 5px;
    margin: 0 3px;
}

.achieveslider .owl-dots button.active {
    background: #440fcb;
}

.offerdtablewrape .programe_title {
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    line-height: 34px;
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 0;
    font-size: 24px;
}

@media screen and (max-width: 991px) {
    .offerdtablewrape .programe_title {
        font-size: 20px;
    }
}

.offerdtablewrape .o-accordion .card {
    background-color: #fff;
    border-bottom: none;
}

.offerdtablewrape .o-accordion .card .card-header {
    background-color: #fff;
    padding: 0;
    border: none;
}

.offerdtablewrape .o-accordion .card .card-header a {
    padding: 0 3rem 0 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    background: 0 0;
    border-bottom: 1px solid #dee2e6;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
    gap: 15px;
    position: relative;
    cursor: pointer;
    color: #000;
}

.offerdtablewrape .o-accordion .card .card-header a .col1 {
    border-right: 1px solid #dee2e6;
    text-align: center;
}

.offerdtablewrape .o-accordion .card .card-header a .col1,
.offerdtablewrape .o-accordion .card .card-header a .col2,
.offerdtablewrape .o-accordion .card .card-header a .col3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.offerdtablewrape .o-accordion .card .card-header a .bd-none {
    border-right: none;
}

.offerdtablewrape .o-accordion .card .card-header a::before {
    content: "";
    display: inline-block;
    right: 1rem;
    position: absolute;
    top: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/caret.svg) no-repeat;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-position: center;
}

.offerdtablewrape .o-accordion .card .card-header a[aria-expanded="true"]::before {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
    .offerdtablewrape .o-accordion .card .card-header a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .offerdtablewrape .o-accordion .card .card-header a .col1 {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }
}

.offerdtablewrape .o-accordion .card .card-block {
    padding: 0px;
    border-bottom: 1px solid #dee2e6;
}

.offerdtablewrape .o-accordion .card .card-block.bloc3 {
    padding: 20px;
}

.offerdtablewrape .o-accordion .card .card-block .offered_table {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    border-collapse: collapse;
    border: none;
    border-bottom: 1px solid #dee2e6;
}

.offerdtablewrape .o-accordion .card .card-block .offered_table ._1st {
    width: 314px;
    border-right: 1px solid #dee2e6;
}

.offerdtablewrape .o-accordion .card .card-block .offered_table ._2nd {
    width: calc(100% - 314px);
}

.offerdtablewrape .o-accordion .card .card-block .offered_table th,
.offerdtablewrape .o-accordion .card .card-block .offered_table td {
    vertical-align: middle;
}

.offerdtablewrape .o-accordion .card .card-block .offered_table td {
    padding: 8px 15px;
    font-size: 14px;
}

.offerdtablewrape .o-accordion .card .card-block .offered_table .bd-b {
    border-bottom-color: #262626;
    border-bottom-width: 1.5px;
}

.offerdtablewrape .o-accordion .card .card-block ul {
    list-style-type: disc;
    padding-left: 20px;
}

.offerdtablewrape .o-accordion .card .card-block ul li {
    padding: 8px 15px 8px 0;
}

@media screen and (max-width: 767px) {
    .offerdtablewrape .o-accordion .card .card-block .offered_table th,
    .offerdtablewrape .o-accordion .card .card-block .offered_table td {
        word-break: break-word;
    }
    .offerdtablewrape .o-accordion .card .card-block .offered_table ._1st {
        width: 50%;
    }
    .offerdtablewrape .o-accordion .card .card-block .offered_table ._2nd {
        width: 50%;
    }
}

.achievewraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.achievewraper img {
    max-width: 240px;
    margin-right: 30px;
}

.achiev-sec {
    width: 30%;
    padding: 10px;
}

.achiev {
    width: 80%;
}

.achievewraper p {
    font-size: 12px;
}

@media screen and (max-width: 1199px) {
    .achievewraper p {
        font-size: 14px;
    }
}

.achievewraper p strong {
    font-size: 34px;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

@media screen and (max-width: 1199px) {
    .achievewraper p strong {
        font-size: 20px;
    }
}

.partnersslider a {
    display: block;
    position: relative;
    width: 100%;
}

.partnersslider a img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .achievewraper p strong,
    .achievewraper p {
        font-size: 12px;
    }
    .achieveslider .owl-item {
        height: auto !important;
    }
}

.partnersslider .owl-dots {
    text-align: center;
    padding-top: 20px;
}

.partnersslider .owl-dots button {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #440fcb;
    border-radius: 50%;
    margin: 0 5px;
    margin: 0 3px;
}

.partnersslider .owl-dots button.active {
    background: #440fcb;
}

@media screen and (max-width: 767px) {
    .tablewraper {
        overflow: hidden;
    }
}

.tablewraper table {
    border-collapse: collapse;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}

.tablewraper table.criteria {
    margin-bottom: 40px;
}

.tablewraper table td {
    border: 1px solid #ffffff;
    padding: 10px;
    color: #ffffff;
    font-size: 18px;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .tablewraper table td {
        font-size: 14px;
    }
    .tablewraper table td:last-child {
        word-break: break-word;
    }
    .aply {
        padding-top: 0px;
    }
}

.tablewraper table td.headtext {
    font-size: 18px;
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .tablewraper table td.headtext {
        white-space: initial;
        font-size: 16px;
    }
}

.tablewraper table td.headtextwhite {
    background: #ffffff;
    color: #440fcb;
    font-size: 32px;
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .tablewraper table td.headtextwhite {
        font-size: 18px;
    }
}

.tablewraper table td.thead {
    font-weight: 500;
}

.tablewraper.tableschdule table {
    text-align: center;
    max-width: 1000px;
}

@media screen and (max-width: 767px) {
    .digitalworld {
        display: none;
    }
}

.digitalworld p {
    font-size: 22px;
    margin-bottom: 20px;
    font-size: 18px;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .digitalworld p {
        font-size: 16px;
        display: none;
    }
}

footer {
    height: 100px;
    height: 60px;
}

/*# sourceMappingURL=stylesheet.css.map */

input[type="submit"] {
    background: #f0bd00;
    padding: 10px 40px;
    border: none;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    color: #000;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

input[type="submit"]:hover {
    /* background: #d51097; */
    background: #000;
    color: #fff;
}

input[type="submit"]n:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.boxb a {
    text-decoration: underline;
    color: #fff;
}

.bottomstrp {
    opacity: 0;
    background: #000;
    color: #fff;
    position: fixed;
    z-index: 99;
    bottom: 0;
    font-size: 3rem;
    padding: 5px 0;
    font-weight: bold;
    text-align: center;
    left: 0;
    width: 100%;
}

.animated.boxb {
    border: 2px solid #fff;
    text-transform: none;
    font-size: 1.70rem;
    border-radius: 5px;
    color: #fff;
    line-height: 30px;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 100;
}

h4.strpbtm {
    background: #fff;
    color: #000;
    font-size: 1.70rem;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: bold;
    text-align: left;
}

.animated.boxb span {
    display: inline-block;
}

.headertext {
    background: linear-gradient(45deg, #d51097 0%, #440fcb 100%);
    color: #fff;
    font-size: 36px;
    text-align: center;
    padding: 30px 0 30px 0px;
    float: left;
    width: 100%;
    font-weight: bold;
}

.headertext span.big {
    display: block;
    background: #f89421;
    padding: 5px 0px;
    margin: 0 0px 0 0;
    text-transform: uppercase;
}

.headertext .container {
    max-width: 1280px;
    padding: 0;
}

.headertext span.small {
    display: block;
    padding: 0px 0px;
    margin: 0 0px 5px 0;
}

.headertext p {
    display: block;
    padding: 0px 0 0px;
    margin: 0;
    text-align: left;
}

.headertext span {
    display: block;
    font-weight: normal;
}

.headertext span.big {
    background: none;
}

.headertext span.last {
    text-align: left;
    display: block;
}

.headertext span.big {
    padding: 0
}

.headertext .sepe {
    background: url("../images/sep.png") no-repeat top right;
}

.impactlist span.plus {
    font-size: 30px;
    display: inline;
}

.headertext .sepe strong {
    font-size: 36px;
    line-height: 4.5rem;
    padding: 0px 10px 0 64px;
    display: block;
}

.headertext .headcol p {
    font-size: 17px;
    text-align: center;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .head-h p {
        text-align: center;
        font-size: 16px;
    }
    .qs-ranking {
        padding-left: 12px;
    }
    .headertext {
        padding: 15px 0 15px 0px;
        font-size: 20px;
    }
    .headertext .col {
        width: 100%;
        flex-basis: auto;
        font-weight: normal;
        padding: 15px 0 0px;
    }
    .headertext .sepe {
        background: none;
        border-bottom: 1px solid #fff;
        padding: 0px 0 5px;
        color: #fff;
        font-weight: bold;
    }
    .headertext p,
    .headertext span.last {
        text-align: center;
    }
    .headertext span {
        width: 90%;
        margin: auto;
    }
    .headertext p {
        font-weight: bold;
        padding: 10px 0 0px;
    }
    .scholarship p {
        font-size: 12px;
    }
    section {
        padding: 15px 0;
    }
    .animated.boxb {
        font-size: 1.50rem;
    }
    .placebx .col {
        width: 50%;
    }
    .headertext .headcol p {
        font-size: 14px;
        padding: 0 10px;
    }
    .bottomstrp {
        font-size: 2rem;
    }
    .whyupes-list li:last-child {
        padding-bottom: 20px;
    }
    .offerdtablewrape .o-accordion .card .card-header a,
    .offerdtablewrape .o-accordion .card .card-header a .col1,
    .offerdtablewrape .o-accordion .card .card-header a .col2 {
        border: 0;
        padding: 5px;
    }
    .offerdtablewrape .o-accordion .card .card-header a {
        gap: 0px;
    }
    .headertext .sepe strong {
        font-size: 20px;
        line-height: 2.8rem;
        padding: 0 5px 5px;
    }
    .headertext p {
        padding: 12px 0 0;
    }
    .animated.boxb {
        margin-bottom: 10px;
    }
    .admissionformwraper {
        padding: 20px 15px 10px;
    }
    .col-md-7.col-xl-6.spassnone {
        padding: 0;
    }
    h4.strpbtm {
        width: 110%;
        margin-left: -20px;
        text-align: center;
        border-radius: 0;
    }
    .scholarship {
        padding: 10px 0 15px;
    }
    input[type="submit"] {
        font-size: 18px;
    }
}


/* ------Custom-------*/


.c-btn{
    background-color: rgb(255, 204, 0) !important;
    color: black !important;
}

.c-btn:hover{
    background-color: black !important;
    color: White !important;
}

#applyModal .modal-dialog{
    max-width: 900px;
   }
   #applyModal .modal-header{
    padding-top: 0px;
    padding-bottom: 0px;
   }
   #contactForm2 label > span{
  color: red;
   }
   .right-panel{
    padding: 5px 33px;
    border-left: 2px solid #c8c8c8;
   }
   .right-panel-inner-right{
    border-left: 2px solid #c8c8c8;
   }
  
   .left-panel .row:first-child{
    border-bottom: 2px solid #c8c8c8;
   }
  
   .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  .left-panel .image-text{
    text-align: center;
  }
  .image-wrap{
  padding: 20px;
  }
  .left-panel{
    padding-right: 30px;
  }
  
  .apply-notification, .apply-notification-Modal{
    color: #2ac72a;
      background: white;
      padding: 5px 5px;
      border-radius: 5px;
      font-weight: 500;
      border: 1px solid #303b41;
  }
  .apply-notification.success, .apply-notification-Modal.success{
    color: #2ac72a !important;
  }
  .apply-notification.error, .apply-notification-Modal.error{
    color: #ed4545 !important;
  }
  .spinner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid rgb(48 59 65);
    border-top-color: white;
    animation: spin 1s linear infinite;
    display: inline-block;
  }
  
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }