.elementor-location-header.sticky{
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #FFFFFFC7;
    backdrop-filter: blur(12px);
}
.grecaptcha-badge{
	display:none !important;
}
#filters{
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 50px;
    padding: 20px 0px;
}
#filters .nav-link{
       font-family: 'Work Sans';
    font-weight: 400;
    color: #000;
    font-size: 14px;
    border-radius: 0px;
    background: #ffffff;
    border: 1px solid #000;
    min-width: 110px;
    margin-right: 10px;
    text-align: center;
}
#filters .nav-link.show{
     color: #fff;
    background: #000;
}
.row-projects{
        margin-right: -10px;
    margin-left: -10px;
}
.col-projects{
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 20px;
}
.col-projects img{
       height: 300px !important;
    object-fit: cover;
    width: 100%;
    object-position: center center;
    border-radius: 0px !important;

}
.col-projects .title{
    font-family: "Syne", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    color: #000;
}
.col-projects  .category{
        font-family: "Work Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}