.hero-mask {
  position: absolute;
  top: 47.5%;
  left: 50%;
  width: 17rem;
  height: 17rem;
  border: 3px solid #fff;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0.5;
  animation: rotate 5s linear infinite;
}

@media (max-width: 768px) {
  .hero-mask {
    width: 13rem;
    height: 13rem;
  }
}

.about {
  min-height: 85vh;
  background-color: #17191b;
  color: #c9d1d9;
  background-image: url("../img/ab-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .about {
    background-image: linear-gradient(#17191b67, #17191b67),
      url("../img/ab-bg.jpg");
  }
}

.services {
  min-height: 55vh;
  background-color: #17191b;
  color: #c9d1d9;
  background-image: linear-gradient(#52525219, #52525219),
    url("../img/services-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .wm-content {
    width: max-content;
  }
}

.vid {
  width: 50%;
}

@media (max-width: 768px) {
  .vid {
    width: 100%;
  }
}

.faq-item-box {
  background-color: #fff;
  padding: 20px 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-item-a {
  display: none;
}

@media (max-width: 768px) {
  .faq-item-box {
    padding: 20px 1rem;
  }
}

@media (max-width: 992px) {
  .faq-contact-box img {
    position: relative;
    transform: unset;
  }
}

.faq-item-arrow-d .bi::before {
  color: black;
  font-weight: 800 !important;
}

.faq-item-arrow-p .bi::before {
  color: black;
  font-weight: 800 !important;
}

.faq-item-line {
  background: #cc914b;
  height: 1px;
  margin: 15px 0;
  width: 100%;
}

.portfolio {
    min-height: 55vh;
    background-color: #17191b;
    color: #c9d1d9;
}

.contact {
    color: #fff !important;
}

.social-info a {
    position: relative;
    color: #fff !important;
    margin: 5px 15px;
}

.contact-content a {
    color: #fff !important;
}

.social-info a::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    
    position: absolute;
    top: 0;
    left: -4px;
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.maps {
    width: 100%;
    height: 23rem;
}

.contact-content-mask {
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#footer a, #footer a:hover, #footer p {
    color: #c9d1d9 !important;
}

.job {
  min-height: 55vh;
  background-color: #17191b;
  color: #c9d1d9;
}

.job .content-block {
  font-size: 1.65rem;
  line-height: 1.5;
  letter-spacing: 1.35px;
  font-weight: 400;
  color: #c9d1d9;
  padding: 0 2rem;
}

@media (max-width: 768px) {
  .job .content-block {
    font-size: 1.25rem;
    padding: 0 1rem;
  }
}