.sp-3-theme-footer #linkedin {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url("../../../images/ICONSSprite.png") 249px -59px;
}
.sp-3-theme-footer #facebook {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url("../../../images/ICONSSprite.png") 129px -59px;
}
.sp-3-theme-footer #instagram {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url("../../../images/ICONSSprite.png") 169px -59px;
}
.sp-3-theme-footer #twitter {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url("../../../images/ICONSSprite.png") 89px -59px;
}
.sp-3-theme-footer #youtube {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url("../../../images/ICONSSprite.png") 48px -59px;
}
.sp-3-theme-footer #whatsapp {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url("../../../images/ICONSSprite.png") 209px -59px;
}
.sp-3-theme-footer .footer {
  margin-top: 30px;
  padding-top: 20px;
  background: conic-gradient(from 315deg, rgba(247, 247, 247, 0.6431372549), #ffffff);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 29px 7px 0px;
  border-top: 1px solid var(--primary);
}
.sp-3-theme-footer .footer .footer-logo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--light-grey);
  padding-bottom: 15px;
}
.sp-3-theme-footer .footer .footer-content-background {
  padding-top: 30px;
  background: none;
}
.sp-3-theme-footer .footer img {
  max-width: 140px;
}
@media (max-width: 567px) {
  .sp-3-theme-footer .footer img {
    max-width: 150px;
  }
}
@media (max-width: 407px) {
  .sp-3-theme-footer .footer img {
    max-width: 130px;
  }
}
@media (max-width: 372px) {
  .sp-3-theme-footer .footer img {
    max-width: 110px;
  }
}
.sp-3-theme-footer .footer .points .point-item {
  margin-bottom: 10px;
}
.sp-3-theme-footer .footer .points .point-item a {
  display: flex;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: var(--fs-4);
  font-weight: 500;
  color: var(--grey);
}
.sp-3-theme-footer .footer .points .point-item a:hover {
  color: #1a2b49;
  cursor: pointer;
  transform: translateX(10px);
  transition: 0.3s;
}
.sp-3-theme-footer .footer .points .point-item .address {
  font-size: var(--fs-4);
  font-weight: 400;
  color: var(--grey);
}
.sp-3-theme-footer .footer .points .point-item i {
  padding-top: 4px;
  color: var(--primary);
}
.sp-3-theme-footer .footer .about-us {
  padding-right: 40px;
}
.sp-3-theme-footer .footer .about-us .about-us-heading {
  font-size: var(--fs-1);
  color: var(--grey);
}
.sp-3-theme-footer .footer .about-us p {
  font-size: var(--fs-4);
  font-weight: 500;
  color: var(--grey);
}
.sp-3-theme-footer .footer .about-us .about-us-para {
  font-size: var(--fs-5) !important;
  font-weight: 400;
  color: var(--grey);
}
.sp-3-theme-footer .footer .optionsTitle {
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}
.sp-3-theme-footer .footer .term-points {
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin: 20px 0px;
}
.sp-3-theme-footer .footer .term-points .point-item {
  font-size: 12px;
}
.sp-3-theme-footer .footer .term-points .point-item a {
  color: var(--primary);
  text-decoration: none;
}
.sp-3-theme-footer .footer .term-points .point-item a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .sp-3-theme-footer .footer .term-points {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.sp-3-theme-footer .footer .quick-link-points {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.sp-3-theme-footer .footer .quick-link-points .point {
  margin-bottom: 5px;
  margin-right: 5px;
  border: 1px solid var(--primary);
  border-radius: 20px;
  padding: 2px 10px;
}
.sp-3-theme-footer .footer .quick-link-points .point a {
  text-decoration: none;
  color: var(--primary);
}
.sp-3-theme-footer .footer .quick-link-points .point:hover {
  background-color: var(--primary);
}
.sp-3-theme-footer .footer .quick-link-points .point:hover a {
  color: var(--white);
}
.sp-3-theme-footer .footer .social-icons {
  display: flex;
}
.sp-3-theme-footer .footer .social-icons a {
  text-decoration: none;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  width: 40px;
  height: 40px;
  margin: 0px 10px;
}
.sp-3-theme-footer .footer .social-icons a:hover {
  border: 1px solid var(--light-2-grey);
}
.sp-3-theme-footer .footer .social-icons i {
  color: var(--primary);
  border: 1px solid var(--primary);
  width: 34px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-3-theme-footer .footer .social-icons i:hover {
  background-color: var(--primary);
  color: var(--white);
}
.sp-3-theme-footer .footer .social-icons ul {
  padding: 0;
  margin: 0;
}
.sp-3-theme-footer .footer .social-icons ul li {
  display: inline-block;
  padding-right: 20px;
}
.sp-3-theme-footer .footer .social-icons ul li i {
  font-size: var(--fs-2);
}
@media (max-width: 576px) {
  .sp-3-theme-footer .footer .social-icons i {
    height: 30px;
    width: 30px;
    font-size: var(--fs-5);
  }
  .sp-3-theme-footer .footer .social-icons ul {
    padding: 0;
    margin: 0;
  }
  .sp-3-theme-footer .footer .social-icons ul li {
    display: inline-block;
    padding-right: 6px;
  }
  .sp-3-theme-footer .footer .social-icons ul li i {
    font-size: var(--fs-2);
  }
}
.sp-3-theme-footer .footer .bg-color {
  background-color: var(--primary);
  border-top: 2px solid #1a2b49;
  padding: 25px 0px 0px 0px;
}
.sp-3-theme-footer .copy-right-social-container {
  background-color: var(--primary);
}
.sp-3-theme-footer .copy-right-and-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 50px;
}
.sp-3-theme-footer .copy-right-and-social .para {
  font-size: var(--fs-5);
  color: var(--white);
  padding: 8px 0px;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .sp-3-theme-footer .copy-right-and-social {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: start;
  }
}/*# sourceMappingURL=footer_V3.css.map */