.theme-totalgroup .section-projects{position:relative}.theme-totalgroup .section-projects .inner-container .top-content{margin-bottom:25px;width:100%}.theme-totalgroup .section-projects .inner-container .top-content p.heading{margin-bottom:15px;width:100%;text-align:left}@media only screen and (min-width:768px){.theme-totalgroup .section-projects .inner-container .top-content p.heading{text-align:center}}.theme-totalgroup .section-projects .project-list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px;margin-top:6px}@media only screen and (min-width:980px){.theme-totalgroup .section-projects .project-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.theme-totalgroup .section-projects .project-list .project-item{width:100%!important;position:relative;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:980px){.theme-totalgroup .section-projects .project-list .project-item{width:calc((100% - 12px) / 3)!important}}.theme-totalgroup .section-projects .project-list .project-item picture img{height:400px;width:100%;float:left;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width:768px){.theme-totalgroup .section-projects .project-list .project-item picture img{height:500px}}.theme-totalgroup .section-projects .project-list .project-item picture:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .4);z-index:1;-webkit-transition:background 0.4s ease-in-out;transition:background 0.4s ease-in-out}.theme-totalgroup .section-projects .project-list .project-item .content{padding:30px;position:absolute;bottom:0;z-index:2}@media only screen and (min-width:768px){.theme-totalgroup .section-projects .project-list .project-item .content{padding:50px}}.theme-totalgroup .section-projects .project-list .project-item .content p.heading{font-size:2.4rem;color:var(--white)}.theme-totalgroup .section-projects .project-list .project-item .content p.popup{-webkit-transition:1s;transition:1s;max-height:0;visibility:hidden;opacity:0}.theme-totalgroup .section-projects .project-list .project-item .content span.silver.btn{float:left;background:-webkit-gradient(linear,left top,right top,from(#c3c3c3),to(#6c6c6c))!important;background:linear-gradient(90deg,#c3c3c3 0%,#6c6c6c 100%)!important;border-radius:4px;border:0;padding:10px 30px;font-weight:600;margin-bottom:0;margin-right:20px}.theme-totalgroup .section-projects .project-list .project-item:hover picture:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .7);z-index:1;-webkit-transition:background 0.4s ease-in-out;transition:background 0.4s ease-in-out}.theme-totalgroup .section-projects .project-list .project-item:hover p.popup{max-height:100px;visibility:visible;opacity:1;color:var(--white)}