.nav_icon::before{
    font-size: 20px ;
}
.banner_wp_community .mdi-whatsapp::before{
    font-size: 30px ;
}
.contact_icon{
    font-size: 30px ;
    color: #1b1b1b;

}

.footer_icon{
    font-size: 40px ;
    color: #ffffff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

@media (max-width: 786px) {
    .footer_icon{
    font-size: 25px ;
}
}
.footer_icon:hover{
    color: var(--main-color);
}
.top-5rem{
    padding-top: 5.2rem;
}
.w-8{
    width: 2rem !important;
}
.h-8{
    height: 2rem !important;
}
:root{
    --tw-text-opacity: 1;

}
.text-\[\#3FC351\] {
    --tw-text-opacity: 1;
    color: rgb(63 195 81 / var(--tw-text-opacity));
}
.text-red{
    color: rgb(240 0 55 / var(--tw-text-opacity)) !important;
}

.line{
    color: aliceblue;
}
