body {
  font-family: "Poppins", sans-serif;
}

.btn-primary {
  color: #fff;
  background-color: #3c9052;
  border-color: #3c9052;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2f7343;
  border-color: #2f7343;
}

.text-green {
  color: #2f7343;
}

/*** Navigation ***/
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 1);
}

.active a {
  color: #3c9052 !important;
  font-weight: 600;
}

/**** Home ***/
#home {
  background-image: url("../images/bg_2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 75px;
}
#home .content {
  margin-top: 7rem;
  margin-bottom: 8rem;
}
#home h1 {
  font-size: 42pt;
  font-weight: 600;
}

#home h2 {
  font-size: 30pt;
}

#home .btn-primary {
  color: #000;
  background-color: #ffe81c;
  border-color: #ffe81c;
  font-weight: 500;
}

#home .btn-primary:hover {
  background-color: #e7d219;
  border-color: #e7d219;
}

@media (min-width: 992px) {
  .navbar {
    padding: 0.5rem 3rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

/*** Features ***/
#features {
  padding: 4rem 0;
}

.section-desc {
  margin-bottom: 10px;
}

.section-desc span {
  font-size: 12px;
  background-color: #3f964f;
  padding: 4px 10px;
  color: #fff;
}

p.desc {
  margin: 0 auto;
  width: 75%;
}

.item-features {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.item-desc {
  font-size: 14px;
  color: #484948;
  margin-bottom: 15px;
}

a.item-read-more {
  font-size: 14px;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
  color: #3f964f;
}

a.item-desc:hover {
  color: #000000;
}

/*** Services ***/
#services {
  padding: 4rem 0;
  background: #0c1d0f;
}

#services .title-content h1 {
  color: #fff;
}

#services .title-content p {
  color: #4db35f;
}

.icon-wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #000;
  padding: 21px;
  margin-bottom: 15px;
}

.item-services {
  background: #040b05;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 10px 10px #1a3c20;
  margin-top: 30px;
}

#services .item-title {
  color: #4db35f;
  font-weight: 500;
}

#services .item-desc {
  color: #babbba;
}

/*** Clients ***/
#clients {
  padding: 4rem 0;
  background: #fff;
}

/*** Contact ***/
#contact {
  padding: 4rem 0 2rem;
}
.s-contact {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f0000;
  color: #fff;
  position: relative;
}

.form-bg {
  background-color: rgba(17, 17, 17, 0.7);
}

.info-bg {
  border: 1px solid #111111;
  background: #111111;
}

.s-contact-content {
  max-width: 1000px;
  margin: 0 auto;
  height: auto;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  padding-top: 4%;
  padding-bottom: 5%;
}

.s-contact-content h1 {
  font-size: 3.5rem;
}

.s-contact-content h3 {
  line-height: 2.5rem;
}

.contact-info {
  padding: 40px;
}

.s-title {
  font-family: "montserrat", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  position: relative;
  margin-top: 0;
  margin-bottom: 3rem;
  margin-left: 0px;
  color: #fff227;
}

.c-info {
  font-size: 16px;
  margin-bottom: 20px;
  color: #00ad5e;
  font-family: "montserrat", sans-serif;
}

.c-address,
.c-email {
  padding-bottom: 40px;
}

.s-contact-content p,
.s-contact-content p a {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7rem;
}

.contact-social {
  list-style: none;
  display: inline-block;
  margin: 0;
  font-size: 2rem;
  padding-left: 0;
}

.contact-social li {
  margin-right: 15px;
  padding-left: 0;
  display: inline-block;
}

.contact-social li a {
  color: #fff;
}

.contact-social li a .fa {
  font-size: 18px;
}

.contact-form {
  padding: 40px;
}

input[type="text"],
input[type="email"],
textarea {
  display: block;
  height: 6rem;
  padding: 1.5rem 0;
  border: 0;
  outline: none;
  color: #333;
  font-family: "montserrat-light", sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  max-width: 100%;
  background: transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-form input[type="email"],
.contact-form input[type="text"],
.contact-form textarea {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  margin-bottom: 0.9rem;
}

.contact-form input.form-control {
  font-size: 15px !important;
  padding-top: 0;
  padding-bottom: 6px;
  height: 50px;
  border-bottom-color: #252525;
}

.form-control:focus,
.form-control:active {
  background-color: transparent !important;
  box-shadow: none;
  border-color: #00ad5e;
}

.txt-ara {
  background: transparent;
  border: none;
  border-bottom: 1px solid #727272;
  padding: 0;
}

.form-group {
  margin-bottom: 2rem;
}

.overlay-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #ffffff;
}

.shadow-overlay-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

/*** Back to top ***/
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  border-radius: 50%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.back-to-top h5 {
  transform: rotate(90deg);
  transform-origin: top;
  position: relative;
  bottom: 20px;
  left: 28px;
  margin-left: -30px;
  color: #fff;
  background: #040b05;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
}

.back-to-top h5:hover {
  text-decoration: none;
}

.copyright {
  font-size: 14px;
  font-weight: 100;
  color: #a2bda9;
}

.text-primary {
  color: #00ad5e !important;
}

.lead {
  float: left;
  width: 100%;
  overflow: hidden;
  font-weight: 400;
}
p.more {
  font-size: 12px;
  cursor: pointer;
  color: #4db35f !important;
}
p.more:hover {
  color: #ffe81c !important;
}

.error {
  font-size: 12px;
  color: #d21212eb;
}

.contact-social li a .fa:hover {
    font-size: 18px;
    color: #3c9052;
}

 .s-contact-content p a:hover {
  text-decoration: none;
  color: #3c9052;
  font-weight: 500;
 }
