/* banner style start here*/

.banner-section {
    background-image: url("../img/page-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-position: center center;
}

.banner-section .shape-1 {
    position: absolute;
    left: -32%;
    top: -35%;
    z-index: 1;
}

.banner-section .shape-2 {
    position: absolute;
    left: -11%;
    top: -30%;
    z-index: 1;
}

.banner-section .shape-3 { 
    position: absolute;
    right: -2%;
    bottom: -27%;
    z-index: 1;
}

.banner-section .shape-4 {  
    position: absolute;
    right: -26%;
    bottom: -81%;
    z-index: 1;
}


.banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    max-width: 345px;
    width: 100%;
    margin: 0 auto;
}

.banner-heading {
    font-size: 60px;
    line-height: 1.25;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.banner-subheading {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}