/* Start Collaborate */
.collaborate {
  position: relative;
  height: 70vh;
  background-attachment: fixed;
  background-image: url("../images/about/theme23-1.jpg");
}
.collaborate .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000000;
  opacity: 0.7;
}
.collaborate .content {
  top: 0;
  left: 60%;
  transform: translateX(-50%);
  z-index: 20;
  color: #fff;
}
@media (max-width: 991px) {
  .collaborate .content {
    left: 0%;
    top: 0;
    transform: translateX(0);
    width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .collaborate .content {
    left: 12.5%;
    top: 0;
    transform: translateX(0);
    width: 75% !important;
  }
}
.collaborate .content button {
  background-image: linear-gradient(90deg, #0e80f6, #0ed8f6, #0e80f6);
  background-size: 200% 100%;
  background-position: right center;

  color: #fff;
  padding: 10px 36px;
  font-weight: bold;
  font-size: 18px;

  transition: background-position 0.4s ease;
}

.collaborate .content button:hover {
  background-position: left center;
}
/* End Collaborate */

/* Start locations */
.locations {
  background-color: #111;
  color: #fff;
}
.locations span {
  white-space: nowrap;
}
/* End locations */

/* Start Contact Us  */

.phones .title h3:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: linear-gradient(90deg, #0e80f6 0%, #0ed8f6 50%, #0e80f6);
}
/* End Contact Us  */
