.absolute-footer {
  display: none !important;
}

footer .footer {
	border-top: 1px solid rgba(0, 0, 0, 0.10);
  padding-top: 80px !important;
  padding-bottom: 0px !important;
}

footer .col-1 {
  text-align: center;
}

footer .col-1 .img {
  width: 146px !important;
  height: 120px;
  margin-bottom: 16px !important;
  margin: auto;
}

footer h3 {
  color: #031632;
  margin-bottom: 24px !important;
}

footer .col-2 .icon-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .col-2 .plain {
  margin-bottom: 16px;
   display: flex;
  align-items: center;
}
footer .col-2 .plain:hover p {
	color: var(--primary-color);
}
footer .col-2 .plain:last-child {
  margin-bottom: 0px;
}

footer .col-2 .icon-box-img {
  width: 20px !important;
  height: 20px;
  margin-bottom: 0px;
}
footer .col-2 .icon-box-img .icon-inner {
	display: flex;
}
footer .col-2 .icon-box-img img {
	padding-top: 0px;
}

footer .col-2 .icon-box-text * {
  font-size: var(--fz-16);
  font-weight: 400;
  line-height: 1.5;
  color: #44474d;
  font-family: "Manrope", sans-serif;
}

footer ul li {
  margin-left: 0px !important;
  margin-bottom: 16px;
}

footer .col-3 ul li a {
  color: #44474d;
  font-family: "Manrope", sans-serif;
  font-size: var(--fz-16);
  font-weight: 400;
  line-height: 1.5;
/*   text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: rgba(250, 131, 0, 0.3);
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font; */
}
footer .col-3 ul li a:hover {
	color: var(--primary-color);
}

footer .col-4 ul {
  display: flex;
  align-items: center;
  gap: 12px;
}

footer .col-4 ul li {
  margin-bottom: 0px;
}
footer .col-4 ul li a {
	display: inline-block;
}
footer .col-4 ul li a img {
	border-radius: 2px;
	width: 36px;
	height: 36px;
}
footer .footer-bottom {
  border-top: 1px solid rgba(197, 198, 206, 0.1);
  padding: 20px 0px !important;
}

footer .footer-bottom .col-inner {
  display: flex;
  justify-content: space-between;
  align-self: center;
  flex-wrap: wrap;
  gap: 20px;
}
footer .footer-bottom ul {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  gap: 30px;
}
footer .footer-bottom ul li {
  margin-bottom: 0px;
}
footer .footer-bottom ul li a {
  color: var(--primary-color);
  font-family: "Manrope", sans-serif;
  font-size: var(--fz-14);
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  position: relative;
}
footer .footer-bottom ul li a::after {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  left: -14px;
  height: 18px;
  background: rgba(250, 131, 0, 0.4);
}
footer .footer-bottom ul li:first-child a::after {
  display: none;
}
footer .footer-bottom .body-14 {
  color: #44474d;
  font-family: "Manrope", sans-serif;
}

@media (min-width: 1200px) {
  footer .col-2 {
    padding-left: 105px;
  }
}

@media (max-width: 1024px) {
  footer .footer {
    padding-top: 40px !important;
  }
}
