.bemet-footer-block .main-footer {
  background-color: #222;
}
.bemet-footer-block .main-footer .widgets-section {
  padding: 50px 0px 50px;
  /*News Widget*/
}
.bemet-footer-block .main-footer .widgets-section .footer-widget {
  margin-bottom: 30px;
}
.bemet-footer-block .main-footer .widgets-section .footer-widget .crmFormVali-error {
  /* display: none; */
  left: 0;
  top: 100%;
}
.bemet-footer-block .main-footer .widgets-section .footer-widget .footer-title {
  margin-bottom: 32px;
}
.bemet-footer-block .main-footer .widgets-section .footer-widget .footer-title h2 {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.4em;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #12291a;
}
.bemet-footer-block .main-footer .widgets-section .logo-widget .logo {
  position: relative;
  margin-bottom: 5px;
  top: -10px;
  width: 100%;
}
@media (max-width: 767px) {
  .bemet-footer-block .main-footer .widgets-section .logo-widget .logo {
    display: flex;
    justify-content: center;
  }
}
.bemet-footer-block .main-footer .widgets-section .logo-widget .logo .home {
  display: inline-block;
  width: 186px;
  height: 52px;
}
.bemet-footer-block .main-footer .widgets-section .logo-widget .logo .home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bemet-footer-block .main-footer .widgets-section .logo-widget .footer-social .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  height: 100%;
}
@media (max-width: 767px) {
  .bemet-footer-block .main-footer .widgets-section .logo-widget .footer-social .list-wrap {
    justify-content: center;
  }
}
.bemet-footer-block .main-footer .widgets-section .logo-widget .footer-social .list-wrap li .icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #a3a2a2;
  border-radius: 50%;
  font-size: 14px;
  color: #a3a2a2;
  transition: all 0.3s ease-out 0s;
}
.bemet-footer-block .main-footer .widgets-section .logo-widget .footer-social .list-wrap li .icon .iconfont {
  transition: all 0.3s ease-out 0s;
}
.bemet-footer-block .main-footer .widgets-section .logo-widget .footer-social .list-wrap li .icon:hover {
  border-color: var(--color-primary);
}
.bemet-footer-block .main-footer .widgets-section .logo-widget .footer-social .list-wrap li .icon:hover .iconfont {
  color: #fff;
}
@media (max-width: 1199px) {
  .bemet-footer-block .main-footer .widgets-section .logo-widget .footer-social .list-wrap li .icon {
    width: 45px;
    height: 45px;
  }
}
.bemet-footer-block .main-footer .widgets-section .lists-widget {
  margin-bottom: 40px;
}
.bemet-footer-block .main-footer .widgets-section .lists-widget .fw-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.bemet-footer-block .main-footer .widgets-section .lists-widget .footer-link .list-wrap {
  margin: 0px;
  padding: 0px;
}
.bemet-footer-block .main-footer .widgets-section .lists-widget .footer-link .list-wrap li {
  line-height: 1.3;
  margin-bottom: 18px;
}
.bemet-footer-block .main-footer .widgets-section .lists-widget .footer-link .list-wrap li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #a3a2a2;
  transition: all 0.3s ease-out 0s;
  display: -webkit-box;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.bemet-footer-block .main-footer .widgets-section .lists-widget .footer-link .list-wrap li a:hover {
  color: #ffffff;
  margin-left: 5px;
}
.bemet-footer-block .main-footer .widgets-section .news-widget .fw-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
}
.bemet-footer-block .main-footer .widgets-section .news-widget .footer-contact .list-wrap {
  margin-bottom: 18px;
}
.bemet-footer-block .main-footer .widgets-section .news-widget .footer-contact .list-wrap li {
  font-size: 16px;
  color: #a3a2a2;
  font-weight: 400;
  line-height: 1.6;
  display: -webkit-box;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.bemet-footer-block .main-footer .widgets-section .footer-newsletter .title {
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
}
.bemet-footer-block .main-footer .widgets-section .footer-newsletter form {
  position: relative;
}
.bemet-footer-block .main-footer .widgets-section .footer-newsletter form input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #594840;
  font-size: 14px;
  color: #fff;
  padding: 6px 150px 6px 0;
  height: 40px;
}
.bemet-footer-block .main-footer .widgets-section .footer-newsletter form button {
  border: none;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  color: #fff;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  padding: 8px 28px;
}
.bemet-footer-block .main-footer .widgets-section .fw-title i {
  display: none;
}
@media screen and (max-width: 768px) {
  .bemet-footer-block .main-footer .widgets-section .fw-title i {
    float: right;
    color: #fff;
    display: block;
    cursor: pointer;
  }
  .bemet-footer-block .main-footer .widgets-section .footer-widget .list-app {
    display: none;
  }
  .bemet-footer-block .main-footer .widgets-section .footer-widget .list-app.show {
    display: block;
  }
}
@media (max-width: 768px) {
  .bemet-footer-block .main-footer .widgets-section {
    padding: 50px 0px 0px;
  }
}
.bemet-footer-block .footer-bottom {
  background: #222;
  padding: 24px 0;
}

.widgets-section .logo img{
  height: 50px;
}
.bemet-footer-block .footer-bottom .bottom-box {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .bemet-footer-block .footer-bottom .bottom-box .copyright-text {
    text-align: center;
    margin-bottom: 10px;
  }
}
.bemet-footer-block .footer-bottom .bottom-box .copyright-text p {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #a3a2a2;
  font-weight: 400;
  letter-spacing: 1px;
}
.bemet-footer-block .footer-bottom .bottom-box .copyright-text p a {
  color: var(--color-primary);
  outline: medium none;
  text-decoration: none;
}
.bemet-footer-block .footer-bottom .bottom-box .footer-card {
  width: 100%;
  text-align: right;
}
@media (max-width: 768px) {
  .bemet-footer-block .footer-bottom .bottom-box .footer-card {
    text-align: center;
  }
}
.bemet-footer-block .footer-bottom .bottom-box .footer-card .tooter-box {
  display: inline-flex;
  width: 100%;
  height: 25px;
  align-items: center;
  justify-content: end;
}
.bemet-footer-block .footer-bottom .bottom-box .footer-card .tooter-box img {
  height: 25px;
  margin-left: 10px;
  max-width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 768px) {
  .bemet-footer-block .footer-bottom .bottom-box .footer-card .tooter-box {
    justify-content: center;
  }
}
