.contact-page.contact-sec {
    padding: 60px 0px;
  }
  .address-icon,
  .address-icon h4,
  .address-icon p {
    text-align: center;
    color: var(--primary-btn-color);
  }
  .address-icon a i {
    width: 100px;
    height: 100px;
    border-radius: 25px;
    border: 3px solid #f05a2a;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 50px;
  }
  .address-icon a i:hover {
    color: #000;
    border: 3px solid #000;
  }
  .fa-phone-alt {
    transform: rotate(90deg);
  }
  .map {
    padding: 0px 0px 60px 0px;
  }
  .lets-talk-sec h2 {
    color: var(--primary-btn-color);
  }
  .custom-banner {
    position: relative;
    background-size: cover;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .background-overlay-inner {
    background-color: #50302d;
    opacity: 0.3;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
  }
