@import url(https://fonts.googleapis.com/css2?family=Asap:wght@700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Darker+Grotesque&family=Roboto:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Alex+Brush&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);
@charset "UTF-8";
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
@keyframes "hvr-pulse" {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes "hvr-pulse-grow" {
  to {
    transform: scale(1.1);
  }
}
@keyframes "hvr-pulse-shrink" {
  to {
    transform: scale(0.9);
  }
}
@keyframes "hvr-push" {
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes "hvr-pop" {
  50% {
    transform: scale(1.2);
  }
}
@keyframes "hvr-bob" {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes "hvr-bob-float" {
  100% {
    transform: translateY(-8px);
  }
}
@keyframes "hvr-hang" {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(8px);
  }
}
@keyframes "hvr-hang-sink" {
  100% {
    transform: translateY(8px);
  }
}
@keyframes "hvr-wobble-vertical" {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes "hvr-wobble-horizontal" {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes "hvr-wobble-to-bottom-right" {
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes "hvr-wobble-to-top-right" {
  16.65% {
    transform: translate(8px, -8px);
  }
  33.3% {
    transform: translate(-6px, 6px);
  }
  49.95% {
    transform: translate(4px, -4px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes "hvr-wobble-top" {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
@keyframes "hvr-wobble-bottom" {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
@keyframes "hvr-wobble-skew" {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
@keyframes "hvr-buzz" {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes "hvr-buzz-out" {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes "hvr-back-pulse" {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
@keyframes "hvr-ripple-out" {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes "hvr-ripple-in" {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes "hvr-icon-down" {
  0%, 100%, 50% {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(6px);
  }
}
@keyframes "hvr-icon-up" {
  0%, 100%, 50% {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(-6px);
  }
}
@keyframes "hvr-icon-drop" {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100%, 51% {
    opacity: 1;
  }
}
@keyframes "hvr-icon-float-away" {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-1em);
  }
}
@keyframes "hvr-icon-sink-away" {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(1em);
  }
}
@keyframes "hvr-icon-pulse" {
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(0.8);
  }
}
@keyframes "hvr-icon-pulse-grow" {
  to {
    transform: scale(1.3);
  }
}
@keyframes "hvr-icon-pulse-shrink" {
  to {
    transform: scale(0.8);
  }
}
@keyframes "hvr-icon-push" {
  50% {
    transform: scale(0.5);
  }
}
@keyframes "hvr-icon-pop" {
  50% {
    transform: scale(1.5);
  }
}
@keyframes "hvr-icon-bob" {
  0% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(-6px);
  }
}
@keyframes "hvr-icon-bob-float" {
  100% {
    transform: translateY(-6px);
  }
}
@keyframes "hvr-icon-hang" {
  0% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(6px);
  }
}
@keyframes "hvr-icon-hang-sink" {
  100% {
    transform: translateY(6px);
  }
}
@keyframes "hvr-icon-wobble-horizontal" {
  16.65% {
    transform: translateX(6px);
  }
  33.3% {
    transform: translateX(-5px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes "hvr-icon-wobble-vertical" {
  16.65% {
    transform: translateY(6px);
  }
  33.3% {
    transform: translateY(-5px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes "hvr-icon-buzz" {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes "hvr-icon-buzz-out" {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-grow:active {
  transform: scale(1.1);
}
.hvr-grow:focus {
  transform: scale(1.1);
}
.hvr-grow:hover {
  transform: scale(1.1);
}

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-shrink:active {
  transform: scale(0.9);
}
.hvr-shrink:focus {
  transform: scale(0.9);
}
.hvr-shrink:hover {
  transform: scale(0.9);
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse:active {
  animation-name: hvr-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.hvr-pulse:focus {
  animation-name: hvr-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.hvr-pulse:hover {
  animation-name: hvr-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse-grow:active {
  animation-name: hvr-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hvr-pulse-grow:focus {
  animation-name: hvr-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hvr-pulse-grow:hover {
  animation-name: hvr-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse-shrink:active {
  animation-name: hvr-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hvr-pulse-shrink:focus {
  animation-name: hvr-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hvr-pulse-shrink:hover {
  animation-name: hvr-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-push:active {
  animation-name: hvr-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.hvr-push:focus {
  animation-name: hvr-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.hvr-push:hover {
  animation-name: hvr-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pop:active {
  animation-name: hvr-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.hvr-pop:focus {
  animation-name: hvr-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.hvr-pop:hover {
  animation-name: hvr-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.5s;
}
.hvr-bounce-in:active {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-bounce-in:focus {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-bounce-in:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.5s;
}
.hvr-bounce-out:active {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-bounce-out:focus {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-bounce-out:hover {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-rotate:active {
  transform: rotate(4deg);
}
.hvr-rotate:focus {
  transform: rotate(4deg);
}
.hvr-rotate:hover {
  transform: rotate(4deg);
}

.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-grow-rotate:active {
  transform: scale(1.1) rotate(4deg);
}
.hvr-grow-rotate:focus {
  transform: scale(1.1) rotate(4deg);
}
.hvr-grow-rotate:hover {
  transform: scale(1.1) rotate(4deg);
}

.hvr-float {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-float:active {
  transform: translateY(-8px);
}
.hvr-float:focus {
  transform: translateY(-8px);
}
.hvr-float:hover {
  transform: translateY(-8px);
}

.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-sink:active {
  transform: translateY(8px);
}
.hvr-sink:focus {
  transform: translateY(8px);
}
.hvr-sink:hover {
  transform: translateY(8px);
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:active {
  animation-name: hvr-bob-float, hvr-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.hvr-bob:focus {
  animation-name: hvr-bob-float, hvr-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.hvr-bob:hover {
  animation-name: hvr-bob-float, hvr-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-hang:active {
  animation-name: hvr-hang-sink, hvr-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.hvr-hang:focus {
  animation-name: hvr-hang-sink, hvr-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.hvr-hang:hover {
  animation-name: hvr-hang-sink, hvr-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-skew:active {
  transform: skew(-10deg);
}
.hvr-skew:focus {
  transform: skew(-10deg);
}
.hvr-skew:hover {
  transform: skew(-10deg);
}

.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}
.hvr-skew-forward:active {
  transform: skew(-10deg);
}
.hvr-skew-forward:focus {
  transform: skew(-10deg);
}
.hvr-skew-forward:hover {
  transform: skew(-10deg);
}

.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}
.hvr-skew-backward:active {
  transform: skew(10deg);
}
.hvr-skew-backward:focus {
  transform: skew(10deg);
}
.hvr-skew-backward:hover {
  transform: skew(10deg);
}

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-vertical:active {
  animation-name: hvr-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.hvr-wobble-vertical:focus {
  animation-name: hvr-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.hvr-wobble-vertical:hover {
  animation-name: hvr-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-horizontal:active {
  animation-name: hvr-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.hvr-wobble-horizontal:focus {
  animation-name: hvr-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.hvr-wobble-horizontal:hover {
  animation-name: hvr-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-to-bottom-right:active {
  animation-name: hvr-wobble-to-bottom-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.hvr-wobble-to-bottom-right:focus {
  animation-name: hvr-wobble-to-bottom-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.hvr-wobble-to-bottom-right:hover {
  animation-name: hvr-wobble-to-bottom-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-to-top-right:active {
  animation-name: hvr-wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.hvr-wobble-to-top-right:focus {
  animation-name: hvr-wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.hvr-wobble-to-top-right:hover {
  animation-name: hvr-wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transform-origin: 0 100%;
}
.hvr-wobble-top:active {
  animation-name: hvr-wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.hvr-wobble-top:focus {
  animation-name: hvr-wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.hvr-wobble-top:hover {
  animation-name: hvr-wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transform-origin: 100% 0;
}
.hvr-wobble-bottom:active {
  animation-name: hvr-wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.hvr-wobble-bottom:focus {
  animation-name: hvr-wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.hvr-wobble-bottom:hover {
  animation-name: hvr-wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-skew:active {
  animation-name: hvr-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.hvr-wobble-skew:focus {
  animation-name: hvr-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.hvr-wobble-skew:hover {
  animation-name: hvr-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz:active {
  animation-name: hvr-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.hvr-buzz:focus {
  animation-name: hvr-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.hvr-buzz:hover {
  animation-name: hvr-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz-out:active {
  animation-name: hvr-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.hvr-buzz-out:focus {
  animation-name: hvr-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.hvr-buzz-out:hover {
  animation-name: hvr-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-forward:active {
  transform: translateX(8px);
}
.hvr-forward:focus {
  transform: translateX(8px);
}
.hvr-forward:hover {
  transform: translateX(8px);
}

.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-backward:active {
  transform: translateX(-8px);
}
.hvr-backward:focus {
  transform: translateX(-8px);
}
.hvr-backward:hover {
  transform: translateX(-8px);
}

.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: color, background-color;
}
.hvr-fade:active {
  background-color: #16603f;
  color: #fff;
}
.hvr-fade:focus {
  background-color: #16603f;
  color: #fff;
}
.hvr-fade:hover {
  background-color: #16603f;
  color: #fff;
}

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  transition-duration: 0.5s;
  transition-property: color, background-color;
}
.hvr-back-pulse:active {
  animation-name: hvr-back-pulse;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-color: #16603f;
  background-color: #16603f;
  color: #fff;
}
.hvr-back-pulse:focus {
  animation-name: hvr-back-pulse;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-color: #16603f;
  background-color: #16603f;
  color: #fff;
}
.hvr-back-pulse:hover {
  animation-name: hvr-back-pulse;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-color: #16603f;
  background-color: #16603f;
  color: #fff;
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #16603f;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:active {
  color: #fff;
}
.hvr-sweep-to-right:active:before {
  transform: scaleX(1);
}
.hvr-sweep-to-right:focus {
  color: #fff;
}
.hvr-sweep-to-right:focus:before {
  transform: scaleX(1);
}
.hvr-sweep-to-right:hover {
  color: #fff;
}
.hvr-sweep-to-right:hover:before {
  transform: scaleX(1);
}

.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #16603f;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:active {
  color: #fff;
}
.hvr-sweep-to-left:active:before {
  transform: scaleX(1);
}
.hvr-sweep-to-left:focus {
  color: #fff;
}
.hvr-sweep-to-left:focus:before {
  transform: scaleX(1);
}
.hvr-sweep-to-left:hover {
  color: #fff;
}
.hvr-sweep-to-left:hover:before {
  transform: scaleX(1);
}

.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #16603f;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:active {
  color: #fff;
}
.hvr-sweep-to-bottom:active:before {
  transform: scaleY(1);
}
.hvr-sweep-to-bottom:focus {
  color: #fff;
}
.hvr-sweep-to-bottom:focus:before {
  transform: scaleY(1);
}
.hvr-sweep-to-bottom:hover {
  color: #fff;
}
.hvr-sweep-to-bottom:hover:before {
  transform: scaleY(1);
}

.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #16603f;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:active {
  color: #fff;
}
.hvr-sweep-to-top:active:before {
  transform: scaleY(1);
}
.hvr-sweep-to-top:focus {
  color: #fff;
}
.hvr-sweep-to-top:focus:before {
  transform: scaleY(1);
}
.hvr-sweep-to-top:hover {
  color: #fff;
}
.hvr-sweep-to-top:hover:before {
  transform: scaleY(1);
}

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #16603f;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:active {
  color: #fff;
}
.hvr-bounce-to-right:active:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-right:focus {
  color: #fff;
}
.hvr-bounce-to-right:focus:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-right:hover {
  color: #fff;
}
.hvr-bounce-to-right:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #16603f;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:active {
  color: #fff;
}
.hvr-bounce-to-left:active:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-left:focus {
  color: #fff;
}
.hvr-bounce-to-left:focus:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-left:hover {
  color: #fff;
}
.hvr-bounce-to-left:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #16603f;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:active {
  color: #fff;
}
.hvr-bounce-to-bottom:active:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-bottom:focus {
  color: #fff;
}
.hvr-bounce-to-bottom:focus:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-bottom:hover {
  color: #fff;
}
.hvr-bounce-to-bottom:hover:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-bounce-to-top {
  display: inline-block;
  border-radius: 10px;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #16603f;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:active {
  color: #fff;
}
.hvr-bounce-to-top:active:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-top:focus {
  color: #fff;
}
.hvr-bounce-to-top:focus:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-top:hover {
  color: #fff;
}
.hvr-bounce-to-top:hover:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #16603f;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-radial-out:active {
  color: #fff;
}
.hvr-radial-out:active:before {
  transform: scale(2);
}
.hvr-radial-out:focus {
  color: #fff;
}
.hvr-radial-out:focus:before {
  transform: scale(2);
}
.hvr-radial-out:hover {
  color: #fff;
}
.hvr-radial-out:hover:before {
  transform: scale(2);
}

.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #16603f;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  transform: scale(2);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-radial-in:active {
  color: #fff;
}
.hvr-radial-in:active:before {
  transform: scale(0);
}
.hvr-radial-in:focus {
  color: #fff;
}
.hvr-radial-in:focus:before {
  transform: scale(0);
}
.hvr-radial-in:hover {
  color: #fff;
}
.hvr-radial-in:hover:before {
  transform: scale(0);
}

.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #16603f;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  transform: scale(1);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:active {
  color: #fff;
}
.hvr-rectangle-in:active:before {
  transform: scale(0);
}
.hvr-rectangle-in:focus {
  color: #fff;
}
.hvr-rectangle-in:focus:before {
  transform: scale(0);
}
.hvr-rectangle-in:hover {
  color: #fff;
}
.hvr-rectangle-in:hover:before {
  transform: scale(0);
}

.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #16603f;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:active {
  color: #fff;
}
.hvr-rectangle-out:active:before {
  transform: scale(1);
}
.hvr-rectangle-out:focus {
  color: #fff;
}
.hvr-rectangle-out:focus:before {
  transform: scale(1);
}
.hvr-rectangle-out:hover {
  color: #fff;
}
.hvr-rectangle-out:hover:before {
  transform: scale(1);
}

.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #16603f;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleX(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:active {
  color: #fff;
}
.hvr-shutter-in-horizontal:active:before {
  transform: scaleX(0);
}
.hvr-shutter-in-horizontal:focus {
  color: #fff;
}
.hvr-shutter-in-horizontal:focus:before {
  transform: scaleX(0);
}
.hvr-shutter-in-horizontal:hover {
  color: #fff;
}
.hvr-shutter-in-horizontal:hover:before {
  transform: scaleX(0);
}

.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #16603f;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:active {
  color: #fff;
}
.hvr-shutter-out-horizontal:active:before {
  transform: scaleX(1);
}
.hvr-shutter-out-horizontal:focus {
  color: #fff;
}
.hvr-shutter-out-horizontal:focus:before {
  transform: scaleX(1);
}
.hvr-shutter-out-horizontal:hover {
  color: #fff;
}
.hvr-shutter-out-horizontal:hover:before {
  transform: scaleX(1);
}

.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #16603f;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleY(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:active {
  color: #fff;
}
.hvr-shutter-in-vertical:active:before {
  transform: scaleY(0);
}
.hvr-shutter-in-vertical:focus {
  color: #fff;
}
.hvr-shutter-in-vertical:focus:before {
  transform: scaleY(0);
}
.hvr-shutter-in-vertical:hover {
  color: #fff;
}
.hvr-shutter-in-vertical:hover:before {
  transform: scaleY(0);
}

.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #16603f;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:active {
  color: #fff;
}
.hvr-shutter-out-vertical:active:before {
  transform: scaleY(1);
}
.hvr-shutter-out-vertical:focus {
  color: #fff;
}
.hvr-shutter-out-vertical:focus:before {
  transform: scaleY(1);
}
.hvr-shutter-out-vertical:hover {
  color: #fff;
}
.hvr-shutter-out-vertical:hover:before {
  transform: scaleY(1);
}

.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #16603f, 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-border-fade:focus {
  box-shadow: inset 0 0 0 4px #16603f, 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-border-fade:hover {
  box-shadow: inset 0 0 0 4px #16603f, 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-hollow:active {
  background: 0 0;
}
.hvr-hollow:focus {
  background: 0 0;
}
.hvr-hollow:hover {
  background: 0 0;
}

.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-trim:before {
  content: "";
  position: absolute;
  border: #fff solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.hvr-trim:active:before {
  opacity: 1;
}
.hvr-trim:focus:before {
  opacity: 1;
}
.hvr-trim:hover:before {
  opacity: 1;
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-ripple-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-duration: 1s;
}
.hvr-ripple-out:active:before {
  animation-name: hvr-ripple-out;
}
.hvr-ripple-out:focus:before {
  animation-name: hvr-ripple-out;
}
.hvr-ripple-out:hover:before {
  animation-name: hvr-ripple-out;
}

.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-ripple-in:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  animation-duration: 1s;
}
.hvr-ripple-in:active:before {
  animation-name: hvr-ripple-in;
}
.hvr-ripple-in:focus:before {
  animation-name: hvr-ripple-in;
}
.hvr-ripple-in:hover:before {
  animation-name: hvr-ripple-in;
}

.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-outline-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
.hvr-outline-out:focus:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
.hvr-outline-out:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-outline-in:before {
  pointer-events: none;
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}
.hvr-outline-in:focus:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}
.hvr-outline-in:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: border-radius;
}
.hvr-round-corners:active {
  border-radius: 1em;
}
.hvr-round-corners:focus {
  border-radius: 1em;
}
.hvr-round-corners:hover {
  border-radius: 1em;
}

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #16603f;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:active:before {
  right: 0;
}
.hvr-underline-from-left:focus:before {
  right: 0;
}
.hvr-underline-from-left:hover:before {
  right: 0;
}

.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #16603f;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
.hvr-underline-from-center:focus:before {
  left: 0;
  right: 0;
}
.hvr-underline-from-center:hover:before {
  left: 0;
  right: 0;
}

.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #16603f;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-underline-from-right:active:before {
  left: 0;
}
.hvr-underline-from-right:focus:before {
  left: 0;
}
.hvr-underline-from-right:hover:before {
  left: 0;
}

.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #16603f;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-overline-from-left:active:before {
  right: 0;
}
.hvr-overline-from-left:focus:before {
  right: 0;
}
.hvr-overline-from-left:hover:before {
  right: 0;
}

.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  top: 0;
  background: #16603f;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}
.hvr-overline-from-center:focus:before {
  left: 0;
  right: 0;
}
.hvr-overline-from-center:hover:before {
  left: 0;
  right: 0;
}

.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #16603f;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-overline-from-right:active:before {
  left: 0;
}
.hvr-overline-from-right:focus:before {
  left: 0;
}
.hvr-overline-from-right:hover:before {
  left: 0;
}

.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #16603f;
  border-style: solid;
  border-width: 0;
  transition-property: border-width;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
}
.hvr-reveal:active:before {
  transform: translateY(0);
  border-width: 4px;
}
.hvr-reveal:focus:before {
  transform: translateY(0);
  border-width: 4px;
}
.hvr-reveal:hover:before {
  transform: translateY(0);
  border-width: 4px;
}

.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #16603f;
  height: 4px;
  transform: translateY(4px);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:active:before {
  transform: translateY(0);
}
.hvr-underline-reveal:focus:before {
  transform: translateY(0);
}
.hvr-underline-reveal:hover:before {
  transform: translateY(0);
}

.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #16603f;
  height: 4px;
  transform: translateY(-4px);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-overline-reveal:active:before {
  transform: translateY(0);
}
.hvr-overline-reveal:focus:before {
  transform: translateY(0);
}
.hvr-overline-reveal:hover:before {
  transform: translateY(0);
}

.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.hvr-glow:focus {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.hvr-glow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.hvr-shadow:focus {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.hvr-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}
.hvr-grow-shadow:focus {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}
.hvr-grow-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}

.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.hvr-box-shadow-outset:focus {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.hvr-box-shadow-outset:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-box-shadow-inset:focus {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-box-shadow-inset:hover {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}
.hvr-float-shadow:active {
  transform: translateY(-5px);
}
.hvr-float-shadow:active:before {
  opacity: 1;
  transform: translateY(5px);
}
.hvr-float-shadow:focus {
  transform: translateY(-5px);
}
.hvr-float-shadow:focus:before {
  opacity: 1;
  transform: translateY(5px);
}
.hvr-float-shadow:hover {
  transform: translateY(-5px);
}
.hvr-float-shadow:hover:before {
  opacity: 1;
  transform: translateY(5px);
}

.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 5px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
  top: 100%;
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 5px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
  bottom: 100%;
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:active:after {
  opacity: 1;
}
.hvr-shadow-radial:active:before {
  opacity: 1;
}
.hvr-shadow-radial:focus:after {
  opacity: 1;
}
.hvr-shadow-radial:focus:before {
  opacity: 1;
}
.hvr-shadow-radial:hover:after {
  opacity: 1;
}
.hvr-shadow-radial:hover:before {
  opacity: 1;
}

.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e1e1e1;
}
.hvr-bubble-top:active:before {
  transform: translateY(-10px);
}
.hvr-bubble-top:focus:before {
  transform: translateY(-10px);
}
.hvr-bubble-top:hover:before {
  transform: translateY(-10px);
}

.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}
.hvr-bubble-right:active:before {
  transform: translateX(10px);
}
.hvr-bubble-right:focus:before {
  transform: translateX(10px);
}
.hvr-bubble-right:hover:before {
  transform: translateX(10px);
}

.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0;
  border-color: #e1e1e1 transparent transparent;
}
.hvr-bubble-bottom:active:before {
  transform: translateY(10px);
}
.hvr-bubble-bottom:focus:before {
  transform: translateY(10px);
}
.hvr-bubble-bottom:hover:before {
  transform: translateY(10px);
}

.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-left:active:before {
  transform: translateX(-10px);
}
.hvr-bubble-left:focus:before {
  transform: translateX(-10px);
}
.hvr-bubble-left:hover:before {
  transform: translateX(-10px);
}

.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e1e1e1;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-top:active {
  transform: translateY(10px);
}
.hvr-bubble-float-top:active:before {
  transform: translateY(-10px);
}
.hvr-bubble-float-top:focus {
  transform: translateY(10px);
}
.hvr-bubble-float-top:focus:before {
  transform: translateY(-10px);
}
.hvr-bubble-float-top:hover {
  transform: translateY(10px);
}
.hvr-bubble-float-top:hover:before {
  transform: translateY(-10px);
}

.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-right:active {
  transform: translateX(-10px);
}
.hvr-bubble-float-right:active:before {
  transform: translateX(10px);
}
.hvr-bubble-float-right:focus {
  transform: translateX(-10px);
}
.hvr-bubble-float-right:focus:before {
  transform: translateX(10px);
}
.hvr-bubble-float-right:hover {
  transform: translateX(-10px);
}
.hvr-bubble-float-right:hover:before {
  transform: translateX(10px);
}

.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #e1e1e1 transparent transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-bottom:active {
  transform: translateY(-10px);
}
.hvr-bubble-float-bottom:active:before {
  transform: translateY(10px);
}
.hvr-bubble-float-bottom:focus {
  transform: translateY(-10px);
}
.hvr-bubble-float-bottom:focus:before {
  transform: translateY(10px);
}
.hvr-bubble-float-bottom:hover {
  transform: translateY(-10px);
}
.hvr-bubble-float-bottom:hover:before {
  transform: translateY(10px);
}

.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-left:active {
  transform: translateX(10px);
}
.hvr-bubble-float-left:active:before {
  transform: translateX(-10px);
}
.hvr-bubble-float-left:focus {
  transform: translateX(10px);
}
.hvr-bubble-float-left:focus:before {
  transform: translateX(-10px);
}
.hvr-bubble-float-left:hover {
  transform: translateX(10px);
}
.hvr-bubble-float-left:hover:before {
  transform: translateX(-10px);
}

.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.1s;
}
.hvr-icon-back .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.1s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-back:active .hvr-icon {
  transform: translateX(-4px);
}
.hvr-icon-back:focus .hvr-icon {
  transform: translateX(-4px);
}
.hvr-icon-back:hover .hvr-icon {
  transform: translateX(-4px);
}

.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.1s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:active .hvr-icon {
  transform: translateX(4px);
}
.hvr-icon-forward:focus .hvr-icon {
  transform: translateX(4px);
}
.hvr-icon-forward:hover .hvr-icon {
  transform: translateX(4px);
}

.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-down .hvr-icon {
  transform: translateZ(0);
}
.hvr-icon-down:active .hvr-icon {
  animation-name: hvr-icon-down;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
}
.hvr-icon-down:focus .hvr-icon {
  animation-name: hvr-icon-down;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
}
.hvr-icon-down:hover .hvr-icon {
  animation-name: hvr-icon-down;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
}

.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-up .hvr-icon {
  transform: translateZ(0);
}
.hvr-icon-up:active .hvr-icon {
  animation-name: hvr-icon-up;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
}
.hvr-icon-up:focus .hvr-icon {
  animation-name: hvr-icon-up;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
}
.hvr-icon-up:hover .hvr-icon {
  animation-name: hvr-icon-up;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
}

.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-spin .hvr-icon {
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
}
.hvr-icon-spin:active .hvr-icon {
  transform: rotate(360deg);
}
.hvr-icon-spin:focus .hvr-icon {
  transform: rotate(360deg);
}
.hvr-icon-spin:hover .hvr-icon {
  transform: rotate(360deg);
}

.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-drop .hvr-icon {
  transform: translateZ(0);
}
.hvr-icon-drop:active .hvr-icon {
  opacity: 0;
  transition-duration: 0.3s;
  animation-name: hvr-icon-drop;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-icon-drop:focus .hvr-icon {
  opacity: 0;
  transition-duration: 0.3s;
  animation-name: hvr-icon-drop;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-icon-drop:hover .hvr-icon {
  opacity: 0;
  transition-duration: 0.3s;
  animation-name: hvr-icon-drop;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-fade .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.5s;
  transition-property: color;
}
.hvr-icon-fade:active .hvr-icon {
  color: #0F9E5E;
}
.hvr-icon-fade:focus .hvr-icon {
  color: #0F9E5E;
}
.hvr-icon-fade:hover .hvr-icon {
  color: #0F9E5E;
}

.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-float-away .hvr-icon {
  transform: translateZ(0);
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.hvr-icon-float-away:active .hvr-icon {
  animation-name: hvr-icon-float-away;
  animation-timing-function: ease-out;
}
.hvr-icon-float-away:focus .hvr-icon {
  animation-name: hvr-icon-float-away;
  animation-timing-function: ease-out;
}
.hvr-icon-float-away:hover .hvr-icon {
  animation-name: hvr-icon-float-away;
  animation-timing-function: ease-out;
}

.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-sink-away .hvr-icon {
  transform: translateZ(0);
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.hvr-icon-sink-away:active .hvr-icon {
  animation-name: hvr-icon-sink-away;
  animation-timing-function: ease-out;
}
.hvr-icon-sink-away:focus .hvr-icon {
  animation-name: hvr-icon-sink-away;
  animation-timing-function: ease-out;
}
.hvr-icon-sink-away:hover .hvr-icon {
  animation-name: hvr-icon-sink-away;
  animation-timing-function: ease-out;
}

.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}
.hvr-icon-grow .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-grow:active .hvr-icon {
  transform: scale(1.3) translateZ(0);
}
.hvr-icon-grow:focus .hvr-icon {
  transform: scale(1.3) translateZ(0);
}
.hvr-icon-grow:hover .hvr-icon {
  transform: scale(1.3) translateZ(0);
}

.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}
.hvr-icon-shrink .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-shrink:active .hvr-icon {
  transform: scale(0.8);
}
.hvr-icon-shrink:focus .hvr-icon {
  transform: scale(0.8);
}
.hvr-icon-shrink:hover .hvr-icon {
  transform: scale(0.8);
}

.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-pulse .hvr-icon {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}
.hvr-icon-pulse:active .hvr-icon {
  animation-name: hvr-icon-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.hvr-icon-pulse:focus .hvr-icon {
  animation-name: hvr-icon-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.hvr-icon-pulse:hover .hvr-icon {
  animation-name: hvr-icon-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-pulse-grow .hvr-icon {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-grow:active .hvr-icon {
  animation-name: hvr-icon-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hvr-icon-pulse-grow:focus .hvr-icon {
  animation-name: hvr-icon-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hvr-icon-pulse-grow:hover .hvr-icon {
  animation-name: hvr-icon-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-pulse-shrink .hvr-icon {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:active .hvr-icon {
  animation-name: hvr-icon-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hvr-icon-pulse-shrink:focus .hvr-icon {
  animation-name: hvr-icon-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hvr-icon-pulse-shrink:hover .hvr-icon {
  animation-name: hvr-icon-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}
.hvr-icon-push .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-push:active .hvr-icon {
  animation-name: hvr-icon-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.hvr-icon-push:focus .hvr-icon {
  animation-name: hvr-icon-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.hvr-icon-push:hover .hvr-icon {
  animation-name: hvr-icon-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}
.hvr-icon-pop .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-pop:active .hvr-icon {
  animation-name: hvr-icon-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.hvr-icon-pop:focus .hvr-icon {
  animation-name: hvr-icon-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.hvr-icon-pop:hover .hvr-icon {
  animation-name: hvr-icon-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}
.hvr-icon-bounce .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-bounce:active .hvr-icon {
  transform: scale(1.5);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-icon-bounce:focus .hvr-icon {
  transform: scale(1.5);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-icon-bounce:hover .hvr-icon {
  transform: scale(1.5);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}
.hvr-icon-rotate .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-rotate:active .hvr-icon {
  transform: rotate(20deg);
}
.hvr-icon-rotate:focus .hvr-icon {
  transform: rotate(20deg);
}
.hvr-icon-rotate:hover .hvr-icon {
  transform: rotate(20deg);
}

.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}
.hvr-icon-grow-rotate .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:active .hvr-icon {
  transform: scale(1.5) rotate(12deg);
}
.hvr-icon-grow-rotate:focus .hvr-icon {
  transform: scale(1.5) rotate(12deg);
}
.hvr-icon-grow-rotate:hover .hvr-icon {
  transform: scale(1.5) rotate(12deg);
}

.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}
.hvr-icon-float .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-float:active .hvr-icon {
  transform: translateY(-4px);
}
.hvr-icon-float:focus .hvr-icon {
  transform: translateY(-4px);
}
.hvr-icon-float:hover .hvr-icon {
  transform: translateY(-4px);
}

.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}
.hvr-icon-sink .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-sink:active .hvr-icon {
  transform: translateY(4px);
}
.hvr-icon-sink:focus .hvr-icon {
  transform: translateY(4px);
}
.hvr-icon-sink:hover .hvr-icon {
  transform: translateY(4px);
}

.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}
.hvr-icon-bob .hvr-icon {
  transform: translateZ(0);
}
.hvr-icon-bob:active .hvr-icon {
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.hvr-icon-bob:focus .hvr-icon {
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.hvr-icon-bob:hover .hvr-icon {
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}
.hvr-icon-hang .hvr-icon {
  transform: translateZ(0);
}
.hvr-icon-hang:active .hvr-icon {
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.hvr-icon-hang:focus .hvr-icon {
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.hvr-icon-hang:hover .hvr-icon {
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal .hvr-icon {
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:active .hvr-icon {
  animation-name: hvr-icon-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.hvr-icon-wobble-horizontal:focus .hvr-icon {
  animation-name: hvr-icon-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.hvr-icon-wobble-horizontal:hover .hvr-icon {
  animation-name: hvr-icon-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical .hvr-icon {
  transform: translateZ(0);
}
.hvr-icon-wobble-vertical:active .hvr-icon {
  animation-name: hvr-icon-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.hvr-icon-wobble-vertical:focus .hvr-icon {
  animation-name: hvr-icon-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.hvr-icon-wobble-vertical:hover .hvr-icon {
  animation-name: hvr-icon-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}
.hvr-icon-buzz .hvr-icon {
  transform: translateZ(0);
}
.hvr-icon-buzz:active .hvr-icon {
  animation-name: hvr-icon-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.hvr-icon-buzz:focus .hvr-icon {
  animation-name: hvr-icon-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.hvr-icon-buzz:hover .hvr-icon {
  animation-name: hvr-icon-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}
.hvr-icon-buzz-out .hvr-icon {
  transform: translateZ(0);
}
.hvr-icon-buzz-out:active .hvr-icon {
  animation-name: hvr-icon-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.hvr-icon-buzz-out:focus .hvr-icon {
  animation-name: hvr-icon-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.hvr-icon-buzz-out:hover .hvr-icon {
  animation-name: hvr-icon-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#ffffff", endColorstr="#000000");
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}
.hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}
.hvr-curl-top-left:focus:before {
  width: 25px;
  height: 25px;
}
.hvr-curl-top-left:hover:before {
  width: 25px;
  height: 25px;
}

.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}
.hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}
.hvr-curl-top-right:focus:before {
  width: 25px;
  height: 25px;
}
.hvr-curl-top-right:hover:before {
  width: 25px;
  height: 25px;
}

.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}
.hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}
.hvr-curl-bottom-right:focus:before {
  width: 25px;
  height: 25px;
}
.hvr-curl-bottom-right:hover:before {
  width: 25px;
  height: 25px;
}

.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}
.hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}
.hvr-curl-bottom-left:focus:before {
  width: 25px;
  height: 25px;
}
.hvr-curl-bottom-left:hover:before {
  width: 25px;
  height: 25px;
}

@media only screen and (max-width: 768px) {
  .row > * {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .card h5 {
    font-size: 0.8rem !important;
    margin-top: 0.3rem;
  }
  .card p {
    font-size: 0.8rem !important;
  }
  .card .card-body {
    padding: 0.3rem;
  }

  .active::before {
    display: none;
  }

  .title-1 h1 {
    font-size: 16px !important;
  }
  .title-1 h1 span {
    padding: 4px 15px !important;
  }

  .title-2 {
    font-size: 1.1rem !important;
    font-weight: bold;
  }

  #price-list .item {
    margin: 5px 10px !important;
  }

  .content img {
    max-width: 100%;
    height: auto !important;
  }

  .section-title h1 {
    font-size: 21px !important;
  }
  .section-title h1::before {
    top: 10px;
  }
  .section-title h3 {
    font-size: 21px !important;
  }
  .section-title h3::before {
    top: 10px;
  }

  .navbar-toggler {
    border-width: 1px;
    border-color: var(--color-main);
    margin-right: 10px;
  }

  #menu .dropdown-menu .dropdown-item {
    white-space: break-spaces;
  }
}
@media only screen and (max-width: 1400px) {
  #menu .nav-item .nav-link {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
    font-size: 0.9rem;
  }
}
/****
Basic Styles
********************/
/**
* Reset Styles
*/
/* Placeholder text color -- selectors need to be separate to work. */
/**
* Typography Styles
*/
/* categorize */
/* Ã½ kiáº¿n khÃ¡ch hÃ ng */
/* tin tá»©c vÃ  sá»± kiá»‡n */
/* phong thuá»· */
/* footer */
/* backtotop */
@keyframes "crSlideInRight" {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* estimates */
/* title-1 */
/* title-2 */
/**
* About Styles
*/
/* Shine */
@keyframes "shine" {
  100% {
    left: 125%;
  }
}
/* About Page Styles */
/*  */
/**
* Section Title
*/
/* Single Project Styles */
/**
* Button Styles 
*/
/* menu */
/* button search */
/* estimates-right */
/* stip */
/* menu */
/* menu offcanvas */
/* plus */
/**
* Widget Styles
*/
/* menu-content-right */
* {
  box-sizing: border-box;
  box-sizing: border-box;
}
*::-moz-selection {
  background: var(--color-main);
  color: #ffffff;
  background: var(--color-main);
  color: #ffffff;
}
*::selection {
  background: var(--color-main);
  color: #ffffff;
}

article {
  display: block;
}

aside {
  display: block;
}

details {
  display: block;
}

figcaption {
  display: block;
}

figure {
  display: block;
  margin: 0;
}

footer {
  display: block;
  background-size: cover;
  background-position: top left;
  padding-top: 70px;
  color: #fff;
  padding-bottom: 70px;
  position: relative;
}
footer h4 {
  font-family: var(--font-family-main);
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}
footer h4::after {
  content: "";
  width: 177px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer ul li {
  list-style-type: none;
  padding: 5px;
  display: flex;
  align-items: center;
}
footer ul li a {
  color: #fff;
  text-transform: capitalize;
}
footer ul li a:hover {
  color: var(--color-main);
}
footer p {
  display: flex;
  align-items: center;
}
footer p svg {
  padding: 7px;
  color: #fff;
  background-color: var(--color-main);
  border-radius: 2px;
}
footer p span {
  padding: 0px 10px;
  color: #fff !important;
}
footer i ~ svg ~ span {
  color: #fff;
}
footer .tags span {
  padding: 3px;
  border: 1px solid #fff;
  word-wrap: break-word;
  margin: 3px;
}
footer .tags ul li {
  list-style: none;
  border: 1px solid #fff;
  padding: 2px 15px;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}

header {
  display: block;
}

.header-top {
  background-color: var(--color-main);
  display: block;
  color: #f7f096;
}
.header-top ul.contact {
  list-style: none;
  display: flex;
  line-height: 3;
  margin: 0;
}
.header-top ul.contact li {
  font-size: 15px;
  margin-right: 15px;
  color: #f7f096;
}
.header-top ul.contact li a {
  color: #ffffff;
}
.header-top .social {
  list-style: none;
  display: flex;
  line-height: 3;
  margin: 0;
}
.header-top .social li {
  font-size: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
.header-top .social li a {
  color: #f7f096;
}

nav {
  display: block;
}
nav ul {
  list-style: none;
  list-style-image: none;
}
nav ol {
  list-style: none;
  list-style-image: none;
}

section {
  display: block;
  overflow: hidden;
}
section ul {
  padding: 0px 10px 0px 10px;
}

summary {
  display: block;
}

audio {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

canvas {
  display: inline-block;
}

video {
  display: inline-block;
}

[hidden] {
  display: none;
}

#intro .introduction ul{
  list-style: none;
  }


  #intro .introduction ul li{
    width: 50%;
    font-size: 22px;
    margin: 0px 8px;
    height: 45px;
    border: 2px solid #b5aeae;
    border-radius: 20px;
    display: flex; 
    align-items: center;
    justify-content: center; 
  }
  #intro .introduction ul li a{
    text-decoration: none;
    display: flex;
    align-items: center; 
  }

  #intro .introduction ul li a i {
    margin-right: 5px;
  }
  @media only screen and (max-width: 768px) {
    #intro .introduction ul li {   
      font-size: 15px;
      height: 37px;
  }
  }
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  overflow: hidden;
  overflow-y: auto;
}
html input[type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  line-height: normal;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
  background: transparent;
  transition: all 0.4s ease-out 0s;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:focus {
  outline: none;
}
button:active {
  outline: none;
}

input {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  line-height: normal;
  background: transparent;
  transition: all 0.4s ease-out 0s;
  width: 100%;
  height: 45px;
  padding: 0 20px;
}
input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill:hover {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill:focus {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input:focus {
  outline: none;
}
input:active {
  outline: none;
}

select {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: all 0.4s ease-out 0s;
  width: 100%;
  height: 45px;
  padding: 0 20px;
}
select:focus {
  outline: none;
}
select:active {
  outline: none;
}

textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  overflow: auto;
  vertical-align: top;
  background: transparent;
  transition: all 0.4s ease-out 0s;
  width: 100%;
}
textarea:focus {
  outline: none;
}
textarea:active {
  outline: none;
}

body {
  color: #141412;
  line-height: 1.5;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

.hvr-bounce-to-top::before {
  border-radius: 0px;
}

.bg-overlay-red {
  background-color: rgba(219, 219, 219, 0.83);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
}

a {
  color: #76706e;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s ease-in-out 0s;
  text-decoration: none;
}
a:visited {
  color: #191514b0;
  color: inherit;
}
a:focus {
  outline: thin dotted;
  text-decoration: none;
  outline: none;
}
a:active {
  color: var(--color-main);
  outline: 0;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: var(--color-main);
  outline: 0;
  text-decoration: none;
  outline: none;
}

h1 {
  clear: both;
  font-family: Bitter, Georgia, serif;
  line-height: 1.3;
  font-size: 48px;
  margin: 33px 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  color: var(--color-main);
  font-size: 48px;
  font-weight: 700;
}

h2 {
  clear: both;
  font-family: Bitter, Georgia, serif;
  line-height: 1.3;
  font-size: 30px;
  margin: 25px 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  color: var(--color-main);
  font-size: 36px;
  font-weight: 700;
}

h3 {
  clear: both;
  font-family: Bitter, Georgia, serif;
  line-height: 1.3;
  font-size: 22px;
  margin: 22px 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  color: var(--color-main);
  font-size: 30px;
  font-weight: 700;
}

h4 {
  clear: both;
  font-family: Bitter, Georgia, serif;
  line-height: 1.3;
  font-size: 20px;
  margin: 25px 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  color: var(--color-main);
  font-size: 20px;
  font-weight: 600;
}

h5 {
  clear: both;
  font-family: Bitter, Georgia, serif;
  line-height: 1.3;
  font-size: 18px;
  margin: 30px 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  color: var(--color-main);
  font-size: 18px;
  font-weight: 600;
}

h6 {
  clear: both;
  font-family: Bitter, Georgia, serif;
  line-height: 1.3;
  font-size: 16px;
  margin: 36px 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  color: var(--color-main);
  font-size: 14px;
  font-weight: 500;
}

address {
  font-style: italic;
  margin: 0 0 24px;
  margin: 0;
  margin-bottom: 15px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p {
  margin: 0 0 24px;
  margin: 0;
  margin-bottom: 15px;
}

code {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

kbd {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
  margin-bottom: 15px;
}

samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

blockquote {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
  margin: 0;
  margin-bottom: 15px;
  font-size: 18px;
  color: #444444;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
  border-left: 4px solid var(--color-main);
  padding-left: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: left;
}
blockquote:before {
  content: "";
  content: none;
}
blockquote:after {
  content: "";
  content: none;
}
blockquote blockquote {
  margin-right: 0;
}
blockquote cite {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
blockquote em {
  font-style: normal;
  font-weight: 300;
}
blockquote i {
  font-style: normal;
  font-weight: 300;
}
blockquote strong {
  font-weight: 400;
}
blockquote b {
  font-weight: 400;
}

q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
q:before {
  content: "";
  content: none;
}
q:after {
  content: "";
  content: none;
}

small {
  font-size: smaller;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

dl {
  margin: 0 20px;
  margin: 0;
  margin-bottom: 15px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
  margin: 0;
  margin-bottom: 15px;
}

menu {
  margin: 16px 0;
  padding: 0 0 0 40px;
  margin: 0;
  margin-bottom: 15px;
}

ol {
  margin: 16px 0;
  padding: 0 0 0 40px;
  margin: 0;
  margin-bottom: 15px;
}

ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
  list-style-type: square;
  margin: 0;
  margin-bottom: 15px;
}

li > ul {
  margin: 0;
}
li > ol {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

input[type=reset] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled] {
  cursor: default;
}

input[disabled] {
  cursor: default;
}

input[type=checkbox] {
  padding: 0;
}

input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
}

caption {
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  margin: 20px 0;
  margin: 0;
  margin-bottom: 15px;
}

th {
  font-weight: normal;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
}

td {
  font-weight: normal;
  text-align: left;
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
  margin: 0;
  margin-bottom: 15px;
}

.pt-70 {
  padding-top: 70px !important;
}

.h1 {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  color: var(--color-main);
  font-size: 48px;
  font-weight: 700;
}

.h2 {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  color: var(--color-main);
  font-size: 36px;
  font-weight: 700;
}

.h3 {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  color: var(--color-main);
  font-size: 30px;
  font-weight: 700;
}

.h4 {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  color: var(--color-main);
  font-size: 20px;
  font-weight: 600;
}

.h5 {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  color: var(--color-main);
  font-size: 18px;
  font-weight: 600;
}

.h6 {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  color: var(--color-main);
  font-size: 14px;
  font-weight: 500;
}

.fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.text-blue-dark {
  color: #0e173e !important;
}

.text-orange {
  color: var(--color-main);
}

.card {
  margin-top: 1rem;
  border-radius: 0;
}
.card .card-header {
  height: auto !important;
  max-height: 200px;
  height: 200px;
}
.card h5 {
  font-size: 1rem;
}
.card .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

#menu ul li.active::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-main);
  color: #f7f096 !important;
  border-radius: 0px;
  transform: scaleY(1);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
#menu ul li.active a {
  color: #f7f096;
}
#menu .nav-item .nav-link {
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--font-family-main);
}
#menu .nav-item .nav-link:hover {
  color: #f7f096 !important;
}
#menu .dropdown-menu {
  background: var(--color-main);
  padding: 0;
  border-radius: 0px;
  border: 0px;
}
#menu .dropdown-menu .dropdown-item {
  text-transform: uppercase;
  color: #f7f096 !important;
  font-weight: 600;
  transition: 0.5s;
  white-space: line;
}
#menu .dropdown-menu .dropdown-item:hover {
  background: #000;
  transition: 0.5s;
}

.nav-pills .nav-link {
  border-radius: 0px !important;
  text-transform: uppercase;
  border: 1px solid var(--color-main) !important;
  margin-left: 5px;
}
.nav-pills .nav-link.active {
  border-radius: 0px !important;
  text-transform: uppercase;
  border: 1px solid var(--color-main) !important;
}
.nav-pills .show > .nav-link {
  color: f7f096 !important;
  background: #016602;
  background: -webkit-gradient(left top, right top, color-stop(0%, #016602), color-stop(55%, #026735), color-stop(100%, #05994c));
  background: linear-gradient(to right, #016602 0%, #026735 55%, #05994c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#016602", endColorstr="#05994c", GradientType=1 );
}

.bg-blur {
  background: #0F2027;
  background: linear-gradient(to top, #2C5364, #203A43, #0F2027);
}
.bg-blur .card h5 {
  color: #fbc764 !important;
  font-size: 1rem;
}
.bg-blur .card p {
  color: #ced4dab3 !important;
}

#blog .card {
  border-radius: 0px;
  overflow: hidden;
  color: #0e173e;
}
#blog .card :hover p.card-text {
  transition: 1s;
  color: #ffffff !important;
}
#blog .card p {
  color: #070c10 !important;
}
#blog .card .card-title {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700 !important;
  text-transform: capitalize;
  color: var(--color-main);
}
#blog .card p.card-text {
  color: #0e173e !important;
}

#field {
  padding: 30px 0;
  position: relative;
  min-height: auto;
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
}

.border-yellow {
  border: 1px solid var(--color-main) !important;
}

.categorize .card {
  background-color: #ffffff !important;
  border-radius: 5px;
  overflow: hidden;
  border: none;
  box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.38);
}
.categorize .card:hover {
  transition: 0.5s;
  background-color: var(--color-main) !important;
}
.categorize .card .card-body {
  background-color: #ffffff;
}
.categorize a:hover .card .card-body {
  background-color: var(--color-main) !important;
  color: #ffffff;
  transition: 0.5s;
}
.categorize a:hover .card .card-body h5 {
  color: #f5f1e4 !important;
  transition: 1s;
}
.categorize .nav.nav-pills .nav-item button {
  border-radius: 0px;
  text-transform: capitalize;
  background-color: #cce3ef;
  color: #09164ca3;
  margin: 0 5px 0 5px;
  font-weight: 500;
}
.categorize .nav.nav-pills .nav-item button.nav-link:active {
  color: white !important;
  background: var(--color-main);
  background: linear-gradient(90deg, var(--color-main) 0%, #f8a643 50%, #f69722 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e39522",endColorstr="#e39522",GradientType=1);
}
.categorize .nav-pills .nav-link.active {
  color: white !important;
  background: #016602;
  background: -webkit-gradient(left top, right top, color-stop(0%, #016602), color-stop(55%, #026735), color-stop(100%, #05994c));
  background: linear-gradient(to right, #016602 0%, #026735 55%, #05994c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#016602", endColorstr="#05994c", GradientType=1 );
}

#price-list .item {
  border: 1px solid var(--color-main);
  border-radius: 0px;
  margin-top: 20px;
  box-shadow: 0 0.5rem 1rem rgba(255, 251, 251, 0.233) !important;
  display: flex;
  border-radius: 5px;
}
#price-list .item a {
  color: #ffffff !important;
}
#price-list .item .item-icon {
  font-size: 35px;
  transition: 0.3s;
  background: var(--color-main);
  color: #fff;
  display: flex;
  max-width: 66px;
  min-width: 66px;
  width: 66px;
  height: 66px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  font-weight: 900;
}
#price-list .item .item-icon svg {
  font-size: 2.2rem;
}
#price-list .item .item-icon i {
  font-size: 2.2rem;
}
#price-list .item .item-description {
  padding: 2px;
}
#price-list .item .item-title {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--color-main);
  padding: 0px 25px;
  line-height: 22px;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  vertical-align: middle;
  justify-items: center;
  align-items: center;
  display: flex;
  font-weight: 800;
}
#price-list .list-about {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 5px;
  overflow: hidden;
}
#price-list .list-about .item {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none !important;
}
#price-list .list-about .item-title {
  color: #0d6efd !important;
  font-size: 18px;
  margin-bottom: 0;
  padding: 5px;
  text-align: center;
}
#price-list .list-about .item-icon {
  color: #ffffff !important;
}
#price-list .item-content {
  color: #000 !important;
  padding-left: 25px;
}
#price-list .title-2 {
  font-weight: 600;
  font-size: 1.4rem;
}
#price-list .title-2 span {
  padding: 0 20px;
}

#customer-reviews {
  position: relative;
}
#customer-reviews .over {
  background-color: rgba(0, 0, 0, 0.79);
  align-items: center;
}
#customer-reviews .over-fill {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50%;
  opacity: 1;
}
#customer-reviews .card {
  display: flex;
  justify-content: center;
  align-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: transparent !important;
  border: none;
  box-shadow: none !important;
}
#customer-reviews .card img {
  border-radius: 50%;
  width: 150px;
  height: auto;
}
#customer-reviews .card .card-body {
  background-color: transparent !important;
}
#customer-reviews .card .card-title {
  color: #ffffff;
}
#customer-reviews .card .card-text {
  color: #ffffff;
}

#feng-shui .card {
  background-color: #f4f9ffe6 !important;
  border-radius: 10px;
  overflow: hidden;
  border: var(--color-main) 2px solid;
  color: #0e173e;
}

.footer {
  text-align: center;
  background-color: #2c2c2c;
  padding: 20px;
  color: #fff;
}

#btn-backtotop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  line-height: 41px;
  text-align: center;
  background: var(--color-main);
  color: #ffffff;
  font-size: 22px;
  border-radius: 100%;
  border: 1px solid var(--color-main);
  animation: crSlideInRight 0.8s ease-in-out 1 both;
  z-index: 1000 !important;
}
#btn-backtotop:hover {
  background-color: #555;
}

.button-estimates {
  position: fixed;
  z-index: 999;
  right: 25px;
  bottom: 25px;
}
.button-estimates button {
  background-color: #c31d1d;
  color: #ffffff;
  font-size: 1.5rem;
  border: none;
  padding: 10px;
  border-radius: 10px;
}

.title-basic {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.title-basic h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.title-basic h1 span {
  display: inline-block;
  position: relative;
  color: #fff;
  background: var(--color-main);
  z-index: 1;
  padding: 7px 20px;
}

.title-1 {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}
.title-1 h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.title-1 h1 span {
  display: inline-block;
  position: relative;
  color: #fff;
  background: var(--color-main);
  z-index: 1;
  padding: 7px 20px;
}
.title-1 h1::before {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--color-main);
}
.title-1 h1::after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--color-main);
}

.title-2 {
  font-size: 30px;
  color: #fbc764;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
}
.title-2 span {
  display: inline-block;
  padding: 0 50px;
  position: relative;
  z-index: 1;
}
.title-2 span::before {
  position: absolute;
  content: "";
  background: url(/title-1.png) no-repeat;
  width: 137px;
  height: 16px;
  top: calc(50% - 6px);
  right: 100%;
}
.title-2 span::after {
  position: absolute;
  content: "";
  background: url(/title-1.png) no-repeat;
  width: 137px;
  height: 16px;
  top: calc(50% - 6px);
  left: 100%;
  transform: rotate(180deg);
}

.title-3 {
  color: #ffc10b;
  text-align: center;
  text-transform: uppercase;
}
.title-3 a {
  color: #ffc10b;
  text-align: center;
  text-transform: uppercase;
}

.about-area-content img {
  margin-bottom: 20px;
}
.about-area-content h5 {
  font-weight: 700;
  margin-bottom: 28px;
}
.about-area-content p {
  margin-bottom: 30px;
}
.about-area-content .cr-btn {
  margin-top: 30px;
}

.about-area-content.about-area-content-2 h5 {
  margin-top: -4px;
  margin-bottom: 20px;
}
.about-area-content.about-area-content-2 .cr-btn {
  margin-top: 0;
}

.about-area-timeline-2 {
  border-top: 1px solid #e5e5e5;
  margin-left: 0;
  padding-top: 20px;
}
.about-area-timeline-2 .about-timeline-single {
  padding-top: 30px;
}
.about-area-timeline-2 .about-timeline-single:last-child {
  padding-top: 30px;
}

.about-timeline-single {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-bottom: 25px;
  align-items: center;
}
.about-timeline-single .about-timeline-icon {
  height: auto;
  max-width: 70px;
  line-height: 66px;
  text-align: center;
  display: inline-block;
  font-size: 90px;
  color: var(--color-main);
  margin: 10px;
}
.about-timeline-single .about-timeline-icon svg {
  width: 100%;
}
.about-timeline-single .about-timeline-content {
  flex-shrink: 100;
}
.about-timeline-single .about-timeline-content h5 {
  font-weight: 900;
  margin-bottom: 0px;
  text-transform: capitalize;
  color: #444e58;
}
.about-timeline-single:last-child {
  padding-bottom: 0;
}
.about-timeline-single:hover .about-timeline-icon i {
  animation: crBounceIn 0.5s ease-in 1;
}

.about-area-images .large-image {
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: relative;
  z-index: 2;
}
.about-area-images .small-image {
  margin-right: auto;
  margin-left: 0;
  display: block;
  margin-top: -275px;
  position: relative;
  z-index: 1;
}

.shine figure {
  position: relative;
}
.shine figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.shine figure:hover::before {
  animation: shine 0.75s;
}

.about-page-skill-content {
  width: 60%;
  margin: 0 auto;
  padding: 50px 0;
}
.about-page-skill-content > h3 {
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  padding-bottom: 20px;
}
.about-page-skill-content > h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
  background: #2b2b35;
}
.about-page-skill-content .progress-bars {
  padding-top: 40px;
}

.pg-about-content {
  padding: 0 35px;
  margin-bottom: 30px;
}
.pg-about-content h2 {
  font-size: 30px;
  font-weight: 800;
}
.pg-about-content p {
  font-size: 16px;
  line-height: 35px;
  font-family: "Lato", sans-serif;
  margin-top: 40px;
}

.section-title {
  padding-bottom: 25px;
}
.section-title h1 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  padding-left: 35px;
  position: relative;
  z-index: 0;
  padding-top: 20px;
  text-transform: uppercase;
}
.section-title h1::before {
  content: "";
  height: 40px;
  width: 25px;
  background: var(--color-main);
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 33%;
}
.section-title h2 {
  font-size: 30px;
  font-weight: 800;
  color: #2b2b35;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.section-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 0;
  height: 3px;
  width: 46px;
  background: #2b2b35;
  display: inline-block;
}
.section-title h3 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  padding-left: 35px;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  text-transform: uppercase;
}
.section-title h3::before {
  content: "";
  height: 40px;
  width: 25px;
  background: var(--color-main);
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 33%;
}
.section-title p {
  margin-top: 25px;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  color: #666666;
}

.section-title.text-center h2::after {
  left: 50%;
  margin-left: -23px;
}

.section-title.text-end h2::after {
  left: auto;
  right: 0;
  margin-left: 0;
}

.section-title.section-title-2 {
  padding-bottom: 35px;
}
.section-title.section-title-2 h2 {
  font-size: 30px;
  font-weight: 800;
  padding-bottom: 0;
}
.section-title.section-title-2 h2::after {
  display: none;
}
.section-title.section-title-2 p {
  margin-top: 20px;
}

.single-project {
  margin-bottom: 10px;
  background: #ffffff;
  transition: all 0.4s ease-in-out 0s;
  position: relative;
  border: 1px solid var(--color-main);
}
.single-project .single-project-thumb {
  overflow: hidden;
}
.single-project .single-project-thumb img {
  width: 100%;
  transition: all 0.4s ease-in-out 0s;
  transform: translateY(0);
}
.single-project:hover h5 {
  color: #f6d107;
}
.single-project:hover .single-project-content {
  background: var(--color-main);
}
.single-project:hover .single-project-thumb img {
  transform: translateY(-30px);
}
.single-project:hover .project-tags p a {
  color: #2b2b35;
}
.single-project:hover .project-tags p a:hover {
  color: #ffffff !important;
}
.single-project .single-project-content {
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.75);
  transition: all 0.4s ease-in-out 0s;
}
.single-project .single-project-content h5 {
  margin-bottom: 0;
  font-weight: 600;
  transition: all 0.4s ease-in-out 0s;
}
.single-project .single-project-content h5:hover {
  color: #ffffff !important;
}
.single-project .single-project-content h5 a {
  color: #333333;
  transition: all 0.4s ease-in-out 0s;
}
.single-project .single-project-content h5 a:hover {
  color: #ffffff !important;
}
.single-project .single-project-content .loadmore-btn-holder {
  padding-top: 15px;
  display: none !important;
}
.single-project .single-project-content a.cr-loadmore-btn {
  background: #2b2b35;
  border-color: #2b2b35;
  color: #ffffff;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 10px 15px;
}
.single-project .project-tags {
  margin-bottom: 0;
  font-size: 0;
}
.single-project .project-tags p {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  color: #666666;
  font-style: italic;
  font-family: "Lato", sans-serif;
  text-transform: lowercase;
}
.single-project .project-tags p:hover {
  color: #ffffff !important;
}
.single-project .project-tags p:last-child::after {
  display: none;
}
.single-project .project-tags p a {
  display: inline-block;
  color: #666666;
  transition: all 0.4s ease-in-out 0s;
}
.single-project .project-tags p a:hover {
  color: #ffffff !important;
}
.single-project .project-tags .single-project-content h5:hover {
  color: #ffffff !important;
}

.single-project.single-project-2 .single-project-thumb {
  position: relative;
}
.single-project.single-project-2 .single-project-thumb::before {
  content: "ï€Ž";
  font-family: "fontAwesome";
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  width: 48px;
  background: var(--color-main);
  color: #ffffff;
  margin-left: -24px;
  margin-top: -24px;
  border-radius: 100px;
  text-align: center;
  z-index: 1;
  transform: scale(0);
  visibility: hidden;
  transition: all 0.4s ease-in-out 0s;
}
.single-project.single-project-2:hover .single-project-thumb::before {
  transform: scale(1);
  visibility: visible;
  cursor: pointer;
}

.bg-grey .single-project {
  background: #ffffff;
}
.bg-grey .single-project:hover {
  background: #444444;
}

.bg-white .single-project {
  background: #f5f5f5;
}
.bg-white .single-project:hover {
  background: #444444;
}

.sa-projects-slider-active {
  padding-left: 30px;
  padding-right: 30px;
}
.sa-projects-slider-active .single-project {
  margin-bottom: 0;
}

.sa-projects-slider-active.slider-navigation-style-1 {
  padding-bottom: 95px;
}
.sa-projects-slider-active.slider-navigation-style-1 .cr-navigation {
  top: auto;
  bottom: 0;
}
.sa-projects-slider-active.slider-navigation-style-1 .cr-navigation.cr-navigation-prev {
  right: calc(50% + 5px);
  left: auto;
}
.sa-projects-slider-active.slider-navigation-style-1 .cr-navigation.cr-navigation-next {
  left: calc(50% + 5px);
  right: auto;
}

.small-title {
  font-weight: 900;
  margin-top: -3px;
  margin-bottom: 30px;
}

.cr-btn {
  display: inline-block;
  background: var(--color-main);
  font-size: 14px;
  border-width: 2px;
  border-color: var(--color-main);
  border-style: solid;
  border-radius: 0 !important;
  transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
  position: relative;
  line-height: 1.3;
  padding: 13px 25px;
  vertical-align: middle;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
.cr-btn i {
  padding-right: 5px;
  line-height: 1;
  font-size: 18px;
  vertical-align: bottom;
}
.cr-btn:before {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease-in-out 0s;
  left: 0;
  top: 0;
}
.cr-btn:after {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease-in-out 0s;
  bottom: 0;
  left: 0;
}
.cr-btn span {
  position: relative;
  z-index: 2;
}
.cr-btn:hover {
  background: var(--color-main);
  border-color: var(--color-main);
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.cr-btn:hover::before {
  height: 100%;
}
.cr-btn:hover:after {
  height: 100%;
}
.cr-btn:active {
  transform: translateY(-2px);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

a.cr-btn {
  display: inline-block;
  background: var(--color-main);
  font-size: 14px;
  border-width: 2px;
  border-color: var(--color-main);
  border-style: solid;
  border-radius: 0 !important;
  transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
  position: relative;
  line-height: 1.3;
  padding: 13px 25px;
  vertical-align: middle;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
a.cr-btn i {
  padding-right: 5px;
  line-height: 1;
  font-size: 18px;
  vertical-align: bottom;
}
a.cr-btn:before {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease-in-out 0s;
  left: 0;
  top: 0;
}
a.cr-btn:after {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease-in-out 0s;
  bottom: 0;
  left: 0;
}
a.cr-btn span {
  position: relative;
  z-index: 2;
}
a.cr-btn:hover {
  background: var(--color-main);
  border-color: var(--color-main);
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
a.cr-btn:hover::before {
  height: 100%;
}
a.cr-btn:hover:after {
  height: 100%;
}
a.cr-btn:active {
  transform: translateY(-2px);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

button.cr-btn {
  display: inline-block;
  background: var(--color-main);
  font-size: 14px;
  border-width: 2px;
  border-color: var(--color-main);
  border-style: solid;
  border-radius: 0 !important;
  transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
  position: relative;
  line-height: 1.3;
  padding: 13px 25px;
  vertical-align: middle;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
button.cr-btn i {
  padding-right: 5px;
  line-height: 1;
  font-size: 18px;
  vertical-align: bottom;
}
button.cr-btn:before {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease-in-out 0s;
  left: 0;
  top: 0;
}
button.cr-btn:after {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease-in-out 0s;
  bottom: 0;
  left: 0;
}
button.cr-btn span {
  position: relative;
  z-index: 2;
}
button.cr-btn:hover {
  background: var(--color-main);
  border-color: var(--color-main);
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
button.cr-btn:hover::before {
  height: 100%;
}
button.cr-btn:hover:after {
  height: 100%;
}
button.cr-btn:active {
  transform: translateY(-2px);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.cr-btn.cr-btn-lg {
  padding: 20px 40px;
  font-size: 18px;
  letter-spacing: 0;
}

a.cr-btn.cr-btn-lg {
  padding: 20px 40px;
  font-size: 18px;
  letter-spacing: 0;
}

button.cr-btn.cr-btn-lg {
  padding: 20px 40px;
  font-size: 18px;
  letter-spacing: 0;
}

.cr-btn.cr-btn-xs {
  padding: 7px 26px;
}

a.cr-btn.cr-btn-xs {
  padding: 7px 26px;
}

button.cr-btn.cr-btn-xs {
  padding: 7px 26px;
}

.cr-btn.cr-btn-theme-black {
  color: #2b2b35;
}

a.cr-btn.cr-btn-theme-black {
  color: #2b2b35;
}

button.cr-btn.cr-btn-theme-black {
  color: #2b2b35;
}

.cr-btn.cr-btn-yellow {
  background: var(--color-main);
  border-color: var(--color-main);
}

a.cr-btn.cr-btn-yellow {
  background: var(--color-main);
  border-color: var(--color-main);
}

button.cr-btn.cr-btn-yellow {
  background: var(--color-main);
  border-color: var(--color-main);
}

.cr-btn.cr-btn-blue {
  background: var(--color-main);
  border-color: var(--color-main);
}

a.cr-btn.cr-btn-blue {
  background: var(--color-main);
  border-color: var(--color-main);
}

button.cr-btn.cr-btn-blue {
  background: var(--color-main);
  border-color: var(--color-main);
}

.cr-btn.cr-btn-green {
  background: var(--color-main);
  border-color: var(--color-main);
}

a.cr-btn.cr-btn-green {
  background: var(--color-main);
  border-color: var(--color-main);
}

button.cr-btn.cr-btn-green {
  background: var(--color-main);
  border-color: var(--color-main);
}

.cr-btn.cr-btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #2b2b35;
}

a.cr-btn.cr-btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #2b2b35;
}

button.cr-btn.cr-btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #2b2b35;
}

.cr-btn.cr-btn-black {
  background: #3e3e3e;
  border-color: #3e3e3e;
  color: #ffffff;
}

a.cr-btn.cr-btn-black {
  background: #3e3e3e;
  border-color: #3e3e3e;
  color: #ffffff;
}

button.cr-btn.cr-btn-black {
  background: #3e3e3e;
  border-color: #3e3e3e;
  color: #ffffff;
}

.cr-btn.cr-btn-transparent {
  background: transparent;
  border-width: 2px;
  color: var(--color-main);
}
.cr-btn.cr-btn-transparent:hover {
  background: var(--color-main);
  color: #ffffff;
}

a.cr-btn.cr-btn-transparent {
  background: transparent;
  border-width: 2px;
  color: var(--color-main);
}
a.cr-btn.cr-btn-transparent:hover {
  background: var(--color-main);
  color: #ffffff;
}

button.cr-btn.cr-btn-transparent {
  background: transparent;
  border-width: 2px;
  color: var(--color-main);
}
button.cr-btn.cr-btn-transparent:hover {
  background: var(--color-main);
  color: #ffffff;
}

.cr-btn.cr-btn-transparent.cr-btn-white {
  color: #ffffff;
}
.cr-btn.cr-btn-transparent.cr-btn-white:hover {
  background: #ffffff;
  color: #2b2b35;
}

a.cr-btn.cr-btn-transparent.cr-btn-white {
  color: #ffffff;
}
a.cr-btn.cr-btn-transparent.cr-btn-white:hover {
  background: #ffffff;
  color: #2b2b35;
}

button.cr-btn.cr-btn-transparent.cr-btn-white {
  color: #ffffff;
}
button.cr-btn.cr-btn-transparent.cr-btn-white:hover {
  background: #ffffff;
  color: #2b2b35;
}

.cr-btn.cr-btn-transparent.cr-btn-black {
  color: #2b2b35;
}
.cr-btn.cr-btn-transparent.cr-btn-black:hover {
  background: #2b2b35;
  color: #ffffff;
}

a.cr-btn.cr-btn-transparent.cr-btn-black {
  color: #2b2b35;
}
a.cr-btn.cr-btn-transparent.cr-btn-black:hover {
  background: #2b2b35;
  color: #ffffff;
}

button.cr-btn.cr-btn-transparent.cr-btn-black {
  color: #2b2b35;
}
button.cr-btn.cr-btn-transparent.cr-btn-black:hover {
  background: #2b2b35;
  color: #ffffff;
}

.cr-btn.cr-loadmore-btn {
  padding: 12px 25px;
  letter-spacing: 1.8px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.cr-btn.cr-loadmore-btn:hover {
  background: var(--color-main);
  border-color: var(--color-main);
}

a.cr-btn.cr-loadmore-btn {
  padding: 12px 25px;
  letter-spacing: 1.8px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
}
a.cr-btn.cr-loadmore-btn:hover {
  background: var(--color-main);
  border-color: var(--color-main);
}

button.cr-btn.cr-loadmore-btn {
  padding: 12px 25px;
  letter-spacing: 1.8px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
}
button.cr-btn.cr-loadmore-btn:hover {
  background: var(--color-main);
  border-color: var(--color-main);
}

.navbar .nav-item:hover .nav-link {
  color: #ffffff !important;
}

.input-box {
  position: relative;
}
.input-box i {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ced4da;
}
.input-box svg {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ced4da;
}
.input-box input {
  border-radius: 1.5rem;
  font-size: 0.8rem;
}

#estimates-right {
  border: 1px solid var(--color-main);
  border-radius: 2px;
  padding-top: 0px !important;
}
#estimates-right .container {
  padding: 0;
}
#estimates-right .title-3 {
  background-image: linear-gradient(to right, #FAB560, var(--color-main));
  color: #ffffff;
  padding: 10px;
  font-size: 0.9rem;
  font-weight: bold;
}

.stip {
  color: #555;
  padding: 5px;
  border: 1px solid var(--color-main);
  border-radius: 0px;
  background: #F9F9F9;
  text-indent: 10px;
}

.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: 700;
}

.main-left {
  min-height: 1500px;
  margin-bottom: 20px;
}
.main-left .content {
  padding-left: 10px;
  padding-right: 10px;
}

.content h2 {
  font-size: 24px;
}
.content h3 {
  font-size: 20px;
}
.content h4 {
  font-size: 18px;
}
.content h5 {
  font-size: 16px;
}
.content h6 {
  font-size: 14px;
}

.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}

.main-right {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.make-me-sticky {
  position: sticky;
  top: 0;
  padding: 0 15px;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-nav li a {
  color: var(--color-main);
}

.widgets:not(.footer-widgets) .widget-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 20px;
}
.widgets:not(.footer-widgets) .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 48px;
  background: #868686;
}
.widgets:not(.footer-widgets) .single-widget {
  margin-bottom: 50px;
}
.widgets:not(.footer-widgets) .single-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}
.widgets:not(.footer-widgets) .single-widget ul li {
  list-style: none;
}
.widgets:not(.footer-widgets) .single-widget:last-child {
  margin-bottom: 0;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul {
  background: #f7f7f7;
  padding: 20px;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  line-height: 22px;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li + li {
  margin-top: 23px;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li:before {
  content: "ï‚™";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-main);
  font-size: 16px;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li p {
  margin-bottom: 0;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .tweet {
  font-size: 13px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .tweet a {
  color: var(--color-main);
  display: inline-block;
  padding-right: 4px;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .tweet a:hover {
  opacity: 0.7;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .timePosted {
  font-weight: 700;
  font-size: 13px;
  line-height: 26px;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .timePosted a {
  color: #666666;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .timePosted a:hover {
  color: var(--color-main);
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .interact {
  display: none;
}
.widgets:not(.footer-widgets) .widget-popular-post ul {
  margin-bottom: 0;
  padding-left: 0;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li {
  list-style: none;
  position: relative;
  min-height: 58px;
  border-top: 1px solid #f5f5f5;
  padding: 20px 0;
  padding-left: 100px;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li .widget-popular-thumb {
  position: absolute;
  display: inline-block;
  width: 85px;
  left: 0;
  top: 20px;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li .widget-popular-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 179, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  backface-visibility: hidden;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li .widget-popular-thumb::after {
  content: "ïƒ";
  font-family: "fontAwesome";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  font-size: 16px;
  transform: translate(-50%, -50%);
  margin-top: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  backface-visibility: hidden;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li h6 {
  margin-top: -2px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #2b2b35;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li h6 a {
  color: #2b2b35;
  display: block;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li h6 a:hover {
  color: var(--color-main);
}
.widgets:not(.footer-widgets) .widget-popular-post ul li span {
  color: #666666;
  font-style: italic;
  font-size: 11px;
  display: inline-block;
  line-height: 1.1;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li:first-child .widget-popular-thumb {
  top: 0;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li:last-child {
  padding-bottom: 0;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li:hover .widget-popular-thumb::before {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li:hover .widget-popular-thumb::after {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.widgets:not(.footer-widgets) .widget-categories ul li a {
  display: block;
  background: #f7f7f7;
  font-size: 14px;
  color: #666666;
  padding: 15px 0;
  padding-left: 25px;
  padding-right: 10px;
  border-top: 1px solid #ebebeb;
}
.widgets:not(.footer-widgets) .widget-categories ul li a:hover {
  color: var(--color-main);
}
.widgets:not(.footer-widgets) .widget-categories ul li:first-child a {
  border-top: none;
}
.widgets:not(.footer-widgets) .widget-archives .widget-archives-inner {
  padding: 20px;
  background: #f7f7f7;
}
.widgets:not(.footer-widgets) .widget-archives .nice-select {
  display: block;
  width: 100%;
  border-radius: 0px;
  border: none;
  padding: 0;
  float: none;
}
.widgets:not(.footer-widgets) .widget-archives .nice-select::after {
  display: none;
}
.widgets:not(.footer-widgets) .widget-archives .nice-select span.current {
  display: block;
  position: relative;
  color: #666666;
  letter-spacing: 1.5px;
  font-size: 12px;
  padding: 0 20px;
}
.widgets:not(.footer-widgets) .widget-archives .nice-select span.current::after {
  content: "ïƒ—";
  font-family: "fontAwesome";
  position: absolute;
  left: auto;
  right: 0;
  bottom: 3px;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  display: inline-block;
  font-size: 18px;
  padding: 0px 12px;
}
.widgets:not(.footer-widgets) .widget-archives .nice-select .list {
  width: 100%;
  border-radius: 0px;
  margin-top: -1px;
  max-height: 280px;
  overflow-y: auto;
}
.widgets:not(.footer-widgets) .widget-archives .nice-select.open span.current::after {
  content: "ïƒ˜";
}
.widgets:not(.footer-widgets) .widget-tags ul {
  background: #f7f7f7;
  padding: 10px 10px 20px 20px;
  font-size: 0;
}
.widgets:not(.footer-widgets) .widget-tags ul li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 9px;
  font-size: 13px;
}
.widgets:not(.footer-widgets) .widget-tags ul li a {
  display: inline-block;
  font-size: 13px;
  color: #666666;
  background: #ffffff;
  padding: 5px 15px;
  border-radius: 3px;
}
.widgets:not(.footer-widgets) .widget-tags ul li a:hover {
  color: #ffffff;
  background: var(--color-main);
}
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner {
  background: #f7f7f7;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 25px;
}
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  font-size: 0;
}
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots li {
  font-size: 12px;
  margin: 0 3px;
  height: 8px;
  width: 8px;
  display: inline-block;
  border-radius: 100px;
  background: #c2c2c2;
  transition: all 0.3s ease-in-out;
}
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots li:hover {
  background: #141414;
}
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots li button {
  display: none;
}
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots li.slick-active {
  background: #141414;
}
.widgets:not(.footer-widgets) .widget-instafeed .sidebar-instafeed-single {
  text-align: center;
}
.widgets:not(.footer-widgets) .widget-instafeed .sidebar-instafeed-single span {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  padding: 22px 15px;
  padding-bottom: 30px;
  display: inline-block;
}

.menu_content_fix {
  position: fixed;
  width: 320px;
  height: 100%;
  right: -320px;
  top: 0px;
  z-index: 999999;
  transition: all 0.4s ease-out 0s;
}

.menu_content_fix_icon {
  text-align: center;
  background: #f6f6f6;
  border-radius: 5px;
  border: 1px solid #ccc;
  opacity: 0.8;
  position: absolute;
  width: 45px !important;
  height: 45px !important;
  top: 49%;
  left: -50px;
  z-index: 999998;
  display: block;
  overflow: hidden;
}

#demo {
  background-color: #ffffff !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  .h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 30px;
  }

  .h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  .h3 {
    font-size: 24px;
  }

  .about-area-content .cr-btn {
    margin-top: 0;
  }

  .about-area-images {
    margin-top: 30px;
  }
  .about-area-images .large-image {
    margin: inherit;
    float: left;
    margin-right: 30px;
  }
  .about-area-images .small-image {
    margin: inherit;
    float: left;
  }

  .about-page-skill-content {
    width: 90%;
  }
  .about-page-skill-content .progress-bars {
    padding-top: 20px;
  }

  .about-page-skills-image {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
  }

  .pg-about-content p {
    margin-top: 10px;
  }

  .projects-filters {
    margin-bottom: 50px;
    text-align: left;
    justify-content: flex-start;
  }

  .projects-filters-tab {
    margin-bottom: 50px;
    text-align: left;
    justify-content: flex-start;
  }

  .widgets:not(.footer-widgets) {
    margin-top: 20px;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .widgets:not(.footer-widgets) .single-widget {
    margin-bottom: 20px;
    background: #f7f7f7;
    padding: 20px;
    width: 100%;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
  }
  .widgets:not(.footer-widgets) .widget-twitter-feed ul {
    padding: 0;
  }
  .widgets:not(.footer-widgets) .widget-categories ul li a {
    padding-left: 0;
  }
  .widgets:not(.footer-widgets) .widget-archives .widget-archives-inner {
    padding: 0;
  }
  .widgets:not(.footer-widgets) .widget-tags ul {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  .h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  .h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  .h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  .h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  .h5 {
    font-size: 16px;
  }

  .about-area-content .cr-btn {
    margin-top: 0;
  }

  .about-area-images {
    margin-top: 30px;
  }
  .about-area-images .large-image {
    margin: inherit;
    float: left;
    margin-right: 30px;
  }
  .about-area-images .small-image {
    margin: inherit;
    float: left;
  }

  .about-timeline-single .about-timeline-icon {
    max-width: 40px;
    line-height: 40px;
  }

  .about-page-skill-content {
    width: 90%;
  }
  .about-page-skill-content .progress-bars {
    padding-top: 20px;
  }

  .about-page-skills-image {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
  }

  .pg-about-content p {
    margin-top: 0;
    line-height: 28px;
  }
  .pg-about-content h2 {
    font-size: 25px;
  }

  .projects-filters {
    margin-bottom: 30px;
    text-align: left;
    justify-content: flex-start;
    margin-left: -10px;
    text-align: left;
  }
  .projects-filters button {
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 12px 25px;
  }
  .projects-filters button:first-child {
    margin-left: 10px;
  }
  .projects-filters a {
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 12px 25px;
  }
  .projects-filters a:first-child {
    margin-left: 10px;
  }

  .projects-filters-tab {
    margin-bottom: 30px;
    text-align: left;
    justify-content: flex-start;
    margin-left: -10px;
    text-align: left;
  }
  .projects-filters-tab button {
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 12px 25px;
  }
  .projects-filters-tab button:first-child {
    margin-left: 10px;
  }
  .projects-filters-tab a {
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 12px 25px;
  }
  .projects-filters-tab a:first-child {
    margin-left: 10px;
  }

  .single-project .project-tags p {
    display: none;
  }
  .single-project .single-project-content {
    padding: 10px;
  }
  .single-project .single-project-content h5 {
    font-size: 12px;
  }

  .projects-tab-content {
    max-width: 485px;
    margin: 0 auto;
  }

  .widgets:not(.footer-widgets) {
    margin-top: 10px;
  }

  .title-1 h1::before {
    width: 10px;
  }
  .title-1 h1::after {
    width: 10px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 36px;
  }

  .h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  .h2 {
    font-size: 28px;
  }

  .pg-about-content {
    padding: 0;
  }

  .about-page-skill-content > h3 {
    font-size: 21px;
  }

  .sa-projects-slider-active {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-content .cr-btn {
    margin-top: 0;
  }

  .about-area-images .large-image {
    width: 60%;
  }
  .about-area-images .small-image {
    margin-top: -130px;
  }

  .about-page-skill-content {
    width: 85%;
  }
  .about-page-skill-content .progress-bars {
    padding-top: 20px;
  }

  .about-page-skills-image {
    width: 85%;
    margin: 0 auto;
    margin-top: 60px;
  }

  .single-project .single-project-content {
    padding: 20px;
  }
  .single-project .single-project-content h5 {
    font-size: 16px;
  }

  .sa-projects-slider-active.slider-navigation-style-1 {
    padding-bottom: 60px;
  }

  .projects-filters {
    text-align: left;
  }

  .projects-filters-tab {
    text-align: left;
  }

  .widgets:not(.footer-widgets) {
    margin-top: 80px;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .widgets:not(.footer-widgets) .single-widget {
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 30px;
    width: 100%;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
  }
  .widgets:not(.footer-widgets) .widget-twitter-feed ul {
    padding: 0;
  }
  .widgets:not(.footer-widgets) .widget-categories ul li a {
    padding-left: 0;
  }
  .widgets:not(.footer-widgets) .widget-archives .widget-archives-inner {
    padding: 0;
  }
  .widgets:not(.footer-widgets) .widget-tags ul {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-page-skill-content {
    width: 85%;
  }
  .about-page-skill-content .progress-bars {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  #menu .offcanvas {
    visibility: visible;
    position: relative;
    background: none;
    border: none;
    justify-content: end;
    color: #0e173e;
  }
}
@media (max-width: 992px) {
  .offcanvas {
    width: 80vw !important;
    background-color: #fff !important;
  }
  .offcanvas .navbar-nav li a {
    color: rgba(102, 102, 102, 0.85);
  }
  .offcanvas .navbar-nav li.active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .offcanvas .navbar-nav li.active a {
    color: rgba(102, 102, 102, 0.85) !important;
  }

  .offcanvas-body {
    padding: 0;
  }
  .offcanvas-body ul li {
    border-top: 1px solid #ececec;
    border-radius: 0;
  }
  .offcanvas-body ul li a {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .offcanvas-start-lg {
    top: 0;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
  }
}
