.fl-theme-builder-header-sticky #headerMenu {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

#mainFooter .uabb-info-list {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#mainFooter a:hover, #mainFooter a:focus {
  color: #2F5BEA;
}
#mainFooter .menu a {
  text-decoration: underline;
}

#sliderProjects .uabb-image-carousel {
  margin: 24px;
  position: relative;
}
#sliderProjects .uabb-image-carousel:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  width: 140px;
  height: 110px;
  border-top: 10px solid #2F5BEA;
  border-left: 10px solid #2F5BEA;
  z-index: 10;
}
#sliderProjects .uabb-image-carousel:after {
  content: "";
  position: absolute;
  bottom: -24px;
  right: -24px;
  width: 140px;
  height: 110px;
  border-bottom: 10px solid #2F5BEA;
  border-right: 10px solid #2F5BEA;
  z-index: 10;
}

#ourExpertise .fl-photo-content {
  min-height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}