/* common css */
.ls-4 {
  letter-spacing: 4px;
}
.cover-background {
  background-image: url(../img/cover/cover.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.cover-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.5);
}
.cover-text-container {
  position: inherit;
}
.banner-text-1 {
  font-size: 5vw;
  font-weight: bold;
  line-height: 1;
}
.banner-text-2 {
  font-size: 1vw;
}
.light {
  color: white;
}

td{
  border:1px solid #000 !important;
  padding: 5px 20px;
  text-align: center;
}
td p{
  margin-bottom: 0px !important;
}
.owl-nav .for-top-slider i {
  font-size: 40px;
  color: #b1b1b1 !important;
}
@media (max-width: 575.98px) {
  .banner-text-1 {
    font-size: 8vw;
  }
  .banner-text-2 {
    font-size: 4vw;
  }
}