.home-banner-body {
    position: relative;
    width: 100%;
}
#footer{
    margin-top: 0;
}
.updates-body {
    width: 100%;
    background-color: #F5F5F5;
    padding: 4px 0;
    padding: 0;
    margin: 0;
}


.updates-head {
    color: #0E5982;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 5px 0;
    width: 104px;
    position: absolute;
    background-color: #F5F5F5;
    z-index: 10;
}

.updates-text {
    font-size: 16px;
    color: #0E5982;
    font-weight: 500;
    padding: 0;
    margin: 0;

}
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    color: white;
    font-size: 50px;
    font-weight: 500;
    padding: 20px;
    border-radius: 10px;
}
.home-banner-item{
    width: 100%;
    /* filter: brightness(50%); */
}

.home-heading-blue{
    color: #0E5982;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0;
}
.home-heading-white{
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0;
}
.home-paragraph-text-black{
    color: black;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
}

/* status-quo  */
.status-quo-body{
    width: 100%;
    background-color: #0E5982;
    padding: 45px 0;
}
.status-card{
    width: 100%;
}
.status-card-head{
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    margin-bottom:0px;
}
.status-card-text{
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin-bottom:0px;
}

/* principals-message  */
.principals-message-body{
    background-color: #fff;
    width: 100%;
    padding: 60px 0;
}
.principals-img{
    width: 100%;
    border-radius: 15px;
    margin-bottom: 0;
    padding: 0;
}
.principals-name{
    color: #0E5982;
    margin: 20px 0 5px;
    font-weight: 500;
    font-size: 20px;
}
.principals-deci{
    color: #0E5982;
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 16px;
}

/* news */
.news-slick-prev,  .news-slick-next{
    color: #ffffff;
    border: #ffffff solid 1px;
    background-color: transparent;
    margin-left: 10px;
}
.event-slick-prev,  .event-slick-next{
    color: #003365;
    border: #003365 solid 1px;
    background-color: transparent;
    margin-left: 10px;
}
.news-body{
    background-color: #106491;
    width: 100%;
    padding: 60px 0;
}
.news-box{
    padding: 0 20px;
}
.news-box-body{
    height: 500px;
    background-size: cover !important;
    background-position: center;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.news-box-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
}
.news-box-overlay-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
}
.news-box-head-white{
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}
.news-box-text-white {
    color: #fff;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;
}


.news-button{
    border: #ffffff 2px solid;
    background-color: #ffffff;
    color: #003365;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    padding: 10px 30px;
    transition: all 0.2s ease-in-out;
}
.news-button:hover{
    color: #ffffff;
    transform: scale(1.04);
    background-color: transparent;
}
.news-box-button-small{
    border: #ffffff 2px solid;
    background-color: #ffffff;
    color: #003365;
    font-size: 12px;
    font-weight: 500;
    border-radius: 30px;
    padding: 5px 20px;
    transition: all 0.2s ease-in-out;
}
.news-box-button-small:hover{
    color: #ffffff;
    transform: scale(1.04);
    background-color: transparent;
}
/* Happening ends */

/* recent news amd events starts */
.recent-news-events-body{
    background-color: #F2F2F2;
    width: 100%;
    padding: 60px 0;
}
.fl{
    width: 15px;
    height: 170px;
    float: left;
}

.recent-news-events-box{
    height: 170px;
    background-color: white;
    border-radius: 10px;
}
.recent-news-events-img {
    border-radius: 10px 0 0 10px;
    height: 170px;
    width: 170px;
    float: left;
}
.recent-news-events-text-box{
padding: 10px 5px;
}
.recent-news-events-head{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}
.recent-news-events-text {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
     overflow: hidden;
     margin-bottom: 0;
}
.recent-news-events-date {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.recent-news-events-button{
    border: #003365 2px solid;
    background-color: #ffffff;
    color: #003365;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    padding: 10px 30px;
    transition: all 0.2s ease-in-out;
}
.recent-news-events-button:hover{
    color: #000000;
    transform: scale(1.04);
    background-color: transparent;
}

/* our-recruiters */
.our-recruiters-body{
    background-color: #ffffff;
    width: 100%;
    padding: 60px 0;
}
.our-recruiters-black-box{
    border-radius: 20px;
    padding: 50px 10px;
    background: #2C2C2C;
}
.our-recruiters-white-text{
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}

/* testimonials-body start  */
.testimonials-body{
    padding: 60px 0;
}
#testimonials-crsl {
    margin-top: 20px;
}
.card {
    background-color: #ffffff;
    border-radius: 5px;
    border: #003365 solid 1px;
    padding: 20px;
}
.testimonials-image {
    max-width: 100%;
    border-radius: 50%;
    padding: 0;
}
.testimonial-text {
    font-size: 15px;
    text-align: justify;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
     overflow: hidden;
}
.testimonial-name {
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    margin-bottom: 0;
}
.testimonial-deci {
    color: #888;
    font-style: italic;
    font-size: 15px;
    color: #000000;
    margin-bottom: 0;
}
/* testimonials-body ends  */

/* view-gallery  */
.view-gallery-body{
    width: 100%;
    padding: 20vh 0;
    background: url('../../images/home-ui/view-gallery-img.jpg') center/cover;
}
.view-gallery-text{
    color: #FFF;
    text-align: center;
    font-size: 100px;
    font-weight: 800;
}
.view-gallery-button{
    border: #ffffff 2px solid;
    background-color: #ffffff;
    color: #003365;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    padding: 10px 30px;
    transition: all 0.2s ease-in-out;
}
.view-gallery-button:hover{
    color: #ffffff;
    transform: scale(1.04);
    background-color: transparent;
}

@media only screen and (max-width: 992px){
    .overlay-text {
        left: 40px;
        font-size: 40px;
    }
    .home-heading-blue{
        font-size: 26px;
    }
    .home-heading-white{
        font-size: 26px;
    }
    .home-paragraph-text-black{
        font-size: 15px;
    }
    .status-quo-body{
        padding: 40px 0;
    }
    .status-card-head{
        font-size: 30px;
    }
    .status-card-text{
        font-size: 18px;
    }
    .principals-name{
        font-size: 19px;
    }
    .principals-deci{
        font-size: 15px;
    }
    .news-box{
        padding: 0 15px;
    }
    .news-button{
        font-size: 15px;
        padding: 8px 28px;
    }
    .fl{
        height: 150px;
    }
    .recent-news-events-box{
        height: 150px;
    }
    .recent-news-events-img {
        height: 150px;
        width: 150px;
    }
    .recent-news-events-button{
        font-size: 15px;
        padding: 8px 28px;
    }
    .view-gallery-text{
        font-size: 90px;
    }
    .view-gallery-button{
        font-size: 15px;
        padding: 8px 28px;
    }
}
@media only screen and (max-width: 767px){
    .overlay-text {
        left: 30px;
        font-size: 30px;
    }
    .home-heading-blue{
        font-size: 23px;
    }
    .home-heading-white{
        font-size: 23px;
    }
    .home-paragraph-text-black{
        font-size: 14px;
    }
    .status-quo-body{
        padding: 30px 0;
    }
    .status-card-head{
        font-size: 28px;
    }
    .status-card-text{
        font-size: 16px;
    }
    .principals-img{
        margin-bottom: 20px;
    }
    .principals-name{
        font-size: 18px;
    }
    .principals-deci{
        font-size: 14px;
    }
    .news-box{
        padding: 0 10px;
    }
    .news-button{
        font-size: 14px;
        padding: 6px 26px;
    }
    .fl{
        height: 130px;
    }
    .recent-news-events-box{
        height: 130px;
    }
    .recent-news-events-img {
        height: 130px;
        width: 130px;
    }
    .recent-news-events-head{
        font-size: 17px;
    }
    .recent-news-events-text {
        font-size: 15px;
    }
    .recent-news-events-date {
        font-size: 13px;
    }
    .recent-news-events-button{
        font-size: 14px;
        padding: 6px 26px;
    }
    .view-gallery-body{
        padding: 130px 0;
    }
    .view-gallery-text{
        font-size: 65px;
    }
    .view-gallery-button{
        font-size: 14px;
        padding: 6px 26px;
    }
    .testimonials-image {
        padding: 10px 60px;
    }
    
}

@media only screen and (max-width: 576px){
    .overlay-text {
        left: 20px;
        font-size: 20px;
    }
    .home-heading-blue{
        font-size: 20px;
    }
    .home-heading-white{
        font-size: 20px;
    }
    .home-paragraph-text-black{
        font-size: 13px;
    }
    .status-quo-body{
        padding: 15px 0;
    }
    .status-card-head{
        font-size: 20px;
    }
    .status-card-text{
        font-size: 14px;
    }
   
    .principals-name{
        font-size: 17px;
    }
    .principals-deci{
        font-size: 13px;
    }
    .news-box{
        padding: 0 5px;
    }
    .news-button{
        padding: 6px 24px;
    }
    .fl{
        height: 100px;
    }
    .recent-news-events-box{
        height: 100px;
    }
    .recent-news-events-img {
        height: 100px;
        width: 100px;
    }
    .recent-news-events-head{
        font-size: 16px;
    }
    .recent-news-events-text {
        font-size: 14px;
    }
    .recent-news-events-date {
        font-size: 12px;
    }
    .recent-news-events-button{
        padding: 6px 24px;
    }
    .view-gallery-body{
        padding: 100px 0;
    }
    .view-gallery-text{
        font-size: 50px;
    }
    .view-gallery-button{
        padding: 6px 24px;
    }
}