/*Theme Name: VoytexVersion: 1.0.0Author: Technoholic-------------------------------------------------------------- */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');/* One Click Scrool Top Button*/.scroll-top {  width: 48px;  height: 48px;  line-height: 48px;  background: #363634;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  font-size: 22px;  color: #fff !important;  position: fixed;  bottom: 30px;  right: 30px;  z-index: 119;  cursor: pointer;  -webkit-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  border-radius: 50%;}.scroll-top:hover {  -webkit-transform: scale(1.08);          transform: scale(1.08);  background-color: #89b020;}