/* Scrol-To-Top-Animation *************************************/
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.et_pb_scroll_top {
  display: none;
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 320px;
  padding: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  cursor: pointer; }

.et_pb_scroll_bottom {
  display: none;
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 220px;
  padding: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  cursor: pointer; }

.et-visible {
  opacity: 1;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: fadeInRight; }

.et-hidden {
  display: none !important; }

.et-pb-icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ETmodules;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  /* line-height: 1; */
  text-transform: none;
  content: attr(data-icon); }

.et_pb_scroll_top:before {
  content: "2"; }

.et_pb_scroll_bottom:before {
  content: "3"; }

/* End Scrol-To-Top-Animation *********************************/
#footer {
  background-color: var(--h1-bg-color); }

footer {
  display: flex;
  height: 85px;
  padding: 0 40px;
  align-items: center;
  justify-content: space-between; }

.footer_link {
  flex: 0 0 auto;
  min-width: 30px; }

.footer_link a {
  color: white;
  font-size: 18px; }
  
  .dummy_link {
    display: block; }

@media only screen and (max-width: 661px) {
  footer {
    padding: 0 25px; } }

@media only screen and (max-width: 360px) {
  footer {
    justify-content: space-around; }
  .dummy_link {
    display: none; } }
