.popup-image {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}
.top .fullLogo {
  width: 414px;
  height: 135px;
  padding: 20px 0 0 0;
  position: relative;
  top: 85px;
}
@media only screen and (min-width: 0) and (max-width: 650px) {
  .top .fullLogo {
    width: 300px;
    height: 67px;
  }
}
@media only screen and (min-width: 0) and (max-width: 400px) {
  .top .fullLogo {
    width: 280px;
    height: 67px;
  }
}
.services {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.top .textContainer .topText {
  z-index: 1;
  padding: 85px 5px 20px 5px;
  text-overflow: ellipsis;
  height: 220px;
}
@media only screen and (min-width: 850px) and (max-width: 1170px) {
  .top .textContainer .topText {
    padding: 85px 130px 20px 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 849px) {
  .top .textContainer .topText {
    padding: 85px 120px 20px 120px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .top .textContainer .topText {
    padding: 85px 20px 20px 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 480px) {
  .top .textContainer .topText {
    padding: 70px 5px 10px 5px;
  }
}
.top .menuContainer {
  z-index: 2;
  top: 70px;
}
@media only screen and (min-width: 481px) and (max-width: 800px) {
  .top .menuContainer {
    top: 70px;
  }
}
@media only screen and (min-width: 0) and (max-width: 480px) {
  .top .menuContainer {
    top: 60px;
  }
}
.top .menuContainer .menuTop li a.light,
.top .menuContainer .menuTop li a:hover {
  color: #000;
}
.top .menuContainer .menuHolder {
  border-bottom: 50px solid #f63;
  border-left: 50px solid #f63;
  border-right: 50px solid #f63;
  opacity: 0;
  width: 1160px;
}
@media only screen and (min-width: 850px) and (max-width: 1170px) {
  .top .menuContainer .menuHolder {
    width: 855px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 849px) {
  .top .menuContainer .menuHolder {
    width: 730px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .top .menuContainer .menuHolder {
    width: 500px;
  }
}
@media only screen and (min-width: 0) and (max-width: 480px) {
  .top .menuContainer .menuHolder {
    opacity: 1;
    width: 465px;
  }
}
.request .titleText .titleWhite,
.services .servicesHeader .titleText .titleWhite,
.about .titleText .titleWhite {
  position: relative;
  z-index: 2;
  bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 849px) {
  .request .titleText .titleWhite,
  .services .servicesHeader .titleText .titleWhite,
  .about .titleText .titleWhite {
    font-size: 85px;
  }
}
@media only screen and (min-width: 551px) and (max-width: 767px) {
  .request .titleText .titleWhite,
  .services .servicesHeader .titleText .titleWhite,
  .about .titleText .titleWhite {
    font-size: 65px;
  }
}
@media only screen and (min-width: 0) and (max-width: 550px) {
  .request .titleText .titleWhite,
  .services .servicesHeader .titleText .titleWhite,
  .about .titleText .titleWhite {
    font-size: 45px;
  }
}
@media only screen and (min-width: 0) and (max-width: 430px) {
  .request .titleText .titleWhite,
  .services .servicesHeader .titleText .titleWhite,
  .about .titleText .titleWhite {
    font-size: 35px;
  }
}
.request .titleText .titleWhite:before,
.services .servicesHeader .titleText .titleWhite:before,
.about .titleText .titleWhite:before {
  content: "";
  display: block;
  width: 220%;
  position: absolute;
  bottom: -25px;
  left: -100%;
  height: 86%;
  background-color: #f63;
  z-index: -1;
}
.request .titleText .titleWhite:before {
  bottom: -5px;
  height: 56%;
}
.about .textContainer {
  z-index: 20;
}
.about .textContainer .textHolder {
  transform: skew(0);
  background-color: rgba(0,0,0,0.8);
  margin: 0 auto;
}
.top .textContainer .textHolder {
  border-top: 200px solid rgba(0,0,0,0.8);
  border-left: 200px solid rgba(0,0,0,0.8);
  border-right: 200px solid rgba(0,0,0,0.8);
}
@media only screen and (min-width: 850px) and (max-width: 1170px) {
  .top .textContainer .textHolder {
    border-left: 120px solid rgba(0,0,0,0.8);
    border-right: 120px solid rgba(0,0,0,0.8);
  }
}
@media only screen and (min-width: 768px) and (max-width: 849px) {
  .top .textContainer .textHolder {
    border-left: 120px solid rgba(0,0,0,0.8);
    border-right: 120px solid rgba(0,0,0,0.8);
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .top .textContainer .textHolder {
    border-left: 120px solid rgba(0,0,0,0.8);
    border-right: 120px solid rgba(0,0,0,0.8);
  }
}
@media only screen and (min-width: 0) and (max-width: 480px) {
  .top .textContainer .textHolder {
    border: none;
    background: rgba(0,0,0,0.8);
  }
}
