/*Boxes section styles*/
.boxes_section > .elementor-container {
  max-width: 1300px !important;
  justify-content: space-between !important;
}

.boxes_section .boxes_col {
  max-width: 400px;
}

.boxes_section .boxes_col .boxes_heading .elementor-heading-title {
  transition: 0.3s all ease-in-out;
}

.boxes_section .boxes_col.boxes_col__red .boxes_img > .elementor-widget-container::before {
  background-color: #ef4123;
}

.boxes_section .boxes_col.boxes_col__blue .boxes_img > .elementor-widget-container::before {
  background-color: #1645a3;
}

.boxes_section .boxes_col.boxes_col__yellow .boxes_img > .elementor-widget-container::before {
  background-color: #ffd400;
}

.boxes_section .boxes_col.boxes_col__red:hover .boxes_heading .elementor-heading-title {
  color: #ef4123 !important;
}

.boxes_section .boxes_col.boxes_col__blue:hover .boxes_heading .elementor-heading-title {
  color: #1645a3 !important;
}

.boxes_section .boxes_col.boxes_col__yellow:hover .boxes_heading .elementor-heading-title {
  color: #ffd400 !important;
}

.boxes_col:hover .boxes_img > .elementor-widget-container {
  transform: translate(-10px, -10px);
}

.boxes_col:hover .boxes_img > .elementor-widget-container::before {
  opacity: 1;
  transform: translate(10px, 10px);
}

.boxes_col:hover .boxes_img > .elementor-widget-container::after {
  opacity: 0;
}

.boxes_img > .elementor-widget-container {
  position: relative;
  transition: 0.3s all ease-in-out;
}

.boxes_img > .elementor-widget-container::before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: 0.3s all ease-in-out;
}

.boxes_img > .elementor-widget-container::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.3s all ease-in-out;
}

.boxes_img {
  position: relative;
}

.boxes_img::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20%;
  width: 100%;
  height: 100%;
  background-size: contain !important;
  background-position: bottom center !important;
  max-width: 120px;
  max-height: 120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.boxes_col .manahouse.boxes_img::before {
    background: url('/wp-content/uploads/2022/06/mannahouse-logo.svg') no-repeat;
}

.boxes_col .youth.boxes_img::before {
    background: url('/wp-content/uploads/2022/06/youth-final-logo.svg') no-repeat;
}

.boxes_col .kids.boxes_img::before {
    background: url('/wp-content/uploads/2022/06/kids-logo.svg') no-repeat;
}