.vc_row.helper-class {
    position: relative;
    z-index: 0
}

.headings-wrap {
    position: relative
}

.headings-wrap.anime-wrap .headings {
    display: table;
    height: 450px;
    margin-bottom: 1px
}

.headings-wrap.anime-wrap .headings .content {
    min-height: 450px;
    display: table-cell;
    vertical-align: middle
}

.headings-wrap .title-bg {
    font-family: 'Open Sans', sans-serif;
    font-size: 200px;
    font-weight: 800;
    letter-spacing: .1px;
    color: #f7f7f7;
    position: absolute;
    bottom: -23px;
    right: 0;
    z-index: -2;
    margin: 0;
    line-height: 1
}

.headings-wrap.not-bg-title .headings {
    padding-bottom: 0 !important
}

.headings-wrap.load-fade .title,
.headings-wrap.load-fade .subtitle,
.headings-wrap.load-fade .title-bg,
.headings-wrap.load-fade .but-wrap,
.headings-wrap.load-fade .crumbs {
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 0.7s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.7s cubic-bezier(0.37, 0.31, 0.2, 0.85)
}

.headings-wrap.load-fade .title.animation,
.headings-wrap.load-fade .subtitle.animation,
.headings-wrap.load-fade .title-bg.animation,
.headings-wrap.load-fade .but-wrap.animation,
.headings-wrap.load-fade .crumbs.animation {
    opacity: 1
}

.headings-wrap.load-fade .title,
.headings-wrap.load-fade .subtitle,
.headings-wrap.load-fade .crumbs {
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.headings-wrap.load-fade .title.animation,
.headings-wrap.load-fade .subtitle.animation,
.headings-wrap.load-fade .crumbs.animation {
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.headings-wrap.load-fade .subtitle {
    transition-delay: .2s
}

.headings-wrap.load-fade .title {
    transition-delay: .4s
}

.headings-wrap.load-fade .title-bg,
.headings-wrap.load-fade .but-wrap {
    transition-delay: .6s
}

.headings-wrap.load-fade .crumbs {
    transition-delay: .5s
}

.headings-wrap .images-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.headings-wrap .img-wrap {
    position: absolute !important;
    right: -20%;
    z-index: 20
}

.headings-wrap .img-wrap:nth-of-type(2n+1) {
    left: -10% !important
}

.headings-wrap .img-wrap:nth-of-type(2n+1) img {
    animation-delay: 5s
}

.headings-wrap .img-wrap img {
    position: relative;
    animation: fragment backwards 60s ease-in-out infinite
}

.headings-wrap .img-wrap img.left-animation {
    animation: waves-left forwards 5s ease-in-out infinite;
    animation-direction: alternate
}

.headings-wrap .img-wrap img.right-animation {
    animation: waves-right forwards 5s ease-in-out infinite;
    animation-direction: alternate
}

.headings-wrap .img-wrap-1 {
    top: 5% !important
}

.headings-wrap .img-wrap-2 {
    top: 20% !important
}

.headings-wrap .img-wrap-3 {
    top: 35% !important
}

.headings-wrap .img-wrap-4 {
    top: 50% !important
}

.headings-wrap .img-wrap-5 {
    top: 65% !important
}

.headings-wrap .img-wrap-6 {
    top: 80% !important
}

@-webkit-keyframes fragment {
    0% {
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0)
    }
    50% {
        -webkit-transform: scale(1.1) translateX(-10%);
        transform: scale(1.1) translateX(-10%)
    }
    100% {
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0)
    }
}

@keyframes fragment {
    0% {
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0)
    }
    50% {
        -webkit-transform: scale(1.1) translateX(-10%);
        transform: scale(1.1) translateX(-10%)
    }
    100% {
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0)
    }
}

@keyframes waves-left {
    0% {
        left: 0
    }
    50% {
        left: 600px
    }
    100% {
        left: 0
    }
}

@keyframes waves-right {
    0% {
        right: 0
    }
    50% {
        right: 600px
    }
    100% {
        right: 0
    }
}

.headings-wrap .wrapper-left,
.headings-wrap .wrapper-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%
}

.headings-wrap .wrapper-left {
    left: 0
}

.headings-wrap .wrapper-right {
    right: 0
}

.headings {
    margin: auto
}

.headings .title i {
    color: #68bd5a !important;
    font-style: normal
}

.headings.style1 {
    padding-bottom: 82px
}

.headings.style1 .title {
    max-width: 810px
}

.headings.style4,
.headings.style2 {
    text-align: center;
    max-width: 780px
}

.headings.style4 .subtitle,
.headings.style2 .subtitle {
    display: block;
    margin-bottom: 25px
}

.headings.style3 {
    min-height: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.headings.style3 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    text-align: center
}

.headings.style3 .title {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.headings.style3 .crumbs {
    margin-top: 25px
}

.headings.style3 .crumbs a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .2px;
    line-height: 1.6;
    text-decoration: none;
    transition: color .3s ease
}

.headings.style3 .crumbs a:not(:last-of-type)::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #d8d8d8
}

.headings.style3 .crumbs a:hover,
.headings.style3 .crumbs a:last-of-type {
    color: #68bd5a
}

.headings .subtitle {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .2px;
    color: #68bd5a
}

.headings .title {
    font-size: 60px;
    font-weight: 400;
    letter-spacing: .2px;
    color: #222222;
    line-height: 1.2
}

.headings .content {
    display: table;
    width: 100%
}

.headings .info {
    display: table-cell
}

.headings .but-wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-left: 20px
}

.headings .but-wrap .a-btn {
    text-align: center
}

.headings.style5 .content {
    padding: 0 15px
}

.headings.style5 .title {
    font-size: 100px
}

.headings.style5 .typed,
.headings.style5 .typed-cursor {
    color: #68bd5a
}

.headings.style6 {
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #8b71e8;
    -webkit-animation: hue-rotation 8s linear 0s infinite;
    -moz-animation: hue-rotation 8s linear 0s infinite;
    animation: hue-rotation 8s linear 0s infinite
}

.headings.style6 .content {
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 100px
}

.headings.style6 .title {
    color: #ffffff;
    font-size: 60px;
    text-align: center;
    font-weight: 400;
}

@-webkit-keyframes hue-rotation {
    0% {
        filter: hue-rotate(0) opacity(0.6)
    }
    100% {
        filter: hue-rotate(360deg) opacity(0.6)
    }
}

@keyframes hue-rotation {
    0% {
        filter: hue-rotate(0) opacity(0.6)
    }
    100% {
        filter: hue-rotate(360deg) opacity(0.6)
    }
}

.headings.style4 .title {
    font-size: 85px
}

@media only screen and (max-width: 1300px) {
    .headings-wrap .title-bg {
        font-size: 150px
    }
    .headings.style5 .title {
        font-size: 70px
    }
}

@media only screen and (max-width: 1199px) {
    .headings .title {
        font-size: 40px
    }
    .headings.style5 .title {
        font-size: 50px
    }
    .headings.style6 {
        min-height: 500px
    }
    .headings.style6 .content {
        max-width: 770px
    }
    .headings.style6 .title {
        padding: 0 15px
    }
}

@media only screen and (max-width: 1024px) {
    .headings-wrap .title-bg {
        font-size: 140px
    }
    .headings.style6 .title,
    .headings.style4 .title {
        font-size: 55px
    }
    .headings-wrap.anime-wrap .headings,
    .headings-wrap.anime-wrap .headings .content {
        height: 350px
    }
    .headings.style6 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .headings.style6 .content {
        padding: 0
    }
    .headings.style6 .title {
        text-align: center
    }
    .headings-wrap.load-fade .title,
    .headings-wrap.load-fade .subtitle,
    .headings-wrap.load-fade .but-wrap,
    .headings-wrap.load-fade .crumbs {
        -moz-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px)
    }
    .headings-wrap.load-fade .title.animation,
    .headings-wrap.load-fade .subtitle.animation,
    .headings-wrap.load-fade .but-wrap.animation,
    .headings-wrap.load-fade .crumbs.animation {
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
    .headings-wrap.load-fade .subtitle {
        transition-delay: .1s
    }
    .headings-wrap.load-fade .title {
        transition-delay: .2s
    }
    .headings-wrap.load-fade .crumbs {
        transition-delay: .3s
    }
    .headings-wrap.load-fade .but-wrap {
        transition-delay: .3s
    }
}

@media (max-width: 991px) {
    .headings.style1 .title {
        max-width: 520px
    }
}

@media (max-width: 767px) {
    .headings.style1 {
        padding-bottom: 80px
    }
    .headings-wrap .title-bg {
        bottom: 0;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .headings.style1 .title {
        padding: 0 15px;
        margin: 0 auto
    }
    .headings.style1 .info {
        width: 100%
    }
    .headings.style1 .content,
    .headings.style1 .but-wrap,
    .headings.style1 .info {
        text-align: center;
        display: block
    }
    .headings.style3 {
        min-height: 400px;
        max-width: 600px
    }
    .headings.style3 .crumbs {
        margin-top: 10px
    }
    .headings.style5 .title {
        font-size: 30px
    }
    .headings.style6 {
        min-height: 400px
    }
    .headings.style6 .title {
        font-size: 30px
    }
    .headings.style4 .title,
    .headings .title {
        font-size: 35px
    }
    .headings-wrap.anime-wrap .headings,
    .headings-wrap.anime-wrap .headings .content {
        height: 250px;
        margin-bottom: 15px
    }
    .headings .but-wrap {
        margin-top: 30px
    }
    .headings-wrap .title-bg {
        font-size: 80px
    }
}

@media only screen and (max-width: 600px) {
    .headings.style4 .title,
    .headings .title {
        font-size: 30px
    }
    .headings .content,
    .headings .info,
    .headings .but-wrap {
        display: block;
        padding: 0
    }
    .headings.style4 .content,
    .headings.style2 .content,
    .headings.style4 .info,
    .headings.style2 .info,
    .headings.style3 .content,
    .headings.style3 .info {
        text-align: center
    }
}


/*# sourceMappingURL=headings.min.css.map */