body {
    padding: 0px;
    font-family: "Ubuntu", sans-serif;
}
.tauri-regular {
   
    font-weight: 400;
    font-style: normal;
  }
/* =====================================Login css====================== */
.bgregis {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../Images/medicine-blue-background-flat-lay_23-2149341573.avif);
    background-repeat: no-repeat;
    background-size: cover;
}
.btnregister {
    background-color: #B3A313;
    color: white;
    transition: transform 0.3s ease;
}
    .btnregister:hover {
        background-color: #B3A313;
        color: white;
        transform: scale(1.1);
    }

.h input {
    height: 50px;
    border-radius: 0%;
    border: 2px solid #a0431b;
}
.mainbox{
   margin-top:70px !important;
   margin-bottom:50px;
}
/* =====================================Login css====================== */
.headline-leftside {
   background-color:orange !important;
}
.onlineadd{
    color: white;
    text-decoration: none;
}
.texthindi{
    background: -webkit-linear-gradient(rgb(254, 10, 51), rgb(0, 0, 197));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.girdent{
  background: -webkit-linear-gradient(rgb(254, 10, 51), rgb(0, 0, 197));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.headbtn{
    width: 100px;
    height: 40px;
    background: linear-gradient( rgb(247, 27, 64) 10%, rgb(2, 2, 183)); 
    border: 0px; 
    color: white; 
    border-radius: 0px;
}
.notice {
    background: linear-gradient(to right, rgb(247, 27, 64) 10%, rgb(2, 2, 183));
    color: white;
  
  }
  .gif {
    height: 2rem;
  }
  .link a {
    text-decoration: none;
    color: black;
  }
  /*--------------------------------------------------------------
  # Department of Technical Eduction
  --------------------------------------------------------------*/
.team .member {
  position: relative;
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.team .member .pic {
  overflow: hidden;
  width: 170px;
  border-radius: 50%;
}
.img1{
  height:170px;
  width:170px;
  text-align: center !important;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;

}

.team .member:hover {
  transform: scale(0.9);
}

.team .member .member-info {
  padding-left: 30px;
  padding-top:50px;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #a0431b; 
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  background: -webkit-linear-gradient(rgb(254, 10, 51), rgb(0, 0, 197));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: rgb(255, 11, 125);
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}


/*--------------------------------------------------------------
  # Department of Technical Eduction
  --------------------------------------------------------------*/
  .aboutbox{
    background-color:orange;
    height:500px;
    padding: 0px;
    border:1px solid black;
  }
  .abouthead{
    margin-top: -13px;
  }
  .aboutpara{
    text-align: justify;
    color:white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

  }
.sectionreading {
    background-color: #a0431b;
    height:230px;
    border: 1px solid black;
    margin-bottom: 20px;
}
  .thumb {
    margin-bottom: 2px;
  }
  
  .page-top {
    margin-top: 20px;
  }
  
  
  img.zoom {
    width: 100%;
    height: 200px;
    border-radius: 0px;
    object-fit: cover;
    
  }
.clr {
        color: #a0431b !important;
}
  /*=====================================footer css============================*/


/*=====================================footer css============================*/
