* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.web-logo_main {
  width: 90px;
  height: auto;
}
#lg-fnt-cstm-shrn-ft {
  font-size: 10px;
  color: #242424;
  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: #1c5e99;
    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 #fab03c;
  }
  .web-footer_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9f7eb;
    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: #f9f7eb;
    padding: 20px 10px;
  }
}
.web-footer_2::before {
  content: "";
  position: absolute;
  background-image: url(../image/bg-ab-sec-sty.png);
  background-repeat: no-repeat;
  width: 25%;
  height: 78%;
  bottom: 0%;
  left: -1px;
  background-size: contain;
}
.web-footer_2::after {
  content: "";
  position: absolute;
  background-image: url(../image/newasset_02.png);
  background-repeat: no-repeat;
  width: 23%;
  height: 31%;
  bottom: 1px;
  right: 20px;
  background-size: contain;
}
.web-footer_2 .back-to-top {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.web-footer_2 a {
  text-decoration: none;
  color: #5985b1;
}
.web-footer_2 .back-to-top .element {
  padding: 5px 10px;
  background: #fab03c;
  border-radius: 9px;
  color: #ffffff;
  position: fixed;
  bottom: 82px;
  right: 6px;
  border: 2px solid #e6e6e6;
  opacity: 1;
  transition: 0.4s;
}
.footer-add-wrap {
  width: 364px;
  margin: 18px auto 0px auto;
}
.footer-add-wrap p {
  color: #000000a1;
  text-align: center;
}
.watsapp-sticky {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 17px;
  left: 17px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  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 {
  background-color: #21ae55;
  scale: 1.1;
}
@media only screen and (max-width: 769px) {
  .web-footer_2 {
    .web-footer_wrap {
      padding: 50px 10px 20px;
    }
    .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(0.5);
    opacity: 0.5;
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .web-footer_2::before {
    left: -90px;
    display: none;
  }
  .web-footer_2::after {
    top: 90px;
    right: -90px;
    display: none;
  }
  .web-footer_2 {
    .web-footer_wrap_nav ul {
      display: grid;
      grid-template-columns: 50% 50%;
    }
  }
}

@media only screen and (max-width: 1100px) {
  .web-footer_2::before {
    content: "";
    position: absolute;
    background-image: url(../image/bg-ab-sec-sty.png);
    background-repeat: no-repeat;
    width: 25%;
    height: 43%;
    bottom: 0%;
    left: -1px;
    background-size: contain;
  }

  .web-footer_2::after {
    content: "";
    position: absolute;
    background-image: url(../image/newasset_02.png);
    background-repeat: no-repeat;
    width: 23%;
    height: 17%;
    bottom: 1px;
    right: 20px;
    background-size: contain;
  }
}
