.project-item{margin:10px;margin-bottom:20px}.project-thumb{position:relative;overflow:hidden}.project-thumb img{width:100%;transition:all .3s ease-in-out}.project-item:hover .project-thumb img{transform:scale(1.01)}.project-thumb .popup{background-color:rgba(33,88,235,.8);color:#fff;font-size:15px;position:absolute;width:100%;height:100%;left:0;top:0;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transition:all .3s ease-in-out;z-index:1}.project-item:hover .project-thumb .popup{visibility:visible;opacity:1}.project-item .project-content{background-color:#fff;padding:30px;box-shadow:0 8px 16px rgba(220,222,255,.3);text-align:center}.project-content h3 a,.project-item .project-content h3{margin-bottom:0;color:#0f0c0c;position:relative;z-index:1}.project-item .project-content h3 a:after{content:"";width:0;height:0;position:absolute;right:0;bottom:2px;border-bottom:2px solid #2158eb;z-index:-1;-webkit-transition:width .35s cubic-bezier(.35,.7,.35,1) 0s;-moz-transition:width .35s cubic-bezier(.35,.7,.35,1) 0s;-ms-transition:width .35s cubic-bezier(.35,.7,.35,1) 0s;-o-transition:width .35s cubic-bezier(.35,.7,.35,1) 0s;transition:width .35s cubic-bezier(.35,.7,.35,1) 0s}.project-item .project-content h3 a:hover:after{width:100%;left:0;right:auto}.project-item .project-content .project-cat a{font-family:"Work Sans",sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;color:#615e5e;margin:0 3px}.project-item .project-content .project-cat a:hover{color:#2158eb}.dl-filter-wrap{margin:0 0 40px;display:block}.dl-filter-wrap .dl-project-filter{list-style:none;display:inline-block;padding:0}.dl-filter-wrap .dl-project-filter li{display:inline-block;margin-right:10px;font-size:13px;font-family:"Work Sans",sans-serif;color:#333;font-weight:700;cursor:pointer;transition:all .3s ease-in-out}.dl-filter-wrap.center .dl-project-filter li{margin:0 5px}.dl-filter-wrap.left .dl-project-filter li{margin-left:10px}.dl-filter-wrap .dl-project-filter li.active,.dl-filter-wrap .dl-project-filter li:hover{color:#000;transition:all .3s ease-in-out}