/* =============================
       QUOTE SECTION
    ============================= */
.quote-section {
  position: relative;
  background: url('https://awesomethemez.com/work/html5/hisham/img/hero-bg-1.jpg') center center / cover no-repeat;
  background-attachment: fixed;
  padding: 80px 0;
  color: #fff;
  overflow: hidden;
}

.quote-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  display: flex;
  align-items: center;
}

.quote-overlay.black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  display: flex;
  align-items: center;
}

.quote-overlay .container {
  position: relative;
  z-index: 2;
}

.quote-text {
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
  color: #fff;
}