@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Ysabeau+SC:wght@1..1000&display=swap");
body {
  overflow-x: hidden;
  background: url(../images/background1.jpg);
}

.header-icon {
  position: fixed;
  z-index: 1000;
  bottom: 15px;
  right: 15px;
  display: none;
}
.header-icon .arrow-top {
  padding: 10px 17px;
}
.header-icon .arrow-top i {
  font-size: 13px;
}
.header-icon .whatsapp {
  padding: 10px 14px;
}
.header-icon .whatsapp i {
  font-size: 17px;
}

.navbar {
  background-color: transparent !important;
  display: flex;
  position: relative;
  z-index: 111;
  align-items: center;
}
.navbar .navbar-brand {
  width: 30%;
  position: relative;
  z-index: 111;
}
.navbar .navbar-brand img {
  width: 30%;
}
.navbar .nav-link {
  font-size: 15.8px;
  position: relative;
  z-index: 111;
  margin-top: 2px;
  margin-right: 15px;
  font-family: sukar-black;
}

@media (max-width: 1199.98px) {
  .navbar .navbar-brand {
    width: 25%;
    position: relative;
    z-index: 111;
  }
  .navbar .navbar-brand img {
    width: 50%;
  }
  .navbar .nav-link {
    font-size: 15.8px;
    position: relative;
    z-index: 111;
    margin-top: 2px;
    margin-right: 15px;
    font-family: sukar-black;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    width: 50%;
    position: relative;
    z-index: 111;
  }
  .navbar .navbar-brand img {
    width: 35%;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-brand {
    width: 50%;
    position: relative;
    z-index: 111;
  }
  .navbar .navbar-brand img {
    width: 50%;
    margin-bottom: 10px;
  }
  .navbar .nav-link {
    font-size: 15px;
    margin-top: 2px;
    font-family: sukar-black;
  }
}
@media (max-width: 575.98px) {
  .navbar .navbar-brand {
    width: 60%;
    position: relative;
    z-index: 111;
  }
  .navbar .navbar-brand img {
    width: 50%;
  }
}
.hero-page-content {
  background: url(../images/back-header.jpg);
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-page-content .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #347cd0;
  opacity: 0.5;
}
.hero-page-content .hero-info {
  text-align: center;
}
.hero-page-content .hero-info img {
  width: 22%;
  position: relative;
  z-index: 2;
}
.hero-page-content .hero-info h2 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 50px;
  padding: 10px 0;
  font-weight: bold;
  font-family: sukar-black;
}
.hero-page-content .hero-info h2 span {
  color: #347cd0;
}
.hero-page-content .hero-info p {
  color: #fff;
  z-index: 22;
  width: 80%;
  margin: 0 auto 10px;
  position: relative;
  font-size: 19px;
}

@media (max-width: 1199.98px) {
  .hero-page-content .hero-info img {
    width: 30%;
  }
}
@media (max-width: 991.98px) {
  .hero-page-content .hero-info img {
    width: 40%;
  }
  .hero-page-content .hero-info h2 {
    font-size: 45px;
  }
  .hero-page-content .hero-info p {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .hero-page-content .hero-info img {
    width: 50%;
  }
  .hero-page-content .hero-info h2 {
    font-size: 45px;
  }
  .hero-page-content .hero-info p {
    font-size: 19px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .hero-page-content .hero-info img {
    width: 50%;
  }
  .hero-page-content .hero-info h2 {
    font-size: 35px;
  }
  .hero-page-content .hero-info p {
    font-size: 17px;
    width: 100%;
  }
}
.contact-info {
  padding: 50px 0;
}
.contact-info .form-title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #000;
  font-family: sukar-black;
}
.contact-info .business-phone {
  margin-right: 40%;
  font-size: 15px;
  color: #347cd0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: sukar-black;
  font-weight: bold;
}
.contact-info .business-phone strong {
  color: #3e3e3e;
}
.contact-info .business-email {
  font-family: sukar-black;
  font-weight: bold;
  font-size: 15px;
  color: #347cd0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.contact-info .business-email strong {
  color: #3e3e3e;
}
.contact-info .white-line {
  border: none;
  height: 2px;
  background-color: rgb(13, 13, 13);
  margin: 20px 0;
  margin-top: 30px;
}

.contact {
  padding: 50px 0;
}
.contact .contact-form {
  background: white;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 40px !important;
}
.contact .contact-form .form-title {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a3a;
  margin-bottom: 10px;
}
.contact .contact-form .form-subtitle {
  color: #6c757d;
  margin-bottom: 30px;
}
.contact .contact-form .form-group {
  position: relative;
  margin-bottom: 25px;
}
.contact .contact-form .form-group i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}
.contact .contact-form button {
  background-color: #347cd0;
  color: #e9eaea;
}
.contact .contact-form .form-control {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px 45px;
  width: 100%;
  background: #fff;
  font-size: 15px;
  color: #3e3e3e;
}
.contact .contact-form .form-control:focus {
  border-color: #0d6efd;
  box-shadow: none;
}

footer {
  background-color: #347cd0;
}
footer a {
  text-decoration: none;
}
footer .text-titel {
  font-weight: bold;
  font-size: 20px;
  color: #e9eaea;
  font-family: sukar-black;
}
footer .icon {
  display: flex;
  align-items: center;
}
footer .icon .text-reset i {
  color: #e9eaea;
}
footer .footer-data .logo {
  width: 70%;
  padding-bottom: 30px;
}
footer .footer-data h6 {
  color: #e9eaea;
  font-weight: bold;
  font-size: 17px;
  font-family: sukar-black;
}
footer .footer-data .text-reset {
  padding: 0;
  margin: 0;
}
footer .footer-data p {
  color: #e9eaea;
}
footer .footer-end {
  color: #e9eaea;
}/*# sourceMappingURL=contact-us.css.map */