#bottom__footer .footer {
  background: #121212;
  position: relative;
  color: #fff;
  padding: 40px 0;
}

#bottom__footer .footer {
  background: url(../nav_footer_assets/bg-footer.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding: 40px 0;
  /* margin-left: -24px;
  margin-right: -24px; */
  /* margin-bottom: -24px; */
}

.footer_container {
  max-width: 1180px;
  margin: auto;
}

.footer_container .ft__col_1 {
  display: flex;
  justify-content: space-between;
  width: 100%;

}

.footer_container .ft__col_1 div.ft__item {
  width: 100%;
}

.footer_container .ft__col_2 {
  flex: 0 0 auto;
  width: 75%;
}

.footer__wrapper {}

.footer .ft__hd {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1.2;
  text-align: left;
}

hr.ftr_line {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: rgba(255, 255, 255, 0.4);
  font-family: 'Source Sans Pro', sans-serif !important;
}

.footer .ft__sub {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 1.35rem;
  color: #fff;
  margin-bottom: 2px;
  line-height: 1.2;
  text-align: left;
}

.footer .ft__sub a:hover {
  color: rgb(55, 55, 55);
  cursor: pointer;
}

.footer .floowl {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}

.footer .floowl a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  border-radius: 50px;
  background: #fff;
  color: #2f2f33;
}

.footer .floowl a:hover {
  background: rgb(206, 12, 12);
  color: #fff;
}

.quicklinks {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.quicklinks li {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 400;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.3;
}

.quicklinks li a:hover {
  color: rgb(206, 12, 12);
}

.extlink_wrapper a:hover {
  filter: invert(18%) sepia(88%) saturate(99%) hue-rotate(357deg) brightness(91%) contrast(66%);
}
.sec_ft_wrapper a:not(:first-of-type) {
    padding: 0 0.6rem;
}
.sec___footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    font-size: 0.8rem;
}
.footer p {
  text-align: left;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}

.extlink_wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.footer .ft__sub_copyright {
      font-family: "Montserrat";
    font-weight: 800;
    font-size: 1.35rem;
    color: #fff;
    margin-bottom: 2px;
    line-height: 1.2;
    text-align: left;
}
@media (max-width: 900px) {

.sec_ft_wrapper {
    display: none;
  }

  .footer_container .ft__col_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .footer .ft__hd,
  .footer .ft__sub {
    text-align: center;
  }

  .footer .ft__sub_copyright {
    text-align: center;
  }

  .footer_container .ft__col_1 div.ft__item {
    padding-bottom: 30px;
  }

  .extlink_wrapper {
    justify-content: center;
  }



  .sec_ft_copyright {
    text-align: center;
    font-size: 0.7rem;
  }


  hr.ftr_line {
    display: none;
  }

  .sec_ft_copyright {
    text-align: center;
    font-size: 0.7rem;
  }
.footer__wrapper {
         display: flex
;
        flex-wrap: wrap;
        text-align: center;
        padding: 1rem 2rem;
}
    }