
@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Goldman:wght@400;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Inter", sans-serif !important;
}

:root {
    --theme-primary: #36348e;
    --theme-secondary: #ffc107;
}


.contact_img {
    width: 60px;
    margin-bottom: 20px;
}

.rbt-address {
    padding: 40px;
    background: var(--color-white);
    padding-bottom: 50px;
    transition: 0.3s;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-1);
    height: 100%;
    border: 1px solid #36348e47;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.text-right {
    text-align: right;
}

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

    .Archive_text:hover {
        color: #FDA31B;
    }

label {
    display: flex;
    gap: 10px;
    align-items: center;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    padding: 4px;
    width: 70px;
    height: 38px;
}

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

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


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

table thead td {
    padding: 10px;
}

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

    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;
}



.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;
    }

.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;
    }

.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;
}

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

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

.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: 768px) {
    .content_chairman, .footer_chairman {
        padding: 25px;
    }

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




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

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

.chairPerson_img {
    width: 300px;
}

.pg-team-title ul {
    padding: 0;
    margin: 0;
}

    .pg-team-title ul li {
        list-style: none;
        margin: 0;
    }


.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: cover;
        object-position: center;
    }

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

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

        .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;
    }

.rbt-header .logo a img {
    max-height: 110px;
    object-fit: cover;
}

.rbt-banner-6.variation-03 {
    height: 634px;
    display: flex;
    align-items: center;
}

.email_p {
    color: #fff;
    font-size: 14px;
    i

{
    margin-right: 10px;
}

}

.abt_us_img {
    max-width: 100%;
    width: 520px;
}


.latest-news {
    background-color: var(--theme-primary);
    width: 100%;
    padding: 3px 0 3px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rbt-information-list li a {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    color: #0a3087;
    display: flex;
    align-items: center;
    transition: 0.4s;
    font-weight: 400;
}

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

    .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: 81%;
    margin-right: 20px;
    height: 100%;
    display: flex;
}

.notice_marquee a::before {
    content: "➡️ ";
}

.notice_marquee a {
    color: white;
    font-weight: 300;
    margin-right: 60px;
    font-size: 16px
}

.top_header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: var(--theme-primary) !important;
}

.rbt-information-list li a {
    color: #fff;
}

    .rbt-information-list li a:hover {
        color: #fda41b;
    }

strong {
    margin-left: 5px;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 50%;
    background: #f7b005;
    padding: 0px 7px;
    animation: blink 1s infinite;
    -webkit-animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        color: blue;
    }

    100% {
        color: rgb(118, 0, 0);
    }
}

.custom_ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    li

{
    list-style: none;
    height: 44px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

}


.about-style-4 .about-thumb .shape-2 {
    position: absolute;
    top: -64px;
    right: 3px;
    z-index: -1;
    opacity: 0.5;
}

.member_section {
    background: var(--theme-primary);
    position: relative;
}

    .member_section:after {
        content: "";
        background-image: url('../image/pattern.png');
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
    }

.member_img {
    width: 304px;
    height: 406px;
    object-fit: cover;
}

.swiper-slide .team-style-default.style-three {
    margin: 0px;
}

.memb_img {
    width: 260px !important;
    height: 260px !important;
    object-fit: cover !important;
}

.member_row .inner {
    border: 1px dashed #09095c42;
}

.service_img {
    width: 355px;
    height: 240px;
    object-fit: cover;
}

.social-default li a {
    width: 35px;
    height: 35px;
    line-height: 32px;
    i

{
    font-size: 14px;
}

}

.custom_footer {
    background-color: var(--theme-primary);
}

.footer-style-1 .ft-title {
    color: #ffc107fa;
    margin-bottom: 20px;
}

.footer-widget .ft-link li a {
    color: #ffffff;
    display: inline-block;
    position: relative;
}


.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a:hover {
    color: #ffffff !important;
    background: var(--theme-primary);
}

.large_submenu {
    width: 400px;
}

.header-left {
    padding-right: 25px;
    border-right: 1px solid #e8e8e7;
}

.rbt-header .mainmenu-nav .mainmenu {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.mob_num {
    font-size: 16px;
}

.rbt-header .mainmenu-nav .mainmenu > li > a {
    padding: 0 16px;
}

.social-img {
    width: 16px;
}

.social-icon li a img {
    transition: filter 0.3s ease, transform 0.3s ease;
}

.social-icon li a:hover img {
    filter: brightness(0) invert(1);
    transform: scale(1.1);
}

.bottom_logo_div {
    background-color: #fff;
    border-radius: 3px;
}

.logo a img {
    max-height: 75px;
    object-fit: cover;
}

.copyright-style-1 .copyright-link li a {
    color: #fdfdff;
    transition: 0.4s;
}

.copyright-style-1 p {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
}


.rbt-card.variation-04 {
    padding: 15px;
}

    .rbt-card.variation-04 .rbt-card-body {
        padding-top: 10px;
    }

.rbt-card .rbt-card-body .rbt-card-title {
    font-size: 22px;
}

.rbt-card .rbt-card-body .rbt-card-text {
    font-size: 15px;
}

.stud_event {
    height: 348px;
}

.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 - 5px);
    display: inline-block;
    margin: 0 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: 50px;
}

.features-wrap h4 {
    font-size: 15px;
    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;
}

.width-container {
    width: 95%;
}

.instagram-grid a .user-info .user-name {
    font-size: 24px;
    font-weight: 500;
}

.rbt-card {
    z-index: 9;
}

.rbt-card {
    box-shadow: none !important;
}

.social-default li a {
    background-color: #7b88d669;
}

.social-icon li a img {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.card_one {
    box-shadow: rgba(238, 238, 238, 0.5) 0px 4px 20px 0px;
    background-color: rgb(255, 226, 229);
    /* background-color: rgb(250, 90, 125); */
    /* .feat-img-box{
        background-color: rgb(250, 90, 125);
    } */
}

    .card_one:hover {
        background-color: rgb(250, 90, 125);
    }


.card_two {
    box-shadow: rgba(238, 238, 238, 0.5) 0px 4px 20px 0px;
    background-color: rgb(255, 244, 222);
    /* background-color:rgb(255, 148, 122); */
    /* .feat-img-box{
        background-color:rgb(255, 148, 122);
    } */
}

    .card_two:hover {
        background-color: rgb(255, 148, 122);
    }

.card_three {
    box-shadow: rgba(238, 238, 238, 0.5) 0px 4px 20px 0px;
    background-color: rgb(220, 252, 231);
    /* background-color: rgb(60, 216, 86); */
    /* .feat-img-box{
           background-color: rgb(60, 216, 86);
    } */
}

    .card_three:hover {
        background-color: rgb(60, 216, 86);
    }

.card_four {
    box-shadow: rgba(238, 238, 238, 0.5) 0px 4px 20px 0px;
    background-color: rgb(243, 232, 255);
    /* background-color: rgb(191, 131, 255); */
    /* .feat-img-box{
           background-color: rgb(191, 131, 255);
    } */
}

    .card_four:hover {
        background-color: rgb(191, 131, 255);
    }

.card_five {
    background-color: rgb(224, 242, 255);
    /* background-color: rgb(96, 165, 250); */
    /* .feat-img-box{
        background-color: rgb(96, 165, 250);   
    } */
}

    .card_five:hover {
        background-color: rgb(96, 165, 250);
    }


.card_six {
    background-color: rgb(229, 250, 245);
    /* background-color: rgb(45, 212, 191); */
    /* .feat-img-box{
        background-color: rgb(45, 212, 191);
    } */
}

    .card_six:hover {
        background-color: rgb(45, 212, 191);
    }

.card_seven {
    background-color: rgb(255, 250, 205);
    /* background-color: rgb(251, 191, 36);        */
    /* .feat-img-box{
        background-color: rgb(251, 191, 36);   
    } */
}

    .card_seven:hover {
        background-color: rgb(251, 191, 36);
    }

.card_eight {
    background-color: rgb(255, 240, 250);
    /* background-color: rgb(244, 114, 182); */
    /* .feat-img-box{
        background-color: rgb(244, 114, 182); 
    } */
}

    .card_eight:hover {
        background-color: rgb(244, 114, 182);
    }

.card_nine {
    background-color: rgb(243, 244, 246);
    /* background-color: rgb(34, 211, 238); */
    /* .feat-img-box{
        background-color: rgb(34, 211, 238);  
    } */
}

    .card_nine:hover {
        background-color: rgb(34, 211, 238);
    }

.features-wrap .arrow-btn:hover {
    color: #fff !important;
}

/* .rbt-breadcrumb-default{
    background-image: url('../image/bg-breadcrumb.png');
} */

.rbt-breadcrumb-default {
    background-image: url('../image/bg-breadcrumb.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 310px;
}

    .rbt-breadcrumb-default .title {
        color: #fff;
    }

.page-list li a {
    color: #fff;
}

.rbt-breadcrumb-item .active {
    color: #fff;
}

.page-list li.active {
    color: #fff;
    opacity: unset;
}





.header-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.palette-container {
    /* background-color: #fff; */
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.palette-container {
    position: relative;
}

.fa-palette {
    font-size: 20px;
    color: #0a3d62;
    transition: all 0.2s;
}

.palette-container:hover .fa-palette {
    color: #b3630d;
}



/* Example usage */
.theme-btn,
.Contact-btn {
    background-color: var(--theme-primary) !important;
    border-color: var(--theme-primary) !important;
}

.header-top {
    background-color: var(--theme-primary) !important;
}

.theme-btn:hover {
    opacity: 0.9;
}



.site-title span {
    color: var(--theme-primary);
}








.plaette-colors {
    position: absolute;
    top: 31px;
    left: -20px;
    background-color: var(--theme-primary);
    list-style: none;
    padding: 10px;
    display: none;
}

.palette-container:hover .plaette-colors {
    display: block;
}

.colors {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 10px;
    cursor: pointer;
}

#blue {
    background-color: #0984e3;
}

#yellow {
    background-color: #f65959 !important;
}

#purple {
    background-color: #36348e;
}

#green {
    background-color: #27ae60;
}



.rbt-btn.btn-border:hover {
    background: var(--theme-primary);
    border-color: var(--theme-primary);
    color: var(--color-white);
}





/* Responsive for large screen */


@media (max-width: 1400px) {
    .rbt-header .logo a img {
        max-height: 110px;
        object-fit: cover;
    }

    .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 18px;
    }

    .team-style-default.small-layout .inner .content .title, .rbt-default-card.small-layout .inner .content .title {
        font-size: 16px;
        margin-bottom: 2px;
    }

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

    .rbt-header .mainmenu-nav .mainmenu > li > a {
        font-size: 14px;
    }

    .abt_us_img {
        max-width: 100%;
        width: 450px;
    }

    p {
        font-size: 16px;
    }
}


/* Responsive for tablet screen */

@media (max-width: 768px) {



    .memb_img {
        width: 100% !important;
    }

    .rbt-header .logo a img {
        max-height: 85px;
        object-fit: cover;
    }

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

    .news-contents {
        width: 69%;
    }

    .about-style-4 .about-thumb {
        text-align: center;
    }

    .features-wrap {
        background: #f1f1f1;
        width: calc(100% / 4 - 5px);
        margin-bottom: 5px;
    }

    .instagram-grid {
        max-width: 230px;
    }

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

/* Responsive for Mobile screen */


@media (max-width: 480px) {
    .rbt-btn.btn-sm {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

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




    .about-row {
        flex-direction: column-reverse;
    }

    .rbt-header .rbt-header-wrapper .header-left {
        flex-basis: 100%;
    }

    .header-left {
        padding-right: 10px;
        border-right: 1px solid #e8e8e7;
    }

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

    .news-contents {
        width: 45%;
    }

    .notice_marquee a {
        color: white;
        font-weight: 300;
        margin-right: 60px;
        font-size: 12px;
    }

    .features-wrap {
        margin-bottom: 5px;
        background: #f1f1f1;
        width: calc(100% / 2 - 5px);
    }


    .rbt-About-area {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    h2, .h2 {
        font-size: 26px;
    }

    .rbt-btn {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .memb_img {
        width: 100% !important;
    }

    .cutsom-slide-new {
        padding: 0px 25px !important;
    }

    .custom-padding-section {
        margin-bottom: 20px !important;
    }

    .custom-rbt-section-gapBottom {
        padding-bottom: 0px !important;
    }
}
