/*
Theme Name: XT Grid Theme
Author: Xtensive Web Design
Author URI: https://www.xtensive.co.uk
Description: A base theme built with CSS Grid
Version: 1.0
*/
/* Breakpoints */
/* Colors */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  padding: 0;
  margin: 0 0 1rem 0;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: calc(1.8rem + 0.5vw);
  line-height: 2.6rem;
}

h2 {
  font-size: calc(1.6rem + 0.5vw);
  line-height: 2.4rem;
}

h3 {
  font-size: calc(1rem + 0.5vw);
}

h4 {
  font-size: 1.2rem;
}

p {
  font-size: 1.1rem;
  color: #000;
  padding: 0;
  margin: 0 0 1rem 0;
}
p:last-of-type {
  margin: 0;
}

a {
  font-size: 1.1rem;
  color: #000;
  text-decoration-color: transparent;
  transition: 0.3s;
}
a:hover, a:focus {
  color: #1FB9C9;
}

ul {
  padding: 0 0 0 1.5rem;
}

li {
  font-size: 1.1rem;
  padding: 0;
  margin: 0;
}

.wp-block-media-text {
  margin: 2rem 0;
}
@media (min-width: 880px) {
  .wp-block-media-text {
    margin: 4rem 0;
  }
}
.wp-block-media-text:first-of-type {
  margin: 0 0 2rem 0;
}
@media (min-width: 880px) {
  .wp-block-media-text:first-of-type {
    margin: 0 0 4rem 0;
  }
}
.wp-block-media-text:last-of-type {
  margin-bottom: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  margin: 2rem 0 0 0;
  padding: 0;
}
@media (min-width: 880px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 4rem 0 4rem 2rem;
    margin: 0;
  }
}
.wp-block-media-text .wp-block-media-text__media {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 880px) {
  .wp-block-media-text .wp-block-media-text__media {
    margin: 0 2rem 0 0;
  }
}
.wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 880px) {
  .wp-block-media-text .wp-block-media-text__media img {
    height: 100%;
  }
}

@media (min-width: 880px) {
  .has-media-on-the-right .wp-block-media-text__content {
    padding: 4rem 2rem 4rem 0;
  }
}
.has-media-on-the-right .wp-block-media-text__media {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 880px) {
  .has-media-on-the-right .wp-block-media-text__media {
    margin: 0 0 0 2rem;
  }
}
.has-media-on-the-right .wp-block-media-text__media img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 880px) {
  .has-media-on-the-right .wp-block-media-text__media img {
    height: 100%;
  }
}

@media (max-width: 880px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
}
@media (max-width: 880px) {
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-columns {
  gap: 0;
  margin: 0;
}
@media (min-width: 880px) {
  .wp-block-columns {
    gap: 2rem;
  }
}
.wp-block-columns .wp-block-column ul {
  margin: 0;
}
@media (min-width: 880px) {
  .wp-block-columns .wp-block-column ul {
    margin: 1rem 0;
  }
}

.top-section-layout {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  padding-bottom: 0;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.6s;
}
@media (min-width: 880px) {
  .top-section-layout {
    padding: 4rem 1rem;
  }
}
.top-section-layout p:last-of-type {
  margin: 0;
}
@media (min-width: 880px) {
  .top-section-layout {
    padding-bottom: 0;
  }
}

.services-grid {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.6s;
}
@media (min-width: 880px) {
  .services-grid {
    padding: 4rem 1rem;
  }
}
@media (min-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.services-grid .services-box {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 880px) {
  .services-grid .services-box {
    height: 300px;
  }
}
.services-grid .services-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.services-grid .services-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: 0.3s;
  padding: 1rem;
}
.services-grid .services-box .overlay h2 {
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
}
.services-grid .services-box:hover .overlay, .services-grid .services-box:focus .overlay {
  background: rgba(0, 0, 0, 0.2);
}
.services-grid .services-box:hover img, .services-grid .services-box:focus img {
  transform: scale(1.1);
}

.solution-wrap {
  width: 100%;
  background: #F6F6F6;
}
.solution-wrap .solution {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 880px) {
  .solution-wrap .solution {
    padding: 4rem 1rem;
  }
}
@media (min-width: 880px) {
  .solution-wrap .solution {
    flex-direction: row-reverse;
  }
}
.solution-wrap .solution .solution-box {
  width: 100%;
}
@media (min-width: 880px) {
  .solution-wrap .solution .solution-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    margin: 0 0 0 4rem;
    padding: 4rem 0;
  }
}
.solution-wrap .solution .solution-box h2 {
  margin: 0;
}
.solution-wrap .solution .solution-box .btn {
  margin: 2rem 0 0 0;
}
.solution-wrap .solution .solution-images {
  width: 100%;
  position: relative;
}
@media (min-width: 880px) {
  .solution-wrap .solution .solution-images {
    width: 50%;
    margin: 0;
  }
}
.solution-wrap .solution .solution-images .solution-image {
  margin: 2rem 0 0 0;
  display: flex;
  margin: 0 0 2rem 0;
  border-radius: 20px;
  border: 5px solid #fff;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 880px) {
  .solution-wrap .solution .solution-images .solution-image {
    width: 50%;
    margin: 0;
    position: absolute;
  }
}
@media (min-width: 880px) {
  .solution-wrap .solution .solution-images .solution-image:first-of-type {
    top: 0;
    left: 0;
    height: 75%;
    width: 60%;
  }
}
.solution-wrap .solution .solution-images .solution-image:last-of-type {
  display: none;
}
@media (min-width: 880px) {
  .solution-wrap .solution .solution-images .solution-image:last-of-type {
    display: block;
    bottom: 0;
    right: 0;
    height: 75%;
  }
}
.solution-wrap .solution .solution-images .solution-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.usp {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  padding-bottom: 0;
}
@media (min-width: 880px) {
  .usp {
    padding: 4rem 1rem;
  }
}
@media (min-width: 880px) {
  .usp {
    padding-bottom: 0;
  }
}
.usp .slick-list .slick-track {
  display: flex;
  gap: 1rem;
  justify-content: space-around;
  margin: 0;
  width: 100%;
}
@media (min-width: 880px) {
  .usp .slick-list .slick-track {
    gap: 2rem;
  }
}
.usp .slick-list .slick-track .usp-box-wrap {
  background: linear-gradient(90deg, rgb(31, 185, 201) 0%, rgb(205, 212, 28) 100%);
  padding: 0.5rem;
  border-radius: 20px;
}
.usp .slick-list .slick-track .usp-box-wrap .usp-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: #fff;
  border-radius: 20px;
}
.usp .slick-list .slick-track .usp-box-wrap .usp-box .iconify {
  color: #1FB9C9;
  font-size: 3rem;
  margin: 0 0 1rem 0;
}
.usp .slick-list .slick-track .usp-box-wrap .usp-box h3 {
  font-size: 1.2rem;
  font-weight: 700;
}
.usp .slick-list .slick-track .usp-box-wrap .usp-box p {
  font-size: 1rem;
}

.introduction {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 880px) {
  .introduction {
    padding: 4rem 1rem;
  }
}
@media (min-width: 880px) {
  .introduction {
    flex-direction: row;
  }
}
.introduction .introduction-box {
  background: #252525;
  padding: 4rem;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 880px) {
  .introduction .introduction-box {
    width: 50%;
    border-radius: 20px 0 0 20px;
  }
}
.introduction .introduction-box h2 {
  color: #fff;
}
.introduction .introduction-box p {
  color: #fff;
}
.introduction .introduction-box .btn {
  margin: 2rem 0 0 0;
}
.introduction .introduction-image {
  border-radius: 20px 20px 0 0;
  display: flex;
  overflow: hidden;
}
@media (min-width: 880px) {
  .introduction .introduction-image {
    width: 50%;
    border-radius: 0 20px 20px 0;
  }
}
.introduction .introduction-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-wrap {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  padding: 0 1rem;
}
@media (min-width: 880px) {
  .review-wrap {
    padding: 4rem 1rem;
  }
}
@media (min-width: 880px) {
  .review-wrap {
    padding: 0 1rem;
  }
}

.contact {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  margin-bottom: -10rem;
  z-index: 1000;
  position: relative;
  padding-top: 0;
}
@media (min-width: 880px) {
  .contact {
    padding: 4rem 1rem;
  }
}
@media (min-width: 880px) {
  .contact {
    padding-top: 0;
  }
}
.contact .contact-box {
  background: linear-gradient(90deg, rgb(31, 185, 201) 0%, rgb(205, 212, 28) 100%);
  border-radius: 20px;
  padding: 2rem;
}
.contact .contact-box h2 {
  color: #fff;
  margin: 0;
}
.contact .contact-box p {
  color: #fff;
}
.contact .contact-box .btn {
  margin: 2rem 0 0 0;
}

.contact-layout-wrap {
  width: 100%;
  background: #F6F6F6;
}

.contact-layout {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.6s;
}
@media (min-width: 880px) {
  .contact-layout {
    padding: 4rem 1rem;
  }
}

.gform_required_legend {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400 !important;
  font-size: 1.1rem !important;
}

.gfield_consent_label a {
  font-size: 0.9rem;
  position: relative;
}
.gfield_consent_label a::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.3s ease;
}
.gfield_consent_label a:hover {
  color: #000;
}
.gfield_consent_label a:hover::before {
  width: 100%;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  background: #fff;
  border: none;
  border-radius: 10px;
}

.error {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.error .overlay {
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin: 2rem 0 0 0;
}
@media (min-width: 880px) {
  .error .overlay {
    margin: 0;
  }
}
.error .content {
  text-align: center;
}
.error .content .btn {
  margin: 1rem 0 0 0;
}

.blog-header {
  width: 100%;
  background: #1FB9C9;
  padding: 2rem;
  text-align: center;
}
.blog-header h1 {
  color: #fff;
}
.blog-header h3 {
  margin: 0;
  color: #fff;
}

.blog-main {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.25rem;
  padding: 2rem;
  max-width: 87.5rem;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .blog-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .blog-main {
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog-post {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
@media (min-width: 576px) {
  .blog-post {
    width: 48%;
    margin: 0 1%;
  }
  @supports (display: grid) {
    .blog-post {
      width: 100%;
      margin: 0;
    }
  }
}
.blog-post .image {
  width: 100%;
  height: 300px;
  background-size: cover !important;
  background-position: center center !important;
}
.blog-post .meta {
  color: #000;
  font-size: 0.9rem;
}
.blog-post .title {
  color: #000;
  font-size: 1.2rem;
}
.blog-post p {
  color: #000;
}

.post-single {
  width: 100%;
  max-width: 87.5rem;
  padding: 4rem 1rem;
  margin: 0 auto;
}

.share-buttons {
  margin: 1rem 0 0 0;
  z-index: 2;
  position: relative;
  text-align: center;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
.share-buttons a {
  display: block;
  text-align: center;
  color: White;
}
.share-buttons a .iconify {
  font-size: 1.5rem;
  color: #000;
  transition: 0.3s;
  margin: 0 1rem 0 0;
}
.share-buttons a:hover .iconify, .share-buttons a:focus .iconify {
  color: #1FB9C9;
}

.page-layout .page-split {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 880px) {
  .page-layout .page-split {
    flex-direction: row;
  }
}
.page-layout .page-split .main-layout {
  width: 100%;
}
@media (min-width: 880px) {
  .page-layout .page-split .main-layout {
    width: 70%;
    margin: 0;
  }
}
.page-layout .page-split .side-bar {
  width: 100%;
}
@media (min-width: 880px) {
  .page-layout .page-split .side-bar {
    width: 30%;
    position: sticky;
    top: 1rem;
  }
}
.page-layout .page-split .side-bar .more-news {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 0 2rem 0;
}
.page-layout .page-split .side-bar a {
  display: flex;
}
.page-layout .page-split .side-bar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery {
  padding: 6rem !important;
}
.gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 4rem 0 0 0;
}
@media (min-width: 880px) {
  .gallery .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.gallery .gallery-grid a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .gallery-grid a:nth-of-type(even) {
  margin: 2rem 0 -2rem 0;
}

.full-width-bullet-wrap {
  width: 100%;
  background: #F6F6F6;
}
.full-width-bullet-wrap .full-width-bullet {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media (min-width: 880px) {
  .full-width-bullet-wrap .full-width-bullet {
    padding: 4rem 1rem;
  }
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin: 2rem 0 0 0;
}
@media (min-width: 880px) {
  .full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .bullet-box-wrap {
  background: linear-gradient(90deg, rgb(31, 185, 201) 0%, rgb(205, 212, 28) 100%);
  padding: 0.5rem;
  border-radius: 20px;
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .bullet-box-wrap .full-width-bullet-box {
  background: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  gap: 1rem;
  justify-content: center;
  height: 100%;
}
@media (min-width: 880px) {
  .full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .bullet-box-wrap .full-width-bullet-box {
    justify-content: flex-start;
  }
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .bullet-box-wrap .full-width-bullet-box .iconify {
  font-size: 3rem;
  color: #1FB9C9;
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .bullet-box-wrap .full-width-bullet-box h3 {
  margin: 0;
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .bullet-box-wrap .full-width-bullet-box p {
  text-align: center;
}

.portable-bullet-wrap {
  width: 100%;
  background: #F6F6F6;
}
.portable-bullet-wrap .portable-bullet {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media (min-width: 880px) {
  .portable-bullet-wrap .portable-bullet {
    padding: 4rem 1rem;
  }
}
.portable-bullet-wrap .portable-bullet .portable-bullet-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin: 2rem 0 0 0;
}
@media (min-width: 880px) {
  .portable-bullet-wrap .portable-bullet .portable-bullet-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.portable-bullet-wrap .portable-bullet .portable-bullet-grid .bullet-box-wrap {
  background: linear-gradient(90deg, rgb(31, 185, 201) 0%, rgb(205, 212, 28) 100%);
  padding: 0.5rem;
  border-radius: 20px;
}
.portable-bullet-wrap .portable-bullet .portable-bullet-grid .bullet-box-wrap .portable-bullet-box {
  background: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  gap: 1rem;
  justify-content: flex-start;
  height: 100%;
}
@media (min-width: 880px) {
  .portable-bullet-wrap .portable-bullet .portable-bullet-grid .bullet-box-wrap .portable-bullet-box {
    justify-content: flex-start;
  }
}
.portable-bullet-wrap .portable-bullet .portable-bullet-grid .bullet-box-wrap .portable-bullet-box .iconify {
  font-size: 3rem;
  color: #1FB9C9;
}
.portable-bullet-wrap .portable-bullet .portable-bullet-grid .bullet-box-wrap .portable-bullet-box h3 {
  margin: 0;
}
.portable-bullet-wrap .portable-bullet .portable-bullet-grid .bullet-box-wrap .portable-bullet-box p {
  text-align: center;
}

.quote {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: static;
  background-position: right 50% top 50%;
  height: 250px;
  margin: 0 0 4rem 0;
}
@media (min-width: 880px) {
  .quote {
    background-attachment: fixed;
  }
}
.quote .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quote .overlay .quote-box {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  padding-bottom: 4rem;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 880px) {
  .quote .overlay .quote-box {
    padding: 4rem 1rem;
  }
}
@media (min-width: 880px) {
  .quote .overlay .quote-box {
    width: 50%;
  }
}
.quote .overlay .quote-box p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: italic;
}

.btn {
  display: inline-block;
  color: #fff;
  padding: 0.7rem 1rem 0.5rem 1rem;
  border-radius: 2rem;
  background: linear-gradient(90deg, rgb(234, 166, 27) 0%, rgb(229, 40, 57) 100%);
  transition: 0.3s;
  font-weight: 700;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  transform: scale(1.05);
  color: #fff;
}

#gform_submit_button_1,
#gform_submit_button_2 {
  display: inline-block;
  color: #fff;
  padding: 0.7rem 1rem 0.5rem 1rem;
  border-radius: 2rem;
  background: linear-gradient(90deg, rgb(234, 166, 27) 0%, rgb(229, 40, 57) 100%);
  transition: 0.3s;
  font-weight: 700;
  cursor: pointer;
  border: 0;
  font-size: 1.1rem;
}
#gform_submit_button_1:hover, #gform_submit_button_1:focus,
#gform_submit_button_2:hover,
#gform_submit_button_2:focus {
  transform: scale(1.05);
  color: #fff;
}

input#file-upload-button {
  display: inline-block;
  color: #fff;
  padding: 0.7rem 1rem 0.5rem 1rem;
  border-radius: 2rem;
  background: linear-gradient(90deg, rgb(234, 166, 27) 0%, rgb(229, 40, 57) 100%);
  transition: 0.3s;
  font-weight: 700;
  cursor: pointer;
  border: 0;
  font-size: 1.1rem;
}
input#file-upload-button:hover, input#file-upload-button:focus {
  transform: scale(1.05);
  color: #fff;
}

.wp-element-button {
  display: inline-block;
  color: #fff;
  padding: 0.7rem 1rem 0.5rem 1rem;
  border-radius: 2rem;
  margin: 1rem 0 0 0;
  background: linear-gradient(90deg, rgb(234, 166, 27) 0%, rgb(229, 40, 57) 100%);
  transition: 0.3s;
  font-weight: 700;
  cursor: pointer;
}
.wp-element-button:hover, .wp-element-button:focus {
  transform: scale(1.05);
  color: #fff;
}

.footer {
  width: 100%;
  background: #252525;
}
.footer .container {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10rem;
}
@media (min-width: 880px) {
  .footer .container {
    padding: 4rem 1rem;
  }
}
@media (min-width: 880px) {
  .footer .container {
    padding-top: 10rem;
  }
}
.footer .container.excluded-page {
  padding-top: 2rem;
}
@media (min-width: 880px) {
  .footer .container.excluded-page {
    padding-top: 4rem;
  }
}
.footer .container .contact-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  order: 2;
  padding: 0 0 2rem 0;
}
@media (min-width: 880px) {
  .footer .container .contact-details {
    display: block;
    width: 30%;
    padding: 0 2rem 0 0;
  }
}
.footer .container .contact-details h2 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
}
.footer .container .contact-details p,
.footer .container .contact-details a {
  color: #fff;
  word-break: break-all;
  font-size: 1rem;
}
.footer .container .contact-details p .iconify,
.footer .container .contact-details a .iconify {
  display: none;
}
@media (min-width: 880px) {
  .footer .container .contact-details p .iconify,
  .footer .container .contact-details a .iconify {
    display: inline-block;
    margin: 0 0.5rem -0.2rem 0;
  }
}
.footer .container .contact-details a {
  position: relative;
  font-size: 1rem;
}
.footer .container .contact-details a::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
.footer .container .contact-details a:hover {
  color: #fff;
}
.footer .container .contact-details a:hover::before {
  width: 100%;
}
.footer .container .contact-details .address {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.footer .container .contact-details .address .iconify {
  display: none;
}
@media (min-width: 880px) {
  .footer .container .contact-details .address .iconify {
    display: block;
    margin: 0 0.5rem 0 0;
    color: #fff;
  }
}
.footer .container .contact-details .address p {
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 880px) {
  .footer .container .contact-details .address p {
    text-align: left;
    margin: -0.4rem 0 0 0;
  }
}
.footer .container .service-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 3;
}
@media (min-width: 880px) {
  .footer .container .service-details {
    width: 30%;
    align-items: flex-start;
    padding: 0 2rem 0 0;
    order: 2;
  }
}
.footer .container .service-details h2 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
}
.footer .container .service-details a {
  display: inline-block;
  color: #fff;
  position: relative;
  margin: 0 0 1rem 0;
  font-size: 1rem;
}
.footer .container .service-details a::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
.footer .container .service-details a:hover {
  color: #fff;
}
.footer .container .service-details a:hover::before {
  width: 100%;
}
.footer .container .social-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 4;
  padding: 0 0 2rem 0;
}
@media (min-width: 880px) {
  .footer .container .social-details {
    width: 20%;
    align-items: flex-start;
    padding: 0 2rem 0 0;
    order: 3;
  }
}
.footer .container .social-details p {
  color: #fff;
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 880px) {
  .footer .container .social-details p {
    text-align: left;
  }
}
.footer .container .social-details h2 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
}
.footer .container .social-details .social-wrap {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.footer .container .social-details .social-wrap a .iconify {
  color: #fff;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.footer .container .social-details .social-wrap a:hover, .footer .container .social-details .social-wrap a:focus {
  transform: translateY(-0.2rem);
}
.footer .container .logo {
  width: 100%;
  padding: 0 0 2rem 0;
  text-align: center;
}
@media (min-width: 880px) {
  .footer .container .logo {
    width: 20%;
    text-align: right;
    padding: 0;
    order: 4;
  }
}
.footer .container .logo img {
  max-width: 18rem;
  height: auto;
}
.footer .container .logo .social-links {
  margin: 0.5rem 0 0 0;
}
.footer .container .logo .social-links a {
  transition: 0.3s;
  display: inline-block;
}
.footer .container .logo .social-links a .iconify {
  font-size: 2rem;
  color: #fff;
}
.footer .container .logo .social-links a:hover, .footer .container .logo .social-links a:focus {
  transform: scale(1.1);
}

.bottom-footer {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  padding: 0 1rem 1rem 1rem;
}
@media (min-width: 880px) {
  .bottom-footer {
    padding: 4rem 1rem;
  }
}
@media (min-width: 880px) {
  .bottom-footer {
    padding: 0 1rem 1rem 1rem;
  }
}
.bottom-footer .bottom-container {
  border-top: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0 0 0;
}
@media (min-width: 880px) {
  .bottom-footer .bottom-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: unset;
  }
}
.bottom-footer .bottom-container .policies {
  margin: 0 0 0.5rem 0;
  text-align: center;
}
@media (min-width: 880px) {
  .bottom-footer .bottom-container .policies {
    margin: 0;
    text-align: left;
  }
}
.bottom-footer .bottom-container .policies p,
.bottom-footer .bottom-container .policies a {
  color: #fff;
  margin: 0;
  font-size: 0.8rem;
}
.bottom-footer .bottom-container .policies a {
  position: relative;
}
.bottom-footer .bottom-container .policies a::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
.bottom-footer .bottom-container .policies a:hover {
  color: #fff;
}
.bottom-footer .bottom-container .policies a:hover::before {
  width: 100%;
}
.bottom-footer .bottom-container .copyright p,
.bottom-footer .bottom-container .copyright a {
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 0.8rem;
}
@media (min-width: 880px) {
  .bottom-footer .bottom-container .copyright p,
  .bottom-footer .bottom-container .copyright a {
    text-align: left;
  }
}
.bottom-footer .bottom-container .copyright a {
  position: relative;
}
.bottom-footer .bottom-container .copyright a::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
.bottom-footer .bottom-container .copyright a:hover {
  color: #fff;
}
.bottom-footer .bottom-container .copyright a:hover::before {
  width: 100%;
}

.home.active {
  height: 100%;
  overflow: hidden !important;
}

.site-header {
  background: #252525;
  display: flex;
  flex-wrap: wrap;
}
.site-header .top-container-wrap {
  width: 100%;
}
@media (min-width: 576px) {
  .site-header .top-container-wrap {
    border-bottom: 1px solid #EAA61B;
  }
}
.site-header .top-container-wrap .top-container {
  display: none;
}
@media (min-width: 576px) {
  .site-header .top-container-wrap .top-container {
    width: 100%;
    padding: 0.5rem 1rem 0.25rem 1rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 87.5rem;
    margin: 0 auto;
    gap: 1rem;
  }
}
.site-header .top-container-wrap .top-container .contact-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.site-header .top-container-wrap .top-container .contact-item .iconify {
  color: #fff;
  margin: 0 0.25rem 0 0;
}
.site-header .top-container-wrap .top-container .contact-item a {
  font-size: 1rem;
  color: #fff;
  margin: 0.2rem 0 0 0;
  position: relative;
}
.site-header .top-container-wrap .top-container .contact-item a::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
.site-header .top-container-wrap .top-container .contact-item a:hover {
  color: #fff;
}
.site-header .top-container-wrap .top-container .contact-item a:hover::before {
  width: 100%;
}
.site-header .container {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
@media (min-width: 880px) {
  .site-header .logo {
    width: 15%;
  }
}
.site-header .logo img {
  width: 13rem;
  height: auto;
}
.site-header .logo a {
  display: flex;
}
.site-header #mobile-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: 0;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.site-header #mobile-button .iconify {
  color: #fff;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}
.site-header #mobile-button .iconify:hover, .site-header #mobile-button .iconify:focus {
  color: #1FB9C9;
}
@media (min-width: 880px) {
  .site-header #mobile-button {
    display: none;
  }
}
.site-header #mobile-button.active {
  display: none;
}
.site-header #close-button {
  display: none;
  position: absolute;
  top: 30px;
  right: 1.5rem;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
}
.site-header #close-button .iconify {
  color: #fff;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}
.site-header #close-button .iconify:hover, .site-header #close-button .iconify:focus {
  color: #1FB9C9;
}
.site-header #close-button.active {
  display: block;
}
@media (min-width: 880px) {
  .site-header #close-button.active {
    display: none;
  }
}
.site-header #back-button {
  display: none;
  position: absolute;
  top: 20px;
  right: 1.5rem;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  z-index: 1000;
  transition: 0.3s;
  color: #fff;
}
.site-header #back-button.active {
  display: block;
}
@media (min-width: 880px) {
  .site-header #back-button.active {
    display: none;
  }
}
.site-header #back-button .iconify {
  font-size: 3rem;
  transition: 0.3s;
  margin: 0 0 1rem;
}
.site-header #back-button .iconify:focus, .site-header #back-button .iconify:hover {
  color: #1FB9C9;
}
@media (min-width: 880px) {
  .site-header #back-button {
    display: none;
  }
}

#mobile-menu {
  width: 100%;
  height: 0%;
  position: fixed;
  top: 85px;
  left: 0;
  background: #252525;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  padding: 1rem 1rem 8rem 1rem;
  margin: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 4000;
}
@media (min-width: 880px) {
  #mobile-menu {
    display: none;
  }
}
#mobile-menu.active {
  opacity: 1;
  height: 100%;
  visibility: visible;
  transition: 0.3s;
}
#mobile-menu .menu-primary-container {
  width: 100%;
}
#mobile-menu .menu li {
  width: 100%;
}
#mobile-menu .menu li a {
  color: #fff;
  display: inline-block;
  margin: 0.5rem 0;
}
#mobile-menu .sub-menu {
  list-style-type: none;
  padding: 1rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #252525;
}
@media (min-width: 880px) {
  #mobile-menu .sub-menu {
    padding: 2rem 0 0;
  }
}
#mobile-menu .sub-menu.active {
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 0;
  transition: 0.5s;
}
#mobile-menu .sub-menu li {
  padding: 0.5rem 0;
}

#main-menu {
  display: none;
}
@media (min-width: 880px) {
  #main-menu {
    display: flex;
    padding: 0;
    margin: 0;
    width: 70%;
    align-items: center;
    justify-content: center;
  }
}
#main-menu .menu {
  position: relative;
}
#main-menu .menu li {
  position: relative;
}
@media (min-width: 880px) {
  #main-menu .menu li .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
  #main-menu .menu li .sub-menu li a::before {
    display: none;
  }
  #main-menu .menu li .sub-menu.active {
    opacity: 1;
    visibility: visible;
  }
}
#main-menu .sub-menu {
  position: absolute;
  top: 45px;
  left: 0;
  padding-left: 0;
  max-width: 300px;
  min-width: 200px;
  background: #fff;
  z-index: 1000;
}
#main-menu .sub-menu li {
  padding: 0;
}
#main-menu .sub-menu li a {
  display: flex;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  color: Black;
  border-left: 0.5rem solid #fff;
  transition: 0.3s;
}
#main-menu .sub-menu li a:hover, #main-menu .sub-menu li a:focus {
  border-left: 0.5rem solid #1FB9C9;
}

.menu {
  list-style-type: none;
  padding-left: 0;
}
.menu li {
  padding: 0.5rem 0;
}
@media (min-width: 880px) {
  .menu li {
    display: inline;
    padding: 0.5rem 1rem;
  }
}
.menu a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}
.menu a::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
.menu a:hover {
  color: #fff;
}
.menu a:hover::before {
  width: 100%;
}
.desktop-button {
  display: none;
}
@media (min-width: 880px) {
  .desktop-button {
    display: flex;
    width: 15%;
    justify-content: flex-end;
  }
}

.page-header {
  width: 100%;
  height: 350px;
  position: relative;
}
.page-header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-align: center;
}
.page-header .overlay h1 {
  padding: 0;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards;
}
.page-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slides-wrap {
  position: relative;
}

.slides {
  overflow: hidden;
  margin: 0 auto;
  max-width: 2000px;
  position: relative;
  max-height: 600px;
  background: #000;
}
@media (min-width: 880px) {
  .slides {
    max-height: 500px;
  }
}

.slide-container {
  display: flex !important;
  flex-direction: column;
}
@media (min-width: 880px) {
  .slide-container {
    flex-direction: row;
  }
}
.slide-container .slide-img {
  width: 100%;
  height: 200px;
  position: relative;
}
@media (min-width: 880px) {
  .slide-container .slide-img {
    width: 50%;
    height: 500px;
  }
}
.slide-container .slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 880px) {
  .slide-container .slide-img img {
    height: 100%;
  }
}
.slide-container .container {
  width: 100%;
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  gap: 2rem;
}
@media (min-width: 880px) {
  .slide-container .container {
    width: 50%;
    padding: 2rem;
  }
}
.slide-container .container .logo-container {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.1s;
}
@media (min-width: 880px) {
  .slide-container .container .logo-container {
    flex-direction: row;
  }
}
.slide-container .container .logo-container .logo-one {
  width: 200px;
  height: auto;
  object-fit: contain;
}
.slide-container .container .logo-container .logo-two-wrap {
  display: none;
  background: #fff;
  height: auto;
  padding: 1rem;
  border-radius: 20px;
}
@media (min-width: 880px) {
  .slide-container .container .logo-container .logo-two-wrap {
    display: block;
  }
}
.slide-container .container .logo-container .logo-two-wrap .logo-two {
  width: 50px;
  object-fit: contain;
}
.slide-container .container h1 {
  color: #fff;
  font-size: 1.8rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.2s;
}
.slide-container .container h1 span {
  color: #ffc83e;
}
@media (min-width: 880px) {
  .slide-container .container h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
.slide-container .container p {
  color: #fff;
  font-size: 1rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.3s;
}
@media (min-width: 1000px) {
  .slide-container .container p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1250px) {
  .slide-container .container p {
    font-size: 1.8rem;
  }
}
.slide-container .container p span {
  color: #ffc83e;
}
.slide-container .container .btn {
  margin: 1rem 0 0 0;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.4s;
}
.slide-container .container .btn:hover, .slide-container .container .btn:focus {
  transform: scale(1.05);
  color: #fff;
}

.slick-prev,
.slick-next {
  position: absolute;
  color: #EAA61B;
  background: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  z-index: 2000;
  right: 0;
  bottom: 10px;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #fff;
}
.slick-prev .iconify,
.slick-next .iconify {
  font-size: 2rem;
}

.slick-prev {
  right: 40px;
}

.slick-next {
  right: 0px;
}

.split-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 2rem 0 0 0;
}
.split-content:first-child {
  margin: 0;
}
@media (min-width: 880px) {
  .split-content {
    justify-content: space-between;
    align-items: stretch;
    gap: 4rem;
    margin: 4rem 0 0 0;
  }
  .split-content:first-child {
    margin: 0;
  }
  .split-content.split-content-image-left {
    flex-direction: row-reverse;
  }
  .split-content.split-content-image-left:nth-child(odd) {
    flex-direction: row;
  }
  .split-content.split-content-image-right {
    flex-direction: row;
  }
  .split-content.split-content-image-right:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.split-content .split-content-text {
  width: 100%;
}
@media (min-width: 880px) {
  .split-content .split-content-text {
    flex: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 4rem 0;
  }
}
.split-content .split-content-text h2 {
  margin: 0;
  line-height: 3rem;
}
.split-content .split-content-image {
  width: 100%;
  display: flex;
  position: relative;
  height: 300px;
}
.split-content .split-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 880px) {
  .split-content .split-content-image {
    flex: 1;
    width: 50%;
    height: unset;
  }
}

.page-layout .left-section {
  width: 100%;
  background: #F6F6F6;
  padding: 2rem;
}
@media (min-width: 880px) {
  .page-layout .left-section {
    position: sticky;
    top: 1rem;
    width: 40%;
  }
}
.page-layout .left-section .intro-text h2 {
  margin: 0;
}
.page-layout .left-section .intro-text p {
  margin: 0 0 1rem 0;
}
.page-layout .left-section .intro-text a {
  display: flex;
}
.page-layout .left-section .intro-text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-layout .right-section {
  width: 100;
}
@media (min-width: 880px) {
  .page-layout .right-section {
    width: 60%;
  }
}
.page-layout .right-section .accordion {
  margin: 2rem 0;
}
.page-layout .right-section .accordion:last-child {
  margin-bottom: 0;
}
.page-layout .right-section .accordion:first-child {
  margin-top: 0;
}
.page-layout .right-section .accordion .accordion-box {
  margin-bottom: 1rem;
  width: 100%;
}
.page-layout .right-section .accordion .accordion-box:last-child {
  margin-bottom: 0;
}
.page-layout .right-section .accordion .accordion-box .accordion-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F6F6F6;
  cursor: pointer;
  padding: 1rem;
  width: 100%;
  transition: all 0.3s;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.page-layout .right-section .accordion .accordion-box .accordion-question h3 {
  padding: 0.5rem 0 0 0;
  margin: 0;
  text-align: left;
  font-size: 1.1rem;
}
.page-layout .right-section .accordion .accordion-box .accordion-question .iconify {
  font-size: 2rem;
  color: #000;
  transition: 0.3s;
  transform: rotate(270deg) !important;
}
.page-layout .right-section .accordion .accordion-box .active .iconify {
  transform: rotate(360deg) !important;
}
.page-layout .right-section .accordion .accordion-box .accordion-answer {
  max-height: 0;
  transition: max-height 0.5s;
  overflow: hidden;
}
.page-layout .right-section .accordion .accordion-box .accordion-answer p {
  margin: 1rem 1rem 0 1rem;
}
.page-layout .right-section .accordion .accordion-box .accordion-answer a {
  position: relative;
}
.page-layout .right-section .accordion .accordion-box .accordion-answer a::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.3s ease;
}
.page-layout .right-section .accordion .accordion-box .accordion-answer a:hover {
  color: #000;
}
.page-layout .right-section .accordion .accordion-box .accordion-answer a:hover::before {
  width: 100%;
}

.accreditation {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  padding: 2rem 0;
}
@media (min-width: 880px) {
  .accreditation {
    padding: 4rem 1rem;
  }
}
.accreditation .client-image {
  height: 100px;
  margin: 0 1rem;
}
.accreditation .client-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.battery-box-layout {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column-reverse;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 880px) {
  .battery-box-layout {
    padding: 4rem 1rem;
  }
}
@media (min-width: 880px) {
  .battery-box-layout {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 880px) {
  .battery-box-layout {
    flex-direction: row;
  }
}
.battery-box-layout .battery-box {
  background: #252525;
  padding: 2rem;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 880px) {
  .battery-box-layout .battery-box {
    width: 50%;
    border-radius: 20px 0 0 20px;
  }
}
.battery-box-layout .battery-box h2 {
  color: #fff;
}
.battery-box-layout .battery-box p {
  color: #fff;
}
.battery-box-layout .battery-box .btn {
  margin: 2rem 0 0 0;
}
.battery-box-layout .battery-image {
  border-radius: 20px 20px 0 0;
  display: flex;
  overflow: hidden;
  height: 400px;
}
@media (min-width: 880px) {
  .battery-box-layout .battery-image {
    width: 50%;
    border-radius: 0 20px 20px 0;
  }
}
.battery-box-layout .battery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

body {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.entry-content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

.alignfull img {
  width: 100vw;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-layout {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.6s;
}
@media (min-width: 880px) {
  .page-layout {
    padding: 4rem 1rem;
  }
}

.page-split {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}
@media (min-width: 880px) {
  .page-split {
    flex-direction: row;
    justify-content: space-between;
  }
}/*# sourceMappingURL=style.css.map */