* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.web-logo_main {
  width: 90px;
  height: auto;
}
#lg-fnt-cstm-shrn-ft {
  font-size: 10px;
  color: #fff;
  text-align: center;
  width: 70px;
  margin: auto;
}
.web-footer_2 {
  position: relative;

  a {
    text-decoration: none;
    color: #fff;
  }
  li {
    color: #fff;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 2.4;
  }
  .footer-rights {
    color: #fff;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .footer-btn-style-1 {
    border: 1px solid #fff;
    margin-inline: 25px;
    border-radius: 50%;
    width: 33px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
  }

  .footer-btn-style-3 {
    transition: 0.4s;
    padding: 3px 15px;
    border-bottom: 3px solid transparent;
    font-family: "Poppins";
    font-size: 16px;
  }
  .footer-btn-style-3:hover {
    border-bottom: 1px solid #fff;
  }
  .web-footer_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #17a302;
    padding: 50px 0 20px;
  }
  .footer-logo-wrap {
    text-align: center;
  }
  .web-footer_wrap_nav,
  .web-footer_icon_links {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }
  .web-footer_wrap_nav {
    border-bottom: 1px solid #fab03c;
    padding-bottom: 15px;
  }
  .footer-rights {
    text-align: center;
  }
  .web-footer_wrap_nav ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: flex;
  }
  .footer-btn-style-2 {
    background: transparent;
    outline: transparent;
    border: 1px solid transparent;
    margin: 0;
  }
  .sbt-icon-size {
    font-size: 16px;
    color: #3d3a2c;
    transition: 0.4s;
  }
  .footer-btn-style-2:hover {
    color: #ffd47d;
  }
  .footer-rights br {
    display: none;
  }
  .web-footer_innerwrap {
    z-index: 1;
    background: #17a302;
    padding: 20px 10px;
  }
}
.web-footer_2::before {
  content: "";
  position: absolute;
  background-image: url(../image/skyline-1.png);
  background-repeat: no-repeat;
  width: 24%;
  height: 51%;
  bottom: 0%;
  left: 0px;
  background-size: contain;
}
.web-footer_2::after {
  content: "";
  position: absolute;
  background-image: url(../image/skyline-2.png);
  background-repeat: no-repeat;
  width: 19%;
  height: 50%;
  bottom: 1px;
  right: 0px;
  background-size: contain;
}
.web-footer_2 .back-to-top {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.web-footer_2 a {
  text-decoration: none;
  color: #fff;
}
.web-footer_2 .back-to-top .element {
  padding: 5px 10px;
  background: #17a302;
  border-radius: 9px;
  color: #ffffff;
  position: fixed;
  bottom: 30px;
  right: 10px;
  border: 2px solid #e6e6e6;
  opacity: 1;
  transition: 0.4s;
}
.footer-add-wrap {
  width: 364px;
  margin: 18px auto 0px auto;
}
.footer-add-wrap p {
  color: #fff;
  text-align: center;
}
.watsapp-sticky {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 17px;
  left: 17px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  transition: 0.4s;
  scale: 1;
}
.watsapp-sticky a {
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.watsapp-sticky a .fa-brands {
  color: white;
  font-size: 40px;
}
.watsapp-sticky:hover {
  scale: 1.1;
}
.enquire-button {
  position: fixed;
  right: -43px;
  bottom: 30%;
  transform: rotate(270deg);
  z-index: 9999;
}
.enquire-button .btn.btn-primary {
  border: 1px solid #fff !important;
}
@media only screen and (max-width: 769px) {
  .web-footer_2 {
    .web-footer_wrap {
      padding: 50px 10px 20px;
      overflow-x: hidden;
    }
    .web-footer-header {
      font-size: 22px;
    }
    .footer-rights br {
      display: block;
    }
    li {
      font-size: 14px;
    }
    .footer-rights {
      font-size: 14px;
    }
    .footer-btn-style-1 {
      margin-inline: 15px;
    }
    .web-footer_list {
      padding-inline: 10px;
    }
  }
  .web-footer_2::before,
  .web-footer_2::after {
    transform: scale(1);
    opacity: 1;
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .web-footer_2::before {
    left: -90px;
  }
  #home .row {
    flex-direction: column-reverse;
  }
  .web-footer_2::before {
    display: block;
  }
  .web-footer_2::after {
    top: 90px;
    right: -90px;
  }
  .web-footer_2 {
    .web-footer_wrap_nav ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
}

@media only screen and (max-width: 1100px) {
  .web-footer_2::before {
    content: "";
    position: absolute;
    background-image: url(../image/skyline-1.png);
    background-repeat: no-repeat;
    width: 34%;
    height: 12%;
    top: -43px;
    left: 10px;
    background-size: contain;
  }

  .web-footer_2::after {
    content: "";
    position: absolute;
    background-image: url(../image/skyline-2.png);
    background-repeat: no-repeat;
    width: 23%;
    height: 17%;
    top: -52px;
    right: 20px;
    background-size: contain;
  }
}
