.call-to-action-style-1 .story-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
}
.call-to-action-style-1 .story-wrapper:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
    background: #000000;
    opacity: 0.5;
}
.call-to-action-style-1 .story-wrapper img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    width: 100%;
    height: 100%;
}
.call-to-action-style-1 .story-wrapper .story-box-content {
    left: 0px;
    right: 0px;
    top: 50%;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}
.call-to-action-style-1 .story-wrapper .story-box-content .story-badge {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 13px;
    margin-bottom: 22px;
    border-radius: 4px;
    color: #fff;
    background: #ba1c24;
}
.call-to-action-style-1 .story-wrapper .story-box-content h4 {
    color: #fff;
}
.call-to-action-style-1 .story-wrapper .story-box-content .btn.btn-text {
    font-size: 14px;
    position: relative;
    pointer-events: visible;
    text-transform: capitalize;
    color: #141433;
}
.call-to-action-style-1 .story-wrapper .story-box-content .btn.btn-text:before {
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background: #141433;
}
.call-to-action-style-1 .story-wrapper .story-box-content .btn.btn-text:hover {
    color: #fff;
}
.call-to-action-style-1 .story-wrapper .story-box-content .btn.btn-text:hover:before {
  background: #fff;
}
.call-to-action-style-1 .story-wrapper:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
.call-to-action-style-1 .story-wrapper:hover:after {
    bottom: 0;
    top: 0;
}
.call-to-action-style-1 .story-wrapper:hover:after,
.call-to-action-style-1 .story-wrapper:hover:before {
  background: #000;
  opacity: 0.5;
}
.call-to-action-style-1 .story-wrapper:hover img {
  transform: scale(1.2);
}
/* Style 2 */
.call-to-action-style-2 .story-wrapper {
    position: relative;
    overflow: hidden;
}
.call-to-action-style-2 .story-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.8;
  content: '';
  display: block;
  background: #BA1C24;
}
.call-to-action-style-2 .story-wrapper img{
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  border-radius: 0;
}
.call-to-action-style-2 .story-wrapper .banner-content {
    position: absolute;
    content: "";
    transform: translateY(-50%);
    z-index: 2;
    left: 36px;
    top: 50%;
}
.call-to-action-style-2 .story-wrapper .banner-content h4 {
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px;
}
.call-to-action-style-2 .story-wrapper .banner-content h5 {
    font-size: 18px;
    color: #6b6b83;
    margin: 0 0 20px;
    font-weight: 500;
}
.call-to-action-style-2 .story-wrapper .banner-content a {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
}
.call-to-action-style-2 .story-wrapper:hover img {
  transform: scale(1.2);
}
/*-- Style 3 --*/
.story-wrapper {
    position: relative;
    overflow: hidden;
}
.call-to-action-style-3 .banner-content {
    display: flex;
    align-items: center;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0%;
    z-index: 9;
    height: 100%;
    max-width: 550px;
    top: auto;
    bottom: 0px;
    padding: 0 30px;
    justify-content: center;
}
.call-to-action-style-3 .story-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: #ba1c24;
    opacity: 0.8;
    content: '';
    display: block;
}
.call-to-action-style-3 .cta-content h4 {
    font-size: 24px;
    color: #fff;
}
.call-to-action-style-3 .cta-content p {
    color: #fff;
    margin-bottom: 0;
}
.call-to-action-style-3 .banner-content .icon {
    margin-right: 20px;
    font-size: 40px;
    color: #fff;
}
.call-to-action-style-3 .story-wrapper > img {
  display: block;
  width: 100%;
  border-radius: 0px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.call-to-action-style-3 .story-wrapper:hover > img{
  transform: scale(1.2);
}
/* Style 4 */
.call-to-action-style-4 .story-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
}
.call-to-action-style-4 .story-wrapper:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
.call-to-action-style-4 .story-wrapper img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}
.call-to-action-style-4 .story-wrapper .story-box-content {
    left: 0px;
    right: 0px;
    top: 50%;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}
.call-to-action-style-4 .story-wrapper .story-box-content .story-badge {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 13px;
    margin-bottom: 22px;
    border-radius: 4px;
    color: #141433;
}
.call-to-action-style-4 .story-wrapper .story-box-content .btn.btn-text {
    font-size: 14px;
    position: relative;
    pointer-events: visible;
    text-transform: capitalize;
    color: #141433;
}
.call-to-action-style-4 .story-wrapper .story-box-content .btn.btn-text:before {
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}
.call-to-action-style-4 .story-wrapper:after{
    content: "";
    position: absolute;
    z-index: 2;
    border: 2px solid #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 20px;
    background: rgba(255, 255, 255, 0.66);
}
.call-to-action-style-4 .story-wrapper:hover:before {
    background-color:  #ba1c24cc;
    left: 0;
    right: 0;
}
.call-to-action-style-4 .story-wrapper:hover img{
  transform: scale(1.2);
}
.call-to-action-style-4 .story-wrapper:hover:after {
    background-color: #ba1c2466;
    bottom: 0;
    top: 0;
}
.call-to-action-style-4 .story-wrapper:hover .story-box-content .story-badge,
.call-to-action-style-4 .story-wrapper:hover .story-box-content h6,
.call-to-action-style-4 .story-wrapper:hover .story-box-content .btn.btn-text{
  color: #fff;
}
/* Style 5 */
.call-to-action-style-5 .story-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.call-to-action-style-5 .story-wrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 20%,rgba(0,0,0,.4));
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.call-to-action-style-5 .story-wrapper .story-wrapper-content {
    position: absolute;
    padding: 20px;
    width: auto;
    z-index: 2;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.call-to-action-style-5 .story-wrapper .story-wrapper-content h4 a {
    color: #fff;
}
.call-to-action-style-5 .story-wrapper .story-wrapper-content h6 {
    font-size: 15px;
    line-height: 1.1;
    color: #ba1c24;
    text-transform: uppercase;
}
.call-to-action-style-5 .story-wrapper .big-img img {
  transform: scale(1.08);
  transition: all 0.5s ease-out 0s;
}
.call-to-action-style-5 .story-wrapper:hover .big-img img {
  transform: scale(1);
}

/* Style 6 */

.call-to-action-style-6 .story-wrapper {
    overflow: hidden;
    position: relative;
}
.call-to-action-style-6 .story-wrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(248, 247, 245, 0.7);
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.call-to-action-style-6 .story-wrapper img {
    width: 100%;
    transition: 0.3s;
}
.call-to-action-style-6 .story-wrapper .border-lines:before {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 10px;
    right: 10px;
    content: "";
    border-top: 1px solid rgb(194, 153, 88);
    border-bottom: 1px solid rgb(194, 153, 88);
    z-index: 1;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.call-to-action-style-6 .story-wrapper .border-lines:after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 20px;
    right: 20px;
    content: "";
    border-left: 1px solid rgb(194, 153, 88);
    border-right: 1px solid rgb(194, 153, 88);
    z-index: 1;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.call-to-action-style-6 .story-wrapper-content {
    left: 55px;
    top: 50%;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.call-to-action-style-6 .story-wrapper-content h6 {
    font-size: 15px;
    line-height: 1.1;
    color: #ba1c24;
    text-transform: uppercase;
}
.call-to-action-style-6 .story-wrapper-content h4 {
    font-size: 26px;
}
.call-to-action-style-6 .story-wrapper-content .btn.btn-text{
  font-size: 16px;
  position: relative;
  color: #141433;
  pointer-events: visible;
  text-transform: uppercase;
}
.call-to-action-style-6 .story-wrapper:hover .border-lines:before {
    opacity: 1;
    background: rgba(248, 247, 245, 0.28);
}
.call-to-action-style-6 .story-wrapper:hover .border-lines:before,
.call-to-action-style-6 .story-wrapper:hover .border-lines:after {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.call-to-action-style-6 .story-wrapper:hover img {
    transform: scale(1.1);
}
.call-to-action-style-6 .story-wrapper-content .btn.btn-text:before {
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #000;
}
/* style 7 */
.cta-style-7 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cta-style-7 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.cta-style-7 .content-box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 1;
    padding: 0 60px;
}
.cta-style-7 .overlay-bg {
    background: rgba(248, 247, 245, 0.7);
    opacity: 0.5;
}
.cta-style-7 .content-box p,
.cta-style-7 .content-box h3,
.cta-style-7 .content-box h5,
.cta-style-7 .content-box a.btn {
    color: #fff;
}
.cta-style-7 .content-box a.btn {
    position: relative;
}
.cta-style-7 .content-box a.btn:before {
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #222222;
}
.cta-style-7 .content-box a.btn:hover:before{
  background: #ba1c24;
}
.cta-style-7 {
    position: relative;
}
