/*
 * Banner Style
 */

.htbanner .banner-thumb a {
    overflow: hidden;
    position: relative;
    display: block;
}
.htbanner .banner-content a{
  display: inline-block;
}
.htbanner .banner-thumb a::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 0;
}

.htbanner .banner-thumb a::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
    width: 0;
}

.htbanner .banner-thumb a img {
    width: 100%;
}

.htbanner:hover .banner-thumb a::before {
    height: 100%;
    opacity: 0.3;
    width: 100%;
}

.htbanner:hover .banner-thumb a::after {
    height: 100%;
    opacity: 0.3;
    width: 100%;
}

.htbanner {
    position: relative;
}

.htbanner .banner-content a {
  border-bottom: 1px solid #909b74;
  color: #383838;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  text-decoration: none;
}

.htbanner .banner-content{
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
}

/*Banner Content Position */
.htbanner-content-pos-center .banner-content{
    top: 50%;
    right: 0;
    left: auto;
    padding-right: 30px;
    transform: translateY(-50%);
}

.htbanner-content-pos-bottom .banner-content {
  bottom: 0;
  padding-bottom: 40px;
}

.htbanner-content-pos-top .banner-content {
  top: 0;
  padding-top: 40px;
}

/* Banner style one */
.htbanner-style-1 .banner-content h6 {
    color: #1f1e26;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 11px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}

.htbanner-style-1 .banner-content h2 {
    color: #1f1e26    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 1px;
    font-family: "Poppins", sans-serif;
}

.htbanner-style-1 .banner-content p {
    color: #1f1e26;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}

.htbanner-style-1 .banner-content h3 {
    color: #1f1e26;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-family: "Poppins", sans-serif;
}

.htbanner-style-1 .banner-content a {
    color: #383838;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #909b74;
    transition: 0.4s;
}

/* Banner Style 02 */
.htbanner-style-2 .banner-content h2{
  color: #1f1e26;
  font-family: "Poppins",sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}

/* Banner Style 03 */
.htbanner-style-3 .banner-content h2 {
    color: #242424;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 6px;
    font-family: 'Prata', serif;
}

.htbanner-style-3 .banner-content p {
    color: #1f1e26;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

/* Banner Style 03 */
.htbanner-style-4 .banner-content h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.htbanner-style-4 .banner-content p {
    color: #ffffff;
    margin: 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 26px;
    padding-right: 77px;
    margin-bottom: 15px;
}

.htbanner-style-4 .banner-content a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    background: #ffffff;
    height: 30px;
    display: inline-block;
    padding: 0 15px;
    line-height: 30px;
    color: #000000;
    font-size: 12px;
    border-radius: 20px;
    transition: 0.4s ease-in-out;
}

.htbanner-style-4 .banner-content a:hover {
    background: #18012c;
    color: #fff;
}
.htbanner-style-4 .banner-content {
    text-align: left;
    padding-left: 40px;
    padding-top: 40px;
    padding-right: 40px;
}

/* Banner Style 5 */
.htbanner-style-5 .banner-content h2 {
    color: #646161;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Rubik', sans-serif;
}

.htbanner-style-5 .banner-content h2 span {
    color: #f3a395;
}

.htbanner-style-5 .banner-content span {
    color: #f3a395;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Rubik', sans-serif;
}

.htbanner-style-5.htbanner-content-pos-center .banner-content {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding-right: 30px;
}


.htbanner-style-5 .banner-thumb a::before,.htbanner-style-6 .banner-thumb a::before {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #f3a395;
  content: "";
  height: 100%;
  left: 0px;
  opacity: 1;
  position: absolute;
  top: 0px;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}

/* Banner Style 6 */
.htbanner-style-6 .banner-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    height: 100%;
    transform: translateY(0);
}

.htbanner-style-6 .banner-content h2{
  color: #646161;
  font-family: "Rubik",sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.htbanner-style-6 .banner-content p {
  color: #f3a395;
  font-family: "Rubik",sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

/*
 * Special Banner Style
 */
.htspcial-banner.htbanner-content-pos-right .banner-content {
  top: 50%;
  right: 0;
  width: auto;
  transform: translateY(-50%);
}
.htspcial-banner.htbanner-content-pos-left .banner-content {
  top: 50%;
  left: 0;
  width: auto;
  transform: translateY(-50%);
}
.htbanner-badgeimage {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.htbanner-badgeimage img{
  width: 100%;
}
