.container-fluid {
    width: 95%;
}

.navbar-brand img {
    width: 520px;
}

/* .navbar-brand{
    width: 400px;
} */

.navbar #main_nav {
    justify-content: right;
}

.navbar .nav-item .nav-link {
    margin-right: 29px;
}


.header-top {
    padding: 9px 0 10px 0;
    position: relative;
    background: #36348e;
    z-index: 1;
}

.header-top-social a {
    background: #fda31b;
}

    .header-top-social a:hover {
        color: #ffffff;
    }


.navbar .nav-item .dropdown-menu {
    background: #36348e;
    width: 220px;
}

.hero-single::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -0.5px;
    top: 0;
    background: transparent;
    z-index: -1;
}

.hero-single {
    padding-top: 0px;
    padding-bottom: 0px;
}


.hero-slider.owl-theme .owl-nav [class*=owl-] {
    background: rgb(253 163 27 / 0%);
    border: 1px solid #80808012;
}

    .hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
        background: #ffffff7d;
        color: var(--theme-color);
    }

.owl-next.disabled {
    cursor: no-drop !important;
}

.owl-prev.disabled {
    cursor: no-drop !important;
}


.site-title {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 40px;
}

.about-content {
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-info-color);
}

.latest-news {
    background-color: #36348e;
    width: 100%;
    padding: 5px 0 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #00006714;
    border-bottom: 2px solid #00006714;
}

.left-news-box {
    width: 10%;
    padding: 5px 10px;
    text-align: center;
    background-color: #f7b005;
    position: relative;
    font-weight: bold;
    color: #000;
}

    .left-news-box .polygon {
        position: absolute;
        width: 15px;
        top: 0;
        left: 100%;
        height: 100%;
        background-color: #f7b005;
        clip-path: polygon(0% 0, 100% 50%, 0% 100%);
    }

.news-contents {
    width: 85%;
    margin-right: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

marquee ul {
    display: inline-flex;
    list-style: none;
}

    marquee ul li {
        margin: 0 15px;
        border-left: 4px solid #fff;
        padding: 0 0px 0 14px;
        line-height: 22px;
        color: #fff;
    }

        marquee ul li a {
            color: #fda31b;
            font-weight: 600;
        }

.abt_section_img {
    width: 520px;
}

.test_img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.footer-logo img {
    width: 302px;
    margin-bottom: 25px;
}

.cutsom_icons {
    font-size: 60px;
    color: #f7b005;
}

.navbar .nav-item .nav-link {
    margin-right: 22px;
    padding: 25px 0 25px 0;
}

.header-top-contact ul li a {
    color: var(--color-white);
    font-weight: 400;
    font-size: 15px;
}

.header-top-social span {
    color: var(--color-white);
    font-weight: 500;
    font-size: 15px;
}

.header-top-social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    i

{
    font-size: 12px;
}

}

.Members_ul {
    width: 250px !important;
}

.Resources_ul {
    width: 370px !important;
}

.social-img {
    width: 14px;
    filter: invert(1);
    -webkit-filter: invert(1);
}

.department-icon img {
    width: 95px !important;
}

.studentEvent_img {
    height: 340px;
    object-fit: cover;
}

.cutsom_about {
    background-image: url('../img/home-inner-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.department-item {
    /* border: 2px solid #fda31b54; */
    padding: 0px;
}

.custom_footer a {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 10px 10px 10px 0;
    background: var(--color-white);
    color: var(--theme-color2);
    transition: var(--transition);
}

    .custom_footer a img {
        width: 14px;
    }

.header-top-social a {
    background: #b6925b33;
}

    .header-top-social a:hover {
        background: #fda31b;
    }

.footer-social {
    display: flex;
    gap: 15px;
    justify-content: start;
    flex-wrap: wrap;
}

.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color2);
    position: relative;
    border-bottom: 0px;
}

.OurServicesDiv {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.department-btn a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.OurServicesDiv img {
    width: 242px;
}


    .OurServicesDiv img:hover {
        background-color: rgba(31, 30, 23, 0.65) !important;
    }



.partners-wrap-one {
    background: #ffffff;
    position: relative;
    z-index: 9;
    border: dashed 1px #929292;
    padding: 12px;
    margin: 0;
}

.features-col {
    text-align: center;
}

.features-wrap {
    background: #f1f1f1;
    width: calc(100% / 9 - 4px);
    display: inline-block;
    margin: 0px;
    padding: 16px 5px 12px;
}

.feat-img-box {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.features-wrap img {
    width: 55px;
}

.features-wrap h4 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 600;
    margin-bottom: -2px;
}

.features-wrap:hover {
    background: #36348e;
    box-shadow: 0px 0px 12.3px 5px rgba(0, 0, 0, 0.15);
    z-index: 9;
    position: relative;
    h4

{
    color: #fff;
}

}

.features-wrap .arrow-btn {
    color: #e6bb2e;
}


.rbt-cat-box-1 .inner .icons img {
    max-height: 100px;
}

.parent_grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}


.instagram-grid {
    width: calc(100% / 5 - 15px);
    display: inline-block;
}

.team-img img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.team-item {
    margin-bottom: 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.event-item {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.event-img {
    border-radius: 10px;
}

    .event-img img {
        border-radius: 10px;
    }

.Contact-btn {
    padding: 10px 10px;
}

.about-text {
    font-size: 18px;
}

.about-quote p {
    font-size: 18px;
}

.content-list li .icon {
    color: #e6bb2e;
    margin-right: 8px;
}

.Archive_text {
    font-weight: 600;
    color: #0067b8;
    font-size: 18px;
}

    .Archive_text:hover {
        color: #FDA31B;
    }






/* ------------------------------------------------------------------------------------------- */


.site-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px;
    z-index: 1;
}


    .site-breadcrumb::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: none;
        opacity: 0.65;
        z-index: -1;
    }



.team-mr {
    margin: 0.8rem 0;
}

.team-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #fff;
    padding: 1rem 1.5rem;
    border: solid 1px rgb(247 79 34 / 54%);
    border-radius: 12px;
    height: 100%;
}

.member-img {
    width: 140px;
    height: 140px;
    background: #fa7855;
}

    .member-img img {
        object-fit: fill;
        object-position: center;
    }

.pg-team-title {
    flex: 1;
}

    .pg-team-title h4 {
        font-weight: 700;
        letter-spacing: -0.1px;
        font-size: 21px;
    }

        .pg-team-title h4 span {
            font-weight: 500;
            letter-spacing: 0;
            font-size: 16px;
            display: block;
            color: #f74f22;
            line-height: 22px;
        }

    .pg-team-title p {
        font-size: 15px;
        line-height: 23px;
        margin: 0;
        letter-spacing: -0.2px;
        color: #505050;
        font-family: "Inter", sans-serif;
    }

.icon_img {
    width: 15px;
}

.chariman_btn {
    border-radius: 50px 50px 50px 0;
    background: #c9c8c9 !important;
    color: #000;
    border: navajowhite;
    padding: 10px 20px;
}

.about-bottom {
    align-items: center;
}

.contact-info-icon {
    font-size: 35px;
    color: var(--color-white);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
    border-radius: 30px;
    background: #36348e;
}

.contact-info::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -8px;
    background: #36348e;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    height: 20px;
    z-index: -1;
}

.contact-info-icon::before {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border: 3px solid #36348e;
    border-radius: 40px;
}


table thead th {
    background-color: #36348e !important;
    color: #fff !important;
    padding: 10px !important;
}

table {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    table thead td {
        padding: 5px 10px !important;
    }

/* .dataTables_length{
    margin-bottom: 10px !important;
} */

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: inherit;
    margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 1.755em !important;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 1.755em !important;
}

.memb_img {
    height: 141px;
    width: 300px;
    object-fit: cover;
}

.footer-contact li i {
    min-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 10px 10px 10px 0;
    background: var(--theme-color2);
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-white);
}

#dataTable td a {
    display: block;
    width: 100%;
    color: #000000;
    text-decoration: none;
}

    #dataTable td a:hover {
        text-decoration: underline;
    }


.contact-info {
    height: 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 35px;
    padding: 61px 25px;
    position: relative;
    margin-bottom: 25px;
    border-radius: 20px;
    background: var(--color-white);
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    border: 1px solid #36348e47;
}

    .contact-info h5 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 8px;
        color: #fda31b;
    }

.contact-info-icon::before {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border: none;
    border-radius: 40px;
}

.contact-info::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -8px;
    background: #36348e00;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    height: 20px;
    z-index: -1;
}

.contact-info-icon {
    font-size: 35px;
    color: var(--color-white);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
    border-radius: 30px;
    background: transparent;
}


.custom_footer a:hover {
    background-color: #fda31b !important;
}

.footer_logo {
    width: 350px
}

.text-primary-custom {
    color: #fda31b !important;
    font-weight: 600;
}

.text-primary:hover {
    color: #cf014c !important;
}

.chairPerson_img {
    width: 300px;
}




.header_chairman {
    background: linear-gradient(135deg, #0a3d62, #36348e);
    color: #ffffff;
    text-align: center;
    padding: 30px 20px;
}

    .header_chairman h1 {
        margin: 0;
        font-size: 28px;
        letter-spacing: 1px;
        color: #fff;
    }

    .header_chairman h2 {
        margin-top: 8px;
        font-size: 18px;
        font-weight: 400;
        opacity: 0.9;
        color: #fff;
    }

.content_chairman {
    padding: 35px 40px 10px;
    line-height: 1.7;
}

    .content_chairman p {
        margin-bottom: 18px;
        font-size: 16px;
        text-align: justify;
        color: #19232b;
    }

.greeting_chairman {
    font-weight: 600;
    font-size: 17px;
}

.highlight_chairman {
    padding: 0px 5px;
    margin: 25px 0;
    border-radius: 6px;
}

    .highlight_chairman h3 {
        margin-top: 0;
        color: #0a3d62;
        font-size: 20px;
    }

.content-list {
    margin: 10px 0 0 0px;
    padding: 0;
}

    .content-list li {
        margin-bottom: 10px;
        font-size: 15.5px;
        color: #19232b;
    }

.sub-highlight_chairman {
    padding: 0px 5px;
    margin: 25px 0;
    border-radius: 6px;
}

    .sub-highlight_chairman h3 {
        margin-top: 0;
        color: #a86f00;
        font-size: 20px;
    }

.footer_chairman {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding: 15px 40px;
    background: transparent;
    text-align: right;
    color: #19232b;
}

    .footer_chairman strong {
        font-size: 16px;
    }

    .footer_chairman span {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        color: #19232b;
    }

.chairman_container {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    padding: 0;
    overflow: hidden;
}


.chairman_top_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chairman_msg_img_p {
    text-align: center;
    margin-top: 20px;
}

.chairman_msg_img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}






/* -------------------------------------------------------------------------------------------------------------------------------- */


@media (max-width: 1400px) {
    .about-text {
        font-size: 16px;
    }

    .about-quote p {
        font-size: 16px;
    }

    .navbar .nav-item .nav-link {
        margin-right: 22px;
        padding: 25px 0 25px 0;
        font-size: 14px;
    }

    .Contact-btn {
        width: 120px !important;
        padding: 8px;
    }

    .nav-right {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        margin-left: 30px;
    }

    .navbar-brand img {
        width: 390px;
    }

    .navbar .nav-item .dropdown-menu .dropdown-item {
        font-size: 14px;
    }

    .left-news-box {
        width: 12%;
        padding: 5px 10px;
        text-align: center;
        background-color: #f7b005;
        position: relative;
        font-weight: bold;
        color: #000;
        font-size: 14px;
    }

    marquee ul li {
        font-size: 14px;
    }

    .OurServicesDiv img {
        width: 180px;
    }

    .event-title a {
        font-size: 20px;
    }
}





@media (max-width: 768px) {

    .content_chairman, .footer_chairman {
        padding: 25px;
    }

    .header_chairman h1 {
        font-size: 24px;
    }


    .search-box-outer {
        display: none;
    }

    .OurServicesDiv img {
        width: 192px;
    }

    .theme-btn {
        font-size: 12px;
        padding: 10px 15px;
    }

    .navbar .nav-item .dropdown-menu {
        background: #ffffff;
        width: 220px;
    }

    .navbar .nav-item .nav-link {
        margin-right: 22px;
        padding: 5px 0 15px 0;
        font-size: 14px;
    }

    .hero-slider.owl-theme .owl-nav [class*=owl-] {
        display: none;
        /* font-size: 12px;
    margin: 0;
    padding: 0;
   
    height: 40px;
    width: 40px;
    line-height: 40px; */
    }

    .features-wrap {
        background: #f1f1f1;
        width: calc(100% / 4 - 5px);
        display: inline-block;
        margin: 0 0px;
        padding: 16px 5px 12px;
        margin-bottom: 5px;
    }

    .main {
        margin-top: 5rem;
    }

    .left-news-box {
        width: 17%;
    }

    .news-contents {
        width: 77%;
    }

    .cutsom_about {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about_row {
        flex-direction: column-reverse;
    }
}


@media (max-width: 480px) {


    .site-title {
        font-size: 32px;
    }

    .about-right {
        margin-top: 0px;
    }

    .navbar-brand img {
        width: 275px;
    }

    .main {
        margin-top: 4rem;
    }

    .left-news-box {
        width: 32%;
    }

    .news-contents {
        width: 58%;
    }

    .features-wrap {
        background: #f1f1f1;
        width: calc(100% / 2 - 5px);
        display: inline-block;
        margin: 0 0px;
        padding: 16px 5px 12px;
        margin-bottom: 5px;
    }

    .OurServicesDiv img {
        width: 100%;
    }
}
