.main-slider .slide {
    position: relative;
    padding: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    /* height: 100vh; */
}

.logo_img{
    width: 540px;
}

.logo_small{
    max-width: 100%;
    width: 255px;
}

.header-top {
    position: relative;
    width: 100%;
    background: #0d3d70;
}

.about-section .about-content .title {
   
    font-size: 40px;
   
}

.single-cause-content .lower-content .text {
    line-height: 0px;
    margin-bottom: 0px;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    margin: 0px 20px;
}

.container-fluid {
    width: 95%;
}

.single-upcoming-event .lower-content {
    position: relative;
    padding: 22px 20px 22px 30px;
}

.overlay-style-two .single-item .image:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 8;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgb(11 10 10 / 22%);
}

.bottom_div {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px; /* spacing between items */
}

/* Tablet (≤ 992px) */
@media (max-width: 992px) {
    .bottom_div {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile (≤ 576px) */
@media (max-width: 576px) {
    .bottom_div {
        grid-template-columns: repeat(1, 1fr);
    }
}


.single-portfolio-content{
    width: 100%;
}

h3 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
}


.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;
    margin: 10px 0px;
}

.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;
}



.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;
}

.text-warning {
    color: #b3630d !important;
}

.footer_logo_img{
    width: 375px;
}

.footer_div_new{
    display: flex;
    gap: 50px;
}

.footer-content .service-widget .list li a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
}

.footer-content .contact-widget p {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 18px;
}

.footer-content .contact-widget {
    margin-left: 50px;
}

.header-top .social-content li a, .header-top .social-content li {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    line-height: 24px;
}

.header-style-three .header-top .top-left .text {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-size: 18px;
}

.header-style-three .header-top .top-right .social-content li a {
    color: #fff3f3;
}

.header-style-three .header-top .top-right .social-content li a:hover {
    color: #ff5e14;
}

.footer-content .logo-widget .footer-social li {
    position: relative;
    display: inline-block;
    padding: 5px;
    margin: 0;
}


.footer-bottom .copyright, .footer-bottom .copyright a, .footer-bottom .footer-nav li a {
    position: relative;
    color: #fff;
    font-size: 18px;

}

.header-style-three .header-bottom {
    position: relative;
    background: #0d3d70;
    width: 100%;
}

.header-upper {
    position: relative;
    background: #ffffff;
    padding: 10px 0px 10px 0px;
}

.upper_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 18px;
    font-family: 'Work Sans', sans-serif;
    color: #222222;
    line-height: 30px;
    font-weight: 500;
    opacity: 1;
    text-transform: capitalize;
    padding: 31px 0px 29px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-style-three .header-bottom .nav-outer {
    position: relative;
    background: #0d3d70;
    padding: 0px 30px 0px 10px;
}

.header-style-three .header-bottom .nav-outer .main-menu .navigation > li > a {
    color: #ffffff;
    padding: 15px 0px 15px 0px;
}




.latest-news {
    background-color:rgb(3, 71, 149);
    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: #2b3990 !important;
}

.rbt-information-list li a{
    color: #fff;
}

.rbt-information-list li a:hover {
    color: #fda41b;
}

/* .strong_new {
    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);
}
} */


.single-upcoming-event {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    background-color: #fff;
}

.overlay-bg::after {
    position: absolute;
    content: '';
    background-image: url('../img/pattern.png');
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.overlay-bg{
    background: #09095c;
    position: relative;

}

.btn-secondary {
    border: 2px solid #6c757d !important;
    background-color: #6c757d;
    color: #fff !important;
}

.btn-secondary:hover{
    background-color: #6c757d !important;
    color:#fff;
}

.page-title {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0px 120px 0px;
}

.page-title .content-box .title {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 75px;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
}



.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;
    height: 140px;
    width: 140px;
}
.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;
}


.abtUs_btn{
    background-color: #ff5e14;
    color: #fff !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;
            line-height: 1.7;
        }

        .content_chairman p {
            margin-bottom: 18px;
            font-size: 16px;
        }

        .greeting_chairman {
            font-weight: 600;
            font-size: 17px;
        }

        .highlight_chairman {
            background: #f0f7ff;
            border-left: 5px solid #1e6fa7;
            padding: 18px 22px;
            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;
            list-style: none;
        }

        .content-list li {
            margin-bottom: 10px;
            font-size: 15.5px;
        }

        .sub-highlight_chairman {
            background: #fff9e6;
            border-left: 5px solid #f5b041;
            padding: 18px 22px;
            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;
                                max-width: 85%;
                        }


        .chairman_top_container{
            display: flex;
            justify-content:space-between ;
            align-items: center;
        }

        .chairman_msg_img {
            width: 150px;
        }



        @media (max-width: 768px) {
            .content_chairman, .footer_chairman {
                padding: 25px;
            }

            .header_chairman h1 {
                font-size: 24px;
            }
        }

.contact-section .contact-info .single-info {
    position: relative;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
    background-color: #fff;
}

.icon_img_inner{
    width: 60px;
}

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;
    background-color: #fff !important;
}


.contact-section .contact-info .left-column {
    padding: 50px 60px 50px 60px;
    border: 1px solid #36348e26;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


/* .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;
}