.main-container-inner {
  color: #1b2327;
}

#copyright p,
#copyright a {
  color: #fdfdfe;
}

#main-container .main-box > div {
  background-color: #fdfdfe;
}

.w3-theme-l5 {
  color: #28353b !important;
  background-color: #f5f7f8 !important;
}

.w3-theme-l4 {
  color: #28353b !important;
  background-color: #dfe5e8 !important;
}

.w3-theme-l3 {
  color: #28353b !important;
  background-color: #becbd2 !important;
}

.w3-theme-l2 {
  color: #28353b !important;
  background-color: #9eb1bb !important;
}

.w3-theme-l1 {
  color: #fdfdfe !important;
  background-color: #7d97a5 !important;
}

.w3-theme-d1 {
  color: #fdfdfe !important;
  background-color: #57707d !important;
}

.w3-theme-d2 {
  color: #fdfdfe !important;
  background-color: #4d636f !important;
}

.w3-theme-d3 {
  color: #fdfdfe !important;
  background-color: #435761 !important;
}

.w3-theme-d4 {
  color: #fdfdfe !important;
  background-color: #3a4b53 !important;
}

.w3-theme-d5 {
  color: #fdfdfe !important;
  background-color: #141a1d !important;
}

.w3-theme-light {
  color: #28353b !important;
  background-color: #f5f7f8 !important;
}

.w3-theme-dark {
  color: #fdfdfe !important;
  background-color: #141a1d !important;
}

.w3-theme-action {
  color: #fdfdfe !important;
  background-color: #141a1d !important;
}

.w3-theme,
.close-nav,
.mobile-nav {
  color: #fdfdfe !important;
  background-color: #607d8b !important;
}

.w3-text-theme {
  color: #607d8b !important;
}

.w3-border-theme {
  border-color: #607d8b !important;
}

.w3-hover-theme:hover {
  color: #fdfdfe !important;
  background-color: #607d8b !important;
}

.w3-hover-text-theme:hover {
  color: #607d8b !important;
}

.w3-hover-border-theme:hover {
  border-color: #607d8b !important;
}

/* custom work */
.w3-active-pager {
  background-color: #f5f7f8 !important;
}

.w3-hover-over:hover,
.w3-button:hover {
  background-color: #d5dee2 !important;
  color: #141a1d !important;
}

/* button animation  */
@keyframes btnBorderAnimation {
  0% {
    width: 0;
    height: 0;
    border-bottom-color: #a3aeb8;
  }

  99.9999% {
    width: 100%;
    height: 100%;
    border-bottom-color: #a3aeb8;
  }

  100% {
    width: 0;
    height: 0;
    border-bottom-color: transparent;
  }

}

/* Border animation  */
@keyframes borderLeftColors {
  0% {
    width: 0;
    height: 0;
    border-top-color: #a3aeb8;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  50% {
    width: 100%;
    height: 0;
    border-top-color: #a3aeb8;
    border-right-color: #a3aeb8;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  99.9999% {
    width: 100%;
    height: 100%;
    border-top-color: #a3aeb8;
    border-right-color: #a3aeb8;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  100% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

}

@keyframes borderRightColors {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #a3aeb8;
    border-left-color: transparent;
  }

  50% {
    width: 100%;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #a3aeb8;
    border-left-color: #a3aeb8;
  }

  99.9999% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #a3aeb8;
    border-left-color: #a3aeb8;
  }

  100% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

}

#footer-container .footer-box>div.animate-border:hover {
  box-shadow: 0 25px 57px 0 rgba(255, 255, 255, .25);
}
