
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}

#particles-js {
    position : absolute;
    width:100%;
    height:100%;
    z-index:-1;
    background: #0a120a;
}

p {
  font-weight: 300;
  color: #111;
}

body {
  min-height: 1000px;
}

.banner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .content {
  float: left;
  max-width: 900px;
  text-align: center;
  position: relative;
}

.banner .content h2 {
  font-size: 3em;
  color: #fff;
  word-wrap: break-word;
  white-space: normal;
}

.banner .content p {
  font-size: 1em;
  color: #fff;
}

.btn {
  font-size: 1em;
  color: #fff;
  background: #4a634b;
  display: inline-block;
  margin: 5px;
  padding: 10px 30px;
  margin-top: 30px;
  height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  transition: 0.5s;
  border-radius:40px;
  line-height: 30px;
}

.btn:hover {
  background-color: #d6962f;
  color: #fff;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #d6962f;
  color: #111;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: #543503;
}

.btn-1 {
  font-size: 1em;
  color: #111;
  background: #fff;
  display: inline-block;
  padding: 10px 30px;
  margin: 30px;
  margin-top: 30px;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  transition: 0.5s;
  border-radius:40px;
  line-height: 30px;
}

.btn-1:hover {
  background-color: #d6962f;
  color: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
}

header.sticky {
  background: #fff;
  padding: 10px 100px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

header .logo {
  color: #d6962f;
  font-weight: 700;
  font-size: 2em;
  text-decoration: none;
}

header.sticky .logo {
  color: #d6962f;
}

header .logo span {
  color: #4a634b;
}

header .navigation {
  position: relative;
  display: flex;
}

header .navigation li {
  list-style: none;
  margin-left: 30px;
}

header .navigation li a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
}

header.sticky .navigation li a {
  color: #111;
}

header .navigation li a:hover {
  color: #d6962f;
}

section {
  padding: 100px;
}

.row {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.row .col50 {
  position: relative;
  width: 48%;
}

.titleText{
  color: #111;
  font-size: 2em;
  font-weight: 300;
}

.titleText span {
  color: #4a634b;
  font-weight: 700;
  font-size: 1.5em;
}

.row .col50 .imgBx {
  position: relative;
  width: 100%;
  /* min-height: 300px; */
  height: 100%;
}

.row .col50 .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.row .col50  a {
  text-decoration: none;
  font-weight: 700;
  color: #d6962f;
}

.title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.services {
  /* background-image: url("../img/service-bg.png"); */
  background-color: #e9f4f7;
  height: 100%;
  width: 100%;
}

.services .content {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: 40px;
}

.services .content .box {
  width: 340px;
  margin: 20px;
  border: 15px solid #e9f4f7;
  /* box-shadow: 0 5px 35px rgba(0,0,0,0.08); */
}

.services .content .box .imgBx {
  position: relative;
  width: 100%;
  height: 300px;
}

.services .content .box .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services .content .box text {
  padding: 15px 0px 5px;
}

.services .content .box h3 {
  font-size: 20px;
  font-weight: 400;
  color: #424457;
  display: inline-block;
  line-height: 28px;
  vertical-align: middle;
  margin-top: 10px;
}

.services .content .box h3 .icon-1 {
    color: #520b0d;
}

.services .content .box h3 .icon-2 {
    color: #100c57;
}

.services .content .box h3 .icon-3 {
    color: #856a5b;
}

.services .content .box h3 .icon-4 {
    color: #86e87b;
}

.services .content .box h3 .icon-5 {
    color: #148f83;
}

.services .content .box h3 span {
  font-size: 25px;
  color: #565683;
  margin-right: 15px;
  line-height: 28px;
  vertical-align: middle;
}

.services .content .box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  color: #747474;
  margin-top: 20px;
  margin-bottom: 30px;
}

.services .content .box p a {
  text-decoration: none;
  font-weight: 700;
  color: #d6962f;
}

.projects {
  background-image: url("../img/dotted-map-bg.png");
  /* background-color: #d8e3d8; */
  width: 100%;
  height: auto;
}

.projects .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 40px;
}

.projects .content .box {
  width: 250px;
  margin: 15px;
}

.projects .content .box .imgBx {
  position: relative;
  width: 100%;
  height: 300px;
}

.projects .content .box .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.projects .content .box .text {
  padding: 15px 0px 5px;
  text-align: center;
  }

.projects .content .box .text h3 {
  font-weight: 400;
  color: #111;
}

.contact {
  background-image: url("../img/logo.png");
  /* background-size: cover; */
  background-repeat:no-repeat;
  background-position: right center;
  background-size: 750px 650px;

}

.contactForm {
  padding: 25px 50px;
  background: #fff;
  box-shadow: 0 15px 50px rgba(0,0,0,0.1);
  max-width: 500px;
  margin-top: 50px;
  max-height: 500px
}

.contactForm .response {
  height: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.contactForm h3 {
  color: #111;
  font-size: 1.2em;
  /* margin-top: 1px; */
  margin-bottom: 20px;
  font-weight: 550;
}

.contactForm .inputBox {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.contactForm .inputBox input,
.contactForm .inputBox textarea {
  width: 100%;
  border: 1px solid #555;
  padding: 10px;
  color: #111;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  border-radius: 25px;
}

.contactForm .inputBox input[type="submit"] {
  font-size: 1em;
  color: #fff;
  background: #4a634b;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  transition: 0.5s;
  max-width: 100px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  border-radius: 25px;
}

.copyrightText {
  padding: 8px 40px;
  border-top: 1px solid rgba(0,0,0,0.1);
  text-align: center;
}

.copyrightText p {
  color: #333;
}

.copyrightText a {
  color: #4a634b;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 991px) {
  header,
  header.sticky
  {
    padding: 10px 20px;
  }
  header .navigation{
    display: none;
  }
  header .navigation.active{
    width: 100%;
    height: calc(100% - 68px);
    position: fixed;
    top: 68px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
  }
  header .navigation li {
    margin-left: 0;
  }
  header .navigation li a {
    color: #111;
    font-size: 1.6em;
  }
  .menuToggle {
    position: relative;
    width: 40px;
    height: 40px;
    background: url("../img/menu.jpg");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .menuToggle.active {
    background: url("../img/close.jpg");
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }
  header.sticky .menuToggle {
    filter: invert(1);
  }
  section {
    padding: 20px;
  }
  .banner .content h2 {
    font-size: 3em;
    color: #fff;
  }
  .row {
    flex-direction: column;
  }
  .row .col50 {
    position: relative;
    width: 100%;
  }
  .row .col50 .imgBx {
    height: 300px;
    margin-top: 20px;
  }
  .projects .content {
    margin-top: 20px;
  }
  .projects .content .box {
    margin: 10px;
  }
  .projects .content .box .imgBx {
    height: 260px;
  }
  .title {
    text-align: center;
  }
  .titleText {
    font-size: 1.8em;
    line-height: 1.5em;
    margin-bottom: 15px;
    font-weight: 300;
  }
  .contactForm {
    padding: 35px 40px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .banner .content h2 {
    font-size: 2.2em;
    color: #fff;
  }
}
