.top-header {
  background: #017e84;
  padding: 0.5em 0;
  padding-left: 3em;
  padding-right: 3em;
  color: #fff;
}
.top-header p {
  margin-bottom: 0;
}
.top-header a {
  color: #fff;
}
.top-header a:hover {
  color: #000;
}
.top-header i {
  margin-right: 5px;
}
.top-header .top-header-right ul.social-icons {
  margin: 0;
  padding: 0;
  text-align: right;
}
.top-header .top-header-right ul.social-icons li {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  transition: all 0.2s ease-in-out;
  font-size: 15px;
}

.top-menu {
  border-bottom: 5px solid #017e84;
}
.top-menu .nav-link {
  display: block;
  margin: 18px 14px;
  transition: 0.5s;
  position: relative;
  color: black !important;
  font-size: 20px;
  font-weight: 500;
}
.top-menu .logo {
  max-height: 90px;
}

.top-menu.navbar-scrolled {
  transition: 0.5s;
}
.top-menu.navbar-scrolled .nav-link {
  color: white !important;
}
.top-menu.navbar-scrolled .logo {
  filter: hue-rotate(-169deg) invert(1);
}

.carousel-text {
  background-color: rgba(0, 56, 59, 0.8);
}

.navbar-scrolled {
  background-color: rgba(0, 56, 59, 0.8);
}

.footer {
  background-color: rgba(0, 56, 59, 0.8);
  color: white;
}
.footer .footer-top {
  padding: 65px 0 73px;
}
.footer .footer-top .footer-logo img {
  filter: hue-rotate(-169deg) invert(1);
  max-height: 90px;
}
.footer .footer-top .footer-cont .footer-cont-icon {
  clear: both;
  float: left;
  font-size: 18px;
  margin-right: 12px;
}
.footer .footer-top .footer-links-title {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.footer .footer-bottom {
  padding: 26px 0 24px;
  position: relative;
}
.footer .footer-bottom .copy-right-text {
  color: white;
}
.footer .footer-bottom .copy-right-text p {
  margin: 0;
  padding: 0;
}
.footer .footer-bottom .footer-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.footer .footer-bottom .footer-menu ul li {
  display: inline-block;
  list-style: none;
}
.footer .footer-bottom .footer-menu ul li a {
  padding: 0 10px;
  display: block;
  text-decoration: none;
  color: white;
}
.footer .footer-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.3803921569);
  height: 1px;
  width: 61%;
  left: 0;
  right: 0;
  margin: auto;
}

.box {
  background: #fff;
  background-image: linear-gradient(#017e84, #017e84);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.4s;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.box:hover {
  background-size: 100% 100%;
}
.box:hover a {
  color: #fff;
}
.box:hover .box-content {
  color: #fff;
}
.box:hover .box-image .product-ico {
  filter: brightness(0) invert(1);
}
.box:hover .btn.btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #017e84;
}
.box:hover .btn.btn-primary a {
  color: #017e84;
}
.box a {
  text-decoration: none;
  color: black;
  transition: 0.4s;
}
.box .box-content {
  padding: 2em;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
.box .box-content .box-image .product-ico {
  height: 80px;
  transition: 0.4s;
}
.box .box-content .box-body .box-header {
  text-transform: uppercase;
  font-size: 1.4em;
}
.box .box-content .box-body .box-text {
  text-align: justify;
}
.box .box-content:before {
  background: #017e84;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  content: "";
  z-index: -1;
  transition: 0.5s;
}

.btn {
  transition: 0.4s;
}
.btn.btn-primary {
  background-color: #017e84;
  border-color: #017e84;
  color: white;
}
.btn.btn-primary a {
  color: white;
}

body {
  font-family: "Livvic", sans-serif;
  font-weight: 400;
}/*# sourceMappingURL=site.css.map */