body {
  font-family: "Manjari", sans-serif;
  color: black;
  margin: 0;
}

h1, h2, h3, h4, h5 {
  font-family: "Shrikhand", sans-serif;
  color: #1b1d23;
}

a:link,
a:visited,
a:hover,
a:active {
  color: inherit; /* or use any other color you want */
  text-decoration: none; /* to remove underline or any other decoration */
}

.main-content {
  width: 1170px;
  padding: 0 15px;
  max-width: 100%;
  min-height: 55vh;
  margin: 4em auto 8em;
  box-sizing: border-box;
}

/***********************************************************ABOUT US********************************/
body {
  overflow-x: hidden;
  margin: 0;
  width: 100%;
  font-family: "Manjari", sans-serif;
  font-size: 12pt;
  font-weight: 400;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
a:hover {
  transition: all 0.5s ease-in-out;
}

.we-are-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 900px;
  margin-top: 4em;
}

#about-us-section {
  background: #009230;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

.about-us-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}

.about-us-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-evenly;
  width: 40%;
  height: 80%;
  margin-right: 600px;
  margin-left: 12px;
  z-index: 2;
}
.about-us-info h2 {
  color: white;
  font-size: 3em;
  text-align: right;
}
.about-us-info p {
  color: white;
  font-size: 11pt;
  text-align: right;
  background-color: #009230;
  padding: 1em;
  border-radius: 5px;
  line-height: 1.5;
}
.about-us-info a {
  background-color: white;
  color: #009230;
  width: 180px;
  text-align: center;
  padding: 15px 0px 15px 0px;
  font-size: 14pt;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.about-us-info a:hover {
  background: #404140;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  transform: translateY(10px);
}

#history-section {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

.history-image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 820px;
  height: 100%;
  overflow: hidden;
}

.history-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  width: 40%;
  height: 80%;
  margin-left: 850px;
  margin-right: 12px;
  z-index: 2;
}
.history-info h2 {
  color: #009230;
  font-size: 2.5em;
  text-align: left;
}
.history-info p {
  color: #009230;
  font-size: 11pt;
  text-align: left;
  background-color: #f8f9fa;
  padding: 1em;
  border-radius: 5px;
  line-height: 1.5;
}
.history-info a {
  background-color: #009230;
  color: white;
  width: 180px;
  text-align: center;
  padding: 15px 0px 15px 0px;
  font-size: 14pt;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.history-info a:hover {
  background: #404140;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  transform: translateY(10px);
}

@media screen and (max-width: 860px) {
  .we-are-block {
    height: 2200px;
  }
  #about-us-section {
    flex-direction: column;
    justify-content: space-between;
  }
  .about-us-image {
    position: relative;
    width: 100%;
  }
  .about-us-info {
    margin: 0px 0px 0px 0px !important;
    padding: 2em 1em !important;
    width: 100%;
    height: 55%;
    align-items: center;
  }
  .about-us-info h2 {
    text-align: center;
  }
  .about-us-info p {
    text-align: center;
  }
  #history-section {
    flex-direction: column;
    justify-content: space-between;
  }
  .history-image {
    position: relative;
    width: 100%;
  }
  .history-info {
    margin: 0px 0px 0px 0px !important;
    padding: 2em 1em !important;
    width: 100%;
    height: 60%;
    align-items: center;
  }
  .history-info h2 {
    text-align: center;
  }
  .history-info p {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .we-are-block {
    height: 2300px;
  }
}
@media screen and (max-width: 747px) {
  .about-us-info {
    justify-content: unset;
  }
  .history-info {
    height: 65%;
  }
}
@media screen and (min-width: 1953px) {
  .about-us-image {
    left: 760px;
  }
}
@media screen and (max-width: 1953px) {
  .about-us-info {
    margin-right: 400px;
    width: 60%;
    background: rgba(0, 146, 48, 0.5);
    padding: 0px 25px 0px 0px;
  }
  .history-info {
    margin-left: 400px;
    width: 60%;
    background: rgba(255, 255, 255, 0.6);
    padding: 0px 0px 0px 25px;
  }
}
@media screen and (max-width: 1238px) {
  .about-us-info {
    margin-right: 340px;
    width: 100%;
  }
  .history-info {
    margin-left: 340px;
    width: 100%;
  }
}
@media screen and (max-width: 1111px) {
  .about-us-info {
    margin-right: 270px;
  }
  .history-info {
    margin-left: 270px;
  }
}
@media screen and (max-width: 910px) {
  .about-us-info {
    margin-right: 150px;
  }
  .history-info {
    margin-left: 150px;
  }
}
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.contact-info-icon {
  margin-bottom: 15px;
}

.contact-info-item {
  background: #009230;
  padding: 30px 0;
}

.contact-info-icon i {
  font-size: 48px;
  color: white;
}

.contact-info-text p {
  margin-bottom: 0;
}

.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-info-text span {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

/*# sourceMappingURL=aboutUs.css.map */
