body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #4c4c4c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #222;
}

strong {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #222;
}

.navbar-toggler {
  background-color: #00913e;
}

h1.header {
  padding: 20px 0;
  font-size: 24px;
}

h2.header {
  font-size: 20px;
}

header .bg-transparent {
  padding-top: 18px;
  padding-bottom: 18px;
}

header .navbar-brand {
  color: #fff !important;
  display: flex;
  flex-direction: row;
  align-items: center;
}

header .navbar-brand h1 {
  color: #00913e;
  font-size: 28px;
  margin: 0 0 0 10px;
  line-height: 40px;
}

header .navbar-brand img {
  height: 50px;
}

header .navbar-nav .nav-item {
  margin: 0 8px;
}

header .navbar-nav .nav-item .nav-link {
  color: #00913e;
  text-transform: uppercase;
}

header .navbar-nav .nav-item .nav-link:hover {
  color: rgb(0, 16, 51);
}

section.block {
  padding: 40px 0;
}

.home .slide {
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home .slide-1 {
  background: linear-gradient(72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%),
    url("../img/slide1.jpg") center no-repeat;
  background-size: cover;
}

.home .slide-2 {
  background: linear-gradient(72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%),
    url("../img/slide2.jpg") no-repeat;
  background-size: cover;
}

.home .slide-3 {
  background: linear-gradient(72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%),
    url("../img/slide3.jpg") no-repeat;
  background-size: cover;
}

.home .slide-4 {
  background: linear-gradient(72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%),
    url("../img/slide4.jpg") no-repeat;
  background-size: cover;
}

.home .slide-5 {
  background: linear-gradient(72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%),
    url("../img/slide5.jpg") no-repeat;
  background-size: cover;
}

section.home .slide h1,
section.about .slide h1,
section.contact .slide h1,
section.partnership .slide h1,
section.projects .slide h1,
section.services .slide h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  color: #fff;
  margin-bottom: 30px;
}

section.home .slide p,
section.about .slide p,
section.contact .slide p,
section.partnership .slide p,
section.projects .slide p,
section.services .slide p {
  font-style: normal;
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}

section.home .slide p.small,
section.contact .slide p.small {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: normal;
}

section.home .slide a {
  background: #D82025;
  border-radius: 10px;
  display: block;
  padding: 14px 42px;
  width: 200px;
  color: #fff;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

section.contact h3 {
  margin-bottom: 30px;
}

section.contact form {
  margin: 0 auto;
}

section.contact form input,
section.contact form select,
section.contact form textarea {
  background: #ffffff;
  border: 0.5px solid #7e7e7f;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}

section.contact form label {
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 0.02em;
  color: #000000;
  opacity: 0.7;
}

section.service-highlight {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url('../img/service-highlight.jpeg') bottom no-repeat;
  background-size: cover;
  margin-top: 20px;
  height: 628px;
  color: #fff;
}

section.service-highlight h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 76px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: #fff;
}

section.service-highlight p {
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0.02em;
  opacity: 0.7;
  margin-bottom: 30px;
}

section.contact form textarea {
  min-height: 188px;
}

section.contact form button {
  background: #D82025;
  border-radius: 10px;
  display: block;
  padding: 14px 42px;
  width: 177px;
  border: 0;
  margin: 0 auto;
  color: #fff;
}

section.contact .form-row {
  margin-bottom: 25px;
}

section.about .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%),
    url("../img/slide2.jpg") no-repeat;
  background-size: cover;
  min-height: 600px;
}

section.home .hr {
  background: #eee;
  height: 1px;
  margin-top: 30px;
}

.service-highlight .service {
  margin-bottom: 10px;
}

.service-highlight .service h4 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.service-highlight .service p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 20px;
}

.read-more {
  font-weight: 400;
  padding: 10px 20px 8px 20px;
  border: 1px solid #eeeeee;
  border-right: 3px solid #a91605;
  font-size: 11px;
  display: block;
  width: 120px;
  text-align: center;
  text-transform: uppercase;
  color: #222;
}

.read-more:hover {
  background: #a91605;
  color: #fff;
  text-decoration: none;
}

section.block {
  padding: 40px 0;
}

section.contact .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%),
    url("../img/contact.jpg") no-repeat;
  background-size: cover;
  min-height: 600px;
}

section.partnership .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%),
    url("../img/partnership.jpg") no-repeat;
  background-size: cover;
  min-height: 600px;
}

section.projects .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%),
    url("../img/slide3.jpg") no-repeat;
  background-size: cover;
  min-height: 600px;
}

section.services .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%),
    url("../img/slide1.jpg") bottom no-repeat;
  background-size: cover;
  min-height: 600px;
}

section.services ul>li>ul>li {
  font-weight: normal;
}

section.services ul li {
  line-height: 30px;
}

.core-value {
  background: #ffffff;
  border-radius: 30px;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 10px 50px rgba(10, 55, 32, 0.1);
  margin-bottom: 15px;
}

.core-value * {
  margin: 15px 0;
}

.core-value-active {
  border: 1px solid #D82025;
}

.services a {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 0;
  background: #fff;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 15px;
}

.services a:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.services a h6 {
  color: #007bff;
  font-size: 20px;
}

footer {
  background-color: #fff;
  font-style: normal;
  text-align: center;
}

footer .brand h1 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}

footer .brand h1 span {
  color: #ffc479;
}

footer .top {
  padding: 60px 0;
  font-size: 14px;
  background-color: #068C46;
}

footer .top .newsletter h4 {
  margin-bottom: 0;
}

footer .top .newsletter h3 {
  color: #fff;
}

footer .top .newsletter form {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
}

footer .top .newsletter form input {
  padding: 6px;
  border: 0;
  border-radius: 3px 0 0 3px;
  flex-grow: 1;
  width: 100%;
  background: #fff;
}

footer .top .newsletter form input:focus {
  outline: none;
}

footer .top .newsletter form button {
  border: 0;
  background-color: #ffc479;
  border-radius: 0 3px 3px 0;
  flex-basis: 100px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

footer .inquiries {
  color: #fff;
}

footer h4 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

footer ul {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin: 0;
}

footer ul li {
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  margin: 10px;
}

footer dl dd a {
  display: block;
  color: #fff;
  font-size: 16px;
}

footer dl dd a:hover {
  color: #ffc479;
}

footer svg {
  height: 20px;
  margin: 0 auto;
  display: block;
  fill: #fff;
}

footer .bottom {
  padding: 40px 0;
  background: #005B31;
}

footer .bottom p {
  color: #ccd2d5;
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
}

footer a.brand {
  display: flex;
  flex-direction: column;
  align-items: left;
}

footer a.brand:hover {
  text-decoration: none;
}

footer a.brand img {
  height: 60px;
  width: 60px;
  border: 10px solid #fff;
  border-radius: 4px;
  margin-bottom: 10px;
}

footer a.brand h1 {
  font-size: 20px;
  margin: 0;
  color: #fff;
}

footer .top p {
  color: #fff;
}

footer .bottom ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

footer .bottom ul li a {
  color: #fff;
  font-size: 14px;
}

@media (min-width: 1200px) {
  footer {
    text-align: left;
  }
}