.facebook-square, .envelope-square, .phone-square {
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.facebook-square {
  background-image: url("../images/facebook-square.svg");
}

.envelope-square {
  background-image: url("../images/envelope-square.svg");
}

.phone-square {
  background-image: url("../images/phone-square.svg");
}

#top-bar {
  background-color: #FFBC49;
  padding: 0;
  font-size: 14px;
  color: #fff;
  text-align: right;
}
#top-bar a {
  color: #fff;
}
#top-bar .et_pb_row {
  padding: 0;
}
#top-bar .top-bar {
  position: relative;
  height: 2.5rem;
}
#top-bar .top-bar ul {
  list-style: none;
  padding: 0;
}
#top-bar .top-bar ul li {
  display: inline-block;
  margin-left: 1rem;
}
#top-bar .top-bar ul li a {
  line-height: 2.5rem;
  display: flex;
  align-items: center;
}

#main-nav {
  background-color: #000;
}
#main-nav .et_pb_row_1_tb_header {
  display: flex;
  align-items: center;
}
#main-nav .site-logo img {
  max-height: 4.5rem;
}
#main-nav #header-menu {
  background-color: transparent;
  color: #fff;
  text-align: right;
}
#main-nav #header-menu .et_pb_menu__wrap {
  justify-content: flex-end;
}
#main-nav #header-menu a {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.interstitial-black {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000;
  color: #fff;
}
.interstitial-black .et_pb_text_inner {
  text-align: center;
}
.interstitial-black h2 {
  font-size: 32px;
  text-transform: none;
}

#cta-main {
  background-color: #FFBC49;
}
#cta-main h2 {
  padding-top: 0;
  color: #fff;
  font-size: 40px;
  text-transform: none;
  line-height: 50px;
  font-weight: 800;
}
#cta-main .cta-actions a {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 28px;
  font-weight: 600;
  padding: 1em 1em;
  min-width: 170px;
  transition: 0.3s;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
}
#cta-main .cta-actions a.button-black {
  background-color: #000;
  color: #fff;
  margin-right: 2em;
}
#cta-main .cta-actions a.button-black:hover {
  background-color: #fff;
  color: #000;
}
#cta-main .cta-actions a.button-yellow {
  background-color: #FFBC49;
  color: #000;
  border: solid 2px #000;
}
#cta-main .cta-actions a.button-yellow:hover {
  background-color: #fff;
  color: #000;
}
#cta-main .footer-cta .et_pb_text_inner p {
  color: #ffffff;
}

#cta-large {
  background-color: #FFBC49;
}
#cta-large h2 {
  padding-top: 0;
  color: #fff;
  font-size: 48px;
  text-transform: none;
  line-height: 74px;
  font-weight: 800;
  margin-bottom: 77px;
}
#cta-large .cta-actions a {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 28px;
  font-weight: 600;
  padding: 1em 1em;
  min-width: 170px;
  transition: 0.3s;
  border: 2px solid #000;
  border-radius: 4px;
}
#cta-large .cta-actions a.button-black {
  background-color: #000;
  color: #fff;
  margin-right: 2em;
}
#cta-large .cta-actions a.button-black:hover {
  background-color: #fff;
  color: #000;
}
#cta-large .cta-actions a.button-yellow {
  background-color: #FFBC49;
  color: #000;
}
#cta-large .cta-actions a.button-yellow:hover {
  background-color: #fff;
  color: #000;
}
#cta-large .et_pb_text_inner p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

#site-map {
  background-color: #000;
  padding-bottom: 0;
}
#site-map .site-logo img {
  max-height: 4.5rem;
}
#site-map .footer-menu {
  background-color: transparent;
  color: #fff;
  text-align: left;
}
#site-map .footer-menu .nav li {
  display: block;
  width: 100%;
  margin-bottom: 23px;
  /*1em;*/
  margin-top: 0px;
}
#site-map .footer-menu a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
#site-map .contact-info ul {
  list-style: none;
  padding: 0;
}
#site-map .contact-info ul li {
  margin-bottom: 18px;
}
#site-map .contact-info ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  align-items: center;
}
#site-map .contact-info ul li a:hover {
  color: #FFBC49;
}
#site-map .contact-info ul li a span {
  padding: 10px;
}
#site-map .copyright-line {
  margin-top: 40px;
  text-align: right;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
#site-map .copyright-line ul {
  list-style: none;
  padding: 0;
}
#site-map .copyright-line ul li {
  display: inline-block;
}

#bottom-bar {
  padding: 0;
  height: 11px;
  background-color: #FFBC49;
}

.footer-cta {
  display: flex;
  align-items: center;
}

.no-spaces h2 {
  padding: 0;
  margin: 0;
}

.column-justify-bottom {
  display: flex;
  flex-flow: column;
}
.column-justify-bottom .et_pb_module {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
}

.our-products h3 {
  padding-top: 16px;
  color: #707070;
  font-size: 24px;
  /* line-height: 34px; */
  font-weight: 800;
}
.our-products .et_pb_image {
  padding: 0px;
  margin: 0px !important;
}
.our-products .et_pb_image img {
  width: 300px;
  height: 209px;
}

.why-text h4 {
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 49px;
  font-weight: 600;
  padding-top: 0;
}
.why-text p {
  margin-bottom: 20px;
  text-align: left;
  font-size: 22px;
  line-height: 35px;
}
.why-text ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
}

.gallery-3-column .et_pb_gallery_item .et_pb_gallery_image img {
  width: 100%;
}
.gallery-3-column .et_pb_gallery_item .et_pb_gallery_image .et_overlay {
  background: rgba(255, 255, 255, 0.4);
}

.breadcrumb-section {
  padding: 0 !important;
}
.breadcrumb-section p {
  color: #ffffff;
}

.ess-testimonial-single .el_md_testimonial_extended .el-testimonial-layout .el-single-testimonial-card {
  background-color: transparent;
}
.ess-testimonial-single .el_md_testimonial_extended .el-testimonial-layout .el-single-testimonial-card .el-testimonial-portrait {
  margin-bottom: 85px;
}
.ess-testimonial-single .el_md_testimonial_extended .el-testimonial-layout .el-single-testimonial-card .el-testimonial-portrait.rounded {
  box-shadow: 0px 16px 12px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
}
.ess-testimonial-single .el_md_testimonial_extended .el-testimonial-layout .el-single-testimonial-card .el-testimonial-portrait.rounded img {
  border-radius: unset !important;
}
.ess-testimonial-single .el_md_testimonial_extended .el-testimonial-layout .el-single-testimonial-card .el-testimonial-desc {
  color: #333333;
  max-width: 710px;
  margin: auto;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  /* or 178% */
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.ess-testimonial-single .el_md_testimonial_extended .el-testimonial-layout .el-single-testimonial-card .el-testimonial-meta {
  margin-top: 62px;
}
.ess-testimonial-single .el_md_testimonial_extended .el-testimonial-layout .el-single-testimonial-card .el-testimonial-meta .el-testimonial-name {
  color: #999999;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.ess-testimonial-single .el_md_testimonial_extended .swiper-button-prev::after,
.ess-testimonial-single .el_md_testimonial_extended .swiper-button-next::after {
  font-size: 22px;
  color: #333333;
}
.ess-testimonial-single .el_md_testimonial_extended .swiper-button-prev.swiper-button-disabled,
.ess-testimonial-single .el_md_testimonial_extended .swiper-button-next.swiper-button-disabled {
  opacity: unset;
}
.ess-testimonial-single .el_md_testimonial_extended .swiper-pagination-bullet {
  margin: 0 8px;
}
.ess-testimonial-single .el_md_testimonial_extended .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFBC49;
}

@media all and (min-width: 981px) {
  .page-header-section h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 48px;
    color: #000000 !important;
    line-height: 74px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  #cta-main .et_pb_column.et-last-child {
    text-align: center !important;
  }

  .gallery-3-column .et_pb_gallery_item {
    width: 33.33% !important;
    /*six columns*/
    clear: none !important;
    overflow: hidden;
  }
  .gallery-3-column .et_pb_gallery_item .et_pb_gallery_image {
    height: calc((100vw / 3) * 0.5625);
  }
}
@media all and (min-width: 768px) and (max-width: 980px) {
  #cta-main .footer-cta {
    display: block;
  }

  #site-map .et_pb_menu .et_pb_menu__menu {
    display: block;
  }
  #site-map .et_pb_menu .et_mobile_nav_menu {
    display: none;
  }
  #site-map .copyright-line {
    text-align: center;
  }

  .gallery-3-column .et_pb_gallery_item {
    width: 33.33% !important;
    /*six columns*/
    clear: none !important;
    overflow: hidden;
  }
  .gallery-3-column .et_pb_gallery_item .et_pb_gallery_image {
    height: calc((100vw / 3) * 0.5625);
  }
}
@media all and (max-width: 767px) {
  .gallery-3-column .et_pb_gallery_item {
    width: 50% !important;
    /*six columns*/
    clear: none !important;
    overflow: hidden;
  }
  .gallery-3-column .et_pb_gallery_item .et_pb_gallery_image {
    height: calc((100vw / 2) * 0.5625);
  }
}

/*# sourceMappingURL=components.css.map */
