header {
    background: transparent !important
}

header.scrolled.pin.top {
    background-color: transparent !important
}

.site-header.scrolled {
    background: #fff !important
}

.hero-wrap {
    display: inline-block;
    margin-top: -60px;
    padding: 200px 0 80px;
    position: relative;
    width: 100%
}

.hero-wrap:before {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 75%
}

.hero-wrap>div {
    position: relative;
    z-index: 9
}

.hero-otr {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.hero-txt p {
    color: #000
}

.hero-txt {
    padding: 20px 0
}

.hero-shape span {
    background: linear-gradient(270deg, #b3d7ff 1.02%, #99caff 17.51%, #4da3ff);
    height: 65px;
    position: absolute;
    right: 40px;
    top: 10px;
    width: 305px
}

.hero-header h1 {
    line-height: 1.2 !important;
    position: relative;
    z-index: 9
}

body .hero-header h1 {
    font-size: 48px !important
}

.hero-header h1 span {
    display: inline-block;
    position: relative;
    z-index: 11
}

.hero-header h1 span:before {
    background: linear-gradient(270deg, #b3d7ff 1.02%, #99caff 17.51%, #4da3ff);
    content: "";
    height: 60%;
    left: 7px;
    position: absolute;
    top: 11px;
    width: 98%;
    z-index: -1
}

.hero-header {
    padding-bottom: 40px;
    position: relative
}

.hero-header:before {
    background: linear-gradient(90deg, #4da3ff, #b3d7ff);
    bottom: 5px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 155px
}

.hero-image,
.hero-video {
    display: none
}

.hero-rgt-inr.image .hero-image,
.hero-rgt-inr.video .hero-video {
    display: block
}

.hero-video {
    position: relative
}

.hero-btn-otr {
    display: flex;
    flex-wrap: wrap
}

.hero-btn:nth-child(2) {
    margin-left: 10px
}

.hero-image {
    margin: 0 auto;
    max-width: 470px;
    position: relative;
    text-align: center
}

.hero-btn.btn-black a {
    font-size: 16px;
    letter-spacing: .8px
}

@media (max-width:1080px) {
    .hero-wrap {
        padding: 150px 0 80px
    }

    .hero-left.span6,
    .hero-rgt.span6 {
        width: 100% !important
    }

    .hero-rgt.span6 {
        margin: 0 !important;
        padding-top: 50px
    }

    .hero-rgt-inr {
        padding-top: 20px
    }

    .hero-btn:nth-child(2) {
        margin-left: 0;
        margin-top: 20px
    }

    .hero-btn-otr {
        display: inline-block;
        flex-wrap: wrap
    }

    .hero-header h1 span:before {
        left: 7px;
        right: 0;
        top: 9px
    }

    body .hero-header h1 {
        font-size: 40px !important
    }
}

@media (max-width:767px) {
    .hero-otr {
        display: inline-block
    }

    .hero-shape span {
        height: 35px;
        position: absolute;
        right: 60px;
        top: 10px;
        width: 175px
    }

    .hero-txt p {
        font-size: 16px
    }

    .hero-rgt.span6 {
        padding-top: 50px
    }

    .hero-wrap {
        padding: 120px 0 70px
    }

    body .hero-header h1 {
        font-size: 34px !important
    }
}