@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800;900&display=swap");
html {
  font-size: 64.5%;
}

body {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 6rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3.2rem;
}

p {
  font-size: 1.6rem;
  line-height: 3rem;
}

.btn-custom {
  height: 6rem;
  background-color: #004DFF;
  line-height: 6rem;
  font-size: 1.8rem;
  color: white;
  padding: 0 6rem;
}

.form-control {
  min-height: 4rem;
  border-color: #e7e7e7;
  font-size: 1.4rem;
}

.form-label {
  font-size: 1.4rem;
}

header .navbar .navbar-brand {
  width: 20rem;
}
header .navbar .navbar-nav .nav-item {
  margin: 0 2rem;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 1.4rem;
  transition: all 0.2s ease-in-out;
  padding-bottom: 1rem;
  border-bottom: 0.4rem solid transparent;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #004DFF;
  border-bottom: 0.4rem solid #004DFF;
}

.main-section {
  background: url(../images/home.png) no-repeat center;
  background-size: cover;
}
.main-section#service {
  background: url(../images/service.png) no-repeat center;
  background-size: cover;
}
.main-section#contact {
  background: url(../images/contact-us.png) no-repeat center;
  background-size: cover;
}
.main-section .banner-content h1 {
  font-size: 6rem;
  font-weight: 300;
  color: black;
  margin-bottom: 5rem;
}
.main-section .banner-content h1 strong {
  font-weight: 900;
  color: #004DFF;
}
.main-section .banner-content .btn-custom {
  margin-top: 5rem;
}

.sub-section {
  padding: 7rem 0;
}
.sub-section .section-title {
  font-weight: 300;
  position: relative;
  padding-top: 2rem;
  margin-bottom: 3rem;
  max-width: 45rem;
}
.sub-section .section-title::before {
  content: "";
  position: absolute;
  height: 1rem;
  width: 10rem;
  background-color: #004DFF;
  top: 0;
  left: 0;
}
.sub-section.staffing-sec {
  padding: 0;
  margin-bottom: 3rem;
}
.sub-section#contact-map {
  background: url(../images/contact.png) no-repeat center;
  background-size: cover;
}
.sub-section p {
  margin-bottom: 3rem;
  max-width: 45rem;
}
.sub-section .featured li {
  list-style: none;
  margin-bottom: 3rem;
  position: relative;
}
.sub-section .featured li .d-flex {
  align-items: center;
  height: 8rem;
  border: 0.1rem solid #E6E6E6;
  border-radius: 0.4rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  padding: 0 2rem;
  position: relative;
  background-color: white;
  transition: all 0.2s ease-in-out;
}
.sub-section .featured li .icon {
  margin-right: 2rem;
}
.sub-section .featured li p {
  margin-bottom: 0;
  line-height: 2rem;
  font-weight: 700;
}
.sub-section .featured li p small {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
}
.sub-section .featured li::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0.2rem dashed #878787;
  border-radius: 0.4rem;
  z-index: -1;
}
.sub-section .featured li:hover .d-flex {
  transform: rotate(-3deg);
}
.sub-section.staffing {
  background: url(../images/building.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.sub-section #title {
  font-weight: 700;
  color: black;
  font-size: 6.5rem;
}
.sub-section .service-box {
  max-width: 80%;
  position: relative;
  margin-bottom: 6rem;
}
.sub-section .service-box::after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 10rem;
  background-color: #004DFF;
  bottom: -2rem;
  left: 0;
}
.sub-section .service-box h3 {
  font-weight: 600;
  margin-bottom: 2rem;
}
.sub-section .service-box .service-icon {
  width: 6.5rem;
  height: 6.5rem;
  margin-bottom: 2rem;
}
.sub-section .contact-form {
  padding: 5rem;
  background: white;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05);
  position: relative;
  top: -12rem;
}
.sub-section .contact-form::before {
  content: "";
  height: 24.2rem;
  width: 14rem;
  background: url(../images/dots.png) no-repeat center;
  position: absolute;
  top: -5rem;
  left: -12rem;
  z-index: -1;
}
.sub-section .contact-form::after {
  content: "";
  height: 24.2rem;
  width: 14rem;
  background: url(../images/dots.png) no-repeat center;
  position: absolute;
  bottom: -5rem;
  right: -12rem;
  z-index: -1;
}

footer {
  background: #004DFF;
  padding: 6rem 0;
  color: white;
}
footer .footer-logo {
  width: 20rem;
}
footer p .fa {
  margin-right: 0.5rem;
}
footer .footer-link li {
  list-style: none;
  margin-left: 2rem;
}
footer .footer-link li a {
  color: white;
  text-decoration: none;
  font-size: 1.6rem;
}

/*# sourceMappingURL=style.css.map */
