#header {
    width: 100%;
    height: 100vh;
    background-image: url("../images/bg-head.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub-header {
    background: rgb(41, 81, 149);
    background: linear-gradient(
        90deg,
        rgba(41, 81, 149, 1) 35%,
        rgba(0, 169, 204, 1) 100%
    );
}
.otherheader {
    background: rgba(0, 169, 204, 1);
    /* background: linear-gradient(
        90deg,
        rgba(41, 81, 149, 1) 35%,
        rgba(0, 169, 204, 1) 100%
    ); */
}

.call-to-action-section {
    background: rgb(0, 169, 204);
    background: linear-gradient(
        90deg,
        rgba(0, 169, 204, 1) 5%,
        rgba(41, 81, 149, 1) 100%
    );
}

.fisher-section {
    width: 100%;
    height: 100%;
    background-image: url("../images/fisher-part-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}
