    /* .fs-335.text-white.fw-700.ls-minus-10px.md-ls-minus-5px.text-end.text-shadow-large {
    background-image: url(images/about.jpg);
    background-repeat: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    background-size: contain;
} */
section#about {
    background-position: top;
    background: linear-gradient(45deg, rgb(25 45 102 / 78%) 0%, rgb(154 36 48) 100%), url(images/about.jpg) center center no-repeat;
    background-size: cover;
}
div#aboutbg {
    color: #fff !important;
}
.row.row-cols-1.row-cols-lg-4.row-cols-md-2.appear.anime-child.anime-complete {
    margin-bottom: 30px;
}
section#about span.text-base-color.fw-700.text-uppercase.fs-14.ls-05px, section#about span.text-base-color.fs-14.fw-700{
    color: #fee76e;
    
}
section#about .separator-line-2px.w-100.d-block.bg-base-color {
    
    background-color: #fee76e;
}
.theme-demos {
    display: none !important;
}
@keyframes rotateImage {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.rotating {
  animation: rotateImage 40s linear infinite;
}

    .whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4bca5a;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: none;
    transition: background-color 0.3s;
    width: 18%;
    position: fixed;
    left: 18px;
    bottom: 20px;
    z-index: 99999;
}
    .whatsapp-button:hover {
      background-color: #128C7E;
    }

    .whatsapp-icon {
      width: 24px;
      height: 24px;
      margin-right: 10px;
    }
    p.mobileno {
    position: absolute;
    top: 52px;
    right: 93px;
    color: #ffff;
    font-size: 12px;
    font-weight: 500;
    font-family: 'FontAwesome';
    letter-spacing: 3px;
}