@media only screen and (max-width: 768px) {
    
    .rev_slider_wrapper h1, .rev_slider_wrapper p{
        display: none;
    }
    
    .solution-area .solution-botton .single-item .img-holder {
        width: 60px;
        left: 5px;
    }
    
    .latest-project-area h3{
        font-size: 16px;
    }
    .flot-ani{
        margin-bottom: 60px;
    }
    
}



.ft-connect {
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index:9;
    
}
.ft-whts-connect {
    /* margin-left: auto; */
    float: right;
    margin-right: 23px;
}
.ft-whts-connect .whatsapp-contact {
    background-color: rgb(40 197 95);
    padding: 3px;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0px 4px 13px 5px rgb(0 0 0 / 20%);
}
.ft-whts-connect .whatsapp-contact i {
    color: white;
    font-size: 40px;
    /* margin-right: 23px; */
    animation: rowapp 2s 0s ease-in-out infinite;
}
@keyframes rowapp {
  0% { transform: rotate(0deg); }
  50% { transform: rotate(15deg); }
  100% { transform:  rotate(0deg); }
}