.itopplus-background {
background-image:none;background-color :rgba(255, 254, 254, 1);
}

<style>
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #d97e1c}

.dropdown:hover .dropdown-content {
  display: block;
}
a:hover {
    color: #f9f9f9;
}
#link_foot a:link {color: #000000;}
#link_foot a:hover {color: #d97e1c;}
#link_foot a:visited {color: #000000;}
#link_foot a:active {color: #000000;}

.zoom {
    	width: auto;
    	height: 200px;
    	cursor: pointer;
    	-webkit-transition-property: all;
    	-webkit-transition-duration: 0.3s;
    	-webkit-transition-timing-function: ease;
	}
.zoom:hover {
    	transform: scale(2);
	}
.button1 {background: -webkit-linear-gradient(270deg, #bf360c 1%, #ef6c00 100%);
color: #fff;
font-size: 24px;
font-weight: 600;
padding: 17px 70px 20px 70px;
display: inline-block;
border-radius: 500px;
}
</style>

