.portfolio-item .portfolio-image { overflow: visible; }

.portfolio-item img {
    opacity: 1;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 17px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 17px rgba(0, 0, 0, 0.15);
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.portfolio-item img:hover { opacity: 0.85; }

.portfolio-item .portfolio-desc h3 {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
}

.portfolio-item .portfolio-desc h3 a:hover { color: #777; }

.portfolio-item .portfolio-desc h3 a span {
    display: inline-block;
    position: relative;
    top: -1px;
    vertical-align: middle;
    margin: 0 0 0 3px;
    font-size: 11px !important;
    padding: 5px 7px;
    font-weight: 400;
    color: #FFF;
    letter-spacing: 0;
    text-transform: none;
}

.testimonials-rating {
    margin-top: 15px;
    color: #FFD700;
    font-size: 18px;
    line-height: 1;
}

.testi-content p {
    font-size: 18px;
    color: #666;
}

.testi-content p:before,
.testi-content p:after { display: none; }

.testi-meta:before { display: none; }
.testi-meta span { padding-left: 0; }

.intro-support-block {
    border-top: 1px solid #EEE;
    overflow: hidden;
}

.intro-support-block > div:before {
    position: absolute;
    content: '';
    top: 0;
    left: -1px;
    width: 0;
    height: 100%;
    border-left: 1px solid #EEE;
}

.intro-support-block a.col-padding {
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.intro-support-block a.col-padding:hover { background-color: #F5F5F5; }

.intro-support-block span {
    display: block;
    font-size: 20px;
    color: #444;
    margin-top: 15px;
}

.device-sm .intro-support-block > div:before,
.device-xs .intro-support-block > div:before {
    top: -1px;
    left: 0;
    width: 100%;
    height: 0;
    border-left: 0;
    border-top: 1px solid #EEE;
}

#page-menu {
    height: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

#page-menu #page-menu-wrap {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translate3d(0,-44px,0);
    -o-transform: translate3d(0,-44px,0);
    transform: translate3d(0,-44px,0);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

#page-menu.sticky-page-menu { overflow: visible; }

#page-menu.sticky-page-menu #page-menu-wrap {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


@media only screen and (max-width: 960px) {
    .about-section .about-features.masonry-layout {
        display: none!important;
    }
    .about-section .about-features.masonry-layout1 {
        display: block;
    }
    .site-logo {
        margin: 0 auto!important;
    }
    .whats_pc { display: none; }
    .whats_phone { display: block; }
}
@media only screen and (min-width: 960px) {
    .about-section .about-features.masonry-layout {
        display: grid!important;
    }
    .about-section .about-features.masonry-layout1 {
        display: none!important;
    }
    .whats_pc { display: block; }
    .whats_phone { display: none; }
}
.span_new {
    color: #777777;
}
.hover_span:hover .span_new {
    color: #FFFFFF;
}
/* Whats App */
.btn-whatsapp a {
    color:#fff; 
    text-decoration:none; 
    display:block; 
}
.btn-whatsapp {
    z-index: 9;
    position:fixed; 
    right:0; 
    bottom:0; 
    transform: translate(-50%, -50%);  
    background-color:rgb(37, 211, 102); 
    width:60px; height:60px; 
    text-align:center; 
    line-height:58px; 
    font-size:1.8em; 
    color:#ffffff; 
    font-weight:100; 
    border-radius:50%; 
}
.btn-whatsapp:before,
.btn-whatsapp:after
{
    content: '';
    display:block;
    position: absolute;
    border-radius:50%;
    border:1px solid #25d366;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    animation: animate 1.5s linear infinite;
    opacity:0;
    backface-visibility:hidden;    
}
.pulsaDelay:after { animation-delay: .5s; }
@keyframes animate {
   0%   { transform: scale(0.5); opacity:0; }
   50%  { opacity:1; }
   100% { transform: scale(1.2); opacity:0; }
}


#projects {
    background: #202020;
}