.headerLayout.style6 .header {
    float: left;
    width: 100%;
    padding: 120px 0 200px;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.headerLayout.style6 .headerContainer {
    max-width: 1040px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.headerLayout.style6 .title {
    margin: 0;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    max-width: 420px;
    text-transform: uppercase;
    text-shadow: 0px 0px 20px #000;
}