body.main-body {
  background: #fff;
}

.container {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

/** 
========= Header ============== */
.header-wrap {
  padding: 0.8rem 0 0;
}

.top-bar {
  background-color: #008c64;
  color: #fff;
  padding: 0.8rem 0 0.6rem;
}

.top-bar .p-badge {
  background: #f8da17;
  min-width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  color: #008c64;
}
.site-logo {
  margin-right: 1em;
}

.site-title {
  font-size: 1.6rem;
}

.site-title a {
  color: #000;
}

.site-title a:hover {
  color: #008c64;
}

/** 
========= Hero ============== */
.hero {
  position: relative;
  padding: 6rem 0 6rem;
  background-image: url("../images/maputo-bay-view.jpg");
  background-size: cover;
  background-position: center center;
}

.hero.page-header {
  padding: 4rem 0 3rem;
}

.hero-overlay {
  background-color: #000000;
  opacity: 0.45;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.hero-content {
  position: relative;
  color: #fff;
  z-index: 999;
}

.hero-content .tagline {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3.1px;
}

.hero-content .portal-title,
.hero-content .page-title {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1em;
  margin-bottom: 1.5rem;
}

.hero-content .search-container .p-inputgroup {
  position: relative;
  border-width: 1px 1px 1px 1px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  overflow: hidden;
  min-height: 42px;
}

.hero-content .p-inputtext {
  padding: 0.5rem 1rem;
}

.hero .p-button {
  padding: 0.8rem 1rem;
  border-radius: 0;
}

.hero .p-inputgroup button:first-child {
  border-radius: 0;
}

/** 
========= Utils ============== */
.utils-bar {
  position: relative;
  margin-top: -60px;
  margin-bottom: 2rem;
}

.utils-bar .utils-content {
  background-color: #f8da17;
}

.utils-bar .grid {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.util-box {
  border-right: 1px solid #008c64;
}

.util-box.last {
  border: none;
}

.util-box i {
  display: block;
  font-size: 2rem;
  text-align: center;
  color: #008c64;
}

.util-box .util-box-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0.8rem 0 0;
}

.util-box a {
  color: #008c64;
}

/** 
========= Services ============== */
.service-category i {
  display: block;
  color: #008c64;
  font-size: 4rem;
  text-align: center;
}

.category-title {
  text-align: center;
  color: #008c64;
  font-size: 1.2rem;
}

.service-list {
  list-style: none;
  padding: 0 0 0 0.2rem;
  /* border-left: 1px solid #008c64; */
}

.service-list a {
  color: #54595f;
}

.service-list a:hover {
  color: #008c64;
}

.service-list li {
  margin-bottom: 1.1rem;
}

.service-list-icon {
  margin-right: 8px;
}

/** 
========= Sidebar ============== */
.sidebar {
  background-color: #f5f5f5;
  padding-top: 2rem;
}

.sidebar h4 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #008c64;
  line-height: 1.8;
  border-bottom: 1px solid #008c64;
}

.sidebar h4 i {
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 5px;
}
.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-details li {
  margin: 10px 5px;
}

.contact-details li i {
  color: #008c64;
  margin-right: 5px;
  font-weight: 600;
}

/** 
========= Footer ============== */
.site-footer {
  background-color: #008c64;
  color: #fff;
}

.footer-widgets {
  padding: 4rem 0 2rem;
}

.footer-widgets .footer-widget-title {
  font-weight: 600;
}

.footer-widgets .social-icons i {
  font-size: 1.5rem;
  margin-right: 10px;
}

.footer-widgets a {
  color: #fff;
}

.footer-widgets a:hover {
  color: #5ec579;
}

.footer-widgets ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.footer-widgets ul li {
  border-bottom: 1px solid #5ec579;
  padding: 2px;
}

.footer-widgets .p-button {
  background-color: #f8da17;
  border-color: #f8da17;
  color: #008c64;
}

.site-footer .copyright {
  background-color: #000;
  padding: 1.5rem 0;
  color: #999;
}

hr {
  border-top: 1px solid #e4e5e5;
}
