.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: 0 0 1rem 1rem;
  background-color: #fff;
  color: rgb(97 97 97);
  box-shadow: 10px 10px 50px rgba(0, 0, 0, .05);
  width: 100%;
  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: 1rem 1rem 0 0;
  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;
  width: 100%;
}

.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: 220px;
  }

  .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: 160%;
  }
}

/* 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;
}

.hero-slider-1 .slick-dots {
  position: absolute;
  bottom: 30px;
  display: none !important;
  right: 25%;
}


#header-row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.th-hero-bg {
  background-image: url(../img/custom/banner-bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.hero-style1 {
  padding: 80px 0 180px 0;
}

.destop-screenonly {
  background-image: url(../img/custom/banner-bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.hero-style1 h1 {
  padding-bottom: 30px;
  font-size: 60px;
}

.flex-counter-banner {
  padding-bottom: 30px;
}


@media screen and (max-width: 532px) {
  #header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .th-hero-bg {
    display: none;
  }

  .moblie-screenonly {
    background-image: url(../img/custom/moblie-screen-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    min-height: 100vh;
    padding-bottom: 50px;
  }

  /* .form-container {
    display: none;
  } */

  .th-hero-wrapper {
    z-index: 2;
    overflow: hidden;
    padding: 40px 0px 50px;
  }

  .hero-1 .shape5,
  .hero-1 .shape4 {
    z-index: 9;
    display: none;
  }

  .form-container {
    position: relative;
    width: 90%;
    top: 31px;
    right: 0;
  }

  .flex-counter-banner {
    display: flex;
    gap: 20px;
    margin-top: -15px;
    justify-content: space-evenly;
  }

  .hero-style1 h1 {
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 1.3;
  }

  .counter-card_text strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
  }

  #counter-card_numbe {
    font-size: 25px;
    text-align: center;
  }

  .banner-text-theme {
    color: #fff;
    font-size: 22px;
    margin-top: 0px !important;
  }

  #counter-card-for-banner {
    border-bottom: 0px !important;
  }
  .header {
    position: relative;
    background-clip: border-box;
    background-color: #f91f1e;
    background-image: linear-gradient(to top right, #f91f1e, #ca5f5f);
    /* margin: 10px; */
    border-radius: 1rem 1rem 0 0;
    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: 20px;
    font-family: Roboto, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.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: 50%;
    margin: auto;
    outline: 0;
    border: 0;
    color: #fff;
}

/* Mobile Menu Fixes */
@media screen and (max-width: 992px) {
  .th-header {
    z-index: 999 !important;
  }
  .sticky-wrapper, .sticky-wrapper.sticky {
    z-index: 999 !important;
  }
  .th-menu-wrapper {
    z-index: 9999999 !important;
  }
  .th-menu-area .th-menu-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    color: #333;
    border: none;
    border-radius: 0;
    padding: 10px;
    font-size: 24px;
    z-index: 99999999 !important;
  }
  .th-menu-area .mobile-logo {
    padding-top: 60px;
    margin-bottom: 20px;
  }
  .th-menu-area .mobile-logo img {
    max-width: 100% !important;
    width: 250px;
  }
  .th-mobile-menu ul li a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
  }
  .whychoose-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}