/* colors */
.bg-photo {
  background: center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  display: inline-block;
}
#container .text-white {
  color: #fff;
}
#container .text-white h1,
#container .text-white h2,
#container .text-white h3,
#container .text-white h4,
#container .text-white h5,
#container .text-white a,
#container .text-white p,
#container .text-white div,
#container .text-white li {
  color: #fff;
}
#container .text-white h1 .panel-group,
#container .text-white h2 .panel-group,
#container .text-white h3 .panel-group,
#container .text-white h4 .panel-group,
#container .text-white h5 .panel-group,
#container .text-white a .panel-group,
#container .text-white p .panel-group,
#container .text-white div .panel-group,
#container .text-white li .panel-group {
  color: #000;
}
#container .text-white h1 .panel-group h2,
#container .text-white h2 .panel-group h2,
#container .text-white h3 .panel-group h2,
#container .text-white h4 .panel-group h2,
#container .text-white h5 .panel-group h2,
#container .text-white a .panel-group h2,
#container .text-white p .panel-group h2,
#container .text-white div .panel-group h2,
#container .text-white li .panel-group h2,
#container .text-white h1 .panel-group h3,
#container .text-white h2 .panel-group h3,
#container .text-white h3 .panel-group h3,
#container .text-white h4 .panel-group h3,
#container .text-white h5 .panel-group h3,
#container .text-white a .panel-group h3,
#container .text-white p .panel-group h3,
#container .text-white div .panel-group h3,
#container .text-white li .panel-group h3,
#container .text-white h1 .panel-group h4,
#container .text-white h2 .panel-group h4,
#container .text-white h3 .panel-group h4,
#container .text-white h4 .panel-group h4,
#container .text-white h5 .panel-group h4,
#container .text-white a .panel-group h4,
#container .text-white p .panel-group h4,
#container .text-white div .panel-group h4,
#container .text-white li .panel-group h4,
#container .text-white h1 .panel-group a,
#container .text-white h2 .panel-group a,
#container .text-white h3 .panel-group a,
#container .text-white h4 .panel-group a,
#container .text-white h5 .panel-group a,
#container .text-white a .panel-group a,
#container .text-white p .panel-group a,
#container .text-white div .panel-group a,
#container .text-white li .panel-group a,
#container .text-white h1 .panel-group p,
#container .text-white h2 .panel-group p,
#container .text-white h3 .panel-group p,
#container .text-white h4 .panel-group p,
#container .text-white h5 .panel-group p,
#container .text-white a .panel-group p,
#container .text-white p .panel-group p,
#container .text-white div .panel-group p,
#container .text-white li .panel-group p,
#container .text-white h1 .panel-group div,
#container .text-white h2 .panel-group div,
#container .text-white h3 .panel-group div,
#container .text-white h4 .panel-group div,
#container .text-white h5 .panel-group div,
#container .text-white a .panel-group div,
#container .text-white p .panel-group div,
#container .text-white div .panel-group div,
#container .text-white li .panel-group div,
#container .text-white h1 .panel-group li,
#container .text-white h2 .panel-group li,
#container .text-white h3 .panel-group li,
#container .text-white h4 .panel-group li,
#container .text-white h5 .panel-group li,
#container .text-white a .panel-group li,
#container .text-white p .panel-group li,
#container .text-white div .panel-group li,
#container .text-white li .panel-group li {
  color: #000;
}
#container .text-white h1 .panel-group .panel-body a,
#container .text-white h2 .panel-group .panel-body a,
#container .text-white h3 .panel-group .panel-body a,
#container .text-white h4 .panel-group .panel-body a,
#container .text-white h5 .panel-group .panel-body a,
#container .text-white a .panel-group .panel-body a,
#container .text-white p .panel-group .panel-body a,
#container .text-white div .panel-group .panel-body a,
#container .text-white li .panel-group .panel-body a {
  color: #666;
}
#container .text-white .btn,
#container .text-white input[type="submit"],
#container .text-white .button,
#container .text-white a.fl-button {
  border: 1px solid #fff;
  color: #fff;
}
#container .text-white .btn:hover,
#container .text-white input[type="submit"]:hover,
#container .text-white .button:hover,
#container .text-white a.fl-button:hover {
  background: #fff;
  color: #000;
}
.text-black {
  color: #000;
}
.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black a,
.text-black p,
.text-black div,
.text-black li {
  color: #000;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h6,
.text-white p,
.text-white li,
.text-white a,
.text-white a:visited {
  color: white;
}
.text-white h1 span,
.text-white h2 span,
.text-white h3 span,
.text-white h4 span,
.text-white h6 span,
.text-white p span,
.text-white li span,
.text-white a span,
.text-white a:visited span {
  color: white;
}
.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
}
.flex-align-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-align-end {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-justify-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-row-wrap {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-1 {
  -webkit-flex: 1;
  -ms-flex: 1 auto;
  flex: 1;
}
.transition {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.translate-y {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.translate-x {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.translate {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gradient-border {
  position: absolute;
  content: '';
  background: url('/wp-content/uploads/2021/07/Gradient-border.png');
  background-size: 100% 100%;
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.fl-builder-content {
  overflow: hidden;
}
.fl-row {
  z-index: 1;
  position: relative;
}
#home-logo {
  position: fixed;
  z-index: 9;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}
#home-logo .fl-node-60478fc98bb00 {
  opacity: 0;
}
#home-hero {
  position: fixed;
  z-index: 1;
  width: 100%;
  pointer-events: none;
  background: url('/wp-content/uploads/2021/03/Gradient-fallback.jpg');
  background-size: cover;
}
#home-logo .fl-html,
#home-hero .fl-html,
.second-row .fl-html {
  text-align: center;
}
#home-logo img,
#home-hero img,
.second-row img {
  max-width: 252px;
}
.second-row {
  position: relative;
  z-index: 2;
  margin-top: 100vh;
  background: white;
}
.second-row:before {
  position: absolute;
}
.second-row img {
  opacity: 0;
}
.partners-row {
  z-index: 1;
  position: relative;
}
.partners-row .fl-module-rich-text {
  max-width: 565px;
}
.fl-builder-edit .fl-builder-content {
  overflow: visible;
}
.fl-builder-edit .fl-builder-content #home-hero,
.fl-builder-edit .fl-builder-content #home-logo,
.fl-builder-edit .fl-builder-content .partners-row,
.fl-builder-edit .fl-builder-content .fl-row {
  position: relative;
  z-index: auto;
  pointer-events: all;
}
.fl-builder-edit .fl-builder-content .second-row {
  margin-top: 0;
}
.fl-builder-edit .fl-builder-content #home-logo .fl-node-60478fc98bb00 {
  opacity: 1;
}
.uabb-photo-gallery {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.uabb-photo-gallery.uabb-gallery-grid-5 > div:nth-of-type(5) {
  max-width: 200px;
}
.uabb-photo-gallery.uabb-gallery-grid-6 > div:nth-of-type(2),
.uabb-photo-gallery.uabb-gallery-grid-6 > div:nth-of-type(3) {
  max-width: 150px;
}
.fl-module-photo-gallery.fl-node-6048f3ef41db6 .uabb-photo-gallery > div:nth-of-type(5) {
  max-width: 200px;
}
.fl-module-photo-gallery.fl-node-6048f330265f9 .uabb-photo-gallery > div:nth-of-type(2),
.fl-module-photo-gallery.fl-node-6048f330265f9 .uabb-photo-gallery > div:nth-of-type(3) {
  max-width: 150px;
}
.fl-module-photo-gallery.fl-node-6048f2b739337 .uabb-photo-gallery > div:nth-of-type(1) {
  max-width: 200px;
}
.fl-module-photo-gallery.fl-node-6048f2b739337 .uabb-photo-gallery > div:nth-of-type(2) {
  padding: 50px 20px;
}
@media only screen and (max-width: 1150px) {
  .uabb-photo-gallery .uabb-photo-gallery-item {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 992px) {
  .uabb-photo-gallery .uabb-photo-gallery-item {
    padding: 50px;
  }
}
@media only screen and (max-width: 810px) {
  #home-logo .fl-row-content-wrap,
  #home-hero .fl-row-content-wrap,
  .second-row .fl-row-content-wrap {
    padding-top: 180px!important;
  }
  #home-logo .fl-row-content-wrap img,
  #home-hero .fl-row-content-wrap img,
  .second-row .fl-row-content-wrap img {
    margin-bottom: 100px;
  }
  #home-logo .fl-col,
  #home-hero .fl-col,
  .second-row .fl-col {
    width: 60%!important;
    float: left!important;
    clear: none;
  }
  #home-logo .fl-col.fl-col-small,
  #home-hero .fl-col.fl-col-small,
  .second-row .fl-col.fl-col-small {
    width: 40%!important;
    padding-right: 30px;
  }
  #home-logo .fl-col.fl-col-small img,
  #home-hero .fl-col.fl-col-small img,
  .second-row .fl-col.fl-col-small img {
    width: 100%;
    margin-top: 0!important;
  }
  #certification .fl-row-content-wrap {
    padding-bottom: 70px;
  }
  .dark-background {
    margin-top: 0!important;
    margin-bottom: 0!important;
  }
  .fl-node-60523f206f395.tablet-padding .fl-row-content-wrap {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .fl-module-photo-gallery.fl-node-604a36a4b8afd .uabb-photo-gallery .uabb-photo-gallery-item {
    padding: 25px;
  }
  #home-logo .fl-col,
  #home-hero .fl-col,
  .second-row .fl-col {
    width: 100%!important;
  }
  #home-logo .fl-col.fl-col-small,
  #home-hero .fl-col.fl-col-small,
  .second-row .fl-col.fl-col-small {
    width: 100%!important;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #home-logo .fl-row-content-wrap,
  #home-hero .fl-row-content-wrap,
  .second-row .fl-row-content-wrap {
    padding-top: 100px!important;
  }
  #home-logo .fl-row-content-wrap img,
  #home-hero .fl-row-content-wrap img,
  .second-row .fl-row-content-wrap img {
    width: 150px;
    margin-bottom: 15px;
  }
  #home-logo {
    display: none;
    margin-top: 100px !important;
  }
  #home-hero {
    position: relative;
  }
  #home-hero .fl-row-content-wrap {
    padding-bottom: 40px !important;
  }
  .fl-module-photo-gallery.fl-node-604a36a4b8afd .uabb-photo-gallery .uabb-photo-gallery-item {
    padding: 25px 30px 25px 20px;
    width: 50%;
  }
  .second-row {
    margin-top: 20px;
  }
}
@media only screen and (max-height: 800px) and (min-width: 768px) {
}
