@font-face {
  font-family: itc-article;
  src: url("/font/FontsFree-Net-ITCAvantGardeStdBold.ttf");
}
body {
  max-width: 100vw;
  overflow-x: hidden;
}

.text-bg-primary {
  background-color: #07a479;
  color: #fff;
}

.text-bg-light {
  background-color: #fff;
  color: #07a479;
}

.text-primary {
  color: #07a479 !important;
}

.article-cover-photo {
  height: 75vh;
  overflow-y: hidden;
  margin-bottom: 4rem;
}

.page-title {
  font-size: 84px;
  font-weight: 800;
  -webkit-text-stroke: #fff 1px;
  -webkit-text-fill-color: transparent;
  font-family: itc-article;
}

header {
  padding: 1rem 0;
}
header .container .row {
  height: auto;
}
header .container .row .logo {
  align-items: center;
}
header .container .row .logo img {
  height: 100px;
  max-height: -moz-max-content;
  max-height: max-content;
}

.menu {
  padding: 0;
  max-width: 100vw;
}
.menu .container .menu-ul {
  border-bottom: none;
}
.menu .container .menu-ul li {
  text-transform: capitalize;
}
.menu .container .menu-ul li:hover {
  background-color: transparent;
}
.menu .container .menu-ul li a {
  padding: 1.5rem 1.875rem;
  position: relative;
}
.menu .container .menu-ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #00a29a;
  transition: 0.5s ease-in-out;
}
.menu .container .menu-ul li a:hover::after {
  width: 100%;
  transition: 0.5s ease-in-out;
}
.menu .container .menu-ul li a.sub-submenu {
  position: relative;
}
.menu .container .menu-ul li a.sub-submenu::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 65px;
  top: 0;
  left: auto;
  right: 5px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='8.4px' height='14.4px' viewBox='0 0 8.4 14.4' style='enable-background:new 0 0 8.4 14.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:none;stroke:%23000;stroke-width:2;stroke-miterlimit:10;%7D%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='0.7,0.7 7,7 0.7,13.8'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

section.page-banner {
  height: 40vh;
}
section .section-title {
  color: #07a479;
  margin-bottom: 3rem;
  font-weight: 700;
}
section#latest-article .card {
  box-shadow: -4px 2px 21px 4px rgba(0, 0, 0, 0);
  transition: 0.5s ease-in-out;
}
section#latest-article .card .img-div {
  position: relative;
  height: 250px;
}
section#latest-article .card.active {
  transform: scale(1.2);
  position: absolute;
  z-index: 999;
  transition: transform 0.5s ease-in-out;
}
section#latest-article .card.active img {
  position: absolute;
  box-shadow: -1px 6px 8px 1px rgba(0, 0, 0, 0.75);
}
section#latest-article .card.active img:first-child {
  top: -20px;
  left: -10px;
  max-height: 250px;
  width: auto;
  transition: 0.5s ease-in-out;
}
section#latest-article .card.active img:nth-child(2) {
  top: -10px;
  right: -10px;
  width: 150px;
  transition: 0.5s ease-in-out;
}
section#latest-article .card.active img:last-child {
  bottom: 0;
  right: 10px;
  width: 60%;
  transition: 0.5s ease-in-out;
}
section#latest-article .card.active::after {
  content: "";
  position: absolute;
  bottom: -50px;
  height: 35px;
  width: 100%;
  border-radius: 75%;
  background-image: radial-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  transition: 0.5s ease-in-out;
}
section#latest-article .card:not(.active) {
  position: relative;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
section#latest-article .card:not(.active) .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  transition: 0.5s ease-in-out;
}
section#latest-article .card:not(.active) img {
  position: absolute;
  box-shadow: -1px 6px 8px 1px rgba(0, 0, 0, 0.75);
}
section#latest-article .card:not(.active) img:first-child {
  top: 0px;
  left: 0px;
  max-height: 250px;
  width: auto;
  transition: 0.5s ease-in-out;
}
section#latest-article .card:not(.active) img:nth-child(2) {
  top: 0px;
  right: 0px;
  width: 150px;
  transition: 0.5s ease-in-out;
}
section#latest-article .card:not(.active) img:last-child {
  bottom: 0;
  right: 0px;
  width: 60%;
  transition: 0.5s ease-in-out;
}
section#latest-article .card:not(.active)::after {
  content: "";
  position: absolute;
  bottom: -50px;
  height: 35px;
  width: 100%;
  border-radius: 75%;
  background-image: radial-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  opacity: 0;
  transition: 0.5s ease-in-out;
}
section#latest-article .card:not(.active):hover {
  transform: scale(1.2);
  box-shadow: -4px 2px 21px 4px rgba(0, 0, 0, 0.85);
  transition: 0.5s ease-in-out;
  position: absolute;
  z-index: 999;
  transition: 0.5s ease-in-out;
}
section#latest-article .card:not(.active):hover .overlay {
  background-color: rgba(0, 0, 0, 0);
  display: none;
  transition: 0.5s ease-in-out;
}
section#latest-article .card:not(.active):hover::after {
  content: "";
  position: absolute;
  bottom: -50px;
  height: 35px;
  width: 100%;
  border-radius: 75%;
  background-image: radial-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  opacity: 1;
  transition: 0.5s ease-in-out;
}
section#latest-article .card:not(.active):hover img {
  position: absolute;
  box-shadow: -1px 6px 8px 1px rgba(0, 0, 0, 0.75);
}
section#latest-article .card:not(.active):hover img:first-child {
  top: -20px;
  left: -10px;
  max-height: 250px;
  width: auto;
  transition: 0.5s ease-in-out;
}
section#latest-article .card:not(.active):hover img:nth-child(2) {
  top: -10px;
  right: -10px;
  width: 150px;
  transition: 0.5s ease-in-out;
}
section#latest-article .card:not(.active):hover img:last-child {
  bottom: 0;
  right: 10px;
  width: 60%;
  transition: 0.5s ease-in-out;
}
section#latest-article .card.latest {
  box-shadow: -4px 2px 21px 4px rgba(0, 0, 0, 0.85);
  transition: 0.5s ease-in-out;
}
section#latest-article .card.latest:not(.active) {
  box-shadow: -4px 2px 21px 4px rgba(0, 0, 0, 0);
  transition: 0.5s ease-in-out;
}
section#photo-gallery h2 {
  color: #fff;
}
section#photo-gallery .row .active img {
  transform: scale(1.25);
}

footer {
  font-size: 1rem;
  color: #fff;
  background-color: #1f1f1f;
}
footer #sitemap {
  list-style: none;
  padding-left: 0;
}
footer #sitemap li {
  padding: 0.5rem 0;
}
footer #sitemap li i {
  color: #00a29a;
}
footer hr {
  border-color: #00a29a;
}

@media only screen and (max-width: 991px) {
  section#latest-article .card:not(.latest) {
    display: none;
  }
  section#latest-article .card.active {
    transform: scale(1);
    position: relative;
    transition: transform 0.5s ease-in-out;
  }
  section#latest-article .card.active img {
    position: absolute;
    box-shadow: -1px 6px 8px 1px rgba(0, 0, 0, 0.75);
  }
  section#latest-article .card.active img:first-child {
    top: -20px;
    left: -10px;
    max-height: 250px;
    width: auto;
    transition: 0.5s ease-in-out;
  }
  section#latest-article .card.active img:nth-child(2) {
    top: -10px;
    right: -10px;
    width: 150px;
    transition: 0.5s ease-in-out;
  }
  section#latest-article .card.active img:last-child {
    bottom: 0;
    right: 10px;
    width: 60%;
    transition: 0.5s ease-in-out;
  }
  section#latest-article .card.active::after {
    content: "";
    position: absolute;
    bottom: -50px;
    height: 35px;
    width: 100%;
    border-radius: 75%;
    background-image: radial-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    transition: 0.5s ease-in-out;
  }
  section#latest-article .card.latest .card-img-top {
    position: relative;
    box-shadow: none;
  }
}/*# sourceMappingURL=main.css.map */