@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap');

.cta-btn {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 3000;
}

.cta-btn button {
  width: 50px;
  min-width: 40px;
  min-height: 40px;
  height: 50px;
  border-radius: 50%;
}

.main-site-footer {
  background-image: url(../images/enviro.jpg);
  background-color: rgba(0, 0, 31, 0.918);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
}

.footer-service-note {
  background: url(../images/rori.jpg);
  margin: 0px 100px;
}

.fsn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #249b4ab0;
  padding: 50px;
}

.fsn-inner h2 {
    font-family: 'Yantramanav', sans-serif;
  color: white;
  font-size: 25px;
}

.fsn-inner p {
    font-family: 'Yantramanav', sans-serif;
  color: white;
}

.fsn-inner button {
  background: white;
  color: #226291;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  margin-top: 100px;
  padding: 0px 40px;
}

.f-item h3 {
    font-family: 'Yantramanav', sans-serif;
  color: #f8f8f8;
  border-bottom: #249b49 2px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 8px;
  font-size: 20px;
}

.f-item p {
    font-family: 'Yantramanav', sans-serif;
  color: lightgray;
}

.f-item ul li {
  margin-top: 10px;
}

.f-item ul li div {
    font-family: 'Yantramanav', sans-serif;
  color: lightgray;
}

.f-item ul li div span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.links li:hover div {
  color: #249b49;
}

.links li:hover div span {
  margin-left: 10px;
}

.ctu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ctu ul li p {
  margin: 0px;
}

.fi-icon {
  margin-right: 20px;
  color: #249b49 !important;
  font-size: 24px;
}

.social-icons {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.social-card div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 40px;
  -webkit-transition: .3s;
  transition: .3s;
  height: 40px;
  border-radius: 5px;
  color: #646464;
  border: 1px solid lightgray;
}

.social-card div span {
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.social-card div:hover {
  background: #249b49;
  color: white;
}

.rights-bar {
  background-color: #061e36;
  padding: 10px 20px;
  color: whitesmoke;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rights-bar a {
  color: lightgray;
}

@media (max-width: 850px) {
  .footer-service-note {
    margin: 0px;
  }
  .fsn-inner {
    padding: 5px;
  }
  .fsn-inner button {
    width: 90px;
    min-width: 70px;
  }
  .fsn-cont h2 {
    font-size: 16px;
  }
  .fsn-cont p {
    font-size: 11px;
  }
  .footer-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .footer-grid {
    padding: 10px;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .rights-bar {
    display: block;
  }
}
/*# sourceMappingURL=footer.css.map */