.page-section {
    width: 100%;
    display: block;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
}
.call-action-4-images {
    position: relative;
    padding-bottom: 24.390%;
}
.call-action-4-image-1, .call-action-4-image-2 {
    border-radius: 0;
}

.call-action-4-image-1 {
    width: 73.170%;
    overflow: hidden;
    border-radius: var(--border-radius-default);
    isolation: isolate;
    transform: translateZ(0);
}
.row:not( .g-0, .g-1, .g-2, .g-3, .g-4, .g-5, .gx-0, .gx-1, .gx-2, .gx-3, .gx-4, .gx-5, .gy-0, .gy-1, .gy-2, .gy-3, .gy-4, .gy-5) {
    --bs-gutter-x: 30px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.mt-n10 {
    margin-top: -10px !important;
}

@media (min-width: 1200px)
 {
	
	.offset-xl-1 {
        margin-left: 8.33333333%;
    }
	.col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
.light-content {
    color: #fff;
}
.bg-dark-alpha-80:before {
    background: #111;
    opacity: .8;
	content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.pt-50 {
    padding-top: 50px !important;
}
.features-list-text {
    font-size: 20px;
    letter-spacing: -0.008em;
}
.v-application .white {
    background-color: transparent !important;
    border-color: transparent !important;
}
.position-relative {
    position: relative !important;
}
.appear-animate .wow.animated, .appear-animate .wow.scaleOutIn.animated, .appear-animate .wow-p.amimated, .appear-animate .wow-menubar.animated, .mobile .appear-animate .wow, .mobile .appear-animate .wow-menubar, .mobile .appear-animate .wow-p {
    opacity: 1;
    transform: scale(1.0);
}
html:not(.mobile) .wow, html:not(.mobile) .wow-menubar, html:not(.mobile) .wow-p {
    /* will-change: opacity, transform; */
}
.section-caption-border {
    font-size: 15px;
    letter-spacing: 0.039em;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.section-caption-border {
    display: inline-block;
    padding: 0.45em 0.7em;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.0095em;
    border: 1px solid currentColor;
    border-radius: 70px;
    z-index: 2;
}
.fadeInUp {
    animation-name: fadeInUp;
}
.mb-40 {
    margin-bottom: 40px !important;
}

.hs-title-1 {
    margin-top: 0;
    font-size: 70px;
    font-weight: 500;
    line-height: 1.085;
    letter-spacing: -0.035em;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.bg-dark-1 {
    background-color:#000 !important;
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 576px) {
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}