.call-now-btn{
    color: rgb(241, 15, 15);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: fit-content;
    height: fit-content;
    padding-block: 5px;
    padding-inline: 20px;
    background: #f7f7f7;
    transition-duration: 300ms;
    border-radius: 5px;
}

.call-now-btn a{
    font-weight: bold;
    color: white;
    font-size: small;
}
.call-now-btn:hover{
    border-radius: 20px;
    background-color: #f7f7f7;
    box-shadow: 0px 0px 10px solid black;
    color: #e71212;
}
.call-now-btn a:hover{
    color: rgb(231, 30, 30) !important;
}

.admission-opan{
    margin: 0 0 0 0;
}

/* form styles start */
.form {
    display: flex;
    flex-direction: column;
    border-radius: 0rem 0px 1rem 0px;
    background-color: #fff;
    color: rgb(97 97 97);
    box-shadow: 10px 10px 50px rgba(0, 0, 0, .05);
    width: 25rem;
    background-clip: border-box;
    z-index: 100;
  }
  .form-container{
    position: absolute;
    z-index: 10;
    top: 20%;
    right: 7%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  }
  
  .header {
    position: relative;
    background-clip: border-box;
    background-color: #f91f1e;
    background-image: linear-gradient(to top right,#f91f1e,#ca5f5f);
    /* margin: 10px; */
    border-radius: 0px 50px 0px 0px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 0 #0000,0 0 #0000,0 0 #0000,0 0 #0000,rgba(33,150,243,.4);
    height: 4rem;
    letter-spacing: 0;
    line-height: 1.375;
    font-weight: 600;
    font-size: 1.5rem;
    font-family: Roboto, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .inputs {
    padding: 1.5rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
  }
  
  .input-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 200px;
    width: 100%;
    height: 2.75rem;
    position: relative;
  }
  
  .input {
    border: 1px solid rgba(128, 128, 128, 0.61);
    outline: 0;
    color: rgb(69 90 100);
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.25rem;
    padding: 0.75rem;
    background-color: transparent;
    border-radius: .375rem;
    width: 100%;
    height: 100%;
  }
  
  .input:focus {
    border: 1px solid #f91f1e;
  }
  
  .checkbox-container {
    margin-left: -0.625rem;
    display: inline-flex;
    align-items: center;
  }
  
  .checkbox {
    position: relative;
    overflow: hidden;
    padding: .55rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.027);
    height: 35px;
    width: 35px;
  }
  
  .checkbox input {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  
  .checkbox-text {
    cursor: pointer;
  }
 
  /* me */
  .hero-style1 {
    padding: 80px 0 0 0;
    }
 
  @keyframes glow {
    0% {
      box-shadow: 0 0 0 0 #816c4b;
   }
    50% {
      box-shadow: 0 0 30px 0 #816c4b;
   }
 }
  .btn {
    background: none;
    color: inherit;
    font: inherit;
    border: none;
    outline: none;
    cursor: pointer;
 }
  .btn-glow {
    background: #ffffff;
    color: #e71212;
    text-transform: uppercase;
    box-shadow: 0 0 0 0 #ffb539;
    animation: glow 1.4s ease-out infinite;
 }
  /*me  */
  .sigin-btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    padding: .75rem 1.5rem;
    background-color: #f91f1e;
    background-image: linear-gradient(to top right,#f91f1e,#ca5f5f);
    border-radius: .5rem;
    width: 45%;
    margin: auto;
    outline: 0;
    border: 0;
    color: #fff;
  }
  
  .signup-link {
    line-height: 1.5;
    font-weight: 300;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .signup-link a, .forget {
    line-height: 1.5;
    font-weight: 700;
    font-size: .875rem;
    margin-left: .25rem;
    color: #f91f1e;
  }
  
  .forget {
    text-align: right;
    font-weight: 600;
  }

.states{
    height: 40px;
    padding-left: 0.75rem;
    border: 0.5px solid rgba(128, 128, 128, 0.61);
    background-color: transparent;
}
.margin-left-1{
  margin-left: 55px;
}
.hover-1:hover{
 color: rgb(255, 255, 255);
}
.hover-1{
 color: var(--body-color);
}
@media screen and (max-width: 532px) {
    .form-container{
        position: relative;
        width: 100%;
        top: 10px;
        right: 0;
    }
    .form{
        width: 100%;
    }
    .img-box6-1{
        margin-top: 10px;
    }
    .btn-glow {
      font-size: 14px;
   }
   .call-now-btn{
    font-size: 14px;
   }
   .th-hero-slide .container{
      height: 30vh !important;
   }
   .hero-title{
    font-size: 30px;
   }
   .about-grid{
    padding: 25px 0px 25px;
   }
   .contact-feature{
    gap: 10px;
   }
   .contact-feature .contact-feature-icon{
    height: 25px;
    width: 25px;
    font-size: 16px;
    line-height: 30px;
   }

   .hotel-mngmt-row{
    flex-direction: column-reverse !important;
   }
   
     .error-page{
      height: auto !important;
  }

}
team-grid {
  color:#313437;
  background-color:#fff;
}

.team-grid p {
  color:#7d8285;
}

.team-grid h2 {
  font-weight:bold;
  margin-bottom:40px;
  color:inherit;
}

@media (max-width:767px) {
  .team-grid h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.team-grid .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
}

.team-grid .intro p {
  margin-bottom:0;
}

.team-grid .people {
  padding:10px 0;
}

.team-grid .item {
  margin-bottom:30px;
}

.team-grid .item .box {
  text-align:center;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  height:280px;
  position:relative;
  overflow:hidden;
  border-radius: 20px;
}

.team-grid .item .cover {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(77, 20, 20, 0.5);
  transition:opacity 0.15s ease-in;
  opacity:1;
  padding-top:120px;
  color:#fff;
  text-shadow:1px 1px 1px rgba(0,0,0,0.15);
}

.box .cover > h6{
  color: #fff !important;
}

.team-grid .item:hover .cover {
  opacity:0;
}

.team-grid .item .name {
  font-weight:bold;
  margin-bottom:8px;
}

.team-grid .item .title {
  text-transform:uppercase;
  font-weight:bold;
  color:#bbd8fb;
  letter-spacing:2px;
  font-size:13px;
  margin-bottom:20px;
}

.team-grid .social {
  font-size:18px;
}

.team-grid .social a {
  color:inherit;
  margin:0 10px;
  display:inline-block;
  opacity:0.7;
}

.team-grid .social a:hover {
  opacity:1;
}
.header-logo{
  width: 250px;
}
@media (min-width:272px) and (max-width:550px){
  .header-logo{
    width: 180px;
  }
  .btn-glow{
    font-size: 10px;
  }
  .header{
    font-size: 23px;
  }
  .form-container{
    width: 90%;
    margin: auto;
  }

  .thankyou-img{
    display: none;
    max-width: 80%;
    height: 80% !important;
   }

   .thankyou-logo{
    width: 70%;
    height: 70%;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .thankyou-logo{
    width: 50% !important;
    height: 50% !important;
  }

}
/* thankyou page */

.thankyou-img{
 max-width: 30% !important;
}

.thankyou-logo{
  width: 30%;
  height: 30%;
  margin-right: 50px;
  margin-bottom: 10px;
}

@media (min-width:768px) and (max-width:890px){
  .form-container{
    top: 18%;
    right: -140px;
    width: 80%;
  }
  .header {
   width: 73.3%;
  }
}
  /* form styles end */

  .hotel-mngmt-row{
    flex-direction: row;
  }

  /* Placement services section  */

  h4{
    color: white;
  }

  .stip{
    height: 80px;
  }

  /* Placement services section */

  /* Course category styles start */
  .hide { display: none; }
.campus-points{
  margin-top: 4px !important;
}
  .active-filter{
    background: #f91f1e !important;
    color: white !important;
  }

  /* spinner animation */

  .spinner{
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
  }
  @keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


.state-custom{
  position: relative;
}

.state-custom i{
  position:  absolute;
  top: 15px;
  right: 15px;
}