.footer {
  --text-color: #fff;
  background-color: #000;
  position: relative;
  padding: 2.1875rem 0 0rem;
}
@media screen and (min-width: 992px) {
  .footer {
    padding: 5.625rem 0 0rem;
  }
}
.footer .main-footer {
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .footer .main-footer {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .footer .main-footer [class*=col-]:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20.666667%;
  }
}
.footer .main-footer [class*=col-]:last-child .menu_wrap {
  border-bottom: 0;
}
@media screen and (min-width: 992px) {
  .footer .menu_wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 991px) {
  .footer .menu_wrap {
    border-bottom: 1px solid rgba(217, 217, 217, 0.22);
  }
  .footer .menu_wrap.active .menu_title:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (max-width: 991px) {
  .footer .menu_wrap:not(.active) .menu_list {
    height: 0;
  }
}
.footer .menu_title {
  color: var(--text-color);
  position: relative;
}
@media screen and (min-width: 992px) {
  .footer .menu_title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 17.5px;
    color: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 991px) {
  .footer .menu_title {
    padding: 25px 0;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 991px) {
  .footer .menu_title:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.732' height='13.733' viewBox='0 0 13.732 13.733'%3E%3Cpath id='Path_138186' data-name='Path 138186' d='M185.813,298.532c-.059.666-.224,2.462-.352,3.14a3.525,3.525,0,0,1-3.336,3.335c-.676.128-2.472.293-3.138.352a.021.021,0,0,0,0,.042c.666.059,2.462.223,3.138.351a4.17,4.17,0,0,1,2.308,1.029,2.933,2.933,0,0,1,.631.942,6.286,6.286,0,0,1,.4,1.365c.129.677.294,2.473.352,3.139a.021.021,0,0,0,.043,0c.058-.666.223-2.462.352-3.139a3.524,3.524,0,0,1,3.334-3.334c.677-.129,2.472-.294,3.138-.352a.021.021,0,0,0,0-.042c-.667-.059-2.461-.223-3.138-.352a4.153,4.153,0,0,1-2.307-1.028,2.95,2.95,0,0,1-.632-.942,6.289,6.289,0,0,1-.4-1.364c-.128-.677-.293-2.474-.351-3.14a.021.021,0,0,0-.042,0' transform='translate(-178.967 -298.513)' fill='%23fff'/%3E%3C/svg%3E");
    width: 17.732px;
    height: 17.733px;
    background-size: 18.732px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  }
}
.footer .menu_list {
  color: var(--text-color);
}
@media screen and (min-width: 992px) {
  .footer .menu_list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .footer .menu_list {
    overflow: hidden;
  }
}
.footer .menu_list ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .footer .menu_list ul {
    padding-bottom: 30px;
  }
}
.footer .menu_list ul li {
  padding: 7.5px 0;
}
@media screen and (min-width: 992px) {
  .footer .menu_list ul li {
    padding: 12.5px 0;
  }
}
.footer .menu_list ul li a {
  color: var(--text-color);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .footer .menu_list ul li a {
    font-size: 0.875rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 1200px) {
  .footer .menu_list ul li a:hover {
    color: var(--text-hover);
  }
}
.footer .menu_list ul li.current-menu-item a {
  color: var(--text-hover);
}
.footer .menu_list .contact_details {
  font-size: 1rem;
  font-weight: 300;
  line-height: 25px;
}
@media screen and (min-width: 992px) {
  .footer .menu_list .contact_details {
    font-size: 0.875rem;
    font-weight: 400;
  }
}
.footer .menu_list .contact_details .meta-detail {
  padding: 12.5px 0;
}
.footer .menu_list .contact_details .meta-detail a {
  color: var(--text-color);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .footer .menu_list .contact_details .meta-detail a {
    font-size: 0.875rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 1200px) {
  .footer .menu_list .contact_details .meta-detail a:hover {
    color: var(--text-hover);
  }
}
.footer .menu_list .contact_address {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .footer .menu_list .contact_address {
    display: none;
  }
}
.footer .menu_list .contact_address a {
  color: #fff !important;
  text-decoration: none;
}
.footer .social_media {
  margin-top: 25px;
  color: var(--text-color);
}
@media screen and (min-width: 768px) {
  .footer .social_media {
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .footer .social_media {
    margin-top: 25px;
  }
}
.footer .social_media span {
  margin-bottom: 0;
  display: block;
  margin-right: 25px;
}
@media screen and (min-width: 768px) {
  .footer .social_media span {
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.footer .social_media ul li {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .footer .social_media ul li {
    padding: 0 22px;
  }
}
@media screen and (min-width: 992px) {
  .footer .social_media ul li {
    padding: 0 12px;
  }
}
.footer .social_media ul li:first-child {
  padding-left: 0;
}
.footer .social_media ul li:last-child {
  padding-right: 0;
}
.footer .social_media ul li svg {
  position: relative;
  z-index: 1;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.footer .social_media ul li svg path {
  fill: var(--text-color);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.footer .social_media ul li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 35px;
  height: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1200px) {
  .footer .social_media ul li a:before {
    content: "";
    width: 35px;
    height: 35px;
    background-color: var(--text-hover);
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: scale(0);
            transform: scale(0);
    border-radius: 50%;
    z-index: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .footer .social_media ul li a:hover::before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .footer .social_media ul li a:hover svg {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.footer .sub-footer {
  color: var(--text-white-opacity);
  padding: 30px 0;
  border-top: 1px solid #2b2b2b;
}
@media screen and (min-width: 992px) {
  .footer .sub-footer {
    padding: 15px 0;
  }
}
.footer .sub-footer span,
.footer .sub-footer a {
  font-size: 0.875rem;
  display: inline-block;
  color: var(--text-white-opacity);
  text-decoration: none;
}
.footer .sub-footer > * span {
  padding: 0 25px;
  position: relative;
}
.footer .sub-footer > * span:first-child {
  padding-left: 0;
}
.footer .sub-footer > * span:last-child {
  padding-right: 0;
}
.footer .sub-footer > * span:not(:first-child)::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.732' height='13.733' viewBox='0 0 13.732 13.733'%3E%3Cpath id='Path_138186' data-name='Path 138186' d='M185.813,298.532c-.059.666-.224,2.462-.352,3.14a3.525,3.525,0,0,1-3.336,3.335c-.676.128-2.472.293-3.138.352a.021.021,0,0,0,0,.042c.666.059,2.462.223,3.138.351a4.17,4.17,0,0,1,2.308,1.029,2.933,2.933,0,0,1,.631.942,6.286,6.286,0,0,1,.4,1.365c.129.677.294,2.473.352,3.139a.021.021,0,0,0,.043,0c.058-.666.223-2.462.352-3.139a3.524,3.524,0,0,1,3.334-3.334c.677-.129,2.472-.294,3.138-.352a.021.021,0,0,0,0-.042c-.667-.059-2.461-.223-3.138-.352a4.153,4.153,0,0,1-2.307-1.028,2.95,2.95,0,0,1-.632-.942,6.289,6.289,0,0,1-.4-1.364c-.128-.677-.293-2.474-.351-3.14a.021.021,0,0,0-.042,0' transform='translate(-178.967 -298.513)' fill='%23fff'/%3E%3C/svg%3E");
  width: 13.732px;
  height: 13.733px;
  background-size: 13.732px;
  position: absolute;
  left: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.6;
}
.footer .sub-footer > * span a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .footer .sub-footer > * span a:hover {
    color: var(--text-color);
  }
}
@media screen and (max-width: 767px) {
  .footer .sub-footer_left span {
    padding: 0;
    text-align: center;
  }
  .footer .sub-footer_left span::before {
    display: none;
  }
  .footer .sub-footer_left span:last-child {
    margin-top: 12px;
  }
}
.footer .sub-footer_right .menu {
  padding-left: 0;
  margin-bottom: 0;
}
.footer .sub-footer_right .menu .current-menu-item a {
  color: var(--text-hover);
}