
/* Index */
.social-wrap1{
    display: flex;
    column-gap: 20px;
}
.performance-area.bg-none .single-security{
    height: 87%;
}
.single-security h3{
    height: 40%;
}
.ptb-100{
    padding-bottom: 90px;
}
.pb-100{
    padding-bottom: 40px;
    cursor: pointer;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 22px;
    background: url(../img/whatsapp.png);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}

/* Industries */
  .more{
    white-space: nowrap; 
    width: 100px; 
    overflow: hidden; 
    text-overflow: ellipsis;
  }
  .more:hover{
    overflow: visible;
    color: white;
    cursor: pointer;
    white-space: break-spaces;
    transition: 0.5s;
  }
  .more p{
      width: 250px;
      line-height: 1.7;
  }
  .transform-img{
      margin-top: 40px;
  }
  .choose-wrap{
      background-color: transparent;
  }
.project-head{
    color: #ffffff;
}
.project-head h2{
    color: #ffffff;
}
