body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
  text-transform: capitalize;
}

.career .career-text  {
  padding: 3rem;
}

.career .career-img {
  min-height: 30rem;
  background-size: cover;
}

.about-us, .clients {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.products {
  padding-top: 7rem;
}

.clients .clients-item {
  max-width: 18rem;
}

.clients-item img {
  max-width: 12rem;
  /* box-shadow: 0px 5px 5px 0px #adb5bd; */
}

.culture {
  position: relative;
  background-color: #343a40;
  background: url("../img/whoweare-hero.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.map {
  position: relative;
  background-color: #343a40;
  background: url("../img/map-flagged.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.culture h2 {
  font-size: 4.2rem;
}

.culture .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
}

footer.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.logo {
  width: 150px;
}

.logo img {
  height: auto;
  width: 100%;
}

.technologies {
  overflow: hidden;
  background-color: #f3f3f3;
}

.techno-services {
  padding: 1rem;
}

.techno-services img {
  height: 90px;
  width: 181px;
}

.office img {
  filter: brightness(50%);
}

.carousel-caption {
  top: 50%;
  bottom: auto;
  font-size: 3rem;
}

section.career {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  header.masthead{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
  .career .career-text {
    padding: 7rem;
  }
}
@media (max-width: 768px) {
  .carousel-caption {
    top: 40%;
    font-size: 1.5rem;
  }
}