/*===========================================================
 Banner
===========================================================*/
.banner-area {
    position: relative;
    padding-bottom: 10px;
    height: 798px;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    background-position: center center;
    background-size: cover;
}

.banner-area::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    background-image: linear-gradient(126deg, rgba(0, 26, 69, 0.1) 30%, rgba(0, 26, 69, 0) 111%);

}

.banner-wrapper::after {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 180px;
    height: 323px;
    background: url("../img/banner-right-shape.png");
    background-position: right top;
    background-size: contain;
    z-index: 10;
    content: '';
    background-repeat: no-repeat;

}

.banner-wrapper {
    position: relative;
    background-image: url("../img/banner-bg-2.png");
    background-position: bottom left;
}

.banner-wrapper + .maincontent > .wpb-content-wrapper {
    padding-top: 70px;
}

.banner-text {
    position: relative;
    z-index: 10;
}

.svgMask {
    position: absolute;
    /* display: none; */
    max-width: 100%;
    width: 100%;
}

.banner-area,
.banner-mask {
    clip-path: url(#banner-mask);
}

.bannerBorder {
    position: absolute;
    /* top: 145px; */
    left: 0;
    bottom: 0;
    z-index: 0;
}

.banner-text h1,
.banner-text h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.33;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.banner-wrapper{
    position: relative;
    background: none;
}

.border-custom img{
    width: 100%;
}
.border-custom{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 10;

}

.content-border{
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: absolute;
    right: 50%;
    width: 100vw;
    z-index: -1;
}
.content-inner{
    position: relative;
    z-index: 10;
}

@media (min-width: 1400px) {
    .banner-area {
        height: 530px;
    }
}

@media (max-width: 1199px) {
    .banner-wrapper::after {
        bottom: -70px;
        width: 140px;
        height: 265px;
        background-size: 100% auto;
    }
}

@media (max-width: 991px) {
    .banner-area {
        height: 550px;
    }
}

@media (max-width: 767px) {
    .banner-text h1,
    .banner-text h2 {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .banner-area {
        height: auto;
        min-height: 300px;
        padding: 100px 0;
    }

    .banner-wrapper::after {
        bottom: -70px;
        width: 90px;
        height: 179px;
        background-size: 100% auto;
    }

}

@media (max-width: 575px) {

    .banner-text h1,
    .banner-text h2 {
        font-size: 32px;
    }

}
