@font-face {
    font-family: Poppins-SemiBold;
    src: url('https://old.tuf.edu.pk/Main/frontend/fonts/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: Poppins-Light;
    src: url('https://old.tuf.edu.pk/Main/frontend/fonts/Poppins-Light.ttf');
}

@font-face {
    font-family: Poppins-Regular;
    src: url('https://old.tuf.edu.pk/Main/frontend/fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('https://old.tuf.edu.pk/Main/frontend/fonts/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('https://old.tuf.edu.pk/Main/frontend/fonts/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-ExtraLightItalic;
    src: url('https://old.tuf.edu.pk/Main/frontend/fonts/Poppins-ExtraLightItalic.ttf');
}

@font-face {
    font-family: 'Noori';
    src: url('https://old.tuf.edu.pk/Main/frontend/fonts/Jameel-Noori-Nastaleeq-Kasheeda.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary: #082641;
    --dark: #333333;
    --dark-bg: #606060;
    --light: #F1F2F2;
    --yellow: #F5ECDE;
    --red: #C3212A;
    --white: #fff;
    --grey-tab: #bcbec0;
}

.dark-bg {
    background-color: #49494A;
}

.text-red {
    color: #C3212A !important;
}

.bg-red {
    background-color: #C3212A !important;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: Poppins-Regular;
}

h1, h2, h3, h4, h5 {
    font-family: Poppins-SemiBold;
}

h6 {
    font-family: Poppins-Regular;
}
/* Common Faculty Specialization Badge */
.specialization-badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 400 !important;
    line-height: 1;
    color: #212529 !important;
    background-color: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 50rem !important;
    text-align: center;
    vertical-align: baseline;
    text-decoration: none;
}

/* Ensure CKEditor content stays within Bootstrap modal boundaries */
.ck-content-render img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Ensure long words or URLs don't break the modal width */
.text-break {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

/*Top Bar*/

.top-bar img {
    height: 25px;
    width: 25px;
    object-fit: cover;
    margin-right: 10px;
}

.top-bar .nav {
    min-height: 60px;
    align-items: center;
    padding-top: 10px;
}

.top-bar .nav .nav-item .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.top-bar .nav .nav-item .quicks-links {
    color: #fff !important;
}

.top-bar .bg-yellow {
    background-color: #F5ECDE;
    border-radius: 10px;
}

.top-bar .nav .nav-item:first-of-type .nav-link {
    position: relative;
}

.top-bar .nav .nav-item:first-of-type .nav-link::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 50%;
    right: 0;
    background: #727475;
    top: 50%;
    transform: translate(0, -50%);
}

.top-bar .nav .nav-item:nth-last-child(2) {
    position: relative;
}

.top-bar .nav .nav-item:nth-last-child(2)::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 50%;
    left: 5px;
    background: #727475;
    top: 50%;
    transform: translate(0, -50%);
}


.top-bar .nav .nav-item:nth-last-child(3) {
    position: relative;
}

.top-bar .nav .nav-item:nth-last-child(3)::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 50%;
    left: -12px;
    background: #727475;
    top: 50%;
    transform: translate(0, -50%);
}


.top-bar .nav .dropdown {
    background-color: #333333;
    color: #fff;
    border-radius: 25px;
}

.top-bar .nav .dropdown-top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.top-bar .dropdown .dropdown-menu-show {
    display: flex;
    flex-wrap: wrap;
    border: 0;
    padding: .5rem;
    border-radius: 0;
    background-color: #333333;
    min-width: 8.8rem;
    transform: translate(0px, 40px) !important;
    inset: 0px auto auto 0px;
}

.top-bar .dropdown .dropdown-menu-show .dropdown-item {
    color: #ffffff;
}

.top-bar .dropdown-menu-show li {
    width: 100%;
    flex: 0 0 100%;
    text-transform: uppercase;
}

.top-bar.dropdown-menu-show .dropdown-item:focus,
.top-bar .dropdown-menu-show .dropdown-item:hover {
    background-color: #ededed;
    color: #333333;
}

/*Main Menu*/
.main-meu {
    background-color: #F5ECDE;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0px 0px 1px rgb(0 0 0 / 25%);
}

.main-meu .logo {
    width: 200px;
}

.main-meu .navbar-toggler,
.main-meu .navbar-toggler:focus,
.main-meu .navbar-toggler:active {
    background-color: #333333;
    padding: .25rem .25rem;
    outline: 0;
    border: 0;
    box-shadow: none;
}

.main-meu .navbar-nav > .nav-item {
    position: relative;
    padding: 0 .5rem;
}

.main-meu .navbar-nav > .nav-item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 35%;
    right: 0;
    background: #333333;
    top: 50%;
    transform: translate(0, -50%);
}

.main-meu .navbar-nav > .nav-item > .nav-link {
    color: #333333;
    font-family: Poppins-Medium;
    text-transform: uppercase;
    font-weight: 400;
    padding: 1.3rem .5rem;
}

.main-meu .dropdown .dropdown-menu-show {
    display: flex;
    flex-wrap: wrap;
    border: 0;
    padding: .5rem;
    border-radius: 0;
    background-color: #616161;
    min-width: 25rem;
    left: -5rem;
    top: 65px;
}

.main-meu .navbar-nav .left-drop-nav ul {
    left: -190% !important;
}

.main-meu .dropdown-menu-show li {
    width: 50%;
    flex: 0 0 50%;
}

.main-meu .dropdown-menu-show .dropdown-item {
    color: #F5ECDE;
    white-space: break-spaces;
}

.main-meu .dropdown-menu-show .dropdown-item:focus,
.main-meu .dropdown-menu-show .dropdown-item:hover {
    background-color: #ededed;
    color: #333333;
}

.dropdown-menu[data-bs-popper] {
    margin-top: 0;
}

.search-bar {
    border-radius: 2rem;
    background: transparent;
    border: 1px solid #eeb408;
}

.search-bar::placeholder {
    color: #ffffff;
}

.wrapper {
    min-height: auto;
}

/*Home Page*/
.home_slider {
    max-width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    animation-fill-mode: none;
}

.home_slider .item {
    position: relative;
    padding-bottom: 37%; /* 16:9 */
    height: 0;
    background-color: #f6efdf;
    overflow: hidden;
}

.home_slider .item .backdrop {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 1;
}

.home_slider .item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home_slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
}

.home_slider .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 10px 7px;
    background: #cf8a3f;
}

.home_slider .owl-theme .owl-dots .owl-dot.active span {
    background: #efb509;
    position: relative;
}

.home_slider .owl-theme .owl-dots .owl-dot.active span::before {
    content: '';
    border: 2px solid #efb509;
    position: absolute;
    z-index: 1;
    height: 30px;
    width: 30px;
    right: -8px;
    top: -7px;
    border-radius: 50%;
}

/* tuf degree blog  */
.home-para h1 {
    font-family: Poppins-Medium;
}

.home-para p {
    font-size: 14px;
    font-family: Poppins-Medium;
    text-align: justify;
}

.tuf-tab-bg {
    background-color: #333333;
    color: #fff !important;
    font-size: 0.65rem;
    box-shadow: none;
}

.tuf-tab-bg:hover {
    color: #fff;
}

.tuf-degree a {
    text-decoration: none;
    color: inherit;
}

.tuf-degree .tuf-degree-bg {
    background-color: #e8e9ec;
    height: 100%;
}

.tuf-degree a:hover .tuf-tab-bg {
    background-color: #c6202b;
}

.tuf-degree .tuf-degree-bg p {
    font-size: 12px;
}

.tuf-degree .tuf-degree-bg button {
    font-size: 12px;
}

.slider-over {
    overflow: hidden !important;
}

/* campus life start here  */
.campus-life-tuf {
    background-color: #F5ECDE;
}

.campus-life-tuf .card {
    background-color: #F5ECDE !important;
    border: none !important;
}

.campus-life-tuf .more-about {
    font-family: poppins-Medium;
}

.campus-life-tuf .card img {
    border: 2px solid #333333;
    border-radius: 10px;
}

.maps-bg {
    background-color: #4a4a4a;
    padding: 2rem 0;
}

.map-heading h4 {
    content: '';
    border-bottom: 4px solid #fff;
    width: 100%;
}

.map-overlays .lower_card:hover {
    transform: scale(1.04);
    color: red;
    overflow: hidden;
}

.map-overlays .main-cards a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-overlays .first-main {
    border-radius: 20px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
}

.map-overlays .lower_card {
    border-radius: 20px;
    overflow: hidden;
}

.map-overlays .main-cards .explor {
    font-family: 'Poppins-Medium' !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 18px !important;
}

.map-overlays .explor:hover {
    color: red !important;
}

.map-heading {
    color: #FFFFFF;
}

.map-overlay .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(198, 32, 43, 0.6);
}

.overlays .campus-map {
    position: relative;
    display: block;
    color: #fff;
    text-transform: uppercase;
}

.campus-map img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.footer-logos {
    background-color: #F5ECDE;
}

.footer-logos .owl-footer-logo .item {
    border: #002c53;
    height: 150px !important;
    width: 100% !important;
}

/* .footer-logos .owl-footer-logo .giu-item{
  width: 200px!important;
} */

.footer-logos .owl-footer-logo .item img {
    max-width: 100% !important;
    max-height: 100% !important;
    display: block;
    object-fit: contain;
}

.news-events {
    background-color: #e8e9ec;
}

.news-events .card {
    background-color: inherit !important;
    border: none !important;
    overflow: hidden;
}

.news-events .card img {
    height: 220px !important;
    transition: all .3s ease-in-out !important;
}

.news-events .card img:hover {
    transform: scale(1.06);
}

.news-events .color-tag a {
    text-decoration: none;
    color: inherit;
}

.news-events .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #dc3545;
    color: #fff;
}

.news-events .nav-pills .nav-link {
    background-color: #333333;
    color: #fff;
    border-radius: 0 !important;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.maps-bg .testimonial-slide .testimonials img {
    height: 120px;
    object-fit: cover;
}

.maps-bg p {
    font-size: 13px;
    font-family: Poppins-Light;
}

/*why tuf*/
.tuf-detail {
    height: 140px;
    width: 20%;
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0rem 0rem;
    color: #fff;
}

.tuf-inner-detail h6 {
    text-transform: uppercase;
    font-family: Poppins-SemiBold;
}

.tuf-inner-detail img {
    width: 100%;
    height: 3rem;
    padding-bottom: 10px;
    color: #002c54;
}

.tuf-inner-detail p {
    font-size: 12px;
}

.recent-event .card {
    border: none !important;
}

.recent-event .low_card_pic {
    position: relative;
}

.recent-event .card-block {
    position: absolute;
}

.recent-event .card-block .card-content h5 {
    font-family: Poppins-SemiBold;
    color: var(--white-color);
}

.recent-event .card-block .card-content p {
    color: var(--white-color);
    font-size: 14px;
    font-family: Poppins-Light;
    text-align: center;
    padding: 0.25rem 1rem;
}

.recent-event .low_card_pic img {
    width: 100%;
    object-fit: cover;
    height: 280px !important;
}

.recent-event h2 {
    font-family: Poppins-SemiBold;
    color: var(--primary-color);
}

.recent-event .first {
    background: rgba(198, 32, 43, 0.6);
}

.recent-event .second {
    background: rgba(193, 156, 128, 0.6);
}

.recent-event .third {
    background: rgba(51, 51, 51, 0.6);
}

.recent-event .four {
    background: rgba(30, 46, 79, 0.6);
}

.recent-event .tuf-tab-bg-first {
    background-color: #c6202b;
}

.recent-event .tuf-tab-bg-second {
    background-color: #c19c80;
}

.recent-event .tuf-tab-bg-third {
    background-color: #333333;
}

.recent-event .tuf-tab-bg-four {
    background-color: #1e2e4f;
}

.recent-event .tuf-tab-bg-red {
    background-color: #c6202b;
    color: #fff;
}

.tuf-tab-bg-first img,
.tuf-tab-bg-second img,
.tuf-tab-bg-third img,
.tuf-tab-bg-four img {
    height: 2.5rem !important;
}

/*Life at TUF*/
.life-at-tuf {
    position: relative;
    background-color: #004070;
    margin-bottom: 25em;
}

.life-image1,
.life-image2,
.life-image2 {
    width: 55%;
    position: relative;
    margin-left: 10%;
}

.life-at-tuf img::after {
    content: "";
}

.life-image2 {
    width: 30%;
    position: absolute;
    top: 45%;
    left: -10%;
}

.life-image3 {
    width: 45%;
    position: absolute;
    bottom: -56%;
    right: 0;
}

.overlay-text {
    position: absolute;
    top: 15%;
    right: 0;
    font-size: 2.5vw;
    width: 60%;
    color: #efb509;
    text-shadow: 2px 2px 1px #000;
}

.overlay-text-info {
    position: absolute;
    bottom: -60%;
    left: 10%;
    width: 60%;
    color: #004070;
}

.overlay-text-info::before {
    content: '';
    position: absolute;
    background: #004070;
    width: 10px;
    height: 200px;
    bottom: 0;
    left: -2rem;
}

.overlay-text-info a:hover,
.overlay-text-info a {
    color: #efb509;
    font-style: italic;
    text-decoration: none;
}

/*News and Events*/
.block-news,
.block-news:hover {
    text-decoration: none;
    background-color: #e5e9ea;
    display: block;
}

.news-img {
    position: relative;
}

.news-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.news-date {
    width: 60px;
    height: 60px;
    background-color: #004070;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #efb509;
}

.news-date p {
    margin-bottom: 0;
}

.news-details {
    padding: .75rem;
}

.news-details span {
    color: #efb509;
}

.news-details code {
    color: #004070;
    font-size: .65rem;
    margin-left: 5px;
}

.news-details p {
    color: #46728c;
    margin: .85rem 0 2rem;
}

.news-details > span {
    font-size: .8rem;
    border-bottom-style: dashed;
    border-width: 2px;
}

.latest-events,
.latest-events:hover {
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.event-date {
    color: #efb509;
    border: 1px solid #004070;
    text-align: center;
    width: 150px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event-date p {
    margin-bottom: 0;
}

.event-details {
    margin-left: .75rem;
}

.event-details p {
    color: #666666;
    margin-bottom: 0;
}

.latest-events-heading {
    color: #004070;
}

.event-location {
    font-size: .62rem;
}

.event-location span {
    color: #efb509;
}

.event-location code {
    color: #004070;
}

.event-details > span {
    color: #000000;
    border-bottom: 1px dashed;
    font-size: .75rem;
}

/*Department*/
.department-banner {
    position: relative;
    text-align: center;
    /* height: 300px; */
}

.department-banner > img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    text-align: center;
}

.centered {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered h1 {
    font-size: 5rem;
    font-weight: bold;
}

.faculty-heading {
    display: block;
}

.faculty-heading h2 {
    border-bottom: 1px solid #002c54;
    position: relative;
    color: #002c54;
    font-weight: bold;
}

.faculty-heading h2 span {
    background-color: white;
    position: relative;
    top: 15px;
    padding-right: 30px;
}

.faculty-info {
    margin-top: 1.5rem;
}

.faculty-info p {
    line-height: 1.8;
    text-align: justify;
}

.dr-bg {
    background-color: #f8ffe1;
}

.dr-detail .card {
    background: #fffcee;
    border-radius: 0;
}

.dr-detail .card-body {
    padding: 0;
    background: #1b3e71;
}

.dr-detail .card-faculty-top-image img {
    height: 300px;
    object-fit: cover;
    max-width: 100%;
    object-position: 0px 0px;
}

.dr-name-department {
    padding: .8rem 0.8rem;
}

.dr-name-department h3,
.dr-name-department h6,
.dr-name-department h5 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
}

.dr-name-department h3 {
    color: #d3a309;
    font-size: 1.5rem;
}

.dr-inner-details {
    padding: .8rem;
}

.dr-inner-details p {
    color: #666666;
    font-size: small;
}

.social-links > .nav-item {
    position: relative;
}

.social-links > .nav-item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 35%;
    right: 0;
    background: #1b3e71;
    top: 50%;
    transform: translate(0, -50%);
}

.social-links > .nav-item > .nav-link {
    color: #d3a309;
    font-weight: bold;
    font-size: 1.5rem;
}

.events-body {
    border: 1px solid #1b3e71;
    border-radius: 5px;
    padding: 15px 20px;
}

.events-heading {
    display: block;
    margin-bottom: 2rem;
}

.events-heading h5 {
    border-bottom: 1px solid #002c54;
    position: relative;
    color: #002c54;
    font-weight: bold;
}

.events-heading h5 span {
    background-color: white;
    position: relative;
    top: 10px;
    padding-right: 30px;
}

.event-section {
    display: flex;
    align-items: center;
    margin-bottom: .8rem;
    text-decoration: none;
}

.event-section img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.event-section .event-info {
    margin-left: .5rem;
}

.event-section .event-info p {
    margin-bottom: 0;
    color: #000000;
}

.event-section .event-info .event-date {
    color: #002c54;
    font-size: small;
}

/*Department Details*/
.department-details-bg {
    background-color: #ededed;
}

.department-sidebar {
    background-color: #1b3e71;
    padding: 1.5rem;
    border-radius: 10px;
}

.department-sidebar img {
    width: 100%;
    margin-top: 1rem;
}

.department-sidebar .dr-info {
    border: 3px solid #ffffff;
    text-align: center;
    padding: .5rem 0;
    color: #ffffff;
}

.department-sidebar .dr-info h4 {
    margin-bottom: 0;
    color: #d3a309;
}

.department-sidebar .dr-info h4 a {
    margin-bottom: 0;
    color: #d3a309;
    text-decoration: none;
}

.department-sidebar .contact-info {
    color: #ffffff;
}

.department-sidebar .social-links > .nav-item:not(:last-of-type)::after {
    background: #d3a309;
}

.department-sidebar .research-interest h5 {
    margin-bottom: 0;
    color: #d3a309;
}

.department-sidebar .research-interest .list-group-item {
    color: #d3a309;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    font-size: small;
}

.department-sidebar .research-interest .list-group-item span {
    color: #ffffff;
    margin-left: .75rem;
}

.award-size p {
    font-size: 1.25rem;
    font-family: Poppins-SemiBold;
}

/* Faculty Accordian */

.faculty-detail .accordion-button:not(.collapsed) {
    background-color: #1b3e71;
    color: #d3a309;
}

.faculty-detail .accordion-button {
    background-color: #1b3e71 !important;
    color: #d3a309 !important;
}

.faculty-detail .accordion-item {
    box-shadow: 3px 3px 10px rgb(0 0 0 / 70%);
    border-radius: 0;
    margin-bottom: 1.5rem !important;
}

.faculty-detail .accordion-body {
    font-family: Poppins-Light;
    padding: 2rem 2rem;
}

.faculty-detail .accordion-item .education {
    display: flex;
}

.faculty-detail .accordion-item .education .fa {
    color: #d3a309;
}

.faculty-detail .accordion-item .education .degree {
    margin-left: 1rem;
}

.faculty-detail .accordion-item .education .degree h3 {
    margin-bottom: 0;
}

.faculty-detail .accordion-item .achievement p,
.faculty-detail .accordion-item .education .degree p {
    color: #999999;
    margin-bottom: 0;
}

.faculty-detail .accordion-item .achievement .year,
.faculty-detail .accordion-item .year {
    text-align: right;
    color: #d3a309;
}

.faculty-detail .accordion-item .achievement {
    align-items: center;
    border: 1px solid #d3a309;
    padding: 1rem;
}

.faculty-detail .accordion-item .achievement:not(:last-of-type) {
    margin-bottom: 1rem;
}

.faculty-detail .accordion-item .achievement p {
    color: #999999;
    margin-bottom: 0;
}

/* Faculty Interests */
.department-sidebar .interests h5 {
    margin-bottom: 0;
    color: #d3a309;
}

.department-sidebar .interests a {
    color: #d3a309;
}

.card-view {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
    border-radius: 0;
    font-family: Poppins-Light;
}

.card-view:not(:last-of-type) {
    margin-bottom: 1.5rem;
}

.card-view .card-header {
    background-color: #1b3e71;
    color: #d3a309;
}

.card-view .card-body {
    padding: 1rem 2rem;
}

.card-view .inner-card {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
    padding: 1rem 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
}

.card-view .inner-card .card-details {
    text-align: center;
    position: relative;
}

.card-view .inner-card .card-details:not(:last-of-type)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 90%;
    right: 0;
    background: rgba(0, 0, 0, .125);
    top: 50%;
    transform: translate(0, -50%);
}

.card-view .inner-card .card-details h1 {
    color: #d3a309;
    margin-bottom: -5px;
}

.card-view .education {
    display: flex;
}

.card-view .education .fa {
    color: #d3a309;
}

.card-view .education .degree {
    margin-left: 1rem;
}

.card-view .education .degree h3 {
    margin-bottom: 0;
}

.card-view .achievement p,
.card-view .education .degree p {
    color: #999999;
    margin-bottom: 0;
}

.card-view .achievement .year,
.card-view .year {
    text-align: right;
    color: #d3a309;
}

.card-view .achievement {
    align-items: center;
    border: 1px solid #d3a309;
    padding: 1rem;
}

.card-view .achievement:not(:last-of-type) {
    margin-bottom: 1rem;
}

.card-view .achievement p {
    color: #999999;
    margin-bottom: 0;
}

/* Faculty Publications */
.card-view .achievement span:nth-of-type(2) {
    margin-left: 5px;
    margin-right: 5px;
}

.card-view .publication p,
.card-view .education .degree p {
    color: #999999;
    margin-bottom: 0;
}

.card-view .publication .year,
.card-view .year {
    text-align: right;
    color: #d3a309;
}

.card-view .publication {
    align-items: center;
    padding: 1rem;
}

.card-view .publication:not(:last-of-type) {
    margin-bottom: 1rem;
}

.card-view .publication p {
    color: #999999;
    margin-bottom: 0;
}

.card-view .publication .fa {
    color: #d3a309;
}

/* Faculty Events*/
.card-view.events-data .achievement a {
    text-decoration: none;
    color: #d3a309;
}

.card-view.event-details .card-header h3 a {
    text-decoration: none;
    color: #d3a309;
}

.card-view.event-details .card-body p {
    text-align: justify;
}

.card-view.event-details .card-body p img {
    max-width: 100%;
    height: auto;
    display: block;
}

.card-view.event-details .achievement .event-image img {
    width: 600px;
    height: 100%;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center;
}

.black-col {
    color: #000 !important;
}

.black-col p {
    color: #000 !important;
}

.faculty-detail .header-upper {
    text-transform: uppercase;
}

.FacultyHrf .Faculty-Cv {
    background: #1b3e71;
    margin-top: 15px;
    border: 1px solid #d3a309;
}

.FacultyHrf .Faculty-Cv:hover {
    color: #000;
    background-color: #ffffff;
    border-color: #d3a309;
}

.FacultyHrf {
    text-decoration: none;
}

@media only screen  and (max-width: 992px) {
    .perfect-left h1, .perfect-left h2, .perfect-left-faq h1 span {
        font-family: Poppins-Bold;
        font-size: calc(1.375rem + 1.5vw) !important;
    }



    .perfect-left h2 span {
        font-family: Poppins-Bold;
        font-size: calc(1rem + 1.5vw) !important;
    }
    .perfect-left a {
    margin-right: 0;
    }

    .scholarship-detail-wrapper .small-and-large {
        display: inherit !important;
    }

    .facilities-page-block .small-and-large,
    .tuf-fee-policy-wrapper .small-and-large,
    .scholarship-detail-wrapper .small-and-large,
    .faculty-wrapper .small-and-large,
    .internation-std-wrapper .small-and-large,
    .admission-policy-wrapper .small-and-large,
    .wrapper-all-organizations-name .faculty-tab-wrapper .small-and-large,
    .program-wrapper .small-and-large {
        flex-flow: column !important;
    }


    .internation-std-wrapper .video iframe {
        height: 100% !important;
        width: 100% !important;
        position: relative !important;
        top: 0% !important;
        left: 0% !important;
    }

    .how-to-apply-page .video iframe {
        height: 100% !important;
        width: 100% !important;
        position: relative !important;
        top: 0% !important;
        left: 0% !important;
    }

    .how-to-apply-page .apply-video video {
        height: 100% !important;
        width: 100% !important;
        position: relative !important;
        top: 0% !important;
        left: 0% !important;
    }

    .internation-std-wrapper .offwhite {
        height: 100% !important;
    }

    .how-to-apply-page .offwhite {
        height: 100% !important;
    }

    .rector-wrapper .main-zone .main-head h1 {
        font-family: Poppins-Bold;
        color: var(--bs-red);
        font-size: calc(1.375rem + 1.5vw) !important;
    }

    .rector-wrapper .main-zone .main-image img {
        width: 250px;
        object-fit: contain;
    }
}

@media only screen and (min-width: 1024px) {
    .card-view.event-details .achievement .event-image img {
        width: 500px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .card-view.event-details .card-body p img {
        max-width: 100%;
        height: auto;
        display: block;
    }
}

@media only screen and (max-width: 992px) and (max-width: 1199px) {
    .card-view.event-details .achievement .event-image img {
        width: 100%;
        height: 100%;
        text-align: center;
        justify-content: center;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .card-view.event-details .card-body p img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    /* .dr-detail .card-faculty-top-image img {
      max-height: 100%;
      object-fit: cover;
      width: 100%;
  } */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* CTL  */
    .ctl-wrapper .right-all-ctl {
        min-height: 475px !important;
    }

    .course-detail-new-wrapper .single-course-detail .undergraduate-course .heading-border button,
    .course-detail-new-wrapper .single-course-detail .graduate-course .heading-border button,
    .course-detail-new-wrapper .single-course-detail .postgraduate-course .heading-border button {
        font-size: 1.25rem !important;
    }

    .course-detail-new-wrapper .single-course-detail .latest-events-course .heading-border button {
        font-size: 1.25rem !important;
    }

    .course-detail-new-wrapper .single-course-detail .quick-link-pages .heading button {
        font-size: 1.25rem !important;
    }

    .quick-link-pages .heading button {
        font-size: 1.50rem !important;
    }

    .main-fac-new-wrapper .fac-profile .fac-news .heading button {
        font-size: 1.30rem !important;
    }

    .main-fac-new-wrapper .fac-profile .fac-admission-open .p-admission,
    .main-fac-new-wrapper .fac-profile .fac-admission-open .p-open {
        font-size: 2.0rem !important;
    }

    .course-detail-new-wrapper .single-course-detail .fac-admission-open .p-admission,
    .course-detail-new-wrapper .single-course-detail .fac-admission-open .p-open {
        font-size: 2.0rem !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .course-detail-new-wrapper .single-course-detail .undergraduate-course .heading-border button,
    .course-detail-new-wrapper .single-course-detail .graduate-course .heading-border button,
    .course-detail-new-wrapper .single-course-detail .postgraduate-course .heading-border button {
        font-size: 1.50rem !important;
    }

    .course-detail-new-wrapper .single-course-detail .latest-events-course .heading-border button {
        font-size: 1.50rem !important;
    }

    .course-detail-new-wrapper .single-course-detail .quick-link-pages .heading button {
        font-size: 1.75rem !important;
    }

    .main-fac-new-wrapper .fac-profile .fac-news .heading button {
        font-size: 1.75rem !important;
    }
}

/*history page style start  */
.history-page-block {
    overflow: hidden;
}

.history-text .top-main-detail {
    padding: 30px 0px;
}

.history-page-block .history-text .toper-text {
    margin: 0 0 20px;
}

.history-page-block .history-text .toper-text h3 {
    color: #cd7213;
}

.history-page-block .history-text .toper-text h2 {
    color: #002c54;
    line-height: 35px;
    margin: 0px;
    font-family: Poppins-Bold;
    text-transform: uppercase;
}

.history-page-block .history-text .toper-text h1 {
    color: #002c54;
    line-height: 35px;
    margin: 0px;
    font-family: Poppins-Bold;
    text-transform: uppercase;
}

.history-page-block .history-text .para-text p {
    font-size: 18px;
    line-height: 35px;
    margin: 0 0 30px;
    font-family: Poppins-Light;
    text-align: justify;
}

.history-page-block .history-text .para-text p a {
    text-decoration: none;
    color: #cd7213;
    font-weight: 600;
}

.history-page-block .view-block {
    overflow: hidden;
    background-size: 100%;
    background-color: #cd7213;
}

.history-page-block .view-block .toper-text {
    margin: 0 0 40px;
}

.history-page-block .view-block .toper-text h2 {
    color: #fff;
    font-size: 36px;
    line-height: 38px;
    margin: 0px;
    font-family: Poppins-Bold;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 8px;
}

.history-page-block .view-block .para-text p {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    margin: 0 0 5px;
    font-family: Poppins-Light;
    text-align: left;
}

.history-page-block .message-history-tuf {
    background-color: #ededed;
}

.history-page-block .message-history-tuf h2 {
    font-family: Poppins-Bold;
    color: #002c54;
}

.history-page-block .message-history-tuf .card-manager h4 {
    font-family: Poppins-Bold;
    color: #cd7213;
}

.history-page-block .message-history-tuf .message-short {
    flex: 1 1 auto;
    padding: 1rem 0rem;
}

.history-page-block .message-history-tuf p {
    font-size: 18px;
    line-height: 35px;
    margin: 0 0 30px;
    font-family: Poppins-Light;
    text-align: justify;
}

.history-page-block .message-history-tuf .card-manager {
    padding-top: 2rem;
}

.history-page-block .message-history-tuf .card-manager h1 {
    font-family: Poppins-Bold;
    color: #002c54;
}

.history-page-block .message-history-tuf .card-manager .society-details img {
    margin-top: 5rem;
}

/* end history of faisalabad  */
.top-banner .perfect-left-faq h1 {
    font-family: Poppins-Bold;
    font-size: 7rem !important;
}

/* faisalabad history page  */
.top-banner {
    position: relative;
    text-align: center;
    color: #fff;
}

.top-banner .perfect-left {
    position: absolute;
    top: 40%;
    left: 10%;
    transform: translate(-10%, -40%);
}

.top-banner .perfect-left h1 {
    font-family: Poppins-Bold;
    font-size: 4rem;
}


.top-banner .perfect-left h2 span {
    font-family: Poppins-Bold;
    font-size: 3rem;
}

.top-banner .perfect-left span {
    float: left;
}

.top-banner .icon-vertical {
    background-color: var(--red);
    width: 35px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.top-banner .icon-vertical i {
    font-size: 0.8rem;
    color: var(--white);
}

.fsd-history-page .history-text h1 {
    font-family: Poppins-Bold;
    color: #333333;
}

.fsd-history-page .history-text .para-text p {
    font-family: Poppins-Light;
    font-size: 22px;
    text-align: justify;
}

.fsd-history-page .history-card img {
    height: 110px;
    width: 100%;
}

.fsd-history-page .history-card .card-body p {
    font-family: Poppins-Light;
    font-size: 22px;
    text-align: justify;
}

.fsd-history-page .history-text h3 {
    color: #dc3545;
    font-family: Poppins-Bold;
}

.fsd-history-page .history-text h2 {
    font-family: Poppins-Bold;
    color: #333333;
}

.fsd-history-page .history-text .traveling {
    background-color: #F5ECDE;
    border-radius: 15px;
}

/* faisalabad history page end */
/* introductio of tuf new design  */
.history-page-wrapper .intro-tuf {
    background-color: var(--dark-bg);
}

.history-page-wrapper .intro-tuf p {
    text-align: justify;
}

.history-page-wrapper .intro-tuf .intro-tuf-side a {
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    text-decoration: none;
    color: var(--light);
    padding-left: 10px;
}

.history-page-wrapper .intro-tuf .tab-content .tab-pane h2 {
    font-family: Poppins-SemiBold;
    text-transform: uppercase !important;
}

.history-page-wrapper .intro-tuf .tab-content .tab-pane .vision-tab {
    border-top: 6px solid var(--red);
}

.history-page-wrapper .intro-tuf .tab-content .tab-pane p {
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    text-align: justify;
}

.history-page-wrapper .intro-tuf ul li:first-child {
    border-right: 1px solid var(--red) !important;
}

.history-page-wrapper .intro-tuf .nav-pills button {
    background-color: var(--light);
    border-radius: 0;
    color: var(--red);
    font-family: Poppins-Medium;
}

.history-page-wrapper .intro-tuf .nav-pills .nav-link.active, .history-page-wrapper .intro-tuf .nav-pills .show > .nav-link {
    background-color: var(--light);
    color: var(--dark) !important;
    font-family: Poppins-Bold;
}

.history-page-wrapper .empower-tuf {
    background-color: var(--dark);
    border-radius: 0px;
    font-family: Poppins-Regular;
}

.history-page-wrapper .empower-tuf img {
    height: 35px;
    width: 60px;
    border-bottom: 2px solid var(--white);
    padding-bottom: 5px;
}

.history-page-wrapper .empower-tuf a,
.history-page-wrapper .tuf-wings a {
    text-decoration: none;
    color: inherit;
}

.history-page-wrapper .tuf-wings {
    background-color: var(--red);
    color: var(--white);
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
}

.history-page-wrapper .counter-card .count-card {
    background-color: var(--dark);
}

.history-page-wrapper .tuf-wings h4,
.history-page-wrapper .counter-card .count-card h2,
.history-page-wrapper .message-of-gov .message-heading h2 {
    font-family: Poppins-Bold;
}

.history-page-wrapper .counter-card .count-card p {
    font-family: Poppins-Medium;
}

.history-page-wrapper .message-of-gov {
    background-color: #f5f5f2;
}

.history-page-wrapper .message-of-gov .message-slider {
    background-color: #e6e6e8;
}
.history-page-wrapper .message-of-gov .message-slider .img-fluid {
    max-width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 0 0;
}

.history-page-wrapper .message-of-gov .message-slider .text-area {
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 100% !important;
}

.history-page-wrapper .owl-carousel .owl-stage {
    display: flex !important;
}

.history-page-wrapper .message-of-gov .message-slider .card {
    border: none !important;
    background-color: inherit;
}

.history-page-wrapper .message-of-gov .message-slider .item span {
    font-family: Poppins-Medium;
}

.history-page-wrapper .message-of-gov .message-slider a {
    color: inherit;
    text-decoration: none;
}

.history-page-wrapper .message-of-gov .text-area img {
    max-width: 18%;
    float: left;
}

.history-page-wrapper .message-of-gov .text-area h4,
.history-page-wrapper .message-of-gov .text-area h5 {
    font-family: Poppins-SemiBold;
}

.history-page-wrapper .message-of-gov .text-area p span {
    font-size: 1.5rem;
    font-family: Poppins-Regular;
}

.history-page-wrapper .message-of-gov .text-area p {
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    text-align: justify;
}

.history-page-wrapper .message-of-gov .card-body p {
    font-family: Poppins-Regular;
    font-size: 1rem;
}

/* pakistan map  */
.contact-page-block .pakistan-map .toper-text p {
    line-height: 35px;
    margin: 0;
    font-family: Poppins-Light;
    text-align: justify;
}

.contact-page-block .pakistan-map .toper-text b {
    color: #002c54;
}

.contact-page-block img {
    max-width: 100%;
    max-height: 400px;
    float: right;
}

.contact-page-block .pakistan-map h1 {
    color: #002c54;
    font-family: Poppins-Bold;
}

.contact-page-block .pakistan-map h4 {
    color: #cd7213;
    margin-top: 20px;
}

.map-image-popup .modal-body img {
    width: 100%;
    height: 100%;
}

.map-image-popup button {
    float: right;
}

/* alumni popup  */
.alumni-home h2 {
    font-family: Poppins-Bold;
    color: var(--light);
}

.bg-image-modal {
    /* background-image:
  url(../images/alumni/banner_bg.png )
  ; */
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: center center;
    background-size: cover;
    width: 100%;
    background-color: #f5ecde;
}

/* pakisytan map start here  */
.pak-history-page .history-text h1 {
    font-family: Poppins-Bold;
    color: #333333;
}

.pak-history-page .history-text .para-text p {
    font-family: Poppins-Light;
    font-size: 22px;
    text-align: justify;
}

.pak-history-page .pakistan-map p {
    font-family: Poppins-Regular;
    font-size: 22px;
    text-align: justify;

}

/* start campus-facilities-page style*/
/* .facilities-page-block {
  overflow: hidden;
}
.campus-facilitie-block .toper-text h1 {
  color: #002c54;
  font-family: Poppins-Bold;
}
.facilities-page-block .campus-facilitie-block .toper-text {
margin: 0 0 50px;
}
.facilities-page-block .campus-facilitie-block .toper-text h2 {
color: #002c54;
font-size: 50px;
line-height: 52px;
margin: 0;
text-transform: uppercase;
font-family: Poppins-Bold ;
}
.facilities-page-block .campus-facilitie-block .text-box {
margin: 0 0 50px;
}
.facilities-page-block .campus-facilitie-block .text-box h2 {
  color: #cd7213;
line-height: 30px;
margin: 0 0 20px;
text-transform: uppercase;
font-family: Poppins-Bold ;
}
.facilities-page-block .campus-facilitie-block .text-box ul {
  margin: 10px 0 0;
  padding: 0;
  list-style:none;
}
.facilities-page-block .campus-facilitie-block .text-box ul li {
  color: #000;
  line-height: 35px;
  margin: 10px 10px;
  font-family: Poppins-Light;
  padding: 0 0 0 20px;
  position: relative;
  left: 10px;
}
.facilities-page-block .campus-facilitie-block .text-box ul li:after {
  position: absolute;
  top: 15px;
  left: 0px;
  right: 0;
  bottom: auto;
  width: 8px;
  height: 8px;
  content: "";
  background: #002c54;
  list-style-type: square;
}
.facilities-page-block .campus-facilitie-block .text-box p {
color: #000;
  line-height: 35px;
  margin: 0;
  font-family: Poppins-Light ;
  text-align: justify;
} */
/* end campus facilities  */
/* campus facilities new  */
.facilities-page-block .top-text h1 {
    font-family: Poppins-Bold;
}

.facilities-page-block .top-text h2,
.facilities-page-block .tab-content h2 {
    color: #C3212A;
}

.facilities-page-block .top-text p {
    font-family: Poppins-Regular;
    font-size: 1.375rem;
    text-align: justify;
}

.facilities-page-block .tabs-block a {
    text-decoration: none !important;
    color: #333333;
    font-family: Poppins-Medium;
    border-bottom: 1px solid #333333;
    border-radius: 0 !important;
}

.facilities-page-block .tabs-block a:first-child {
    border-top: 1px solid #333333;
}

.facilities-page-block .small-and-large {
    display: flex;
    align-items: flex-start;
    flex-flow: row-reverse;
}

.facilities-page-block .tabs-block .nav-pills .nav-link.active, .facilities-page-block .tabs-block .nav-pills .show > .nav-link {
    color: #C3212A !important;
    font-family: Poppins-Bold;
    background-color: inherit !important;
    border-radius: 0 !important;
}

.facilities-page-block .tabs-block .icomooms {
    font-size: 2rem;
}

.facilities-page-block .tab-content {
    text-align: justify;
}

.facilities-page-block .tab-content p {
    font-family: Poppins-Regular;
    font-size: 1.375rem;
    text-align: justify;
}

.facilities-page-block .tab-content ul li {
    font-family: Poppins-Regular;
    list-style-type: none;
    font-size: 1.375rem;
    text-align: justify;
    margin-bottom: 0.5rem;
}

.facilities-page-block .tab-content ul li i {
    font-size: 0.9rem;
}

.bullet-color {
    color: #C3212A;
}

.main-accordion {
    display: flex;
    align-items: flex-start;
    flex-flow: row-reverse;
}

.facilities-page-block .small-and-large .tab-icon {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
}

.facilities-page-block .small-and-large .tab-text {
    font-family: Poppins-Medium;
    font-size: 1rem;
}

/* start scholarship policies  */
.scholarship-pol-wrapper {
    overflow: hidden;
}

.scholarship-pol-wrapper .scholarship-policy-card {
    display: flex;
    justify-content: center;
}

.scholarship-pol-wrapper .toper-text h1 {
    font-family: Poppins-Bold;
    color: #002c54;
}

.scholarship-pol-wrapper .toper-text p {
    font-family: Poppins;
    color: #cd7213;
}

.scholarship-pol-wrapper .toper-text h2 {
    color: #002c54;
}

.scholarship-pol-wrapper .info-graphic-card {
    position: relative;
    margin-bottom: 2rem;
    border: 1px solid #004070;
    border-radius: 10px;
    background-color: #FFFFFF;
    color: #004070;
    height: 100%;
}

.scholarship-pol-wrapper .info-graphic-card:hover,
.info-graphic-card:hover {
    background-color: #004070;
    color: #FFFFFF;
    cursor: pointer;
}

.scholarship-pol-wrapper .info-graphic-card:hover .info-graphic-icon {
    color: #efb509;
}

.scholarship-pol-wrapper .info-graphic-card-body {
    padding: 1rem 2rem;
}

.scholarship-pol-wrapper .info-graphic-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.scholarship-pol-wrapper .info-graphic-icon {
    border: 2px solid #efb509;
    border-radius: 5px;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(45deg);
    margin-top: 0.3rem;
    margin-bottom: 1.5rem;
}

.scholarship-pol-wrapper .info-graphic-icon span {
    font-size: 3em;
    transform: rotate(-45deg);
}

.scholarship-pol-wrapper .info-graphic-section h4 {
    font-family: Poppins-SemiBold;
    text-transform: uppercase;
}

.scholarship-pol-wrapper .info-graphic-section a {
    text-decoration: none;
    color: #fff;
    font-style: Poppins;
    position: absolute;
    bottom: 20px;
    background-color: #efb509;
    padding: 3px 10px;
    border-radius: 15px;
}

.scholarship-pol-wrapper .scholarship-pol-desc .scholr-bult {
    color: #002c54;
    list-style-type: square;
}

.scholarship-pol-wrapper .scholarship-pol-desc .scholr-bult li p {
    color: #000;
}

.scholarship-pol-wrapper .scholarship-pol-desc .toper-text h2 {
    font-family: Poppins-Bold;
    color: #cd7213;
}

.scholarship-pol-wrapper .scholarship-pol-desc .graduate-color {
    color: #cd7213;
}

.scholarship-pol-wrapper .scholarship-pol-desc p {
    font-family: Poppins-Light;
    color: #000;
}

.scholar-list ul li {
    padding-left: 1rem;
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    line-height: 2;
}

.scholar-list ul li::marker {
    list-style-type: none;
    content: "\e605a";
    color: #c3212a;
    font-family: 'icomoona';
    font-size: 1.275rem;
}

.scholr-bullet li::marker {

    list-style-type: none;
    content: "\e605a";
    color: #c3212a;
    font-size: 0.9rem;
    font-family: 'icomoona';
}

/* end scholarship policies  */
/* previous new design scholarship policy  */
.scholarship-policy-wrapper .internation-std-text h1 {
    font-family: Poppins-Bold;
    color: #333333;
    text-transform: uppercase;
}

.scholarship-policy-wrapper .internation-std-text .para-text-area p {
    color: #333333;
    font-family: Poppins-Light;
    text-align: justify;
    font-size: 1.375rem;
}

.scholarship-policy-wrapper .history-card .icon {
    background-color: var(--red);
    height: 90px;
    width: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.scholarship-policy-wrapper .history-card a {
    text-decoration: none;
    color: inherit;
}

.scholarship-policy-wrapper .history-card .icon i {
    font-size: 2rem;
}

.scholarship-policy-wrapper .history-card .card-body p {
    font-family: Poppins-Regular;
    text-align: justify;
}

.scholarship-policy-wrapper .history-card .card-body span a {
    color: #C4202A;
    text-decoration: underline;
    font-family: Poppins-SemiBold;

}

.scholarship-policy-wrapper .history-text h5 {
    color: #dc3545;
    font-family: Poppins-Bold;
}

.scholarship-policy-wrapper .history-text h2 {
    font-family: Poppins-Bold;
    color: #333333;
}

.scholar-policy-btn .apply {
    font-family: Poppins-SemiBold;
    background-color: var(--red);
    color: var(--white);
    font-size: 1.25rem;
}

.scholar-policy-btn .rules {
    font-family: Poppins-SemiBold;
    background-color: var(--dark);
    color: var(--white);
    font-size: 1.25rem;
}

/* end sholarship policy  */
/* latest new design international student  */
.internation-std-wrapper .internation-student-comp h2,
.internation-std-wrapper .internation-student-comp h3,
.internation-std-wrapper .internation-student-comp a,
.internation-std-wrapper .quick-link-pages .pages p,
.internation-std-wrapper .internation-student-comp p span,
.internation-std-wrapper .internation-about-tuf h2 {
    font-family: Poppins-Bold;
}

.internation-std-wrapper .internation-student-comp li {
    list-style: none;
    font-size: 1.25rem;
    font-family: Poppins-Regular;
}

.internation-std-wrapper .internation-student-comp li::before {
    content: '\e604a';
    font-family: 'icomoona';
    margin-left: -30px;
    color: var(--red);
    margin-right: 10px;
}

.internation-std-wrapper .internation-student-comp p,
.internation-std-wrapper .internation-about-tuf p {
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    text-align: justify;
}

.internation-std-wrapper .internation-about-tuf {
    background-color: var(--yellow);
}

.internation-std-wrapper .internation-about-tuf img {
    border: 2px solid var(--dark);
    border-radius: 1rem;
}

.internation-std-wrapper .international-pills {
    background-color: var(--light);
}

.internation-std-wrapper .international-pills .nav-pills {
    background-color: var(--light);
    border-radius: 0.75rem;
}

.internation-std-wrapper .international-pills .tab-content {
    background-color: var(--white);
}

.internation-std-wrapper .international-pills .tabs-block a {
    text-decoration: none !important;
    color: #000;
    font-family: Poppins-SemiBold;
    background-color: var(--light);
    border-radius: 0rem;
    font-size: 1.25rem;
}

.internation-std-wrapper .international-pills .small-and-large {
    display: flex;
    align-items: flex-start;
    flex-flow: row;
}

.internation-std-wrapper .tabs-block .nav-pills .nav-link.active, .internation-std-wrapper .tabs-block .nav-pills .show > .nav-link {
    font-family: Poppins-Bold;
    background-color: var(--white) !important;
    color: var(--dark);
}

.internation-std-wrapper .international-pills .tab-content {
    text-align: justify;
}

.internation-std-wrapper .international-pills .tab-content p {
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    text-align: justify;
}

.internation-std-wrapper .international-pills .tab-content ul li {
    list-style: none;
}

.internation-std-wrapper .international-pills .tab-content ul li::before {
    content: '\e604a';
    font-family: 'icomoona';
    margin-left: -30px;
    color: var(--red);
    margin-right: 10px;
}

.internation-std-wrapper .international-pills .tab-content ul li span {
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    color: var(--dark);
}

.internation-std-wrapper .offwhite {
    position: relative;
    width: 100%;
    height: 510px;
    background-color: #F5ECDE;
}

.internation-std-wrapper .text-head h4 {
    font-family: Poppins-Bold;
    line-height: 1.5;
}

.internation-std-wrapper .video iframe {
    height: 480px;
    width: 66%;
    position: absolute;
    top: -9%;
    left: 38%;
}

.internation-std-wrapper .offwhite a {
    font-family: Poppins-Medium;
    font-size: 1.2rem;
    text-decoration: none;
}

.internation-std-wrapper .offwhite a i {
    font-weight: bold;
}

.internation-std-wrapper .counter-card .count-card {
    background-color: var(--dark);
}

.internation-std-wrapper .counter-card .count-card h2 {
    font-family: Poppins-Bold;
}

.internation-std-wrapper .counter-card .count-card p {
    font-family: Poppins-Medium;
}

/* scholarship detail start heere  */

.scholarship-detail-wrapper .nav-pills {
    background-color: var(--light);
    border-radius: 0.75rem;
}

.scholarship-detail-wrapper .tab-content {
    border-radius: 0.75rem;
}

.scholarship-detail-wrapper .tabs-block a {
    text-decoration: none !important;
    color: var(--dark);
    font-family: Poppins-Regular;
    font-size: 1.25rem;
}

.scholarship-detail-wrapper .small-and-large {
    display: flex;
    align-items: flex-start;
    flex-flow: row;
}

.scholarship-detail-wrapper .tabs-block .nav-pills .nav-link.active, .scholarship-detail-wrapper .tabs-block .nav-pills .show > .nav-link {
    font-family: Poppins-Medium;
    background-color: var(--dark);
    color: var(--white);
    border-radius: 0.5rem;
}

.scholarship-detail-wrapper .nav-pills .heading h5 {
    font-family: Poppins-Bold;
}

.scholarship-detail-wrapper .tab-inner thead th {
    text-transform: uppercase;
    font-family: Poppins-Bold;
}

.scholarship-detail-wrapper .tab-inner .heading-scholar {
    font-family: Poppins-Bold;
    font-size: 1.5rem;
    background-color: var(--red);
}

.scholarship-detail-wrapper .tab-inner .bg-darks {
    background-color: var(--dark);
}

.scholarship-detail-wrapper .heading button {
    font-family: Poppins-Bold;
    background-color: var(--red);
    border-radius: 10px;
    color: var(--white);
    font-size: 1.5rem;
}

/* quaid scholarship policy  */
.para-text-area .head-top-area h2 {
    color: #002c54;
    font-family: Poppins-Bold;
}

.para-text-area .return-button button {
    background-color: #efb509;
    color: #002c54;
    font-family: Poppins-Medium;
    float: right;
    border-radius: 10px;
}

.para-text-area .graduate-fonts {
    border-top-left-radius: 10px;
}

.para-text-area #table-scholar {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    border-color: #bcc8d3;
}

.para-text-area .scholar-tab thead {
    background-color: #cd7213;
}

.para-text-area .scholar-tab tbody {
    background-color: #ededed;
    font-family: Poppins-Light;
}

.para-text-area p {
    font-family: Poppins-Light;
}

.para-text-area .scholar-tab tbody a {
    text-decoration: none;
}

@media only screen and (max-width: 991px) {
    /* pakistan map  */
    .contact-page-block img {
        float: none;
        width: 100%;
    }

    .rector-page .rector-text img {
        float: none;
        width: 100%;
        margin-left: 0px !important;
    }

    .second-detail {
        order: 2;
    }

    .history-page-block .message-history-tuf .reverse-card {
        flex-direction: column-reverse;
    }

    .history-page-block .message-history-tuf .reverse-card .more-detail {
        flex-direction: row-reverse;
    }

    .history-page-block .message-history-tuf .reverse-card img {
        margin: 0px !important;
    }

    .history-page-block .message-history-tuf .message-short {
        padding: 1rem 0rem !important;
        margin-left: 0px !important;
    }

    .history-page-block .message-history-tuf .card-manager .society-details img {
        margin-top: 0px;
    }

    /* ============Life at UMDC============ */
    .life-at-umdc-gallery .gallery-item-content p {
        color: var(--white-color);
        font-family: var(--body-family);
        font-size: 0.8125rem;
    }
}

/* how to apply start  */
/* .apply-page {
  overflow: hidden;
}
.apply-page .apply-area-text h1 {
  font-family: Poppins-Bold;
  color: #002c54;
}
.apply-page .apply-area-text p li {
  line-height: 35px;
  margin: 0;
  font-family: Poppins-Light;
  text-align: justify;
  color: #002c54 !important;
}
.apply-page .apply-area-text b {
  color: #cd7213;
}
.apply-page .apply-area-text .scholr-bult {
  list-style: square;
  margin-top: 10px;
  color: #002c54 !important;
  font-family: Poppins-Light;
}
.apply-page .apply-area-text .campus-detail h5 {
  color: #cd7213;
}
.apply-page .apply-area-text .campus-detail p {
  font-family: Poppins-Light;
} */
/* how to apply  new design  */
.how-to-apply-page .wrapper-text h3,
.how-to-apply-page .wrapper-text h1 {
    font-family: Poppins-Bold;
}

.how-to-apply-page .offwhite {
    position: relative;
    width: 100%;
    height: 510px;
    background-color: #F5ECDE;
}

.how-to-apply-page .apply-video video {
    height: 480px;
    width: 66%;
    position: absolute;
    top: -5%;
    left: 35%;
    background-color: #000000;
}

.how-to-apply-page .offwhite a {
    text-decoration: none;
}

.how-to-apply-page .text-head h4 {
    font-family: Poppins-Bold;
    line-height: 2.6rem;
}

.how-to-apply-page .video iframe {
    height: 480px;
    width: 66%;
    position: absolute;
    top: -5%;
    left: 35%;
}

.how-to-apply-page .text-para {
    font-size: 1.25rem;
    text-align: justify;
    font-family: Poppins-Regular;
}

.how-to-apply-page .link-red {
    color: var(--red);
    font-family: Poppins-Regular;
    text-decoration: none;
}

.how-to-apply-page .note {
    color: black;
    font-family: Poppins-Bold;
}

.how-to-apply-page .address-detail {
    background-color: #F5ECDE !important;
    border-radius: 20px;
}

.how-to-apply-page .address-detail ul li {
    list-style-type: none;
    color: inherit;
    text-decoration: underline;
}

.how-to-apply-page .address-detail ul li a {
    text-decoration: none;
    color: #333333;
    font-family: Poppins-Medium;
}

/* apply style end here  */
/* rules and regulation start  */
.rules-regulation-page {
    overflow: hidden;
}

.rules-regulation-page .rules-area-text .toper-text h1 {
    color: #002c54;
    line-height: 44px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
}

#rules-border {
    border-top-right-radius: 18px !important;
    border-top-left-radius: 18px;
}

.rules-regulation-page .rules-area-text .para-text-area table tr th {
    width: 33%;
    background-color: #cd7213;
    font-family: Poppins-Light;
    color: #fff;
}

/* KIC start  */
.kic-page {
    overflow: hidden;
}

.kic-page .kic-text .toper-text h1 {
    color: #002c54;
    line-height: 44px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
}

.kic-page .kic-text .para-text-area table tr th {
    width: 33%;
    background-color: #cd7213;
    font-family: Poppins-Light;
    color: #fff;
}

/* ADMISIION POLICY  */
/* .admission-policy-page {
  overflow: hidden;
}
.admission-policy-page .main-accordion .accordion-item .accordion-header button {
  background-color: #cd7213 !important;
  border-radius: 0px !important;
  border: 0px !important;
  box-shadow: none;
}
.admission-policy-page .main-accordion .accordion-item {
  margin-bottom: 3px !important;
}
.admission-policy-page .main-accordion .accordion-item button:hover{
  background-color: #00295b !important;
  color: #ffffff !important;
}
.admission-policy-page .main-accordion .accordion-item .card-body {
  background-color: #ededed;
}
.admission-policy-page .main-accordion .fund-rule{
font-size: 60px !important;
top: 40px !important;
}
.admission-policy-page .main-accordion .accordion-item .card-body h4 {
  color: #00295b;
  font-family: Poppins-Bold;
}
.admission-policy-page .graduate-color {
  color: #cd7213;
}
.admission-policy-page .admission-area-text h2 {
  font-family: Poppins-Bold;
  color: #00295b;
  text-transform: uppercase;
}
.admission-policy-page .admission-area-text h6 {
  font-family: Poppins-Bold;
  color: #cd7213;
}
.admission-policy-page .admission-area-text .scholr-bult li {
  color:#002c54 !important;
  list-style-type: square;
}
.admission-policy-page .admission-area-text .scholr-bult li p{
  color: #000;
} */
/* New design of admission policy  */
.admission-policy-wrapper .perfect-left span {
    float: left;
}

.admission-policy-wrapper .top-text h1 {
    font-family: Poppins-Bold;
}

.admission-policy-wrapper .inroduction-admision img {
    max-width: 39%;
    float: right;
    border-radius: 10px;
}

.admission-policy-wrapper .tab-content h2 {
    color: #C3212A;
    font-family: Poppins-Bold;
    position: relative;
}

.admission-policy-wrapper .nav-pills {
    background-color: var(--light);
    border-radius: 0.75rem;
}

.admission-policy-wrapper .tab-content {
    background-color: var(--light);
    border-radius: 0.75rem;
}

.admission-policy-wrapper .tabs-block a {
    text-decoration: none !important;
    color: var(--dark);
    font-family: Poppins-Medium;
    background-color: #fff;
    border-radius: 0.5rem;
    font-size: 1.25rem;
}

.admission-policy-wrapper .small-and-large {
    display: flex;
    align-items: flex-start;
    flex-flow: row;
}

.admission-policy-wrapper .tabs-block .nav-pills .nav-link.active, .admission-policy-wrapper .tabs-block .nav-pills .show > .nav-link {
    font-family: Poppins-Medium;
    background-color: var(--red);
    color: var(--white);
    border-radius: 0.5rem;
}

.admission-policy-wrapper .tab-content {
    text-align: justify;
}

.admission-policy-wrapper .tab-content p {
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    text-align: justify;
}

.admission-policy-wrapper .tab-content ul li {
    list-style-type: none;
    font-size: 1.25rem;
}

.admission-policy-wrapper .tab-content ol li {
    font-size: 1.25rem;
}

.admission-policy-wrapper .tab-content ul li span {
    font-family: Poppins-SemiBold;
    list-style-type: none;
    font-size: 1.375rem;
    color: var(--red);
    text-align: justify;
    margin-bottom: 0.5rem;
}

.admission-policy-wrapper .tab-content ul li i {
    font-size: 1rem;
}

.admission-policy-wrapper .tab-content .inside-bullet ul li {
    font-size: 1rem;
}

/* new design news and event end here  */
/* rules and regulation start */
.rules-regulation-page .rules-area-text .para-text-area table tbody {
    background-color: #ededed;
    font-family: Poppins-Light;
}

.rules-regulation-page .rules-area-text .para-text-area h2 {
    color: #cd7213;
    font-size: 25px;
    line-height: 27px;
    margin: 20px 0px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
}

.rules-regulation-page .rules-area-text .para-text-area p {
    color: #000;
    line-height: 28px;
    margin: 0 0 10px;
    font-family: Poppins-Light;
    text-align: justify;
}

.rules-regulation-page .rules-area-text .para-text-area ul {
    color: #002c54;
    list-style: square;
}

.rules-regulation-page .rules-area-text .para-text-area ul li {
    color: #000;
    line-height: 35px;
    font-family: Poppins-Light;
}

.rules-regulation-page .rules-area-text .para-text-area ul li::marker {
    color: #002c54;
    line-height: 35px;
    font-family: Poppins-Light;
}

.para-text-area .bold-color-blue {
    color: #002c54 !important;
}

/* rules and regulation end  */


/* KIC start */
.kic-page .kic-area-text .para-text-area table tbody {
    background-color: #ededed;
    font-family: Poppins-Light;
}

.kic-page .kic-area-text .para-text-area h2 {
    color: #cd7213;
    font-size: 25px;
    line-height: 27px;
    margin: 20px 0px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
}

.kic-page .kic-area-text .para-text-area p {
    color: #000;
    line-height: 28px;
    margin: 0 0 10px;
    font-family: Poppins-Light;
    text-align: justify;
}

.kic-page .kic-area-text .para-text-area ul {
    color: #002c54;
    list-style: square;
}

.kic-page .kic-area-text .para-text-area ul li {
    color: #000;
    line-height: 35px;
    font-family: Poppins-Light;
}

.kic-page .kic-area-text .para-text-area ul li::marker {
    color: #002c54;
    line-height: 35px;
    font-family: Poppins-Light;
}


.kic-page .kic-area-text .para-text-area ol li {
    color: #000;
    line-height: 35px;
    font-family: Poppins-Light;
}

.kic-page .kic-area-text .para-text-area ol li::marker {
    color: #002c54;
    line-height: 35px;
    font-family: Poppins-Light;
}

.kic-page .kic-area-text .para-text-area a {
    text-decoration: none;
}

.para-text-area .bold-color-blue {
    color: #002c54 !important;
}

/* KIC end  */

/* cis start */
.cis-page .cis-area-text .para-text-area table tbody {
    background-color: #b81717;
    font-family: Poppins-Light;
}

.cis-page .cis-area-text .para-text-area h2 {
    color: #002c54;
    font-size: 25px;
    line-height: 27px;
    margin: 20px 0px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
}

.cis-page .cis-area-text .para-text-area p {
    color: #000;
    line-height: 28px;
    margin: 0 0 10px;
    font-family: Poppins-Light;
    text-align: justify;
}

.cis-page .cis-area-text .para-text-area p strong {
    color: #cd7213;
    line-height: 28px;
    margin: 0 0 10px;
    font-family: Poppins-Light;
    text-align: justify;
}

.cis-page .cis-area-text .para-text-area ul {
    color: #002c54;
    list-style: square;
}

.cis-page .cis-area-text .para-text-area ul li {
    color: #000;
    line-height: 35px;
    font-family: Poppins-Light;
}

.cis-page .cis-area-text .para-text-area ul li::marker {
    color: #002c54;
    line-height: 35px;
    font-family: Poppins-Light;
}

.cis-page .cis-area-text .para-text-area ol li {
    color: #000;
    line-height: 35px;
    font-family: Poppins-Light;
}

.cis-page .cis-area-text .para-text-area ol li::marker {
    color: #002c54;
    line-height: 35px;
    font-family: Poppins-Light;
}

.cis-page .cis-area-text .para-text-area a {
    text-decoration: none;
    color: #000;
}

.para-text-area .bold-color-blue {
    color: #002c54 !important;
}

.cis-page {
    overflow: hidden;
}

.cis-page .cis-text .toper-text h1 {
    color: #002c54;
    line-height: 44px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
}

.cis-page .cis-text .toper-text strong {
    color: #cd7213;
}

.cis-page .cis-text .para-text-area table tr th {
    width: 33%;
    background-color: #cd7213;
    font-family: Poppins-Light;
    color: #fff;
}

/* cis end  */

/* academic calender  */
/* .academic-calender-page  {
  overflow: hidden;
}
.academic-calender-page .academic-calender-area-text thead{
  background-color: #cd7213;
  color: #fff;
}
.academic-calender-page .academic-calender-area-text table {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  border-color: #bcc8d3;
}
.academic-calender-page .academic-calender-area-text tbody {
  background-color: #ededed;
  font-family: Poppins-Light;
  vertical-align: middle;
  padding: 0.9rem !important;
}
.table>:not(caption)>*>* {
  padding: 0.9rem !important;
}
.academic-calender-page .academic-calender-area-text .heading-setting {
  color: #002c54;
  font-family: Poppins-Bold;
  text-transform: uppercase;
} */

/* tender  */
.tender-area-text .course-item {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    border: 1px solid #f6f6f6;
}

.tender-area-text .course-item .course-conten h5 {
    color: #212529;
    font-family: Poppins-Regular;
}

.tender-area-text .course-item .course-conten {
    padding: 20px;
    position: relative;
    border: 1px solid #f6f6f6;
    border-top: 0;
    background: #ffffff;
}

.tender-area-text .course-item:hover {
    -webkit-box-shadow: 0px 4px 20px -3px rgba(22, 36, 62, 0.15);
    box-shadow: 0px 4px 20px -3px rgba(22, 36, 62, 0.15);
}

.tender-area-text .course-item .course-conten a {
    color: inherit;
    text-decoration: none;
}

.tender-area-text .course-meta ul {
    flex-wrap: wrap;
}

.tender-area-text .course-meta li {
    margin-right: 14px;
    font-family: Poppins-Regular;
}

/* new design academic calender start here  */
.academic-calender-wrapper {
    overflow: hidden;
}

.academic-calender-wrapper .academic-calender-area-text thead {
    font-family: Poppins-Bold;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.academic-calender-wrapper .academic-calender-area-text table {
    overflow: hidden;
    border-color: #bcc8d3;
}

.academic-calender-wrapper .academic-calender-area-text tbody {
    font-family: Poppins-Regular;
    vertical-align: middle;
}

.academic-calender-wrapper .table > :not(caption) > * > * {
    padding: 0.9rem !important;
}

.academic-calender-wrapper .academic-calender-area-text .heading-setting {
    color: #002c54;
    font-family: Poppins-Bold;
    text-transform: uppercase;
}

.academic-calender-wrapper .academic-calender-area-text .custom-striped {
    background-color: rgb(242, 242, 242);
}

.academic-calender-wrapper .academic-calender-area-text .table-striped > tbody > tr:nth-of-type(even) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.academic-calender-wrapper .academic-calender-area-text .table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-);
    color: var(--bs-table-striped-color);
}

/* accommoandation */
.accommodation .housing-title img {
    height: calc(1.375rem + 1.5vw);
    width: calc(1.375rem + 1.5vw);
}

.accommodation .housing-data {
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    text-align: justify;
}


.accommodation .icons-section a {
    color: var(--dark);
    text-decoration: none;
}

.accommodation .icons-section .icons-block:hover {
    background-color: var(--red);
    color: var(--light) !important;
}

.accommodation .icons-section .icons-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: #F5ECDE;
}

.accommodation .icons-section .icons-block .icon-top-img {
    background-color: #fff;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accommodation .icons-section .icons-block .icon-top-img img {
    max-height: 100%;
    object-fit: cover;
    max-width: 80px;
    max-height: 80px;
}

.accommodation .icons-section .icons-block .icon-title h5 {
    font-family: Poppins-Bold;
    color: inherit;
}

.accommodation .housing-banner {
    border: 6px solid var(--red);
}

/* academic-calender end  */
/* international student start  */
/* .internation-std-page .internation-std-text h2 {
  font-family: Poppins-Bold;
  color: #002c54;
  text-transform: uppercase;
}
.internation-std-page .internation-std-text p {
  color: #000;
  line-height: 35px;
  font-family: Poppins-Light;
  text-align: justify;
} */
/* end of international student  */
/* international student new  */
.internation-std-page .internation-std-text h1 {
    font-family: Poppins-Bold;
    color: #333333;
    text-transform: uppercase;
}

.internation-std-page .internation-std-text .para-text-area p {
    color: #333333;
    font-family: Poppins-Light;
    text-align: justify;
    font-size: 1.375rem;
}

.internation-std-page .history-card .icon {
    background-color: #C4202A;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.internation-std-page .history-card .icon i {
    font-size: 2rem;
}

.internation-std-page .history-card .card-body p {
    font-family: Poppins-Regular;
    text-align: justify;
}

.internation-std-page .history-card .card-body span a {
    color: #C4202A;
    text-decoration: underline;
    font-family: Poppins-SemiBold;

}

.internation-std-page .history-text h5 {
    color: #dc3545;
    font-family: Poppins-Bold;
}

.fsd-history-page .history-text h2 {
    font-family: Poppins-Bold;
    color: #333333;
}

.internation-std-page .history-text .traveling {
    background-color: #F5ECDE;
    border-radius: 15px;
}

.quick-link-pages {
    background-color: var(--light);
    border-radius: 10px;
}

.quick-link-pages .pages .tab-icon {
    font-size: 1.5rem;
}

.quick-link-pages .pages .tab-text a {
    font-size: 1.3rem;
    font-family: Poppins-Bold;
    text-decoration: none;
    color: inherit;
}
.quick-link-pages .heading p,
.quick-link-pages .heading button {
    font-family: Poppins-Bold;
    background-color: var(--red);
    color: var(--white);
    font-size: 2rem;
    border-radius: 10px;
    box-shadow: none;
}

/* new design of department catalogue  */
.department-catalogue-wrapper .departmnet-search {
    background-color: var(--yellow);
}

.department-catalogue-wrapper .search input:focus,
.department-catalogue-wrapper .form-select:focus,
.department-catalogue-wrapper .search input,
.department-catalogue-wrapper .form-select {
    box-shadow: none;
    border: inherit;
}

.department-catalogue-wrapper .search a {
    color: inherit;
}

.department-catalogue-wrapper .search .fa-search {
    position: absolute;
    top: 10px;
    font-size: 1.5rem;
    color: #6C757C;
    right: 10px;
}

.department-catalogue-wrapper .departmnet-search h4 {
    font-family: Poppins-Bold;
    font-size: 1.9rem;
    color: #38424c !important;
}

.department-catalogue-wrapper .department-catalouge {
    background-color: var(--light);
    border-radius: 10px;
}

.department-catalogue-wrapper .department-catalouge .card {
    border-radius: 0.375rem;
}

.department-catalogue-wrapper .department-catalouge img {
    height: 100px;
    width: 100%;
}

.department-catalogue-wrapper .department-catalouge h6 {
    font-family: Poppins-Medium;
}

.department-catalogue-wrapper .department-catalouge a {
    text-decoration: none;
    color: inherit;
}

/* student societies start  */
/* .student-societies-page {
  overflow: hidden;
}
.student-societies-text h1 {
  font-family: Poppins-Bold;
  color: #002c54;
  text-transform: uppercase;
}
.student-societies-text p {
  color: #000;
  line-height: 35px;
  font-family: Poppins-Light;
  text-align: justify;
}
.student-societies-page .student-societies-text li {
  font-family: Poppins-Light;
  list-style: square;
  line-height: 35px;
}
.student-societies-page .student-societies-text li::marker {
  list-style: square;
  color: #00285a;
} */
/* student societies end  */
/* student societies new design  */
.student-societies-wrapper p {
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    text-align: justify;
}

.student-societies-wrapper .card {
    background-color: var(--yellow);
    border: none;
    border-radius: 0 !important;
}

.student-societies-wrapper .card h5 {
    font-family: Poppins-Medium;
}

.prospectus-wrapper a {
    text-decoration: none;
}

.prospectus-wrapper img {
    height: 200px;
    object-fit: cover;
}

.prospectus-wrapper h4 {
    color: var(--dark);
}

.prospectus-wrapper p {
    color: var(--dark);
    text-align: center;
    font-size: 1rem;
}

/* fm-96.6 start  */
/* .fm-page {
  overflow: hidden;
}
.fm-page .fm-text h2{
  color: #00285a;
  font-family: Poppins-Bold;
}
.fm-page .fm-text p {
  font-family: Poppins-Light;
  line-height: 35px;
  text-align: justify;
}
.fm-page a {
  color: #cd7213;
  font-family: Poppins-Bold;
} */
/* fm-96.6 end  */
/* fm 96.6 start here  */
.fm-wrapper .upper-fm .fm-quick {
    background-color: var(--light);
    border-radius: 8px;
}

.fm-wrapper .upper-fm .fm-quick ul {
    list-style-type: none;
}

.fm-wrapper .upper-fm .fm-quick ul li a {
    color: black;
    font-family: Poppins-Regular;
    font-size: 1.25rem;
}

.fm-wrapper .upper-fm .fm-quick .fm-head {
    font-family: Poppins-Bold;
}

.fm-wrapper .upper-fm .fm-portion h1 {
    font-family: Poppins-Bold;
}

.fm-wrapper .upper-fm .fm-portion .portion-para {
    font-family: Poppins-Regular;
    text-align: justify;
    font-size: 1.25rem;
}

.fm-wrapper .middle-fm .middle-head h1 {
    font-family: Poppins-Bold;
    color: var(--bs-red);
}

.fm-wrapper .middle-fm .portion-para-middle {
    font-family: Poppins-Regular;
    text-align: justify;
    font-size: 1.25rem;
}

.fm-wrapper .middle-fm .card-portion {
    background-color: var(--yellow);
}

.fm-wrapper .middle-fm .card-portion .card-text h5 {
    font-family: Poppins-Bold;
}

.fm-wrapper .middle-fm .card-portion .card-text h6 {
    color: var(--red);
    font-family: Poppins-Bold;
}

.fm-wrapper .middle-fm .card-portion .card-text .sep-card {
    font-family: Poppins-Regular;
    text-decoration: none !important;
    font-size: 1.2rem;
}

.fm-wrapper .middle-fm .portion-para-middle-part {
    font-family: Poppins-Regular;
    text-align: justify;
    font-size: 1.25rem;
}

.fm-wrapper .middle-fm .portion-para-middle-part .coverage {
    font-family: Poppins-Bold;
    text-decoration: underline;
}

.fm-wrapper .middle-fm .moto {
    background-color: var(--yellow);
}

.fm-wrapper .middle-fm .moto span {
    background-color: var(--red);
    color: var(--white);
    font-family: "Poppins-Bold";
    font-size: 1.25rem;
    border-radius: 5px;
}

.fm-wrapper .middle-fm .moto .para-moto {
    font-family: Poppins-Bold;
}

.fm-wrapper .last-fm .focus-head h1 {
    color: var(--dark);
    font-family: "Poppins-Bold";
}

.fm-wrapper .last-fm .climate-portion h3 {
    color: var(--bs-red);
    font-family: "Poppins-Bold";
}

.fm-wrapper .last-fm .climate-portion i {
    font-size: 3.2rem;
    color: var(--red);
}

.fm-wrapper .last-fm .climate-portion .climate-para {
    color: black;
    font-family: Poppins-Regular;
    text-align: justify;
    font-size: 1.25rem;
}

/* ambassador start  */
.ambassador-page {
    overflow: hidden;
}

.ambassador-page .ambassador-text h1 {
    font-family: Poppins-Bold;
    color: #00285a;
    text-transform: uppercase;
}

.ambassador-page .ambassador-text p {
    font-family: Poppins-Light;
    line-height: 35px;
    text-align: justify;
}

.ambassador-page a {
    color: #cd7213;
    font-family: Poppins-Bold;
}

/* ambassador end  */
/* ambassador new design start here  */
.ambassador-wrapper {
    overflow: hidden;
}

.ambassador-wrapper .perfect-left span {
    float: left;
}

.ambassador-wrapper p {
    font-family: Poppins-Regular;
    text-align: justify;
    font-size: 1.25rem;
}

/* conferences start  */
.conferences-page {
    overflow: hidden;
}

.conferences-page .conferences-text h1 {
    font-family: Poppins-Bold;
    color: #00285a;
    text-transform: uppercase;
}

.conferences-page .conferences-text p {
    font-family: Poppins-Light;
    line-height: 35px;
    text-align: justify;
}

.conferences-page a {
    color: #cd7213;
    font-family: Poppins-Bold;
}

/* conferences END   */
/* confrence-wrapper start here  */
.conferences-wrapper .history-text h1 {
    font-family: Poppins-Bold;
    color: #333333;
}

.conferences-wrapper p {
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    text-align: justify;
}

/* sudent housing start  */
.sudent-housing-page {
    overflow: hidden;
}

.sudent-housing-page .sudent-housing-text h1 {
    font-family: Poppins-Bold;
    color: #00285a;
    text-transform: uppercase;
}

.sudent-housing-page .sudent-housing-text h3 {
    font-family: Poppins-Bold;
    color: #cd7213;
    text-transform: uppercase;
}

.sudent-housing-page .sudent-housing-text p {
    font-family: Poppins-Light;
    line-height: 35px;
    text-align: justify;
}

.sudent-housing-page .sudent-housing-text li {
    font-family: Poppins-Light;
    list-style: square;
    line-height: 35px;
}

.sudent-housing-page .sudent-housing-text li::marker {
    list-style: square;
    color: #00285a;
}

.sudent-housing-page a {
    color: #cd7213;
    font-family: Poppins-Bold;
}

/* sudent housing END   */
/* new design learning resource  */
.learning-resource-wrapper p {
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    text-align: justify;
}

.learning-resource-wrapper .quick-link-pages a {
    font-family: Poppins-Regular !important;
    font-size: 1rem !important;
}

.learning-resource-wrapper .quick-link-pages h3 {
    font-family: Poppins-Bold;
}

.learning-resource-wrapper .sources-bag {
    background-color: var(--yellow);
    border-radius: 1rem;
}

/* learning resources start   */
/* .learning-resource-page {
  overflow: hidden;
}
.learning-resource-page .learning-resource .toper-text p{
line-height: 35px;
  font-family: Poppins-Light;
  text-align: justify;
}
.learning-resource-page .learning-resource h1 {
  color: #002c54;
  font-family: Poppins-Bold;
}
.learning-resource-page .learning-resource h4 {
  color: #cd7213;
  font-family: Poppins-Bold;
}
.learning-resource-page a {
  color: #cd7213;
  font-family: Poppins-Bold;
}
.learning-resource-page .boxes {
  background-color: #e5e9ea;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: auto;
  font-family: Poppins-Medium;
}
.learning-resource-page .boxes .upper p{
  font-family: Poppins-Light;
  color: #eeb408;
}
.boxes .upper{
  background-color: #00285a !important;
}
.boxes .summon-search-widget {
padding: 1rem;
}
.boxes .summon-search-field{
  width: 100%;
}
.boxes .summon-search-submit {
  cursor: pointer;
  background: #00285a;
  color: #fff;
  border: 0;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.5rem;
}
.boxes .summon-search-field{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */
/* learning resources end   */
/* information-processing start   */
.information-processing-page {
    overflow: hidden;
}

.information-processing-page .information-processing .toper-text p {
    line-height: 35px;
    font-family: Poppins-Light;
    text-align: justify;
}

.information-processing-page .information-processing h1 {
    color: #002c54;
    font-family: Poppins-Bold;
}

.information-processing-page .information-processing h4 {
    color: #cd7213;
    font-family: Poppins-Bold;
}

.information-processing-page a {
    color: #cd7213;
    font-family: Poppins-Bold;
}

/* information-processing end   */
/* new desin information processing  */
.information-processing-wrapper .informatin-center {
    background-color: var(--yellow);
}

.information-processing-wrapper .quick-link-pages a {
    font-family: Poppins-Regular;
    text-decoration: none;
    color: inherit;
    font-size: 1.1rem;
}

.information-processing-wrapper .informatin-center p,
.information-processing-wrapper .text-area p {
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    text-align: justify;
}

/* information-processing start   */
.advice-and-counseling-page {
    overflow: hidden;
}

.advice-and-counseling-page .advice-and-counseling .toper-text p {
    line-height: 35px;
    font-family: Poppins-Light;
    text-align: justify;
}

.advice-and-counseling-page .advice-and-counseling h1 {
    color: #002c54;
    text-transform: uppercase;
    font-family: Poppins-Bold;
}

/* information-processing end   */
/* registrar start  */
.registrar-page {
    overflow: hidden;
}

.registrar-page .registrar-text h1 {
    font-family: Poppins-Bold;
    color: #00285a;
    text-transform: uppercase;
}

.registrar-page .registrar-text p {
    font-family: Poppins-Light;
    line-height: 35px;
    text-align: justify;
}

.registrar-page .registrar-text li {
    font-family: Poppins-Light;
    list-style: square;
    line-height: 35px;
}

.registrar-page .registrar-text li::marker {
    list-style: square;
    color: #00285a;
}

.registrar-page .registrar-text .colored {
    color: #cd7213;
    font-family: Poppins-Medium;
}

.registrar-page a {
    color: #cd7213;
    font-family: Poppins-Bold;
}

/* registrar end  */
/* registrar new design  */
.registrar-wrapper .registrar-main ul,
.registrar-wrapper .registrar-main a,
.registrar-wrapper .points-regist {
    list-style-type: none;
    font-family: Poppins-Regular;
    font-size: 1.1rem;
    border: none;
    color: inherit;
}

.registrar-wrapper .registrar-back {
    background-color: var(--light);
}

.registrar-wrapper .registrar-data {
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    text-align: justify;
}

.registrar-wrapper .points-regist li i span {
    font-family: Poppins-Regular;
    font-size: 1.25rem;
}

/* news-letter start here */
/* .news-letter-page {
  overflow: hidden;
}
.news-letter-page .news-letter-text h1{
  font-family: Poppins-Bold;
  color: #00285a;
  text-transform: uppercase;
}
.news-letter-page .news-letter-text p {
  font-family: Poppins-Light;
  line-height: 35px;
  text-align: justify;
}
.news-letter-page .news-letter-text h5 {
  font-family: Poppins-SemiBold;
}
.news-letter-page .news-letter-text button {
  background-color: #efb509;
  border-color: #efb509;
  padding: 5px 15px;
  border-radius: 25px;
  font-family: Poppins-Medium;
}
.news-cards {
  padding: 10px 10px;
  border-color: #00295b;
  color: #00295b;
  border-radius: 12px;
  overflow: hidden;
}
.news-cards .card-body:hover{
  background: #1b3e71;
  color: #fff !important;
  transform: scale(1.08);
} */
/* news-letter end */
/* news paper add new design  */
.news-letter-wrapper .news-cards {
    padding: 10px 10px;
    border-color: #00295b;
    color: var(--red) !important;
    background: var(--yellow);
    color: #00295b;
    border-radius: 12px;
    overflow: hidden;
}

.news-letter-wrapper .news-cards .card-body:hover {
    background: var(--yellow);
    color: var(--red) !important;
    transform: scale(1.08);
}

/* news letter new design  */
.news-letter-wrapper .text-area p {
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    text-align: justify;
}

.news-letter-wrapper h1 {
    font-family: Poppins-Bold;
}

.news-letter-news .main-card img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
}

.news-letter-news .main-card {
    position: relative;
    padding-top: 50%;
    width: 100%;
}

.news-letter-news .text-adjust-card p {
    font-family: Poppins-Medium;
    text-align: justify;
}

/* news */
.news-letter-card .news-card .name-of-news {
    position: absolute;
    top: 0;
    background: rgba(195, 33, 42, 0.8);
    width: 100%;
    color: var(--white);
}

.news-letter-card .news-card .download-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--red);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.news-letter-card .news-card .download-btn a {
    color: var(--white);
    text-decoration: none;
    font-family: Poppins-Medium;
    font-size: 1.25rem;
    float: right;
}

/* graduate-directories start */
/* .graduate-directories-page {
  overflow: hidden;
}
.graduate-directories-page .graduate-directories-text h1{
  font-family: Poppins-Bold;
  color: #00285a;
  text-transform: uppercase;
}
.graduate-directories-page .graduate-directories-text p {
  font-family: Poppins-Light;
  line-height: 35px;
  text-align: justify;
} */
/* graduate-directories end */
/* graduate-directories new design  */
.graduate-directories-wrapper .graducate-box {
    background-color: var(--yellow);
    border-radius: 1.2rem;
}

.graduate-directories-wrapper .graducate-box h1 {
    font-family: Poppins-Bold;
}

.graduate-directories-wrapper .graducate-box p {
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    text-align: justify;
}

/* rector  */
.rector-page {
    overflow: hidden;
}

.rector-page .rector-text .toper-text p {
    line-height: 35px;
    margin: 0;
    font-family: Poppins-Light;
    text-align: justify;
}

.rector-page .rector-text .toper-text b {
    color: #002c54;
}

.rector-page .rector-text img {
    max-width: 100%;
    max-height: 400px;
    float: right;
}

.rector-page .rector-text h1 {
    color: #002c54;
    font-family: Poppins-Bold;
}

.rector-page .rector-text h4 {
    color: #cd7213;
    margin-top: 20px;
}

.rector-page a {
    color: #cd7213;
    font-family: Poppins-Bold;
}

/* rector end here */
/* new design rector  */
.rector-wrapper .main-zone {
    background-color: var(--yellow);
    position: relative;
    width: 100%;

    border-radius: 20px;
}

.rector-wrapper .main-zone .main-image {
    margin-top: 150px;
}

.rector-wrapper .main-zone .main-image img {
    background-color: var(--light);
    width: 250px;
    object-fit: contain;
    border-radius: 50%;
    border: 3px solid var(--dark);
    padding: 5px;
    /* margin-top: -120px; */
    position: absolute;
    top: -1%;
    left: 50%;
    transform: translate(-50%, -44%);
}

.rector-wrapper .main-zone .main-head h1 {
    font-family: Poppins-Bold;
    color: var(--bs-red);
    font-size: 3.0rem;
    padding-top: 160px;
}

.rector-wrapper .main-zone .main-para p {
    font-family: Poppins-Regular;
    text-align: justify;
    font-size: 1.25rem;
}

.rector-wrapper .main-zone .main-link a {
    font-family: Poppins-Bold;
    font-size: 1.2rem;
}

/* controller-examination start  */
/* .controller-examination-page {
  overflow: hidden;
}
.controller-examination-page .controller-examination-text h1{
  font-family: Poppins-Bold;
  color: #00285a;
  text-transform: uppercase;
}
.controller-examination-page .controller-examination-text p {
  font-family: Poppins-Light;
  line-height: 35px;
  text-align: justify;
}
.controller-examination-page a {
  color: #cd7213;
  font-family: Poppins-Bold;
} */
/* controller-examination end here */
/* controller examination new design   */
.controller-examination-wrapper .graduate-directories-text .pages a {
    font-family: Poppins-Regular !important;
}

.controller-examination-wrapper .graduate-directories-text .text-area h1 {
    font-family: Poppins-Bold;
}

.controller-examination-wrapper .graduate-directories-text .text-area p {
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    text-align: justify;
}

/* sudent affairs start  */
.sudent-affairs-page {
    overflow: hidden;
}

.sudent-affairs-page .sudent-affairs-text h1 {
    font-family: Poppins-Bold;
    color: #00285a;
    text-transform: uppercase;
}

.sudent-affairs-page .sudent-affairs-text p {
    font-family: Poppins-Light;
    line-height: 35px;
    text-align: justify;
}

.sudent-affairs-page .sudent-affairs-text li {
    font-family: Poppins-Light;
    list-style: square;
    line-height: 35px;
}

.sudent-affairs-page .sudent-affairs-text li::marker {
    list-style: square;
    color: #00285a;
}

.sudent-affairs-page a {
    color: #cd7213;
    font-family: Poppins-Bold;
}

/* sudent-affairs end here */
/* treasurer start  */
.treasurer-page {
    overflow: hidden;
}

.treasurer-page .treasurer-text h1 {
    font-family: Poppins-Bold;
    color: #00285a;
    text-transform: uppercase;
}

.treasurer-page .treasurer-text p {
    font-family: Poppins-Light;
    line-height: 35px;
    text-align: justify;
}

.treasurer-page a {
    color: #cd7213;
    font-family: Poppins-Bold;
}

/* treasurer end here */
/* publication page start  */
/* .publication-page{
overflow: hidden;
}
.publication-page .publication-text h1{
font-family: Poppins-Bold;
color: #00285a;
text-transform: uppercase;
}
.publication-page .publication-text p{
font-family: Poppins-Light;
line-height: 35px;
text-align: justify;
}
.publication-page .publication-text a {
color: #cd7213;
  font-family: Poppins-Bold;
} */
/* publication page end  */
/* publiation new design  */
.publication-wrapper .text-area p {
    text-align: justify;
    font-family: Poppins-Regular;
    font-size: 1.25rem;
}

.publication-wrapper .quick-link-pages p {
    font-family: Poppins-Regular;
    font-size: 1.25rem;
}

/* basr-policy start */
.basr-policy-page {
    overflow: hidden;
}

.basr-policy-page .basr-policy-text h1 {
    font-family: Poppins-Bold;
    color: #002c54;
    text-transform: uppercase;
}

.basr-policy-page .basr-policy-text .para-text-area h3 {
    color: #cd7213;
    line-height: 27px;
    margin: 20px 0px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
}

.basr-policy-page .basr-policy-text h5 {
    font-family: Poppins-SemiBold;
    color: #002c54;
}

.basr-policy-page .basr-policy-text b {
    font-family: Poppins-Medium;
    color: #cd7213;
}

.basr-policy-page .basr-policy-text .para-text-area p {
    color: #000;
    line-height: 28px;
    margin: 0 0 10px;
    font-family: Poppins-Light;
    text-align: justify;
}

.scholr-bult {
    list-style: square;
    color: #002c54 !important;
}

.basr-policy-page .basr-policy-text .graduate-color {
    color: #cd7213;
}

/* basr-policy end here */
/*  certificate in learning start */
.ctl-wrapper {
    overflow: hidden;
}

.ctl-wrapper .ctl-heading h2 {
    color: #00295b;
    font-weight: 900;
    font-family: Poppins-Bold;
}

.ctl-wrapper .left-all-ctl,
.ctl-wrapper .right-all-ctl {
    border: 2px solid #002C54;
    height: auto !important;
    font-family: Poppins-Light;
    border-radius: 5px;
    background-color: #EDEDED;
}

.ctl-wrapper .left-all-ctl h4 {
    color: #002C54;
    font-family: Poppins-SemiBold;
    margin: 25px 0px 10px 0px;
}

.ctl-wrapper .ctl-details p {
    font-family: Poppins-Light;
    font-size: 1rem;
}

.ctl-wrapper .ctl-details ul li p i {
    padding-right: 10px;
    color: #CD7213;
}

.ctl-wrapper .ctl-details a {
    color: #CD7213;
    font-weight: 900;
}

.ctl-wrapper .right-sidebar-ctl h4 {
    color: #CD7213;
    font-family: Poppins-SemiBold;
}

.ctl-wrapper .right-sidebar-ctl p {
    color: #002C54;
}

.ctl-wrapper .right-sidebar-ctl ul li.list-group-item {
    background-color: transparent !important;
}

.ctl-wrapper .right-sidebar-ctl ul li.list-group-item i {
    padding-right: 8px;
    color: #CD7213;
}

/* certificate in learning end here */
/*  contact us start */
.contact-us-wrapper {
    overflow: hidden;
}

.contact-us-wrapper .contact-us-heading h1 {
    color: #00295b;
    font-family: Poppins-Bold;
}

.contact-us-wrapper .right-all-contact-us {
    height: auto !important;
    font-family: Poppins-Light;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.contact-us-wrapper .left-all-contact-us {
    height: auto !important;
    font-family: Poppins-Light;
    border-radius: 5px;
    box-shadow: rgb(50 50 93 / 26%) 60px 30px 263px -12px inset, rgb(0 0 0 / 30%) 0px 18px 36px -18px inset;
}

.list-group-item {
    background-color: inherit;
    border: inherit;
}

.graduate-color {
    color: #CD7213;
}

.right-sidebar-contact-us a {
    text-decoration: none;
    color: #000;
    padding-left: 6px;
    font-family: Poppins-Light;
    font-size: 1rem;
}

.contact-us-wrapper .left-all-contact-us .contact-location {
    color: #00285a;
    font-size: 2.7rem;
}

.right-sidebar-contact-us b {
    color: #CD7213;
}

.contact-us-wrapper h5 {
    color: #00285a;
    font-family: Poppins-SemiBold;
    margin-top: 10px;
}

.contact-us-wrapper .contact-us-details p {
    font-family: Poppins-Light;
    font-size: 1rem;
}

.contact-us-wrapper .contact-us-details ul li p i {
    padding-right: 10px;
    color: #CD7213;
}

.contact-us-wrapper .right-sidebar-contact-us p {
    color: #002C54;
}

.right-sidebar-contact-us .fa-li {
    top: 0em !important;
}

.contact-us-wrapper .left-sidebar-contact-us h4 {
    color: #CD7213;
    font-family: Poppins-SemiBold;
    font-size: calc(1.275rem + .2vw) !important;
}

.contact-us-wrapper .left-sidebar-contact-us p {
    color: #002C54;
}

.contact-us-wrapper .left-sidebar-contact-us a {
    color: inherit;
    text-decoration: none;
}

.contact-us-wrapper .left-sidebar-contact-us b {
    color: #00285a;
}

.contact-us-wrapper .full-card-contact {
    box-shadow: rgb(50 50 93 / 26%) 60px 30px 263px -12px inset, rgb(0 0 0 / 30%) 0px 18px 36px -18px inset;
    border-radius: 5px;
    padding: 5px 25px;
}

/* contact us end here */
/* news-letter start here */
.webinar-page {
    overflow: hidden;
}

.webinar-detail-page .webinar-text h1 {
    font-family: Poppins-Bold;
    color: #00285a;
    text-transform: uppercase;
}

.webinar-page .webinar-text h6 {
    font-family: Poppins-SemiBold;
}

.webinar-page .webinar-text p {
    font-family: Poppins-Light;
    line-height: 35px;
    text-align: justify;
}

.webinar-detail-page .webinar-text p {
    font-family: Poppins-Light;
    line-height: 35px;
    text-align: justify;
}

.webinar-page .webinar-text h5 {
    font-family: Poppins-SemiBold;
}

.webinar-page .webinar-text button {
    background-color: #efb509;
    border-color: #efb509;
    padding: 5px 15px;
    border-radius: 25px;
    font-family: Poppins-Medium;
}

.webinar-cards {
    padding: 10px 10px;
    border-color: #00295b;
    color: #00295b;
    border-radius: 12px;
    overflow: hidden;
}

.webinar-detail-page .webinar-text a {
    word-wrap: break-word;
}

.webinar-cards .card-body img {
    margin: auto;
    height: 300px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
}

.webinar-cards .card-body:hover {
    background: #1b3e71;
    color: #fff !important;
    transform: scale(1.08);
}

.meeting-link b {
    color: #CD7213;
    text-decoration: underline;
    font-family: Poppins-Bold;

}

/* webinar end */
/* brand partner new design   */
.partners-text .form-control {
    box-shadow: none;
    border-color: var(--dark);
    font-family: Poppins-Medium;
    font-size: 18px;
}

.partners-text .form-control option {
    padding: 10px;
}

.partners-text .filter-cat {
    width: 400px;
}

.partners-text .pagination .page-item:not(:first-child) .page-link {
    color: black;
    font-family: "Poppins-Bold";
}

.partners-text .page-item.active .page-link {
    color: var(--light) !important;
    background-color: var(--red) !important;
    border-color: var(--red);
}

.brand-discount-detail-accordion .accordion-button::after {
    background-image: url(../images/plus-gray.svg);
    transition: all .7s ease-in-out;
}

.brand-discount-detail-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
    transition: all .7s ease-in-out;
    background-image: url(../images/plus-red.svg);
}

.brand-discount-detail-accordion .accordion-item {
    border: 1px solid rgba(0, 0, 0, .0);
    border-bottom: 1px solid #e0e0e0;
}

.brand-discount-detail-accordion .accordion-button:not(.collapsed) {
    color: var(--red);
    box-shadow: none;
    background-color: inherit
}

.brand-discount-detail-accordion .accordion-button:focus {
    border-color: inherit;
    box-shadow: none;
}

.brand-discount-detail-accordion .accordion-button {
    color: #888;
    font-weight: 200;
    font-family: Poppins-Light;
    line-height: 30px;
}


span.listing-tag {
    color: #C3212A;
    margin: 0 0 0 8px;
    padding: 8px 16px;
    line-height: 15px;
    letter-spacing: 2.5px;
    border-radius: 50px;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #C3212A;
    font-size: 10px;
    font-weight: 500;
    position: relative;
    top: -6px;
}

.boxed-widget {
    background-color: #f9f9f9;
    padding: 32px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.boxed-widget h3 {
    font-size: 20px;
    padding: 0 0 20px;
    margin: 0 0 20px;
    display: block;
    border-bottom: 1px solid #e8e8e8;
}

.listing-details-sidebar {
    padding: 0;
    list-style: none;
    font-size: 15px;
    margin-bottom: -5px;
    position: relative;
    display: block;
}

.brand-detail-tile p {
    color: #888;
}

.listing-nav-container .listing-nav {
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 0 0 35px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 17px;
    font-weight: 400;
    background-color: #fff;
}

.listing-nav-container .listing-nav li {
    display: inline-block;
    margin-right: 15px;
}

.listing-nav-container .listing-nav li a {
    display: inline-block;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    bottom: -1px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #666;
    padding-bottom: 15px;
}

.listing-nav-container .listing-nav li:first-child a {
    border-color: var(--red);
    color: var(--red);
}

.listing-item {
    background: 50% no-repeat #ccc;
    border-radius: 4px 4px 0 0;
    display: block;
    position: relative;
    background-size: cover;
    height: 265px;
    z-index: 100;
    cursor: pointer;
    overflow: hidden;
}

.listing-item:before {
    content: "";
    top: 0;
    position: absolute;
    z-index: 9;
    background-color: rgba(0, 0, 0, .7);
    opacity: 1;
}

.listing-item img,
.listing-item:before {
    height: 100%;
    border-radius: 4px 4px 0 0;
    width: 100%;
}

.listing-item img {
    object-fit: fill;
}

.listing-item-content {
    position: absolute;
    bottom: 28px;
    left: 0;
    padding: 0 20px 0 32px;
    width: 100%;
    z-index: 50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

span.discount {
    position: absolute;
    z-index: 10;
    right: 30px;
    top: 20px;
    text-transform: uppercase;
    background: #1e98d5;
    border-radius: 50px;
    padding: 4px 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
}

.listing-item-container:hover {
    transform: scale(1.06);
}

.listing-item-container.list-layout span.tag,
.listing-item-content span.tag {
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2.5px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50px;
    padding: 4px 16px;
    line-height: 20px;
    color: #fff;
    font-family: Poppins-Medium;
    font-weight: 400;
    margin-bottom: 9px;
}

.listing-item-content span {
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255, 255, 255, .7);
}

.listing-item-content h3 {
    color: #fff;
    font-size: 20px;
    bottom: -1px;
    position: relative;
    font-weight: 500;
    margin: 0;
    line-height: 31px;
}

.listing-item-content span {
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255, 255, 255, .7);
}

/* brand partner new design end  */

/* partner  */
.partners-page .card-profile {
    margin-top: 30px;
    text-align: center;
    background-color: #EDEDED;
    height: 100%;
}

.partners-page .card-profile .card-avatar, .card-testimonial .card-avatar {
    width: 11.25rem;
    height: 11.25rem;
    margin: -50px auto 0;
    border-radius: 30%;
    overflow: hidden;
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    position: relative;
    background-color: #fff;
}

.partners-page .card-avatar img {
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.partners-page .card .table {
    padding: 15px 30px;
}

.partners-page .card-profile .card-caption {
    font-family: Poppins-Bold;
    color: #002C54;
}

.partners-page .card-profile .category {
    position: relative;
    line-height: 0;
    margin: 15px 0;
    color: #cd7213;
    font-family: Poppins-Regular;
}

.partners-page .card .ftr {
    margin-top: 15px;
    color: #cd7213;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0%;
    right: 0%;
}

.partners-page .card .ftry {
    color: #fff;
    font-size: 2rem;
}

.partners-page .card .ftry i {
    padding: 6px !important;
    color: #cd7213;
}

.partners-page .discount-label {
    padding: 4px;
    position: absolute;
    top: 15px;
    right: 3px;
    z-index: 9;
    -webkit-border-radius: 0 4px 0 4px;
    -moz-border-radius: 0 4px 0 4px;
    border-radius: 0 4px 4px 0;
}

.partners-page .discount-label:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(136, 183, 213, 0);
    border-width: 20px;
    top: 50%;
    margin-top: -20px;
}

.partners-page .discount-label:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 48%;
    right: 100%;
    width: 7px;
    height: 2px;
    opacity: .95;
    background: #ffffff;
    -webkit-box-shadow: inset 0.5px 0 rgb(0 0 0 / 60%);
    box-shadow: inset 0.5px 0 rgb(0 0 0 / 60%);
}

.partners-page .discount-label span {
    color: #ffffff;
    font-size: 1.35em;
    font-family: 'Poppins-Regular';
    text-align: center;
}

.partners-page .yellow {
    background-color: #feaa00;
    width: 60px;
    margin-right: -15px;
}

.partners-page .yellow:after {
    border-right-color: #feaa00;
}

.partners-page {
    overflow: hidden;
}

.partners-page .partners-text h1 {
    font-family: Poppins-Bold;
    color: #00285a;
    text-transform: uppercase;
}

.partners-page .partners-text p {
    font-family: Poppins-Light;
    line-height: 35px;
    text-align: justify;
}

/* partners new design  */
.partners-wrapper .brands-image {
    position: relative;
    width: 100%;
}

.partners-wrapper .brands-text h1 {
    font-family: Poppins-Bold;
    color: var(--bs-white);
    font-size: 4.0rem;

}

.partners-wrapper .brands-text {
    position: absolute;
    top: 1%;
    left: 5%;
    transform: translate(-5%, 54%);
}

.partners-wrapper .icon-vertical {
    background-color: var(--red);
    color: var(-white);
    width: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.partners-wrapper .brands-head h1 {
    font-family: Poppins-Bold;
    color: var(--red);
}

.partners-wrapper .brands-list .hk-image {
    border: 2px solid black;
    border-radius: 20px;
    width: 100%;
    object-fit: contain;
}

.partners-wrapper .brands-list .hk-image:hover {
    border: 5px solid #C3212A;
}

.partners-wrapper .modal .modal-dialog .modal-content {
    border-radius: 20px;
}

.partners-wrapper .modal .modal-dialog .modal-content .modal-header {
    border-bottom: none;
}

.partners-wrapper .modal .modal-dialog .modal-content .modal-footer {
    border-top: none;
}

.partners-wrapper .modal .modal-dialog .modal-content .modal-footer .footer-logo {
    width: 40px;
}

.partners-wrapper .modal .modal-dialog .modal-content .modal-header a {
    width: 30px;
}

.partners-wrapper .modal .modal-dialog .modal-content .modal-body .image-hk-line {
    width: 80px;
}

.partners-wrapper .modal .modal-dialog .modal-content .modal-body .head-line-one {
    font-family: Poppins-Bold;
    color: var(--red);
    font-size: 2.2rem;
}

.partners-wrapper .modal .modal-dialog .modal-content .modal-body .para-line-one {
    font-family: Poppins-Regular;
    color: var(--dark);
    font-size: 1.4rem;
}

.partners-wrapper .modal .modal-dialog .modal-content .modal-body .para-detail {
    font-family: Poppins-Regular;
    color: var(--dark);
    font-size: 1.25rem;
    text-align: justify;
}

.partners-wrapper .fa-stack {
    width: 54px;
    height: 54px;
    line-height: 62px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.partners-wrapper .logo-hex {
    margin-top: 14px;
    width: 54px;
    height: 31px;
    border-radius: 2px;
    cursor: pointer;
    background-color: var(--red);
}

.partners-wrapper .logo-hex:before {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.partners-wrapper .logo-hex:after {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.partners-wrapper .logo-hex:before, .logo-hex:after {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-color: inherit;
    content: '';
    font-size: 2rem !important;
}

.partners-wrapper .logo-fa::before {
    font-size: 2rem;
}

/* Research page start  */
/* .bg1::after {
  content: "";
  background-image: linear-gradient(
      rgba(0,0,0,0.7),
      rgba(0,0,0,0.7)
  ),
  url(../images/research/banner-research.jpg)
  ;
  object-fit: cover;
  background-attachment: fixed;
  background-position: center top;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.bg1 {
  position: relative
}
.research-study .sec-title h1 {
  color: #cd7213;
  font-family: Poppins-Bold;
  margin-bottom: 10px;
}
.research-study .sec-title h1 .designation {
  font-size: 22px;
}
.research-study .sec-title p {
  color: #fff;
  line-height: 35px;
  text-align: justify;
  font-size: 16px;
}
.research-study {
  overflow: hidden;
}
.research-study .courses-item {
  position: relative;
  padding: 10px 30px;
  background: #EDEDED;
  border: 2px solid #002C54;
  margin-bottom: 30px;
  height: 100%;
}
.research-study .courses-item h4 {
  color: #002C54;
  font-family: 'Poppins-SemiBold';
}
.research-study .courses-item .courses-title {
  margin-bottom: 5px;
  margin-top: 18px;
  line-height: 35px;
}
.research-advance-study .courses-item ul {
  font-family: Poppins-Light;
  line-height: 35px;
  list-style: none;
}
.research-advance-study .courses-item ul i {
  color: #cd7213;
  margin-right: 10px;
}
.research-advance-study .research-explore{
  position: absolute;
  bottom: -50px;
  left: 50%;
  background-color: #dd9e00;
  z-index: 1;
  border-radius: 5px;
  padding: .75em 1em;
  color: #fff;
  transform: translate(-50%, -50%);
}
.research-advance-study .research-explore a {
  color: #fff;
  font-family: Poppins-Medium;
  text-decoration: none;
}
.research-advance-study p {
  font-family: Poppins-Light;
  text-align: justify;
}
.research-year-block {
  width: 100%;
}
#table-scholar {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  border-color: #bcc8d3;
}
.research-year-block .scholar-tab thead {
  background-color: #cd7213;
}
.research-year-block .scholar-tab tbody {
  background-color: #ededed;
  font-family: Poppins-Light;
}
.research-year-block .scholar-tab tbody td {
 border: 1px solid #dee2e6!important;
}
.research-year-block form label {
  font-family: Poppins-SemiBold;
  color: #002C54;
}
.research-year-block .form-group-year select{
  width: 100px;
  background-color: #cd7213;
  color: #fff;
  border-radius: 2px solid #fff;
}
.research-year-block .search-area h2 {
  font-family: 'Poppins-Bold';
  color: #002C54;
}
.research-year-block .search-area button {
  background-color: #cd7213;
  color: #fff;
} */

/* .bg2::after {
  content: "";
  background-image: linear-gradient(
      rgba(0,0,0,0.7),
      rgba(0,0,0,0.7)
  ),
  url(../images/research/oric.jpg)
  ;
  object-fit: cover;
  background-attachment: fixed;
  background-position: center top;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.bg2 {
  position: relative
} */

/* .research-advance-study .view-block {
overflow: hidden;
background-size: 100%;
background-color: #ededed;
}
.research-advance-study .view-block .toper-text{
margin: 0 0 40px;
}
.research-advance-study .view-block .toper-text h2{
color: #002C54;
font-size: 36px;
line-height: 38px;
margin: 0px;
font-family: Poppins-Bold;
text-transform: uppercase;
position: relative;
padding: 0 0 0 8px;
}
.research-advance-study .view-block .para-text p {
color: #002C54;
font-size: 20px;
line-height: 35px;
margin: 0 0 5px;
font-family: Poppins-Light;
text-align: justify;
}
.research-year-block .form-control {
  color: #fff !important;
  background-color: #cd7213 ;
  border: 1px solid #ced4da;
} */
/* new design research and advance study  */
.research-advance-study-wrapper .research-repository h1,
.research-advance-study-wrapper .research-repository h3 {
    font-family: Poppins-Bold;
}

.research-advance-study-wrapper .repository {
    background-color: var(--yellow);
    border-radius: 1rem;
}

.research-advance-study-wrapper .research-repository p,
.research-advance-study-wrapper .research-repository ul {
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    list-style: none;
}

.research-advance-study-wrapper .departmnet-search {
    background-color: var(--light);
}

.research-advance-study-wrapper .search input:focus,
.research-advance-study-wrapper .form-select:focus,
.research-advance-study-wrapper .search input,
.research-advance-study-wrapper.form-select {
    box-shadow: none;
    border: inherit;
}

.research-advance-study-wrapper .search a {
    color: inherit;
}

.research-advance-study-wrapper .search .fa-search {
    position: absolute;
    top: 10px;
    right: 10px;
}

.research-advance-study-wrapper .departmnet-search h4 {
    font-family: Poppins-Bold;
}

.research-advance-study-wrapper .oric-research .bg2::after {
    content: "";
    background-image: url(../images/research/oric.jpg);
    object-fit: cover;
    background-attachment: fixed;
    background-position: center top;
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.research-advance-study-wrapper .oric-research .bg2 {
    position: relative
}

.research-advance-study-wrapper .oric-research .sec-title h1 {
    color: var(--red);
    font-family: Poppins-Bold;
    margin-bottom: 10px;
}

.research-advance-study-wrapper .oric-research .sec-title h1 .designation {
    font-size: 22px;
}

.research-advance-study-wrapper .oric-research .sec-title p {
    line-height: 35px;
    text-align: justify;
    font-family: Poppins-Regular;
    font-size: 1.25rem;
}

.research-advance-study-wrapper .oric-research {
    overflow: hidden;
}

.research-advance-study-wrapper .oric-research .courses-item {
    position: relative;
    padding: 10px 30px;
    background: var(--yellow);
    border-radius: 1rem;
    text-align: justify;
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    margin-bottom: 40px !important;
    height: 100%;
}

.research-advance-study-wrapper .oric-research .courses-item h4 {
    color: var(--red);
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
}

.research-advance-study-wrapper .oric-research .courses-item .courses-title {
    margin-bottom: 5px;
    margin-top: 18px;
    line-height: 35px;
}

.qec-vision-mision h2 {
    font-family: Poppins-Bold;
    color: var(--red);
}

.qec-vision-mision h2 span {
    font-size: 1.5rem;
}

.qec-vision-mision .vision-mision-content {
    background-color: var(--yellow);
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    border-radius: 0.9rem;
    text-align: justify;
    height: 100%;
}

.qec-vision-mision h4 {
    width: 100%;
    text-align: center;
    border-bottom: 4px solid var(--white);
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.qec-vision-mision h4 span {
    background-color: var(--red);
    padding: 0 10px;
}

.research-advance-study-wrapper .jumdc-umdc {
    background: var(--light);
}

.research-advance-study-wrapper .jumdc-umdc p {
    font-family: Poppins-Regular;
    text-align: justify;
    font-size: 1.25rem;
}

/*-----------------------
  vision & mission Style1
-------------------------*/
/*
.rs-timeline .rs-timeline-icon i {
  color: #cd7213;
}
.rs-timeline .rs-timeline-block {
  margin: 2em 0;
}
.rs-timeline .rs-timeline-content {
  box-shadow: #ededed 60px 30px 263px -12px inset, rgb(0 0 0 / 30%) 0px 18px 36px -18px inset;
  border-radius: 0.25em;
  padding: 1em;
  height: 100%;
}
.rs-timeline .rs-timeline-content h4
{
  color: #cd7213;
  font-size: 36px;
  font-family: Poppins-Bold;
  text-transform: uppercase;
}
.rs-titmeline .toper-text h1
{
  color: #002C54;
  font-family: Poppins-Bold;
  margin-bottom: 10px;
}
.rs-titmeline h1 .designation {
  font-size: 22px;
}
.rs-timeline .rs-timeline-content p {
  font-family: Poppins-Light;
  line-height: 35px;
} */
/* jumdc in research page start here */
.bg3::after {
    content: "";
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.8)
    ),
    url(../images/research/jumdc.jpg);
    object-fit: cover;
    background-attachment: fixed;
    background-position: center top;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.bg3 {
    position: relative
}

/* jumdc in research page end  */
/* Research page end  */
/* Departments Research page start here  */

/* ================================ */

.dept-research-design .container {
    flex-grow: 1;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.dept-research-design .toper-text h2 {
    font-family: Poppins-Bold;
    text-transform: uppercase;
    color: #00285a;
}

.dept-research-design .single-research h4 {
    font-family: Poppins-SemiBold;
    text-transform: uppercase;
    color: #00285a;
}

.dept-research-design .single-research strong {
    color: #cd7213;
    font-family: Poppins-Bold;
    margin-right: 8px;
}

.dept-research-design .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dept-research-design .page-link {
    color: #00285a;
}

.dept-research-design .page-item.active .page-link {
    font-family: Poppins-Bold;
    color: #fff;
    background-color: #cd7213;
    border-color: #fff;
}

/* =========new design==== */

/* Departments Research page end here  */
/* Departments Alumni page start here */
.dept-alumni-design .container {
    flex-grow: 1;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.dept-alumni-design .cards {
    grid-gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dept-alumni-design .toper-text h2 {
    font-family: Poppins-Bold;
    color: #00285a;
}

.dept-alumni-design .cards__item {
    height: 440px;
}

.dept-alumni-design .cards__item .card__frame h4 {
    font-family: Poppins-Bold;
    color: #00285a;
    line-height: 30px;
}

.dept-alumni-design .card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dept-alumni-design .card {
    box-shadow: rgb(50 50 93 / 26%) 60px 30px 263px -12px inset, rgb(0 0 0 / 30%) 0px 18px 36px -18px inset;
}

.dept-alumni-design .card__frame {
    position: absolute;
    top: 0;
    line-height: 30px;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dept-alumni-design .card__picture {
    margin-bottom: 12px;
    filter: invert(1);
}

.dept-alumni-design .card__picture img {
    display: block;
    max-width: 100%;
    height: auto;
}

.dept-research-design .card__title {
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dept-alumni-design .card__overlay {
    position: absolute;
    bottom: 30px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    transition: 0.5s;
    cursor: pointer;
}

.dept-alumni-design .card__overlay::before {
    content: "Read";
    font-size: 12px;
    text-transform: uppercase;
    font-family: Poppins-SemiBold;
    color: #fff;
    letter-spacing: 0.02em;
}

.dept-alumni-design .card__overlay:hover, .card__overlay:focus {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 1;
}

.dept-alumni-design .card__overlay:hover::before, .card__overlay:focus::before {
    content: none;
}

.dept-alumni-design .card .card__overlay {
    background-color: #cd7213;
}

.dept-alumni-design .card__content {
    z-index: 1;
    padding: 20px;
    line-height: 1.4;
    opacity: 1;
    visibility: hidden;
    box-sizing: border-box;
    pointer-events: none;
    transition: 0s;
}

.dept-alumni-design .card__overlay:hover ~ .card__content {
    opacity: 1;
    visibility: visible;
    transition: 0.2s 0.3s;
}

.dept-alumni-design .card__content .res-name {
    color: #00285a;
    font-family: Poppins-Bold;
    margin-bottom: 1.5rem;
}

.dept-alumni-design .card__content .res-detail {
    color: rgb(218, 218, 224);
    font-family: Poppins-Medium;
}

.dept-alumni-design .card__content .res-detail strong {
    color: #00285a;
    font-family: Poppins-SemiBold;
}

/* Departments Alumni page end here  */
/* parent-meeting start here  */
.parent-meeting-wrapper {
    max-width: 800px !important;
    margin-left: auto;
    margin-right: auto;
}

.parent-meeting {
    box-shadow: rgb(50 50 93 / 26%) 60px 30px 263px -12px inset, rgb(0 0 0 / 30%) 0px 18px 36px -18px inset;
}

.parent-meeting h1 {
    color: #00285a;
    font-family: Poppins-SemiBold;
}

.parent-meeting .field-input label {
    color: #CD7213;
    font-family: Poppins-Medium;
}

.parent-meeting .field-input input {
    border: 1px solid #00285a !important;
}

.parent-meeting .submit-btn .btn-join {
    background-color: #00285a;
    color: #fff;
}

.parent-meeting-wrapper .parent-meeting i {
    color: #00285a;
}

/* parent meeting start here  */
/* course detail start here  */
.course-detail-wrapper {
    overflow-x: hidden;
}

.course-detail-wrapper .top-banner .img-wrapper img {
    position: relative;
    opacity: 0.5;
    background-color: Black;
    z-index: 0;
}

.course-detail-wrapper .top-banner .text-wrapper {
    position: absolute;
    color: #cd7213;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.course-detail-wrapper .top-banner .text-wrapper h2 {
    font-size: 2rem;
}

.course-detail-wrapper .breadcrumb li {
    float: left;
    list-style-type: none;
}

/* .course-detail-wrapper .breadcrumb li:after
{
content: '›';
display: inline;
font-size: 14px;
  padding: 0px 2px;
  font-family: Poppins-Bold;
color: #fff;
} */
/* .course-detail-wrapper .breadcrumb li:last-child:after
{
content: '';
} */
.course-detail-wrapper .breadcrumb ul /* use as midair border */
{
    padding: 0;
    margin: .25em 0;
    font-size: 14px;
}

.course-detail-wrapper .row-orange {
    background-color: #cd7213 !important;
    color: #fff;
}

/* #table-course{
  overflow:hidden;
  border-color: #002c54 !important;
  background-color: #ededed;
} */
.course-detail-wrapper .table-data button {
    background-color: #cd7213;
    color: white;
    border: 0;
    padding: 6px 10px;
}

.course-detail-wrapper .single-course-detail .heading-border h2 {
    font-family: Poppins-Bold;
    position: relative;
    padding-right: 10px;
    color: #00285a;
}

.course-detail-wrapper .single-course-detail .heading-border h2 span {
    background-color: white;
    padding-right: 10px;
    font-family: Poppins-Bold;
    font-size: 2.5rem;
}

.course-detail-wrapper .single-course-detail .heading-border h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 3px solid #cd7213;
    z-index: -1;
}

.course-detail-wrapper .single-course-detail .para {
    font-family: Poppins-Light;
    color: #000;
    line-height: 35px;
    text-align: justify;
}

.course-detail-wrapper .single-course-detail .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #cd7213 !important;
}

.course-detail-wrapper .single-course-detail .card {
    border: 0;
}

.course-detail-wrapper .single-course-detail .card-body p, .course-detail-wrapper .single-course-detail .card-body span {
    font-size: 12px;
}

.course-detail-wrapper .single-course-detail .course-pill .nav-link {
    color: #fff;
    background-color: #837f7f !important;
    border-radius: 0 !important;
    font-size: 13px;
    width: 100%;
    padding: 15px 15px !important;
    border-right-color: #000 !important;
    border-right: 2px solid #fff !important;
}

.course-detail-wrapper .single-course-detail .event-images img {
    height: 100%;
    object-fit: cover;
}

.course-detail-wrapper .category-wrapper i {
    padding-right: 10px;
    color: #00285a;
    font-size: larger;
}

.course-detail-wrapper .category-wrapper a {
    text-decoration: none;
    color: #cd7213;
    font-family: Poppins-Light;
}

.course-detail-wrapper .single-course-detail .education img {
    height: 110px;
    width: 200px;
    object-fit: cover;
}

.course-detail-wrapper .single-course-detail .event-images {
    position: relative;
}

.course-detail-wrapper .single-course-detail .courses {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.course-detail-wrapper .single-course-detail .post {
    color: #00285a;
    font-family: Poppins-SemiBold;
    border-bottom: #cd7213;
    text-decoration: underline 3px #cd7213;
}

.course-detail-wrapper .single-course-detail .courses h6 {
    color: #00285a;
    font-family: Poppins-Medium;
    font-size: 12px;
}

.course-detail-wrapper .single-course-detail table thead {
    background-color: #cd7213 !important;
    color: #fff;
}

.course-detail-wrapper .single-course-detail table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.course-detail-wrapper .single-course-detail .toper-text h2 {
    font-family: Poppins-Bold;
    color: #00285a;
}

/* course detail end here  */
/* */
/*Footer*/
footer {
    background: #4a4a4a;
    padding: 1.5rem 0 0 0;
    font-family: Poppins-Light;
    position: relative;
    color: #000;
}

.footer-section {
    position: relative;
}

.footer-section a p {
    margin-bottom: 0.25rem !important;
}

.footer-section a {
    color: #fff;
}

.footer-section > img {
    width: 75%;
}

.second-footer-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.second-footer-section:not(:last-of-type)::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 75%;
    right: 0;
    background: #fff;
    top: 50%;
    transform: translate(0, -50%);
}

.second-footer-section img {
    width: 75%;
    height: 60%;
    object-fit: contain;
}

.second-footer-section p {
    font-family: Poppins-Medium;
    font-size: 12px;
}

.footer-section h5,
.footer-section ul,
.footer-section p {
    color: #ffffff;
}

.footer-section .links-details p {
    margin-bottom: .5rem;
    font-size: small;
}

.footer-section .links-details a {
    text-decoration: none;
    color: #ffffff;
}

.footer-section .social-icons img {
    width: 12%;
}

.footer-bottom {
    background-color: #f6efdf;
    position: relative;
    overflow: hidden;
}

.footer-bottom ul a {
    color: #333333;
    text-decoration: underline;
    font-size: 12px;
    font-family: 'Poppins-SemiBold';
}

.footer-bottom ul a:hover {
    color: inherit;
}

.footer-bottom ul .nav-item {
    position: relative;
}

.footer-bottom .nav-item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    right: 0;
    background: #333333;
    top: 50%;
    transform: translate(0, -50%);
}

.footer-mt-40 {
    margin-top: 40px;
}

/* .footer-section .social-icons{
  margin-top: 1rem;
}
.footer-section .social-icons a:not(:first-of-type){
  margin-left: .5rem;
} */
.log-new {
    position: absolute;
    background-color: #F5ECDE;
    top: 50%;
    z-index: 1;
}

.main-meus {
    display: none;
}

.main-meus .logo {
    width: 180px;
}

.circle-icon {
    background: #f8ffe1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    padding: 10px;
    color: #d3a309;
}

.card-view .education .degree .edu-type {
    color: #999999;
    margin-bottom: 0;
}

.min-height {
    min-height: 210px;
}

.dropdown-item {
    font-size: 12px !important;
    font-weight: 600 !important;
}

/* department Catalogue */
.academics-page-block .school-catalogue-block {
    background: url(../images/banner04.jpg) no-repeat;
    background-size: cover;
    padding: 50px 50px 0;
    border-bottom: 0px solid #fff;
    /* height: 1100px; */
    /* height: 100vh; */
}

.academics-page-block .school-catalogue-block .toper-text {
    margin: 30px 0 50px;
}

.academics-page-block .school-catalogue-block .toper-text h2 {
    display: inline-block;
    margin: 0;
    text-align: right;
    font-family: 'Gotham-black';
    color: #fff;
    font-size: 40px;
    line-height: 42px;
    text-transform: uppercase;
}

.academics-page-block .catalogue-box {
    overflow: hidden;
    margin: 0 0 38%;
}

.academics-page-block .catalogue-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

.academics-page-block .catalogue-box a {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    line-height: 17px;
}

.academics-page-block .catalogue-box .departments-catalogue {
    margin: 5px 5px 5px 5px;
}

.academics-page-block .catalogue-box .departments-catalogue a img {
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
}

/* fee structure Page */

#table-fee .text-yellow {
    color: #efb509;
}

#table-fee .table-data {
    background-color: #ededed;
}

#table-fee .table-data a {
    text-decoration: none;
}

#table-fee .table-data td {
    width: 0%;
}

#table-fee .table-data td p {
    display: inline-block;
}

#table-fee .table-data p :hover {
    background-color: #002c54;
    color: white;
}

#table-fee .bg-orange {
    background-color: #cd7213;
}

#table-fee .table-orange {
    background-color: #cd7213 !important;
    font-family: Poppins-Medium !important;
    font-size: 1.25em;
}

#table-fee .table-gray {
    background-color: #808080 !important;
    font-family: Poppins-Medium !important;
    font-size: 1.25em;
}

#table-fee tbody tr {
    font-family: Poppins-Light !important;
    font-size: 1em;
}

#table-fee .table-data .badge {
    padding: 0.15em 0.65em 0.15em;
    font-family: Poppins-Light !important;
    font-size: 0.6em;
    font-weight: 300 !important;
    vertical-align: middle;
    border-radius: 0.25rem;
}

#table-fee thead {
    font-family: Poppins-SemiBold !important;
    font-size: 1em;
}

#table-fee .table-white {
    font-family: Poppins-Bold !important;
    font-size: 1.64em;
}

.ph-width {
    width: 100% !important;
}

#table-fee {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    border-color: #002c54 !important;
}

/* program new design  */
.program-degree-area .table > :not(caption) > * > * {
    padding: 0.9rem !important;
}

.program-degree-area .light-bold {
    font-family: Poppins-Light !important;
    font-size: 1rem;
}

.program-degree-area .full-bold {
    font-family: Poppins-Bold !important;
    font-size: 1.375rem;
}

.program-degree-area .light-box {
    background-color: #E6E6E8;
    font-family: Poppins-Bold;
    color: var(--dark-bg) !important;
    font-size: 1.1rem;
}
.light-box-summer-course {
    background-color: #E6E6E8;

    color: var(--dark-bg) !important;
    font-size: 1.1rem;
}

.program-degree-area .table-contact a {
    text-decoration: none;
    font-size: 0.6rem;
}

.program-degree-area .table-contact a:hover {
    color: white !important;
}

.program-wrapper .tab-content h2 {
    color: #C3212A;
    font-family: Poppins-Bold;
    position: relative;
}

.program-wrapper .nav-pills {
    background-color: var(--light);
    border-radius: 0.75rem;
    height: 100%;
}

.program-wrapper .tab-content {
    border-radius: 0.75rem;
}

.program-wrapper .tabs-block .nav-pills a {
    text-decoration: none !important;
    color: black;
    font-family: Poppins-Bold;
    font-size: 1.1rem;
}

.program-wrapper .tabs-block .table-striped > tbody > tr:nth-of-type(even) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.program-wrapper .tabs-block .table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-);
    color: var(--bs-table-striped-color);
}

.program-wrapper .small-and-large {
    display: flex;
    flex-flow: row;
}

.program-wrapper .tabs-block .nav-pills .nav-link.active, .tuf-fee-policy-wrapper .tabs-block .nav-pills .show > .nav-link {
    font-family: Poppins-Bold;
    background-color: var(--dark-bg) !important;
    color: var(--light) !important;
    border-radius: 0.5rem;
}

.program-wrapper .small-and-large .faculty-btn button {
    font-family: Poppins-Bold;
    color: var(--light);
    font-size: 1.5rem;
}

/* Program Page */

#table-program {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    border-color: #002c54 !important;
}

#table-program .table-data {
    background-color: #ededed;
}

.Programs .table-orange {
    background-color: #cd7213 !important;
    font-family: Poppins-Medium !important;
    font-size: 1.25em;
}

#table-program .table-data {
    font-family: Poppins-Light !important;
    font-size: 1em;
}

.table-orange p {
    margin: 5px 0 5px 0 !important;
}

#table-program a {
    text-decoration: none;
}

.table-white p {
    margin: 5px 0 5px 0 !important;
}

.Programs .text-yellow {
    color: #efb509;
}

.Programs .table-data p {

    display: inline-block;
}

.Programs p a:hover {
    background-color: #002c54;
    color: white;
}

.Programs .bg-orange {
    background-color: #cd7213;
}

.Programs .badge {
    padding: 0.15em 0.65em 0.15em;
    font-family: Poppins-Light !important;
    font-size: 0.6em;
    font-weight: 300 !important;
    vertical-align: middle;
    border-radius: 0.25rem;
}

#table-program thead {
    font-family: Poppins-SemiBold !important;
    font-size: 1em;
}

#table-program .table-white {
    font-family: Poppins-Bold !important;

    font-size: 1.64em;
}

/*Summer Courses Page starts*/
#summer-courses-table tbody tr td, #summer-courses-table tbody tr th {
    font-family: Poppins !important;
}

#summer-courses-table thead tr th {
    font-family: Poppins !important;
}

#summer-courses-table thead tr td {
    font-family: Poppins !important;
}

.form-apply .btn{
    font-family: Poppins !important;
}

.p-width {
    width: 40%;
}

.e-width {
    width: 30%;
}

/* Ticker */
.tcontainer {
    width: 100%;
    overflow: hidden;
}

.ticker-wrap {
    width: 100%;
    padding-left: 100%;
    /* background-color: #333333; */
    background-color: #F5ECDE;
}

@keyframes ticker {
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-move {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation-timing-function: linear;
    animation: ticker 300s infinite;
}

.ticker-move:hover {
    animation-play-state: paused;
}

.ticker-item {
    display: inline-block;
    padding: 0 40px;
    /* color: #fff; */
    color: #000;
    font-size: 20px;
    font-family: 'Noori';
}

.corona-sologan-mr {
    margin-right: 700px;
    font-family: 'Noori';
    font-size: 20px !important;
}

/* News and Events Section */
.news-and-events-wrapper .news-events-cards {
    border-radius: 0px;
    background: #e5e9ea;
    box-shadow: 8px 10px 12px grey;
    justify-content: center;
    font-family: Poppins-Light;
    position: relative;
}

.news-and-events-wrapper .news-events-cards .top-date-and-month {
    width: 85px;
    height: 80px;
    position: absolute;
    background-color: #004070;
    top: 0;
    left: 0;
    color: #dd9e00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.news-and-events-wrapper .news-events-cards .top-date-and-month .all-dates {
    line-height: 0.95;
}

.news-and-events-wrapper .news-events-cards .top-date-and-month .all-dates .month {
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
}

.news-and-events-wrapper .news-events-cards .top-date-and-month .all-dates .date {
    font-size: 2.5rem;
    font-weight: 900;
    font-family: Poppins-Bold;
    text-align: center;
}

.news-and-events-wrapper .news-events-cards img {
    max-width: 100%;
    object-fit: cover;
    height: 300px;
}

.news-and-events-wrapper .news-events-cards .card-body .department-and-campuses {
    font-size: 0.61rem;
    color: #3d6c91;
    position: relative;
}

.news-and-events-wrapper .news-events-cards .card-body .department-and-campuses .wings i {
    font-weight: 600;
    color: #dd9e00;
    font-size: 10px;
    padding: 3px;
}

.news-and-events-wrapper .news-events-cards .card-body .department-and-campuses .wings span {
    font-size: 0.6rem;
}

.news-and-events-wrapper .news-events-cards .card-body .card-text {
    color: #46728c;
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.news-and-events-wrapper .news-events-cards .card-body .read-more-link.read-more {
    text-decoration: none;
    color: #efb509;
    text-decoration: underline dotted 2px;
    font-style: italic;
    font-size: 0.8rem;
}

.news-and-events-wrapper .news-events-cards .card-body .read-more-link.read-more span {
    padding: 5px;
}

/* News and events separate blade ends here */


/* Affiliations page */
/* .affiliations-block .top-most-heading h2{
      color: #002c53;
      font-weight: bolder;
  }
  .affiliations-block .affiliations-text p{
          color: #58595a;
          font-family: Poppins-Light;
          font-size: 1rem;
  }

  .affiliations-block .icons-section{
      background-color: #e6e7e8;
  }
  .affiliations-block .icons-section .icons-block {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .affiliations-block .icons-section .icons-block .icon-bottom-text p{
      font-family: Poppins-Light;
      font-weight: 400;
  }
  .affiliations-block .icons-section .icons-block .icon-top-img{
      background-color: #f4f6e9;
      border-radius: 50%;
      width: 165px;
      height: 160px;
      display: flex;
      justify-content: center;
      align-items: center;
      border:3px solid #00295b;
      box-shadow: 7px 7px 10px grey;
  }
  .affiliations-block .icons-section .icons-block .icon-top-img img{
      max-height: 100%;
      object-fit: cover;
      max-width:135px;
      max-height:130px;
  }
  .affiliations-block .icons-section .icons-block .icon-title h4{
      color: #eeb408;
      font-family: Poppins-Bold;
      font-weight: 900;
      font-size: 1.7rem;
  }
  .news-and-events-section .events-top-text h1{
      font-family: Poppins-Bold;
      color: #002c53;
  }
  .news-and-events-section .news-icon img{
          width: 75px;
          height: 70px;
  }   */
/* affiliaction start here new  */
.affiliations-block .affiliations-text p {
    color: #333333;
    font-family: Poppins-Light;
    font-size: 1.375rem;
    text-align: justify;
}

.affiliations-block .icons-section .icons-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #F5ECDE;
}

.affiliations-block .icons-section .icons-block .icon-bottom-text p {
    font-family: Poppins-Regular;
    font-size: 1.375rem;
}

.affiliations-block .icons-section .icons-block .icon-top-img {
    background-color: #fff;
    position: relative;
    top: -30px;
    border-radius: 50%;
    width: 165px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #333333;
}

.affiliations-block .icons-section .icons-block .icon-top-img img {
    max-height: 100%;
    object-fit: cover;
    max-width: 135px;
    max-height: 130px;
}

.affiliations-block .icons-section .icons-block .icon-title h3 {
    color: #333333;
    font-family: Poppins-Bold;
}

.news-and-events-section .events-top-text h1 {
    font-family: Poppins-Bold;
    color: #002c53;
}

.news-and-events-section .news-icon img {
    width: 75px;
    height: 70px;
}

/* Collaborations page starts here */
.collaborations-wrapper {
    margin: 0;
    padding: 0;
}

/*
.collaborations-section .collaboration-cards{
  border: 1px solid #eeb408;
  text-align: center;
  padding: .8rem;
  border-radius: 10px;
  height: 100%;
}
.collaborations-section .collaboration-cards{
  background-color: white;
  transition: 0.5s;
  position: relative;
}
.collaborations-section .collaboration-cards:hover {
 background-color: #dddddd;
}
.collaborations-section .collaboration-cards .collab-cards-head{
  display: flex;
  align-items: center;
  justify-content: center;
}
.collaborations-section .collaboration-cards .collab-cards-head img{
  max-width: 150px;
  height: 150px;
  object-fit: cover;
}
.collaborations-section .collaboration-cards .collaboration-cards-body h3{
  font-size: 1.3rem;
  color: #eeb408;
  text-transform: uppercase;
  margin:1rem 0;
}
.collaborations-section .collaboration-cards .collaboration-cards-body a.collaboration-text{
  text-decoration: none;
}
.collaborations-section .collaboration-cards .collaboration-cards-body a.collaboration-text p{
  font-size: .80rem;
  color: #004070;
}
.collaborations-section .collaboration-cards .collaboration-cards-body a.explore-more,
.collaborations-section .collaboration-cards .collaboration-cards-body a.explore-more:hover{
  color: #7893a0;
  text-decoration: none;
  font-style: italic;
  font-size: .8rem;
}
.collaborations-section  .collab-pagination{
  display: flex !important;
  justify-content: center !important;
}
.collaborations-section  .collab-pagination nav ul.pagination li.page-item.active span{
  background-color: #004070 !important;
  color: #ffffff !important;
}
.collaborations-section  .collab-pagination nav ul.pagination li.page-item a{
  background-color: #ffffff !important;
  color: #004070 !important;
} */
/* collaboration new start here  */

/* .collaborations-page .collaboration-cards{
  text-align: center;
  border-radius: 10px;
  height: 100%;
}
.collaborations-page .collaboration-cards{
  background-color: #F5ECDE;
  transition: 0.5s;
  position: relative;
}
.collaborations-page .collaboration-cards .collab-cards-head{
  display: flex;
  align-items: center;
  justify-content: center;
}
.collaborations-page .collaboration-cards .collab-cards-head img{
  max-width: 150px;
  height: 150px;
  object-fit: cover;
}
.collaborations-page .collaboration-cards .collaboration-cards-body h2{
  color: #333333;
  text-transform: uppercase;
  margin:1rem 0;
  font-family: Poppins-Bold;
}
.collaborations-section .collaboration-cards .collaboration-cards-body a{
  color: #333;
  text-decoration: none;
  font-style: Poppins-Medium;
  font-size: 1rem;
  background-color: #333333;
}
.collaborations-page .collaboration-cards .collaboration-cards-body a.collaboration-text{
  text-decoration: none;
}
.collaborations-page .collaboration-cards .collaboration-cards-body a.collaboration-text p{
  font-size: 1.375rem;
  color: #000;
} */
.collaborations-section .colla-card:first-child {
    border-bottom: 3px solid var(--dark);
}

.collaborations-section .colla-card h3 {
    font-family: Poppins-Bold;
}

.collaborations-section .colla-card p {
    font-family: Poppins-Regular;
    text-align: justify;
    font-size: 1.25rem;
}

.collaborations-section .colla-card a {
    text-decoration: none;
}

.collaborations-section .collab-pagination {
    display: flex !important;
    justify-content: center !important;
}

.collaborations-section .collab-pagination nav ul.pagination li.page-item.active span {
    background-color: #004070 !important;
    color: #ffffff !important;
}

.collaborations-section .collab-pagination nav ul.pagination li.page-item a {
    background-color: #ffffff !important;
    color: #004070 !important;
}

.collaborations-page .history-text h1 {
    font-family: Poppins-Bold;
    color: #333333;
}

.collaborations-page .all-collab-left-heading h1 {
    width: min-content;
    text-align: left;
}

.collaborations-page .history-text .para-text p {
    font-family: Poppins-Light;
    font-size: 22px;
    text-align: justify;
}

.collaborations-page .pakistan-map p {
    font-family: Poppins-Regular;
    font-size: 22px;
    text-align: justify;

}

/* new  All Organizations Collaborations Accordions */
.wrapper-all-organizations-name .collab-left-heading h1 {
    width: min-content;
    text-align: left;
}

.wrapper-all-organizations-name .faculty-tab-wrapper .tab-content h2 {
    color: var(--red);
    font-family: Poppins-Bold;
    position: relative;
}

.wrapper-all-organizations-name .faculty-tab-wrapper .nav-pills,
.wrapper-all-organizations-name .faculty-tab-wrapper .tab-content {
    background-color: var(--light);
    border-radius: 0.75rem;
}

.wrapper-all-organizations-name .faculty-tab-wrapper .tabs-block a {
    text-decoration: none !important;
    color: var(--dark);
    font-family: Poppins-Medium;
    background-color: #fff;
    border-radius: 0.5rem;
    font-size: 1.25rem;
}

.wrapper-all-organizations-name .faculty-tab-wrapper .small-and-large {
    display: flex;
    align-items: flex-start;
    flex-flow: row;
}

.wrapper-all-organizations-name .faculty-tab-wrapper .tabs-block .nav-pills .nav-link.active, .wrapper-all-organizations-name .faculty-tab-wrapper .tabs-block .nav-pills .show > .nav-link {
    font-family: Poppins-Medium;
    background-color: var(--red) !important;
    color: var(--white) !important;
    border-radius: 0.5rem;
}

.wrapper-all-organizations-name .faculty-tab-wrapper .tabs-block .nav-pills .nav-link.active img {
    filter: brightness(0) invert(1);
}

.wrapper-all-organizations-name .faculty-tab-wrapper .tab-content ul li::marker {
    content: '\e604a' !important;
    font-family: 'icomoona';
    margin-right: 10px !important;
    padding-left: 10px !important;
    color: var(--red);
}

.wrapper-all-organizations-name .faculty-tab-wrapper .tab-content p,
.wrapper-all-organizations-name .faculty-tab-wrapper .tab-content ul li,
.wrapper-all-organizations-name .faculty-tab-wrapper .tab-content p span {
    font-family: Poppins-Regular !important;
    font-size: 1.25rem;
    text-align: justify;
}

.wrapper-all-organizations-name .faculty-tab-wrapper .inroduction-admision img {
    max-width: 39%;
    float: right;
}

.faculty-wrapper .department-catalouge {
    background-color: var(--light);
}

.faculty-wrapper .department-catalouge img {
    height: 100px;
    width: 100%;
}

.faculty-wrapper .department-catalouge h6 {
    font-family: Poppins-Medium;
}

.faculty-wrapper .department-catalouge a {
    text-decoration: none;
    color: inherit;
}

/*Collaborations Accordion Section starts here  */
.collaboration-accordion-body {
    position: relative;
}

.collaboration-accordion-body .collab-left-text-body h4 {
    color: #333333;
    font-family: Poppins-Bold;
}

.collaboration-accordion-body .collab-left-text-body a {
    align-items: left;
    justify-content: left;
    font-size: 1.1rem;
    font-family: Poppins-Medium;
    color: #58595b;
    text-align: justify;
    text-decoration: none;
}

.collaboration-accordion-body .collab-left-text-body a span {
    text-decoration: none;
    color: #dc3545;
    text-decoration: underline dotted 2px;
    font-style: italic;
    font-size: 1rem;
    font-family: 'Poppins-Light';
}

.collaboration-accordion-body .collab-left-text-body a span i {
    padding: 5px;
}

.collaboration-accordion-body .collab-left-text-body::after {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 2.2px;
    right: 22%;
    background-color: #dc3545;
    height: 110%;
    align-items: center;
}

.collaboration-accordion-body .organizations-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.collaboration-accordion-body .organizations-icons img {
    /* object-fit: cover; */
    height: 175px;
    width: 175px;
}

/* Collaboration details Internal page */
/* .organizations-details .top-most-text h1{
  color: #00285a;
  font-family: Poppins-Bold;
}
.organizations-details-back{
  background-size: cover;
  margin:0;
  padding:0;
}
.all-collabs-organizations{
  position: relative;
  background: #EDEDED;
  height: auto;
  padding: 50px;
}
.organizations-text h3{
  color: #00285a;
  font-family: Poppins-Bold;
}
.organizations-text p{
  font-size: 1.2rem;
  color: #58595a;
  text-align: justify;
}
.organizations-text p img{
  width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
}
.organizations-text  img{
  width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
}
.all-collabs-organizations .organizations-icon-right{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  border-left: 2px solid #00285a;
  padding: 5px;
}
.organizations-icon-right a.button-policy{
  background-color: #cd7213;
  width: 60%;
  border-radius: 0px;
  color: #ffffff;
  line-height: 2;
  font-family: Poppins-Light;
}
.all-collabs-organizations .organizations-icon-right img{
  width: 150px;
  height: 150px;
}
.all-collabs-organizations .organizations-icon-right .button-policy span i{
  padding: 8px;
  font-size: 0.9rem;
} */
/* Collaboration details Internal new page */
.organizations-details .top-most-text h1 {
    color: #333333;
    font-family: Poppins-Bold;
}

.organizations-details-back {
    background-size: cover;
    margin: 0;
    padding: 0;
}

.all-collabs-organizations {
    position: relative;
    background: #4a4a4a;
    height: auto;
    padding: 50px;
}

.organizations-text h3 {
    color: #F5ECDE;
    font-family: Poppins-Bold;
}

.organizations-text p {
    font-size: 1.2rem;
    color: #fff;
    text-align: justify;
}

.organizations-text p img {
    width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
}

.organizations-text img {
    width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
}

.all-collabs-organizations .organizations-icon-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    border-left: 2px solid #F5ECDE;
    padding: 5px;
}

.organizations-icon-right a.button-policy {
    background-color: #cd7213;
    width: 60%;
    border-radius: 0px;
    color: #ffffff;
    line-height: 2;
    font-family: Poppins-Light;
}

.all-collabs-organizations .organizations-icon-right img {
    width: 150px;
    height: 150px;
}

.all-collabs-organizations .organizations-icon-right .button-policy span i {
    padding: 8px;
    font-size: 0.9rem;
}

/* Press Release */
.press-release {
    margin: 25px 0;
}

.press-release-heading {
    display: block;
}

.press-release-heading h1 {
    color: #002c54;
    font-size: 45px;
    font-family: Poppins-Regular;
    font-weight: bold;
}

.press-release-heading h1 span {
    background-color: white;
    position: relative;
    top: 15px;
    padding-right: 30px;
}

.press-release-serach-bar {
    border-radius: 2rem;
    border: 1px solid #eeb408;
    color: #002c54;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #002c54;
}

.press-release-card .card-text {
    color: #4c75aa;
    margin-top: 14px;
    line-height: 1;
    font-size: 0.7rem;
}

.press-release-card .date {
    font-size: 35px;
    font-family: Poppins-Bold;
    color: #efb509;
    font-weight: 600;
    margin-top: -10px;
}

.press-release-card .month {
    width: 90px;
    height: 80px;
    background: #004070;
    left: 0px;
    top: -1px;
    position: absolute;
    color: #efb509;
    font-size: 25px;
    text-align: center;
    z-index: 1;
}

.press-release-card .markers {
    font-size: 10px;
    color: #efb509;
    margin-right: 10px;
}

.press-release-card .fas-text {
    color: #4c75aa;
    padding-left: 5px;
    font-size: 9px;
    font-weight: 100 !important;
    font-family: Poppins-Light;
}

.press-release-card .low_card-text a {
    color: #efb509;
    text-decoration: underline dotted 2px !important;
    font-style: italic;
}

.press-release-card .low_card-text a i {
    font-size: 8px;
}

.press-release-card .card-text {
    color: #4c75aa;
    margin: 15px 0px 15px 0px;
    line-height: 1.4rem;
    font-size: 0.9rem;
    font-family: Poppins-Regular;
}

.press-release-card .card-head {
    color: #4c75aa;
    margin: 10px 0px 10px 0px;
    line-height: 1.5rem;
    font-size: 1.3rem;
    font-family: Poppins-Regular;
}

.press-release-card .lower_card {
    background: #e5e9ea;
    box-shadow: 8px 10px 12px grey;
    border-radius: 0;
    display: flex;
    /*justify-content: center; */
}

.card.lower_card .card-top-most-image {
    overflow: hidden;
}

.card.lower_card .card-top-most-image img {
    width: 100%;
    /* object-fit: cover; */
    /* height: 300px; */
    height: 230px;
    transition: all .3s ease-in-out;
}

.card.lower_card .card-top-most-image img:hover {
    transform: scale(1.040);
    border-radius: 1rem;
}

.press-release-card .card.lower_card .card-block .low_card-text {
    position: relative;
}

.press-release-card .card.lower_card .card-block .low_card-text small {
    position: absolute;
    bottom: 0;
}

.press-release-card .card.lower_card .card-block h5.sports-card-title {
    font-family: Poppins-SemiBold;
    color: #002C54;
    font-size: 1rem;
}

/* new design press design  */
.press-release-detail-wrapper .headings button {
    background-color: inherit !important;
    font-family: Poppins-Bold;
    font-size: 1.5rem;
}

.press-release-detail-wrapper .page .tab-text a {
    font-family: Poppins-Regular;
    font-size: 1.2rem;
    text-decoration: none;
    color: inherit;
}

.press-release-detail-wrapper .press-thumbnail img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 20px;
}

.press-release-detail-wrapper .press-thumbnail {
    position: relative;
    padding-top: 55%;
    width: 100%;
}

.press-release-detail-wrapper .press-detail {
    background-color: var(--light);
    border-radius: 15px;
}

.press-release-detail-wrapper .category-logo {
    justify-content: space-between;
    color: var(--red);
    font-family: Poppins-Medium;
    flex-wrap: wrap;
}

.category-logo .icomooms {
    font-size: 2rem;
}

.press-release-detail-wrapper .headings h1 {
    font-family: Poppins-Bold;
}

.press-release-detail-wrapper .headings p {
    font-size: Poppins-Regular;
    font-size: 1.25rem;
    overflow: hidden;
    color: #000;
}

.press-release-slide .item img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid black;
}

.press-release-slide .testimonials {
    position: relative;
    padding-top: 50%;
    width: 100%;
}

/* Press Release Detail */
.press-release-detail {
    margin: 25px 0;
}

.press-release-detail .heading h1 {
    color: #002c54;
    font-size: 35px;
    font-weight: bold;
    font-family: Poppins-Regular;
}

.press-release-detail .heading h1 span {
    background-color: white;
    position: relative;
    padding-right: 30px;
}

.press-release-detail .short-detail {
    background-color: #e6e6e6;
}

.press-release-detail .short-detail .rt-border {
    text-align: center;
    position: relative;
}

.press-release-detail .short-detail .rt-border:after {
    content: "";
    position: absolute;
    top: 0%;
    left: 110%;
    width: 1px;
    height: 35px;
    background-color: #002C54;
}

.press-release-detail .short-detail .short-detail-col:last-child .rt-border::after {
    content: none;
}

.press-release-detail .short-detail .title-icon {
    font-size: 25px;
    color: #002C54;
}

.press-release-detail .short-detail .title-color {
    text-align: center;
    padding: 5px 0;
    color: #eeb408;
    font-size: 12px !important;
}

.press-release-detail .related-news .related-title h3 {
    color: #002c54;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    margin-top: 4rem !important;
}

.press-release-detail .related-news .related-title h3:before {
    content: "";
    position: absolute;
    width: 4rem;
    bottom: 0;
    border-bottom: 3px solid #172f41;
}

.press-release-detail .related-news h6 {
    font-size: 14px;
    color: #002c54;
}

.press-release-detail .related-news .side-pera {
    display: inline-block;
    font-size: 11px !important;
    margin: 0 0 0px 4px !important;
    color: #ef4650;
    font-weight: 600;
}

.press-release-detail .related-news .title-icon {
    font-size: 25px;
    color: #002C54;
}

.press-release-detail p {
    color: #6c6d70;
    line-height: 1.9rem;
    font-size: 1.3rem;
    font-family: Poppins-Light !important;
    text-align: justify;
}

.press-release-detail em {
    text-align: center;
    margin-top: 10px;
    color: #002c54;
}

.press-release-detail .category {
    margin: 20px 0;
}

/* Categories List */
.press-release-detail .category ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.press-release-detail .category ul li {
    margin-bottom: 10px;
    color: #002c54;
    font-size: 18px;
    position: relative;
}

.press-release-detail .category ul li span {
    display: inline-block;
    text-decoration: none;
    margin: 0 0 0px 10px !important;
    color: #002c54;
    font-size: 18px;
}

.press-release-detail .category .category-title h3 {
    color: #002c54;
    font-size: 25px;
    font-weight: bold;
    position: relative;
}

.press-release-detail .category .category-title h3:before {
    content: "";
    position: absolute;
    width: 3.5rem;
    bottom: 0;
    border-bottom: 3px solid #172f41;
}

.press-release-detail .category .title-icon {
    font-size: 15px;
    color: #eeb408;
}

.press-release-detail img {
    max-width: 100%;
    margin: 0;
    display: block;
}

.press-release-detail .related-post {
    margin: 30px 10px;
}

.press-release-detail .related-post .bg-blue {
    position: relative;
    background-color: #002c54;
    height: 150px;
    margin-top: 30px;
}

.press-release-detail .related-post .related-image {
    position: absolute;
    height: 150px;
    right: 8px;
    top: -12px;
    width: 100%;
}

.press-release-detail .related-post .related-post-title h3 {
    color: #002c54;
    font-size: 14px;
    font-family: Poppins-Regular !important;
    margin-top: 15px;
    text-align: center;
}

/* Fee Policy Page */
/* .go-back-to-top{
          display: inline-block;
          background-color: #002c54;
          width: 50px;
          height: 50px;
          text-align: center;
          border-radius: 4px;
          position: fixed;
          bottom: 30px;
          right: 30px;
          transition: background-color .3s,
          opacity .5s, visibility .5s;
          opacity: 0;
          visibility: hidden;
          z-index: 1000;
          text-decoration: none;
      }
      .go-back-to-top::after {
          content: "\f062";
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          font-size: 1.2em;
          line-height: 50px;
          color: #fff;
      }
      .go-back-to-top:hover {
          cursor: pointer;
          background-color: #333;
      }
      .go-back-to-top:active {
          background-color: #555;
      }
      .go-back-to-top.show {
          opacity: 1;
          visibility: visible;
      }
  .fee-policy-wrapper .fee-policy-heading h2{
      color: #00295b;
      font-weight: 900;
      font-family: Poppins-Bold;
  }
  .fee-policy-wrapper .left-all-policies,
  .fee-policy-wrapper .right-all-policies{
      border: 2px solid #002C54;
      height: auto;
      font-family: Poppins-Light;
      border-radius: 5px;
      background-color: #EDEDED;
      position: relative;
  }
  .left-all-policies h5{
      color: #002C54;
      font-family: Poppins-SemiBold;
      position: relative;
      text-align: center;
  }
  .fee-policy-details ul li span{
      color: #CD7213;
      font-family: Poppins-SemiBold;
      font-size: 1.2rem;
      font-weight: 900;
  }
  .fee-policy-details ul li.sub-list-items span{
      font-size: 0.9rem;
      font-family: Poppins-Light;
  }
  .fee-policy-details ul li span i{
      padding-right: 4px;
      color: #002C54;
  }
  .fee-policy-details ul li p{
      font-family: Poppins-Light;
      font-size: 1rem;
  }
  .fee-policy-details ul li p i{
      padding-right: 10px;
      color: #002C54;
  }
  .fee-policy-details p i{
      padding-right: 10px;
      color: #002C54;
  }
  .right-sidebar-policies ul li.list-group-item{
      background-color: transparent !important;
  }
  .right-sidebar-policies ul li.list-group-item a{
      color: #002C54 !important;
  }
  .right-sidebar-policies ul li.list-group-item a i{
      padding-right: 4px;
  } */
/* new fee policy start here  */
.tuf-fee-policy-wrapper .top-text h1 {
    font-family: Poppins-Bold;
}

.tuf-fee-policy-wrapper .tab-content h2 {
    color: #C3212A;
    font-family: Poppins-Bold;
    position: relative;
}

.tuf-fee-policy-wrapper .nav-pills {
    background-color: var(--light);
    border-radius: 0.75rem;
}

.tuf-fee-policy-wrapper .tab-content {
    background-color: var(--light);
    border-radius: 0.75rem;
}

.tuf-fee-policy-wrapper .tabs-block a {
    text-decoration: none !important;
    color: var(--dark);
    font-family: Poppins-Medium;
    background-color: #fff;
    border-radius: 0.5rem;
    font-size: 1.25rem;
}

.tuf-fee-policy-wrapper .small-and-large {
    display: flex;
    align-items: flex-start;
    flex-flow: row;
}

.tuf-fee-policy-wrapper .tabs-block .nav-pills .nav-link.active, .tuf-fee-policy-wrapper .tabs-block .nav-pills .show > .nav-link {
    font-family: Poppins-Medium;
    background-color: var(--red) !important;
    color: var(--white) !important;
    border-radius: 0.5rem;
}

.tuf-fee-policy-wrapper.tab-content {
    text-align: justify;
}

.tuf-fee-policy-wrapper .tab-content p {
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    text-align: justify;
}

.tuf-fee-policy-wrapper .tab-content ul li {
    list-style-type: none;
    font-size: 1.25rem;
}

.tuf-fee-policy-wrapper .tab-content ol li {
    font-size: 1.25rem;
}

.tuf-fee-policy-wrapper .tab-content ul li span {
    font-family: Poppins-SemiBold;
    list-style-type: none;
    font-size: 1.375rem;
    color: var(--red);
    text-align: justify;
    margin-bottom: 0.5rem;
}

.tuf-fee-policy-wrapper .tab-content ul li i {
    font-size: 1rem;
}

.tuf-fee-policy-wrapper .tab-content .inside-bullet ul li {
    font-size: 1rem;
}

.bullet-color {
    color: #C3212A;
}

.main-accordion {
    display: flex;
    align-items: flex-start;
    flex-flow: row-reverse;
}

.admission-calendar-wrapper .admission-calendar-table {
    font-size: 1.25rem;
}

.faq-table {
    font-size: 1.25rem;
}

/* .top-banner-overlay::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.65);
} */
/* news and event new design  */
.news-letter-news a {
    text-decoration: none;
    color: var(--bg-dark);
    font-size: 0.9rem;
    font-family: Poppins-SemiBold;
}

.news-letter-news a .angle-tag {
    font-weight: bolder;
    font-size: 1rem;
}

.news-letter-news .testimonials {
    border: 2px solid var(--primary);
    border-radius: 5px;
}

.news-letter-news .card {
    border: none !important;
}

.news-explore .page-item.active .page-link {
    color: var(--light) !important;
    background-color: var(--red) !important;
    border-color: var(--red);
    font-family: Poppins-Bold;
}

.news-explore .page-link {
    margin-left: 0.8rem !important;
}

.news-explore .page-item.disabled .page-link {
    background-color: #EDEDED;
}

.news-explore .page-link {
    margin-left: 0.8rem !important;
}

.recent-post .bg-colr {
    border-bottom: 3px solid var(--red);
    background-color: #EDEDED;
}

.recent-post .card {
    border: none;
}

.recent-post-card img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.recent-post .bg-colr h6,
.recent-post .card-body a {
    font-family: Poppins-Bold;
    text-decoration: none;
}

.recent-post .card-body h6 {
    line-height: 1.6;
    font-family: Poppins-Bold;
    text-decoration: none;
}

.recent-post .card .card-text {
    font-family: Poppins-Medium;
    font-size: 0.8rem;
    justify-content: space-between;
}

.recent-post .yearly-tags {
    border-bottom: 1px solid var(--red);
}

.recent-post .yearly-tags a {
    font-size: 1rem;
    font-family: Poppins-Medium;
    text-decoration: none;
    color: var(--dark);
}

.archeive-posts {
    overflow-y: scroll;
    height: 500px;
}

/*  News or Events Category page starts */
.news-or-events-wrapper .latest-news {
    background-color: #154270;
}

.latest-news .latest-news-text {
    color: #ffffff;
}

.latest-news .latest-news-text h3 {
    position: relative;
}

.latest-news .latest-news-text h3::before {
    position: absolute;
    content: "";
    width: 10.6rem;
    background-color: #efb509;
    height: 5px;
    bottom: 2px;
    top: -4px;
}

.latest-news .latest-news-text p {
    font-family: Poppins-Light;
    font-size: 1rem;
    text-align: justify;
}

.news-search-posts-by-category .form {
    position: relative
}

.news-search-posts-by-category .form .fa-search {
    position: absolute;
    font-size: 20px;
    color: #9ca3af;
}

.news-search-posts-by-category .form span {
    position: absolute;
    right: 48px;
    top: 13px;
}

.news-search-posts-by-category .left-pan {
    padding-left: 7px
}

.news-search-posts-by-category .left-pan i {
    padding-left: 10px
}

.news-search-posts-by-category .form-input {
    height: 45px;
    text-indent: 10px;
    border-radius: 5px;
    border: 1px solid #154270;
}

.news-search-posts-by-category .form-input:focus {
    box-shadow: none;
    border: 1px solid #154270;
}

.news-search-posts-by-category select {
    height: 45px;
    text-indent: 10px;
    border-radius: 5px;
    border: 1px solid #154270;
}

.news-search-posts-by-category select option {
    height: 45px;
    text-indent: 10px;
}

.news-search-posts-by-category select:focus {
    box-shadow: none;
    border: 1px solid #154270;
}

.news-search-posts-by-category h4 {
    color: #003f70;
}

.news-posts-button button {
    border-radius: 5px;
    background-color: #154270;
    color: #ffffff;
    font-family: Poppins-Light;
    width: 180px;
}

/* Old Department News Style */
.news-or-events-wrapper .news-events-cards {
    border-radius: 0px;
    background: #e5e9ea;
    box-shadow: 8px 10px 12px grey;
    justify-content: center;
    font-family: Poppins-Light;
    position: relative;
    overflow: hidden;
}

.news-or-events-wrapper .news-events-cards .top-date-and-month {
    width: 90px;
    height: 80px;
    position: absolute;
    background-color: #004070;
    top: 0;
    left: 0;
    color: #efb509;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.news-or-events-wrapper .news-events-cards .top-date-and-month .all-dates {
    line-height: 1.2;
}

.news-or-events-wrapper .news-events-cards .top-date-and-month .all-dates .month {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.news-or-events-wrapper .news-events-cards .top-date-and-month .all-dates .date {
    font-size: 2.2rem;
    font-weight: 900;
    font-family: Poppins-Bold;
    text-align: center;
}

.news-or-events-wrapper .news-events-cards img {
    max-width: 100%;
    /* object-fit: cover; */
    /* height: 300px; */
    height: 230px;
    transition: all .3s ease-in-out;
}

.news-or-events-wrapper .news-events-cards img:hover {
    transform: scale(1.040);
}

.news-or-events-wrapper .news-events-cards .card-body .department-and-campuses {
    font-size: 0.61rem;
    color: #3d6c91;
    position: relative;
}

.news-or-events-wrapper .news-events-cards .card-body .department-and-campuses .wings i {
    color: #dd9e00;
    font-size: 10px;
    padding: 3px;
}

.news-or-events-wrapper .news-events-cards .card-body .department-and-campuses .wings span {
    font-size: 0.6rem;
}

.news-or-events-wrapper .news-events-cards .card-body .card-text {
    color: #46728c;
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.news-or-events-wrapper .news-events-cards .card-body .read-more-link.read-more {
    text-decoration: none;
    color: #efb509;
    text-decoration: underline dotted 2px;
    font-style: italic;
    font-size: 0.8rem;
}

.news-or-events-wrapper .news-events-cards .card-body .read-more-link.read-more span {
    padding: 5px;
}

/* Co Curricular Activities page starts */
.co-curricular-activities-wrapper .top-curricular-background {
    background-color: #cccccc;
}

.co-curricular-activities-wrapper .top-curricular-background .co-curricular-top-text img {
    margin-right: 1rem;
}

.co-curricular-activities-wrapper .top-curricular-background .co-curricular-top-text h4 {
    color: #002c53;
    font-family: Poppins-Bold;
    position: relative;
}

.top-curricular-background .co-curricular-top-text {
    position: relative;
}

.co-curricular-activities-wrapper .co-curricular-content button {
    display: content;
}

.co-curricular-activities-wrapper .related-co-curricular {
    background-color: #e6e6e6;
}

/* .related-co-curricular a.icon{
  text-decoration: none;
  color: #002c54;
  position: relative;
}
.related-co-curricular a.icon::after{
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.1rem;
  background-color: #faa344;
  left: 7px;
}
.related-co-curricular a p{
  font-family: Poppins-Medium;
  font-size: 0.9rem;
} */
.co-curricular-activities-wrapper .related-links-section {
    background-color: #efb509;
}

.co-curricular-activities-wrapper .related-links-section h3 {
    color: #002c53;
    font-family: Poppins-SemiBold;
    position: relative;
    font-size: 1.2rem;
}

.co-curricular-activities-wrapper .related-links-section h3::after {
    content: "";
    position: absolute;
    width: 25rem;
    height: 0.1rem;
    background-color: #ffffff;
    width: 25rem;
    bottom: 0;
    left: 0;
}

.co-curricular-activities-wrapper .related-links-section span.nav-text {
    font-family: Poppins-ExtraLightItalic;
    padding-left: 1rem;
    color: #333333;
    font-size: 1.02rem;
}

.co-curricular-activities-wrapper .related-links-section span.nav-text i {
    margin-right: 0.6rem;
    color: #ffffff;
    font-size: 0.8rem;
}

.related-links-section .navbar-toggler {
    background-color: #002c53;
    margin-right: 2rem;
    color: #ffffff;
}

.co-curricular-activities-wrapper .co-curricular-cards {
    border-radius: 0px;
    background: #e5e9ea;
    box-shadow: 8px 10px 12px grey;
    text-align: center;
    font-family: Poppins-Light;
    position: relative;
    overflow: hidden;
}

.co-curricular-activities-wrapper .co-curricular-cards .top-date-and-month {
    width: 90px;
    height: 80px;
    position: absolute;
    background-color: #004070;
    top: 0;
    left: 0;
    color: #efb509;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.co-curricular-activities-wrapper .co-curricular-cards .top-date-and-month .all-dates {
    line-height: 1.2;
}

.co-curricular-activities-wrapper .co-curricular-cards .top-date-and-month .all-dates .month {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.co-curricular-activities-wrapper .co-curricular-cards .top-date-and-month .all-dates .date {
    font-size: 2.2rem;
    font-weight: 900;
    font-family: Poppins-Bold;
    text-align: center;
}

.co-curricular-activities-wrapper .co-curricular-cards img {
    max-width: 100%;
    /* object-fit: cover; */
    /* height: 300px; */
    height: 230px;
    transition: all .3s ease-in-out;
}

.co-curricular-activities-wrapper .co-curricular-cards img:hover {
    transform: scale(1.040);
}

.co-curricular-activities-wrapper .co-curricular-cards .card-body .department-and-campuses {
    font-size: 0.61rem;
    color: #3d6c91;
    position: relative;
}

.co-curricular-activities-wrapper .co-curricular-cards .card-body .department-and-campuses .wings i {
    font-weight: 600;
    color: #dd9e00;
    font-size: 10px;
    padding: 3px;
}

.co-curricular-activities-wrapper .co-curricular-cards .card-body .department-and-campuses .wings span {
    font-size: 0.6rem;
}

.co-curricular-activities-wrapper .co-curricular-cards .card-body .card-text {
    color: #46728c;
    font-weight: 500;
    text-decoration: none;
    display: block;
    text-align: left;
}

.co-curricular-activities-wrapper .co-curricular-cards .card-body .read-more-link.read-more {
    text-decoration: none;
    color: #efb509;
    text-decoration: underline dotted 2px;
    font-style: italic;
    font-size: 0.8rem;
}

.co-curricular-activities-wrapper .co-curricular-cards .card-body .read-more-link.read-more span {
    padding: 5px;
}

/* Co Curricular Activities page starts */
.news-or-events-wrapper .top-curricular-background {
    background-color: #cccccc;
}

.news-or-events-wrapper .top-curricular-background .co-curricular-top-text img {
    margin-right: 1rem;
}

.news-or-events-wrapper .top-curricular-background .co-curricular-top-text h4 {
    color: #002c53;
    font-family: Poppins-Bold;
    position: relative;
}

.top-curricular-background .co-curricular-top-text {
    position: relative;
}

.co-curricular-activities-wrapper .co-curricular-content button {
    display: content;
}

.co-curricular-activities-wrapper .related-co-curricular {
    background-color: #e6e6e6;
}

.goog-te-gadget .goog-te-combo {
    margin: 20px 0 !important;
    border-radius: 2rem !important;
    background: #fff !important;
    border: 3px solid #eeb408 !important;
    padding: 6px !important;
}


/* Co-curricular activities page ends  */
/* News or Events Category page ends */
@media screen and (max-width: 767px) {
    .wrapper {
        min-height: 0%;
    }

    .academics-page-block .school-catalogue-block {
        height: 100%;
        background-size: cover;
    }

    /* Collaborations Organizations detail page */
    .organizations-text p {
        font-size: 1.2rem;
    }

    /* press Detail */
    .press-release-detail .related-news .title-icon {
        font-size: 18px;
        color: #002C54;
    }

    .press-release-detail .title-icon {
        font-size: 18px !important;
        color: #002C54;
    }

    /* .press-release-detail .short-detail .rt-border {
          margin-bottom: 15px;
          border-right: 0 solid;
      } */
    .press-release-detail .related-post {
        text-align: center !important;
    }

    .press-release-detail .short-detail .rt-border:after {
        content: none;
    }

    .press-release-detail .short-detail .rt-border {
        border-bottom: 1px solid #002C54;
        margin-top: 2px;
    }
}

@media screen and (max-width: 991px) {
    .academics-page-block .school-catalogue-block {
        padding: 25px 30px 25px;
    }

    .academics-page-block .school-catalogue-block .toper-text {
        margin: 0 0 30px;
    }

    .academics-page-block .school-catalogue-block {
        padding: 25px 30px 25px;
        background-size: cover;
    }

    .academics-page-block .school-catalogue-block .toper-text h2 {
        font-size: 22px;
        line-height: 24px;
    }

    /* Collaborations Internal Details Page */
    .organizations-icon-right.all-collabs-details {
        padding-bottom: 20px;
        border-top: 3px solid #00295b;
        border-left: none;
    }

    .organizations-icon-right.all-collabs-details::before {
        content: none !important;
    }

    .organizations-icon-right.all-collabs-details .organizations-text h3 {
        text-align: center;
        word-break: break-all;
        font-size: 1.3rem;
    }

    .organizations-text p {
        font-size: 1rem;
    }

    .organizations-icon-right a.button-policy {
        width: auto;
    }

    .all-collabs-organizations .organizations-icon-right img {
        max-height: 100%;
    }

    .organizations-details .top-most-text h1 {
        text-align: center;
    }

    /* All collaborations page after */
    .collaboration-accordion-body .collab-left-text-body::after {
        content: none !important;
    }

    .collaboration-accordion-body .collab-left-text-body {
        padding-bottom: 20px;
        border-bottom: 3px solid #00295b;
    }

    .latest-news .latest-news-text h3::before {
        content: none;
    }

    .latest-news .latest-news-text p {
        text-align: left;
    }

    /* Co-curricular Activities */
    .co-curricular-activities-wrapper .related-links-section h3 {
        border-bottom: none;
    }

    .co-curricular-activities-wrapper .related-links-section .related-link-text {
        display: block;
        margin-left: 2rem;
    }

    .co-curricular-activities-wrapper .related-links-section h3 {
        display: none;
    }

    /* Faculty Profiles */
    .dr-detail .card-faculty-top-image img {
        object-position: center;
        height: 350px;
    }

    /* .related-co-curricular a.icon::after {
          content: none;
      } */
    .co-curricular-activities-wrapper .related-links-section span.nav-text {
        padding-left: 2rem;
    }

    .ctl-wrapper .right-all-ctl {
        min-height: auto !important;
    }
}

@media screen and (max-width: 1024px) {
    .academics-page-block .school-catalogue-block {
        padding: 40px 50px 0;
    }

    /* Co-curricular Activities */
    .dr-detail .card-faculty-top-image img {
        object-position: center;
    }
}

@media screen and (max-width: 1200px) {
    .academics-page-block .catalogue-box {
        margin: 0 0 10%;
    }

    .academics-page-block .school-catalogue-block .toper-text h2 {
        font-size: 30px;
        line-height: 32px;
    }

    .academics-page-block .school-catalogue-block .toper-text {
        margin: 0 0 50px;
    }

    .organizations-icon-right a.button-policy {
        width: auto;
    }

    /* history of faisalabad querry  */
    /* .history-page-block .view-block .para-text p {
          font-size: 15px;
          line-height: 25px;
        }
        .history-page-block .text-area-box .message-text p {
          font-size: 15px;
          line-height: 25px;
        }
        .history-page-block .text-area-box .para-text p {
          font-size: 15px;
          line-height: 25px;
        }
        .history-page-block .history-text .para-text p {
          font-size: 14px;
          line-height: 25px;
        }
        .history-page-block .history-text .toper-text {
          margin: 0 0 20px;
        } */
    /* Co-Curricular Activities page */
    .co-curricular-activities-wrapper .related-links-section h3 {
        font-size: 1.2rem;
        padding: 1rem;
    }

    /* Co-curricular Activities */
    .dr-detail .card-faculty-top-image img {
        object-position: center;
    }

    .dr-name-department h3 {
        font-size: 1.2rem;
    }

    /* Press Release details side categories */
    .press-release-detail .category ul li span {
        margin: 0 0 0px 10px !important;
        font-size: 1rem;
    }
}

@media screen and (max-width: 1400px) {
    .academics-page-block .catalogue-box {
        margin: 0 0 10%;
    }
}

@media screen and (min-width: 1200px) {
    .ctl-wrapper .right-all-ctl {
        min-height: 388px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1450px) {
    .main-meu .navbar-nav > .nav-item > .nav-link {
        font-size: .8rem;
    }

    .main-meu .dropdown .dropdown-menu-show {
        top: 60px;
    }

    /* Co-Curricular Activities page */
    .co-curricular-activities-wrapper .related-links-section span.nav-text {
        padding-left: 0.5rem;
        font-size: 1rem;
        font-weight: 900;
    }
}

@media screen and (max-width: 1200px) {
    .main-meu {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .main-meu .navbar-nav > .nav-item:not(:last-of-type)::after {
        width: 0;
    }

    .mission-bg img {
        width: 65%;
    }

    .mission-bg {
        right: -25%;
    }

    .mission-info {
        top: 50%;
        left: 30%;
        transform: translate(-45%, -50%);
        width: 40%;
    }

    .life-at-tuf {
        margin-bottom: 12rem;
    }
}

@media screen and (max-width: 991px) {
    .main-meu .navbar-nav > .nav-item > .nav-link {
        padding: .3rem 0;
    }

    .main-meu .dropdown-menu-show li {
        width: 100%;
        flex: 0 0 100%;
    }

    .mission-bg img,
    .tuf-mission .mission-img {
        width: 100%;
    }

    .mission-bg {
        position: relative;
        right: 0;
    }

    .mission-info {
        left: 47%;
        width: 50%;
        top: 45%;
    }

    .footer-section:not(:first-of-type) {
        padding-left: 7%;
    }
}

@media screen and (max-width: 767px) {
    .footer-section:not(:last-of-type)::after {
        width: 0;
    }

    .footer-section:not(:first-of-type) {
        padding-left: 3%;
    }

    .info-graphic {
        top: 1rem;
        margin-bottom: 2rem;
    }

    .mission-info p {
        font-size: .675rem;
    }

    .overlay-text-info {
        bottom: -90%;
    }

    .latest-events {
        flex-direction: column;
    }

    .event-date {
        width: 100%;
    }

    .event-details {
        margin: 1rem 0 1rem;
    }

    /* history of faisalabad qurry  */
    .history-page-block .view-block {
        padding: 20px;
    }

    .history-page-block .view-block .toper-text {
        margin: 0 0 20px;
    }

    .history-page-block .messages-block {
        padding: 20px;
    }

    .history-page-block .text-area-box .toper-info h2 {
        padding: 0;
    }

    .history-page-block .history-text .toper-text h2 {
        font-size: 22px;
        line-height: 25px;
    }

    .history-page-block .history-text .toper-text {
        margin: 0 0 10px;
    }

    /* Collaboration Organizations Details*/
    .organizations-text p {
        text-align: left;
        line-height: 1.7;
        overflow-wrap: break-word;
    }

    .all-collabs-organizations {
        padding: 15px;
    }

    /* Affiliations Icons */
    .affiliations-block .icons-section .icons-block .icon-title h4 {
        font-size: 1.3rem;
    }

    /* .affiliations-block .icons-section .icons-block .icon-bottom-text p{
      font-size: 0.8rem;
      font-weight: 800;
  } */
    /* Press Release Page */
    .press-release-detail .related-post .bg-blue {
        height: 280px;
    }

    .press-release-detail .related-post .related-image {
        height: 280px;
    }

    /* Co-Curricular activities cards */
    .co-curricular-activities-wrapper .co-curricular-cards img {
        height: 350px;
    }
}

@media screen and (max-width: 480px) {
    .partners-text .filter-cat {
        width: 100%;
    }

    .home_slider .owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        margin: 4px 5px;
        background: #cf8a3f;
    }

    /* Collorations details internal page */
    .organizations-icon-right.all-collabs-details .organizations-text h3 {
        word-break: break-word;
        text-align: center;
    }

    .news-and-events-wrapper .news-events-cards .card-body .card-text {
        font-size: 0.79rem;
    }

    .press-release-detail .related-post .bg-blue {
        height: 280px;
    }

    .press-release-detail .related-post .related-image {
        height: 280px;
    }

    /* history of faisalabad  */
    .history-page-block .text-area-box .image-area {
        height: auto !important;
    }

    /* Co-Curricular Activities */
    .top-curricular-background .co-curricular-top-text {
        text-align: center;
    }

    .co-curricular-activities-wrapper .top-curricular-background .co-curricular-top-text img {
        margin-right: 0;
        display: none;
    }

    .related-co-curricular a p {
        font-size: 0.7rem;
    }

    .co-curricular-activities-wrapper .related-links-section h3::after {
        content: none;
    }

    /* contact us page  */
    .contact-us-wrapper .left-sidebar-contact-us .contact-detail {
        padding-left: 0px !important;
    }

    .contact-us-wrapper .full-card-contact {
        padding: 0px;
    }
}

@media screen and (min-width: 992px) {
    /* co-curricular page wrapper */
    .co-curricular-activities-wrapper .related-links-section .navbar-nav {
        flex-direction: column !important;
        background-color: #efb509 !important;
    }

    .co-curricular-activities-wrapper .related-links-section .related-link-text {
        display: none;
    }
}

/* faculty new design start here   */
.faculty-wrapper .fac-banner {
    position: relative;
    overflow: hidden;
}

.faculty-wrapper .fac-banner .text-on-bg {
    position: relative;
    z-index: 2;
}

.faculty-wrapper .fac-banner .fac-background {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.faculty-wrapper .fac-banner .fac-background .blur {
    filter: blur(8px);
}

.faculty-wrapper .text-on-bg h2 {
    font-family: Poppins-Bold
}

.faculty-wrapper .text-on-bg p {
    font-family: Poppins-Regular;
    font-size: 1.2rem;
    text-align: justify;
}

.faculty-wrapper .nav-pills {
    background-color: var(--light);
    border-radius: 0.75rem;
}

.faculty-wrapper .tab-content {
    background-color: var(--light);
    border-radius: 0.75rem;
}

.faculty-wrapper .tabs-block a {
    text-decoration: none !important;
    color: var(--dark);
    font-family: Poppins-Medium;
    background-color: #fff;
    border-radius: 0.5rem;
    font-size: 1.25rem;
}

.faculty-wrapper .small-and-large {
    display: flex;
    align-items: flex-start;
    flex-flow: row;
}

.faculty-wrapper .tabs-block .nav-pills .nav-link.active, .faculty-wrapper .tabs-block .nav-pills .show > .nav-link {
    font-family: Poppins-Medium;
    background-color: var(--red);
    color: var(--white);
    border-radius: 0.5rem;
}

.faculty-wrapper .department-catalouge .card {
    border-radius: 10px;
}

.faculty-wrapper .department-catalouge img {
    height: 100px;
    width: 100%;
}

.faculty-wrapper .department-catalouge h6 {
    font-family: Poppins-Medium;
}

.faculty-wrapper .department-catalouge a {
    text-decoration: none;
    color: inherit;
}

.faculty-wrapper .faculty-tab-wrapper .nav-pills img {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 46px;
    height: 46px;
}

.faculty-wrapper .faculty-tab-wrapper .nav-pills .heading h5 {
    font-family: Poppins-Medium;
}

.departmnet-search .form-select,
.departmnet-search .form-control {
    line-height: 2.3;

    color: #6C757C;
}

/* faculy design end here  */
/* Faculty Department */
.faculty-design {
    font-family: Poppins Medium !important;
}

/* list element li */
.faculty-nav-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    width: 400px;
    margin: auto;
    margin-left: 0px;
    margin-right: 30px;
    margin-top: 10px;
    box-shadow: rgb(0 0 0 / 22%) 0px 6px 12px;
}

/* wrapper outside icon div */
.icon-wrapper {
    height: 70px;
    width: 66px;
    border: 1px solid #ffc107;
    margin: 15px;
}

.faculty-design .toper-text h2 {
    color: #002c54;
    line-height: 35px;
    margin: 0px;
    font-family: Poppins-Bold;
    text-transform: uppercase;
}

.faculty-design .para-text p {
    font-size: 18px;
    line-height: 35px;
    margin: 0 0 30px;
    font-family: Poppins-Light;
    text-align: justify;
}

/* a tag (tabs ) */
.faculty-nav-link.active {
    background-color: #002c54 !important;
}

.faculty-nav-link {
    color: #002c54;
    --bs-gutter-x: 0.1rem !important;
    width: 100%;
    height: 100px;
    text-decoration: none;
}

.faculty-nav-link:hover {
    color: white;
    background-color: #002c54;
    text-decoration: none;
}

/* text in tab  */
.faculty-name {
    margin: auto;
    font-size: 17px;
    font-family: 'Poppins-Bold';
}

/* icon in tab */
.icon img {
    width: 46px;
    height: 46px;
    margin-top: 13px;
    margin-left: 8px;
    margin-right: 8px;
}


/* tab content */
.dpt-content-wrapper {
    width: 100%;
    margin: 0px;
    font-family: Poppins Light !important;
}

.dpt-content-wrapper .tab-pane {
    border-bottom: 10px solid #002c54;
}

.list-group-item {
    width: 100% !important;
    background-color: #e6e6e6;
    border: 2px solid white;

}

.list-group-item-action:hover {
    color: #002c54;
}

.list-group:last-child {
    margin-bottom: 0% !important;
}


.list-group-item-action {
    color: #002c54;
}

.nav-item-small {
    display: none !important;
}

@media (max-width: 991px) {

    .faculty-nav-item {
        width: 48%;
    }

    .faculty-name {
        margin-left: 0px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .listing-item-content {
        position: absolute;
        bottom: 28px;
        left: 0;
        padding: 0 20px 0 12px;
        width: 100%;
        z-index: 50;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .news-or-events-wrapper .news-explore .form-control {
        width: 100% !important;
    }

    .main-meu .dropdown .dropdown-menu-show {
        min-width: auto !important;
    }

    .research-advance-study .research-explore {
        bottom: -33px;
        font-size: 12px;
        padding: 0.5rem 0.5rem;
    }

    .admission-policy-wrapper .inroduction-admision img,
    .history-page-wrapper .message-of-gov .message-slider .text-area img,
    .wrapper-all-organizations-name .faculty-tab-wrapper .inroduction-admision img {
        max-width: 100%;
    }

    .faculty-nav-item {
        width: 100%;
    }

    .faculty-name {

        font-size: 14px;
        margin-left: 4px;
    }

    .content-wrapper {
        margin-left: 0px;
        margin-right: 0px;
    }

    .partners-page .card-profile .card-avatar, .card-testimonial .card-avatar {
        width: 8.25rem;
        height: 8.25rem;
    }

    .partners-page .yellow {
        width: 44px;
    }

    .partners-page .discount-label span {
        font-size: 1em;
    }

}

/* Faculty Of TUF department detail page */
/* .fac-dpt-wrapper{
  background:var(--light);
} */
.fac-dpt-wrapper {
    background: #E5E9EA;
    min-height: 70px;
    width: 100%;
}

.fac-top .icon-symbol span {
    font-size: 3rem;
}

/* .fac-top h2 {
  font-family: Poppins-Bold;
  color: var(--red);
  text-transform: uppercase;
  font-size: clamp(1rem, 10vw, 2.4rem);
} */
.fac-top {
    padding: 15px 0px 0px 0px;
}

/* .fac-top h4 {
  text-transform: uppercase;
  font-family: Poppins-Light;
  color: #373c40;
} */
.fac-icon {
    float: right;
    margin-top: 0.5rem;
}

/* .fac-pro h5 {
  font-family: Poppins-Bold;
} */
.fac-icon .path2:before {
    margin-left: -1.17em;
}

/* .fac-pro button {
  font-size: 12px;
} */
.fac-head {
    position: relative;
}

/* .fac-pro i {
  font-size: 1rem !important;
} */
.main-fac-wrapper .container .fac-programs img {
    height: 50px;
    width: 50px !important;
}

.main-fac-wrapper .container .fac-programs {
    text-align: center;
}

/* .main-fac-wrapper .container .fac-programs .fac-pro{
  background-color: var(--yellow);
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 20px;
} */
.main-fac-wrapper .container .fac-programs .fac-pro {
    border-right: 2px solid;
    border-color: #efb509;
}

.main-fac-wrapper .container .fac-programs .fac-pro:last-child {
    border-right: none;
    /* border-right: 2px solid; */
    /* border-color: #efb509; */
    justify-content: center;
    display: flex;
}

.main-fac-wrapper .container .fac-programs .fac-pro a {
    text-decoration: none;
    color: #2e2828;
}

.faq-message {
    padding: 20px;
    border: 2px solid;
    border-color: #efb509;
    position: relative;
}

/* .fac-message{
  border: 5px solid;
  border-color: var(--light);
  position: relative;
  border-radius: 4rem;
} */
.fac-message p {
    font-size: 1.25rem;
    line-height: 29px;
    font-family: Poppins-Light;
    text-align: justify;
    /* padding-right: 20px; */
    overflow-wrap: anywhere;
}

/* .fac-message .img-1{
  position: absolute;
  top: 5px;
  left: -13px;
  background: #fff;
} */
/* .fac-message .img-2{
  position: absolute;
  bottom: 4px;
  background: #fff;
  right: -13px;
  transform: rotate(
190deg);
} */
.message-wrap {
    background-color: var(--light);
    border-radius: 3rem;
    margin: 3px;
}

.message-wrap img {
    float: left;
    border-radius: 10px;
    max-width: 18%;
}

.fac-profile .fac-message .message-wrap .hod-msg {
    font-family: Poppins-Bold;
    color: var(--red);
    text-decoration: underline;
}

.fac-profile h1 {
    color: #004070;
}

/* .image-handling {
  min-width: 150px;
  height: 150px;
} */
.image-handling img {
    min-width: 150px;
    height: 150px;
    background-color: var(--white);
    object-fit: cover;
    object-position: center 0px;
}

.quick-link-pages .pages .tab-texts a {
    font-size: 1.25rem;
    font-family: Poppins-Bold;
    text-decoration: none;
    color: inherit;
}

.quick-link-pages .pages .icomooms-angle {
    font-size: 2rem;
    color: var(--red);
    font-weight: 800;
}

.quick-link-pages .pages .tab-faq a {
    font-size: 1.1rem;
    font-family: Poppins-SemiBold;
    text-decoration: none;
    color: inherit;

}

.quick-link-pages .pages .tab-faq a p {
    padding-top: 5px;
    overflow-wrap: anywhere;
}

.faculty-detail-mv .qec-vision-mision h3 {
    width: 100%;
    text-align: center;
    border-bottom: 4px solid var(--white);
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.faculty-detail-mv .qec-vision-mision h3 span {
    background-color: var(--red);
    padding: 0 10px;
}

.faculty-detail-mv .qec-vision-block {
    overflow: hidden;
    border-radius: 10px;
}

.fac-profile .testimonial-image {
    width: 140px;
    height: 140px;
    transform: rotate(45deg);
    border: 10px solid #7893a0;
    overflow: hidden;
    background: #fff;
    margin: 3rem auto;
    border-radius: 15px;
}

.testimonial-image img {
    transform: rotate(315deg);
    height: 123%;
    width: 118%;
    object-fit: cover;
}

.content-wrapper .container .fac-mission-vision {
    background: #1b3e71;
    padding: 45px 15px 25px 15px;
    color: #fff;
}

.content-wrapper .container .fac-mission-vision .fac-mission {
    font-size: 18px;
    line-height: 35px;
    margin: 0 0 30px;
    font-family: Poppins-Light;
    text-align: justify;
    padding-right: 20px;
}

.content-wrapper .container .fac-mission-vision .fac-vision {
    font-size: 18px;
    line-height: 35px;
    margin: 0 0 30px;
    font-family: Poppins-Light;
    text-align: justify;
}

.content-wrapper .container .fac-mission-vision h1 {
    color: #efb509
}

.content-wrapper .container .fac-objective-content h1 {
    color: #004070;
}

.content-wrapper .container .fac-objective-content h2 {
    color: #004070;
}

.content-wrapper .container .fac-objective-content h3 {
    color: #004070;
}

.content-wrapper .container .fac-objective-content p {
    font-size: 18px;
    line-height: 35px;
    /* margin: 0 0 30px; */
    font-family: Poppins-Light;
    text-align: justify;
}

.content-wrapper .container .fac-objective-content ul li {
    font-size: 18px;
    line-height: 35px;
    font-family: Poppins-Light;
    text-align: justify;
}

.content-wrapper .container .fac-objective-content .li-fac-icon {
    font-size: 0.7rem;
    margin-right: 0.5rem;
}

.content-wrapper .container .fac-scope-content h1 {
    color: #004070;
}

.content-wrapper .container .fac-scope-content h2 {
    color: #004070;
}

.content-wrapper .container .fac-scope-content h3 {
    color: #004070;
}

.content-wrapper .container .fac-scope-content p {
    font-size: 18px;
    line-height: 35px;
    /* margin: 0 0 30px; */
    font-family: Poppins-Light;
    text-align: justify;
}

.content-wrapper .container .fac-scope-content ul li {
    font-size: 18px;
    line-height: 35px;
    font-family: Poppins-Light;
    text-align: justify;

}

.content-wrapper .container .fac-scope-content .li-fac-icon {
    font-size: 0.7rem;
    margin-right: 0.5rem;
}

.content-wrapper .container .fac-career-content h1 {
    color: #004070;
}

.content-wrapper .container .fac-career-content h2 {
    color: #004070;
}

.content-wrapper .container .fac-career-content h3 {
    color: #004070;
}

.content-wrapper .container .fac-career-content p {
    font-size: 18px;
    line-height: 35px;
    /* margin: 0 0 30px; */
    font-family: Poppins-Light;
    text-align: justify;
}

.content-wrapper .container .fac-career-content ul li {
    font-size: 18px;
    line-height: 35px;
    font-family: Poppins-Light;
    text-align: justify;

}

.content-wrapper .container .fac-career-content .li-fac-icon {
    font-size: 0.7rem;
    margin-right: 0.5rem;
}

.content-wrapper .fac-faq h1 {
    color: #004070;
    padding: 20px 0px 5px 20px;

}

.content-wrapper .fac-faq .faq-link p a {
    font-size: 14px;
    font-family: Poppins-Light;
    margin-top: 11px;
    color: #000;
    text-decoration: none;

}

.content-wrapper .fac-faq .p-fac-icon {
    font-size: 0.7rem;
    margin-right: 0.5rem;
}

.content-wrapper .fac-faq {
    background: #e5e9ea;
    padding: 0px;
}

.fac-mhod {
    position: relative;
}

.content-wrapper .fac-faq .faq-link {
    border-right: 2px solid;
    border-left: 2px solid;
    border-top: 2px solid;
    border-bottom: 1px solid;
    border-color: #efb509;
    padding-left: 10px;
}

.content-wrapper .container .fac-news {
    background: #e5e9ea;
    padding: 0px;
}

.content-wrapper .container .fac-news img {
    max-width: 65px;
}

.content-wrapper .container .fac-news .fac-img img {
    border: 2px solid;
    border-color: #1b3e71;
    padding: 2px;
}

.content-wrapper .container .fac-news .fac-new-detail p {
    line-height: 15px;
    font-size: 15px;
    word-spacing: 2px;
    font-family: 'Poppins-Light';
    margin-left: 5px;
    margin-bottom: 0px;
    color: #052450;
}

.content-wrapper .container .fac-news .fac-new-detail a {
    text-decoration: none;
}

.content-wrapper .container .fac-news .fac-new-detail {
    padding: 0px 12px 0px 0px;
}

.content-wrapper .container .fac-news .fac-new-detail a p {
    font-size: 10px;
    color: #000;
    font-family: 'Poppins-Light';
    margin: 2px 0px 0px 9px;
    border-bottom: 4px dotted #000000;
    width: 64px;
    border-bottom-width: thin;
}

.content-wrapper .container .fac-news .fac-new-detail span {
    font-size: 9px;
    font-family: 'Poppins-Light';
    color: #1b3e71;
    font-weight: bold;
    margin-left: 6px;
}

.content-wrapper .container .fac-news .fac-new-detail .fac-location {
    color: #efb509;
}

.content-wrapper .container .fac-news h3 {
    color: #004070;
    padding: 20px 0px 5px 20px;
}

.fac-mhod::after {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    left: 51%;
    top: 42%;
    width: 43%;
    background-color: #efb509;
    height: 3px;
}

.fac-vision {
    position: relative;
}

.content-wrapper .container .fac-mission-vision .fac-vision h1::after {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    left: 66%;
    top: 42%;
    width: 69%;
    background-color: #efb509;
    height: 3px;
}

.fac-mission {
    position: relative;
}

.content-wrapper .container .fac-mission-vision .fac-mission h1::after {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    left: 69%;
    top: 42%;
    width: 59%;
    background-color: #efb509;
    height: 3px;
}

.fac-obj-border {
    position: relative;
}

/* .fac-obj-border h1::after{
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 61%;
  top: 50%;
  width: 76%;
  background-color: #efb509;
  height: 3px;
} */
.fac-sco-border {
    position: relative;
}

/* .fac-sco-border h1::after{
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 61%;
  top: 50%;
  width: 78%;
  background-color: #efb509;
  height: 3px;
} */
.fac-car-border {
    position: relative;
}

/* .fac-car-border h1::after{
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 74%;
  top: 50%;
  width: 52%;
  background-color: #efb509;
  height: 3px;
} */
.content-wrapper .container .fac-admission-open {
    background: #1b3e71;
}

.content-wrapper .container .fac-admission-open .p-admission p {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Poppins-Regular';
    color: #FFA812;
    margin-top: 2rem;
}

.content-wrapper .container .fac-admission-open .p-open p {
    margin-top: -32px;
    margin-left: 89px;
    font-size: 38px;
    font-weight: bold;
    font-family: serif;
    color: #FFA812;
}

.content-wrapper .container .fac-admission-open .p-fall p {
    background: #FFA812;
    color: #1b3e71;
    margin-top: 2.8rem;
    font-size: 21px;
    letter-spacing: 3px;
    text-align: center;
    font-weight: bold;
    margin-left: -22px;
    line-height: 20px;
}

.content-wrapper .container .fac-admission-open .p-year p {
    font-family: fantasy;
    font-size: 42px;
    margin-left: -25px;
    margin-top: -15px;
    color: #fff;
}

.content-wrapper .container .fac-admission-open .fac-btn-apply {
    display: flex;
    justify-content: center;
}

.content-wrapper .container .fac-admission-open .fac-btn-apply .fac-btn-1 {
    background: #efb509;
    border: 1px solid;
    border-color: #1b3e71;
    font-size: 20px;
    font-weight: bold;
    width: 165px;
}

.content-wrapper .container .fac-admission-open .fac-btn-apply .fac-btn-2 {
    background: #efb509;
    border: 1px solid;
    border-color: #1b3e71;
    font-size: 20px;
    color: #1b3e71;
    font-weight: bold;
    width: 165px;
}

@media only screen and (max-width: 1386px) {
    /* .fac-head h6:after {
  left: 44%;
} */
    .content-wrapper .container .fac-news .fac-new-detail {
        padding: 0px 13px 0px 10px;
    }

    .fac-mhod::after {
        left: 54%;
        top: 44%;
        width: 41%;
    }

    .content-wrapper .container .fac-mission-vision .fac-mission h1::after {
        left: 73%;
        top: 45%;
        width: 54%;
    }

    .content-wrapper .container .fac-mission-vision .fac-vision h1::after {
        left: 69%;
        top: 45%;
        width: 64%;
    }

    .fac-obj-border h1::after {
        left: 63%;
        width: 72%;
    }

    .fac-sco-border h1::after {
        left: 63%;
        top: 50%;
        width: 75%;
    }

    .fac-car-border h1::after {
        left: 78%;
        top: 52%;
        width: 45%;
    }

    .content-wrapper .container .fac-admission-open .p-admission p {
        font-size: 30px;
    }

    .content-wrapper .container .fac-admission-open .p-open p {
        margin-left: 69px;
        font-size: 34px;
        margin-top: -25px;
    }

    .content-wrapper .container .fac-admission-open .p-year p {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1199px) {
    /* .fac-head h6:after {
  left: 51%;
} */
    .fac-mhod::after {
        left: 56%;
        top: 44%;
        width: 35%;
    }

    .content-wrapper .container .fac-mission-vision .fac-mission h1::after {
        left: 76%;
        top: 45%;
        width: 43%;
    }

    .content-wrapper .container .fac-mission-vision .fac-vision h1::after {
        left: 71%;
        top: 45%;
        width: 55%;
    }

    .fac-obj-border h1::after {
        left: 64%;
        width: 67%;
    }

    .fac-sco-border h1::after {
        left: 63%;
        top: 50%;
        width: 75%;
    }

    .fac-car-border h1::after {
        left: 81%;
        top: 52%;
        width: 35%;
    }

    .content-wrapper .container .fac-admission-open .p-admission p {
        font-size: 25px;
    }

    .content-wrapper .container .fac-admission-open .p-open p {
        margin-left: 54px;
        font-size: 30px;
        margin-top: -25px;
    }

    .content-wrapper .container .fac-admission-open .p-fall p {
        background: #FFA812;
        color: #1b3e71;
        margin-top: 2.5rem;
        font-size: 16px;
        letter-spacing: 2px;
        text-align: center;
        font-weight: bold;
        margin-left: -19px;
        line-height: 19px;
    }

    .content-wrapper .container .fac-admission-open .p-year p {
        font-size: 30px;
        margin-left: -21px;
    }

    .content-wrapper .container .fac-admission-open .fac-btn-apply .fac-btn-1 {
        background: #efb509;
        border: 1px solid;
        border-color: #1b3e71;
        font-size: 14px;
        font-weight: bold;
        width: 125px;
    }

    .content-wrapper .container .fac-admission-open .fac-btn-apply .fac-btn-2 {
        background: #efb509;
        border: 1px solid;
        border-color: #1b3e71;
        font-size: 15px;
        color: #1b3e71;
        font-weight: bold;
        width: 125px;
    }

    .content-wrapper .container .fac-news img {
        max-width: 58px;
    }
}

@media only screen and (max-width: 991px) {
    .main-fac-wrapper .container .fac-programs .fac-pro h6 {
        font-weight: bold;
        font-size: 14px;
    }

    /* .fac-head h6:after {
  left: 59%;
} */
    .fac-mhod::after {
        left: 66%;
    }

    .content-wrapper .container .fac-mission-vision .fac-mission h1::after {
        left: 61%;
        top: 45%;
        width: 71%;
    }

    .content-wrapper .container .fac-mission-vision .fac-vision h1::after {
        left: 58%;
        top: 45%;
        width: 75%;
    }

    .fac-head h6:after {
        display: none;
    }

    .fac-mhod::after {
        display: none;
    }

    .content-wrapper .container .fac-mission-vision .fac-mission h1::after {
        display: none;
    }

    .content-wrapper .container .fac-mission-vision .fac-vision h1::after {
        display: none;
    }

    .fac-obj-border h1::after {
        display: none;
    }

    .fac-sco-border h1::after {
        display: none;
    }

    .fac-car-border h1::after {
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .news-or-events-wrapper .news-explore .form-control {
        width: 100% !important;
    }

    .p-admission {
        text-align: center;
    }

    .p-open {
        text-align: center;
    }

    .p-admission p {
        font-size: 45px !important;
    }

    .p-open p {
        font-size: 40px !important;
    }

    .fall-year {
        margin: 10px;
    }

    .p-fall p {
        font-size: 35px !important;
        line-height: 32px !important;
    }

    .p-year p {
        font-size: 46px !important;
        margin-left: -16px !important;
    }

    .fsd-history-page .quick-link-pages .pages .tab-icon,
    .fsd-history-page .quick-link-pages .heading button,
    .fsd-history-page .quick-link-pages .pages .tab-text a {
        font-size: 1rem;
    }

}

@media only screen and (max-width: 767px) {
    .news-or-events-wrapper .news-explore .form-control {
        width: 100% !important;
    }

    .content-wrapper .container .fac-admission-open .p-admission p {
        font-size: 40px;
    }

    .content-wrapper .container .fac-admission-open .p-open p {
        margin-left: 95px;
        font-size: 44px;
        margin-top: -27px;
    }

    .content-wrapper .container .fac-admission-open .p-fall p {
        background: #FFA812;
        color: #1b3e71;
        margin-top: 2.8rem;
        font-size: 26px;
        letter-spacing: 5px;
        text-align: center;
        font-weight: bold;
        margin-left: -32px;
        line-height: 33px;
    }

    .content-wrapper .container .fac-admission-open .p-year p {
        font-size: 46px;
        margin-left: -31px;
    }

    .p-admission {
        text-align: center;
    }

    .p-open {
        text-align: center;
    }

    .content-wrapper .container .fac-admission-open .p-fall p {
        background: #FFA812;
        color: #1b3e71;
        margin-top: 2.8rem;
        font-size: 32px;
        letter-spacing: 8px;
        text-align: center;
        font-weight: bold;
        margin-left: 0px;
        line-height: 34px;
    }

    .content-wrapper .container .fac-admission-open .p-year p {
        font-size: 44px;
        margin-left: 1px;
    }

    .fac-admission-open .p-fall p {
        width: 110px;
    }

    .webinar-cards .card-body img {
        margin: auto;
        height: auto;
        overflow: hidden;
        width: 100%;
        object-fit: cover;
    }

    .course-detail-wrapper .top-banner .text-wrapper h2 {
        font-size: 1.25rem;
    }

    .news-or-events-wrapper .news-explore .filter-button .search {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .main-fac-wrapper .container .fac-programs .fac-pro:nth-child(2) {
        border-right: none;
    }

    .main-fac-wrapper .container .fac-programs .fac-pro:nth-child(4) {
        border-right: none;
    }

    .course-detail-wrapper .top-banner .img-wrapper img {
        height: 260px;
        width: 100%;
        object-fit: cover;
    }

    .course-detail-wrapper .breadcrumb ul {
        padding: 0;
        margin: 0.25em 0;
        font-size: 10px;
    }

    .course-detail-wrapper .single-course-detail .education img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
    }

    .second-footer-section:not(:last-of-type)::after {
        position: relative;
    }

    .recent-post-card img {
        width: 100%;
        height: 140px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 768px) {
    .collaborations-section .colla-card img {
        height: 200px;
        width: 200px;
    }
}

@media only screen and (max-width: 575px) {
    .content-wrapper .container .fac-admission-open .p-admission p {
        font-size: 35px;
    }

    .content-wrapper .container .fac-admission-open .p-open p {
        margin-left: 95px;
        font-size: 35px;
        margin-top: -27px;
    }

    .content-wrapper .container .fac-admission-open .p-fall p {
        background: #FFA812;
        color: #1b3e71;
        margin-top: 2.8rem;
        font-size: 27px;
        letter-spacing: 3px;
        text-align: center;
        font-weight: bold;
        margin-left: 15px;
        line-height: 28px;
    }

    .content-wrapper .container .fac-admission-open .p-year p {
        font-size: 39px;
        margin-left: 14px;
        margin-top: -19px;
    }

}

@media (max-width: 350px) {
    .content-wrapper .container .fac-admission-open .p-admission p {
        font-size: 31px !important;
        margin-left: -7px;
    }

    .content-wrapper .container .fac-admission-open .p-open p {
        margin-left: 72px;
        font-size: 30px;
        margin-top: -20px;
    }

    .content-wrapper .container .fac-admission-open .p-fall p {
        background: #FFA812;
        color: #1b3e71;
        margin-top: 2.7rem;
        font-size: 27px;
        letter-spacing: 3px;
        text-align: center;
        font-weight: bold;
        margin-left: -7px;
        line-height: 23px;
    }

    .content-wrapper .container .fac-admission-open .p-year p {
        font-size: 45px;
        margin-left: 3px;
        margin-top: -20px;
    }

    .content-wrapper .container .fac-admission-open .p-open p {
        margin-left: 72px;
        font-size: 33px;
        margin-top: -26px;
    }

    .content-wrapper .container .fac-news .fac-new-detail p {
        margin-left: 12px;
    }

    .content-wrapper .container .fac-news .fac-new-detail .fac-location {
        color: #efb509;
        margin-left: 12px;
    }

    .content-wrapper .container .fac-news .fac-new-detail a p {
        margin-left: 20px;
    }

    .partners-page .card-profile .card-avatar, .card-testimonial .card-avatar {
        width: 6.25rem;
        height: 6.25rem;
    }
}

@media (max-width: 280px) {
    .content-wrapper .container .fac-admission-open .p-admission p {
        font-size: 25px !important;
        margin-left: -7px;
    }

    .content-wrapper .container .fac-admission-open .p-open p {
        margin-left: 44px;
        font-size: 31px;
        margin-top: -23px;
    }

    .content-wrapper .container .fac-admission-open .p-fall p {
        margin-top: 2.5rem;
        font-size: 25px;
        margin-left: -17px;
    }

    .content-wrapper .container .fac-admission-open .p-year p {
        font-size: 42px;
        margin-left: -9px;
        margin-top: -20px;
    }

    .content-wrapper .container .fac-news .fac-new-detail p {
        margin-left: 20px;
    }

    .content-wrapper .container .fac-news .fac-new-detail .fac-location {
        color: #efb509;
        margin-left: 20px;
    }

    .content-wrapper .container .fac-news .fac-new-detail a p {
        margin-left: 23px;
    }
}

@media (max-width: 1399px) {
    .faculty-nav-item {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .125);
        width: 400px;
        margin: auto;
        margin-top: 10px;
        box-shadow: rgb(0 0 0 / 22%) 0px 6px 12px;
    }
}

@media (max-width: 570px) {
    .faculty-nav-item {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .125);
        width: 410px;
        margin: auto;
        margin-top: 10px;
        box-shadow: rgb(0 0 0 / 22%) 0px 6px 12px;
    }
}

@media (max-width: 430px) {
    .faculty-nav-item {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .125);
        max-width: 350px;
        margin: auto;
        margin-top: 10px;
        box-shadow: rgb(0 0 0 / 22%) 0px 6px 12px;
    }

    .icon img {
        width: 40px;
        height: 46px;
        margin-top: 13px;
        margin-left: 9px;
        margin-right: 0px;
    }
}

@media (max-width: 378px) {
    .faculty-nav-item {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .125);
        max-width: 270px;
        margin: auto;
        margin-top: 10px;
        box-shadow: rgb(0 0 0 / 22%) 0px 6px 12px;
    }

    .icon img {
        width: 40px;
        height: 46px;
        margin-top: 13px;
        margin-left: 9px;
        margin-right: 0px;
    }

    .faculty-name h5 {
        font-size: 0.9rem;
    }

    .icon-wrapper {
        height: 70px;
        width: 58px;
        margin: 12px;
    }

    .top-banner .icon-vertical {
        display: none !important;
    }
}

@media (max-width: 280px) {
    .faculty-design {
        padding: 10px;
    }

    .faculty-nav-item {
        max-width: 260px;
    }
}

/* Acheivements page */
.facilities-page-block .campus-facilitie-block {
    padding: 70px
}

.facilities-page-block .campus-facilitie-block .thumb {
    margin-bottom: 40px;
}

.facilities-page-block .campus-facilitie-block .page-top {
    margin-top: 25px;
}

.facilities-page-block .campus-facilitie-block img.zoom {
    width: 295px;
    min-height: 295px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.facilities-page-block .campus-facilitie-block .transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.campus-facilitie-block .pagination {
    justify-content: center;
    margin: 45px;
}

.campus-facilitie-block .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #CD7213;
    border-color: #CD7213;
}

.campus-facilitie-block .page-link {
    color: #000
}

#cis-tabs .nav-link {
    color: #eeb408;
}

#cis-tabs .nav-link.active {
    color: #eeb408;
    background-color: #002c54;
    border-radius: 0;
}

.fade {
    background-color: rgba(0, 0, 0, .1001) !important;
}

.text-blue {
    color: #00285a;
}

/* Library & Information Resources */
.library-information-resources .library-detail {
    margin-top: 40px;
    margin-bottom: 50px;

}

.library-information-resources .library-detail .left-side .section-1 {
    border: solid #CCC;
    border-width: 1px;
    background: repeat-x #FFF;
    line-height: 1.4em;
    min-height: 180px;
}

.library-information-resources .library-detail .left-side .section-1 h5 {
    background: #003773;
    color: #FFF !important;
    color: #333;
    font-family: Poppins-SemiBold;
    padding: 5px 10px;
    border-bottom: 1px solid #CCC;
}

.library-information-resources .library-detail .left-side .section-1 .p1 {
    font-family: Poppins-SemiBold;
    font-size: 14px;
    color: #003366;
    padding: 4px 0px 0px 10px;
}

.library-information-resources .library-detail .left-side .section-1 .p2 {
    font-family: Poppins-SemiBold;
    font-size: 14px;
    color: #003366;
    padding: 4px 0px 0px 10px;
    margin-top: -15px;
}

.library-information-resources .library-detail .left-side .section-1 .p3 {
    font-family: Poppins-SemiBold;
    font-size: 10px;
    color: #003366;
    padding: 4px 0px 0px 10px;
    margin-top: 40px;
    text-align: center;
}

.library-information-resources .library-detail .right-side .search-section .section-1 {
    border: solid #CCC;
    border-width: 1px;
    background: repeat-x #FFF;
    line-height: 1.4em;
    min-height: 180px;
}

.library-information-resources .library-detail .right-side .search-section .section-1 h5 {
    background: #003773;
    color: #FFF !important;
    color: #333;
    font-family: Poppins-SemiBold;
    padding: 5px 10px;
    border-bottom: 1px solid #CCC;
}

.library-information-resources .library-detail .right-side .search-section .section-1 .boxes .upper p {
    font-family: Poppins-Light;
    color: #eeb408;
    line-height: 35px;
}

.library-information-resources .library-detail .right-side .search-section .section-1 .boxes .summon-search-submit {
    margin-top: 1rem;
}

.library-information-resources .library-detail .right-side .search-section .section-1 ul {
    float: left;
    padding-left: 0px;
}

.library-information-resources .library-detail .right-side .search-section .section-1 li {
    display: inline-block;
    margin: 0 10px;
}

.library-information-resources .library-detail .right-side .search-section .section-1 li a {
    color: #000;
    font-size: 13px;

}

.library-information-resources .library-detail .right-side .search-section .section-1 .boxes-2 a {
    text-decoration: none;
}

.library-information-resources .library-detail .right-side .search-section .section-1 .boxes-2 img {
    border: 1px solid #DDD;
    text-align: center;
    background: #F3F3F3;
    padding: 4px;
}

@media only screen and (max-width: 425px) {
    .library-information-resources .library-detail .right-side .search-section .section-1 {
        min-height: 225px;
    }

    .library-information-resources .library-detail .right-side .search-section .section-1 li {
        display: inline-block;
        margin: 3px 10px;
    }
}

@media only screen and (max-width: 355px) {
    .library-information-resources .library-detail .right-side .search-section .section-1 {
        min-height: 255px;
        font-size: 14px;
    }

    .library-information-resources .library-detail .right-side .search-section .section-1 li {
        display: inline-block;
        margin: 3px 10px;
    }
}

.conference-wraper .content-body .content-section {
    cursor: pointer;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 5%)
}

@media only screen and (max-width: 392px) {
    .log-new {
        top: 80%;
    }

    .top-navbar-quick {
        display: flex;
        justify-content: start !important;
    }

}

@media only screen and (max-width: 600px) and (min-width: 391px) {
    .log-new {
        top: 75% !important;
    }

    .top-navbar-quick {
        display: flex;
        justify-content: start !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 601px) {
    .log-new {
        top: 60% !important;
    }
}

.top-navbar-quick {
    display: flex;
    justify-content: center;
}

.alumni-information p, .alumni-information ol,
.insurance p, .insurance ul,
.mentoring p, .mentoring ul,
.visa p, .visa ul {
    text-align: justify;
}

.language-supposrt p, .language-supposrt ol {
    text-align: justify;
    list-style: none;
}

.international-admission .form-international {
    background-color: #F1F2F2;
}

/* .international-admission .btn-join {
  background-color:
      #C3212A;
} */

.international-admission .nav-link {
    color: inherit;
}

.international-admission .nav-tabs .nav-link:hover {
    color: inherit;
    border: none;
}

.international-admission .nav-tabs .nav-link {
    background-color: #F5ECDE;
}

.international-admission .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #F1F2F2;
    border: inherit !important;
}

/* All Press Release Style */

.news-or-events-wrapper .news-explore .form-control {
    box-shadow: none;
    border-color: var(--dark);
    width: 200px;
}

.news-or-events-wrapper .news-explore .filter-button button {
    box-shadow: none;
}

.news-or-events-wrapper .news-explore .filter-button .apply-filter {
    background: #f5ecde;
    color: #000;
    border: none;
}

.news-or-events-wrapper .news-explore .filter-button .remove {
    background: #c3212a;
    border: none;
}

/* .press-release-detail-wrapper img{
  width: 100% !important;
  height: auto !important;
} */

/* News & Events Pagination */
.news-or-events-wrapper .news-explore .pagination .page-item:not(:first-child) .page-link {
    color: black;
    font-family: "Poppins-Bold";
}

/*New Course Detail Page Style*/
.course-detail-new-wrapper .single-course-detail .semester-detail .toper-text h2 {
    margin-bottom: 0px;
    padding-left: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    column-width: 100%;
    text-transform: uppercase;
}

.course-detail-new-wrapper .single-course-detail .fac-admission-open {
    background-color: var(--yellow);
    border-radius: 10px;
}

.course-detail-new-wrapper .single-course-detail .fac-admission-open .p-admission,
.course-detail-new-wrapper .single-course-detail .fac-admission-open .p-open {
    font-family: "Poppins-Bold";
    font-size: 2.25rem;
    color: var(--red);
    overflow-wrap: anywhere;
    line-height: 2.4rem;
}

.course-detail-new-wrapper .single-course-detail .undergraduate-course .courses h6,
.course-detail-new-wrapper .single-course-detail .graduate-course .courses h6,
.course-detail-new-wrapper .single-course-detail .postgraduate-course .courses h6 {
    font-family: "Poppins-Regular";
    color: black;
    font-size: 1.25rem;
}

.course-detail-new-wrapper .single-course-detail .quick-link-pages,
.course-detail-new-wrapper .single-course-detail .latest-events-course,
.course-detail-new-wrapper .single-course-detail .undergraduate-course,
.course-detail-new-wrapper .single-course-detail .graduate-course,
.course-detail-new-wrapper .single-course-detail .postgraduate-course {
    background-color: var(--light);
    border-radius: 10px;
}

.course-detail-new-wrapper .single-course-detail .quick-link-pages .pages .tab-icon {
    font-size: 1.5rem;
}

.course-detail-new-wrapper .single-course-detail .quick-link-pages .pages .tab-text a {
    font-size: 1.3rem;
    font-family: Poppins-Bold;
    text-decoration: none;
    color: inherit;
}

.course-detail-new-wrapper .single-course-detail .quick-link-pages .heading button {
    font-family: Poppins-Bold;
    background-color: var(--red);
    color: var(--white);
    font-size: 2rem;
    border-radius: 10px;
    /* line-height: 1.9rem; */
}

.course-detail-new-wrapper {
    overflow-x: hidden;
}

.course-detail-new-wrapper .top-banner {
    position: relative;
    background-color: var(--light);
}

.course-detail-new-wrapper .top-banner .fac-head h1 {
    color: var(--red);
    font-family: "Poppins-Bold";
}

.course-detail-new-wrapper .breadcrumb li {
    float: left;
    list-style-type: none;
}

.course-detail-new-wrapper .course-fact {
    border-color: #bcbec0;
}

.course-detail-new-wrapper.course-fact > :not(caption) > * > * {
    width: 50px;
    padding: 1.0rem 0rem;
}

.course-detail-new-wrapper.table > :not(caption) > * > * {
    padding: 1.5rem 0rem;
    box-shadow: none;
    text-align: center;
    font-size: 1.25rem;
    width: 85px;
}

.course-detail-new-wrapper .table-scheme .table thead tr th {
    background-color: white;
    color: var(--dark);
    font-family: "Poppins-Medium";
}

.course-detail-new-wrapper .course-fact .back-red {
    background-color: var(--red);
}

.course-detail-new-wrapper .course-fact thead tr th h2 {
    font-family: "Poppins-Medium";
}

.course-detail-new-wrapper.breadcrumb ul /* use as midair border */
{
    padding: 0;
    margin: .25em 0;
    font-size: 14px;
}

.course-detail-new-wrapper .row-orange {
    background-color: var(--red) !important;
    color: #fff;
    font-family: "Poppins-Medium";
    font-size: 1.5rem !important;
    padding: 10px;
}

.course-detail-new-wrapper .course-fact .table-detail td p {
    font-family: "Poppins-Light";
    font-size: 1.25rem;
    color: black;
}

.course-detail-new-wrapper .course-fact .table-detail td {
    background-color: white;
    padding: 10px;
}

.course-detail-new-wrapper .table-data button {
    background-color: var(--dark);
    color: white;
    font-family: "Poppins-Medium";
    border: 0;
    padding: 6px 10px;
    border-radius: 5px;
}

.course-detail-new-wrapper .single-course-detail .accordion-button::after {
    background-image: none;
}

.course-detail-new-wrapper .single-course-detail .accordion-button span::before {
    background-image: url('/public/Main/frontend/images/plus-solid-white.png');
}

.course-detail-new-wrapper .single-course-detail .accordion-button:not(.collapsed)::after {
    background-image: none;
}

.course-detail-new-wrapper .single-course-detail .accordion-item:first-of-type .accordion-button {
    padding: 20px;
}

.course-detail-new-wrapper .single-course-detail .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.course-detail-new-wrapper .single-course-detail .accordion-item {
    border: none;
}

.course-detail-new-wrapper .single-course-detail .accordion-button {
    background-color: var(--red);
    color: white;
    font-size: 2.25rem;
    font-family: "Poppins-Bold";
    text-decoration: underline;
}

/* .course-detail-new-wrapper .single-course-detail .accordion-button:focus{
    background-color: var(--dark);
    text-decoration:none;
  } */
.focused-zee {
    background-color: var(--dark) !important;
    text-decoration: none !important;
}

.course-detail-new-wrapper .single-course-detail .heading-border-ors h2 {
    font-family: "Poppins-Bold";
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--red);
    background-color: white;
    text-decoration: underline;
    color: var(--red);
    font-size: 2.5rem;
}

.course-detail-new-wrapper .single-course-detail .heading-border h2 {
    font-family: "Poppins-Bold";
    padding: 10px;
    color: var(--red);
    background-color: var(--dark);
}

.course-detail-new-wrapper .single-course-detail .heading-border h2 span {
    color: white;
    font-family: Poppins-Bold;
    font-size: 2.25rem;
}

.course-detail-new-wrapper .single-course-detail .roadmap h2 {
    margin-bottom: 0px;
}

.course-detail-new-wrapper .single-course-detail .roadmap .accordion-item .accordion-collapse .accordion-body .table tr td,
.course-detail-new-wrapper .single-course-detail .roadmap .accordion-item .accordion-collapse .accordion-body .table tr th {
    border: 1px solid #bcbec0;
}

.course-detail-new-wrapper .single-course-detail ul {
    list-style-type: none;
    padding-left: 0px;
}

.course-detail-new-wrapper .single-course-detail .para-body li {
    font-family: "Poppins-Light";
    color: black;
    line-height: 35px;
    text-align: justify;
    font-size: 1.25rem;
    display: flex;
}

.course-detail-new-wrapper .single-course-detail .para-body p {
    font-family: "Poppins-Light";
    color: black;
    line-height: 35px;
    text-align: justify;
    font-size: 1.25rem;
}

.course-detail-new-wrapper .single-course-detail .para-body li::before {
    content: "\e604a";
    color: #c3212a;
    font-family: 'icomoona';
    margin-right: 20px;
}

.course-detail-new-wrapper .single-course-detail .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #cd7213 !important;
}

.course-detail-new-wrapper .single-course-detail .card {
    border: 0;
}

.course-detail-new-wrapper .single-course-detail .card-body p, .course-detail-wrapper .single-course-detail .card-body span {
    font-size: 12px;
}

.course-detail-new-wrapper .single-course-detail .course-pill .nav-link {
    color: #fff;
    background-color: #837f7f !important;
    border-radius: 0 !important;
    font-size: 13px;
    width: 100%;
    padding: 15px 15px !important;
    border-right-color: #000 !important;
    border-right: 2px solid #fff !important;
}

.course-detail-new-wrapper .single-course-detail .event-images img {
    height: 100%;
    object-fit: cover;
}

.course-detail-new-wrapper .category-wrapper i {
    padding-right: 10px;
    color: #00285a;
    font-size: larger;
}

.course-detail-new-wrapper .category-wrapper a {
    text-decoration: none;
    color: #cd7213;
    font-family: Poppins-Light;
}

.course-detail-new-wrapper .single-course-detail .education img {
    height: 110px;
    width: 200px;
    object-fit: cover;
}

.course-detail-new-wrapper .single-course-detail .undergraduate-course .courses p .course-right,
.course-detail-new-wrapper .single-course-detail .graduate-course .courses p .course-right,
.course-detail-new-wrapper .single-course-detail .postgraduate-course .courses p .course-right {
    color: var(--red);
    font-size: 1.25rem;
}

.course-detail-new-wrapper .single-course-detail .undergraduate-course .courses p,
.course-detail-new-wrapper .single-course-detail .graduate-course .courses p,
.course-detail-new-wrapper .single-course-detail .postgraduate-course .courses p {
    font-size: 1.25rem;
}

.course-detail-new-wrapper .single-course-detail .post {
    color: #00285a;
    font-family: Poppins-SemiBold;
    border-bottom: #cd7213;
    text-decoration: underline 3px #cd7213;
}

.course-detail-new-wrapper .single-course-detail .courses h6 {
    color: #00285a;
    font-family: Poppins-Medium;
    font-size: 12px;
}

.course-detail-new-wrapper .single-course-detail table thead {
    background-color: var(--red) !important;
    color: #fff;
}

.course-detail-new-wrapper .single-course-detail table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.course-detail-new-wrapper .single-course-detail .toper-text h2 {
    font-family: Poppins-Bold;
    color: white;
    background-color: var(--red);
    padding: 10px;
}

.course-detail-new-wrapper .single-course-detail .latest-events-course .fac-img img {
    max-width: 100%;
}

.course-detail-new-wrapper .single-course-detail .latest-events-course .fac-img a img {
    border: 2px solid;
    border-color: #1b3e71;
    padding: 2px;
}

.course-detail-new-wrapper .single-course-detail .latest-events-course .course-news-detail .course-body p {
    line-height: 1.5rem;
    font-size: 1.25rem;
    word-spacing: 2px;
    font-family: 'Poppins-Bold';
    margin-left: 5px;
    margin-bottom: 0px;
    color: black;
    overflow-wrap: anywhere;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-detail-new-wrapper .single-course-detail .latest-events-course .course-news-detail .course-body .text-calendar {
    color: var(--red);
}

.course-detail-new-wrapper .single-course-detail .latest-events-course .course-news-detail span {
    display: flex;
}

.course-detail-new-wrapper .single-course-detail .latest-events-course .heading-border,
.course-detail-new-wrapper .single-course-detail .undergraduate-course .heading-border,
.course-detail-new-wrapper .single-course-detail .graduate-course .heading-border,
.course-detail-new-wrapper .single-course-detail .postgraduate-course .heading-border {
    background-color: var(--red);
    border-radius: 10px;

}

.course-detail-new-wrapper .single-course-detail .latest-events-course .heading-border button {
    color: white;
    font-family: "Poppins-Bold";
    font-size: 2rem;
    overflow-wrap: anywhere;
    box-shadow: none;
    /* line-height: 2.1rem; */
}

.course-detail-new-wrapper .single-course-detail .postgraduate-course .heading-border button,
.course-detail-new-wrapper .single-course-detail .graduate-course .heading-border button {
    color: white;
    font-family: "Poppins-Bold";
    font-size: 1.75rem;
    overflow-wrap: anywhere;
    box-shadow: none;
    line-height: 2.1rem;
}

.course-detail-new-wrapper .single-course-detail .undergraduate-course .heading-border button {
    color: white;
    font-family: "Poppins-Bold";
    font-size: 1.75rem;
    overflow-wrap: anywhere;
    box-shadow: none;
    line-height: 2.1rem;
}

.course-detail-new-wrapper .table > :not(caption) > * > * {
    padding: 1.0rem 0rem;
    box-shadow: none;
    text-align: center;
    font-size: 1.25rem;
    width: 85px;
}

.course-detail-new-wrapper .top-banner .fac-head h4 {
    font-family: "Poppins-Medium";
    color: var(--dark);
    font-size: 1.25rem;
}

.course-detail-new-wrapper .course-fact .course-fact-new {
    background-color: var(--dark);
}

.course-detail-new-wrapper .course-fact .apply-back {
    background-color: var(--white);
}

.course-detail-new-wrapper .single-course-detail .fac-admission-open .fac-btn-apply .fac-btn-1 {
    background: var(--dark);
    color: var(--white);
    border: 1px solid;
    font-size: 1.25rem;
    font-family: 'Poppins-Medium';
    box-shadow: none;
    border-radius: 5px;
}

.course-detail-new-wrapper .single-course-detail .fac-admission-open .fac-btn-apply .fac-btn-2 {
    background: var(--red);
    color: var(--white);
    border: 1px solid;
    font-size: 1.25rem;
    font-family: 'Poppins-Medium';
    box-shadow: none;
    border-radius: 5px;
}

.course-detail-new-wrapper .single-course-detail .MsoTableGrid {
    border-color: var(--grey-tab);
}

.course-detail-new-wrapper .single-course-detail .semester-detail {
    border-color: var(--grey-tab);
}

/* Department Details Style*/

.fac-dpt-new-wrapper .fac-top .fac-head h1 {
    color: var(--red);
    font-family: "Poppins-Bold";
}

.fac-dpt-new-wrapper {
    background: var(--light);
    min-height: 70px;
    width: 100%;
}

.fac-top .icon-symbol span {
    font-size: 3rem;
}

.fac-top {
    padding: 15px 0px 0px 0px;
}

.fac-icon {
    float: right;
    margin-top: 0.5rem;
}

.fac-icon .path2:before {
    margin-left: -1.17em;
}

.fac-head {
    position: relative;
}

.fac-head h4 {
    font-family: 'Poppins-Light';
    color: var(--dark);
    font-size: 1.5rem;
}

.main-fac-new-wrapper .container .fac-programs img {
    height: 50px;
    width: 100% !important;
}

.main-fac-new-wrapper .container .fac-programs {
    text-align: center;
}

.main-fac-new-wrapper .container .fac-programs .fac-pro {
    background-color: var(--yellow);
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 20px;
}

.main-fac-new-wrapper .container .fac-programs .fac-pro a h5 {
    font-family: "Poppins-Bold";
}

.main-fac-new-wrapper .container .fac-programs .fac-pro:last-child {
    border-right: none;
    justify-content: center;
    display: flex;
}

.main-fac-new-wrapper .container .fac-programs .fac-pro a {
    text-decoration: none;
    color: #2e2828;
    box-shadow: none;
}

.fac-message {
    padding: 20px;
    border: 5px solid;
    border-color: #cccccc;
    border-radius: 40px;
    position: relative;
}

.fac-message .img-1 {
    position: absolute;
    top: -5px;
    left: -23px;
    background: var(--white);
    transform: rotate(360deg) scaleX(-1);
    padding: 10px;
    width: 45px;
    height: 40px;
}

.fac-message .img-2 {
    position: absolute;
    bottom: -10px;
    background: #fff;
    color: #dbdbdb;
    right: -18px;
    transform: rotate(360deg) scaleX(-1);
    padding: 10px;
    width: 45px;
    height: 40px;
    /* -webkit-box-reflect: left; */
}

.fac-profile h1 {
    color: #004070;
}

/* .image-handling img {
  min-width: 150px;
  height: 150px;
  background-color: var(--white);
} */
.content-new-wrapper .container .fac-mission-vision {
    background: #1b3e71;
    padding: 45px 15px 25px 15px;
    color: #fff;
}

.content-new-wrapper .container .fac-mission-vision .fac-mission {
    font-size: 18px;
    line-height: 35px;
    margin: 0 0 30px;
    font-family: Poppins-Light;
    text-align: justify;
    padding-right: 20px;
}

.content-new-wrapper .container .fac-mission-vision .fac-vision {
    font-size: 18px;
    line-height: 35px;
    margin: 0 0 30px;
    font-family: Poppins-Light;
    text-align: justify;
}

.content-new-wrapper .container .fac-mission-vision h1 {
    color: #efb509
}

.content-new-wrapper .container .fac-objective-content h1 {
    color: var(--dark);
    font-family: 'Poppins-Bold';
}

.content-new-wrapper .container .fac-objective-content h2 {
    color: var(--red);
    font-family: 'Poppins-Bold';
}

.content-new-wrapper .container .fac-objective-content h3 {
    color: var(--red);
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
}

.content-new-wrapper .container .fac-objective-content p {
    font-size: 1.25rem;
    /* margin: 0 0 30px; */
    font-family: Poppins-Light;
    text-align: justify;
    color: black
}

.content-new-wrapper .container .fac-objective-content ul,
.content-new-wrapper .container .fac-objective-content ul {
    padding-left: 1.5rem;
}

.content-new-wrapper .container .fac-objective-content ul li,
.content-new-wrapper .container .fac-objective-content ol li {
    font-size: 1.25rem;
    /* line-height: 35px; */
    font-family: Poppins-Light;
    text-align: justify;
    color: black;
}

.content-new-wrapper .container .fac-objective-content .li-fac-icon {
    font-size: 0.7rem;
    margin-right: 0.5rem;
}

.content-new-wrapper .container .fac-scope-content h1 {
    color: var(--dark);
    font-family: 'Poppins-Bold';
}

.content-new-wrapper .container .fac-scope-content h2 {
    color: var(--dark);
    font-family: 'Poppins-Bold';
}

.content-new-wrapper .container .fac-scope-content h3 {
    color: var(--dark);
    font-family: 'Poppins-Bold';
}

.content-new-wrapper .container .fac-scope-content p {
    font-size: 1.25rem;
    font-family: Poppins-Light;
    text-align: justify;
    color: black;
}

.content-new-wrapper .container .fac-scope-content ul,
.content-new-wrapper .container .fac-scope-content ol {
    padding-left: 1.5rem;
}

.content-new-wrapper .container .fac-scope-content ul li,
.content-new-wrapper .container .fac-scope-content ol li {
    font-size: 1.25rem;
    font-family: Poppins-Light;
    text-align: justify;
    color: black;
    overflow-wrap: anywhere;
}

.content-new-wrapper .container .fac-scope-content .li-fac-icon {
    font-size: 0.7rem;
    margin-right: 0.5rem;
}

.content-new-wrapper .container .fac-career-content h1 {
    color: var(--dark);
    font-family: 'Poppins-Bold';
}

.content-new-wrapper .container .fac-career-content h2 {
    color: var(--dark);
    font-family: "Poppins-Bold";
}

.content-new-wrapper .container .fac-career-content h3 {
    color: var(--dark);
}

.content-new-wrapper .container .fac-career-content p {
    font-size: 1.25rem;
    font-family: Poppins-Light;
    text-align: justify;
    color: black;
}

.content-new-wrapper .container .fac-career-content ul,
.content-new-wrapper .container .fac-career-content ol {
    padding-left: 1.5rem;
}

.content-new-wrapper .container .fac-career-content ul li,
.content-new-wrapper .container .fac-career-content ol li {
    font-size: 1.25rem;
    font-family: Poppins-Light;
    text-align: justify;
    color: black;
    overflow-wrap: anywhere;
}

.content-new-wrapper .container .fac-career-content .li-fac-icon {
    font-size: 0.7rem;
    margin-right: 0.5rem;
}

.content-new-wrapper .fac-faq h1 {
    color: #004070;
    padding: 20px 0px 5px 20px;
}

.content-new-wrapper .fac-faq .faq-link p a {
    font-size: 14px;
    font-family: Poppins-Light;
    margin-top: 11px;
    color: #000;
    text-decoration: none;
}

.content-new-wrapper .fac-faq .p-fac-icon {
    font-size: 0.7rem;
    margin-right: 0.5rem;
}

.content-new-wrapper .fac-faq {
    background: #e5e9ea;
    padding: 0px;
}

.course-detail-new-wrapper .single-course-detail .latest-events-course .fac-img a img {
    border: 2px solid;
    border-color: var(--red);
    border-radius: 5px;
    padding: 2px;
}

.fac-mhod {
    position: relative;
}

.content-new-wrapper .fac-faq .faq-link {
    border-right: 2px solid;
    border-left: 2px solid;
    border-top: 2px solid;
    border-bottom: 1px solid;
    border-color: #efb509;
    padding-left: 10px;
}

.main-fac-new-wrapper .fac-profile .fac-news {
    background: var(--light);
    border-radius: 10px;
}

.main-fac-new-wrapper .fac-profile .fac-news img {
    max-width: 100%;
}

.main-fac-new-wrapper .fac-profile .fac-news .fac-img img {
    border: 2px solid;
    border-color: var(--red);
    border-radius: 5px;
    padding: 2px;

}

.main-fac-new-wrapper .fac-profile .fac-news .fac-new-detail p {
    line-height: 1.5rem;
    font-size: 1.25rem;
    word-spacing: 2px;
    font-family: 'Poppins-Bold';
    margin-left: 5px;
    margin-bottom: 0px;
    color: black;
    overflow-wrap: anywhere;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-detail-wrapper .single-course-detail .latest-events-course .course-news-detail .course-body .text-calendar {
    color: var(--red);
}

.main-fac-new-wrapper .fac-profile .fac-news .fac-new-detail a {
    text-decoration: none;
}

.main-fac-new-wrapper .fac-profile .fac-news .fac-new-detail {
    padding: 0px 12px 0px 0px;
}

.main-fac-new-wrapper .fac-profile .fac-news .fac-new-detail a p {
    font-size: 0.65rem;
    color: black;
    font-family: 'Poppins-Regular';
    margin: 2px 0px 0px 9px;
    border-bottom-width: thin;
}

.main-fac-new-wrapper .fac-profile .fac-news .fac-new-detail span {
    font-size: 0.75rem;
    font-family: 'Poppins-Regular';
    color: black;
    margin-left: 6px;
    display: inline-flex;
}

.main-fac-new-wrapper .fac-profile .fac-news .fac-new-detail .fac-location {
    color: #C3212A;
    font-size: 0.75rem;
}

.main-fac-wrapper .fac-profile .fac-news .heading .btn {
    font-family: Poppins-Bold;
    background-color: var(--red);
    color: var(--white);
    font-size: 2rem;
    border-radius: 10px;
}

.fac-mhod::after {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    left: 51%;
    top: 42%;
    width: 43%;
    background-color: #efb509;
    height: 3px;
}

.fac-vision {
    position: relative;
}

.content-new-wrapper .container .fac-mission-vision .fac-vision h1::after {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    left: 66%;
    top: 42%;
    width: 69%;
    background-color: #efb509;
    height: 3px;
}

.fac-mission {
    position: relative;
}

.content-new-wrapper .container .fac-mission-vision .fac-mission h1::after {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    left: 69%;
    top: 42%;
    width: 59%;
    background-color: #efb509;
    height: 3px;
}

.fac-obj-border {
    position: relative;
}

.fac-sco-border {
    position: relative;
}

.fac-car-border {
    position: relative;
}

.main-fac-new-wrapper .fac-profile .fac-admission-open {
    background: var(--yellow);
    border-radius: 10px;
}

.main-fac-new-wrapper .fac-profile .fac-admission-open .p-admission {
    font-size: 2.25rem;
    font-family: 'Poppins-Bold';
    color: black;
    overflow-wrap: anywhere;
    line-height: 2.4rem;
}

.main-fac-new-wrapper .fac-profile .fac-admission-open .p-open {
    font-size: 2.25rem;
    font-family: 'Poppins-Bold';
    color: black;
    line-height: 2.4rem;
}

.main-fac-new-wrapper .fac-profile .fac-admission-open .p-fall p {
    background: #FFA812;
    color: #1b3e71;
    margin-top: 2.8rem;
    font-size: 21px;
    letter-spacing: 3px;
    text-align: center;
    font-weight: bold;
    margin-left: -22px;
    line-height: 20px;
}

.main-fac-new-wrapper .fac-profile .fac-admission-open .p-year p {
    font-family: fantasy;
    font-size: 42px;
    margin-left: -25px;
    margin-top: -15px;
    color: #fff;
}

.main-fac-new-wrapper .fac-profile .fac-admission-open .fac-btn-apply {
    display: flex;
    justify-content: center;
}

.main-fac-new-wrapper .fac-profile .fac-admission-open .fac-btn-apply .fac-btn-1 {
    background: var(--red);
    color: var(--white);
    border: 1px solid;
    font-size: 1.25rem;
    font-family: 'Poppins-Medium';
    width: 100%;
    box-shadow: none;
}

.main-fac-new-wrapper .fac-profile .fac-admission-open .fac-btn-apply .fac-btn-2 {
    background: var(--dark);
    border: none;
    box-shadow: none;
    font-size: 1.25rem;
    color: var(--white);
    font-family: 'Poppins-Medium';
    width: 100%;
}

.main-fac-new-wrapper .fac-profile .fac-news .heading button {
    font-family: Poppins-Bold;
    background-color: var(--red);
    color: var(--white);
    font-size: 2.0rem;
    border-radius: 10px;
    box-shadow: none;
    /* line-height: 2.1rem; */
}

.main-fac-new-wrapper .fac-profile .fac-message h3 {
    font-family: "Poppins-Bold";
}

@media only screen and (max-width: 991px) {
    .main-fac-new-wrapper .container .fac-programs .fac-pro h6 {
        font-weight: bold;
        font-size: 14px;
    }

    .content-new-wrapper .container .fac-mission-vision .fac-mission h1::after {
        left: 61%;
        top: 45%;
        width: 71%;
    }

    .content-new-wrapper .container .fac-mission-vision .fac-vision h1::after {
        left: 58%;
        top: 45%;
        width: 75%;
    }

    .content-new-wrapper .container .fac-mission-vision .fac-mission h1::after {
        display: none;
    }

    .content-new-wrapper .container .fac-mission-vision .fac-vision h1::after {
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .main-fac-new-wrapper .fac-profile .fac-news img {
        max-width: 300px;
    }

    .qec-vision-mision .vision-mision-content {
        height: auto;
    }
}

@media screen and (max-width: 576px) {
    .course-detail-new-wrapper .single-course-detail .accordion-button {
        font-size: 1.75rem;
    }

    .course-detail-new-wrapper .single-course-detail .heading-border h2 span {
        font-size: 1.75rem;
    }

    .main-fac-new-wrapper .fac-profile .fac-news .heading button {
        font-size: 1.50rem !important;
    }

    .quick-link-pages .heading button {
        font-size: 1.50rem !important;
    }

    .course-detail-new-wrapper .single-course-detail .latest-events-course .heading-border button {
        font-size: 1.40rem !important;
    }

    .course-detail-new-wrapper .single-course-detail .undergraduate-course .heading-border button,
    .course-detail-new-wrapper .single-course-detail .graduate-course .heading-border button,
    .course-detail-new-wrapper .single-course-detail .postgraduate-course .heading-border button {
        font-size: 1.25rem !important;
    }

    .main-fac-new-wrapper .fac-profile .fac-admission-open .p-admission,
    .main-fac-new-wrapper .fac-profile .fac-admission-open .p-open {
        font-size: 1.75rem !important;
    }

    .course-detail-new-wrapper .single-course-detail .fac-admission-open .p-admission,
    .course-detail-new-wrapper .single-course-detail .fac-admission-open .p-open {
        font-size: 1.75rem !important;
    }
}


/* Department News Style */
.news-and-events-wrapper .news-events-dep-cards {
    border-radius: 0px;
    background-color: #e5e9ea;
    box-shadow: 8px 10px 12px grey;
    justify-content: center;
    font-family: Poppins-Light;
    position: relative;
}

.news-and-events-wrapper .news-events-new-cards .top-date-and-month {
    width: 85px;
    height: 80px;
    position: absolute;
    background-color: #004070;
    top: 0;
    left: 0;
    color: #dd9e00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.news-and-events-wrapper .news-events-new-cards .top-date-and-month .all-dates {
    line-height: 0.95;
}

.news-and-events-wrapper .news-events-new-cards .top-date-and-month .all-dates .month {
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
}

.news-and-events-wrapper .news-events-new-cards .top-date-and-month .all-dates .date {
    font-size: 2.5rem;
    font-weight: 900;
    font-family: Poppins-Bold;
    text-align: center;
}

.news-and-events-wrapper .news-events-new-cards img {
    max-width: 100%;
    object-fit: cover;
    height: 300px;
}

.news-and-events-wrapper .news-events-new-cards .card-body .department-and-campuses {
    font-size: 0.61rem;
    color: #3d6c91;
    position: relative;
}

.news-and-events-wrapper .news-events-new-cards .card-body .department-and-campuses .wings i {
    font-weight: 600;
    color: #dd9e00;
    font-size: 10px;
    padding: 3px;
}

.news-and-events-wrapper .news-events-new-cards .card-body .department-and-campuses .wings span {
    font-size: 0.6rem;
}

.news-and-events-wrapper .news-events-new-cards .card-body .card-text {
    color: #46728c;
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.news-and-events-wrapper .news-events-new-cards .card-body .read-more-link.read-more {
    text-decoration: none;
    color: #efb509;
    text-decoration: underline dotted 2px;
    font-style: italic;
    font-size: 0.8rem;
}

.news-and-events-wrapper .news-events-new-cards .card-body .read-more-link.read-more span {
    padding: 5px;
}

/*Search Page Of News and Events*/
.search-news-events-wrapper .search-results {
    color: #c3212a;
}

.search-news-events-wrapper .news-events-cards {
    border-radius: 0px;
    background: #fff;
    box-shadow: 8px 10px 12px grey;
    justify-content: center;
    font-family: Poppins-Light;
    position: relative;
    overflow: hidden;
}

.search-news-events-wrapper .news-events-cards .top-date-and-month {
    width: 90px;
    height: 80px;
    position: absolute;
    background-color: #f5ecde;
    top: 0;
    left: 0;
    color: #c5212a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.search-news-events-wrapper .news-events-cards .top-date-and-month .all-dates {
    line-height: 1.2;
}

.search-news-events-wrapper .news-events-cards .top-date-and-month .all-dates .month {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.search-news-events-wrapper .news-events-cards .top-date-and-month .all-dates .date {
    font-size: 2.2rem;
    font-weight: 900;
    font-family: Poppins-Bold;
    text-align: center;
}

.search-news-events-wrapper .news-events-cards img {
    max-width: 100%;
    /* object-fit: cover; */
    /* height: 300px; */
    height: 230px;
    transition: all .3s ease-in-out;
}

.search-news-events-wrapper .news-events-cards img:hover {
    transform: scale(1.040);
}

.search-news-events-wrapper .news-events-cards .card-body .department-and-campuses {
    font-size: 0.61rem;
    color: #3d6c91;
    position: relative;
}

.search-news-events-wrapper .news-events-cards .card-body .department-and-campuses .wings i {
    color: #c5212a;
    font-size: 10px;
    padding: 3px;
}

.search-news-events-wrapper .news-events-cards .card-body .department-and-campuses .wings span {
    font-size: 0.6rem;
}

.search-news-events-wrapper .news-events-cards .card-body .card-text {
    color: #000;
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.search-news-events-wrapper .news-events-cards .card-body .card-title {
    color: #c5212a;
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.search-news-events-wrapper .news-events-cards .card-body .read-more-link.read-more {
    text-decoration: none;
    color: #c5212a;
    text-decoration: underline dotted 2px;
    font-style: italic;
    font-size: 0.8rem;
}

.search-news-events-wrapper .news-events-cards .card-body .read-more-link.read-more span {
    padding: 5px;
}

.search-news-events-wrapper .page-item.active .page-link {
    color: var(--light) !important;
    background-color: var(--red) !important;
    border-color: var(--red);
    font-family: Poppins-Bold;
}

.search-news-events-wrapper .page-link {
    margin-left: 0.8rem !important;
}

.search-news-events-wrapper .page-item.disabled .page-link {
    background-color: #EDEDED;
}

.search-news-events-wrapper .page-link {
    margin-left: 0.8rem !important;
}

.search-news-events-wrapper .pagination .page-item:not(:first-child) .page-link {
    color: black;
    font-family: "Poppins-Bold";
}

.search-wrapper .by-filter span {
    color: #c3212a;
    font-size: 14px;
    font-weight: bold;
}

.search-wrapper .by-filter input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: relative;
    background-color: #c3212a;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.search-news-events-wrapper .search-wrapper .search {
    background: #f5ecde;
    color: #000;
    border: none;
}

.search-wrapper .by-filter span {
    color: #c3212a;
    font-size: 14px;
    font-weight: bold;
}

.search-wrapper .by-filter input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: relative;
    background-color: #c3212a;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.press-release-detail-wrapper .post-detail-box img {
    width: 100% !important;
    height: auto !important;
}

/* table scroll overflow */
.program-wrapper .program-degree-area {
    overflow: auto;
    overflow-y: hidden;
}


/* Loyalty Cards Style */
.find-deals .form-control {
    border-radius: 0px;
}

.find-deals .btn {
    border-radius: 0px;
}

.popular-categories ul {
    list-style-type: none;
}

.popular-categories ul li a {
    color: black;
    text-decoration: none;
}

.brand-details .express img {
    height: 100%;
    width: 200px;
}

.brand-details .card .express .card-body p {
    font-family: Poppins-Regular;
}

.brand-details .card .express .card-body h6 {
    font-family: Poppins-Body;
}

.brand-details .img-coupons img {
    border-radius: calc(1.25rem - 1px);
    height: 500px;
    width: 100%;
    object-fit: contain;
}

.brand-details .card {
    border-radius: calc(1.25rem - 1px);
}

.discount-coupons h2 {
    font-family: Poppins-Bold;
}

.discount-coupons .card {
    border-radius: calc(1.25rem - 1px);
}

.discount-coupons .card .card-body h5 {
    font-family: Poppins-Bold;
}

.brand-details .card .card-body a {
    font-family: Poppins-Regular;
    color: #C3212A;
    border-color: #C3212A;
    box-shadow: none;
}

.brand-details .card .card-body a:hover {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #C3212A;
    box-shadow: none;
}

.discount-coupons .card .card-body p,
.brand-details .card .card-body p {
    font-family: Poppins-Regular;
}

.discount-coupons .btn-outline-primary {
    color: #C3212A;
    border-color: #C3212A;
    font-family: Poppins-Bold;
    box-shadow: none;
}

.discount-coupons .btn-outline-primary:hover {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #C3212A;
    box-shadow: none;
}

.discount-coupons .img-coupons img {
    border-radius: calc(1.25rem - 1px);
    height: 150px;
    width: 100%;
    object-fit: contain;
}

.counter-description .card {
    border-radius: calc(1.25rem - 1px);
}

.counter-description .card .card-body h5 {
    font-family: Poppins-Bold;
}

.counter-description .card .card-body ul li p {
    font-family: Poppins-Regular;
}

.counter-description .counter-content {
    position: relative;
    width: 100%;
    padding: 12px 0px;
    background-color: transparent;

}

.counter-description .counter-content li {
    display: inline-block;
    font-size: 10px;
    list-style-type: none;
    text-transform: capitalize;
    color: black;
    min-width: 15%;
    border: 2px solid black;
    border-radius: calc(1.25rem - 1px);
}

.counter-description .counter-content li span {
    display: block;
    font-size: 50px;
    /* font-weight: 900; */
    font-family: Poppins-Bold;
    margin-top: -10px;
}

.brand-details .location-map {
    width: 100%;
    height: 100%;
}

.brand-details .location-map iframe {
    width: 100%;
    height: 150px;
}

/* Static Pagination for brand Partners */
.discount-coupons .pagination {
    display: block;
    width: 75%;
    margin: 1em auto;
    text-align: center;

&
:after {
    content: '';
    clear: both;
}

}

.discount-coupons .pagination-button {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #e0e0e0;
    font-family: Poppins-Regular;
    /* background-color: #eee; */
    color: #333;
    cursor: pointer;
    margin: 5px;
}

.discount-coupons .pagination-button:hover {
    background-color: var(--red);
    color: var(--white);
}

/* arbitrary styles */
.discount-coupons .heading {
    text-align: center;
    max-width: 500px;
    margin: 20px auto;
}

.boxed-poc {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 32px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.boxed-poc .poc-name {
    font-size: 20px;
    display: block;
}

.img-ratio {
    position: relative;
    padding-top: 72%;
    width: 100%;
}

.img-ratio img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-position: 0 0;
}
@media (max-width: 992px) {
    .now-wrap-sc {
        white-space: nowrap; /* Prevents text from breaking */
    }
}


/* .modal-aspect .Model_slide img {
  aspect-ratio: 1 / 1;
} */
.cm-texts p {

    color: #000000;
    font-family: Poppins-Light;
    font-size: 1rem;

}
.cm-texts li {

    color: #000000;
    font-family: Poppins-Light;
    font-size: 1rem;
    text-align: justify;
}
.fonts_change
{
    font-size: large;
}


@media (max-width: 405px){
.font-sizee-h1{
    font-size: 12px !important;
}
.font-sizee-span{
    font-size: 10px !important;
}
}


@media only screen  and (max-width: 405px) {
    .perfect-left h1 {
    font-size: 12px !important;
    }
    .perfect-left-faq  span{
        font-size: 10px !important;
    }
}

/*========PhD Approved Supervisor */
.supervisor-img {
    width: 120px; height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #c0392b;
}
.supervisor-card {
    transition: transform .2s, box-shadow .2s;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
.supervisor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
    color: inherit;
}
.faculty-badge { font-size: 11px; }
.card {
    border-radius: 12px;
    border: 1.5px solid #dee2e6 !important;
}
.supervisor-profile-wrapper {
    background: linear-gradient(180deg, #f6f1ee 0%, #ffffff 22%, #f8f8f8 100%);
}

.profile-hero {
    background: linear-gradient(135deg, #7f1d1d 0%, #e07a5f 48%, #f2b366 100%);
    color: #fff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 20px 45px rgba(127, 29, 29, 0.22);
    position: relative;
    overflow: hidden;
}

.profile-hero::after {
    content: "";
    position: absolute;
    top: -60px;
    right: -40px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.profile-image-frame {
    width: 180px;
    height: 180px;
    border-radius: 28px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}

.supervisor-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
    background: #f3f4f6;
}

.hero-label {
    letter-spacing: .18em;
    font-size: .78rem;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: .75rem;
}

.hero-name {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 700;
    margin-bottom: .75rem;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-bottom: 1.25rem;
}

.hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .5rem .9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: .92rem;
}

.profile-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.profile-stat {
    background: #fff;
    border: 1px solid rgba(127, 29, 29, 0.08);
    border-radius: 20px;
    padding: 1.1rem 1.2rem;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
    height: 100%;
}

.profile-stat-label {
    font-size: .82rem;
    color: #7f1d1d;
    letter-spacing: .08em;
    margin-bottom: .45rem;
    font-weight: 700;
}

.profile-stat-value {
    color: #111827;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
}

.profile-panel,
.section-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.profile-panel {
    padding: 1.5rem;
    position: sticky;
    top: 2rem;
}

.section-card {
    padding: 1.6rem;
    height: 100%;
}

.section-title {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: 1.1rem;
    color: #111827;
    font-size: 1.15rem;
    font-weight: 700;
}

.section-title i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(185, 28, 28, 0.10);
    color: #b91c1c;
}

.detail-list {
    display: grid;
    gap: .9rem;
}

.detail-item {
    padding-bottom: .9rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.detail-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.detail-label {
    display: block;
    color: #6b7280;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: .25rem;
    font-weight: 700;
}

.detail-value {
    color: #DC3545;
    font-size: 1rem;
    word-break: break-word;
}

.detail-value a {
    color: black !important;
    text-decoration: none;
}

.detail-value a:hover {
    text-decoration: underline;
}

.interest-list {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.interest-list li {
    padding: .6rem 1rem;
    border-radius: 999px;
    background: #fff5f5;
    color: #9f1239;
    border: 1px solid rgba(190, 24, 93, 0.12);
    font-weight: 600;
}

.timeline-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1rem;
}

.timeline-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff 0%, #faf7f5 100%);
    border: 1px solid rgba(127, 29, 29, 0.08);
}

.timeline-year {
    min-width: 72px;
    text-align: center;
    border-radius: 14px;
    background: #7f1d1d;
    color: #fff;
    padding: .7rem .5rem;
    font-weight: 700;
    line-height: 1.1;
}

.timeline-year small {
    display: block;
    font-size: .72rem;
    opacity: .8;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.timeline-content {
    flex: 1;
}

.timeline-content a {
    color: #991b1b;
    text-decoration: none;
    font-weight: 700;
}

.timeline-content a:hover {
    text-decoration: underline;
}

.timeline-meta {
    display: block;
    color: #6b7280;
    font-size: .92rem;
    margin-top: .35rem;
}

.empty-year {
    background: #d1d5db;
    color: #374151;
}

.muted-copy {
    color: #6b7280;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .profile-panel {
        position: static;
    }

    .profile-hero {
        padding: 1.5rem;
        text-align: center;
    }

    .profile-image-frame {
        margin: 0 auto 1.25rem;
    }

    .hero-meta {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .profile-summary-grid {
        grid-template-columns: 1fr;
    }

    .timeline-item {
        flex-direction: column;
    }

    .timeline-year {
        min-width: auto;
        width: 100%;
    }
}


/*International Program Application Form*/
.imp-hero {
    background: linear-gradient(135deg, #0f3460 0%, #16213e 60%, #0d5c8a 100%);
    padding: 3rem 2rem 5rem;
    position: relative;
    overflow: hidden;
}
.imp-hero::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 260px; height: 260px;
    border-radius: 50%;
    border: 40px solid rgba(255,255,255,0.05);
    pointer-events: none;
}
.imp-hero::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -40px;
    width: 200px; height: 200px;
    border-radius: 50%;
    border: 30px solid rgba(255,255,255,0.04);
    pointer-events: none;
}
.imp-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(23,162,184,0.18);
    border: 1px solid rgba(23,162,184,0.4);
    color: #5fd8ec;
    font-size: 12px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 1rem;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.imp-hero h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}
.imp-hero p {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    position: relative;
    z-index: 1;
    margin: 0;
}

/* Section cards */
.imp-section-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
.imp-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 1rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #f1f3f5;
}
.imp-section-icon {
    width: 36px; height: 36px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.icon-blue   { background: #368de3; color: #185FA5; }
.icon-teal   { background: #21df9c; color: #0F6E56; }
.icon-amber  { background: #e7b159; color: #854F0B; }

.imp-section-title {
    font-size: 15px;
    font-weight: 600;
    color: #212529;
    margin: 0;
    line-height: 1.3;
}
.imp-section-desc {
    font-size: 12px;
    color: #868e96;
    margin: 2px 0 0;
}

/* Fields */
.form-label {
    font-size: 12px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 5px;
    letter-spacing: 0.02em;
}
.required-mark { color: #D85A30; }
.form-control, .form-select {
    height: 40px;
    font-size: 14px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    transition: border-color .15s, box-shadow .15s;
}
.form-control:focus, .form-select:focus {
    border-color: #0d5c8a;
    box-shadow: 0 0 0 3px rgba(13,92,138,0.12);
}

/* Alert */
.imp-alert-success {
    background: #e1f5ee;
    border: 1px solid #9FE1CB;
    color: #0F6E56;
    border-radius: 10px;
    padding: .85rem 1.25rem;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Loader overlay */
#formOverlayLoader {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(255,255,255,0.82);
    z-index: 1050;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}
#formOverlayLoader p {
    font-size: 14px;
    color: #0d5c8a;
    font-weight: 500;
    margin: 0;
}

/* Submit button */
.btn-imp-submit {
    background: #0d5c8a;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 0 2rem;
    height: 44px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background .15s, transform .1s;
}
.btn-imp-submit:hover  { background: #0b4f78; color: #fff; }
.btn-imp-submit:active { transform: scale(0.98); }

.imp-footer-note {
    font-size: 12px;
    color: #868e96;
    display: flex;
    align-items: center;
    gap: 6px;
}
.imp-footer-note i { color: #1D9E75; font-size: 15px; }
