body, html {
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
  scroll-padding-top: 0px;
}

section {
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0;
  position: relative;
}

.text-link {
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.accordion-button:not(.collapsed) {
  color: #1A203E;
  background-color: transparent;
}

.accordion-button:focus {
  border: none;
  box-shadow: none;
}

.navbar {
  transition: 0.5s;
  background-color: #FFF;
}
.navbar-nav {
  justify-content: end;
}
.navbar-brand img {
  height: 45px;
}
.navbar .nav-item {
  padding: 10px 20px;
}
.navbar .nav-link {
  color: #1A203E;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar .nav-link:hover {
  color: #FFA405 !important;
}

.container-sm {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 60px;
  margin: 0;
}

h2 {
  font-size: 42px;
  line-height: 1.4;
  color: #1A203E;
  font-weight: 600;
  margin: 0;
}

h3, .title-h3 {
  font-size: 22px;
  color: #1A203E;
  font-weight: 600;
  margin: 0;
}

.title-before {
  display: block;
  color: #FFA405;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-check:focus + .btn-primary, .btn-primary:active:focus, .btn-primary:focus, .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: #FFA405;
  border: 1px solid #FFA405;
  color: #FFF;
  box-shadow: none;
}

.btn {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 50px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.btn-primary {
  background-color: #FFA405;
  border: 1px solid #FFA405;
  color: #FFF;
}
.btn-primary:hover {
  background-color: #D68800;
  border: 1px solid #D68800;
}

p {
  font-size: 16px;
  line-height: 1.6;
  color: #6B707B;
  margin-bottom: 0;
}

.header-in p {
  margin: 40px 0;
  width: 100%;
  max-width: 575px;
}
.header .header-img {
  height: 450px;
  overflow: hidden;
}
.header .header-img img {
  width: 100%;
}
.header .header-img-2 img {
  height: 100%;
  width: auto;
}

.services-in {
  max-width: 580px;
  margin-bottom: 60px;
}
.services-item {
  display: block;
  background-color: #FFF;
  margin-bottom: 20px;
  padding: 20px 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.services-item .number {
  height: 15px;
  width: 15px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #FFF;
  background-color: #FFA405;
  margin-right: 20px;
}

.meet h2 {
  margin-bottom: 80px;
}
.meet .line {
  height: 1px;
  background-color: #eee;
  width: 100%;
  left: 0px;
  margin-top: 25px;
  position: absolute;
}
.meet .swiper-slide {
  max-width: 100%;
  width: 520px;
  margin-left: 140px;
}
.meet .swiper-slide .number {
  height: 55px;
  width: 55px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #FFF;
  background-color: #FFA405;
  margin-bottom: 40px;
}
.meet .swiper-slide h3 {
  font-size: 26px;
  margin-bottom: 30px;
}

.contact {
  height: auto;
  text-align: left;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.contact .images {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
}
.contact h2 {
  color: #FFF;
}
.contact form {
  margin-top: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.contact form .form-control {
  border-radius: 0px;
  border: none;
  padding: 15px 10px;
}

.faq .accordion-item {
  border-radius: 0px;
  padding: 10px 0;
}
.faq .accordion-item .title-h3 {
  font-size: 18px;
}

footer {
  padding: 30px 0;
  background-color: #1A203E;
}
footer .footer-box {
  font-weight: 600;
}
footer .footer-box ul {
  margin-bottom: 0px;
}
footer .footer-box a {
  margin: 0 30px;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
}
footer .footer-box a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  section {
    padding: 60px 0;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 18px;
  }
  .header .header-img {
    height: 100%;
    max-height: 300px;
    margin-bottom: 30px;
  }
  .header .header-img img {
    width: 100% !important;
    height: auto !important;
  }
  .navbar {
    background-color: #FFF;
  }
  .navbar .col-lg-2 {
    display: flex;
    align-items: center;
  }
  .navbar .col-lg-2 .navbar-toggler {
    height: 40px;
  }
  .meet .swiper-slide {
    margin-left: 0px;
    padding: 0 30px;
  }
  .faq .accordion-item .title-h3 {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */