@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
.app-nav {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8) !important;
  position: fixed;
  z-index: 9999;
}

.app-nav .navbar-toggler {
  margin-left: 5px;
}

.app-nav .navbar-collapse {
  color: white;
}

.app-nav .navbar-collapse .navbar-nav .nav-item {
  margin: 10px 0;
}

.app-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
  text-decoration: none;
  color: white;
  position: relative;
}

.app-nav .navbar-collapse .navbar-nav .nav-item .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: white;
  
  transition: .2s ease-in;
}

.app-nav .navbar-collapse .navbar-nav .nav-item .nav-link:hover:before {
  width: 100%;
}

@media (min-width: 1024px) {
  .app-nav .navbar-collapse .navbar-nav .nav-item {
    margin: 0 10px;
    padding: 10px;
  }
}

.app-header {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: (linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url(/images/header.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/images/header.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #f5eeee;
}

.app-header .header-welcome {
  position: absolute;
  top: 50%;
  left: 50%;
  
          transform: translate(-50%, -50%);
  text-align: center;
  
  
  display: flex;
  
          justify-content: center;
  
          align-items: center;
  
          flex-direction: column;
}

@media (min-width: 768px) {
  .app-header .header-welcome .header-heading {
    font-size: 50px;
  }
}

.app-header .header-welcome .header-description {
  margin: 40px 0;
  font-size: 20px;
}

@media (min-width: 768px) {
  .app-header .header-welcome .header-description {
    font-size: 30px;
    margin: 50px 0;
  }
}

.app-header .header-welcome .header-link {
  text-align: center;
  display: block;
  border: 2px solid #f5eeee;
  color: #f5eeee;
  text-decoration: none;
  padding: 10px 40px;
  font-size: 20px;
  width: 100%;
  
  transition: .2s ease-in;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .app-header .header-welcome .header-link {
    width: 60%;
  }
}

@media (min-width: 1024px) {
  .app-header .header-welcome .header-link {
    width: 50%;
  }
}

.app-header .header-welcome .header-link:hover {
  background-color: #f5eeee;
  color: black;
}

@media (min-width: 768px) {
  .app-header .header-welcome .header-link {
    font-size: 30px;
  }
}

.app-about {
  background-image: url("/images/test/bg_carbon_grey.png");
  color: #f5eeee;
  text-align: justify;
  text-justify: inter-word;
  padding: 20px;
}

@media (min-width: 768px) {
  .app-about {
    padding: 30px;
  }
}

@media (min-width: 1024px) {
  .app-about {
    padding: 40px;
  }
}

.app-about .about-heading {
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
  overflow: hidden;
  font-size: clamp(30px, 5vw, 60px);
}

.app-about .about-heading::before, .app-about .about-heading::after {
  content: '';
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 20%;
  background-color: #f5eeee;
}

.app-about .about-heading::before {
  right: 0.5em;
  margin-left: -20%;
}

.app-about .about-heading::after {
  left: 0.5em;
  margin-right: -20%;
}

.app-about .about-info {
  font-size: clamp(1em, 1.5vw, 1.5em);
}

.app-about .about-list {
  font-size: clamp(1em, 1.5vw, 1.5em);
}

.app-service {
  background-image: url("/images/test/bg_carbon_white_c.png");
  padding: 20px;
  width: 100%;
}

.app-service .service-heading {
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
  overflow: hidden;
  font-size: clamp(30px, 5vw, 60px);
}

.app-service .service-heading::before, .app-service .service-heading::after {
  content: '';
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 20%;
  background-color: #353131;
}

.app-service .service-heading::before {
  right: 0.5em;
  margin-left: -20%;
}

.app-service .service-heading::after {
  left: 0.5em;
  margin-right: -20%;
}

.app-service .service .service-heading {
  text-align: center;
}

.app-service .service .service-description {
  text-align: center;
  font-size: clamp(1em, 1.5vw, 1.5em);
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.app-service .service .accordion-body {
  
  
  display: flex;
  
          justify-content: center;
  
          align-items: center;
  
          flex-direction: column;
}

@media (min-width: 768px) {
  .app-service .service .accordion-body .columns {
    
    
    display: flex;
    
        
            flex-direction: row;
    
        flex-wrap: wrap;
  }
}

.app-service .service .accordion-body .columns .column {
  
      flex-basis: 40%;
  margin: 0 30px;
}

.app-service {
  background-image: url("/images/test/bg_carbon_white_c.png");
  padding: 20px;
  width: 100%;
}

.app-service .service-heading {
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
  overflow: hidden;
  font-size: clamp(30px, 5vw, 60px);
}

.app-service .service-heading::before, .app-service .service-heading::after {
  content: '';
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 20%;
  background-color: #353131;
}

.app-service .service-heading::before {
  right: 0.5em;
  margin-left: -20%;
}

.app-service .service-heading::after {
  left: 0.5em;
  margin-right: -20%;
}

.app-service .service .service-heading {
  text-align: center;
}

.app-service .service .service-description {
  text-align: center;
  font-size: clamp(1em, 1.5vw, 1.5em);
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.app-service .service .accordion-body {
  
  
  display: flex;
  
          justify-content: center;
  
          align-items: center;
  
          flex-direction: column;
}

@media (min-width: 768px) {
  .app-service .service .accordion-body .columns {
    
    
    display: flex;
    
        
            flex-direction: row;
    
        flex-wrap: wrap;
  }
}

.app-service .service .accordion-body .columns .column {
  
      flex-basis: 40%;
  margin: 0 30px;
}

.app-offer {
  background-image: url("/images/test/bg_carbon_grey.png");
  color: #f5eeee;
}

.app-offer .offer-heading {
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
  overflow: hidden;
  font-size: clamp(30px, 5vw, 60px);
}

.app-offer .offer-heading::before, .app-offer .offer-heading::after {
  content: '';
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 20%;
  background-color: #f5eeee;
}

.app-offer .offer-heading::before {
  right: 0.5em;
  margin-left: -20%;
}

.app-offer .offer-heading::after {
  left: 0.5em;
  margin-right: -20%;
}

.app-offer .offer-info {
  padding: 20px;
  
  
  display: flex;
  
          flex-direction: column;
}

@media (min-width: 1024px) {
  .app-offer .offer-info {
    padding: 50px;
  }
}

.app-offer .offer-info .offer-pdf {
  color: #f5eeee;
}

.app-offer .offer-info .offer-pdf:hover {
  
          text-decoration-color: #3434ac;
}

.app-offer .offer-info .info-heading {
  text-align: center;
}

.app-offer .offer-info .offer-description {
  font-size: clamp(1em, 1.5vw, 1.5em);
  text-align: center;
  margin: 20px 0;
}

@media (min-width: 1024px) {
  .app-offer .offer-info .offer-description {
    margin: 30px 0;
  }
}

.app-offer .row-offer {
  
  
  display: flex;
  
          flex-direction: column;
}

@media (min-width: 1024px) {
  .app-offer .row-offer {
    
        
            flex-direction: row;
  }
}

.app-reference {
  padding: 20px;
  width: 100%;
  background-image: url(/images/references.webp);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  
          box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
  color: #f5eeee;
}

.app-reference .reference-heading {
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
  overflow: hidden;
  font-size: clamp(30px, 5vw, 60px);
}

.app-reference .reference-heading::before, .app-reference .reference-heading::after {
  content: '';
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 20%;
  background-color: #f5eeee;
}

.app-reference .reference-heading::before {
  right: 0.5em;
  margin-left: -20%;
}

.app-reference .reference-heading::after {
  left: 0.5em;
  margin-right: -20%;
}

.app-reference .row {
  margin: 0 auto;
  width: 90%;
  
  
  display: flex;
  
          justify-content: center;
  
          align-items: center;
}

.app-reference .row .carousel-img {
  cursor: pointer;
  margin: 20px;
}

@media (min-width: 768px) {
  .app-reference .row .carousel-img {
    width: 40%;
  }
}

@media (min-width: 1024px) {
  .app-reference .row .carousel-img {
    width: 25%;
  }
}

.app-reference .row .carousel-img img {
  border-radius: 10px;
  
  transition: .2s ease-in;
}

.app-reference .row .carousel-img img:hover {
  
          transform: scale(1.1);
}

.app-reference .modal {
  position: fixed;
  z-index: 99999;
}

.app-reference .carousel-control {
  width: 20px;
}

.app-reference .carousel-control-prev {
  background: (linear, left top, right bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.5));
}

.app-reference .carousel-control-next {
  background: (linear, left top, right bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.6));
}

.app-certificates {
  background-image: url("/images/test/bg_carbon_white_c.png");
}

.app-certificates .certificates-heading {
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
  overflow: hidden;
  font-size: clamp(30px, 5vw, 60px);
}

.app-certificates .certificates-heading::before, .app-certificates .certificates-heading::after {
  content: '';
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 20%;
  background-color: #353131;
}

.app-certificates .certificates-heading::before {
  right: 0.5em;
  margin-left: -20%;
}

.app-certificates .certificates-heading::after {
  left: 0.5em;
  margin-right: -20%;
}

.app-certificates .row {
  margin: 0 auto;
  width: 90%;
  
  
  display: flex;
  
          justify-content: center;
  
          align-items: center;
}

.app-certificates .row .carousel-img {
  cursor: pointer;
  margin: 20px;
}

@media (min-width: 768px) {
  .app-certificates .row .carousel-img {
    width: 40%;
  }
}

@media (min-width: 1024px) {
  .app-certificates .row .carousel-img {
    width: 25%;
  }
}

.app-certificates .row .carousel-img img {
  border-radius: 10px;
  
  transition: .2s ease-in;
}

.app-certificates .row .carousel-img img:hover {
  
          transform: scale(1.1);
}

.app-certificates .modal {
  position: fixed;
  z-index: 99999;
}

.app-certificates .carousel-control {
  width: 20px;
}

.app-certificates .carousel-control-prev {
  background: (linear, left top, right bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.5));
}

.app-certificates .carousel-control-next {
  background: (linear, left top, right bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.6));
}

.app-footer {
  background-image: url("/images/test/bg_carbon_grey.png");
  color: #f5eeee;
}

.app-footer .footer-heading {
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
  overflow: hidden;
  font-size: clamp(30px, 5vw, 60px);
}

.app-footer .footer-heading::before, .app-footer .footer-heading::after {
  content: '';
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 20%;
  background-color: #f5eeee;
}

.app-footer .footer-heading::before {
  right: 0.5em;
  margin-left: -20%;
}

.app-footer .footer-heading::after {
  left: 0.5em;
  margin-right: -20%;
}

.app-footer .footer-content {
  text-align: center;
  font-size: clamp(1em, 1.5vw, 1.5em);
  
  
  display: flex;
  
          flex-direction: column;
  
          justify-content: center;
  
          align-items: center;
}

@media (min-width: 1024px) {
  .app-footer .footer-content {
    
        
            flex-direction: row;
    
        justify-content: space-around;
    padding: 30px;
  }
}

.app-footer .footer-content .footer-map {
  padding-bottom: 30px;
}

@media (min-width: 1024px) {
  .app-footer .footer-content .footer-map iframe {
    width: 30vw;
    height: 20vw;
  }
}

*, *::after, *::before {
  
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}
/*# sourceMappingURL=main.css.map */