@import url(https://fonts.googleapis.com/css2?family=Asap+Condensed:wght@200;300;400;500;600;700;800;900&display=swap);

*,
a {
    outline: 0
}

a,
li,
ol,
ul {
    font-size: 1.6rem
}

.tab_accordian .collapse:not(.show),
.tab_accordian .tab-content>.active,
a,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
ins,
mark,
nav,
section,
small,
summary,
title,
video {
    display: block
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
li,
ol,
ul {
    font-family: var(--montserrat)
}

a,
body,
html {
    color: var(--fontcolor)
}

.cf::after,
.clear {
    clear: both
}

a,
img {
    transition: .5s
}

.apply_nowtbn,
.owl-nav,
.procedure_list .common_list .separator {
    text-align: center
}

html {
    scroll-padding-top: 150px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.nobdr {
    border: none !important
}

.nobg {
    background: 0 0 !important
}

.nobdr_top {
    border-top: none !important
}

.nomargin {
    margin: 0 !important
}

.nomargin-top {
    margin-top: 0 !important
}

.nomargin-left {
    margin-left: 0 !important
}

.nomargin-right {
    margin-right: 0 !important
}

.nopadding {
    padding: 0 !important
}

.clear,
body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
li,
ol,
p,
ul {
    padding: 0;
    margin: 0
}

.alignbottom {
    vertical-align: text-top
}

img {
    height: auto;
    border: 0
}

li,
ol,
ul {
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none !important;
    color: var(--bluecolor)
}

.row,
figure {
    margin: 0
}

body,
html {
    width: var(--w-full);
    font-size: 62.5%
}

body {
    overflow-x: hidden
}

.cf::after,
.cf::before {
    content: " ";
    display: table
}

.cf {
    zoom: 1
}

:root {
    --fontcolor: #313131;
    --fontcolor2: #666666;
    --colorwhite: #fff;
    --bluecolor: #0080f8;
    --lightblue: #0080f8;
    --redcolor: #fd5100;
    --redcolor2: #fd5100;
    --gray-colore: #EDF0F3;
    --graybg: #F3F3F3;
    --yellowcolor: #E3D523;
    --black: #282828;
    --footerbg: #00294D;
    --w-full: 100%;
    --H-full: 100%;
    --Radius-full: 100%;
    --asap: 'Asap', sans-serif;
    --asap-condensed: 'Asap Condensed', sans-serif;
    --lato: 'Lato', sans-serif;
    --noto: 'Noto Serif', serif;
    --font60: bold 6rem/6.5rem var(--noto);
    --font30: normal 3rem/4.2rem var(--asap);
    --font48: bold 4.8rem/5.5rem var(--asap);
    --font36: bold 3.6rem/4.2rem var(--asap);
    --font24: bold 2.4rem/3.6rem var(--asap);
    --font21: normal 2.1rem/2.8rem var(--asap);
    --font18: normal 1.8rem/3rem var(--lato);
    --font16: normal 1.6rem/2.6rem var(--lato)
}

.pdf_btn {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-family: var(--asap);
    font-weight: 600
}

.pdf_btn img {
    margin-right: 2rem
}

.btn33 {
    width: 3.3rem;
    height: 3.3rem;
    border: .1rem solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%
}

.btn33 img {
    width: .6rem;
    height: 1.2rem;
    margin: auto
}

.img-fit figure,
.img-fit figure img {
    height: var(--H-full)
}

.btn33:hover {
    border: .1rem solid #e3d523
}

.btn29:hover {
    background: var(--orange-colore)
}

.view_arrow {
    font: 500 1.8rem/2.2rem var(--lato);
    background: #fff;
    padding: 1rem 3.4rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 2.1rem;
    box-shadow: 0 3px 10px #00000012
}

.view_arrow img {
    margin-left: 1rem;
    padding-top: .3rem
}

.view_arrow:hover {
    background: #0080f8;
    color: #fff
}

.view_arrow:hover img {
    filter: invert(100)
}

.apply_nowtbn {
    background: var(--colorwhite);
    font: 900 2.1rem/2.5rem var(--lato);
    color: var(--redcolor);
    padding: 1.3rem 3.5rem;
    border-radius: 3rem;
    border: .1rem solid #9c9c9c;
    display: inline-block
}

.owl-dot,
.owl-nav button {
    border-radius: var(--Radius-full)
}

::selection {
    background: #ffb300;
    color: #fff
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #1f4d90;
    color: #fff
}

.nice-select .option {
    font: normal 1.8rem/2.5rem var(--lato);
    color: var(--black);
    padding: 1.5rem;
    color: #000
}

.nice-select .option.selected.focus {
    background-color: #d1d2d3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #000
}

.nice-select.open .list {
    width: 100%;
    background: #f3f3f3;
    border-radius: 0
}

.nice-select.option.selected .focus {
    color: #000
}

.nice-select:after {
    height: 11px;
    width: 11px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff
}

.procedure_list .common_list .separator::before,
.reacerch .reacerch_content+p,
.tab_accordian .card-header {
    display: none
}

.img-zoom figure img {
    transition: 1.1s;
    width: var(--w-full)
}

.img-zoom figure {
    overflow: hidden;
    position: relative
}

.img-zoom a:hover img,
.img-zoom figure:hover img {
    transform: scale(1.1)
}

.img-fit figure img {
    width: var(--w-full);
    object-fit: cover
}

.max-w {
    max-width: 1920px;
    margin: auto
}

body .lb-data .lb-details {
    width: 92%
}

body .lightbox .lb-data .lb-close {
    background: url(../images/close.svg) top right/100% no-repeat;
    margin-right: 3rem;
    margin-bottom: 4rem
}

body .lightbox .lb-nav a.lb-next {
    background: url(../images/light-next.svg) left 48%/100% no-repeat;
    opacity: 1;
    width: 4.5rem;
    margin-right: -2.5rem
}

body .lightbox .lb-nav a.lb-prev {
    background: url(../images/light-prev.svg) left 48%/100% no-repeat;
    opacity: 1;
    width: 4.5rem;
    margin-left: -2.5rem
}

body .lightboxOverlay {
    background: url(../images/bg.webp)
}

body .lightbox .lb-image {
    border-width: 2.5rem
}

body .lb-data .lb-caption {
    font-size: 2.1rem;
    color: #282828;
    line-height: 2.8rem;
    font-weight: 400;
    padding: 0 3.5rem 3.5rem;
    display: block
}

body .lb-data .lb-number {
    display: none !important
}

body .lb-dataContainer {
    background: #fff;
    margin-top: -.5rem
}

.owl-nav button {
    width: 3rem;
    height: 3rem;
    background: url('../images/slider-arrow.svg') center center no-repeat !important;
    margin: .6rem;
    transition: .5s
}

.owl-nav button:hover img {
    background-color: bisque !important;
    border-radius: 100%
}

.owl-nav button span {
    font-size: 0
}

.owl-dot {
    background: #000 !important;
    min-width: 1rem;
    min-height: 1rem;
    margin: .5rem;
    opacity: 1;
    box-shadow: 0 3px 6px #0000001A;
    box-shadow: 0 3px 6px #00000029
}

.owl-dot.active {
    opacity: 1;
    background: #004e92 !important
}

.research4.skill__excellence .container h6 {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    font-family: var(--asap-condensed);
    padding-top: 30px;
    padding-bottom: 18px
}

.research4.skill__excellence .container table tbody tr:nth-of-type(odd) td {
    background-color: #f3f3f3;
    --bs-table-accent-bg: inherit
}

.nav-tabs .nav-item p {
    cursor: pointer
}

.common_list li {
    padding-left: 25px;
    position: relative
}

.common_list li::before {
    top: 11px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffb300;
    position: absolute
}

.about_progmcourse .procedure_list p {
    padding-bottom: 1.5rem
}

.procedure_list .common_list li {
    font: normal 1.6rem/2.4rem var(--lato);
    color: var(--fontcolor2);
    padding-bottom: 1rem
}

.about_progmcourse p.eligibility {
    padding: 0 0 2.8rem
}

.carousel-indicators [data-bs-target] {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 100%;
    margin: 0 .5rem
}

.carousel-indicators .active {
    opacity: 1
}

@media (min-width:1400px) {
    .container {
        max-width: 1386px
    }
}

@media (max-width:1649px) {
    .container {
        max-width: 1320px
    }

    :root {
        --font60: bold 5rem/5.5rem var(--noto);
        --font48: bold 3.8rem/4.5rem var(--asap);
        --font36: bold 2.8rem/3.5rem var(--asap);
        --font30: normal 2.6rem/3.6rem var(--asap)
    }
}

@media (max-width:1399px) {
    .container {
        max-width: 1140px
    }

    .view_arrow {
        font: 500 1.6rem/2.2rem var(--lato);
        padding: 1rem 2.4rem
    }

    :root {
        --font60: bold 4.2rem/4.8rem var(--noto);
        --font48: bold 2.8rem/3.5rem var(--asap);
        --font36: bold 2.4rem/3.4rem var(--asap);
        --font30: normal 2.4rem/3.4rem var(--asap);
        --font18: normal 1.6rem/2.6rem var(--lato)
    }
}

@media (max-width:1199px) {
    .container {
        max-width: 960px
    }
}

@media (max-width:991px) {
    .tab_accordian .tab_accordian.card-header {
        display: block;
        border: 0;
        background: 0 0;
        padding: 0;
        margin: .7rem 0 0
    }

    .tab_accordian .tab-content>.tab-pane {
        display: block;
        opacity: 1
    }

    .tab_accordian .card-header p {
        border-radius: 0;
        cursor: pointer;
        position: relative;
        font: 300 2.1rem/3rem var(--fontPoppins);
        color: var(--colorwhite)
    }

    .tab_accordian .card-header p::before {
        width: 2rem;
        height: 2rem;
        background: url('../images/accordian-btn.svg') no-repeat;
        position: absolute;
        right: 2rem;
        top: 0;
        bottom: 0;
        margin: auto;
        content: '';
        transform: rotate(0);
        transition: .5s
    }

    .tab_accordian .card-header p.collapsed::before {
        transform: rotate(-180deg)
    }

    .tab_accordian .card-header {
        display: block;
        background: var(--redcolor)
    }

    .tab_accordian .collapse:not(.show) {
        display: none
    }

    .container {
        max-width: 720px
    }

    .reverse-box .row {
        flex-direction: column-reverse !important
    }

    body [data-aos^=fade][data-aos^=fade] {
        opacity: 1
    }
}

@media (max-width:767px) {
    .container {
        max-width: 540px
    }

    body .lightbox .lb-nav a.lb-next {
        width: 3.5rem;
        margin-right: 1rem
    }

    body .lightbox .lb-nav a.lb-prev {
        width: 3.5rem;
        margin-left: 1rem
    }

    .page_header {
        padding: 6rem 0 2rem !important
    }

    .top-strip-text {
        width: 95% !important
    }
}

@media (max-width:575px) {
    .container {
        max-width: 100%
    }

    body .lb-data .lb-caption {
        font-size: 1.6rem;
        padding: 0 2rem 2.5rem;
        line-height: 2.5rem
    }

    body .lightbox .lb-data .lb-close {
        position: absolute;
        right: 0
    }

    body .lightbox .lb-image {
        border-width: 2rem
    }
}

.mobile-bottom-menu .btn_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 8px;
    padding: 15px 0;
    margin: 0
}

.pagination .page-item {
    display: inline-block
}

.pagination .page-link {
    display: block;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    text-decoration: none;
    transition: all .25s ease
}

.pagination .page-link:hover {
    background-color: #0080f8;
    color: #fff;
    border-color: #0080f8;
    text-decoration: none
}

.pagination .page-item.active .page-link {
    background-color: #0080f8;
    border-color: #0080f8;
    color: #fff;
    font-weight: 600;
    cursor: default
}

.pagination .page-item.disabled .page-link,
.pagination .page-item.disabled span {
    color: #aaa;
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination .page-link[aria-label="Next »"],
.pagination .page-link[aria-label="« Previous"] {
    font-size: 18px;
    font-weight: bold;
    line-height: 1
}

@media (max-width:576px) {
    .pagination .page-link {
        padding: 6px 10px;
        font-size: 13px
    }
}