.main-container-inner {
  color: #0c3546;
}

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

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

.w3-theme-l5 {
  color: #071f29 !important;
  background-color: #f8fcfe !important;
}

.w3-theme-l4 {
  color: #071f29 !important;
  background-color: #e7f5fb !important;
}

.w3-theme-l3 {
  color: #071f29 !important;
  background-color: #d0ecf7 !important;
}

.w3-theme-l2 {
  color: #071f29 !important;
  background-color: #b8e2f3 !important;
}

.w3-theme-l1 {
  color: #071f29 !important;
  background-color: #a1d9ef !important;
}

.w3-theme-d1 {
  color: #071f29 !important;
  background-color: #69c2e6 !important;
}

.w3-theme-d2 {
  color: #fbfefe !important;
  background-color: #4ab6e0 !important;
}

.w3-theme-d3 {
  color: #fbfefe !important;
  background-color: #2aa9db !important;
}

.w3-theme-d4 {
  color: #fbfefe !important;
  background-color: #2092bf !important;
}

.w3-theme-d5 {
  color: #fbfefe !important;
  background-color: #1b7a9f !important;
}

.w3-theme-light {
  color: #071f29 !important;
  background-color: #f8fcfe !important;
}

.w3-theme-dark {
  color: #fbfefe !important;
  background-color: #1b7a9f !important;
}

.w3-theme-action {
  color: #fbfefe !important;
  background-color: #1b7a9f !important;
}

.w3-theme,
.close-nav,
.mobile-nav {
  color: #071f29 !important;
  background-color: #87ceeb !important;
}

.w3-text-theme {
  color: #87ceeb !important;
}

.w3-border-theme {
  border-color: #87ceeb !important;
}

.w3-hover-theme:hover {
  color: #071f29 !important;
  background-color: #87ceeb !important;
}

.w3-hover-text-theme:hover {
  color: #87ceeb !important;
}

.w3-hover-border-theme:hover {
  border-color: #87ceeb !important;
}

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

.w3-hover-over:hover,
.w3-button:hover {
  background-color: #f8fcfe !important;
  color: #1b7a9f !important;
}

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

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

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

}

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

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

  99.9999% {
    width: 100%;
    height: 100%;
    border-top-color: #87ceeb;
    border-right-color: #87ceeb;
    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: #87ceeb;
    border-left-color: transparent;
  }

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

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

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

}
