/* Generic Hero Style */

.hero-variant{
    position: relative;
}

/* Hero Style 1 */
.hero-variant.hero-v1 h1{
    margin-top: 0;
}
.hero-variant.hero-v1 .hero-content-holder{
    border-left: 5px solid;
    position: relative;
    padding: 60px 0 60px 40px;
}
.hero-variant.hero-v1 .hero-content-holder a.btn-primary{
    margin-bottom: 10px;
}
.hero-variant.hero-v1 .hero-content-holder:before,
.hero-variant.hero-v1 .hero-content-holder:after{
    width: 150px;
    height: 5px;
    content:"";
    position: absolute;
    left: 0;
}
.hero-variant.hero-v1 .hero-content-holder:before{
    bottom:0;
}
.hero-variant.hero-v1 .hero-content-holder:after{
    top:0;
}
.hero-variant.hero-v1 .hero-content-holder{
    border-color: #ff0000;
}

.hero-variant.hero-v1 .hero-content-holder:before,
.hero-variant.hero-v1 .hero-content-holder:after{
    background-color: #ff0000;
}

/* Hero Style 2 */

.hero-variant.hero-v2 .hero-content-holder h1 {
    border-left: 6px solid #ff0000;
}

/* Hero Style 3 */

.hero-variant.hero-v3 .overlay-slide {
    top: 0;
    left: 0;
    bottom: 0;
    width: 35%;
    background: rgba(237, 27, 36, 0.8);
}

/* Hero Style 4 */
.hero-variant.hero-v4 .overlay-slide-dark {
    top: 0;
    left: 0;
    bottom: 0;
    width: 35%;
    background: #2a2a2e;
}

.hero-variant.hero-v4 .overlay-slide-dark:before {
    content: '';
    position: absolute;
    top: 90px;
    left: 90px;
    right: 0;
    bottom: 80px;
    background: url(../images/plus-bg.png);
    background-repeat: repeat;
}

@media only screen and (max-width: 767px) {
    .hero-variant.hero-v4 .overlay-slide-dark:before {
        left: 0;
    }
}

.hero-variant.hero-v4 .hero-content-holder h1:before {
    content: '';
    position: absolute;
    left: 0;
    top: -30px;
    height: 2px;
    width: 50px;
    background: #ff0000;
}
.hero-variant.hero-v4 .hero-content-holder a:hover{
    color: #ff0000 !important;
}

/* Hero Style 5 */
.hero-variant.hero-v5 .overlay-slide-dark {
    top: 0;
    left: 0;
    bottom: 0;
    width: 35%;
    background: #ff0000;
}

.hero-variant.hero-v5 .overlay-bg-img {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
}

.hero-variant.hero-v5 .hero-content-holder h1:before {
    content: '';
    position: absolute;
    left: 0;
    top: -30px;
    height: 2px;
    width: 50px;
    background: #ff0000;
}

/* Hero Style 6 */
.hero-variant.hero-v6 .transform-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background: transparent;
    background: url(../images/vertical-lines.png) no-repeat;
    background-position: right top;
    background-size: cover;
  }

@media only screen and (max-width: 767px) {
    .hero-variant.hero-v6 .transform-overlay {
        width: 70%;
    }
    .hero-variant.hero-v6 .btn-lg {
        margin: 1em 0;
    }
}

.hero-variant.hero-v6 .hero-content-holder {
  z-index: 2;
}

/* Hero Style 7 */
.hero-variant.hero-v7 .hero-content-holder .sub-title {
    display: inline-block;
}

.hero-variant.hero-v7 .hero-content-holder .sub-title:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 30px;
    background: #ff0000;
    position: absolute;
    top: 10px;
    left: 0;
}
@media (max-width: 767px){
    .hero-variant.hero-v7 .hero-content-holder .sub-title{
        padding-left: 45px;
    }
}
.hero-links {
    position: absolute;
    bottom: 0;
    right: 0; 
}
.hero-links .hero-links-widget {
    width: 300px;
    background: #ffffff;
    display: table;
    float: left;
    border-right: 1px solid #cccccc;
}
.hero-links .hero-links-widget:hover {
    background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 767px) {
    .hero-links {
        position: relative;
        top: 100%;
        bottom: auto;
        left: 0;
    }
    .hero-links .hero-links-widget {
        width: 100%;
        display: block;
        border-right: 0;
        border-bottom: 1px solid #cccccc;
    }
}

/* Hero Style 8 */

.hero-variant.hero-v8 .f-type {
    display: block;
}
.hero-variant.hero-v8 .f-type:hover {
    opacity: 0.6;
}
/* Hero Style 9 */

.hero-variant.hero-v9 .f-type {
    display: block;
}

.hero-variant.hero-v9 .f-type h5:after {
    content: '';
    height: 2px;
    background: #ffffff;
    width: 22px;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 6px;
}
.hero-variant.hero-v9 .f-type:hover {
    opacity: 0.6;
}
@media only screen and (max-width: 1199px) {
    .hero-variant.hero-v9 .f-type h5 {
        padding-right: 30px;
    }
}


/* Hero Style 10 */

.hero-variant.hero-v10 {
    /* min-height: 450px; */
    overflow: hidden;
}

.hero-variant.hero-v10 .hero-content-holder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
}

@media only screen and (max-width: 1199px) {
    .hero-variant.hero-v10 .hero-content-holder {
        bottom: -5px;
    }
    .hero-variant.hero-v10.ptb-xxl {
        padding-bottom: 0;
    }
}