.page-header {
    background: url('images/business-slide-01.jpg') no-repeat center;
    background-size: cover;
}

.navbar {
    z-index: 99999;
}

.page-header-inner {
    min-height: 460px;
}

.top-call-action {
    background: url('images/top-call-action-bg.jpg') no-repeat center;
    background-size: cover;
}

.split-layout-img-1,
.split-layout-img-2 {
    overflow: hidden;
    height: 300px;
}

.split-layout-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 1px);
    height: 100%;
}

.split-layout-img-1 .split-layout-inner {
    background: url('images/split-layout-01.jpg') no-repeat center;
    background-size: cover;
}

.split-layout-img-2 .split-layout-inner {
    background: url('images/split-layout-02.jpg') no-repeat center;
    background-size: cover;
}

.section-subscribe {
    min-height: 400px;
    background: url('images/subscribe-section-bg.jpg') no-repeat center;
    background-size: cover;
}

.bottom-section {
    background: url('images/bottom-section-bg.jpg') no-repeat center;
    background-size: cover;
}

@media (min-width: 768px) {
    .page-header-inner {
        min-height: 520px;
    }
    .split-layout-img-1,
    .split-layout-img-2 {
        height: 460px;
    }
}

@media (min-width: 992px) {
    .navbar {
        background-color: transparent !important;
    }
    .top-call-action .btn,
    .bottom-section .btn {
        margin-top: 0.1875rem;
    }
    .split-layout-img-1,
    .split-layout-img-2 {
        height: inherit;
    }
}

@media (min-width: 1200px) {
    .page-header {
        background-attachment: fixed;
    }
    .page-header-inner {
        min-height: 700px;
    }
}