/* Footer */
/* footer {
  background-color: #F5F6F7;
  padding: 3em 0;
  text-align: center;
  background-image: url(../images/FooterBGv2.webp);
}

.footer-logo p {
  text-align: left;
  color: #1D1F24;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  margin-top: 1rem;
}

footer .nav {
  /* display: flex; */
  /* justify-content: center; */
  list-style: none;
  column-count: 2;
}

footer .nav li a {
  line-height: 1rem;
  padding: 2rem 1rem;
  text-decoration: none;
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  text-align: left;
}

.footer-nav {
  margin-top: 3rem;
}

.social-media ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin-top: 2.5rem;
  margin-left: 0;
}

.social-media ul li {
  margin-right: 2rem;
}

.social-media ul li a {
  background-color: transparent;
  display: block;
  width: 24px;
  height: 24px;
}

.social-media ul li a svg {
  fill: #fff;
}

.copyright p {
  text-align: CENTER;
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.footer-wrap .footer-left .mail {
  text-align: center;
  color: #FFF;
  margin: 2rem auto;
}

.footer-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.copyright {
  margin-top: 1rem;
} */

/* Footer */
.footer-grid {
    margin: 0;
    display: grid;
    grid-template-rows: repeat(1, auto);
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5em;
}
footer {
    border-top: 1px solid rgb(0 0 0 / 10%) !important;
    background: #fff;
    text-align: left;
}
.footer-grid .footer-item:last-child {
    border: 0;
}

.footer-bottom {
    border-top: 1px solid rgb(0 0 0 / 10%);
    padding: 1.5rem 0;
}

.footer-bottom p {
    margin: 0;
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.footer-bottom p {
    text-align: center;
    font-size: 16px;
}

footer {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.footer-grid .footer-item {
    border-right: 1px solid rgb(0 0 0 / 10%);
    padding: 3rem 0;
}

.footer-grid .footer-item h2 {
    font-size: 30px;
    letter-spacing: -0.45px;
    color: #3F9F7F;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: "Lora", serif;
}

.footer-grid .footer-item ul {
    list-style: none;
}

.footer-grid .footer-item ul li {
    line-height: 1.5;
    padding: 0.8rem 0;
    color: #383838;
    text-decoration: none;
    font-weight: 500;
}

.footer-grid .footer-item ul li a,
.footer-grid .footer-item p {
    color: #383838;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.footer-grid .footer-item ul li a:hover {
    color: #1A2B4C;
    transition: 0.4s;
}

.social-media ul li a {
    display: flex;
    align-items: center;
}

.social-media ul li a svg {
    margin-right: 1rem;
}

.bottom-content {
    text-align: center;
    background-color: #110062;
    color: #fff;
    padding: 1rem;
}

.bottom-content p {
text-align: center;
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0;
}
.bottom-content {
  text-align: center;
  background-color: #110062;
  color: #fff;
  padding: 1rem;
}

.bottom-content p {
  text-align: center;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 200;
  letter-spacing: 3px;
  margin: 0;
}

/* Footer */
/* footer {
  background-color: #F5F6F7;
  padding: 3em 0;
  text-align: center;
  background-image: url(../images/FooterBGv2.webp);
}

.footer-logo p {
  text-align: left;
  color: #1D1F24;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  margin-top: 1rem;
}

footer .nav {
  /* display: flex; */
  /* justify-content: center; */
  list-style: none;
  column-count: 2;
}

footer .nav li a {
  line-height: 1rem;
  padding: 2rem 1rem;
  text-decoration: none;
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  text-align: left;
}

.footer-nav {
  margin-top: 3rem;
}

.social-media ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin-top: 2.5rem;
  margin-left: 0;
}

.social-media ul li {
  margin-right: 2rem;
}

.social-media ul li a {
  background-color: transparent;
  display: block;
  width: 24px;
  height: 24px;
}

.social-media ul li a svg {
  fill: #fff;
}

.copyright p {
  text-align: CENTER;
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.footer-wrap .footer-left .mail {
  text-align: center;
  color: #FFF;
  margin: 2rem auto;
}

.footer-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.copyright {
  margin-top: 1rem;
} */

/* Footer */
.footer-grid {
    margin: 0;
    display: grid;
    grid-template-rows: repeat(1, auto);
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5em;
}
footer {
    border-top: 1px solid rgb(0 0 0 / 10%) !important;
    background: #fff;
    text-align: left;
}
.footer-grid .footer-item:last-child {
    border: 0;
}

.footer-bottom {
    border-top: 1px solid rgb(0 0 0 / 10%);
    padding: 1.5rem 0;
}

.footer-bottom p {
    margin: 0;
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.footer-bottom p {
    text-align: center;
    font-size: 16px;
}

footer {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.footer-grid .footer-item {
    border-right: 1px solid rgb(0 0 0 / 10%);
    padding: 3rem 0;
}

.footer-grid .footer-item h2 {
    font-size: 30px;
    letter-spacing: -0.45px;
    color: #3F9F7F;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: "Lora", serif;
}

.footer-grid .footer-item ul {
    list-style: none;
}

.footer-grid .footer-item ul li {
    line-height: 1.5;
    padding: 0.8rem 0;
    color: #383838;
    text-decoration: none;
    font-weight: 500;
}

.footer-grid .footer-item ul li a,
.footer-grid .footer-item p {
    color: #383838;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.footer-grid .footer-item ul li a:hover {
    color: #1A2B4C;
    transition: 0.4s;
}

.social-media ul li a {
    display: flex;
    align-items: center;
}

.social-media ul li a svg {
    margin-right: 1rem;
}

.bottom-content {
    text-align: center;
    background-color: #110062;
    color: #fff;
    padding: 1rem;
}

.bottom-content p {
text-align: center;
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0;
}
.bottom-content {
  text-align: center;
  background-color: #110062;
  color: #fff;
  padding: 1rem;
}

.bottom-content p {
  text-align: center;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 200;
  letter-spacing: 3px;
  margin: 0;
}

