
/*----------------------------------------*/
/*  2.12 Section Title
/*----------------------------------------*/
.tp-section-subtitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: #a7a7a7;
  /* font-family: var(--tp-ff-bricolage); */
}
.tp-section-subtitle.st-border {
  padding: 12px 25px;
  border-radius: 20px;
  border: 1px solid rgba(1, 1, 3, 0.1);
}
.tp-section-subtitle.st-border.white-style {
  color: var(--tp-common-white);
  border-color: rgba(245, 247, 245, 0.1);
}
.tp-section-subtitle.st-dot {
  position: relative;
}
.tp-section-subtitle.st-dot::before {
  content: "";
  height: 6px;
  width: 6px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--tp-common-black);
}
.tp-section-subtitle.st-dot.white-style::before {
  background-color: var(--tp-common-white);
}
.tp-section-subtitle.st-unbounded {
  font-weight: 600;
  font-family: var(--tp-ff-unbounded);
}
.tp-section-subtitle.st-unbounded.fs-13 {
  font-size: 13px;
}
.tp-section-subtitle.fs-16 {
  font-size: 16px;
}
.tp-section-subtitle.st-spacegro {
  font-family: var(--tp-ff-space);
  text-transform: uppercase;
}
.tp-section-subtitle.border-line::after {
  content: "";
  width: 60px;
  height: 1px;
  margin-left: 10px;
  display: inline-block;
  transform: translateY(-3px);
  background-color: var(--tp-common-black);
}
.tp-section-subtitle.border-line::before {
  content: "";
  width: 60px;
  height: 1px;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(-3px);
  background-color: var(--tp-common-black);
}

.lw-section-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.lw-section-subtitle i {
  height: 50px;
  width: 50px;
  margin-right: 15px;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  text-align: center;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.05);
}

.tp-section-title {
  font-size: 62px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.04em;
  color:#fff;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 36px;
  }
}
.tp-section-title.tl-unbounded {
  font-weight: 700;
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-section-title.tl-unbounded br {
    display: none;
  }
}
.tp-section-title.tl-unbounded.fw-500 {
  font-weight: 500;
}
.tp-section-title.tl-unbounded.fw-600 {
  font-weight: 600;
}
.tp-section-title.tl-unbounded.fs-42 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -0.84px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-section-title.tl-unbounded.fs-42 {
    font-size: 36px;
  }
}
.tp-section-title.tl-unbounded.fs-42 span {
  color: rgba(1, 1, 3, 0.2);
}
@media (max-width: 767px) {
  .tp-section-title.tl-unbounded.fs-42.tt-capitalize br {
    display: none;
  }
}
.tp-section-title.tl-unbounded.fs-52 {
  font-size: 52px;
  letter-spacing: -1.04px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.tl-unbounded.fs-52 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.tl-unbounded.fs-52 {
    font-size: 38px;
  }
}
.tp-section-title.tl-spacegro {
  font-family: var(--tp-ff-space);
}
.tp-section-title.tl-spacegro .hr-title-shape {
  position: absolute;
  bottom: -2px;
  right: 45px;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-section-title.tl-spacegro .hr-title-shape {
    display: none;
  }
}
.tp-section-title.tl-spacegro .clr {
  color: var(--tp-theme-primary);
}
.tp-section-title.text-case-int {
  text-transform: initial;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-section-title.text-case-int {
    font-size: 52px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.text-case-int {
    font-size: 45px;
  }
}
.tp-section-title.title-playfair {
  font-weight: 500;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-playfair);
}
@media (max-width: 767px) {
  .tp-section-title.title-playfair {
    font-size: 38px;
  }
}
.tp-section-title.title-playfair span {
  color: #DFAE4F;
  font-style: italic;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-section-title.title-playfair br {
    display: none;
  }
}
.tp-section-title.fs-150 {
  font-size: 150px;
  letter-spacing: -4.5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-150 {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-150 {
    font-size: 80px;
  }
}
.tp-section-title.fs-140 {
  font-size: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.fs-140 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-140 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-140 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-140 {
    font-size: 40px;
  }
}
.tp-section-title.fs-120 {
  font-size: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.fs-120 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-120 {
    font-size: 82px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-120 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-120 {
    font-size: 56px;
  }
}
.tp-section-title.fs-72 {
  font-size: 72px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title.fs-72 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-72 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-72 {
    font-size: 42px;
  }
}
.tp-section-title.fs-60 {
  font-size: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-60 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-60 {
    font-size: 46px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-section-title.fs-60 br {
    display: none;
  }
}
.tp-section-title.fs-52 {
  font-size: 52px;
}
@media (max-width: 767px) {
  .tp-section-title.fs-52 {
    font-size: 48px;
  }
}
.tp-section-title.fw-700 {
  font-weight: 700;
}

.title-white {
  color: var(--tp-common-white);
}