   .whatsapp{
      position: fixed;
      bottom: 35px;
      right: 60px;
      z-index: 99999;
   }


   .dis_flex{
    /* display: flex; */
    align-items: center;
    justify-content: center;
}
.mbott_0{
    margin-bottom: 0px
}
.pos_rel{
    position: relative;
}
.mar-top{
    margin-top: 100px
}
.margi_b_49{
    margin-bottom: 49px
}
#stati_i_icon{
    font-size: 45px;   
    color: #e60072;
}
.testinomial-section  img{
    width: 5%;
    margin: auto
}
.hero-heading-sec h2 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
}






/* portfolio css */


.computer-empty {
    overflow: hidden;
    position: relative;
    width: 540px;
    margin-left: 90px
}
.computer-screen {
    overflow: hidden;
    position: absolute;
    height: 247px;
    width: 445px;
    left: 50px;
    top: 20px;
}
.screen-landing {
    left: 0;
    line-height: 0;
    position: absolute;
    width: 100%;
    transition: all 6s;
    -o-transition: all 6s;
    -ms-transition: all 6s;
    -moz-transition: all 6s;
    -webkit-transition: all 6s;
}
.screen-landing:hover {
    cursor: pointer;
    margin-top: -2700px;
}
.mobileblock_web img{
    transition: all 6s;
    -o-transition: all 6s;
    -ms-transition: all 6s;
    -moz-transition: all 6s;
    -webkit-transition: all 6s;
}
.mobileblock_web:hover img{
    cursor: pointer;
    margin-top: -2700px;
}
.logowide_img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.computer-empty img.computer {
    width: 100%;
}


.filter_menu_ss li{
    display: inline-block;
    padding: 20px;
    color: #333;
    cursor: pointer;
    background: #feeee3;
    -webkit-border-radius: 100px;
    border-radius: 40px 40px 40px 20px;
    margin-bottom: 15px
}

.filter_menu_ss li a{
    color: #333
}

.filter_menu_ss .active{
    background: #f95b94;
    color: #fff;
}
.filter_menu_ss .active a{
    color: #fff;
}
.logowide_img{
    max-width: 120px;
}
.lind_heig{
    line-height: 35px;
}
.pos_re{
    position: relative;
}

@media screen and (max-width: 1024px) {
    .computer-empty{
        width: 400px;
    }
    .computer-screen {
        height: 180px;
        width: 321px;
        left: 42px;
        top: 17px;
    }
}
@media screen and (max-width: 769px) {
    .computer-empty{
    margin-left: 0;
}
.mobileblock_web{
    position: relative;
    margin: auto;
    margin-top: 30px;
    left: 0;
}
}
@media screen and (max-width: 767px) {
    .filters_col{
        margin-top: 30px
    }
    
}
@media screen and (max-width: 500px) {
    .computer-empty{
        width: 350px;
    }
    .computer-screen {
        height: 156px;
        width: 277px;
        left: 39px;
        top: 15px;
    }
}





/* footer css */


   .footer_input{
    padding: 10px;
  border-radius: 12px;
  box-shadow: none;
  border: 1px solid #ff1f8e;
  background: transparent;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #fff
 }
.input_button{
    padding: 10px;
  box-shadow: none;
  border: none;
  border-radius: 10px;
  background: #e22ca2;
  color: #000;
 }
 footer .btn-main{
    margin: 0 !important
 }