@charset "utf-8";

.top-btn {
    padding: 10px;
    position: fixed;
    right: 5%;
    bottom: 3%;
    border-radius: 100%;
    z-index: 100000;
    transition: .3s;
text-transform: uppercase;
cursor: pointer;
}

.top-btn a{
	font-size: 14px;
	    transition: .3s;
	font-weight: 600;
		line-height: 30px;
}

.top-btn:hover{
    margin-bottom: 5px;
	background-color:  #28A7E1;
}
.top-btn:hover a{
	color: rgb(255, 255, 255);
}


@media screen and (max-width:768px){
	.top-btn{
	background-color:  #28A7E1;
}
.top-btn a{
	color: rgb(255, 255, 255);
}

}
