header a#site-link {display:block;padding: 17px 0;}
header a#site-link img{width: 80%;}
header .main-menu > button {background:vaR(--theme-primary);border-radius:7px;width:45px;height:45px;margin: 6px 0px 01px 01px;}
header .main-menu > button span {background:var(--light-grey)}
header .nav-link  {
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    color: var(--theme-primary);
    /* border: 1px solid; */
    border-radius: 7px;
    padding: 7px 3px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #ffffff8c; */
}
header .nav-link:hover{color:var(--theme-primary);}
header .nav-link span{display:none;}
header .header-buttons>div>div {
    display: flex;
    margin: 0px 0 0 0px;
    justify-content: end;
    gap: 10px;
}
header .main-menu ul {
    justify-content: flex-start;
}
header .nav-link .mdi {
    font-size: 1.6em;
    margin: 0 0px 0 0;
}
header form.search-wrapper{margin: 6px 0 6px 0;}
header form.search-wrapper input {
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px;
    line-height: 1.833;
    font-weight: 300;
    font-size: 14px;
    border-radius: 7px;
    background-color: #ffffff8c;
    border: 1px solid #ebebeb;
    color: #474747;
    outline: none;
    margin: 2px 0 0 0;
}

footer .back-to-top {
    text-align: center;
    font-size: 20px;
    border-top: 1px solid #eceff1;
    padding: 10px 0;
    margin-bottom: 30px;
}
footer .back-to-top a {
    color: #515151 !important;
    font-weight: bold;
    font-size: 16px;
    text-decoration:none;
}
footer .back-to-top .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #edf0f5;
    color: var(--primary-color);
    border-radius: 50%;
    margin-left: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    font-size: 35px;
}
footer .service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    padding: 0;
    text-align: center;
    margin:20px 0 20px 0;
}
footer .service-item p{display:none;}
footer .service-item img {
    height: 40px;
    margin: 0 0 15px 0;
}
