.elementor-688 .elementor-element.elementor-element-595dc43{width:var( --container-widget-width, 109.407% );max-width:109.407%;--container-widget-width:109.407%;--container-widget-flex-grow:0;}.elementor-688 .elementor-element.elementor-element-595dc43.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-595dc43 *//* ==========================
   IMPERIAL FOOTER
========================== */

.imp-footer{
    background:#fff;
    color:##1F1F1F;
    padding:70px 0 30px;
    font-family:inherit;
}


/* ==========================
   MAIN CONTAINER
========================== */

.imp-container{
    max-width:1280px;
    margin:0 auto;
    padding:0 30px;

    display:grid;
    grid-template-columns:1.3fr 1fr 1fr 1fr;
    gap:55px;
}


/* ==========================
   LOGO
========================== */

.imp-col img{
    width:170px;
    height:auto;
    margin-bottom:22px;
}


/* ==========================
   HEADINGS
========================== */

.imp-col h4{
    margin:0 0 20px 0;
    font-size:15px;
    font-weight:600;
    letter-spacing:1.5px;
    color:#1F1F1F;
    text-transform:uppercase;
}


/* ==========================
   ALL MAIN TEXT
========================== */

.imp-col p{
    margin:0;
    padding:0;
    color:#1F1F1F !important;
    font-size:15px;
    line-height:2 !important;
}


/* ==========================
   ALL LINKS
========================== */

.imp-col a{
    display:block;
    margin:0;
    padding:0;
    color:#1F1F1F !important;
     font-size:15px;
    text-decoration:none;
    line-height:1.7 !important;
    transition:color .25s ease;
}

.imp-col a:hover{
    color:#1F1F1F !important;
}


/* ==========================
   ADDRESS
========================== */

.imp-address{
    margin:0;
    padding:0;
}

.imp-address div{
    display:block;
    margin:0;
    padding:0;
    color:#1F1F1F !important;
    line-height:1.7 !important;
}


/* ==========================
   PHONE + EMAIL
========================== */

.imp-contact{
    display:block;
    margin:18px 0 0 0;
    padding:0;
}

.imp-contact a,
.imp-contact a:link,
.imp-contact a:visited{
    display:block !important;

    margin:0 !important;
    padding:0 !important;

    color:#1F1F1F !important;

    line-height:1.7 !important;
}


/* EXACT SAME SPACING */
.imp-contact a + a{
    margin-top:0 !important;
}


/* ==========================
   BRAND
========================== */

.imp-brand p{
    margin-top:10px;
    max-width:280px;
    color:#111111 !important;
}

/* ==========================
   BOTTOM
========================== */

.imp-bottom{
    max-width:1280px;

    margin:55px auto 0;
    padding:25px 30px 0;

    border-top:1px solid #e5e5e5;

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.imp-bottom p{
    margin:0;
    padding:0;
    color:#292929 !important;
    line-height:1.8 !important;
}

.imp-bottom a{
    display:inline;
    color:#b89654 !important;
    text-decoration:none;
}

.imp-bottom a:hover{
    color:#111 !important;
}


/* ==========================
   TABLET
========================== */

@media(max-width:992px){

    .imp-container{
        grid-template-columns:repeat(2,1fr);
        gap:40px;
    }

    .imp-bottom{
        flex-direction:column;
        text-align:center;
    }

}


/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    .imp-footer{
        padding:50px 0 25px;
    }

    .imp-container{
        grid-template-columns:1fr;
        gap:35px;
        padding:0 20px;
    }

    .imp-col img{
        width:150px;
    }

    .imp-col h4{
        margin-bottom:18px;
    }

    .imp-bottom{
        margin-top:40px;
        padding:20px 20px 0;
    }

}/* End custom CSS */