Welcome!
This is Subrata Mallicka
KNOWLEDGE TO SOLUTION
🚀 Something awesome is launching soon!
00
Days
00
Hours
00
Minutes
00
Seconds
Enter Website
.btn{
display:inline-block;
margin-top:30px;
padding:14px 30px;
background:#ffffff;
color:#0d6efd;
text-decoration:none;
border-radius:50px;
font-weight:600;
transition:0.3s;
}
.btn:hover{
background:#ffd43b;
color:#000;
}