/*.banner {
    background-color: #042c5d;
    background-position: center -51px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0 40px 100px;
}
.fusion-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 31px;
    font-size: 120px;
    padding-top: 150px;
}
.fusion-title h1.title-heading {
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 8px 0 0;
    margin: 0;
}
.title-sep-container {
    position: relative;
    height: 6px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 1876px) {
    .banner {
        background-position: center center;
    }
}

@media (max-width: 1100px) {
    .fusion-title h1.title-heading {
        font-size: 116.6px;
    }
}


@media (max-width: 960px) {
    .fusion-title h1.title-heading {
        font-size: 12.468541666666666vw;
    }
    .fusion-title {
        padding-top: 50px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .fusion-title h1.title-heading {
        font-size: 13.7vw;
    }

}

@media (max-width: 380px) {
  .fusion-title h1.title-heading {
    font-size: 21.8vw;
  } 

}*/