html {
  scroll-behavior: smooth;
  scroll-padding: 4rem !important;
}

#hero h2 {
  font-size: 18px;
}

#hero h1 {
  font-size: 40px;
}

@media (max-width: 991px) {
  .navbar-toggler {
    display: flex;
  }

  #navbar ul {
    display: none;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 60px;
    left: -200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  #navbar ul.show {
    display: flex;
  }

  .navbar-toggler {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    position: relative;
    z-index: 9999;
    color: #fff;
  }

  .navbar-toggler span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: background-color 0.3s ease-in-out;
    color: #fff;
  }

  #navbar ul li a {
    background-color: #f8f9fa;
    color: #333;

    text-align: left;
    border-bottom: 1px solid #ddd;
  }

  #navbar ul li {
    width: 300px;
  }
}

.about {
  color: #29307c;
  padding: 0px;
}

.about .content h3 {
  font-size: 20px;
}

p {
  text-align: justify;
  font-size: 14px;
}

.about .content ul li {
  font-size: 14px;
}

.section-title p {
  font-size: 30px;
}

.specials .details h3 {
  font-size: 20px;
}

#hero .tagLine {
  font-size: 54px;
  font-weight: 700;
  line-height: 63px;
  margin: 35px;
}

#hero .subTagLine {
  font-size: xx-large;
  font-weight: 600;
}

@media (max-width: 991px) {
  #hero .tagLine {
    font-size: 33px;
    font-weight: 700;
    line-height: 55px;
  }
  #hero .subTagLine {
    font-size: large;
  }
  #logo {
    padding-left: 0px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #hero .tagLine {
    font-size: x-large;
    font-weight: 600;
    line-height: 2rem;
  }
  #hero .subTagLine {
    font-size: large;
  }
}

#mission {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#vision {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#mvv_section {
  p {
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
}

#logo {
  margin-left: unset;
  width: 100%;
  padding-top: 0px;
  height: 66px;
  padding-left: 20px;
}

#logo1 {
  margin-left: unset;
  width: 99%;
  padding-top: 0px;
  padding-left: 20px;
}

#head {
  text-align: left;
  padding-top: 10px;
  font-weight: 700;
  font-size: 20px;
}

#section {
  border-radius: 7px;
  width: 100%;
  height: 220px;
}
.ser {
  background-color: #333;
  padding: 32px;
  border-radius: 15px;
  min-height: 450px;
  margin-bottom: 20px;
  justify-content: center;
}

#h1 {
  font-size: 53px;
  font-weight: 700;
  line-height: 63px;
}

#foot {
  background-color: #032751c2;
  padding: 20px 10px 20px 10px;
}

#get {
  font-weight: 700;
}

.contact {
  background-color: #fff;
}
/* #contact12 {
  background-image: "assets/img/image.pdf";
} */

/* @media screen {
  #logo {
    margin-left: 85px;
    width: 76%;
    padding-top: 56px;
    height: 151px;
  }
} */
#con1 {
  width: 490px;
  position: relative;
  background: url("assets/img/background.jpg") no-repeat center center/cover;
  padding: 40px;
  margin: 10px;
}
#con2 {
  color: black;
}

#con1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001632;
}
@media (max-width: 991px) {
  #con1::before {
    width: 95%;
  }
}

/* *,
::after,
::before {
  box-sizing: content-box;
} */
.contact-img {
  position: relative;
  z-index: 1;
  color: white;
}

/* .con2 {
  border-color: white;
  border-block-start: white;
  border-block-end-color: white;
} */
#hero {
  height: 190vh !important;
}
@media (max-width: 991px) {
  #hero {
    height: 266vh !important;
  }
}

#bhp {
  height: 357px;
  background: url("assets/img/rect.png") no-repeat center center/cover;
}
@media (max-width: 991px) {
  #bhp {
    height: 490px;
  }
}

#bh {
  padding: 50px 0px 0px 50px;
}

@media (max-width: 991px) {
  #bh {
    padding: 41px 26px 6px 24px;
  }
}

@media (max-width: 991px) {
    #navbar ul li a {
padding-top:20px;
}
}
