.si, .bi {
    display: inline-block;
    height: 1.1em;
    width: 1.1em;
    vertical-align: middle;
    position: relative;
    top: -.0625em;
    text-align: center;
    stroke-width: 0;
    overflow: visible;
}

.bg-cover {background-size: cover;}
.bg-center {background-position: center;}

.object-cover {object-fit: cover;}
.object-center {object-position: center;}

.ast-builder-layout-element .ast-site-identity {
    padding-top: 9px;
    padding-bottom: 9px;
}

.form-container {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important;
}
.form-input {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    box-shadow: inset rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, inset rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important;
}
.wpcf7-response-output {
    margin: 12px 0 0 0 !important;
}


.shadow-sm {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
}
.shadow {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
}

.custom-tns-nav .tns-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    width: 100%;
}
.custom-tns-nav .tns-nav button {
    padding: 6px 18px;
    opacity: 0.5;
}
.custom-tns-nav .tns-nav button:hover,
.custom-tns-nav .tns-nav button:focus {
    background-color: var(--ast-global-color-0);
}
.custom-tns-nav .tns-nav button.tns-nav-active {
    opacity: 1;
}


.home-banner-tns-controls .tns-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.home-banner-tns-controls .tns-controls button {
    pointer-events: auto;
    background-color: transparent;
    padding: 12px 0;
}


.footer-newsletter-form .wpcf7-form-control-wrap {
    margin-bottom: 10px;
    max-width: 100%;
}
.footer-newsletter-form .wpcf7-form-control-wrap input {
    max-width: 100%;
}
.footer-newsletter-form .wpcf7-not-valid-tip {
    color: #ff8181;
}
.footer-newsletter-form .wpcf7-response-output {
    color: #fafafa;
    margin: 5px 0 !important;
}




@media(min-width:576px){
    #home-about-img-col {
        margin-right: -93px;
    }
}