﻿:root {
    --theme-primary:#36348e;
    --theme-secondary: #ffc107;
}



.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;
    }
.chairmanMSGParent {
    position: relative;
    width: 70%;
}
.chairmanImgInner {
    object-fit: cover;
    border: 3px solid #f7b005;
    background-color: #2c48b6;
    position: relative;
    max-width: 100%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 9;
}
.chairPerson_img {
    width: 255px !important;
    position: relative;
    left: 108px;
    top: 50%;
    transform: translate(-50%);
}
.header-top {
    padding: 9px 0 10px 0;
    position: relative;
    /* background: #36348e; */
    z-index: 9999;
}

.header-top-social a {
    background: #fda31b;
}

.header-top-social a:hover {
    color: #ffffff;
}


.navbar .nav-item .dropdown-menu {
   
    background: var(--theme-primary);
    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;
  
}
.one-line {
    display: inline-block; /* or block */
    max-width: 150px; /* adjust as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* shows ... */
}

/*.hero-slider.owl-theme .owl-nav [class*=owl-] {
 
    background: rgb(253 163 27);
   
}*/
.hero-slider.owl-theme .owl-nav [class*=owl-] {
    background: rgb(195 169 127 / 10%);
    border: 1px solid #ffffff26;
}

.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: var(--theme-primary);
    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: #fda31bbf;
    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;
    justify-content:center;
}

.department-btn a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
   

.OurServicesDiv img{
        width: 100%;
}


.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 - 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: 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: var(--theme-primary);
    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; 
         width:100%;
}

.Contact-btn{
        padding: 10px 10px;
}

.about-text{
    font-size: 18px;
}

.about-quote p{
     font-size: 18px;
}







/* ------------------------------------------------------------------------------------------- */


.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 {
        height: 140px;
        object-position: center;
        width: 140px;
        object-fit: fill;
    }
.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;
}


.content-list li{
    font-size: 18px;
    padding-bottom: 2px;
}

.content-list li .icon{
 color: #e6bb2e;
  margin-right: 8px;
}





        .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;
            }
        }

/* ------------------------------------------------------------------------------------------------------------------- */


.owl-next.disabled{
    cursor: no-drop !important;
}

.owl-prev.disabled{
        cursor: no-drop !important;
}

.text-primary-custom{
    color: #fda31b !important;
    font-weight: 600;
}

.text-primary-custom:hover{
    color: #cf014c !important;
}

.chairPerson_img{
    width: 300px;
}


.footer_log_img{
    width: 350px;
}


.custom_footer a:hover{
  background-color:#fda31b !important;

}


#dataTable td a {
    display: block;
    width: 100%;
    color: #000000;
    text-decoration: none;
}

#dataTable td a:hover {
    text-decoration: underline;
}


.contact-info {
    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;
    height: 330px;
}

.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-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;
}


.Archive_text{
    font-weight: 600;
    color: #0067b8;
    font-size: 18px;
}

.Archive_text:hover{
     color: #FDA31B;
}


.header-top-right{
    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;
}

.text-primary-custom {
    color: var(--theme-primary) !important;
}

/*.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;
}
#purple {
	background-color: #36348e;
}
#green {
	background-color: #27ae60;
}

.footer-area {
    background: var(--theme-primary);
    position: relative;
    z-index: 1;
}

.member_img_latest{
    height: 140px;
    width: 140px;
    object-fit: fill;
}


.inner_aTag{
    width:100%;
}
/* -------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1400px) {
    .about-text{
    font-size: 16px;
}

  .department-btn a {
      font-size: 10px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
  }

.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: 100%;
}

.event-title a{
    font-size: 20px;
}



}





@media (max-width: 768px) {


    .search-box-outer{
        display: none;
    }

    .OurServicesDiv img {
    width: 100%;
}

    .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%;
}

   
}

.OurServicesDiv {
    display: grid;
    gap: 20px;
}

/* Large screens (desktop) → 5 in a row */
@media (min-width: 1200px) {
    .OurServicesDiv {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* Tablet → 3 top, 2 bottom */
@media (min-width: 768px) and (max-width: 1199px) {
    .OurServicesDiv {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile → 1 below another */
@media (max-width: 767px) {
    .OurServicesDiv {
        grid-template-columns: 1fr;
    }
}
 