:root {
  --text-color: #CCCCCC;
  --text-color2: #6d6c74;
}

/* Background pattern for contact section */
.bg-pattern-13 {
  background-image: url(../images/icons/pattern-13.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Contact section styling */
.contact-section-h2 .outer-box {
  position: relative;
  background-color: #6c7179;
}

.contact-section-h2 .outer-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}