.main-container-inner {
  color: #00302c;
}

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

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

.w3-theme-l5 {
  color: #00302c !important;
/*  background-color: #dafffc !important; */
  background-color: #ebfffd !important;
}

.w3-theme-l4 {
  color: #00302c !important;
  background-color: #ebfffd!important;
}
#ebfffd

.w3-theme-l3 {
  color: #00302c !important;
  background-color: #6efff1 !important;
}

.w3-theme-l2 {
  color: #00302c !important;
  background-color: #26ffe9 !important;
}

.w3-theme-l1 {
  color: #fcffff !important;
  background-color: #00dcc6 !important;
}

.w3-theme-d1 {
  color: #fcffff !important;
  background-color: #008578 !important;
}

.w3-theme-d2 {
  color: #fcffff !important;
  background-color: #00766a !important;
}

.w3-theme-d3 {
  color: #fcffff !important;
  background-color: #00685d !important;
}

.w3-theme-d4 {
  color: #fcffff !important;
/*  background-color: #005950 !important; */
	background-color: #ebfffd !important;
}

.w3-theme-d5 {
  color: #fcffff !important;
  background-color: #004a43 !important;
}

.w3-theme-light {
  color: #00302c !important;
  background-color: #e9fffd !important;
}

.w3-theme-dark {
  color: #fcffff !important;
  background-color: #004a43 !important;
}

.w3-theme-action {
  color: #fcffff !important;
  background-color: #004a43 !important;
}

.w3-theme,
.close-nav,
.mobile-nav {
  color: #fcffff !important;
  background-color: #009688 !important;
}

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

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

.w3-hover-theme:hover {
  color: #fcffff !important;
  background-color: #009688 !important;
}

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

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

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

.w3-hover-over:hover,
.w3-button:hover {
  background-color: #b7fff8 !important;
  color: #004a43 !important;
}

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

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

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

}

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

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

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

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

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

  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, .30);
}
