.far.fa-bars {
  z-index: 5;
  color: #704343;
}
.gt-offset-slider .swiper-pagination-progressbar{
	bottom: -20px !important;
}
@media (min-width: 768px) {
    footer .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    footer .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
        align-items: center !important;
        justify-content: center !important;
    }
}

@media only screen and (min-width: 430px) and (max-width: 480px) {
		#footer .col-md-8 .menu {
    flex-direction: column;
}
}