a {
  color: #2072ca;
  text-decoration: none;
}

a:hover {
  color: #0f447c;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#loader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 0.75rem solid #6f6b6b;
  border-radius: 50%;
  border-top-color: #ca2072;
  border-bottom-color: #ca2072;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.nav-menu {
  padding: 0;
  display: block;
}
.nav-menu * {
  margin: 0;
  padding: 0;
}
.nav-menu ul li {
  position: relative;
  list-style: none;
  white-space: nowrap;
}
.nav-menu a,
.nav-menu a:focus {
  display: flex;
  font-size: 1rem;
  align-items: center;
  background-color: white;
  padding: 0.625rem 1rem;
  margin-bottom: 0.5rem;
  height: 3.5rem;
  border-radius: 3rem;
  width: 100%;
  overflow: hidden;
  color: #6f6b6b;
  padding: 10px 18px;
  transition: 0.3s;
}
.nav-menu a i,
.nav-menu a:focus i {
  font-size: 1.25rem;
}
.nav-menu a span,
.nav-menu a:focus span {
  padding: 0 0.5rem 0 0.75rem;
  color: #6f6b6b;
}
.nav-menu a:hover,
.nav-menu li:hover a {
  width: 100%;
  color: white;
}
.nav-menu a:hover span,
.nav-menu li:hover a span {
  display: block;
}
.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover a {
  color: #fff;
  background: #0f447c;
}
.nav-menu a:hover span,
.nav-menu .active span,
.nav-menu .active:focus span,
.nav-menu li:hover a span {
  color: #fff;
}

@media (min-width: 992px) {
  .nav-menu a,
  .nav-menu a:focus {
    width: 3.5rem;
  }
  .nav-menu a span,
  .nav-menu a:focus span {
    display: none;
    color: white;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 1rem;
  overflow-y: auto;
}

@media (max-width: 991px) {
  .header {
    width: 15rem;
    background: white;
    border-right: 1px solid #fdebf0;
    left: -15rem;
  }
}
.mobile-nav-toggle {
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 9999;
  font-size: 2rem;
  transition: all 0.5s;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 3rem;
  line-height: 1;
}
.mobile-nav-toggle i {
  color: #6f6b6b;
}

.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .header {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle {
  color: white;
  background-color: #0f447c;
}

section {
  padding: 3.75rem 0;
  overflow: hidden;
}

.section-title {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #6f6b6b;
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
}

.home {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url("../img/xps.jpeg") top right no-repeat;
  background-size: cover;
}
.home:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home .secondary-text {
  color: #6f6b6b;
  font-size: 1.625rem;
}
@media (max-width: 992px) {
  .home .secondary-text {
    font-size: 1.25rem;
  }
}
.home .secondary-text .typed {
  color: #2072ca;
  letter-spacing: 1px;
}
.home .social-media {
  margin-top: 2rem;
}
.home .social-media a {
  font-size: 1.5rem;
  color: #6f6b6b;
  line-height: 1;
  margin-right: 1.25rem;
  transition: 0.3s;
}
.home .social-media a:hover {
  color: #0f447c;
}
.home .company-name {
  font-size: 4rem;
  font-weight: 700;
  line-height: 3.5rem;
  color: #6f6b6b;
}

@media (max-width: 992px) {
  .home {
    text-align: center;
  }
  .home .company-name {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (min-width: 991px) {
  .home {
    padding-left: 10rem;
  }
}
.social-media {
  margin: 2rem 0;
}
.social-media a {
  font-size: 1.5rem;
  color: #6f6b6b;
  line-height: 1;
  margin-right: 1.25rem;
  transition: 0.3s;
}
.social-media a:hover {
  color: #0f447c;
}

@media (min-width: 991px) {
  .contact {
    margin-left: 6.25rem;
  }
}
.contact i {
  font-size: 1.25rem;
  color: #2072ca;
  float: left;
  width: 2.625rem;
  height: 2.625rem;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3rem;
  transition: all 0.3s ease-in-out;
}
.contact .email,
.contact .address,
.contact .phone {
  margin-top: 2rem;
}
.contact .email h4,
.contact .address h4,
.contact .phone h4 {
  padding: 0 0 0 3.75rem;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
  color: #6f6b6b;
}
.contact .email p,
.contact .address p,
.contact .phone p {
  padding: 0 0 0 3.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6f6b6b;
}
.contact .email:hover i,
.contact .address:hover i,
.contact .phone:hover i {
  background: #0f447c;
  color: #fff;
}

.footer {
  text-align: center;
  padding: 2rem 0;
  background-color: #fdebf0;
}
.footer .company {
  color: #404040;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

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