.localization-area {    
  font-size: 14px;
  width: 100%;
  background-image: url("/assets/images/banner-bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
.localization-area .overlay {    
  background-color: rgba(23, 68, 125, .9);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.localization-area div.text{
  color: var(--bs-primary-text-emphasis);
}
.testimonial-single-block .testi-icon span i,    
.testimonial-single-block p.desc{    
  color: var(--theme-color3);
}