.banner-shortcode-wrap {
  background-color: #ffffff;
}
.banner-shortcode-wrap.style_1 .banner-content {
  position: relative;
  overflow: hidden;
}
.banner-shortcode-wrap.style_1 .banner-content img {
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  width: 100%;
}
.banner-shortcode-wrap.style_1 .banner-content .text-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 50px;
  width: 100%;
}
.banner-shortcode-wrap.style_1 .banner-content .text-content .banner-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .banner-shortcode-wrap.style_1 .banner-content .text-content .banner-title {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.banner-shortcode-wrap.style_1 .banner-content .text-content .sub-title {
  font-size: 16px;
}
@media (max-width: 480px) {
  .banner-shortcode-wrap.style_1 .banner-content .text-content .sub-title {
    display: none;
  }
}
.banner-shortcode-wrap.style_1 .banner-content .text-content.left {
  text-align: left;
  width: 45%;
  left: 0;
}
@media (max-width: 1199px) {
  .banner-shortcode-wrap.style_1 .banner-content .text-content.left {
    padding: 0;
    padding-left: 30px;
    width: 55%;
  }
}
.banner-shortcode-wrap.style_1 .banner-content .text-content.center {
  text-align: center;
}
.banner-shortcode-wrap.style_1 .banner-content .text-content.right {
  right: 0;
  width: 45%;
  text-align: right;
}
@media (max-width: 1199px) {
  .banner-shortcode-wrap.style_1 .banner-content .text-content.right {
    padding: 0;
    padding-right: 30px;
    width: 55%;
  }
}
.banner-shortcode-wrap.style_1 .banner-content .button-text {
  margin-top: 15px;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #333333;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
}
.banner-shortcode-wrap.style_1 .banner-content .button-text:hover {
  background-color: #333333;
  color: #ffffff;
}
@media (max-width: 480px) {
  .banner-shortcode-wrap.style_1 .banner-content .button-text {
    line-height: 1.3;
  }
}
.banner-shortcode-wrap.style_1 .banner-content:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.banner-shortcode-wrap.style_2 {
  position: relative;
  overflow: hidden;
}
.banner-shortcode-wrap.style_2:before,
.banner-shortcode-wrap.style_2:after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  transform-origin: center;
  border: 15px solid transparent;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}
.banner-shortcode-wrap.style_2:hover:before {
  border-top-color: #111111;
  border-right-color: #111111;
  width: 100%;
  height: 100%;
  transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}
.banner-shortcode-wrap.style_2:hover:after {
  border-bottom-color: #111111;
  border-left-color: #111111;
  transition: height 0.3s ease-out, width 0.3s ease-out 0.3s;
  width: 100%;
  height: 100%;
}
.banner-shortcode-wrap.style_2:hover .banner-content img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.banner-shortcode-wrap.style_2:hover .banner-content:before {
  opacity: 0.5;
}
.banner-shortcode-wrap.style_2:hover .banner-content .text-content .button-text {
  opacity: 1;
}
.banner-shortcode-wrap.style_2:hover .banner-content .text-content .sub-title {
  opacity: 0;
}
.banner-shortcode-wrap.style_2:hover .banner-content .text-content.left .button-text {
  left: 0;
}
.banner-shortcode-wrap.style_2:hover .banner-content .text-content.center .button-text {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner-shortcode-wrap.style_2:hover .banner-content .text-content.right .button-text {
  right: 0;
}
.banner-shortcode-wrap.style_2 .banner-content {
  position: relative;
  overflow: hidden;
}
.banner-shortcode-wrap.style_2 .banner-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #eee;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.banner-shortcode-wrap.style_2 .banner-content img {
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  width: 100%;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content {
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 2;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content .banner-title {
  margin-top: 0;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1299px) {
  .banner-shortcode-wrap.style_2 .banner-content .text-content .banner-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .banner-shortcode-wrap.style_2 .banner-content .text-content .banner-title {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_2 .banner-content .text-content .banner-title {
    font-size: 24px;
  }
}
.banner-shortcode-wrap.style_2 .banner-content .text-content .sub-title {
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content.left {
  text-align: left;
  left: 30px;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content.left .button-text {
  left: -50px;
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_2 .banner-content .text-content.left {
    left: 15px;
  }
}
.banner-shortcode-wrap.style_2 .banner-content .text-content.center {
  text-align: center;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content.center .button-text {
  left: 30%;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content.right {
  right: 30px;
  text-align: right;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content.right .button-text {
  right: -50px;
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_2 .banner-content .text-content.right {
    right: 15px;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_2 .banner-content .text-content {
    top: 20px;
  }
}
.banner-shortcode-wrap.style_2 .banner-content .button-text {
  margin-top: 15px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  font-weight: bold;
  opacity: 0;
}
.banner-shortcode-wrap.style_2 .banner-content .button-text:after {
  margin-left: 3px;
  content: "\f30f";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991px) and (min-width: 768px) {
  .banner-shortcode-wrap.style_2:before,
  .banner-shortcode-wrap.style_2:after {
    border-width: 10px;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_2:before,
  .banner-shortcode-wrap.style_2:after {
    border-width: 5px;
  }
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.banner-shortcode-wrap.style_3 {
  background-color: transparent;
}
.banner-shortcode-wrap.style_3 .banner-content {
  position: relative;
}
.banner-shortcode-wrap.style_3 .banner-content img {
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  width: 100%;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover {
  position: absolute;
  top: 30%;
  left: 50%;
  height: 42px;
  width: 42px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border: 2px solid #ffffff;
  text-align: center;
  padding: 4px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .icon-hover-inner {
  position: relative;
  background-color: #ffffff;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .icon-hover-inner i {
  font-size: 18px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  line-height: 27px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .content-hover-icon {
  position: absolute;
  left: 0;
  padding-bottom: 25px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -moz-transform: translate(0, 70px);
  -webkit-transform: translate(0, 70px);
  -ms-transform: translate(0, 70px);
  -o-transform: translate(0, 70px);
  transform: translate(0, 70px);
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 3;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .content-hover-icon .content-hover {
  position: relative;
  width: 190px;
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 18px 5px 15px;
  margin-left: -80px;
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .content-hover-icon .content-hover .product-title {
  font-weight: bold;
  font-size: 16px;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .content-hover-icon .content-hover .icon-price {
  font-size: 16px;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .content-hover-icon .content-hover:before {
  content: '';
  border-top: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 50%;
  top: -10px;
  margin-left: -10px;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover:hover {
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover:hover .content-hover-icon {
  -moz-transform: translate(0, 25px);
  -webkit-transform: translate(0, 25px);
  -ms-transform: translate(0, 25px);
  -o-transform: translate(0, 25px);
  transform: translate(0, 25px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-shortcode-wrap.style_3 .banner-content .text-content {
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%;
  z-index: 2;
}
.banner-shortcode-wrap.style_3 .banner-content .text-content .banner-title {
  margin: 0;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.banner-shortcode-wrap.style_4 .banner-content {
  position: relative;
  overflow: hidden;
}
.banner-shortcode-wrap.style_4 .banner-content .img-content {
  position: relative;
  display: inline-block;
}
.banner-shortcode-wrap.style_4 .banner-content .img-content:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-box-shadow: inset 0 0 0 0px rgba(17, 17, 17, 0.15);
  -moz-box-shadow: inset 0 0 0 0px rgba(17, 17, 17, 0.15);
  box-shadow: inset 0 0 0 0px rgba(17, 17, 17, 0.15);
}
.banner-shortcode-wrap.style_4 .banner-content.left {
  overflow: hidden;
}
.banner-shortcode-wrap.style_4 .banner-content.left .img-content {
  float: right;
}
.banner-shortcode-wrap.style_4 .banner-content img {
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content .banner-title {
  margin-top: 0;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1600px) {
  .banner-shortcode-wrap.style_4 .banner-content .text-content .banner-title {
    text-shadow: 0px 0px 3px #ffffff;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_4 .banner-content .text-content .banner-title {
    font-size: 30px;
  }
}
.banner-shortcode-wrap.style_4 .banner-content .text-content .sub-title {
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_4 .banner-content .text-content .sub-title {
    font-size: 14px;
  }
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.top {
  top: 80px;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.bottom {
  bottom: 80px;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.left {
  text-align: left;
  left: 0px;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.left .button-text {
  left: -50px;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.right {
  right: 0px;
  text-align: right;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.right .button-text {
  right: -50px;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.right .button-text:before {
  margin-right: 3px;
  content: "\f2ca";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.right .button-text:after {
  display: none;
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_4 .banner-content .text-content {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.banner-shortcode-wrap.style_4 .banner-content .button-text {
  margin-top: 15px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  bottom: 0;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
}
.banner-shortcode-wrap.style_4 .banner-content .button-text:after {
  margin-left: 3px;
  content: "\f30f";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_4 .banner-content .button-text {
    font-size: 14px;
  }
}
.banner-shortcode-wrap.style_4 .banner-content:hover .img-content:before {
  -webkit-box-shadow: inset 0 0 0 10px rgba(17, 17, 17, 0.15);
  -moz-box-shadow: inset 0 0 0 10px rgba(17, 17, 17, 0.15);
  box-shadow: inset 0 0 0 10px rgba(17, 17, 17, 0.15);
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content .banner-title {
  -webkit-animation: toLeftFromRight 0.5s forwards;
  -moz-animation: toLeftFromRight 0.5s forwards;
  animation: toLeftFromRight 0.5s forwards;
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content .button-text {
  opacity: 1;
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content .sub-title {
  opacity: 0;
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content.left .banner-title {
  -webkit-animation: toRightFromLeft 0.5s forwards;
  -moz-animation: toRightFromLeft 0.5s forwards;
  animation: toRightFromLeft 0.5s forwards;
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content.left .button-text {
  left: 0;
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content.center .button-text {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content.right .button-text {
  right: 0;
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_4 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.banner-shortcode-wrap.style_5 .banner-content .text-content {
  bottom: 20px;
  padding: 40px;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_5 .banner-content .text-content .banner-title {
  white-space: nowrap;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 36px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_5 .banner-content .text-content .banner-title {
    font-size: 24px;
  }
}
.banner-shortcode-wrap.style_5 .banner-content .button-text {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
  font-weight: bold;
}
.banner-shortcode-wrap.style_5 .banner-content .button-text:after {
  margin-left: 3px;
  content: "\f10b";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: pulse-left-right 2s ease-out infinite;
  -o-animation: pulse-left-right 2s ease-out infinite;
  animation: pulse-left-right 2s ease-out infinite;
}
.banner-shortcode-wrap.style_5 .banner-content:hover .text-content {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_5 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.banner-shortcode-wrap.style_6.margin_shortcode {
  margin-top: -200px;
}
@media (max-width: 1600px) {
  .banner-shortcode-wrap.style_6.margin_shortcode {
    margin-top: -60px;
  }
}
@media (max-width: 599px) {
  .banner-shortcode-wrap.style_6.margin_shortcode {
    margin-top: 0px;
  }
}
.banner-shortcode-wrap.style_6 .banner-content {
  position: relative;
  padding: 60px;
  display: table;
  color: rgba(51, 51, 51, 0.8);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_6 .banner-content:hover {
  color: #333333;
}
.banner-shortcode-wrap.style_6 .banner-content:hover .content-img:after {
  -webkit-box-shadow: inset 0 0 0 10px rgba(17, 17, 17, 0.3);
  -moz-box-shadow: inset 0 0 0 10px rgba(17, 17, 17, 0.3);
  box-shadow: inset 0 0 0 10px rgba(17, 17, 17, 0.3);
}
.banner-shortcode-wrap.style_6 .banner-content.top-right:hover .text-content .main-content .price,
.banner-shortcode-wrap.style_6 .banner-content.top-right:hover .text-content .main-content .description {
  left: 0px;
  opacity: 1;
}
.banner-shortcode-wrap.style_6 .banner-content.top-right .content-img:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #ffffff;
  border-bottom: 20px solid transparent;
}
.banner-shortcode-wrap.style_6 .banner-content.top-right .text-content {
  vertical-align: top;
  padding-left: 25px;
  padding-right: 60px;
}
.banner-shortcode-wrap.style_6 .banner-content.top-right .text-content .main-content .price {
  left: 10px;
}
.banner-shortcode-wrap.style_6 .banner-content.top-right .text-content .main-content .description {
  left: 20px;
}
@media (max-width: 1300px) {
  .banner-shortcode-wrap.style_6 .banner-content.top-right .text-content {
    padding-right: 25px;
  }
}
@media (max-width: 599px) {
  .banner-shortcode-wrap.style_6 .banner-content.top-right .text-content {
    padding: 10px 0;
  }
  .banner-shortcode-wrap.style_6 .banner-content.top-right .text-content .main-content {
    display: none;
  }
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left:hover .text-content .heading-content .banner-number {
  vertical-align: bottom;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left:hover .text-content .main-content .price,
.banner-shortcode-wrap.style_6 .banner-content.bottom-left:hover .text-content .main-content .description {
  right: 0px;
  opacity: 1;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .content-img {
  vertical-align: bottom;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .content-img:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid #ffffff;
  border-bottom: 20px solid transparent;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content {
  text-align: right;
  padding-right: 25px;
  padding-left: 60px;
  vertical-align: bottom;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .heading-content {
  float: right;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .heading-content .heading-inner {
  padding: 0;
  padding-right: 15px;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .heading-content .banner-number {
  vertical-align: bottom;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .main-content {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 35px;
  padding-right: 44px;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .main-content .price {
  right: 10px;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .main-content .price:before {
  left: auto;
  right: -20px;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .main-content .description {
  right: 20px;
}
@media (max-width: 1300px) {
  .banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content {
    padding-left: 25px;
  }
}
@media (max-width: 599px) {
  .banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content {
    padding: 10px 0;
  }
  .banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .main-content {
    display: none;
  }
}
.banner-shortcode-wrap.style_6 .banner-content .content-img {
  width: 37%;
  display: table-cell;
  position: relative;
}
.banner-shortcode-wrap.style_6 .banner-content .content-img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-box-shadow: inset 0 0 0 0px rgba(17, 17, 17, 0.3);
  -moz-box-shadow: inset 0 0 0 0px rgba(17, 17, 17, 0.3);
  box-shadow: inset 0 0 0 0px rgba(17, 17, 17, 0.3);
}
.banner-shortcode-wrap.style_6 .banner-content .content-img img {
  width: 100%;
}
@media (max-width: 599px) {
  .banner-shortcode-wrap.style_6 .banner-content .content-img {
    display: inline-block;
    width: 100%;
  }
  .banner-shortcode-wrap.style_6 .banner-content .content-img:before {
    display: none;
  }
}
.banner-shortcode-wrap.style_6 .banner-content .text-content {
  display: table-cell;
  width: 63%;
  z-index: 2;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .heading-content {
  display: table;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .heading-content .heading-inner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .heading-content .heading-inner .banner-title {
  line-height: 1;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .heading-content .heading-inner .sub-title {
  font-size: 16px;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .heading-content .banner-number {
  position: relative;
  line-height: 1;
  display: table-cell;
  font-size: 60px;
  font-weight: 600;
}
@media (max-width: 599px) {
  .banner-shortcode-wrap.style_6 .banner-content .text-content .heading-content .banner-number {
    font-size: 50px;
  }
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .main-content {
  margin-top: 35px;
  padding-left: 44px;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .main-content .price {
  opacity: 0;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .main-content .price:before {
  content: '';
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: #333333;
  left: -20px;
  top: 18px;
  opacity: 0.5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .main-content p {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
  margin: 0;
}
@media (max-width: 599px) {
  .banner-shortcode-wrap.style_6 .banner-content .text-content {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .banner-shortcode-wrap.style_6 .banner-content {
    padding: 30px;
  }
}
@media (max-width: 599px) {
  .banner-shortcode-wrap.style_6 .banner-content {
    padding: 0 30px;
    display: block;
  }
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_6 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.banner-shortcode-wrap.style_7 .banner-content {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_7 .banner-content img {
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  width: 100%;
}
.banner-shortcode-wrap.style_7 .banner-content:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 50px;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(255, 255, 255, 0.8);
}
.banner-shortcode-wrap.style_7 .banner-content .text-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-shortcode-wrap.style_7 .banner-content .text-content .banner-title {
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 15px 0;
}
.banner-shortcode-wrap.style_7 .banner-content:hover {
  -webkit-box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.2);
}
.banner-shortcode-wrap.style_7 .banner-content:hover:before {
  height: 100%;
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_7 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.banner-shortcode-wrap.style_8 .banner-content {
  position: relative;
  overflow: hidden;
}
.banner-shortcode-wrap.style_8 .banner-content img {
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  width: 100%;
}
.banner-shortcode-wrap.style_8 .banner-content .text-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 50px;
  width: 100%;
}
.banner-shortcode-wrap.style_8 .banner-content .text-content .banner-title {
  margin-top: 0;
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_8 .banner-content .text-content .banner-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_8 .banner-content .text-content .banner-title {
    font-size: 24px;
  }
}
.banner-shortcode-wrap.style_8 .banner-content .text-content .sub-title {
  font-size: 16px;
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_8 .banner-content .text-content .sub-title {
    display: none;
  }
}
.banner-shortcode-wrap.style_8 .banner-content .text-content.left {
  text-align: left;
  width: 65%;
  left: 0;
}
.banner-shortcode-wrap.style_8 .banner-content .text-content.center {
  text-align: center;
}
.banner-shortcode-wrap.style_8 .banner-content .text-content.right {
  right: 0;
  width: 65%;
  text-align: left;
}
.banner-shortcode-wrap.style_8 .banner-content .button-text {
  margin-top: 30px;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #333333;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_8 .banner-content .button-text:hover {
  background-color: #333333;
  color: #ffffff;
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_8 .banner-content .button-text {
    margin-top: 15px;
  }
}
.banner-shortcode-wrap.style_8 .banner-content:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_8 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.banner-shortcode-wrap.style_9 .banner-content {
  position: relative;
  overflow: hidden;
}
.banner-shortcode-wrap.style_9 .banner-content .img-content {
  position: relative;
  display: inline-block;
}
.banner-shortcode-wrap.style_9 .banner-content .img-content:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-box-shadow: inset 0 0 0 0px #111111;
  -moz-box-shadow: inset 0 0 0 0px #111111;
  box-shadow: inset 0 0 0 0px #111111;
}
.banner-shortcode-wrap.style_9 .banner-content .price {
  position: absolute;
  height: 90px;
  width: 90px;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 90px;
  background-color: rgba(17, 17, 17, 0.5);
  line-height: 90px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .banner-shortcode-wrap.style_9 .banner-content .price {
    width: 60px;
    height: 60px;
    right: 40px;
    line-height: 60px;
    font-size: 18px;
  }
}
.banner-shortcode-wrap.style_9 .banner-content .text-content {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 20px;
  left: 20px;
}
.banner-shortcode-wrap.style_9 .banner-content .text-content .banner-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .banner-shortcode-wrap.style_9 .banner-content .text-content .banner-title {
    font-size: 24px;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_9 .banner-content .text-content .banner-title {
    font-size: 30px;
  }
}
.banner-shortcode-wrap.style_9 .banner-content .text-content .sub-title {
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_9 .banner-content .text-content .sub-title:after {
  content: "\f474";
  display: inline-block;
  font-family: "Ionicons";
  font-size: 24px;
  margin-left: 10px;
  line-height: 1;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .banner-shortcode-wrap.style_9 .banner-content .text-content .sub-title {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_9 .banner-content .text-content .sub-title {
    font-size: 14px;
  }
}
.banner-shortcode-wrap.style_9 .banner-content:hover .img-content:before {
  -webkit-box-shadow: inset 0 0 0 10px rgba(17, 17, 17, 0.3);
  -moz-box-shadow: inset 0 0 0 10px rgba(17, 17, 17, 0.3);
  box-shadow: inset 0 0 0 10px rgba(17, 17, 17, 0.3);
}
.banner-shortcode-wrap.style_9 .banner-content:hover .price {
  background-color: #111111;
}
.banner-shortcode-wrap.style_9 .banner-content:hover .text-content .banner-title {
  animation: 0.5s ease-in-out 0s normal none 1 moveFromLeft;
  -webkit-animation: 0.5s ease-in-out 0s normal none 1 moveFromLeft;
}
.banner-shortcode-wrap.style_9 .banner-content:hover .text-content .sub-title {
  animation: 0.4s ease-in-out 0.2s normal none 1 moveFromLeft;
  -webkit-animation: 0.4s ease-in-out 0.2s normal none 1 moveFromLeft;
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_9 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.banner-shortcode-wrap.style_10 {
  margin: 0 -15px;
  background-color: transparent;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.banner-shortcode-wrap.style_10 .banner-content {
  position: relative;
  overflow: hidden;
  height: 900px;
}
.banner-shortcode-wrap.style_10 .banner-content .text-content {
  position: relative;
  width: 100%;
  top: 550px;
  z-index: 2;
  padding: 0 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_10 .banner-content .text-content .banner-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
}
.banner-shortcode-wrap.style_10 .banner-content .text-content .sub-title {
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 15px;
}
.banner-shortcode-wrap.style_10 .banner-content .text-content p {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_10 .banner-content .text-content a {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 10px 20px;
  font-weight: bold;
}
.banner-shortcode-wrap.style_10 .banner-content .text-content a:hover {
  background-color: #ffffff;
}
.banner-shortcode-wrap.style_10 .banner-content:hover .text-content {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.banner-shortcode-wrap.style_10 .banner-content:hover .text-content p,
.banner-shortcode-wrap.style_10 .banner-content:hover .text-content a {
  opacity: 1;
  visibility: visible;
}
.banner-shortcode-wrap.style_10:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #ffffff;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .banner-shortcode-wrap.style_10 .banner-content .text-content {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_10 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .banner-shortcode-wrap.style_10 .banner-content {
    height: 600px;
  }
  .banner-shortcode-wrap.style_10 .banner-content .text-content {
    top: 250px;
  }
}
