 header#header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    z-index: 99;
}
.is-wrapper div.is-section.is-header, .is-header {
    border-bottom: none;
}
.header-button {
    background-image: linear-gradient(252deg, #000000 0%, #114d89 100%);
    border: none;
 }
 .inner-content-div {
    top: 42%;
}
.button {
    background: linear-gradient(252deg, #000000 0%, #114d89 100%);
}
.half-background {
    background: linear-gradient(to bottom, #1c1c1c 50%, #062c51 0%) !important;
}
.capturing-div:hover .capturing-icon {
    background: linear-gradient(0deg, #000000 0%, #114d89 100%);
}
.accordion-title {
    background: linear-gradient(252deg, #000000 15%, #114d89 100%);
    border:none;
}
.is-active .accordion-title {
    margin-bottom: 0;
}
.new-servpage-gallery-div {
    border-left: 3px solid #1c1c1c;
    border-right: 3px solid #1c1c1c;
}
.new-servpage-gallery-title {
    background: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(17, 77, 137, .8) 100%);
}
.accordion-title:after {
    content: "";
}
.capturing-icon img {
    width: 108px;
    height: 108px;
}
@media screen and (max-width: 940px) {
header#header {
    position: relative !important;
}
    .new-servpage-gallery-div {
        border-top: 3px solid #1c1c1c;
        border-bottom: 3px solid #1c1c1c;
    }
}