.custom-logo {
    scale: 1.2;
    position: relative;
    top: -5px;
    left: 9px;
}

.floating-side-bar{
    position: fixed;
    right: -126px;
    top: 40%;
    z-index: 10000;
    transform: rotate(90deg);
}

.floating-side-bar a{
    font-weight: 545;
    letter-spacing: 0.029em;
    font-size: 17px;
    color: #06456f !important;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    background: #fff;
    border: 2px solid #06456f;
    margin-left: 7px;
    transition-duration: 0.4s;
}

.floating-side-bar a:hover{
    background-color: #06456f !important;
    color: #ffff !important;
}

.elementor-element-b08e35d56{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.elementor-heading-description{
    margin-top: 14px;
    color: #303030;
}

.elementor-element-716ce8509 img{
    width: 180px !important;
    height: 180px !important;
    border-radius: 100%;
    border: 1px solid #E0AE74;
    padding: 12px;
}

.elementor-element-716ce8509 .elementor-widget-image{
    margin-left: auto;
    margin-right: auto;
}

.pre-nav{
    background: #06456f;
    padding: 8px 20px;
    text-align: right;
}

.pre-nav a{
    color: #ffffff;
    margin-left: 15px;
    display: inline-block;
}

.pre-nav-btn{
    font-family: var(--header-cta-font), serif;
    border: 2px solid #fff;
    padding: 5px 16px;
    font-weight: 535;
}

.pre-nav-socials{
    position: absolute;
    left: 0px;
    top: 11px;
}

.pre-nav-socials a{
    background: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #b78e5f;
    text-align: center;
    border-radius: 100%;
    line-height: 29px;
    transition-duration: 0.4s;
    border: 2px solid #fff;
}

.pre-nav-socials a:hover{
    background: transparent;
    color: #ffffff;
}

.footer-page-title{
    color: #fff;
    font-size: 20px;
    margin-top: 0px;
}

.footer-page-link{
    padding: 6px 0px;
    color: #fff;
    display: block;
}

.footer-page-img-link{
    display: block;
}

.footer-page-img-link img{
    width: 72px;
    margin-bottom: 25px;
}

.footer-social-links a{
    background: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #b78e5f;
    text-align: center;
    border-radius: 100%;
    line-height: 29px;
    transition-duration: 0.4s;
    border: 2px solid #fff;
    margin-right: 10px;
}

.footer-social-links a:hover{
    background: transparent;
    color: #ffffff;
}

.move-to-top-btn{
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .floating-side-bar {
        scale: 0.7;
        right: -128px;
        top: 40%;
        left: inherit;
    }

    .custom-logo {
        scale: 1.3;
        position: relative;
        top: 0px;
        left: 13px;
    }
    
    .hide-on-mobile{
        display: none !important;
    }

    .pre-nav{
        text-align: center;
        padding: 5px 20px;
    }

    .pre-nav a{
        font-size: 13px;
    }

    .elementor-element-b08e35d-top{
        padding-bottom: 25px !important;
    }

    .elementor-element-b08e35d-bottom{
        padding-top: 25px !important;
    }
}