*{
    margin: 0;
    box-sizing: border-box;
}
.top-info-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    height: 55px;
    width: 100%;
    background-color:  #000000;
    color: #ffffff;
    font-size: 16px;
}

.navbar-short-name-of-institute{
    display: none;
}


.top-social-links a{
    text-decoration: none;
    color: #c6c6c6;
}

.custom-image {
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
  

  .navbar {
    padding: 0 80px;
    min-height: 85px;
  }

  .home-info-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 50px;
}

.title-disc-container{
    font-size: 35px;
    padding: 5px 0;
    border-bottom: 2px solid #f4a003;
}
.title-disc-container img{
    width:40vw ;
}


.disc-container{
    padding: 10px 5px;
    width: 60%;
    font-size: 25px;
    text-align: justify;
    text-justify: inter-word;
}


.carousel-item img {
      width: 100%;
    }

.image-container img{
height: 400px;
width: 400px;
}



.main-count-box{
    
    object-fit: cover;
    height: 250px;
    width: 100%;

}

.count-label-box{
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    column-gap: 150px;
    flex-wrap: wrap;
}
.count-label{
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
}

.single-counter-number {
    font-size: 36px;
    color: #f25213;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.bg_cover {
    background-image: url('./images/countbg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.inner-count-box{
    background-color: #07294db8;
    height: 250px;
    width: 100%;
}


.Vision-info-container{
    width: 100%;
    height: 500px;
    background-color: #f25213;
}
.vision-info-img-container{
    background-image: url('./images/fbanner.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.inner-bg-vision-box{
    background-color: #07294dc6;
    height: 100%;
    width: 100%;
}

.inner-bg-vision-box{
    color: #fff;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
    padding: 10px 20px;

}

.vision-title{
    color: #f4dc03;
    font-size: 34px;
}
.vision-disc{
    font-size: 20px;
}


/* BANNER Container */
.gallery-card{
    min-height: 230px;
    width: 200px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.gallery-container{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    column-gap: 30px;
    row-gap: 20px;
    flex-wrap: wrap;
}
.countainer-sec{

    padding-top: 30px;
    padding-left: 80px;
    opacity: 0.8;
    background: #07294d none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
#page-banner{
    height: 210px;
    padding-top: 50px;
    padding-bottom: 50px;

}
.bg_cover {
    position: relative;

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.page-banner-cont h2 {
    
    font-size: 52px;
    color: white;
    padding-bottom: 15px;
}



.page-banner-cont .breadcrumb {
    font-size: 26px;
    margin: 0;
    background: none;
    padding: 0;
    font-weight: 700;
}



















@media only screen and (max-width: 800px) {

    .navbar {
        padding: 0 10px;
        min-height: 85px;
      }
    .top-info-header{
        display: none;
    }
    .navbar-full-name-of-institute{
       
        color:#ffffff;
    }
    .navbar-short-name-of-institute{
        display: inline;
    }

.carousel-item img {
      width: 100%;
      height: 200px;
    }


    .home-info-container{
        padding: 10px 10px;
        flex-direction: column;
    }
    .title-disc-container{
        font-size: 20px;        
    }

    .title-disc-container img{
        width:80vw ;
    }
    .disc-container{
        padding: 10px 10px;
        width: 100%;
        font-size: 18px;
        text-align: justify;
        text-justify: inter-word;
    }

        .image-container img{
        height: 250px;
        width: 250px;
        }

        .count-label-box{
        display: flex;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
        column-gap: 0px;
        row-gap: 10px;
        flex-direction: column;
        flex-wrap: wrap;
}


.vision-info-img-container{
    background-image: url('./images/fbanner.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


.inner-bg-vision-box{
    color: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
    justify-content: center;

}

.vision-title{
    color: #f4dc03;
    font-size: 30px;
}
.vision-disc{
    font-size: 18px;
}

  }





