body {
  font-family: "Roboto";
}

button:focus {
  outline: 0;
}

button:hover {
  background-color: #3d6fc2;
}

@media screen and (min-width: 320px) {

  .desktop,
  .tablet {
    display: none;
  }

  .mobileDesktop {
    display: block;
  }

  .mobile,
  .mobileTablet {
    display: block;
  }

  .desktopOnly {
    display: none;
  }

  .desktopTablet {
    display: none;
  }

  .footerTablet {
    display: none;
  }
}

@media screen and (min-width: 768px) {

  .desktop,
  .tablet {
    display: block;
  }

  .mobileDesktop {
    display: none;
  }

  .mobile {
    display: none;
  }

  .desktopTablet {
    display: flex;
  }

  .footerTablet {
    display: block;
  }

  .carousel-inner {
    min-height: 400px;
  }
}

@media screen and (min-width: 1024px) {
  .desktopOnly {
    display: block;
  }

  .mobileDesktop {
    display: block;
  }

  .footerTablet {
    display: none;
  }

  .tablet,
  .mobileTablet {
    display: none;
  }
}

.video {
  overflow: hidden;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video .overlay {
  background: url(/assets/images/videoOverlay.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
}

hr {
  background-color: #4285f4;
}

.about-us-section img {
  width: fit-content;
}

.ourValuesDesktop {
  position: relative;
}

.ourValuesDesktop h1 {
  color: #ffffff;
  position: absolute;
}

.ourValuesText {
  border-bottom: 2px solid #4285f4;
  border-width: revert;
  top: 15%;
  left: 15%;
}

.efficiencyText {
  top: 35%;
  left: 25%;
}

.integrityText {
  top: 55%;
  left: 35%;
}

.innovationText {
  top: 75%;
  left: 45%;
}

form input,
form textarea {
  border: 1px solid #696969;
  color: #696969;
  width: 100%;
}

@media screen and (min-width: 320px) {
  .mainDesc {
    background-color: #2e2e2e;
    text-align: center;
  }

  .desktopOnly {
    display: none;
  }

  .ourValuesMobile span,
  .ourValuesMobile p {
    color: #ffffff;
    font-size: 2rem;
  }

  .mainDesc p {
    color: #ffffff;
    font-size: 1rem;
  }

  .firstDescription,
  .secondDescription {
    text-align: left;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .secondDescription {
    padding-bottom: 4rem;
  }

  .weHave h1 {
    text-align: center;
  }

  .ourValuesMobile {
    background-color: #2e2e2e;
  }

  .companyProfile button {
    border: 0;
    background-color: #4285f4;
    color: #ffffff;
    padding: 0.5rem 2rem;
  }

  .about-us-section .oneElement {
    text-align: center;
  }

  .oneElement p {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .mainDesc {
    text-align: center;
  }

  .weHave h1 {
    text-align: center;
    border-width: revert;
    margin-bottom: 2rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .haveAnIdeaContent {
    text-align: center;
  }

  .about-us-section .oneElement {
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .desktopOnly {
    display: block;
  }

  .addPlusesLogo {
    position: absolute;
    top: 10%;
    left: 15%;
  }

  .mainDesc {
    text-align: inherit;
    position: relative;
  }

  .mainDesc p {
    color: #ffffff;
    font-size: 1.2rem;
    position: absolute;
  }

  .mainDesc p {
    top: 46%;
    left: 15%;
  }

  .firstDescription,
  .secondDescription {
    margin-left: 0;
    margin-right: 0;
  }

  .mainDesc .secondDescription {
    top: 65%;
    left: 15%;
    width: 50%;
  }

  .mobileTablet {
    display: none;
  }

  .companyProfile {
    position: relative;
  }

  .companyProfile h1 {
    position: absolute;
    left: 20%;
    top: 20%;
  }

  .companyProfile button {
    position: absolute;
    left: 20%;
    top: 45%;
  }

  .haveAnIdeaContent {
    text-align: inherit;
  }

  .whoAre {
    padding: 0 3rem;
    margin-bottom: 3rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

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