a{
    text-decoration: none !important;
}
.t4-header .menu-item-title{
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.t4-header .mx-auto{
    margin-right: 0 !important;
}
.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link{
    padding: 20px 3rem;
}
.t4-slideshow{
    border-top: 5px solid #37b6ff;
    border-bottom: 5px solid #37b6ff;
}
.t4-footnav .container{
    padding: 3rem 0;
}
.t4-footnav .info img{
    margin-right: 20px;
}
.t4-header .logo-img{
    width: 125px;
    height: auto;
    margin: 1rem 0;
}
.t4-section-3{
    border-top: 5px solid #163a5f;
    border-bottom: 5px solid #163a5f;
}
.t4-section-3 .map-form .wf-column:nth-child(2){
    background-color: #37b6ff;
    padding: 1rem;
}
.t4-section-3 .map-form{
    gap: 0;
}
.form-control{
    max-width: none;
}
.rsform-submit-button{
    width: 100%;
    background-color: #163a5f !important;
    border-color: #163a5f !important;
    font-weight: bold !important;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
#rsform_3_page_0 .row:nth-of-type(4){
    margin-top: 1rem;
}
.form-label{
    color: #ffffff;
}
.rsform-input-box, .rsform-text-box{
    border: 2px solid #163a5f !important;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.input-group{
    border: 2px solid darkblue;
    border-radius: 8px !important;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
#Mod171,
#Mod171 .module-inner,
#Mod171 .module-ct,
#Mod171 .custom {
    height: 100%;
}
.info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.t4-section-2 {
    padding: 2rem 0;
}

.t4-section-2 .outside {
    background-color: #37b6ff;
    border-radius: 5px;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
                rgba(0, 0, 0, 0.23) 0px 4px 6px;
}

.t4-section-2 .buttons {
    display: flex;
    flex-direction: row;
}

/* INNER TWO COLUMN LAYOUT */
.t4-section-2 .inside {
    display: flex;
    align-items: stretch;
    gap: 0;
}

/* LEFT COLUMN */
.t4-section-2 .inside .wf-column:nth-child(1) {
    flex: 1;
    display: flex;
}

/* wrapper around image */
.t4-section-2 .inside .wf-column:nth-child(1) > div {
    width: 100%;
    height: 100%;
    display: flex;
}

.t4-section-2 .inside .wf-column:nth-child(1) img {
    display: block;
    width: 50%;
    height: 50%;
    object-fit: contain;
    background-color: #ffffff;
    border-radius: 5px 0 0 5px;
    margin: auto;
}

/* RIGHT COLUMN */
.t4-section-2 .inside .wf-column:nth-child(2) {
    flex: 1;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 0 5px 5px 0;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.t4-section-2 .inside .wf-column:nth-child(2) h2 {
    font-weight: bold;
    margin-top: 0;
}

.t4-section-2 .inside .wf-column:nth-child(2) p {
    text-align: justify;
}

/* BUTTONS INSIDE RIGHT COLUMN */
.t4-section-2 .inside .wf-column:nth-child(2) .buttons {
    gap: 2rem;
    margin-top: 2rem;
}

.t4-section-2 .inside .wf-column:nth-child(2) .buttons a {
    color: #ffffff;
    text-decoration: none;
}

.t4-section-2 .inside .wf-column:nth-child(2) .buttons div {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
                rgba(0, 0, 0, 0.23) 0px 4px 6px;
    padding: 5px 25px;
    border-radius: 5px;
    font-weight: bold;
}

.t4-section-2 .inside .wf-column:nth-child(2) .buttons div:nth-child(1) {
    background-color: #37b6ff;
}

.t4-section-2 .inside .wf-column:nth-child(2) .buttons div:nth-child(2) {
    background-color: #163a5f;
}

/* KEEP THESE CLASSES FOR COMPATIBILITY */
.inside {
    display: flex;
    align-items: stretch;
}

.wf-column.fill {
    display: flex;
    background-color: #ffffff;
}

.wf-column.fill img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .t4-section-2 .inside {
        flex-direction: column;
    }

    .t4-section-2 .inside .wf-column:nth-child(1) img {
        height: auto;
        border-radius: 5px 5px 0 0;
    }

    .t4-section-2 .inside .wf-column:nth-child(2) {
        border-radius: 0 0 5px 5px;
    }
}
.slideshow-home-overlay {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%) !important;
    width: 50% !important;
}
div#n2-ss-2 .n-uc-q5vSpiz0YpMX{
    align-self: baseline !important;
}
.t4-main-body img{
    border: 5px solid #37b6ff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 4px 6px;
}
.t4-main-body .wf-columns{
    gap: 2rem;
    margin-bottom: 2rem;
}
.t4-main-body h3{
    margin-top: 1rem;
    font-size: 20px;
    font-weight: bold;
}
.t4-main-body h2{
    text-align: center;
    color: #37b6ff;
    margin-bottom: 3rem;
    font-weight: bold;
}
.header-contact-icons {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 20px;
}

.header-contact-icons .header-icon img {
    width: 50px;
    height: auto;
    display: block;
}
.t4-footer a{
    font-weight: bold;
}
#jux_logo176 .jux_logo_slider_slider .jux_logo_item .logo_item_image{
    opacity: 1 !important;
}
#jux_logo176{
    padding: 1.5rem 0;
}
.t4-section-2 a{
    font-family: League Spartan;
}
.hover-wrap {
    position: relative;
    overflow: hidden;
    display: block;
    line-height: 0;
    border: 5px solid #37b6ff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 4px 6px;
}
.t4-main-body .hover-wrap img {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transform: scale(1);
    transition: transform 0.4s ease;
}
.hover-wrap:hover img {
    transform: scale(1.07);
}
.hover-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    box-sizing: border-box;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
.hover-wrap:hover .hover-overlay {
    transform: translateY(0);
    opacity: 1;
}
.hover-overlay p {
    color: #ffffff;
    font-size: 16px;
    text-align: justify;
    margin: 0;
    line-height: 1.6;
}
#about, #services, #contact {
    scroll-margin-top: 1rem;
}
iframe{
    height: 100%;
}
.info div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info div img {
    flex-shrink: 0;
}

.info div span {
    overflow-wrap: break-word;
    word-break: break-word;
    min-width: 0;
}

@media(max-width: 800px){
    .slideshow-home-overlay {
        clip-path: none !important;
        width: 100% !important;
    }
}
@media(max-width: 991px){
    #triggerButton, .navbar-toggler{
        display: none;
    }
    .t4-footnav .container{
        max-width: none;
        padding: 3rem;
    }
    .t4-footnav .info div{
        margin: 1rem 0;
    }
    .t4-footnav img.logo{
        margin-bottom: 3rem;
    }
}
@media(max-width: 960px){
    iframe{
        min-height: 400px;
    }
}
@media(max-width: 450px){
    .t4-footnav img.logo{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .t4-footnav .info img{
        margin-right: 5px;
        width: 25px;
    }
    .hover-overlay p{
        font-size: 12px;
    }
    .t4-section-2 .buttons{
        flex-direction: column;
        text-align: center;
    }
    .t4-section-2 .outside{
        padding: 0.5rem;
    }
    .t4-section-2 .inside .wf-column:nth-child(2){
        padding: 1rem;
    }
    .t4-section-2 .inside .wf-column:nth-child(2) h2{
        font-size: 15px;
    }
    .t4-section-2 .inside .wf-column:nth-child(2) p{
        text-align: left;
        font-size: 15px;
    }
}
.fill img{
    display: block;
    width: 100vw;
    object-fit: cover;
    height: 100%;
}
@media(max-width: 2000px){
    .slideshow-home-overlay{
        width: 60% !important;
    }
}
@media(max-width: 1650px){
    .slideshow-home-overlay{
        width: 70% !important;
    }
}
@media(max-width: 1199px){
    .slideshow-home-overlay{
        width: 55% !important;
    }
}