@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@media only screen and (max-width: 991px) {
  footer {
    margin-bottom: 65px;
  }
}
footer .footer-top {
  background: var(--primary-dark);
  padding: 30px 0;
}
@media only screen and (max-width: 991px) {
  footer .footer-top {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-top {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 540px) {
  footer .footer-top {
    padding: 20px 0;
  }
}
footer .footer-top .grid {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  footer .footer-top .grid {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-top .grid {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 540px) {
  footer .footer-top .grid {
    gap: 18px;
  }
}
footer .footer-top .grid .item-left {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media only screen and (max-width: 1280px) {
  footer .footer-top .grid .item-left {
    gap: 24px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-top .grid .item-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  footer .footer-top .grid .item-left {
    gap: 12px;
  }
}
footer .footer-top .grid .item-left h5 {
  color: var(--white);
  font-weight: 700;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  footer .footer-top .grid .item-left h5 {
    margin-bottom: 0;
  }
}
footer .footer-top .grid .item-left .form {
  display: flex;
}
@media only screen and (max-width: 991px) {
  footer .footer-top .grid .item-left .form {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  footer .footer-top .grid .item-left .form {
    flex-direction: row;
    gap: 12px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-top .grid .item-left .form .form-group {
    flex: 1;
  }
}
footer .footer-top .grid .item-left .form .form-group input, footer .footer-top .grid .item-left .form .form-group .label {
  color: var(--white);
}
footer .footer-top .grid .item-left .form .form-group::before, footer .footer-top .grid .item-left .form .form-group::after {
  background: var(--white);
}
footer .footer-top .grid .item-left .form .btn {
  width: 150px;
}
@media only screen and (max-width: 991px) {
  footer .footer-top .grid .item-left .form .btn {
    width: auto;
  }
}
footer .footer-top .grid .item-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  footer .footer-top .grid .item-right {
    width: 100%;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-top .grid .item-right {
    gap: 20px;
  }
}
@media only screen and (max-width: 540px) {
  footer .footer-top .grid .item-right {
    align-items: flex-start;
    gap: 16px;
  }
}
footer .footer-top .grid .item-right .call {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
footer .footer-top .grid .item-right .call img, footer .footer-top .grid .item-right .call svg {
  width: 30px;
  height: 30px;
}
footer .footer-top .grid .item-right .call .dtl p {
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
}
footer .footer-top .grid .item-right .call .dtl span {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  footer .footer-top .grid .item-right .call .dtl span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 540px) {
  footer .footer-top .grid .item-right .call .dtl span {
    font-size: 15px;
  }
}
footer .footer-top .grid .item-right .social {
  display: flex;
  gap: 12px;
}
@media only screen and (max-width: 540px) {
  footer .footer-top .grid .item-right .social {
    gap: 10px;
  }
}
footer .footer-top .grid .item-right .social a {
  padding: 10px;
  border: 1px solid var(--white);
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  footer .footer-top .grid .item-right .social a {
    padding: 8px;
  }
}
@media only screen and (max-width: 540px) {
  footer .footer-top .grid .item-right .social a {
    padding: 7px;
  }
}
footer .footer-top .grid .item-right .social a svg {
  width: 20px;
  height: 20px;
  display: block;
}
@media only screen and (max-width: 991px) {
  footer .footer-top .grid .item-right .social a svg {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 540px) {
  footer .footer-top .grid .item-right .social a svg {
    width: 16px;
    height: 16px;
  }
}
footer .footer-top .grid .item-right .social a svg path {
  fill: var(--white);
}
footer .footer-top .grid .item-right .social a:hover {
  background: var(--white);
}
footer .footer-top .grid .item-right .social a:hover svg path {
  fill: var(--primary);
}
footer .footer-bottom {
  background: var(--white);
  padding: 50px 0 0;
}
@media only screen and (max-width: 991px) {
  footer .footer-bottom {
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-bottom {
    padding: 32px 0 0;
  }
}
@media only screen and (max-width: 540px) {
  footer .footer-bottom {
    padding: 28px 0 0;
  }
}
footer .footer-bottom__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8rem;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1280px) {
  footer .footer-bottom__inner {
    gap: 5rem;
  }
}
@media only screen and (max-width: 1366px) {
  footer .footer-bottom__inner {
    gap: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-bottom__inner {
    gap: 2rem;
    flex-direction: column;
  }
}
@media only screen and (max-width: 540px) {
  footer .footer-bottom__inner {
    gap: 2rem;
    flex-direction: column;
    padding-bottom: 28px;
  }
}
footer .footer-bottom__brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 350px;
}
@media only screen and (max-width: 1280px) {
  footer .footer-bottom__brand {
    min-width: 280px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-bottom__brand {
    min-width: unset;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 540px) {
  footer .footer-bottom__brand {
    min-width: unset;
    width: 100%;
    gap: 18px;
  }
}
footer .footer-bottom__brand .logo img {
  width: 140px;
  height: auto;
}
@media only screen and (max-width: 540px) {
  footer .footer-bottom__brand .logo img {
    width: 120px;
  }
}
footer .footer-bottom__brand .btn-group {
  display: flex;
  gap: 12px;
}
@media only screen and (max-width: 540px) {
  footer .footer-bottom__brand .btn-group {
    gap: 10px;
  }
}
footer .footer-bottom__menus {
  display: flex;
  gap: 60px;
  flex: 1;
  justify-content: flex-end;
}
@media only screen and (max-width: 1280px) {
  footer .footer-bottom__menus {
    gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-bottom__menus {
    gap: 24px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: unset;
  }
}
@media only screen and (max-width: 540px) {
  footer .footer-bottom__menus {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
footer .footer-bottom__menus .menu-col {
  min-width: 200px;
}
@media only screen and (max-width: 1280px) {
  footer .footer-bottom__menus .menu-col {
    min-width: 160px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-bottom__menus .menu-col {
    min-width: unset;
    min-width: 140px;
  }
}
@media only screen and (max-width: 540px) {
  footer .footer-bottom__menus .menu-col {
    min-width: unset;
  }
}
footer .footer-bottom__menus .menu-col h6 {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  footer .footer-bottom__menus .menu-col h6 {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 540px) {
  footer .footer-bottom__menus .menu-col h6 {
    margin-bottom: 10px;
  }
}
footer .footer-bottom__menus .menu-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 540px) {
  footer .footer-bottom__menus .menu-col ul {
    gap: 8px;
  }
}
footer .footer-bottom__menus .menu-col ul li a {
  font-size: 14px;
  color: var(--text);
  text-decoration: none;
  transition: color 0.2s ease;
}
footer .footer-bottom__menus .menu-col ul li a:hover {
  color: var(--primary);
}
footer .footer-bottom__menus .menu-col ul.contact-info li {
  font-size: 14px;
  color: var(--text);
  line-height: 1.6;
}
footer .footer-bottom__menus .menu-col ul.contact-info li a {
  color: var(--text);
}
footer .footer-bottom__menus .menu-col ul.contact-info li a:hover {
  color: var(--primary);
}
footer .footer-bottom__bar {
  background: rgb(245, 245, 245);
  padding: 16px 0;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  footer .footer-bottom__bar {
    padding: 14px 0;
  }
}
footer .footer-bottom__bar p {
  font-size: 13px;
  color: var(--text);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 540px) {
  footer .footer-bottom__bar p {
    font-size: 12px;
    gap: 4px;
  }
}
footer .footer-bottom__bar p .prettify {
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
  font-style: italic;
}/*# sourceMappingURL=footer.css.map */