﻿.footer-top {
  background: var(--footBackground) none repeat scroll 0 0;
  border-bottom: 1px solid #5b5b5b;
  padding: 55px 0;
}

.footer-top-area {
   background: #f9ce48 none repeat scroll 0 0;
  padding: 50px 0;
}

.footer-widget {}

.footer-widget .footerWidgetTitle {
  color: #ffffff;
  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: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
  border-bottom: 1px solid var(--footLine);
}

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: #ffffff;
}

.footer-widget img {
  width: 150px;
  height: 60px;
  object-fit: cover;
}

.footer-widget p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 22px;
}

.widget-icon {}

.widget-icon a {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  margin-right: 7px;
  position: relative;
  text-align: center;
}

.widget-icon a:hover {
  color: #EB3B60;
}

.widget-icon a i {
  font-size: 18px;
  color: #ffffff;
}

.widget-icon a i:hover {
  color: #ffffff;
}

.footer-bottom-area {
  background: #212121;
  padding: 20px 0;
}

.footer-company-info {
  font-size: 16px;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
}

.footer-company-info i {
  font-size: 24px;
}

.footer-company-info .footer-company-info-item {
  margin-top: 20px;
}

.footer-company-info .footer-company-info-item a {
  color: #ffffff;
}

.footer-company-info .footer-company-info-item a:hover {
  color: #ffffff;
}

.footerInput {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 30px; */
}

.footerInput input {
  width: 60%;
  height: 40px;
  border: none;
  padding-left: 5px;
}

.footerInput .footerInputBtn {
  padding: 0;
  width: 40%;
  line-height: 40px;
  border: none;
  border-radius: 0;
  text-align: center;
  background: #f9ce48;
  color: #ffffff;
  overflow: hidden;
}

.footerInput .footerInputBtn:hover {
   background: #f9ce48;
   color: #ffffff;
}

.footerBottom {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.footerButton {
  z-index: 10000;
  position: fixed;
  bottom: 110px;
  right: 30px;
  display: flex;
  flex-direction: column;
  /* background-color: aquamarine; */
  /* border: solid 1px red; */
}

.inquiryButton {
  margin-top: 20px;
  background: #ffe004;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
  /* bottom: 150px; */
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  /* position: fixed; */
  /* right: 30px; */
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
}

.inquiryButton:hover {background: #f9ce48;
}

.inquiryButton i {
  font-size: 20px;
}

.messenger {
  margin-top: 20px;
  background: #0073FF none repeat scroll 0 0;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
  /* bottom: 90px; */
  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: #ffffff;
  cursor: pointer;
  z-index: 100;
}

.whatsapp {
  background: #00BF3C none repeat scroll 0 0;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
  /* bottom: 190px; */
  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: #ffffff;
  cursor: pointer;
  z-index: 100;
}

.whatsapp i {
  color: #ffffff;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
}

.messenger i {
  color: #ffffff;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
}

.trademarkShadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.trademarkShadow .trademarkBox {
  position: relative;
}
.trademarkShadow .trademarkBox img {
  max-width: 80vw;
  max-height: 80vh;
}
.trademarkShadow .trademarkBox i {
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
}

@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;
  }
}
.footer-top .iconfont {
  color: #ffffff;
}