.bradcam_area {
    background-size: cover;
    background-position: center center;
    padding: 175px 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.bradcam_area::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #040e27;
    opacity: .1;
    z-index: -1;
    content: '';
}

/* .bradcam_bg_3 {
    background-image: url(../img/banner/about.webp);
} */

.bradcam_area h3 {
    font-size: 80px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 90px;
    text-transform: capitalize;
}