/* Footer Two Component Styles */

.footer-two {
  padding: 110px 15px 135px;
}
.footer-two.no-bg {
  background: none;
  padding: 0;
  position: statics;
}
.footer-two .logo img {
  width: 150px;
}
.footer-two.no-bg:before {
  display: none;
}
.footer-two.no-bg .bg-wrapper {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.footer-two.no-bg .bg-wrapper .copyright {
  left: 0;
}
.footer-two .bg-wrapper {
  background: #FFFFFF;
  border-radius: 30px;
  z-index: 1;
  padding: 70px 40px 40px;
}
.footer-two .bg-wrapper .shape_01 {
  bottom: 12%;
  right: 33%;
  width: 2.3%;
  min-width: 28px;
}
.footer-two .bg-wrapper .shape_02 {
  bottom: 38%;
  left: 25%;
  width: 3.8%;
  min-width: 28px;
}
.footer-two .social-icon a {
  color: #292929;
  font-size: 17px;
  width: 40px;
  height: 40px;
  border: 1px solid #292929;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.footer-two .social-icon a:hover {
  background: #292929;
  border-color: #292929;
  color: #fff;
}
.footer-two .footer-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-two .footer-nav-link a {
  color: rgba(0, 0, 0, 0.8);
  line-height: 42px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.footer-two .footer-nav-link a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.footer-two .copyright {
  font-size: 18px;
  color: #19352D;
  position: absolute;
  left: 40px;
  bottom: 64px;
}

.footer-nav-link .item--soon::after {
  top: -13px;
}

/* Responsive Styles */

@media (max-width: 1199px) {
  .footer-two .footer-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .footer-two {
    padding: 50px 0;
  }
  .footer-two .bg-wrapper {
    padding: 50px 20px 30px;
  }
  .footer-two .bg-wrapper .shapes {
    display: none !important;
  }
  .footer-two .copyright {
    position: static;
    margin-top: 15px;
  }
}
