* {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}

h1 {
  font-size: 36px;
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #555;
}

p {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px;
}

#preloader {
  background: #000 url(../images/preloader.gif) no-repeat center center;
  background-size: 15%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 100;
}

.header {
  width: 100%;
  top: 0;
  margin: 0 auto;
  z-index: 2;
  position: fixed;
  background-color: rgba(10, 90, 27, 0.7);
}

nav {
  display: flex;
  padding: 2% 6%;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  background-color: rgba(40, 49, 83, 1);
  background-color: #0a5a1b;
  width: 90%;
  height: 2px;
}

nav img {
  width: 130px;
  padding-top: 3%;
}

.nav-links {
  flex: 1;
  text-align: right;
}

.nav-links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}

.nav-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}

.nav-links ul li::after {
  content: '';
  width: 0;
  height: 2px;
  background: #108328;
  display: block;
  margin: auto;
}

/*
.nav-links ul li:hover::after {
  width: 100%;
  transition: 0.5s;
}
*/

.nav-links ul li:hover {
  transition: 0.5s;
  background: #108328;
  color: #fff;
  border-radius: 5px;
}

.active-link {
  transition: 0.5s;
  background: #108328;
  color: #fff;
  border-radius: 5px;
}

.menu-icon {
  width: 28px;
  margin-left: 20px;
  display: none;
}

.close-icon {
  width: 28px;
  margin-left: 20px;
  display: none;
}

.hero {
  min-height: 100vh;
  width: 100%;
  /*background-image: linear-gradient(rgba(4,9,30,0.7),rgba(40, 49, 83, 0.7)),url(../images/hero_desktop.jpg);*/
  background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(10, 90, 27, 0.5)), url(../images/hero_desktop.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* Do not repeat the image */
  margin-top: 52.5px;
  background-attachment: fixed;
}

.hero-text-box {
  width: 90%;
  color: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.hero-text-box h1 {
  font-size: 62px;
}

.hero-text-box p {
  margin: 5px 0 40px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.main-btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 34px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  width: 130px;
  margin-bottom: 5px;
}

.main-btn2 {
  display: inline-block;
  text-decoration: none;
  color: #333;
  border: 1px solid #fff;
  padding: 12px 34px;
  font-size: 13px;
  background: #fff;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  width: 130px;
  margin-bottom: 5px;
}


.main-btn:hover {
  border: 1px solid #fff;
  background-color: #0a5a1b;
  transition: 0.5s;
}

.main-btn2:hover {
  border: 1px solid #fff;
  background-color: transparent;
  transition: 0.5s;
  color: #fff;
}

/*
nav .fa {
  display: none;
}
*/


.row {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}

.cta {
  margin: 25px auto;
  width: 95%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/banner2.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  text-align: center;
  padding: 100px 0;
  justify-content: center;
}

.cta h1 {
  color: #fff;
  margin-bottom: 5px;
  padding: 0;
}

.cta p {
  color: #fff;
  margin-bottom: 30px;
}

.cta select {
  width: 330px;
  height: 37px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #777;
  border: 1px solid rgba(0, 0, 0, .1);
}

.cta button {
  color: #333;
  width: 250px;
  height: 55px;
  text-transform: uppercase;
  background-color: #fff;
  border: none;
  font-weight: bold;
  margin-top: 10px;
}

.footer {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background-color: rgba(40, 49, 83, 1);
  background-color: #0a5a1b;
  color: #fff;
}

.footer h4 {
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 600;
  color: #fff;
}

.footer p {
  color: #fff;
}

.footer button {
  background-color: #108328;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
}

.footer button:hover {
  border: 1px solid #fff;
}

.icons .fa {
  color: #fff;
  cursor: pointer;
}


/* Input and textarea  */

input {
  width: 300px;
  height: 37px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #777;
  border: none;
}

.subject {
  width: 632px;
  height: 37px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #777;
  border: none;
}

textarea {
  width: 660px;
  height: 80px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #777;
}

/* End input and textarea  */



/* WhatsApp Button */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.error-message {
  color: #fff;
  background: red;
  height: 50px;
  width: 65.5%;
  margin: 0 auto;
  margin-bottom: 10px;

}

.error-message p {
  text-align: center;
  text-transform: uppercase;
  align-items: center;
}

.success-message {
  color: #fff;
  background: #09b109;
  height: 50px;
  width: 65.5%;
  margin: 0 auto;
  margin-bottom: 10px;

}

.success-message p {
  text-align: center;
  text-transform: uppercase;
  align-items: center;
}

.about {
    margin: 25px auto;
    width: 95%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/about.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    padding: 50px 0;
    justify-content: center;
}

.container {
    max-width: 100%;
    margin: auto;
    padding: 20px 30px
}

.col-2 {
    flex-basis: 50%;
    min-width: 300px;
}

.about-row {
  color: #fff;;
}

.about-row p {
  color: #fff;
  text-align: justify;
  line-height: 2;
}

.about-row button {
  width: 200px;
  height: 50px;
  background-color: #fff;
  color: #333;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
}

.about-row button:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.team {

    width: 95%;
    justify-content: space-between;
}

.team .col-3 {
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: transform 0.5s;
    width: 45%;
    margin-left: 5px;
}

.team .col-3 img {
    width: 50px;
    margin-top: 20px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.team .col-3:hover {
    transform: translateY(-2px);
}

.col-3 p {
    font-size: 13px;
    margin: 12px 0;
    color: #777;
}

.team .col-3 h3 {
    font-weight: 600;
    color: #555;
    font-size: 16px;
}

.col-3 button {
  margin-top: 10px;
  width: 130px;
  height: 40px;
  border: 1px solid #333;
}

.small-container {
    max-width: 1080px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.table-head {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    width: 100%;
}

.table-info td {
    text-align: justify;
}

.table-head td {
    width: 20%;
    text-align: center;
}

.team-table {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.team-table .bio {
  width: 85%;
}

.team-table td {
  border: none;
}

.bio h3 {
  text-transform: uppercase;
  padding: 10px;
}

.bio p{
    width: 90%;
    text-align: justify;
    font-size: 16px;
}

.team-table img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  padding-right: 10px;
}

.team-biography {
  padding-top: 90px;
}


.services {
  width: 95%;
  padding: 90px 10px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.services-col-3 {
    min-width: 250px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: transform 0.5s;
}


.services-col-3:hover {
    transform: translateY(-5px);
}

.services-col-3 h3 {
    font-size: 36px;
    text-align: justify;
}

.services-col-3 p {
    font-size: 14px;
    text-align: justify;
    font-weight: bold;
    line-height: 2;
}


.gallery {
  width: 95%;
  padding-top: 100px;
  margin: 0 auto;
  justify-content: center;
  padding-bottom: 40px;
}

@media (max-width: 700px) {

  .services-col-3 p {
    font-size: 13px;
    text-align: justify;
    font-weight: bold;
    line-height: 2;
}

.services-col-3 h3 {
    font-size: 24px;
    text-align: justify;
}

  .team {
    display: none;
  }

  .team-table .bio {
    width: 100%;
  }

  .team-table img {
    display: none;
  }

  .bio p {
    width: 100%;
  }

  .about {
    height: 100vh;
  }

  .about-row p {
    width: 100%;
    padding: 5px 5px;
  }

  .hero {
    margin-top: 57px;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(40, 49, 83, 0.7)), url(../images/hero_mobile.jpg);
    background-attachment: scroll;
  }

  .hero-text-box h1 {
    font-size: 20px;
  }

  nav {
    height: 40px;
    
  }

  .nav-links ul li {
    display: block;
  }

  .nav-links {
    position: absolute;
    height: 100vh;
    width: 200px;
    background-color: #0a5a1b;
    top: 0;
    right: -200px;
    text-align: left;
    z-index: 2;
    transition: 1s;
  }

  .menu-icon {
    display: block;
    cursor: pointer;
  }

  .close-icon {
    display: block;
    cursor: pointer;
    margin-left: 33px;
    margin-top: 33px;
  }

  .nav-links ul {
    padding: 30px;
  }


  .row {
    flex-direction: column;
  }

  .cta {
    width: 95%;
  }

  .cta h1 {
    font-size: 24px;
  }

  input {
    width: 80%;
  }

  .cta select {
    width: 80%;
  }

  textarea {
    width: 89%;
  }

  .subject {
    width: 80%;
  }


  .error-message,
  .success-message {
    width: 89%;
  }

}

@media (max-width: 1000px) {
  .subject {
    width: 80%;
  }
}
