footer {
  background-color: #333 !important;
}
.footer-image img {
  width: 130px;
  padding: 20px 0px 0px;
}
.footer__copyright {
  padding: 15px 0 10px; !important;
  border-top: 1px solid #fff;
}
.footer-bg {
  text-align: left;
}
.res-width.flx-foot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #333 !important;
}
.res-width.flx-foot .footer-abt-col {
  flex: 0 40%;
}
.res-width.flx-foot .footer-addr-col {
  flex: 0 20%;
  margin-left: 70px;
}
.res-width.flx-foot .footer-contact-col {
  flex: 0 25%;
}
.footer-abt-col p {
  margin-bottom: 0px;
  margin-top: 5px;
  color: #fff !important;
}
.footer-bg li a {
  color: #fff !important;
}
.footer-bg li a:hover {
  color: #fec71e !important;
}
.footer-links-col h5 {
  margin-bottom: 0px !important;
}
.footer-links-col p {
  margin-top: 15px;
}
.footer-links-col p a {
  padding-left: 25px;
  position: relative;
}
.footer-addr-col ul {
  display: table;
  margin-top: 15px;
  padding-left: 0;
}
.footer-addr-col ul li:first-child {
  width: 40px;
}
.footer-addr-col ul li {
  display: table-cell;
  letter-spacing: 1px;
  vertical-align: top;
  word-break: break-word;
}

/* Footer Column Items */
.footer-col h5{  
  margin-bottom: 15px;
  color: #fff !important;
}

.footer-col a{
  text-decoration: none;
  padding: 0;
}

.footer-col .hs_cos_wrapper_widget ul,
.footer-col .hs_cos_wrapper_widget li,
.footer-col ul,
.footer-col li{
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col .hs_cos_wrapper_widget ul li{
  display: block;
  width: 100%;
  float: none;
}

.footer-col .hs_cos_wrapper_widget ul li,
.footer-col ul li{
  margin-bottom: 10px;
}

.footer-col .hs_cos_wrapper_widget ul li:last-child,
.footer-col ul li:last-child{
  margin-bottom: 0 !important;
}

.footer-col .hs_cos_wrapper_widget svg,
.footer-col ul li svg{
  width: 20px;
  height: 20px;
  fill: #ff7238;
  display: inline-block;
  vertical-align: middle;
}

.footer-col ul li .hs_cos_wrapper_type_icon{
  margin-right: 5px;
} 

.footer-col ul li .hs_cos_wrapper_widget {
  display: inline-block;
  vertical-align: middle;
}
body #return-to-top {
  background-color: #fec71e;
}
body .side-panel-toggle a {
  background-color: #fec71e;
  color: #fff !important;
}
@media (max-width: 767px) {
  .res-width.flx-foot {
    display: block;
  }

}