/*#main-banner {
    display: none;
}*/


  .btm-fix

 {
    position: fixed;
    z-index: 1;
    bottom: 5px;
    right: 0;
    display: flex;
    flex-flow: column;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    left: 0;
	gap: 30px;
    
}
    footer.s-footer .ftr-btm {
       
        padding-bottom: 55px;
    }
	
.ftr-call{
  animation: mymove 5s infinite;
}
.ftr-mail{
 animation: mymove 5s infinite;
}
.btm-fix a img, .btm-fix a i {
    width: 26px;
    height: auto;
    font-size: 26px;
    color: #fff;
}
.btm-fix a i {
    margin-top: 5px;
}
@keyframes mymove {
  50% {transform: rotate(100deg);}
  from {background-color: #2e2e2e;}
  to {background-color: #8da71c;}
}





