/*=====================================
        GOOGLE FONT & RESET
======================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Hind',sans-serif;
    font-size:16px;
    color:#222;
    background:#f5f7fa;
    line-height:1.7;
    overflow-x:hidden;
}

a{
    text-decoration:none;
    transition:.3s;
}

img{
    max-width:100%;
    display:block;
}

ul{
    list-style:none;
    margin:0;
    padding:0;
}

.container{
    max-width:1320px;
}

/*=====================================
        HEADER
======================================*/

.site-header{
    background:#ffffff;
    border-bottom:1px solid #dcdcdc;
    padding:12px 0;
}

.header-area{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.header-logo{
    flex:0 0 90px;
    text-align:center;
}

.header-logo img{
    width:85px;
    height:85px;
    object-fit:contain;
}

.header-title{
    flex:1;
    text-align:center;
}

.header-title h1{
    font-size:40px;
    font-weight:700;
    color:#8b0000;
    margin-bottom:6px;
}

.header-title h1 i{
    color:#0b5394;
    margin-right:8px;
}

.header-title h2{
    font-size:24px;
    color:#333;
    font-weight:600;
}

.header-title h2 i{
    color:#0b5394;
    margin-right:6px;
}

/*=====================================
        NAVBAR
======================================*/

.main-navbar{
    background:#0b5394;
    padding:0;
}

.main-navbar .navbar-nav .nav-link{
    color:#fff;
    padding:14px 18px;
    font-size:16px;
    font-weight:600;
}

.main-navbar .navbar-nav .nav-link:hover,
.main-navbar .navbar-nav .nav-link.active{
    background:#08457c;
    color:#fff;
}
/*=====================================
        DROPDOWN MENU
======================================*/

.dropdown-menu{
    border:0;
    border-radius:0;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
    padding:8px 0;
}

.dropdown-item{
    padding:10px 18px;
    font-size:15px;
    transition:.3s;
}

.dropdown-item:hover{
    background:#0b5394;
    color:#fff;
}

/*=====================================
        HOME SLIDER
======================================*/

.home-slider{
    width:100%;
    margin:0;
    padding:0;
    overflow:hidden;
}

.home-slider .carousel{
    width:100%;
}

.home-slider .carousel-item{
    height:380px;          /* पहले 420 था */
}

.slider-img{
    width:100%;
    height:380px;
    object-fit:cover;
    object-position:center;
    display:block;
}

/* Slider Caption */

.carousel-caption{
    background:rgba(0,0,0,.45);
    border-radius:8px;
    padding:15px 25px;
    bottom:20px;
}

.carousel-caption h2{
    font-size:30px;
    font-weight:700;
    color:#fff;
    margin-bottom:8px;
}

.carousel-caption p{
    color:#fff;
    font-size:16px;
    margin:0;
}

/* Slider Button */

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color:rgba(0,0,0,.45);
    padding:18px;
    border-radius:50%;
}

/*=====================================
        SECTION COMMON
======================================*/

.section-card{
    border:1px solid #ddd;
    border-radius:8px;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
}

.section-header,
.notice-header{
    background:#0b5394;
    color:#fff;
    font-size:18px;
    font-weight:600;
    padding:12px 18px;
}
/*=====================================
        CEO MESSAGE
======================================*/

.welcome-section{
    padding:25px 0;
    background:#f8f9fa;
}

.section-card{
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    overflow:hidden;
}

.section-header{
    background:#0b5394;
    color:#fff;
    font-size:18px;
    font-weight:600;
    padding:12px 18px;
}

.notice-header{
    background:#c62828;
    color:#fff;
    font-size:18px;
    font-weight:600;
    padding:12px 18px;
}

.ceo-photo{
    width:160px;
    height:190px;
    object-fit:cover;
    border:3px solid #ddd;
    border-radius:8px;
    margin:auto;
}

.card-body p{
    font-size:15px;
    color:#444;
    text-align:justify;
    line-height:1.8;
}

/*=====================================
        NOTICE BOARD
======================================*/

.notice-body{
    padding:10px;
    height:280px;
    overflow:hidden;
}

.notice-list li{
    border-bottom:1px dashed #ddd;
    padding:10px 0;
}

.notice-list li:last-child{
    border:none;
}

.notice-list a{
    color:#333;
    font-size:14px;
    font-weight:500;
}

.notice-list a:hover{
    color:#0b5394;
}

.notice-list i{
    margin-right:8px;
}

/*=====================================
        SCHEME SECTION
======================================*/

.scheme-section{
    padding:35px 0;
    background:#fff;
}

.scheme-card{
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    padding:15px;
    text-align:center;
    transition:.3s;
    height:100%;
}

.scheme-card:hover{
    transform:translateY(-5px);
    box-shadow:0 5px 15px rgba(0,0,0,.12);
    border-color:#0b5394;
}

.scheme-logo{
    width:60px;
    height:60px;
    object-fit:contain;
    margin:0 auto 12px;
}

.scheme-card h5{
    font-size:16px;
    color:#0b5394;
    font-weight:700;
    margin-bottom:8px;
}

.scheme-card p{
    font-size:13px;
    color:#555;
    line-height:1.6;
    margin:0;
}
/*=====================================
        FOOTER
======================================*/

.my-custom-master-footer{
    background:#1f1f1f;
    color:#fff;
    padding:15px 0;
    border-top:4px solid #0b5394;
    font-size:14px;
}

.my-custom-master-footer strong{
    color:#ffc107;
}

.my-custom-master-footer i{
    margin-right:5px;
}

.my-custom-master-footer a{
    color:#fff;
}

.my-custom-master-footer a:hover{
    color:#ffc107;
}

/*=====================================
        BUTTON
======================================*/

.btn-primary{
    background:#0b5394;
    border-color:#0b5394;
}

.btn-primary:hover{
    background:#08457c;
    border-color:#08457c;
}

/*=====================================
        RESPONSIVE
======================================*/

@media(max-width:992px){

.header-logo img{
    width:65px;
    height:65px;
}

.header-title h1{
    font-size:28px;
}

.header-title h2{
    font-size:18px;
}

.home-slider .carousel-item,
.slider-img{
    height:300px;
}

.ceo-photo{
    width:130px;
    height:160px;
}

.notice-body{
    height:220px;
}

}

@media(max-width:768px){

.header-area{
    flex-direction:column;
    text-align:center;
}

.header-logo{
    margin-bottom:10px;
}

.header-title{
    padding:0;
}

.header-title h1{
    font-size:20px;
    line-height:1.5;
}

.header-title h2{
    font-size:14px;
}

.main-navbar .navbar-nav .nav-link{
    padding:10px 15px;
}

.home-slider .carousel-item,
.slider-img{
    height:200px;
}

.carousel-caption{
    display:none;
}

.ceo-photo{
    width:110px;
    height:135px;
}

.section-header,
.notice-header{
    font-size:16px;
}

.notice-body{
    height:180px;
}

.scheme-card{
    padding:12px;
}

.scheme-logo{
    width:50px;
    height:50px;
}

.scheme-card h5{
    font-size:14px;
}

.scheme-card p{
    font-size:12px;
}

.my-custom-master-footer{
    font-size:12px;
    text-align:center;
}

}

/*=====================================
        END OF STYLE.CSS
======================================*/