﻿.footer-top {
  background: #2d2d2d none repeat scroll 0 0;
  border-bottom: 1px solid #5b5b5b;
  padding: 55px 0;
}

.footer-top-area {
  background: var(--footBackground) none repeat scroll 0 0;
  padding: 50px 0;
}

.footer-widget {
  margin-bottom: 20px;
}

.footer-widget .footerWidgetTop {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  padding-bottom: 20px;
}

.footer-widget .footerWidgetTitle {
  color: var(--footBackgroundTitle);
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  margin-right: 8px;
}

.footer-widget .footerWidgetLine {
  width: 20px;
  height: 2px;
  background-color: var(--button);
}

ul.footer-menu {}

ul.footer-menu a h5,
ul.footer-menu a li {
  color: var(--footBackgroundText);
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0px;
  line-height: 20px;
  margin: 0;
}

ul.footer-menu a:last-child h5,
ul.footer-menu a:last-child li {
  padding-bottom: 0;
  border: 0
}

ul.footer-menu a h5:hover,
ul.footer-menu a li:hover {
  color: var(--commonHover);
}

.footer-widget img {
  display: block;
  max-width: 40%;
  margin: 0 auto;
}

.footer-widget .footerDesc {
  text-align: center;
  color: var(--footBackgroundText);
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 22px;
}

.footer-widget .subscribeTips {
  color: var(--footBackgroundText);
  font-size: 14px;
  line-height: 25px;
  margin-top: 8px;
}

.widget-icon {}

.widget-icon a {
  color: #E0E0E0;
  display: inline-block;
  font-size: 18px;
  margin-right: 7px;
  position: relative;
  text-align: center;
}

.widget-icon a i {
  font-size: 18px;
  color: #E0E0E0;
}

.widget-icon a i:hover {
  color: var(--button);
}

.footer-bottom-area {
  background: var(--blackColor);
}

.footer-social-info {
  margin-right: 12px;
  margin-bottom: 20px;
  float: left;
}

.footer-social-info a > i {
  color: var(--footBackgroundText);
  font-size: 18px;
  line-height: 18px;
}

.footer-company-info {
  font-size: 14px;
  color: var(--footBackgroundText);
  line-height: 18px;
  margin-bottom: 20px;
  display: flex;
}

.footer-company-info a {
  color: var(--footBackgroundText);
}

/* .footer-company-info:hover {
  color: var(--commonHover);
}

.footer-company-info:hover i {
  color: var(--commonHover);
}

.footer-company-info i:hover {
  color: var(--commonHover);
} */

.footer-company-info a:hover {
  color: var(--commonHover);
}

.footer-company-info a:hover i {
  color: var(--commonHover);
}

.footer-company-info i {
  font-size: 18px;
  flex: 0 0 18px;
  margin-right: 10px;
  color: var(--footIcon);
}

.footerInput {
  position: relative;
  width: 100%;
  display: flex;
}

.footerInput input {
  width: 100%;
  height: 40px;
  border: none;
  padding-left: 10px;
  border-radius: 0;
}

.footerInput .footerInputBtn {
  padding: 0 10px;
  line-height: 40px;
  border: none;
  border-radius: 0;
  background: var(--commonButton);
  color: var(--commonButtonText);
}

.footerInput .footerInputBtn:hover {
  background: var(--commonHover);
}
.footerBottom {
  border-top: 1px solid var(--footLine);
  padding: 23px 0;
  font-size: 14px;
  text-align: center;
  color: #777777;
  line-height: 18px;
}

.footerButton {
  background-color: aquamarine;
}

.inquiryButton {
  background: var(--blackColor) none repeat scroll 0 0;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
  bottom: 80px;
  font-size: 20px;
  height: 40px;
  line-height: 38px;
  position: fixed;
  right: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid #fff;
}

.inquiryButton:hover {
  background: var(--commonHover);
  border: 2px solid var(--commonHover);
}

.inquiryButton i {
  font-size: 20px;
}

.messenger {
  background: var(--blackColor) none repeat scroll 0 0;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
  bottom: 130px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
  width: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid #fff;
}

.messenger i {
  color: #fff;
  font-size: 26px;
  height: 37px;
  line-height: 37px;
}

.messenger:hover {
  background: #0073FF;
  border: 2px solid #0073FF;
}

.whatsapp {
  background: var(--blackColor) none repeat scroll 0 0;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
  bottom: 180px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
  width: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid #fff;
}

.whatsapp:hover {
  background: var(--commonHover);
  border: 2px solid var(--commonHover);
}

.whatsapp i {
  color: #fff;
  font-size: 26px;
  height: 37px;
  line-height: 37px;
}

@media (max-width: 991px) {
  .footer-widget img {
    margin: 0;
  }

  .footer-widget .footerDesc {
    text-align: left;
  }

  .footer-widget .footerWidgetTop {
    padding-bottom: 10px;
  }

  .footer-widget {
    margin-bottom: 40px;
  }

  .footer-top {
    padding: 30px 0 10px;
  }

  .footer-top-area {
    padding: 30px 0;
  }

  .footer-company-info {
    margin-bottom: 20px;
  }

  .footer-company-info i {
    margin-bottom: 10px;
  }

  ul.footer-contact li:last-child {
    margin: 0;
    padding: 0;
  }

  .footer-top-area .col-lg-3 {
    margin-bottom: 30px
  }

  .footer-top-area .col-lg-3:last-child {
    margin-bottom: 0px
  }

  .footer-bottom-area {
    text-align: center;
  }
}

.messageTip {
  min-width: 380px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  position: fixed;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  background-color: #edf2fc;
  overflow: hidden;
  padding: 15px 15px 15px 20px;
  display: flex;
  align-items: center;
  z-index: 2022;
  opacity: 0;
  visibility: hidden;
}

.messShow3s {
  animation: show3s 3s;
  animation-iteration-count: 1;
}

.messageTip i {
  margin-right: 10px;
}

.messageError {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}

.messageError i {
  color: #f56c6c;
}

.messageSuccess {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
}

.messageSuccess i {
  color: #67c23a;
}

@keyframes show3s {
  0% {
    top: 10px;
    opacity: 0;
  }

  5% {
    top: 20px;
    opacity: 1;
    visibility: visible;
  }

  95% {
    top: 20px;
    opacity: 1;
    visibility: visible;
  }

  100% {
    top: 10px;
    opacity: 0;
  }
}