.navbar {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 99;
  transition: all 0.2s ease-in-out;
  top: 7.1rem;
}
@media screen and (min-width: 992px) {
  .navbar {
    padding: 0;
    top: 4.3rem;
  }
}
@media screen and (min-width: 1366px) {
  .navbar {
    top: 2.8rem;
  }
}
.navbar-collapse {
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .navbar-collapse {
    background-color: #f4f4f4;
    position: relative;
    top: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-toggler {
    margin-right: 1rem;
  }
}
.navbar-brand img {
  height: 110px;
  transition: all 0.2s ease-in-out;
}
.navbar .container-fluid {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .navbar .container-fluid {
    padding: 0 0 0 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-brand {
    padding: 0 1rem;
  }
}
.navbar-brand img {
  height: 76px;
}
@media screen and (min-width: 992px) {
  .navbar-brand img {
    height: 89px;
  }
}
.navbar-nav {
  position: relative;
  padding-left: 1rem;
}
@media screen and (min-width: 992px) {
  .navbar-nav {
    padding-left: 0;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .navbar-nav li:not(:last-child) {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1366px) {
  .navbar-nav li:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .navbar-nav li:not(:last-child) a {
    font-size: 1.1rem;
  }
}
.navbar-nav li:not(:last-child) a.contact {
  color: #00a45d !important;
  font-weight: bolder;
}
.navbar-nav li:not(:last-child) a.active {
  font-weight: bolder;
}
.navbar-nav li:last-child {
  background-color: #000;
  padding: 0 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 120px;
}
@media screen and (min-width: 992px) {
  .navbar-nav li:last-child {
    position: relative;
  }
}
.navbar-nav li:last-child a {
  display: flex;
  align-items: center;
  color: #fff !important;
  font-size: 1.2rem;
}
.navbar-nav li:last-child a:hover::after {
  width: 100%;
}
.navbar-nav li:last-child a:hover img {
  transform: translateY(-4px) translateX(5px);
  height: 27px;
}
.navbar-nav li:last-child a span {
  padding: 0.3rem;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.navbar-nav li:last-child a img {
  padding-right: 0.5rem;
  position: relative;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.navbar-nav li:last-child span {
  color: #fff;
  font-size: 0.8rem;
}
.navbar--top {
  background-color: #01cd75;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.2s ease-in-out;
}
.navbar--top__container {
  align-items: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem 0 0 0;
}
@media screen and (min-width: 992px) {
  .navbar--top__container {
    padding: 0.4rem 0 0 0;
  }
}
@media screen and (min-width: 1366px) {
  .navbar--top__container {
    flex-direction: row;
    padding: 0 3.5rem;
  }
}
.navbar--top a {
  text-decoration: none;
  color: #fff;
  font-weight: bolder;
}
@media screen and (min-width: 1366px) {
  .navbar--top a {
    color: #000;
  }
}
.navbar--top a img {
  margin-right: 0.5rem;
}
.navbar--top__cta {
  background-color: #000;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0.5rem 0;
}
@media screen and (min-width: 1366px) {
  .navbar--top__cta {
    background-color: unset;
    width: max-content;
  }
}
.navbar--top__cta p {
  margin: 0;
  font-size: 0.85rem;
  opacity: 0.7;
}
.navbar--top__title h1 {
  font-size: 1rem;
  font-weight: bolder;
}
@media screen and (max-width: 1200px) {
  .navbar--top__title h1 {
    padding: 0 1rem;
    text-align: center;
  }
}
.navbar .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 1rem 1rem;
  background-color: #fff;
  border: 2px solid #000;
  border-right: 7px solid #01cd75;
  z-index: 99;
  width: 96%;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    border-right: 2px solid #000;
    background: #f9f8f8;
    border-top: 5px solid #000;
    width: auto;
  }
}
.navbar .dropdown-menu p {
  display: none;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu p {
    margin-bottom: 0.3rem;
    font-size: 15px;
    color: #938e8e;
    letter-spacing: 0;
    display: block;
  }
}
.navbar .dropdown-menu li {
  background-color: #fff;
  padding: unset;
  left: unset;
}
.navbar .dropdown-menu li:not(:last-of-type) {
  border-bottom: 2px solid #eaeaea;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu li:not(:last-of-type) {
    border-bottom: 0;
  }
}
.navbar .dropdown-menu li a {
  color: #000 !important;
  font-size: 1.1rem;
  height: unset;
  font-weight: bolder;
  padding-left: 0 !important;
  transition: all 0.2s ease-in-out;
  display: flex;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu li a {
    background: #f9f8f8;
  }
}
.navbar .dropdown-menu li a img {
  display: none;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu li a img {
    margin-right: 10px;
    display: block;
  }
}
.navbar .dropdown-menu li a:hover {
  background-color: #00a45d;
  padding-left: 1rem;
  color: #fff !important;
}
.navbar .dropdown-menu li a:hover img {
  opacity: 0;
}
.navbar .dropdown-menu .contact--mobile {
  display: none;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu .contact--mobile {
    background-color: #01cd75 !important;
    display: block;
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: bolder;
    padding: 0.5rem 0;
    text-align: center;
    margin-top: 0.5rem;
    transition: all 0.2s ease-in;
  }
  .navbar .dropdown-menu .contact--mobile:hover {
    background-color: #000 !important;
  }
}

.footer {
  border-top: 12px solid #00a45d;
  background-color: #000;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 0 1rem;
  }
}
.footer__main-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: black;
  padding: 3rem 0 1rem 0;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .footer__main-content {
    grid-template-columns: 450px repeat(4, 220px);
    gap: 1rem;
    padding: 3rem;
  }
}
@media screen and (min-width: 1900px) {
  .footer__main-content {
    grid-template-columns: 500px repeat(4, 1fr);
  }
}
.footer__main-content--info a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.footer__main-content--info a:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  .footer__main-content--info:nth-child(1) {
    grid-row-start: 1;
    grid-column-end: span 2;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__main-content--info:nth-child(4) {
    grid-row-start: 3;
    grid-column-end: span 2;
    width: 100%;
  }
}
.footer-info {
  max-width: 250px;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .footer-info-start {
    margin-bottom: 0;
    width: 90%;
  }
}
.footer-title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.footer-title::after {
  content: "";
  background-color: #00a45d;
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 5px;
  width: 50px;
}
@media screen and (min-width: 992px) {
  .footer-title::after {
    height: 4px;
    bottom: -5px;
  }
}
.footer-logo {
  padding-bottom: 20px;
  width: 50%;
}
.footer__bottom {
  display: flex;
  border-top: 1px solid #484848;
  justify-content: unset;
  flex-direction: column;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
  }
}
@media screen and (min-width: 1366px) {
  .footer__bottom {
    padding: 1rem 3rem;
  }
}
.footer__bottom p {
  color: #ffffff;
  font-size: 0.8rem;
  margin-bottom: 0;
}

.circle-icon {
  display: inline-block;
  cursor: pointer;
}

.icon {
  display: block;
  margin: 20px;
}

a {
  text-decoration: none;
}

.footer-location {
  position: absolute;
}

.footer-loc {
  display: block;
  margin-left: 35px;
}

main {
  margin-top: 200px;
}
@media screen and (min-width: 992px) {
  main {
    margin-top: 180px;
  }
}
@media screen and (min-width: 1366px) {
  main {
    margin-top: 166px;
  }
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.contact__section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #f8f8fd;
  padding: 55px 70px;
}
.contact__section--greenText {
  padding-bottom: 5px;
  color: #01cd75;
  font-size: 16px;
  font-weight: 600;
}
.contact__section--main-section {
  text-align: left;
  display: inline-block;
}
.contact__section--mainText {
  line-height: 1.5;
  font-size: 30px;
  font-weight: 700;
}
.contact__section__cards--card {
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 10px 8px rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  padding: 10px 22px;
  padding-bottom: 0;
  width: 90%;
  height: auto;
}
.contact__section__cards--card-tittle {
  margin-left: 50px;
  font-weight: 600;
  font-size: 21px;
  color: #00a45d;
}
.contact__section__cards--card-text {
  margin-left: 50px;
  display: inline-block;
  font-weight: 500;
  font-size: 16;
}
.contact__section__cards--card-icon {
  position: absolute;
  margin-top: 10px;
  width: 42px;
}
.contact__section span {
  font-weight: bold;
}

@media (max-width: 767px) {
  .contact__section {
    grid-template-columns: repeat(1, 1fr);
    padding: 43px 16px;
  }
  .contact__section--mainText {
    font-size: 25px;
  }
  .contact__section--imageSection img {
    margin-top: 20px;
    width: 100%;
  }
  .contact__section__cards--card {
    width: 100%;
  }
}
