/*============================================================================================
	  Footer Area
==============================================================================================*/
.footer-area.style2 {
  background: var(--title-color);
}
.footer-area.style2 .footer-widget-title {
  font-size: 20px;
  color: var(--white-color);
  text-transform: capitalize;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 22px;
}
.footer-area.style2 .footer-widget-title::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 2px;
  background: var(--primary-color);
  bottom: -1px;
  left: 0;
}
.footer-area.style2 .footer-widget-list li {
  margin-bottom: 8px;
}
.footer-area.style2 .footer-widget-list li:last-child {
  margin-bottom: 0;
}
.footer-area.style2 .footer-widget-list li a {
  color: var(--white-color);
}
.footer-area.style2 .footer-widget-list li a:hover {
  color: var(--primary-color);
}
.footer-area.style2 .footer-about {
  margin-top: 40px;
}
.footer-area.style2 .footer-widget {
  margin-top: 40px;
}
.footer-area.style2 .footer-top {
  padding-top: 32px;
}
.footer-area.style2 .footer-sslcommerze {
  padding: 64px 0px 32px;
  text-align: center;
}
.footer-area.style2 .footer-about-copyright {
  margin: 0;
  color: var(--white-color);
}
.footer-area.style2 .footer-about-copyright a {
  color: var(--primary-color) !important;
}
.footer-area.style2 .footer-widget-list-inner {
  display: flex;
}
.footer-area.style2 .footer-widget-list {
  margin-right: 56px;
}
.footer-area.style2 .footer-widget-list:last-child {
  margin: 0;
}
.footer-area.style2 .f-widget-policy-terms-pages-list li {
  display: inline-block;
  margin-right: 12px;
}
.footer-area.style2 .f-widget-policy-terms-pages-list li {
  display: inline-block;
  margin-right: 12px;
  position: relative;
  padding-right: 12px;
}
.footer-area.style2 .f-widget-policy-terms-pages-list li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: #e6e5f129;
  right: -0.5px;
  top: 3px;
}
.footer-area.style2 .f-widget-policy-terms-pages-list li:last-child {
  margin: 0;
  padding: 0;
}
.footer-area.style2 .f-widget-policy-terms-pages-list li:last-child::before {
  display: none;
}
.footer-area.style2 .f-widget-policy-terms-pages-list li a {
  color: var(--white-color);
}
.footer-area.style2 .f-widget-policy-terms-pages-list li a:hover {
  color: var(--primary-color);
}
.footer-area.style2 .f-widget-policy-terms-pages {
  text-align: right;
}
.footer-area.style2 .footer-about-content p {
  color: var(--white-color);
}
.footer-area.style2 .footer-logo img {
  width: 180px;
  height: auto;
}
.footer-area.style2 .footer-logo {
  margin-bottom: 24px;
}
.footer-area.style2 .footer-bottom {
  border-top: 1px solid #e6e5f129;
  padding: 28px 0px;
}

.footer-area.style2 .f-widget-contact-social-list li {
  color: #fff;
  display: inline-block;
  font-weight: 500;
  margin: 0 8px 0 0;
}

.footer-area.style2 .f-widget-contact-social-list li a {
  background: #ffffff26;
  border-radius: 100%;
  color: var(--white-color);
  font-size: 16px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  width: 40px;
}
.footer-area.style2 .f-widget-contact-social-list li a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.footer-area.style2 .footer-widget.quick-links {
  padding-left: 80px;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .footer-area.style2 .footer-widget.quick-links {
    padding-left: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area.style2 .footer-logo img {
    width: 164px;
  }
  .footer-area.style2 .footer-widget.quick-links {
    padding-left: 0;
  }
  .footer-area.style2 .footer-sslcommerze {
    padding: 32px 0px;
  }
  .footer-area.style2 .f-widget-contact-social-list li a {
    font-size: 15px;
    height: 38px;
    line-height: 38px;
    width: 38px;
  }
  .footer-area.style2 .f-widget-policy-terms-pages {
    text-align: center;
  }
  .footer-area.style2 .footer-about-copyright {
    text-align: center;
    line-height: 27px;
  }
  .footer-area.style2 .f-widget-policy-terms-pages-list li {
    font-size: 14px;
  }
  .footer-area.style2 .f-widget-policy-terms-pages-list {
    margin-top: 14px;
  }
}

/*============================================================================================
	  End Footer Area
==============================================================================================*/
