/*============================ nss  ========================*/

.nss-section h1{
    color: #2a6496;
    text-align: center;
    border-bottom: 2px solid#2a6496;
    padding-bottom: 30px;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}
.nss-section h3{
    font-size: 18px;
    font-weight: bold;
    color: #282a2c;
}
.ncctop {
    padding-top: 50px;
}

/*================== events  =========================*/
.events h1{
    margin-bottom: 60px;
}
.events .col-md-5{
    padding-left: 0px;
    padding-right: 4px;
    margin-bottom: 6px;
}
.events h2{
    padding-bottom: 15px;
    color: #fff;
   
    font-weight: bold;
}
.events img{
    padding-top: -40px;
    outline: 1px solid #fff;
    outline-offset: -10px;
}
.events p{
    font-size: 15px;
}
.eventbg {
    background: #0f3b61;
    color: #fff;
}
.events .col-top{
    margin-top: 80px;
    padding: 0 50px 0 50px;  
}
 .events .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: -30px;
} 
.events .col-bottom .img-responsive{
    margin-bottom: -40px;
}
.events .rowbottom {
    margin-bottom: 60px;
}

/*================== Grant =========================*/

.canvas_text{
    position: absolute;
    top: 35%;
    left: 43%;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
}
/*================== facilities =========================*/
.facilitieshedding h1{
    color: #2a6496;
    text-align: center;
    border-bottom: 2px solid#2a6496;
    padding-bottom: 20px;
    padding-top: 40px;
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: bold;
}

/*=========== library =======*/
.facilities {
    background: url(../images/nss-img/bg-img/library.jpg) no-repeat;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 0px;
}
.facilities-bg{
    background: rgba(255, 255, 255, 0.9);
    color: #282a2c;
}
.sub_head, .facilities h2{
    color: #2a6496;
    font-weight: 600;
    
}
.facilities p{
    font-size: 20px;
    line-height: 1.65;
}
.facilities .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 0px;
} 
.facilities .img-border2{
    margin-bottom: -50px;
    padding-top: 50px;
}

.facilities img{
    
    outline: 1px solid #fff;
    outline-offset: -10px;
}
.facilities  .librarey{
   padding: 35px 30px 0 80px;
}
.facilities .rowbottom{
    margin-bottom: 100px;
}

/*=========== computerlab =======*/
.computerlab {
    background: url(../images/nss-img/bg-img/clab1.jpg) no-repeat;
    background-size: cover;
    margin-top: 50px;
    padding-bottom: 0px;
}
.computerlab .librarey {
    padding: 35px 40px 0 40px;
}

/*=========== computerlab =======*/
.laboratory{
    background: url(../images/nss-img/bg-img/lab3.jpg) no-repeat;
    background-size: cover;
    margin-top: 50px;
    padding-bottom: 0px;
}
/*=========== sports =======*/
.soprts{
    background: url(../images/nss-img/bg-img/sports.jpg) no-repeat;
    background-size: cover;
    margin-top: 50px;
    padding-bottom: 0px;
}
.soprts .librarey {
    padding: 100px 41px 0 40px;
}










/*================== events media  =========================*/
@media (max-width: 967px) { 

    .events .rowbottom {
        margin-bottom: 0px;
    }
    .col-top2 {
        margin-bottom: 80px;
    }

    .facilities .library-top {
        padding-top: 50px;
    }

    .sports p {
        margin-bottom:  50px;
    }
}
