/* font-family */

h1,
h2,
h3,
h4,
h5 {
    font-family: "Poppins", sans-serif;
    font-display: swap;

}

body {
    font-family: "Poppins", sans-serif;
    font-display: swap;

}

h6,
p,
a,
button,
div,
li {
    font-family: "Poppins", sans-serif !important;
    font-display: swap;

}

/* background white section heading and tag line color */
h1 {
    font-size: 25px !important;
    font-weight: 600 !important;
}

h2 {
    color: #4a4a4a !important;
    font-size: 32px;
    line-height: 42px !important;
    font-weight: 600 !important;
}

h3.white-bg-heading {
    color: #4a4a4a;
}

h6.heading-tagline-whitebg {
    font-size: 16px;
    color: 3584f4 !important;
}

h6 {
    font-size: 18px !important;
}
button#muteBtn {
    bottom: 1rem !important;
    left: 1rem !important;
}
.text-fade {
    color: #4a4a4a !important;
}

h6.heading-tagline-gredientbg {
    color: #fff;
    font-size: 16px;
}

h6.heading-tagline-white {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: bold;
}

h3.inner-heading {
    font-size: 24px;
    line-height: 30px;
}

h6.heading-bold:hover {
    color: #ffcc00 !important;
}

/* img.card__image:hover {
    transform: scale(1.05) !important;
} */
.section-padding {
    padding: 60px 0px;
}

.section-bg {
    background-color: #f3f7ff;
}

.section-bg-2 {
    background-color: #AFEBFF !important;
}

.text-blue-headingtwo {
    color: #4a4a4a;
}

p {
    font-size: 16px !important;
    line-height: 28px !important;
    font-weight: normal;
    color: #4a4a4a;
}

.text-color {
    color: #000;
}

.title-blue {
    color: #3584f4;
}

.bg-sky {
    background-color: #afebff;
}

.conference h6 {
    line-height: 28px;
}

.event-date-venue {
    color: #555;
}

.light-blue {
    background: linear-gradient(212.16deg,
            #c9f0ff 19.3%,
            #cbdfff 50.61%,
            #d5daff 80.7%);
}

.grey-bg {
    background-color: #f2f7ff !important;
}

i.fas.fa-check-circle {
    color: #3584f4;
    line-height: 1.5;
}

i.far.fa-check-circle {
    color: #3584f4;
    line-height: 1.5;
}

.important-contact i {
    color: #3584f4;
    line-height: 1.5;
}

.landing-page p span {
    color: #000;
}

.landing-page p {
    color: #000;
}

.bg-blue-section {
    background-color: #0546a7;
}

/* gredient-btn */
.btn.gradient-btn {
    /* background: linear-gradient(89.9deg, #0b1f8a 0%, #111d5e 100%);
    color: #fff;
    padding: 8px 15px;
    border: 1px solid #04368d;
    transition: 0.1s; */
    background-size: 300% 100%;
    background-image: linear-gradient(to right,
            #2f57ef,
            #b966e7,
            #b966e7,
            #2f57ef);
    margin: auto;
    color: #fff !important;
}

a.btn.gradient-btn:hover {
    /* border: 1px solid #162d70;
    background: transparent;
    color: #162d70 !important;
    text-decoration: none; */
    background-color: inherit;
    background-position: 102% 0;
    transition: all 0.4s ease-in-out;
}

a.btn.gradient-btn-header {
    background: linear-gradient(89.9deg, #0b1f8a 0%, #111d5e 100%);
    color: #fff;
    padding: 8px 15px;
    border: 1px solid #04368d;
    transition: 0.1s;
}

.btn:hover span svg {
    transform: rotate(47deg) !important;
}

a.btn.gradient-btn-header:hover {
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

a.btn.gradient-btn-header:hover svg path {
    fill: #fff;
}

label.form-label {
    color: #4a4a4a;
}

.btn-outline-primary {
    background: linear-gradient(90deg,
            #04368d 0%,
            #0547a7 41%,
            #021960 70%) !important;
    color: #fff !important;
    transition: 0.1s;
}

.btn.btn-outline-primary:hover {
    background: linear-gradient(90deg,
            #04368d 0%,
            #0547a7 41%,
            #021960 70%) !important;
}

.btn.white-gradient {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
}

.btn.white-gradient svg path {
    fill: #fff;
}

.btn.white-gradient:hover {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #4a4a4a;
}

.btn.white-gradient:hover svg path {
    fill: #4a4a4a;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(255.22deg, #46187b 0.54%, #001e94 54.41%);
    /* background: linear-gradient(82.83deg, #073eb5f2 5.92%, #0b2799ed 29.54%, #01a6f9ed 96.54%); */
    z-index: 1;
}

.breadcumb-wrapper>.container {
    position: relative;
    z-index: 2;
}

.studentclub img {
    height: 300px !important;
}

.breadcrum-overlay .col-12 {
    z-index: 2;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
    /* Unicode arrow character */
    color: #fff !important;
    /* Arrow color */
    padding: 0 0.5rem;
    font-size: 0.9rem;
    vertical-align: middle;
    position: relative;
}

.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #ddd;
    /* Lighter color for the active breadcrumb */
    font-weight: bold;
}

.btn.gradient-btn:hover svg path {
    fill: #162d70;
}


.page-header {
    padding-top: 10rem !important;
}

.bg-grey-section {
    background-color: #f1f1f8;
}

.btn.white-border-btn {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    transition: 0.1s;
}

.btn.white-border-btn svg path {
    fill: #fff;
}

.btn.white-border-btn:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #162d70;
}

a.btn.btn-outline-secondary.btn-sm {
    color: #4a4a4a;
    border-color: #4a4a4a;
    padding: 10px;
    font-size: 16px;
    transition: 0.1s;
}

a.btn.btn-outline-secondary.btn-sm:hover {
    background: #4a4a4a;
    color: #fff;
}

.border-custom {
    border: 1px solid #4a4a4a !important;
}

.download-pdf-list span {
    padding: 10px 0;
    color: #4a4a4a;
    font-weight: 500;
}

.btn.white-border-btn:hover svg path {
    fill: #162d70;
}

.btn.white-bg-btn {
    border: 1px solid #fff;
    background: #fff;
    color: #162d70;
    transition: 0.1s;
}

.btn.white-bg-btn svg path {
    fill: #162d70;
}

.btn.white-bg-btn:hover svg path {
    fill: #fff;
}

.btn.white-bg-btn:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.breadcrumb-item.active {
    color: #ffcc00 !important;
    /* font-size: 14px; */
}

b {
    color: #001E94 !important;
}

.title-color {
    color: #4a4a4a;
}

.text-bg-color {
    background-color: #f3f7ff;
}

.bg-color-2 {
    background-color: #ADDBF0;
}

.bg-color-1 {
    background-color: #B8E0D2;
}

.bg-color-3 {
    background-color: #B3E3F8;
}

.bg-color-4 {
    background-color: #B8E0D2;
}

.bg-color-5 {
    background-color: #ADDBF0;
}

.bg-color-6 {
    background-color: #B3E3F8;
}

.media-card a {
    font-size: 14px;
    color: #2e2e2e;
}

.media-card a:hover {
    font-size: 14px;
    color: #0546a7;
}

.media-card a:hover svg path {
    font-size: 14px;
    fill: #0546a7;
}

.important-contact .card {
    border-color: #3584f4;
    background: #AFEBFF;
}

.header-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(4%, 23%, 0%, -0.4),
            rgba(8%, 3%, 0%, 0.7));
    z-index: 1;
}

.header-inner a.btn.gradient-btn-header:hover {
    border: 1px solid #3f3f97;
    background: transparent;
    color: #3f3f97 !important;
}

.submit-btn .btn:hover {
    background: linear-gradient(82.57deg,
            #0139b3 0%,
            #0065e7 26.71%,
            #0037b2 43.1%,
            #002aab 58.69%,
            #0037b2 71.83%,
            #01a6f9 96.37%);
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #ffffff;
}

.banner-text {
    z-index: 1;
}

.page-header .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.2) 10%,
            rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

/* Text Overlay to Keep Readable */
.page-header .text-overlay {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    color: white;
    text-align: center;
}

.breadcrumb {
    z-index: 1;
}

.page-header.desktop {
    padding-top: 10rem !important;
}

table {
    border: 1px solid #b9b9b9 !important;
}

table th {
    background: #e2ebff !important;
    color: #4a4a4a !important;
    vertical-align: middle;
}

/* all tab css */

.tab-component .ul-tab .nav-link {
    background: #f3f7ff;
    color: #000000;
    font-size: 14px;
    text-align: left;
    border-left: 2px solid #fff;
    padding: 12px 20px;
    border-radius: 0px !important;
}

.tab-component .ul-tab .nav-link.active {
    background: #e2ebff;
    color: #3584f4;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 0px;
}

.tab-wrapper li.nav-item button.nav-link.active {
    background: transparent;
    color: #0546a7;
}

.tab-wrapper li.nav-item button.nav-link {
    background: transparent;
    color: #333333;
    padding: 10px 15px;
}

.col-tab-one {
    flex: 25%;
}

.col-tab-two {
    flex: 75%;
}

section.institutes-schools h5.card-title {
    /* height: 55px; */
}

/* overlay */
.page-header {
    position: relative;
    /* Adjust padding as needed */
}

.program-offered p.small-text:hover {
    text-decoration: underline !important;
    color: #3584f4;
}

p.office-address a {
    color: #4a4a4a;
}

p.office-address a:hover {
    color: #3584f4;
}

.important-contact p {
    font-size: 16px;
    padding: 0 26px;
    margin: 8px 0;
    color: #4a4a4a;
}

.important-contact h5.card-title {
    color: #3584f4;
    border-bottom: 1px solid;
    padding: 10px 28px;
}

.events .card img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 310px;
}

.dataTables_paginate li.paginate_button.page-item.active a {
    background-color: #C8CFE8 !important;
    border: 1px solid #C8CFE8 !important;
}

.page-item:last-child .page-link {
    background-color: #ADDBF0 !important;
}

.disabled>.page-link,
.page-link.disabled {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: #ADDBF0 !important;
    border-color: var(--bs-pagination-disabled-border-color);
}

.paginate_button a.page-link {
    color: #000 !important;
}

/* mobile menu icon */

/* Modal styling */

@media (max-width: 767px) {
    p.small-text {
        font-size: 14px !important;
        font-weight: normal;
        margin: auto;
    }

    .institutes-schools .swiper-pagination {
        margin: auto !important;
    }

    .banner-text.position-absolute.with-image h1 {
        font-size: 18px !important;
    }

    .banner-text.position-absolute.with-image p {
        line-height: 1;
    }

    .banner-text.position-absolute.with-image {
        position: absolute !important;
        top: -10px;
        left: 3% !important;
    }

    .page-header.mobile img {
        height: 303px;
        -o-object-fit: contain;
           object-fit: contain;
    }

    .download-pdf span {
        font-size: 14px;
    }

    .breadcumb-wrapper.page-header.mobile {
        padding-top: 8rem !important;
    }

    .our-collaboration .cust-col {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin: 10px 0px;
    }

    h2 {
        font-size: 30px !important;
    }
}
.modern-tabs{
    gap: 5px;
}
.modern-tabs li.nav-item a.active {
    color: #ffffff !important;
    padding-bottom: 8px !important;
    text-decoration: none;
    border: 2px solid #001e94;
    font-weight: 600;
    border-radius: 5px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: #001e94 !important;
}

.nav.modern-tabs {
    /* background: #fff; */
    border-bottom: 2px solid #d0d0d0 !important;
    background-color: #fff;
}

.modern-tabs li.nav-item a:hover {
    color: #FBBF24 !important;
    padding-bottom: 8px !important;
    text-decoration: none;
    border-bottom: 2px solid #001e94;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    font-weight: 600;
}
.modern-tabs li.nav-item a {
    color: #626262;
    cursor: pointer;
    border: 2px solid #001e94;
    height: 100%;
    border-radius: 3px;}

.our-collaboration .cust-col {
    flex: 0 0 20%;
    max-width: 20%;
}

.white-bg-btn {
    color: #4a4a4a;
    text-decoration: none;
    background: #fff;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.white-bg-btn span svg path {
    fill: #4a4a4a;
}

.white-bg-btn:hover {
    color: #fff;
    text-decoration: none;
    background: transparent;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #fff;
}

.white-bg-btn:hover span svg path {
    fill: #ffffff;
}

/* new home css */
.white-outline-btn {
    color: #fff;
    text-decoration: none;
    background: transparent;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #fff;
}

.white-outline-btn span svg path {
    fill: #ffffff;
}

.white-outline-btn:hover {
    color: #4a4a4a;
    text-decoration: none;
    background: #fff;
    padding: 10px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.white-outline-btn:hover span svg path {
    fill: #4a4a4a;
}

.white-outline-btn svg {
    transition: transform 0.3s ease;
}

.white-outline-btn:hover svg {
    transform: rotate(45deg);
}


p span {
    background: transparent !important;
    font-family: "Poppins", sans-serif !important;
}

.btn.btn-gradient-outline svg {
    transition: transform 0.3s ease !important;
}

.btn.btn-gradient-outline:hover svg {

    transform: rotate(45deg) !important;
}

.white-bg-btn svg {
    transition: transform 0.3s ease;
}

.white-bg-btn:hover svg {
    transform: rotate(45deg);
}

p {
    background: transparent !important;
}

.img-bg {
    height: 160px !important;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.program-offered p.small-text:hover {
    color: #FBBF24 !important;
}
