.sp-2-theme-footer #linkedin {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url("../../../images/ICONSSprite.png") -15px -50px;
}
.sp-2-theme-footer #facebook {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url("../../../images/ICONSSprite.png") -55px -50px;
}
.sp-2-theme-footer #instagram {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url("../../../images/ICONSSprite.png") -95px -50px;
}
.sp-2-theme-footer #twitter {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url("../../../images/ICONSSprite.png") -135px -50px;
}
.sp-2-theme-footer #youtube {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url("../../../images/ICONSSprite.png") -175px -50px;
}
.sp-2-theme-footer #whatsapp {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url("../../../images/ICONSSprite.png") -215px -50px;
}
.sp-2-theme-footer .footer {
  padding-top: 20px;
  background: conic-gradient(from 315deg, rgba(247, 247, 247, 0.6431372549), #ffffff);
  border-top: 2px solid var(--primary);
}
.sp-2-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-2-theme-footer .footer .footer-logo-row img {
  max-width: 140px;
}
@media (max-width: 567px) {
  .sp-2-theme-footer .footer .footer-logo-row img {
    max-width: 150px;
  }
}
@media (max-width: 407px) {
  .sp-2-theme-footer .footer .footer-logo-row img {
    max-width: 130px;
  }
}
@media (max-width: 372px) {
  .sp-2-theme-footer .footer .footer-logo-row img {
    max-width: 110px;
  }
}
.sp-2-theme-footer .footer .footer-content-background {
  padding-top: 30px;
  background: none;
}
.sp-2-theme-footer .footer .points .point-item {
  margin-bottom: 10px;
}
.sp-2-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-2-theme-footer .footer .points .point-item a:hover {
  color: #1a2b49;
  cursor: pointer;
  transform: translateX(10px);
  transition: 0.3s;
}
.sp-2-theme-footer .footer .points .point-item .address {
  font-size: var(--fs-4);
  font-weight: 400;
  color: var(--grey);
}
.sp-2-theme-footer .footer .points .point-item i {
  padding-top: 4px;
  color: var(--secondary);
}
.sp-2-theme-footer .footer .about-us {
  padding-right: 40px;
}
.sp-2-theme-footer .footer .about-us .about-us-heading {
  font-size: var(--fs-1);
  color: var(--grey);
}
.sp-2-theme-footer .footer .about-us p {
  font-size: var(--fs-4);
  font-weight: 500;
  color: var(--grey);
}
.sp-2-theme-footer .footer .about-us .about-us-para {
  font-size: var(--fs-5) !important;
  font-weight: 400;
  color: var(--grey);
}
.sp-2-theme-footer .footer .optionsTitle {
  color: var(--grey);
  font-weight: 500;
  border-bottom: 3px solid var(--secondary);
  display: inline-block;
  padding: 2px 0;
  margin-bottom: 20px;
}
.sp-2-theme-footer .footer .social-icons {
  display: flex;
  flex-wrap: wrap;
}
.sp-2-theme-footer .footer .social-icons a {
  text-decoration: none;
}
.sp-2-theme-footer .footer .social-icons i {
  color: var(--primary);
  border: 1px solid var(--primary);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-2-theme-footer .footer .social-icons i:hover {
  background-color: var(--primary);
  color: var(--white);
}
.sp-2-theme-footer .footer .social-icons ul {
  padding: 0;
  margin: 0;
}
.sp-2-theme-footer .footer .social-icons ul li {
  display: inline-block;
  padding-right: 20px;
}
.sp-2-theme-footer .footer .social-icons ul li i {
  font-size: var(--fs-2);
}
@media (max-width: 576px) {
  .sp-2-theme-footer .footer .social-icons i {
    height: 30px;
    width: 30px;
    font-size: var(--fs-5);
  }
  .sp-2-theme-footer .footer .social-icons ul {
    padding: 0;
    margin: 0;
  }
  .sp-2-theme-footer .footer .social-icons ul li {
    display: inline-block;
    padding-right: 6px;
  }
  .sp-2-theme-footer .footer .social-icons ul li i {
    font-size: var(--fs-2);
  }
}
.sp-2-theme-footer .footer .bg-color {
  background-color: var(--primary);
  border-top: 2px solid #1a2b49;
  padding: 25px 0px 0px 0px;
}
.sp-2-theme-footer .copy-right {
  margin-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}
.sp-2-theme-footer .copy-right .para {
  font-size: var(--fs-5);
  color: var(--primary);
  border-top: 1px solid var(--primary);
  padding: 10px 80px 10px 80px;
}/*# sourceMappingURL=footer_V2.css.map */