.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: 30px;
    padding: 20px 0px;
}
#filters .nav-link{
   font-family: 'Work Sans';
    font-weight: 400;
    color: #000;
    font-size: 14px;
    border-radius: 0px;
}
#filters .nav-link.show{
       font-weight: 600;
}
.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;
	    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px !important;

}
.col-projects .wrap-blog{
	background: #f8f8f8;
    border-radius: 25px;
    padding: 15px;
}
.col-projects .title{
    font-family: "Satoshi", 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;
}