.below_footer {
    width: 100%;
    position: relative;
  	z-index: 1000;
}

.services_col {
    padding-left: 50px;
  	position: relative;
}

.services_div, .services_div a, .services_div span {
    transition: width 500ms;
}

.services_div img {
    transition: width 500ms;
}
.services_div:hover img {
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
    border-top: 2px solid rgba(255,255,255,0.2);
    border-left: 2px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    box-shadow: 8px 8px 20px rgb(0 0 0 / 50%);
    left: 50%;
    margin-left: -50px;
    width: 115px;
}

.services_div {
    position: relative;
    height: 5em;
}

.services_div .img_design {
    width: 100px;
    height: auto;
    position: absolute;
    left: -48px;
    z-index: 2;
}

.services_div .img_websites, .services_div .img_marketing, .services_div .img_signs, .services_div .img_payments, .services_div .img_consulting {
    width: 89px;
    height: auto;
    position: absolute;
    left: -45px;
    z-index: 2;
}

.services_div:hover img {
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
    border-top: 2px solid rgba(255,255,255,0.2);
    border-left: 2px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    box-shadow: 8px 8px 20px rgb(0 0 0 / 50%);
    left: 50%;
    margin-left: -50px;
    width: 115px;
}

.services_div a {
    color: #0e6937 !important;
    text-shadow: none;
    font-weight: bold;
}

.services_div span {
    position: absolute;
    background: rgba(255,255,255,0.8);
    border-radius: 12px;
    border-top: 2px solid rgba(255,255,255,0.2);
    border-left: 2px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    box-shadow: 8px 8px 20px rgb(0 0 0 / 50%);
    text-align: center;
    top: 1.56em;
    padding: 0.25em;
    width: 100%;
    z-index: 1;
}

.services_div span::after {
    content: '\f35a';
    font-family: 'FontAwesome';
    font-weight: 900;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    color: #0e6937;
    z-index: 3;
    right: -20px;
    font-size: 2.3em;
    top: 50%;
    margin-top: -0.76em;
}

.services_div:hover span {
  display: none;
}

.bottom_footer_container {
  overflow: hidden;
}

.bottom_copy {
  padding: 25px 120px;
  margin-bottom: 25px;
  height: 120px;
  font-size: .7em;
  display: block;
  z-index: 25;
}

.bottom_footer_container {
  z-index: 1;
}

.bottom_area::after {
  content: '';
  position: absolute;
  background: #663091;
  top: 0px;
  margin-top: 100px;
  margin-bottom: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  mix-blend-mode: color;
  transform: skewY(-5deg);
  --mask:
    radial-gradient(89.44px at 50% 120.00px,#000 99%,#0000 101%) calc(50% - 80px) 0/160px 100%,
    radial-gradient(89.44px at 50% -80px,#0000 99%,#000 101%) 50% 40px/160px 100% repeat-x;
  -webkit-mask: var(--mask);
          mask: var(--mask);
}

.bottom_area {
  position: relative;
  padding-top: 40px;
}

.bottom_bar .row>*, .bottom_footer_container {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.slideshow_area {
  z-index: 2;
  display: flex;
  align-items: center;
}

.mission_area {
  z-index: 3;
}

.footer_area {
  text-align: center;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
  margin-top: 10px;
  padding-bottom: 10px;
}

.footer_area a {
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
  text-decoration: underline;
}

.footer_area a:hover {
  color: #8035b4;
}

/* Extra Small devices (phones 575px and down) */
@media only screen and (max-width: 575px) {
	
}

/* Small devices (phones, tablets, 991px and down) */
@media only screen and (max-width: 991px) {
	
}

/* XL and SMALLER devices (phones, tablets, 1399px and down) */
@media only screen and (max-width: 1399px) {
	
}

/* sm Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
	
}

/* md Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
}

/* lg Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
.bottom_area {
  position: relative;
  padding-top: 40px;
}
	
}

/* xl Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
}

/* xxl Extra extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
	
}