.footerbg {
	background-image: url("../images/parallax.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	position: relative;
	background-attachment: fixed;}
.footerbg::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;}
.tagcloud a:hover { background: transparent linear-gradient(93deg,#ffee38,#fcbd24) 0 0 no-repeat padding-box;color: #000;}
.text1 {position: relative;padding:0 0 0 30px;margin-top: -42px;}
.tagcloud a {
	background: transparent linear-gradient(93deg,#ffee38,#fcbd24) 0 0 no-repeat padding-box;
	padding: 6px 10px;
	float: left;
	font-style: italic;
	font-size: 12px;
	margin: 0 5px 5px 0;
	color:#000;
	border-radius: 4px;}
.go-top{
    position:fixed;
    bottom:0%;
    right: 3%;
    padding:20px;
    display:none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    transition: 0.3s;
    z-index:5;}
.go-top:after {
    content: "\F145";
    font-family: "Bootstrap-icons";
    background-color:#fff;
    color: #000;
    position: absolute;
    bottom: 75px;
    font-size: 35px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    box-shadow: 0 0 30px rgba(145, 144, 144, 0.6);}
.go-top:hover {transform: translate(0, -10px);}

@media (min-width:1px) and (max-width:767.98px){
.go-top {right: 12%;}}	
        
@media (min-width:768px) and (max-width:991.98px){
    .go-top {right: 8%;}
}