.font-13{ font-size: 13px !important; }
.font-14{ font-size: 14px !important; }
.min-w-max{ min-width: max-content !important;}
.text-underline{ text-decoration: underline;}
.br-bot-1{ border-bottom: 1px solid #eee; }
.cta-contact-button{
    position: fixed;
    right: 20px;
    bottom: 40px;
    display: flex;
    padding: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    animation-fill-mode: forwards;
    opacity: 0;
    z-index: 9999;
}
.cta-contact-button:before{
    content: unset !important;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: var(--bs-breadcrumb-divider, "/") !important;
}

.service-image .image-anime:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 111.33%);
    z-index: 2;
}
.service-content {
    text-shadow: 0 1px 5px #0009;
    z-index: 3;
}
.service-content h3{
    font-size: 25px;
}
header.main-header .header-sticky{
    transition: all 0.4s ease-in-out;
}
header.main-header .header-sticky.scrolling{
    position: fixed;
    width: 100%;
    background: var(--bg-color);
    box-shadow: 0 1px 5px #0001;
}
header.main-header .header-sticky.scrolling .navbar{
    padding: 10px 0;
}
header.main-header .header-sticky.scrolling .main-menu .nav-menu-wrapper > ul.navbar-nav > li > a{
    color: var(--white-color);
    text-shadow: 0 0 1px #0005;
}
header.main-header .header-sticky.scrolling .main-menu .nav-menu-wrapper > ul.navbar-nav > li > a:hover,
header.main-header .header-sticky.scrolling .main-menu .nav-menu-wrapper > ul.navbar-nav > li > a:active{
    color: var(--accent-color);
}
header.main-header .header-sticky .navbar .navbar-brand img{
    max-width: 180px;
    max-height: 50px;
}
header.main-header .header-sticky .navbar .navbar-brand img.logo{display: block;}
header.main-header .header-sticky .navbar .navbar-brand img.alt{display: none;}
header.main-header .header-sticky.scrolling .navbar .navbar-brand img.logo{display: none;}
header.main-header .header-sticky.scrolling .navbar .navbar-brand img.alt{display: block;}

.page-header-box ol li.breadcrumb-item a{
    position: relative;
}
.page-header-box ol li.breadcrumb-item a:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: #fffa;
    transition: all 0.5s ease;
    opacity: 0;
}
.page-header-box ol li.breadcrumb-item a:hover:after,
.page-header-box ol li.breadcrumb-item a:active:after{
    width: 100%;
    opacity: 1;
}

.footer-logo img{
    max-width: 220px;
    max-height: 60px;
}