body {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
  color: #222424;
}

.btn {
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}
.btn.btn-primary {
  background-color: #B8001F;
  border-color: #B8001F;
}
.btn.btn-primary:hover {
  background-color: #CC0426;
}

.navbar-collapse.show {
  background: #F5F3E8;
  padding: 10px;
}

.aux-nav-hero {
  background-color: #fcfaee;
  position: relative;
}
.aux-nav-hero .navbar-sharpsi a {
  color: #222424;
}
.aux-nav-hero .navbar-sharpsi a:hover {
  color: #B8001F;
}
.aux-nav-hero .hero h1 {
  font-family: "Poppins", sans-serif;
  font-size: 82px;
  text-align: center;
  margin: 50px 0;
}
.aux-nav-hero .hero h1 span {
  color: #B8001F;
}
@media (max-width: 767.98px) {
  .aux-nav-hero .hero h1 {
    font-size: 42px;
    text-align: left;
    border-top: 1px solid #EFECDB;
    border-bottom: 1px solid #EFECDB;
    padding: 20px 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 767.98px) and (max-width: 1199.98px) {
  .aux-nav-hero .hero h1 {
    font-size: 62px;
  }
}
@media (max-width: 991.98px) {
  .aux-nav-hero .hero .img-marc {
    display: none;
  }
}
.aux-nav-hero .hero .testimonial .experience {
  font-family: "Poppins", sans-serif;
  font-size: 23px;
}
@media (min-width: 991.98px) and (max-width: 1199.98px) {
  .aux-nav-hero .hero .testimonial .experience {
    font-size: 17px;
  }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  .aux-nav-hero .hero .testimonial .experience {
    text-align: center !important;
  }
}
@media (min-width: 1199.98px) and (max-width: 1399.98px) {
  .aux-nav-hero .hero .testimonial .experience {
    font-size: 21px;
  }
}
.aux-nav-hero .hero .testimonial .innovation {
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-weight: 300;
}
@media (min-width: 991.98px) and (max-width: 1199.98px) {
  .aux-nav-hero .hero .testimonial .innovation {
    font-size: 17px;
  }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  .aux-nav-hero .hero .testimonial .innovation {
    text-align: center !important;
  }
}
@media (min-width: 1199.98px) and (max-width: 1399.98px) {
  .aux-nav-hero .hero .testimonial .innovation {
    font-size: 21px;
  }
}
@media (max-width: 767.98px) {
  .aux-nav-hero .hero .testimonial {
    padding-bottom: 20px;
  }
}
@media (min-width: 767.98px) and (max-width: 1199.98px) {
  .aux-nav-hero .hero .testimonial .btn {
    font-size: 14px;
  }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  .aux-nav-hero .hero .testimonial p {
    text-align: center !important;
  }
  .aux-nav-hero .hero .testimonial .btn {
    font-size: 18px;
  }
}
.aux-nav-hero .deco-y {
  background: url(../images/deco_hero_y.svg) 0 0 no-repeat;
  width: 40px;
  height: 660px;
  position: absolute;
  top: -200px;
  left: 20px;
}
@media (max-width: 767.98px) {
  .aux-nav-hero .deco-y {
    display: none;
  }
}
.aux-nav-hero .deco-x {
  background: url(../images/deco_hero_x.svg) 0 0 no-repeat;
  width: 525px;
  height: 40px;
  position: absolute;
  top: 100px;
  right: 0px;
}
@media (max-width: 767.98px) {
  .aux-nav-hero .deco-x {
    display: none;
  }
}

.aux-services {
  background-color: #232323;
  position: relative;
  color: #fff;
}
.aux-services .services {
  padding: 150px 0 100px 0;
}
.aux-services .services h2 {
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .aux-services .services h2 {
    font-size: 48px;
  }
}
.aux-services .services p {
  font-size: 20px;
  font-weight: 300;
  margin: 50px 0;
}
@media (max-width: 767.98px) {
  .aux-services .services p {
    margin: 20px 0;
  }
}
.aux-services .services .item-check {
  padding: 20px 20px 20px 70px;
  background: #373737 url(../images/icon_check.svg) 20px 50% no-repeat;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 20px 0;
}
.aux-services .services .contact {
  margin-top: 50px;
}
.aux-services .services .contact a {
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .aux-services .services .contact a {
    margin: 10px 0 0 0;
    display: block;
  }
}
@media (max-width: 767.98px) {
  .aux-services .services .img-services {
    display: none;
  }
}
.aux-services .services h3 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 400;
  margin: 60px 0 20px 0;
}
@media (max-width: 767.98px) {
  .aux-services .services h3 {
    border-top: 1px solid #373737;
    margin-top: 20px;
    padding-top: 20px;
  }
}
.aux-services .services ul {
  font-weight: 300;
}
.aux-services .services ul li {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .aux-services .services {
    padding: 20px 0 100px 0;
  }
}
.aux-services .deco-x {
  background: url(../images/deco_services_x.svg) 0 0 no-repeat;
  width: 830px;
  height: 40px;
  position: absolute;
  top: 40px;
  right: 0px;
}
@media (max-width: 767.98px) {
  .aux-services .deco-x {
    display: none;
  }
}
.aux-services .deco-y {
  background: url(../images/deco_services_y.svg) 0 0 no-repeat;
  width: 98px;
  height: 297px;
  position: absolute;
  top: 400px;
  right: 0px;
}
@media (max-width: 767.98px) {
  .aux-services .deco-y {
    display: none;
  }
}

.aux-mission-contact {
  background-color: #fcfaee;
  padding: 80px 0;
  position: relative;
}
.aux-mission-contact .mission h2 {
  font-family: "Poppins", sans-serif;
  font-size: 72px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .aux-mission-contact .mission h2 {
    font-size: 42px;
  }
}
.aux-mission-contact .mission .item {
  margin-bottom: 60px;
}
.aux-mission-contact .mission .item .heading {
  background-color: #fff;
  padding: 20px;
  border-left: 4px solid #B8001F;
  border-bottom: 4px solid #384B70;
  margin-bottom: 20px;
}
.aux-mission-contact .mission .item .heading h4 {
  font-family: "Poppins", sans-serif;
}
.aux-mission-contact .mission .item .heading p {
  font-weight: 300;
  margin: 0;
}
.aux-mission-contact .mission .item ul {
  font-weight: 300;
}
.aux-mission-contact .mission .item ul li {
  margin-bottom: 20px;
}
.aux-mission-contact .contact {
  margin-top: 50px;
  height: 190px;
  background-color: #B8001F;
  border-radius: 0 100px 100px 0;
  color: #fff;
  padding: 20px 40px;
}
.aux-mission-contact .contact h5 {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
}
@media (max-width: 767.98px) {
  .aux-mission-contact .contact h5 {
    font-size: 16px;
  }
}
.aux-mission-contact .contact p {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .aux-mission-contact .contact {
    margin-top: 0px;
    padding: 20px;
    height: 150px;
  }
}
.aux-mission-contact .map {
  position: relative;
  margin: 50px 0 0 20px;
  height: 190px;
  background: #fcfaee url(../images/map.jpg) 0 0 no-repeat;
  border-radius: 100px 0 0 100px;
}
.aux-mission-contact .map .info {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 250px;
  background-color: #fff;
  padding: 10px 20px;
}
.aux-mission-contact .map .info p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin: 0;
}
.aux-mission-contact .map .map-marker {
  background: url(../images/map_marker.svg) 0 0 no-repeat;
  width: 57px;
  height: 95px;
  position: absolute;
  top: -20px;
  left: 300px;
}
.aux-mission-contact .deco-logo {
  background: url(../images/deco_logo.svg) 0 0 no-repeat;
  width: 195px;
  height: 195px;
  position: absolute;
  top: -100px;
  right: 50px;
}
@media (max-width: 767.98px) {
  .aux-mission-contact .deco-logo {
    background-size: 50%;
    top: -50px;
  }
}

.aux-footer {
  background-color: #232323;
  color: #fff;
  font-weight: 300;
}
.aux-footer footer {
  padding: 50px 0;
}
.aux-footer footer ul {
  margin-top: 20px;
}
.aux-footer footer ul li a {
  color: #fff;
}
.aux-footer footer ul li a:hover {
  color: #B8001F;
}
.aux-footer footer .copy-social {
  border-top: 1px solid #343333;
  padding-top: 20px;
  margin-top: 20px;
}
.aux-footer footer .copy-social p {
  margin: 0;
}

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