  /*********footer***********/
  .footer {
    width: 100%;
    position:relative;
    padding: 15px;
    z-index: 12;
    background-color: #224915;
  }
  .copyright {
    display: table;
    height: 100%;
    margin: 0 auto;
    color: rgba(255,255,255,0.8);
    width: 100%;
    font-family: Poppins;
    font-size: 0.75em;
    text-align: center;
}
  .copyright img {
    vertical-align: sub;
    margin: 0 5px;
    display: inline-block;
  }
.copyright a {
  color: #fff;
}

.scrollTop {
    position: absolute;
    top: -35px;
    right: 50px;
    background-color: #efe459;
    border-radius: 100px 100px 0px 0px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.11);
    height: 35px;
cursor:pointer
}







