.elementor-4539 .elementor-element.elementor-element-65f9845{--spacer-size:50px;}/* Start custom CSS */html {
    scroll-behavior: smooth;
}

/* hiding old scroll up brocken btn*/

div#ast-scroll-top {
    display: none !important;
}

/* New UP Button */
#btn-scroll-top {
    color: #fff !important;
}

#btn-scroll-top:hover a{
    background-color: #fff !important;
    color: #F1581B !important;
}

/* Header Button */
.header-btn {
    border-bottom: solid 5px #474B3F;
    padding: 12px 24px;
    background-color: #03295F;
    color: #fff;
}

.header-btn:hover{
    border-bottom: solid 5px #F1581B;
}



/* Contact Page */
/* Form Styling */

.form-contact input:focus, 
.form-contact textarea:focus, 
.form-contact select:focus {
    border-bottom: 4px solid #E16939 !important;
}

/* Contact Links Styling */

.contact-links a{
    text-decoration: none !important;
}


/* About Page */

.btn--read-more a{
    text-decoration: none;
}

.btn--read-more a:hover{
    text-decoration: none;
}

.btn--read-more .premium-button.premium-btn-sm{
    border-bottom: solid 5px #474B3F;
}

.btn--read-more .premium-button.premium-btn-sm:hover{
    border-bottom: solid #F1581B;
}/* End custom CSS */