.page-details p,
p {
    color: #646464
}

.page-details p,
.theme-list li,
p {
    line-height: 24px
}

.internal-banner,
.internal-banner::before,
.strip-bg-img {
    background-repeat: no-repeat
}

:root {
    --main-red-color: #e50e45;
    --accord-blue-color: #1839a4;
    --bg-grey-color: #f5f5f5;
    --text-grey-color: #7e7e7e;
    --tabber-height: 20px;
    --strip-height: 113px
}

.internal-banner {
    height: 205px;
    position: relative;
    background-size: cover
}

.internal_news .internal-banner,
.theme-accord .card>button .fa-plus,
.theme-accord .card>button.collapsed .fa-minus {
    display: none
}

.internal-banner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../images/internal-banner/banner1.webp");
    background-size: cover;
    filter: grayscale(100%) opacity(50%)
}

.internal-banner .banner-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(75 56 46 / 20%);
    background-size: cover;
    background-position: top;
    z-index: -1
}

.internal-banner .container-fluid {
    z-index: 2;
    height: inherit
}

.internal-banner .page-title {
    background-color: #fff;
    padding: 10px 40px 25px
}

.internal-banner .banner-box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 65vw
}

.internal-banner .banner-box .page-title {
    z-index: 10
}

.internal-banner .banner-box .red-lines-bottom {
    position: relative;
    z-index: 8;
    height: inherit
}

.internal-banner .banner-box .red-lines-bottom::before {
    content: "";
    position: absolute;
    min-width: 100px;
    max-width: 300px;
    width: 100%;
    height: 60px;
    left: -15px;
    bottom: 0;
    border-left: 15px solid var(--main-red-color);
    border-bottom: 16px solid var(--main-red-color);
    background-color: transparent;
    z-index: 7
}

.internal-banner .banner-box .red-lines-top::after {
    content: "";
    position: absolute;
    min-width: 100px;
    max-width: 300px;
    width: 100%;
    height: 60px;
    right: auto;
    top: -15px;
    border-right: 15px solid var(--main-red-color);
    border-top: 16px solid var(--main-red-color);
    background-color: transparent
}

.internal-banner .page-title h1,
h2 {
    font-size: 1.5rem;
    color: var(--main-red-color);
    font-weight: 700;
    margin: 0;
    max-width: 50vw
}

.internal-banner .page-title .page-path {
    list-style: none;
    display: flex;
    justify-content: start;
    padding-left: 0;
    z-index: 99
}

.internal-banner .page-title .page-path li {
    color: #a9a8a8;
    padding-right: 10px;
    font-size: 13px;
    z-index: 99;
    text-align: center
}

.inline-links,
.internal-banner .page-title .page-path li a:hover,
.page-details .section_titles,
.theme-tabber nav .nav-tabs .nav-link.active {
    color: var(--main-red-color)
}

.internal-banner .page-title .page-path li a {
    color: inherit;
    text-decoration: none;
    z-index: 99
}

.internal-banner .page-title .page-path li::before {
    content: "/ ";
    padding-right: 5px;
    color: #a9a8a8
}

.internal-banner .page-title .page-path li:first-child::before {
    content: "" !important
}

.internal-banner .page-title .page-path li.active-page {
    color: #303030
}

.admission_headding {
    font-size: 1.5rem;
    font-weight: bolder
}

@media (max-width:1080px) {
    .internal-banner .banner-box {
        width: 70vw
    }
}

@media (max-width:800px) {

    .internal-banner .page-title h1,
    h2 {
        max-width: 92vw;
        font-size: 22px
    }

    .internal-banner .banner-box .red-lines-top::after {
        right: 0
    }
}

@media (max-width:650px) {
    .internal-banner .banner-box {
        width: 85vw;
        right: 0
    }

    .internal-banner .page-title {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .internal-banner .page-title h1,
    h2 {
        font-size: 22px
    }
}

@media (max-width:576px) {
    .internal-banner .banner-box .page-title {
        margin-right: 0;
        padding: 10px
    }

    .internal-banner .banner-box .red-lines-top::after {
        right: 0
    }

    .internal-banner .banner-box {
        width: 100% !important;
        right: 0;
        bottom: 50% !important;
        transform: translateY(50%)
    }

    .red-lines-bottom,
    .red-lines-top {
        display: none
    }

    .internal-banner .page-title .page-path {
        display: block
    }

    .internal-banner .page-title .page-path li {
        text-align: left
    }

    .internal-banner {
        height: 230px
    }
}

@media (max-width:450px) {
    .internal-banner .banner-box .red-lines-bottom::before {
        left: 0
    }

    .internal-banner .banner-box {
        width: 95vw
    }

    .internal-banner .page-title {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.bg-grey {
    background-color: #f5f5f5
}

.page-details .section_titles::before,
.strip-bg-red {
    background-color: var(--main-red-color)
}

@media (min-width:800px) {
    .internal-banner .banner-box .red-lines-top::after {
        right: 50px
    }
}

@media (min-width:900px) {
    .internal-banner .banner-box .red-lines-top::after {
        right: 100px
    }
}

@media (min-width:1200px) {
    .internal-banner .banner-box .red-lines-top::after {
        right: 10vw
    }
}

@media (min-width:1500px) {
    .internal-banner .banner-box .red-lines-top::after {
        right: 15vw
    }
}

@media (min-width:1700px) {
    .internal-banner .banner-box .red-lines-top::after {
        right: 20vw
    }
}

p {
    font-weight: 400
}

.page-info h1 {
    font-size: 1.6rem;
    font-weight: bolder
}

.page-info h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.page-details p {
    font-weight: 400;
    font-size: 16px;
    position: relative;
    text-align: justify
}

.page-info .study_btn a {
    font-size: 14px;
    border: 1px solid #000;
    padding: 10px 30px;
    line-height: 1.5;
    border-radius: .25rem;
    font-weight: 600
}

.federal_university_info .study_btn a,
.federal_university_info .study_btn1 a {

    font-size: 14px;
    border: 1px solid #000;
    /* padding: 10px 80px; */
    line-height: 1.5;
    border-radius: .25rem;
    font-weight: 600
}

.federal_university_info .study_btn a:hover,
.federal_university_info .study_btn1 a:hover,
.page-info .study_btn a:hover,
.page-info .study_btn1 a:hover {
    color: var(--main-red-color);
    border: 1px solid var(--main-red-color);
    transition: .7s
}

.page-info .study_btn1 a {
    font-size: 14px;
    border: 1px solid #000;
    padding: 10px 105px;
    line-height: 1.5;
    border-radius: .25rem;
    font-weight: 600
}

.federal_university_info .page-info-btn,
.federal_university_info .page-info-btn1,
.page-info .page-info-btn,
.page-info .page-info-btn1 {
    margin-bottom: 10px
}

.support p,
.support p a {
    font-weight: 500
}

.page-details .section_titles {
    font-size: 22px;
    line-height: 24px;
    font-weight: 800;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center
}

.page-details .section_titles::before {
    content: "";
    width: 50px;
    height: 2px;
    margin-right: 10px
}

.theme-accord .card {
    margin-bottom: 15px;
    border: none !important;
    box-shadow: 0 0 2px 2px #e6d5d5;
    min-height: 130px
}

.theme-accord .card>button,
.theme-accord .card>button:focus {
    outline: 0;
    box-shadow: none
}

.theme-accord .card-header {
    background-color: transparent;
    border-radius: 0;
    margin-right: 4.8rem;
    border-bottom: none;
    padding-left: .5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.theme-accord .card-header span.icons {
    position: relative;
    right: -5rem;
    color: var(--main-red-color)
}

.theme-accord .card-header span.icons i {
    font-size: 30px
}

.theme-accord .card>button .fa-minus,
.theme-accord .card>button.collapsed .fa-plus {
    display: block
}

.theme-accord .accord-title {
    font-size: 16px;
    line-height: 30px;
    color: #092c9f;
    font-weight: 500
}

.theme-accord .collapse.show {
    padding-right: 5.1rem;
    padding-left: 1.2rem
}

.theme-accord .card-body {
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding-left: 0
}

@media (max-width:430px) {
    .theme-accord .card-header span.icons {
        right: -3rem
    }

    .theme-accord .card-header {
        margin-right: 3rem;
        padding-left: .5rem
    }

    .theme-accord .collapse.show {
        padding-right: 0;
        padding-left: .8rem
    }
}

.img-border-red {
    border-top: 15px;
    border-right: 15px;
    border-left: 0;
    border-bottom: 0;
    border-style: solid;
    padding: 5px 5px 1px 1px;
    border-color: var(--main-red-color)
}

.right-img {
    float: right;
    margin-left: 10px
}

.left-img {
    float: left;
    margin-right: 10px
}

@media (max-width:600px) {

    .big-img,
    .small-img {
        max-width: 97%
    }
}

@media (min-width:600px) {
    .big-img {
        max-width: 400px
    }

    .small-img {
        max-width: 250px
    }
}

@media (min-width:1000px) {
    .big-img {
        max-width: 500px
    }

    .small-img {
        max-width: 300px
    }
}

.theme-list {
    padding-left: 16px;
    list-style: none
}

.theme-list li {
    display: flex;
    align-items: baseline;
    justify-content: start
}

.theme-list li::before {
    content: "•";
    font-size: 20px;
    padding-right: 7px
}

span.strong {
    font-weight: 700
}

.inline-links {
    text-decoration: underline
}

.theme-tabber nav .nav-tabs {
    justify-content: center;
    border-bottom: none;
    border-bottom: var(--tabber-height) solid #ebebeb
}

.theme-tabber nav .nav-tabs .nav-link {
    border-color: transparent !important;
    position: relative;
    color: #757070;
    font-weight: 800;
    margin-top: 20px;
    padding-bottom: 4px
}

.theme-tabber nav .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: var(--tabber-height);
    background-color: #ebebeb;
    top: 100%;
    left: 0
}

.theme-tabber nav .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: var(--tabber-height);
    background-color: var(--main-red-color);
    top: 100%;
    left: 0
}

.theme-card.card {
    border-radius: 0;
    border: 1px solid #bababa
}

.theme-card img {
    border-radius: 0
}

.theme-card .card-body {
    padding-top: 10px;
    padding-bottom: 10px
}

.theme-card .card-body .card-title {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 700
}

.theme-card .card-body .text-muted {
    color: var(--main-red-color) !important
}

.card-top-design {
    height: 15px;
    width: 100%;
    background-image: radial-gradient(#e3e3e3 1px, transparent 1px);
    background-size: 4px 4px
}

.table-theme .left-col,
.table-theme .right-col {
    padding: 1rem 1.5rem;
    background-color: #fff;
    box-shadow: 0 0 9px 2px #e7e0e0;
    display: flex;
    height: 100%;
    align-items: center
}

.table-theme .left-col {
    color: var(--text-grey-color)
}

.table-theme .right-col {
    color: #000;
    text-align: center;
    font-weight: 700;
    justify-content: center
}

.table-theme .right-col .fa-check {
    color: var(--main-red-color);
    font-size: 18px
}

.table-theme table {
    border-spacing: 4px 18px;
    width: inherit;
    border-collapse: separate;
    height: max-content
}

.table-theme table tr>td {
    background-color: #fff;
    box-shadow: 0 0 9px 2px #e7e0e0;
    padding: 1rem .6rem
}

.table-theme .col-one {
    width: 53%;
    color: var(--text-grey-color);
    font-size: 14px;
    font-weight: 500
}

.table-theme .col-two {
    width: 47%;
    text-align: center;
    font-weight: 700;
    font-size: 14px
}

.table-theme .col-two .fa-check {
    color: #017c38;
    font-size: 18px
}

.table-theme th h2 {
    font-size: 18px !important
}

.table-theme h2 {
    font-size: 16px;
    color: #646464
}

.strip-bg-img {
    background-image: url("../images/internal-banner/footer-strip-img.png");
    height: var(--strip-height);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-position-y: center
}

.strip-sub-title {
    font-size: 22px;
    color: #fff;
    font-weight: 400
}

.strip-title {
    font-size: 35px;
    color: #fff;
    font-weight: 800
}

.strip-button {
    font-size: 12px;
    letter-spacing: 0;
    color: #e92255;
    font-weight: 800;
    text-align: center;
    padding: .7rem 1rem;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #eadbdb;
    box-shadow: 1px 3px 4px #1e14146b
}

.strip-button:hover {
    background-color: #f1efef;
    text-decoration: none;
    color: #e92255
}

.red-section {
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    width: 0;
    border-left: 80px solid transparent;
    border-right: 100px solid var(--main-red-color);
    border-bottom: var(--strip-height) solid var(--main-red-color)
}

.h-100 {
    height: 100%
}

@media (max-width:631px) {
    .strip-sub-title {
        font-size: 18px
    }

    .strip-title {
        font-size: 26px
    }

    .strip-bg-red {
        min-height: var(--strip-height)
    }
}

@media (max-width:417px) {
    .strip-sub-title {
        font-size: 15px
    }

    .strip-title {
        font-size: 21px
    }
}

.text-dark-black {
    color: #000 !important
}

.img-color-white {
    filter: brightness(10)
}

.icon-image {
    width: 35px;
    height: 35px;
    margin-right: 10px
}

@media (max-width:1200px) {

    .internal-banner .page-title h1,
    h2 {
        font-size: 22px
    }

    .theme-tabber nav .nav-tabs {
        border-bottom: 5px solid #ebebeb !important;
        border-bottom: none !important
    }

    .theme-tabber nav .nav-tabs .nav-link.active::after,
    .theme-tabber nav .nav-tabs .nav-link::after {
        height: 5px !important
    }
}

@media (max-width:991px) {

    .left-img,
    .right-img {
        float: unset !important;
        max-width: 100% !important
    }

    .left-img {
        margin-right: 0 !important;
        margin-bottom: 1rem
    }

    .right-img {
        margin: 0 auto 1rem
    }
}

@media (max-width:767px) {
    .red-section {
        border-right: 0px solid var(--main-red-color)
    }

    .theme-accord .collapse.show {
        padding-right: 1rem;
        padding-left: 1rem
    }
}

@media (max-width:576px) {

    .federal_university_info .study_btn a,
    .page-info .study_btn a {
        font-size: 16px;
        border: 1px solid #000;
        line-height: 1.5;
        font-weight: 600;
        margin: 0 10px
    }

    .theme-accord .card {
        min-height: auto
    }

    .theme-accord .card-header {
        margin-right: 0;
        justify-content: space-between;
        padding: 0;
        align-items: baseline
    }

    .card-body p,
    .theme-accord .card-header p {
        text-align: left
    }

    .theme-accord .card-header span.icons {
        right: -7px
    }

    .theme-accord .card-header span.icons i {
        font-size: 19px
    }

    .page-info .study_btn a {
        border-radius: .25rem
    }

    .federal_university_info .study_btn a {
        padding: 20px 91px;
        border-radius: .25rem
    }

    .federal_university_info .study_btn1 a,
    .page-info .study_btn1 a {
        font-size: 14px;
        border: 1px solid #000;
        line-height: 1.5;
        border-radius: .25rem;
        font-weight: 600;
        margin: 0 10px
    }

    .federal_university_info .page-info-btn,
    .federal_university_info .page-info-btn1,
    .page-info .page-info-btn,
    .page-info .page-info-btn1 {
        margin-bottom: 0
    }

    .federal_university_info .page-info-btn1,
    .page-info .page-info-btn1 {
        margin-top: -2.5px
    }
}

.alumni p {
    font-size: 15px
}

.page-info-btn .study_btn a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;

}