* {
  font-family: 'Fira Sans', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  color: #4C4D4C;
}

.mt-6 {
  margin-top: 6rem;
}

body {
  background: #FCFFFC;
}

a {
  text-decoration: none;
  color: #415E2D;
}

a:hover {
  text-decoration: none;
  color: #1c2b12;
}

.nav-logo {
  width: 50px;
  height: 50px;
}

.nav-item {
  border-radius: 4px;
}

.nav-item:hover {
  background: #415e2d1f;
}

.nav-link {
  color: #415E2D;
}

.nav-link.active, .nav-link:hover {
  background: #415e2d1f;
  border-radius: 4px;
  color: #1c2b12;
}

.btn {
  padding: 12px 20px;
  background-color: #415E2D;
  color: #FCFFFC;
  border: none;
  border-radius: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn:hover {
  background-color: #1c2b12;
  color: #FCFFFC;
}

.btn-outline {
  padding: 12px 20px;
  background-color: #FCFFFC;
  color: #415E2D;
  border: 2px solid #415E2D;
  border-radius: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn-outline:hover {
  background: rgba(0, 0, 0, 0.151);
  color: #415E2D;
}

.card-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
}

.small-icon {
  width: 20px;
  height: 20px;
  margin: 0px 4px;
}

.body-text {
  line-height: 26px;
  color: #4C4D4C;
}

.card-heading {
  font-size: 1.1rem;
  color: #212121;
  font-weight: 600;
}

p {
  color: #4C4D4C;
}

nav {
  /**
* Mobile Navigation
*/
}

nav .navbar-toggler {
  position: fixed;
  top: 15px;
  right: 15px;
}

nav .mobile-nav-toggle {
  color: #212121;
  font-size: 28px;
  cursor: pointer;
  line-height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

nav .mobile-nav-toggle.bi-x {
  color: #BF8B2E;
}

section {
  margin-bottom: 70px;
}

section h2 {
  text-align: center;
  font-weight: 700;
  color: #212121;
  margin-bottom: 2.5rem;
}

main {
  position: relative;
}

.hero {
  margin-top: 4rem;
  padding: 4rem 0;
  min-height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: radial-gradient(79.79% 311.33% at 100% 49.93%, #EAEAEA 0%, rgba(255, 255, 255, 0) 100%);
}

.hero .hero-heading {
  font-size: 3rem;
  font-weight: 700;
  color: #212121;
}

.hero .hero-heading span {
  color: #415E2D;
}

@media (max-width: 450px) {
  .hero .hero-heading {
    font-size: 2.5rem;
  }
}

.hero .hero-btns {
  max-width: 350px;
}

.hero .header-img {
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 450px) {
  .hero .header-img {
    height: 300px;
  }
}

.mission .about-card {
  background: unset !important;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.mission .about-card .card-icon {
  margin: auto;
}

.goals .card {
  min-height: 150px;
  margin: 0 6px;
}

.goals .card .card-heading {
  font-size: 1rem;
}

.goals .card p {
  margin: 0;
}

.sticky-div {
  position: -webkit-sticky;
  position: sticky;
  top: 4.1rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.services .left-line {
  border-left: 1px solid #C2C2C2;
}

.services .support-text {
  position: relative;
  margin: 24px 0;
  background: white;
  border: 1px solid #00000011;
  padding: 10px 12px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 1px #00000024, 0px 2px 1px #0000001f, 0px 1px 3px #00000033;
          box-shadow: 0px 1px 1px #00000024, 0px 2px 1px #0000001f, 0px 1px 3px #00000033;
}

.services .support-text::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 12px;
  border-radius: 50%;
  background: #ABABAB;
  width: 10px;
  height: 10px;
}

.services .support-text h5 {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.23px;
  color: #212121;
}

.services .support-text p {
  margin-bottom: 12px;
}

.services .support-text .project-more {
  color: #415E2D;
  letter-spacing: 0.2px;
}

.services .support-text .project-more:hover {
  color: #1c2b12;
}

.services .project-type {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50px;
  padding: 5px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  font-size: 0.8rem;
  color: #00000099;
  letter-spacing: 0.2px;
}

.services .project-get {
  color: #415E2D;
  padding: 4px;
}

.services .project-get:hover {
  color: #1c2b12;
  text-decoration: underline;
  background-color: #8ace8f2a;
}

.services .question-icon {
  width: 20px;
  height: 20px;
  color: #212121;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}

.departments .row {
  -webkit-column-gap: 12px;
          column-gap: 12px;
  row-gap: 24px;
}

.departments .row .dep-card {
  background-color: white;
  padding: 10px 12px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px #00000024, 0px 2px 1px #0000001f, 0px 1px 3px #00000033;
          box-shadow: 0px 1px 1px #00000024, 0px 2px 1px #0000001f, 0px 1px 3px #00000033;
  width: 100%;
  max-width: 250px;
  border-top: 4px solid #BF8B2E;
}

.departments .row .dep-card._2 {
  border-color: #A21942;
}

.departments .row .dep-card._3 {
  border-color: #3F7E44;
}

.departments .row .dep-card._4 {
  border-color: #FCC30B;
}

.clients .row {
  -webkit-column-gap: 12px;
          column-gap: 12px;
  row-gap: 24px;
}

.clients .client-card {
  background-color: white;
  border: 1px solid #00000011;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px #00000024, 0px 2px 1px #0000001f, 0px 1px 3px #00000033;
          box-shadow: 0px 1px 1px #00000024, 0px 2px 1px #0000001f, 0px 1px 3px #00000033;
  border-radius: 4px;
  width: 100%;
  max-width: 300px;
}

.clients .client-card small {
  font-weight: 600;
}

.clients .client-card .client-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 180px;
  border-radius: 4px 4px 0  0;
}

.clients .client-card .text {
  padding: 12px;
  text-align: center;
}

.clients .client-card .text small, .clients .client-card .text h5 {
  text-align: left;
  display: block;
}

.clients .client-card .text p {
  text-align: left;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  font-weight: 500;
}

.clients .client-card .text ul {
  text-align: left;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}

.clients .client-card .text a {
  font-weight: 600;
}

.clients .client-card .text a:hover {
  text-decoration: underline;
  color: #1c2b12;
}

.partners .swiper-slide img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100px;
}

footer {
  background-color: #212121;
}

footer .row, footer h5, footer h3, footer li, footer .copyright, footer i, footer a, footer p {
  color: #FCFFFC;
}

footer h5, footer h3 {
  margin-bottom: 1.5rem;
}

footer p, footer li, footer .copyright {
  font-size: 0.9rem;
}

footer a {
  display: block;
  margin: 4px;
}

footer a:hover {
  color: #FCFFFC;
  text-decoration: underline;
}

footer i {
  font-size: 0.8rem;
}

footer .border-top {
  border-color: #ffffff41 !important;
}

footer .social-links a {
  font-size: 16px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer .social-links a:hover {
  background: #BF8B2E;
  color: #fff;
  text-decoration: none;
}

.gallery .row .thumb {
  margin: 10px 0;
}

.portfolio .section-bg {
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: linear-gradient(90.14deg, rgba(0, 0, 0, 0.49) 8.55%, rgba(0, 0, 0, 0) 80.22%), url("assets/img/portfolio.png");
}

.portfolio .section-bg h2 {
  color: #FCFFFC;
  text-transform: capitalize;
}

.portfolio .section-bg .btn {
  background-color: #FCFFFC;
  color: #212121;
}

.portfolio .section-bg .btn:hover {
  background-color: #e0e0e0;
}

.portfolio .work h2 {
  margin-bottom: unset !important;
}

.about .about-sect {
  background: radial-gradient(79.79% 311.33% at 100% 49.93%, #EAEAEA 0%, rgba(255, 255, 255, 0) 100%);
}

.about .about-sect h2 {
  text-align: left;
  margin-bottom: 1rem;
}

.about .card-icon {
  margin: 1rem auto;
}

.about .maxim h2 {
  margin-bottom: 1rem;
}

.about .maxim p {
  font-style: italic;
  text-align: center;
}

.about .core .value-card {
  max-width: 270px;
  background: unset;
  margin: 10px;
  padding-left: 12px;
  padding-right: 12px;
}

.about .core .value-card .card-img {
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 167px;
  margin: 12px 0;
}

.about .core .value-card .number {
  text-align: right;
  font-weight: 800;
  font-size: 40px;
  width: 100%;
  line-height: 72px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: none;
  -webkit-text-stroke: 1px #4C4D4C;
  color: #FCFFFC;
  text-shadow: -1px 1px 0 #09160e, 1px 1px 0 #0b1b11, 1px -1px 0 #0b160f;
}

.about .meet h2 {
  text-align: right;
}

@media (max-width: 1000px) {
  .about .meet h2 {
    text-align: center;
  }
}

@media (max-width: 1000px) {
  .about .meet .center-md {
    text-align: center;
  }
}

.about .meet .center-md img {
  border-radius: 4px;
}

.about .contact .form-group {
  margin-bottom: 12px;
}

.about .contact .form-group .form__label {
  margin-bottom: 4px;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #415E2D;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #1c2b12;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */