body {
    padding: 0px;
    margin: 0px;
}

.rspnsv_cor_img{
        aspect-ratio:16/7;
        filter: brightness(70%);
    
  
 }
 .rspnsv_card_img{
    aspect-ratio:3/2;
    
 }

.heder_bg {
    background-color:  #172c7a !important;
    /* color: beige !important; */
}

.heding {
    margin-top: 50px;
    margin-bottom: 50px;
   
}





.foot_ul_li {
    list-style: none;
    margin: 0px !important;
    padding: 0px !important;
}

.foot_ul_li li {
    border: none;
    margin: 0px !important;
    padding: 0px !important;
}

footer {
    background-color: #616896;
    color: white;
    padding: 20px;
}

.sub_foot {
    background-color: #172c7a;
    color: white;
    margin: 0px !important;
    /* padding: 0px !important; */
}

.coursel_btn {
    background-color: #172c7a;
    padding: 20px;
    border-radius: 50%;
}

.coursel_blut {
    width: 14px !important;
    height: 14px !important;
    padding: 0 !important;
    margin-right: 6px !important;
    margin-left: 5px !important;
    border-radius: 50%;
    background-color: aquamarine !important;
}

.carousel-caption h1{

    font-size: 10vh;
    color:aqua;
}
.carousel-caption h3{

    font-size: 3vh;
    color: rgb(255, 255, 255);
    
}
li a:hover{

    color:orange !important;
}



/* .socil_icon li a{
    background-color: #172c7a;
    padding: 10px;
    
} */

/* .socil_icon a{
    background-color: #172c7a;
    border-radius: 50%;
    padding: 0.5em;
    font-size: 20px;
} */

.socil_icon a i{
    background-color: #172c7a;
    border-radius: 50%;
    padding: 0.5em;
    font-size: 30px;
    color: aliceblue;
}

.socil_icon a i:hover{
    background-color:aquamarine;
    color: black;

}
.faculty{
    background-color: #172c7a;
padding: 50px 0px;
}
.avatar {
    border: 0.3rem solid rgba(#fff, 0.3);
    margin-top: -6rem;
    margin-bottom: 1rem;
    max-width: 9rem;
  }
  .owl-carousel .owl-item img {
    display: inline !important;
  }

  .dir-img{
    width: 100%;

  }
  .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
 }