@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;
}

.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 .btn-contact {
  text-decoration: none;
  color: #e9eaea;
}
.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%;
  }
}
/* <!-- ---------services------- --> */
.services {
  padding: 50px 0 80px;
  background-color: #f9f9f9;
}
.services .service-header h1 {
  color: #347cd0;
  font-family: sukar-black;
  font-weight: bold;
}
.services .service-header p {
  color: #7f8c8d;
}
.services .service-card {
  background-color: #e9eaea;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.services .service-card .service-image img {
  width: 100%;
  height: 30vh;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.services .service-card .service-info h5 {
  color: #3e3e3e;
  font-size: 1.4rem;
  font-family: sukar-black;
  margin: 25px 0 10px 0;
}
.services .service-card .service-info p {
  color: #3e3e3e;
  font-size: 14px;
  width: 90%;
}
.services .service-card .service-info .btn-read {
  color: #347cd0;
  font-size: 15px;
  text-decoration: none;
}

/* <!-- ---------services information ------- --> */
.services-information {
  background: url(../images/background1.jpg);
  padding: 50px 0;
}
.services-information .services-titel {
  font-size: 36px;
  color: #347cd0;
  font-weight: bold;
  font-family: sukar-black;
  margin-bottom: 20px;
}
.services-information .services-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.services-information .services-content .service-item {
  background-color: #347cd0;
  padding: 30px 30px 10px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  width: 30%;
  margin-top: 50px;
}
.services-information .services-content .service-item h3 {
  font-size: 22px;
  color: #e9eaea;
  margin-bottom: 15px;
  font-weight: bold;
}
.services-information .services-content .service-item p {
  font-size: 16px;
  color: #e9eaea;
  line-height: 1.6;
}
.services-information .services-content .service-item i {
  color: #e9eaea;
  font-size: 24px;
  margin-right: 10px;
}
.services-information .services-content .service-item:nth-child(odd) {
  top: -15px;
}
.services-information .services-content .service-item:nth-child(even) {
  top: 5px;
}

@media (max-width: 991.98px) {
  .services-information {
    background: url(../images/background1.jpg);
    padding: 50px 0;
  }
  .services-information .services-titel {
    font-size: 36px;
    color: #347cd0;
    font-weight: bold;
    font-family: sukar-black;
    margin-bottom: 20px;
  }
  .services-information .services-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .services-information .services-content .service-item {
    background-color: #347cd0;
    padding: 30px 30px 10px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    width: 49%;
    margin-top: 50px;
  }
  .services-information .services-content .service-item h3 {
    font-size: 22px;
    color: #e9eaea;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .services-information .services-content .service-item p {
    font-size: 16px;
    color: #e9eaea;
    line-height: 1.6;
  }
  .services-information .services-content .service-item i {
    color: #e9eaea;
    font-size: 24px;
    margin-right: 10px;
  }
  .services-information .services-content .service-item:nth-child(odd) {
    top: 0;
  }
  .services-information .services-content .service-item:nth-child(even) {
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .services-information {
    background: url(../images/background1.jpg);
    padding: 50px 0;
  }
  .services-information .services-titel {
    font-size: 36px;
    color: #347cd0;
    font-weight: bold;
    font-family: sukar-black;
    margin-bottom: 20px;
  }
  .services-information .services-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .services-information .services-content .service-item {
    background-color: #347cd0;
    padding: 30px 30px 10px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    width: 100%;
    margin-top: 50px;
  }
  .services-information .services-content .service-item h3 {
    font-size: 22px;
    color: #e9eaea;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .services-information .services-content .service-item p {
    font-size: 16px;
    color: #e9eaea;
    line-height: 1.6;
  }
  .services-information .services-content .service-item i {
    color: #e9eaea;
    font-size: 24px;
    margin-right: 10px;
  }
  .services-information .services-content .service-item:nth-child(odd) {
    top: 0;
  }
  .services-information .services-content .service-item:nth-child(even) {
    top: 0;
  }
}
@media (max-width: 575.98px) {
  .services-information {
    background: url(../images/background1.jpg);
    padding: 50px 0;
  }
  .services-information .services-titel {
    font-size: 36px;
    color: #347cd0;
    font-weight: bold;
    font-family: sukar-black;
    margin-bottom: 20px;
  }
  .services-information .services-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .services-information .services-content .service-item {
    background-color: #347cd0;
    padding: 30px 30px 10px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    width: 100%;
    margin-top: 50px;
  }
  .services-information .services-content .service-item h3 {
    font-size: 22px;
    color: #e9eaea;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .services-information .services-content .service-item p {
    font-size: 16px;
    color: #e9eaea;
    line-height: 1.6;
  }
  .services-information .services-content .service-item i {
    color: #e9eaea;
    font-size: 24px;
    margin-right: 10px;
  }
  .services-information .services-content .service-item:nth-child(odd) {
    top: 0;
  }
  .services-information .services-content .service-item:nth-child(even) {
    top: 0;
  }
}
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=services.css.map */