@font-face {
    font-family: Metropolis-Bold;
    src: url(../css/font/Metropolis-Bold.otf);
}
@font-face {
    font-family: Metropolis-Regular;
    src: url(../css/font/Metropolis-Regular.otf);
}
@font-face {
    font-family: Metropolis-Medium;
    src: url(../css/font/Metropolis-Medium.otf);
}
@font-face {
    font-family: BebasNeue-Bold;
    src: url("../css/font/BebasNeue\ Bold.otf");
}
@font-face {
    font-family: BebasNeue-Regular;
    src: url("../css/font/BebasNeue\ Regular.otf");
}
@font-face {
    font-family: Inter-Regular;
    src: url(../css/font/Inter-Regular.otf);
}
@font-face {
    font-family: Inter-SemiBold;
    src: url(../css/font/Inter-SemiBold.otf);
}
@font-face {
    font-family: HelveticaNeue-Bold;
    src: url(../css/font/HelveticaNeueBold.otf);
}
@font-face {
    font-family: HelveticaNeue-Medium;
    src: url(../css/font/HelveticaNeueMedium.otf);
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    width: 100%;
    font-family: BebasNeue-Regular;
    font-size: 16px;
    overflow-x: hidden;
}
.logo {
    height: 141px;
    align-items: center;
    text-align: center;
}
.logo img {
    width: 50%;
    margin: 20px 0 0 0;
}
header {
    background-color: #5b1215;
    position: relative;
    z-index: 50;
    text-transform: capitalize;
}
#banner {
    margin: 0 !important;
}
.banner_section {
    padding: 0;
}
.banner_box {
    background-image: url(../images/banner-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #c9bdaf42;
    min-height: 600px;
    width: 100%;
}
.home_banner_slider {
    float: left;
    width: 100%;
    min-height: 630px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #050a10;
}
.form-heading {
    margin: 0 0 0 0;
    font-family: "Metropolis-Bold";
    text-align: center;
    font-size: 22px;
    background: #5b1215;
    color: #fff;
    padding: 15px 0 15px 0;
    line-height: 26px;
    border: 1px solid #fff;
}
.banner-form {
    max-width: 360px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 28px #0000001a;
    z-index: 1;
    border: 1px solid #5b1215;
}
.banner-form form {
    z-index: 2;
    position: relative;
    padding: 10px 20px 30px 20px;
}
.banner-form h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 15px 0;
}
.banner-form lable,
.tab-content h5,
.tab-content h6,
a.submit_btn {
    color: #fff;
}
textarea.form-control {
    resize: none;
}
.banner-form select.form-control {
    background: url(../images/arrow1.webp) 100% no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000000ab;
    cursor: pointer;
}
.form-control::placeholder {
    color: #989898;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #ced4da;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
.form-control:focus {
    border-color: #5b1215;
    box-shadow: 0 0 0 0.25rem #eb904863;
}
.banner-form-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 50px;
}
.banner-form .form-control {
    font-size: 11px;
    line-height: 18px;
    border-radius: 0;
    height: auto;
    min-height: auto;
    padding: 8px;
    max-height: 60px;
    margin: 0 0 10px 0;
    color: #000;
    font-family: "Metropolis-Regular";
    border: 0;
    border-bottom: 1px solid #ccc;
}
.mobile_view {
    display: none;
}
.btn-wrap p {
    font-size: 9px;
    color: #3c3c3c;
    font-family: Metropolis-Regular;
    padding-top: 5px;
}
.btn_submit {
    padding: 9px 25px;
    color: #fff !important;
    font-weight: 500;
    border: 2px solid;
    border-radius: 25px;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    background-color: #5b1215;
    font-family: "Inter-SemiBold";
}
.btn_submit:hover {
    text-decoration: none;
    color: #5b1215 !important;
    background: #fff !important;
    border: 2px solid #5b1215 !important;
}
select {
    color: #9e9e9e;
}
option:not(:first-of-type) {
    color: #000;
}
.loader {
    display: none;
    border: 4px solid rgb(255 255 255 / 0.3);
    border-top: 4px solid #fdab00;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loading {
    background-color: #ccc;
    pointer-events: none;
}
#headline-txt h1{
    background-color: #5b1215;
    color: #fff;
    padding: 10px 0;
    font-family: 'Metropolis-Regular';
}
.Highlights {
    padding: 70px 0 40px 0;
    background-color: #fff;
}
.highlights-left h2 {
    text-align: right;
    font-family: "Open-Sans", sans-serif;
    font-weight: 600;
    font-size: 40px;
}
.highlights-left p {
    text-align: right;
    font-family: "Open-Sans", sans-serif;
    font-weight: 400;
}
.Highlights .heading {
    font-family: "Open-Sans", sans-serif;
    font-size: 40px;
    color: #000;
    text-align: center;
    line-height: 46px;
}
.hlt-num1 h5 {
    font-family: "Open-Sans", sans-serif;
    font-size: 35px;
    text-align: left;
    line-height: 20px;
    font-weight: 700;
    color: #212529;
}
.hlt-num1 p {
    font-family: "Open-Sans", sans-serif;
    position: relative;
    padding-bottom: 20px;
    font-size: 14px;
    text-align: left;
    padding-top: 10px;
    margin-bottom: 35px;
}
.hlt-num1 p::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 2px;
    background-color: #e4e5e4;
    left: 0;
    bottom: -7px;
}
.hl-logo {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.hl-logo img {
    width: 95px;
}
.hl-logo1 img {
    width: 155px;
}
.hl-logo p,
.hl-logo1 p {
    text-align: center;
    font-size: 15px;
    font-family: "Open-Sans", sans-serif;
    margin-top: 20px;
    color: #0006;
}
.academic_section {
    background:
        url(../images/building-img.webp) center/cover no-repeat,
        rgb(0 0 0 / 0.5);
    background-blend-mode: darken;
    min-height: 600px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.academic_section .txt-heading h2 {
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-size: 45px;
    color: #fff;
    font-weight: 700;
}
.acd-unit-content h3 {
    font-family: "Poppins", sans-serif;
    background-color: #5b1215;
    color: #fff;
    padding: 17px 20px;
    font-size: 19px;
    margin-bottom: 40px;
    font-weight: 700;
    width: 100%;
    height: 71px;
}
.prog-offered {
    background:
        url(../images/prog-offered-bg.webp) center/cover no-repeat,
        rgb(0 0 0 / 0.6);
    background-blend-mode: darken;
    min-height: 600px;
    width: 100%;
    color: #fff;
    padding: 50px 0;
}
.prog-offered .txt-heading h2 {
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-size: 45px;
    color: #fff;
    font-weight: 700;
}
.prog-offered .txt-heading p {
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.pg-content h3 {
    font-family: "Poppins", sans-serif;
    color: #fff;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: 700;
}
.pg-content ul li {
    font-family: "Open-Sans", sans-serif;
    color: #fff;
    font-size: 17px;
}
.recruiters_section .txt-heading h2 {
    text-align: center;
    font-family: "DM-Sans", sans-serif;
    font-size: 45px;
    color: #fff;
    font-weight: 700;
}
.recruiters_section {
    padding: 40px 0;
    background: #404e75;
}
.recruiters_section h5 {
    text-align: center;
    font-size: 27px;
    font-family: "DM-Sans", sans-serif;
    color: #fff;
}
.recruiters_logobox {
    margin: 0 0 25px 0;
    overflow: hidden;
    transition-duration: 0.5s;
    background-color: #fff;
}
.campus_section {
    background:
        url(../images/campus-life/campus-bg.webp) center/cover no-repeat,
        rgb(0 0 0 / 0.5);
    background-blend-mode: darken;
    min-height: 600px;
    width: 100%;
    color: #fff;
    padding: 50px 0;
}
.campus_section .txt-heading h2 {
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-size: 45px;
    color: #fff;
    font-weight: 700;
}
.campus-content img {
    width: 80%;
}
.adm-open_section {
    text-align: center;
    width: 100%;
    background-color: #5b1215;
}
.apply_btn {
    border: 0;
    padding: 0 32px;
    border-radius: 100px;
    background-color: #fff;
    color: #5b1215;
    font-weight: 700;
    font-size: 28px;
    font-family: "Open-Sans", sans-serif;
    margin: 30px 0;
}
footer {
    background: #4d4c4c;
}
hr {
    margin: 0;
}
.copyright {
    font-size: 10px;
    font-family: "Open-Sans", sans-serif;
    color: #fff;
    padding: 5px 0;
}
.copyright a img {
    width: 95px;
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #5b1215;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 40px;
    font-size: 22px;
    opacity: 0.5;
    height: 40px;
    width: 40px;
}
#myBtn:hover {
    opacity: 1;
}
.thankyoutext {
    text-align: center;
    padding: 30px 0;
    font-size: 25px;
}
.thankyou_button {
    text-align: center;
}
.thankyou_button .banner-btn {
    font-family: "Open-Sans", sans-serif;
    font-size: 28px;
    width: 86%;
    padding: 40px;
    color: #9c0b0d;
    text-decoration: none;
}
.thankyou_banner_section {
    padding: 150px 0 120px 0;
    color: #000;
    font-family: "Open-Sans", sans-serif;
}
.ty_btn,
.btn_tysubmit a {
    font-family: "Open-Sans", sans-serif;
    font-size: 22px;
    background: #5b1215;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: 0.4s;
}
.ty_btn:hover,
.btn_tysubmit a:hover {
    text-decoration: none;
    color: #5b1215;
    background: #fff;
    border: 1px solid #5b1215;
}
@media screen and (max-width: 1024px) {
    .banner_box {
        background-image: url(../images/banner-img.webp);
        background-repeat: no-repeat;
        background-position: top;
        background-size: contain;
        background-color: #c9bdaf42;
        min-height: 550px;
        width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .toggle_menu {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        margin: 12px 20px 0 0;
        cursor: pointer;
    }
    .toggle_menu_close {
        z-index: 50;
        margin: 14px 10px 0 0;
    }
    #navbar img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 130px;
        height: 130px;
        margin: 112px 0 0 0;
        z-index: 999;
    }
    nav ul li::after {
        display: none;
    }
    .menu_box ul li:last-child a {
        border: 0;
    }
    .menu_box {
        display: none;
    }
    .top_menubox ul {
        width: 100%;
    }
    .menu_box .top_menubox ul li {
        padding: 0 5px 0 5px;
    }
    .menu_box .top_menubox ul li a {
        color: #ffd980;
        padding: 5px 0;
    }
    .menu_box ul {
        display: block;
        padding: 50px 0 0 0;
    }
    .menu_box .top_menubox ul {
        height: auto;
        overflow-y: auto;
    }
    .menu_open .menu_box {
        display: block;
        position: fixed;
        background-color: #21519d;
        backdrop-filter: blur(10px);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 50;
    }
    .menu_box ul li {
        text-align: center;
        width: 100%;
        position: relative;
        font-family: "Inter-Regular";
    }
    .menu_box ul li a::after {
        display: none;
    }
    .menu_box ul li a {
        width: 100%;
        font-size: 22px;
        color: #fff;
        padding: 22px 0 0 0;
        border-radius: 0;
        margin: 0 20px;
        font-weight: 700;
        align-items: end;
        text-align: center;
    }
    .menu_box ul li a:hover {
        background-color: #fff;
        color: #f9c929;
        padding: 15px;
    }
    .dropdown_menubox_open {
        background-color: #13886a;
        margin: 0 auto;
        overflow-y: scroll;
        padding: 10% 40px 10px 40px;
        width: 90%;
        display: block !important;
        position: fixed;
        top: 10%;
        max-height: 400px;
        box-shadow: 0 0 180px #000;
        z-index: 50;
    }
    .menu_box ul .dropdown_menubox a {
        width: 50%;
        border-bottom: 1px dashed #fff;
        padding: 8px 20px;
        margin: 0;
    }
    .menu_mainbox {
        float: right;
        position: relative;
        z-index: 500;
    }
    .dropdown_icon {
        display: none;
    }
    .dropdown_icon img {
        margin: 0;
    }
    .dropdown_icon_mobile {
        float: right;
        margin: 0 40px 0 0;
        position: absolute;
        right: 0;
        background-color: #a1e9d6;
        padding: 4px 10px;
        top: 5px;
        bottom: 5px;
        display: block;
    }
    .dropdown_menu:hover .dropdown_menubox {
        display: none;
    }
    .menu_box ul .dropdown_menubox .toggle_menu {
        width: auto;
        height: auto;
        margin: 14px 10px 0 0;
    }
    .logobox img {
        max-width: 56px;
    }
    .desk-nav {
        display: none;
    }
    .mob-nav {
        display: block;
    }
    .student-desk {
        display: none;
    }
    .banner_content_box img {
        width: 10%;
    }
    .banner_btn img {
        width: 25%;
        margin: 0;
    }
    .banner_heading1 {
        font-size: 30px;
    }
    .banner_heading2 {
        font-family: "BebasNeue-Bold";
        font-size: 21px;
        color: #fff;
        line-height: 38px;
    }
    .banner_listbox_inner {
        margin-bottom: 20px;
    }
    .aw-box p {
        font-size: 14px;
    }
    .spl_section .txt-heading h2 {
        left: 0;
    }
    .about_content p span {
        font-family: Inter-Regular;
        font-size: 21px;
    }
    .about_content p {
        font-size: 19px;
        padding: 18px 50px 160px 50px;
        background-color: #f5f5f5;
    }
    .about_content .txt-heading h2 {
        padding: 40px 50px 0 50px;
    }
    .adm-open_section .txt-heading h2 {
        font-size: 36px;
    }
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        margin: 0 0 10px 0;
        min-height: 275px !important;
        background-color: #fff;
    }
    .banner-form-wrap {
        padding-top: 0;
    }
    .hlt-num1 p::after {
        display: none;
    }
    .banner_content_box {
        display: none;
    }
    .banner-form {
        margin: 520px auto 0 auto;
    }
    .prog-hlts-points ul li::before,
    .adv-points ul li::before {
        background-size: 21px;
        left: -30px;
        top: 2px;
    }
    .div-transparent:before {
        left: 9%;
    }
    .about_content .div-dot:after {
        left: 47px;
    }
    .hlt-num1 p,
    .hlt-num2 p,
    .hlt-num3 p {
        text-align: center !important;
        padding-right: 0;
        margin: 0;
    }
    .hlt-num1 h5 {
        text-align: center;
    }
    .campus-content {
        margin-bottom: 20px;
    }
    .highlights-left h2,
    .highlights-left p {
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .banner_heading {
        color: #000;
        line-height: normal;
        padding: 10px;
        font-size: 26px;
    }
    .banner_btn {
        padding: 10px 0 20px;
    }
    .content_form_box {
        position: relative;
    }
    .list_icon {
        padding: 10px 0;
    }
    .list_heading {
        min-height: auto;
    }
    section.acheivment_section {
        padding: 30px 0;
    }
    .list_icon span {
        max-height: initial;
        font-size: 40px;
    }
    .nav-pills .nav-link {
        color: #000;
        margin: 10px 10px 0;
        padding: 9px 18px;
        font-weight: 100;
        font-size: 16px;
    }
    .specializationBox {
        margin: 25px 20px 0;
    }
    footer {
        text-align: center;
    }
    footer::before {
        width: 100%;
    }
    .whyus_section {
        padding: 30px 0;
    }
    .program_offered {
        padding: 30px 0;
    }
    .mapbox {
        margin: 10px 0 0 0;
    }
    .navbar-nav a::after {
        display: none;
    }
    .banner-form {
        margin: 420px auto 0 auto;
    }
}
@media screen and (min-width: 200px) and (max-width: 768px) {
    .hlt-num1 p,
    .hlt-num2 p,
    .hlt-num3 p {
        text-align: center !important;
        padding-right: 0;
        margin: 0;
    }
    .hlt-text p {
        text-align: center !important;
        padding-left: 0;
        border-bottom: 1px dashed;
        padding-bottom: 10px;
    }
    .hlt-text p::before {
        display: none;
    }
    .Highlights {
        padding: 15px 0 40px 0;
        background-color: #fff;
    }
    .logo img {
        width: 70%;
        margin: 10px 0;
    }
    .logo {
        height: auto;
        align-items: center;
        text-align: center;
    }
}
@media screen and (max-width: 580px) {
    #navbar img {
        margin: 70px 0 0 0;
        width: 80px !important;
        height: 80px !important;
    }
    .student-mob {
        display: block;
        width: 19% !important;
        float: right;
        margin: -194px 0 0 0 !important;
    }
    .banner_content_box img {
        width: 10%;
        margin: -165px 0 0 0;
    }
    .banner_heading1 {
        font-family: "BebasNeue-Bold";
        font-size: 19px;
        color: #f3a43b;
        line-height: 38px;
        margin-top: 0px !important;
    }
    .banner_heading2 {
        font-family: "BebasNeue-Bold";
        font-size: 20px;
        color: #fff;
        line-height: 23px;
    }
    .banner_btn img {
        width: 25%;
        margin: 0;
    }
    section.prog_section {
        padding: 40px 0 20px 0;
    }
    .spl_logobox {
        border: 0;
    }
    .aboutImg_box img,
    .about_content p {
        height: 240px;
    }
    .adm-open_section .txt-heading h2,
    .adm-open_section .txt-heading h2 span {
        font-size: 30px;
    }
    .banner-form {
        margin: 280px auto 0 auto;
    }
    .banner_box {
        padding: 0 0;
    }
    .about_content p {
        padding: 18px 50px 265px 50px;
    }
    .div-transparent:before {
        left: 17%;
        width: 71%;
    }
    .about_content .div-dot:after {
        left: 46px;
    }
}
@media screen and (max-width: 450px) {
    #navbar img {
        margin: 70px 0 0 0;
        width: 68px !important;
        height: 68px !important;
    }
    .banner_heading1 {
        font-family: "BebasNeue-Bold";
        font-size: 15px;
    }
    .banner_heading2 {
        font-family: "BebasNeue-Bold";
        font-size: 17px;
    }
    .banner_btn img {
        width: 25%;
        margin: 0;
    }
    .banner-form {
        margin: 222px auto 0 auto;
    }
}
@media screen and (max-width: 380px) {
    .student-mob {
        display: block;
        width: 16% !important;
        float: right;
        position: absolute;
        float: right;
        top: 50px;
        right: 0;
        z-index: 1;
    }
    .banner_heading1 {
        font-family: "BebasNeue-Bold";
        font-size: 13px;
    }
    .banner_heading2 {
        font-family: "BebasNeue-Bold";
        font-size: 15px;
        color: #fff;
        line-height: 17px;
    }
    .spl_section .txt-heading h2 {
        font-size: 38px;
    }
    .spl_logobox {
        font-size: 12px;
    }
    form {
        overflow: hidden;
    }
    .banner-form {
        margin: 222px auto 0 auto;
    }
    .about_content p {
        padding: 18px 50px 355px 50px;
    }
}
