/* CSS Document */
.bannerArea li {
  position: relative;
}
.bannerArea .textEditor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.bannerArea .textEditor .titleBox {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0;
}
.bannerArea .textEditor .titleBox em {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  font-family: "Poppins";
  font-style: normal;
  letter-spacing: 0.5px;
}
.bannerArea .textEditor .titleBox h1 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 3.5px;
  padding-top: 10px;
}
@media (max-width: 1200px) {
  .bannerArea .textEditor .titleBox {
    margin-bottom: 0;
  }
  .bannerArea .textEditor .titleBox em {
    display: block;
    font-size: 27px;
  }
  .bannerArea .textEditor .titleBox h1 {
    font-size: 22px;
    padding-top: 5px;
  }
}

.mainArea {
  padding: 60px 0;
}
.mainArea .wrap {
  max-width: 1250px;
}