@-webkit-keyframes shine {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes shine {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.footer-bg-main {
  background-color: #191919;
  padding: 70px 0;
}

.footer-bg-main p,
.footer-bg-main .sub-divs li a,
.footer-bg-main .sub-divs li span {
  color: #fff !important;
  text-align: start;
}

.footer-bg-main .language-currency-content .dropdown-menu {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  left: 0 !important;
}

.footer-bg-main .language-currency-content .dropdown-item.active:hover {
  background-color: #191919 !important;
  color: #fff !important;
  font-weight: 600;
}

.footer-bg-main .language-currency-content .dropdown-item.active,
.footer-bg-main .language-currency-content .dropdown-item:active {
  background-color: #191919;
  color: #fff !important;
  font-weight: 600;
}

.footer-bg-main .language-currency-content .dropdown-item:hover {
  color: #191919 !important;
  font-weight: 600;
}

.footer-bg-main .language-main .dropdown-toggle span {
  color: #fff !important;
  opacity: 1 !important;
}

.footer-bg-main .language-main .dropdown-toggle::after {
  border-top-color: #fff !important;
}

.footer-bg-main .footer-logo {
  width: 150px;
  height: 50px;
  display: block;
}

@media screen and (max-width: 768px) {
  .footer-bg-main .footer-logo {
    margin: auto;
  }
}

.footer-bg-main .form-control::-webkit-input-placeholder {
  color: #8E8E8E;
}

.footer-bg-main .form-control::-moz-placeholder {
  color: #8E8E8E;
}

.footer-bg-main .form-control::-ms-input-placeholder {
  color: #8E8E8E;
}

.footer-bg-main .form-control::placeholder {
  color: #8E8E8E;
}

.footer-bg-main .subscribe-input {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .footer-bg-main .subscribe-input {
    width: 100%;
    margin: auto;
  }
}

.footer-bg-main .social-icons a {
  display: block;
}

.footer-bg-main .social-icons a i {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  font-size: 17px;
}

.footer-bg-main .social-icons a:hover i {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #FF640E;
}

.footer-bg-main .ftr-ul li {
  margin-bottom: 4px;
}

.footer-bg-main .ftr-ul li:last-child {
  margin-bottom: unset;
}

.footer-bg-main .ftr-ul li a:hover {
  color: #FF640E;
}

.footer-bg-main .without-bg-div {
  position: relative;
}

.footer-bg-main .without-bg-div .without-bg {
  background: unset;
  border: unset;
  color: #fff;
  font-weight: 600;
}

.footer-bg-main .without-bg-div .without-bg option {
  color: #191919;
}

.footer-bg-main .without-bg-div i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: #fff;
}

.copyright-bg {
  background-color: #232F3E;
  padding: 25px 0;
  text-align: center;
  color: #fff;
}

