Your IP : 3.142.197.111
<footer class="footer">
<div class="container">
<div class="row align-items-center flex-row-reverse">
<div class="col-md-12 col-sm-12 text-center">
Copyright © <span id="year"></span> Fination Global Company. All rights reserved
</div>
</div>
</div>
</footer>
<script>
if ( window.history.replaceState ) {
window.history.replaceState( null, null, window.location.href );
}
</script>
<style type="text/css">
/* WhatsApp icon container */
.whatsapp-container {
position: fixed; /* Position fixed to keep it in place */
bottom: 75px; /* Adjust as needed to position it */
right: 20px; /* Adjust as needed to position it */
z-index: 1000; /* Ensure it stays above other content */
}
/* WhatsApp icon */
.whatsapp-icon {
width: 55px; /* Adjust the size of the icon */
height: 55px; /* Adjust the size of the icon */
/* background-color: green; Change to WhatsApp's brand color */
border-radius: 50%; /* Make it a circle */
display: flex;
justify-content: center;
align-items: center;
cursor: pointer; /* Add pointer cursor on hover */
}
/* WhatsApp icon image */
.whatsapp-icon img {
width: 80%; /* Adjust as needed */
height: auto;
}
</style>
<div class="whatsapp-container noprint">
<a href="https://wa.me/2349039188906" target="_blank" class="whatsapp-icon">
<img src="pngtree.png" alt="Icon">
</a>
</div>