
.footer-two a {
  word-break: break-word;
  display: inline-block;
  text-decoration: none;
}

.footer-two .container {
  width: 100%;
  max-width: var(--max-width);
  padding: 0 var(--site-padding);
  margin: auto;
}

.footer-two.footer {
  padding: 80px 0 20px;
  background-color: #ffffff;
}

.footer-two .footer-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}

.footer-two .footer-col.footer-col__three ul {
  padding: 0;
}

.footer-two .footer-col ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
  font-family: var(--ul-font);
  font-size: var(--ul-size);
  font-weight: var(--ul-weight);
  font-style: var(--ul-italic);
  line-height: var(--ul-line-height);
  letter-spacing: var(--ul-spacing);
  text-decoration: var(--ul-underline);
  color: var(--ul-color);
  opacity: calc(var(--ul-opacity) / 100);
  p {
    margin: 0;
    font-family: var(--ul-font);
    font-size: var(--ul-size);
    font-weight: var(--ul-weight);
    font-style: var(--ul-italic);
    line-height: var(--ul-line-height);
    letter-spacing: var(--ul-spacing);
    text-decoration: var(--ul-underline);
    color: var(--ul-color);
    opacity: calc(var(--ul-opacity) / 100);
  }
}

.footer-two .footer-row .footer-col__one {
  width: 100%;
  border-bottom: 1px solid #d9dbe9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-two .footer-row .footer-col__one a {
  width: 219px;
}

.footer-two .footer-row .footer-col__one p {
  font-family: var(--body-text-font);
  font-family: var(--text-font);
  font-size: var(--text-size);
  font-weight: var(--text-weight);
  color: var(--text-color);
  opacity: calc(var(--text-opacity) / 100);
  line-height: var(--text-line-height);
  letter-spacing: var(--text-spacing);
  font-style: var(--text-italic);
  text-decoration: var(--text-underline);
  padding-left: 20px;
}

.footer-two .footer-row .footer-col__two {
  width: calc(20% - 15px);
}

.footer-two .footer-row .footer-col__three {
  width: calc(30% - 15px);
}

.footer-two .footer-row .footer-col__four {
  width: calc(30% - 15px);
}

.footer-two .footer-bottom {
  display: flex;
  border-top: 1px solid #d9dbe9;
  padding: 15px 0 0px;
  margin-top: 25px;
  row-gap: 15px;
}

.footer-two .footer-bottom p {
  font-family: var(--text-font);
  font-size: var(--text-size);
  font-weight: var(--text-weight);
  color: var(--text-color);
  opacity: calc(var(--text-opacity) / 100);
  line-height: var(--text-line-height);
  letter-spacing: var(--text-spacing);
  font-style: var(--text-italic);
  text-decoration: var(--text-underline);
}

.footer-two .footer-bottom .footer-bottom__left {
  width: 50%;
}

.footer-two .footer-bottom .footer-bottom__right {
  width: 50%;
  align-self: center;
  text-align: right;
}

.footer-two .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-two .footer-links li {
  display: inline-block;
  margin-right: 5px;
  font-family: var(--text-font);
  font-size: var(--text-size);
  font-weight: var(--text-weight);
  color: var(--text-color);
  opacity: calc(var(--text-opacity) / 100);
  line-height: var(--text-line-height);
  letter-spacing: var(--text-spacing);
  font-style: var(--text-italic);
  text-decoration: var(--text-underline);
}

.footer-two .footer-links li a {
  font-family: var(--link-font);
  font-size: var(--link-size);
  font-weight: var(--link-weight);
  line-height: var(--link-line-height);
  letter-spacing: var(--link-spacing);
  color: var(--link-color);
  text-decoration: var(--link-underline);
  transition: all 0.3s ease;
  padding-right: 5px;
}

.footer-two .footer-links li a.no-link {
  cursor: default;
  pointer-events: none;
  color: #6f6c90;
  text-decoration: none;
}

.footer-two .footer-links li a:hover {
  color: var(--link-hover-color);
  text-decoration: none;
}

.footer-two .footer-links li a:hover.no-link {
  color: #6f6c90;
}

.footer-two .contact a {
  display: flex;
  align-items: center;
  font-family: var(--link-font);
  font-size: var(--link-size);
  font-weight: var(--link-weight);
  line-height: var(--link-line-height);
  letter-spacing: var(--link-spacing);
  color: var(--link-color);
  text-decoration: var(--link-underline);
  position: relative;
  padding-left: 0;
  margin-bottom: 25px;
}

.footer-two .contact a:hover {
  color: var(--link-hover-color);
}

.footer-two .contact a:hover svg path {
  stroke: var(--link-hover-color);
}

.footer-two .contact a:hover svg {
  stroke: var(--link-hover-color);
}

.footer-two .contact a svg,
.footer-two .contact a img {
  margin-right: 5px;
  width: 24px;
  height: 24px;
}

.footer-two .contact a svg path {
  stroke: var(--link-color);
}

.footer-two .quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-two .quick-links li {
  margin-bottom: 15px;
}

 a {
  font-family: var(--link-font);
  font-size: var(--link-size);
  font-weight: var(--link-weight);
  line-height: var(--link-line-height);
  letter-spacing: var(--link-spacing);
  color: var(--link-color);
  text-decoration: var(--link-underline);
  text-decoration: var(--link1-underline);
  transition: all 0.3s ease;
}

.footer-two .quick-links li a.no-link {
  cursor: default;
  pointer-events: none;
  color: #6f6c90;
}

a:hover {
  color: var(--link-hover-color);
}

a:hover.no-link {
  color: #6f6c90;
}

.footer-two .footer-head {
  font-family: var(--h5-font);
  font-size: var(--h5-size);
  font-weight: var(--h5-weight);
  color: var(--h5-color);
  opacity: calc(var(--h5-opacity) / 100);
  line-height: var(--h5-line-height);
  letter-spacing: var(--h5-spacing);
  font-style: var(--h5-italic);
  text-decoration: var(--h5-underline);
  margin-bottom: 25px;
  display: block;
}

/* ====== RESPONSIVE ====== */
/* General responsive styles for non-controlled device resizing */
@media screen and (max-width: 1460px) {
  .footer-two .footer {
    padding: 40px 0 20px;
  }
}

@media screen and (max-width: 1279px) {
  .footer-one.footer {
    padding: 40px 0 20px;
  }
  .footer-two .footer-bottom {
    padding: 15px 0 0 0;
  }
  .footer-two .footer-row {
    flex-wrap: wrap;
  }
  .footer-two .footer-row .footer-col__three {
    width: 30%;
  }
}

@media screen and (max-width: 992px) {
  .footer-two .footer-row {
    row-gap: 20px;
  }
  .footer-two .footer-row .footer-col__two,
  .footer-two .footer-row .footer-col__three,
  .footer-two .footer-row .footer-col__four {
    width: calc(50% - 15px);
  }
  .footer-two .footer-bottom {
    flex-wrap: wrap;
  }
  .footer-two .footer-bottom .footer-bottom__left {
    width: 100%;
  }
  .footer-two .footer-bottom .footer-bottom__right {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .footer-two .footer-head {
    margin-bottom: 10px;
  }
 
  .footer-two .quick-links li {
    margin-bottom: 5px;
  }
 
  .footer-two .footer-row .footer-col__one {
    display: block;
    margin-bottom: 0;
  }
  .footer-two .footer-row .footer-col__one p {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
  }
  .footer-two .contact a {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .footer-two .contact a svg {
    display: none;
  }
  .footer-two .footer-bottom p {
    margin: 0;
  }
}
