/*------------------- developed by JJD front-end developer ------------------*/
/*-------------------------------Apr 2022--------------------------------*/
/*------------------- developed by JJD front-end developer ------------------*/
/*-------------------------------Dec 2020--------------------------------*/
.beforeHover {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s;
}
.afterHover {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.transition {
  transition: all 0.3s;
}
.footerWrap {
  width: 100%;
  padding: 0 80px;
}
.footerIn {
  width: 100%;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 500;
  color: #425147;
  line-height: 1.5em;
}
.footerBlock {
  width: auto;
  flex: 1;
  display: flex;
  padding-right: 15px;
  flex-wrap: wrap;
}
.footerBlock:first-child {
  flex: 1.5;
}
.footerHead {
  width: 100%;
  font-size: 22px;
  color: #18251C;
  font-weight: 600;
  margin-bottom: 15px;
}
.footerCont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.footerCont li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  line-height: 1.5em;
}
.footerCont li [class^="tl_"] {
  margin-right: 20px;
}
.footerSub {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
.footerSub .inputOne {
  padding: 5px 15px;
  border-radius: 12px;
}
.footerSub .btnOne {
  padding: 15px 30px;
  line-height: 1em;
}
.footerFlw {
  width: 100%;
  display: flex;
  gap: 15px;
  font-size: 35px;
}
.footerCpy {
  width: 100%;
  border-top: 1px solid #D0DED4;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #18251C;
}
