.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: 'Lexend';
    font-weight: 400;
    color: #000;
    font-size: 14px;
    border-radius: 0px;
}
#filters .nav-link.show {
    font-weight: 500;
    background: #f3e064;
    border-radius: 30px;
    min-width: 80px;
    text-align: center;
}
.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: 250px !important;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px !important;

}
.col-projects .title{
    font-family: 'Lexend';
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3em;
    color: #000;
}
.col-projects  .category{
  background: #f3e064;
    border-radius: 30px;
    display: inline-block;
    padding: 3px 15px;
    font-size: 11px;
	    margin-bottom: 10px;
    font-weight: 300;
}