.down-scroll {animation: moveItemDown .7s linear infinite alternate;   animation-play-state: paused; animation-delay: calc(var(--scroll) * -2s);}
.right-scroll {animation: moveItemRight .7s linear infinite alternate;   animation-play-state: paused; animation-delay: calc(var(--scroll) * -2s);}
.up-scroll {animation: moveItemUp .7s linear infinite alternate;   animation-play-state: paused; animation-delay: calc(var(--scroll) * -2s);}
.left-scroll {animation: moveItemLeft .7s linear infinite alternate;   animation-play-state: paused; animation-delay: calc(var(--scroll) * -5s);}
.rotate-scroll {animation: rotateItem .5s linear infinite alternate;   animation-play-state: paused; animation-delay: calc(var(--scroll) * -1s);}
.partial-rotate-scroll {animation: partialRotateItem .1s linear infinite alternate; transform: rotate(-45deg);  animation-play-state: paused; animation-delay: calc(var(--scroll) * -1s);}
.expand-scroll {animation: expandItem .5s linear infinite alternate;   animation-play-state: paused; animation-delay: calc(var(--scroll) * -1s);}
.down-scroll-small {animation: moveItemDownSmall .7s linear infinite alternate;   animation-play-state: paused; animation-delay: calc(var(--scroll) * -2s);}
.small-expand-scroll {animation: expandItemSmall .5s linear infinite alternate;   animation-play-state: paused; animation-delay: calc(var(--scroll) * -1s);}
.down-scroll-rotated {animation: moveItemDownRotated 1.5s linear infinite alternate;   animation-play-state: paused; animation-delay: calc(var(--scroll) * -2s);}
.expand-left-scroll {animation: moveItemLeftExpand .7s linear infinite alternate;   animation-play-state: paused; animation-delay: calc(var(--scroll) * -2s); z-index: -1;}

@keyframes rotateItem {
    to {
      transform: rotate(360deg);
    }
  }

  @keyframes partialRotateItem {
    to {
      transform: rotate(45deg);
    }
  }

  @keyframes expandItem {
    to {
      transform: scale(3);
    }
  }

  @keyframes expandItemSmall {
    to {
      transform: scale(2);
    }
  }

  @keyframes moveItemDown {
    to {
      transform: translateY(500px);
    }
  }

  @keyframes moveItemDownRotated {
    to {
      transform: translateY(300px) rotate(90deg);
    }
  }

  @keyframes moveItemDownSmall {
    to {
      transform: translateY(300px);
    }
  }

  @keyframes moveItemUp {
    to {
      transform: translateY(-500px);
    }
  }

  @keyframes moveItemLeft {
    to {
      transform: translateX(-400px);
    }
  }

  @keyframes moveItemLeftExpand {
    to {
      transform: translateX(-400px) scale(2);
    }
  }

  @keyframes moveItemRight {
    to {
      transform: translateX(400px);
    }
  }
 #banner p {
position: relative;
color: white;
max-width: 800px
}


/* er icons */

.off {
  pointer-events: none;
}

.service-icons {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin: 20px auto;
}
.service-icons h3 {
  margin: 5px auto;
  font-size: 22px;
  line-height: 1.1;
}
.service-icons > * {
  padding: 5px;
  flex: 0 1 210px;
  margin: 10px auto;
  display: block;
}
.service-icons a {
  color: #2f3437;
  text-decoration: none;
}
.service-icons a:hover .icon .ic-color {
  fill: #757374;
}
.service-icons a:hover h3 {
  color: #757374;
}

.ic-color {
  fill: #928364;
}

.sv-icon {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.has-h3 {
  clear: both;
  display: table;
  width: 100%;
  margin: 20px auto;
  text-align: left;
}

.has-h3 h3 {
  margin: 0 auto 10px;
  text-align: left;
}

@media (max-width: 750px) {
  .has-h3, .has-h3 h3 {
    text-align: center;
  }
}
/*==================== Modal ================*/
#lean_overlay {
  padding: 10px;
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  overflow: scroll;
}

.modal-content.pop {
  display: none;
  flex: 0 1 97%;
  background: rgb(237, 237, 237);
  max-width: 900px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 95%;
  max-height: calc(100vh - 80px);
  overflow-y: scroll;
  margin: auto;
  padding: 30px;
}
.modal-content.pop h3 {
  text-align: center;
  font-size: 26px;
  margin: 15px 0 10px;
}
.modal-content.pop .has_btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.modal-content.pop .btn {
  margin: 5px;
  min-width: auto;
}
.modal-content.pop .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 5px;
  z-index: 1002;
  cursor: pointer;
  color: #928364;
  line-height: 1;
}
.modal-content.pop .modal-close span {
  display: none;
}
.modal-content.pop .modal-close i {
  position: relative;
  color: #928364;
  font-style: normal;
  padding-bottom: 4px;
}
.modal-content.pop .modal-close i:before {
  font-size: 40px;
  content: "×";
}
.modal-content.pop .modal-close:hover i {
  color: #555;
}
.modal-content.pop .has_btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.modal-content.pop .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.modal-content.pop .buttons > p {
  margin: 5px;
}

#specials img {  max-width: 475px;  width: 100%;}
#specials {  margin-block: 4pc;  max-width: 1200px;}
#specials h2 {  font-size: 30px;  font-weight: 100;letter-spacing: 1.2px;}
#specials h3 {  color: #EC7E30;  font-size: 80px;  margin-block: 1pc;}
#specials article {  text-align: center;  padding-block: 5pc;}
#specials span {  color: #3261AC;  font-size: 30px;}
#specials ul {font-size: 20px;}
#specials .btn {width: 100%;}
#specials .btn::after { content: "\e904";  font-family: fontello;  font-style: normal;  font-size: 2rem;  margin-left: 10px;}


/*# sourceMappingURL=styles-2.css.map */
