.footer-top {
	background: #2d2d2d none repeat scroll 0 0;
	border-bottom: 1px solid #5b5b5b;
	padding: 55px 0;
}
.footer-top-area {
  background: #242631 none repeat scroll 0 0;
  padding: 50px 0;
}
.footer-widget{}
.contacts-list li{
  color: white;
}
.footer-widget .footerWidgetTitle {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 20px;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 8px;
}
ul.footer-menu{}
ul.footer-menu a h5, ul.footer-menu a li {
  color: #B3B5B9;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  border-bottom: 1px solid #5b5b5b;
  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(--button);
}
.footer-widget img{
  width: 150px;
  height: 60px;
  object-fit: cover;
}
.footer-widget p {
  color: #B3B5B9;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 22px;
}
.widget-icon{}
.widget-icon a {
  color: #B3B5B9;
  display: inline-block;
  font-size: 18px;
  margin-right: 7px;
  position: relative;
  text-align: center;
}
.widget-icon a i{
  font-size: 18px;
  color: #B3B5B9;
}
.widget-icon a i:hover{
  color: var(--button);
}
.footer-bottom-area {
  border-top: 1px solid #5b5b5b;
  background: #242631;
  padding: 20px 0;
}
.footer-company-info{
  font-size: 14px;
  color: #B3B5B9;
  line-height: 18px;
  margin-bottom: 20px;
  display: flex;
}
.footer-company-info a{
  color: #B3B5B9;
}
.footer-company-info a:hover{
  color: var(--button);
}
.footer-company-info i{
  font-size: 18px;
  flex: 0 0 18px;
  margin-right: 10px;
}
.footerTitleMargin{
  margin-top: 20px;
}
.footerInput{
  position: relative;
  width: 100%;
  /* display: flex; */
  margin-bottom: 30px;
  margin-top: 20px;
}
.footerInput input {
  width: 100%;
  height: 40px;
  border: none;
  padding-left: 10px;
  margin-bottom: 10px;
}
.footerInput .footerInputBtn{
  width: 40%;
  line-height: 40px;
  text-align: center;
  border: none;
  background-color: #efb007;
  color: #fff;

  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footerInput .footerInputBtn:hover{
  background-color: #f65d10;
}
.footerBottom{
  font-size: 14px;
  color: #B3B5B9;
  text-align: center;
}
.footerButton{
  background-color: aquamarine;
}
.inquiryButton{
  background: var(--button) 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: 40px;
  position: fixed;
  right: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
.inquiryButton i{
  font-size: 20px;
}
.messenger{
  background: #0073FF 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;
}
.whatsapp{
  background: #00BF3C 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;
}
.whatsapp i{
  color: #fff;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
}
.messenger i{
  color: #fff;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .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;
  }
}