/*****************************
06. Footer CSS
*****************************/
.black-footer {
  background: #252429;
}
.black-footer .footer-widget-title {
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.black-footer .footer-widget-title::before {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 50px;
}
.black-footer .footer-menu-widget ul li a, .black-footer .footer-address-widget p, .black-footer .footer-address-widget p a, .black-footer.footer p {
  color: #fff;
}
.footer-business > p {
    margin: 0px 0 17px;
    color: #ddd;
    font-size: 15px;
}
.footer-logo-section-all > p, .footer-business > p {
    color: #ddd;
    font-size: 15px;
    margin: 30px 0 28px;
}
.subscribe {
    position: relative;
}
.subscribe input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    height: 40px;
    padding-left: 15px;
    position: relative;
    width: 100%;
}
.search-button {
    background: #f5a623 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    width: 60px;
}
.footer-business ul li {
    color: #ddd;
    font-size: 15px;
    margin-bottom: 13px;
    text-transform: capitalize;
}
.footer-business ul li span {
    float: right;
}
.footer-bottom {
  padding: 3rem 0;
}
.footer-logo-section-all {
    padding-right: 56px;
}
.footer p {
  color: #000;
  font-size: 1.4rem;
}

.footer-menu {
  text-align: center;
}

.footer-area a:hover {
  color: #DB5C00;
}

.widget-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 2rem 0;
  text-transform: capitalize;
}

.footer-widget-title {
  color: #2c2e3d;
}

.address-widget p {
  color: #b6becb;
  font-size: 1.4rem;
  margin-bottom: 15px;
  line-height: 2;
}
.address-widget p:last-child {
  margin-bottom: 0px !important;
}

.address-widget p i.fa {
  font-size: 1.6rem;
  margin-right: 10px;
}

.address-widget p a {
  color: #b6becb;
}

.footer-address-widget p {
  color: #2c2e3d;
}

.footer-address-widget p a {
  color: #2c2e3d;
}

.menu-widget ul li {
  line-height: 1.5;
}

.menu-widget ul li:not(:last-child) {
  margin-bottom: 1.4rem;
}

.menu-widget ul li a {
  font-size: 1.4rem;
  color: #b6becb;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 400;
}

.footer-menu-widget ul li a {
  color: #2c2e3d;
}

.payment {
  margin-top: 2px;
}

.copyright-text {
  margin-bottom: 0;
  color: #fff;
  padding-top: 5px;
}

.copyright-text a {
  color: #f5a623;
}

.footer-copyright-text a {
  color: #f5a623;
}

.footer-copyright-text a:hover {
  color: #f5a623;
  text-decoration: underline;
}
.black-footer-bottom {
  background: #1F1E23;
}
.payment ul > li {
  display: inline-block;
  margin-left: 5px;
}
.payment > ul > li > a {
    color: #fff;
    font-size: 25px;
}

.footer-widget-row .footer-widget {
  margin-bottom: 4rem;
}