.portfolio-section{
    padding-top:40px;
    padding-bottom:40px;
}
.portfolio-section h2 {
font-size: 28px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
}
.portfolio-menu {
text-align: center;
}
.control {
background: #fd5f17;
color: #fff;
padding: 5px 10px;
border: unset;
border-radius: 3px;
margin: 5px;
cursor: pointer;
-webkit-transition: all 05s ease;
-moz-transition: all 05s ease;
-ms-transition: all 05s ease;
-o-transition: all 05s ease;
transition: all 0.5s ease;
}
.control:hover {
background: #343a40;
}
.mixitup-control-active {
color: #fff;
background: #343a40;
}
.fancybox-container button:focus {
outline: 0;
box-shadow: none;
}
.portfolio-item {
padding-top: 30px;
}
.pd {
padding: 0;
padding: 10px;
}
.pd img {
height: 180px;
transition: all 0.5s;
width: 100%;
object-fit: cover;
}
.portfolio-overlay {
position: absolute;
z-index: 2;
top: 0;
left: 0;
/* background: rgba(0, 0, 0, 0.7); */
width: 100%;
height: 100%;
text-align: center;
visibility: hidden;
transition: all 0.5s;
transform: scale(0);
}
.portfolio-overlay p,
.portfolio-overlay a {
position: relative;
z-index: 4;
}
.portfolio-overlay::before {
content: "";
width: 0;
height: 0;
border-width: 0;
position: absolute;
left: 10%;
top: 10%;
transition: 50ms height ease 150ms;
z-index: 3;
}
.portfolio-overlay::after {
content: "";
width: 0;
height: 0;
border-width: 0;
position: absolute;
right: 10%;
bottom: 10%;
transition: 100ms width ease 200ms;
z-index: 3;
}
.portfolio-item li:hover .portfolio-overlay {
visibility: visible;
transform: scale(1);
}
.portfolio-overlay .category {
margin-top: 70px;
margin-bottom: 20px;
font-size: 16px;
color: #fff;
font-weight: 500;
}
.portfolio-overlay .magnify-icon {
height: 40px;
width: 40px;
border-radius: 20px;
background: #50977f;
margin: 0 5px;
cursor: pointer;
display: inline-block;
transition: all 0.25s;
margin-top:80px;
}
.portfolio-overlay .magnify-icon:hover {
background: #000;
}
.portfolio-overlay .magnify-icon p span i {
font-size: 15px;
color: #fff;
line-height: 40px;
cursor: pointer;
}




/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .portfolio-section .controls{
        overflow-x: auto;
        white-space: nowrap;
    }
    }

    @media only screen and (max-device-width: 768px){
        .portfolio-section .controls{
            overflow-x: auto;
            white-space: nowrap;
        }
    }