
.heading {
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
}
.heading h1 {
    color: limegreen;
    font-size: 70px;
}
.heading h3 {
    color: wheat;
    font-size: 20px;
}
#particles-js {
    height: 100vh;
    width: 100%;
    background: url(../images/hero-bg-new.png) center left;
}
.position-relative {
    position: relative !important;
}
.whatsapp-ico{
    fill: white;
    width: 30px;
    height: 30px;
    padding: 3px;
    background-color: #4dc247;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
    position: fixed;
    bottom: 20px;
    right : 20px;
    z-index: 10;
}

.whatsapp-ico:hover{
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}

#particles-js-inner {
    height: auto;
    width: 100%;
    /*background: url(../images/about-sm.png) center left;*/
    background-color: blue;
}


.inner-banner {
    position: relative;
}
.inner-banner img {
    width: 100%;
}
.minner {
    display: none;
}
.wrapper {
    margin: 0 auto;
    width: 1140px;
}
.inner-banner h1 {
    
    position: absolute;
    /*top: 55%; changed for inside pages on 12/9/2024*/
    top: 15%;
    color: #f9b80f;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.inner-banner p {
    color: #fff;
    position: absolute;
    top: 55%;
    line-height: 1.4em;
}

