/*
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 {
  font-family: "alibaba-puhuiti", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #000;
  padding: 0;
  margin: 0 0 1rem 0;
  font-weight: 700;
}
@media (min-width: 800px) {
  h1 {
    font-size: 2.7rem;
  }
}

h2 {
  font-family: "alibaba-puhuiti", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #000;
  padding: 0;
  margin: 0 0 1rem 0;
  font-weight: 700;
}

h3 {
  font-family: "alibaba-puhuiti", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #000;
  padding: 0;
  margin: 0 0 1rem 0;
  font-weight: 700;
}

h4 {
  font-family: "alibaba-puhuiti", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #000;
  padding: 0;
  margin: 0 0 1rem 0;
  font-weight: 700;
}

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

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

li {
  font-size: 1.1em;
  color: #000;
  padding: 0;
  margin: 0;
  line-height: 1.5rem;
}

ul {
  font-size: 1.1rem;
  color: #000;
}

.wp-block-media-text {
  margin: 1rem 0 0 0;
}
.wp-block-media-text .wp-block-media-text__content {
  margin: 2rem 0;
  padding: 0;
}
@media (min-width: 576px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 4rem;
    margin: 0;
  }
}
.wp-block-media-text .wp-block-media-text__media {
  position: relative;
  border-radius: 10px;
}
@media (min-width: 800px) {
  .wp-block-media-text .wp-block-media-text__media:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    top: 0.5rem;
    left: 0.5rem;
    z-index: -500;
  }
}
.wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 800px) {
  .wp-block-media-text .wp-block-media-text__media img {
    height: 100%;
  }
}

@media (min-width: 576px) {
  .has-media-on-the-right .wp-block-media-text__content {
    padding: 0 4rem 0 0;
  }
}
.has-media-on-the-right .wp-block-media-text__media {
  position: relative;
}
@media (min-width: 800px) {
  .has-media-on-the-right .wp-block-media-text__media:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    top: 0.5rem;
    z-index: -500;
    left: 0.5rem;
  }
}
.has-media-on-the-right .wp-block-media-text__media img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 800px) {
  .has-media-on-the-right .wp-block-media-text__media img {
    height: 100%;
  }
}

.wp-container-core-columns-layout-1.wp-container-core-columns-layout-1 {
  gap: 0;
  margin: 2rem 0;
}
.wp-container-core-columns-layout-1.wp-container-core-columns-layout-1 ul {
  margin: 0;
}

.tree-work-section .wp-block-media-text__content {
  padding: 0 2rem 0 0;
}

.tree-work-section .wp-block-media-text__media:before {
  display: none;
}

.introduction {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 2rem 0 2rem;
  display: flex;
  flex-direction: column-reverse;
  animation: fadein 4s;
}
@media (min-width: 800px) {
  .introduction {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
    padding: 4rem 2rem 2rem 2rem;
  }
}
@media (min-width: 1000px) {
  .introduction {
    width: 80%;
  }
}
.introduction .introduction-box {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 800px) {
  .introduction .introduction-box {
    padding: 2rem 2rem 0 2rem;
    width: 80%;
  }
}
.introduction .introduction-box h2 {
  padding: 0 0 0 0.5rem;
  border-left: 0.5rem solid #F2CA46;
}
.introduction .introduction-box .btn:hover, .introduction .introduction-box .btn:focus {
  color: #000;
}
.introduction .introduction-image {
  display: none;
}
@media (min-width: 800px) {
  .introduction .introduction-image {
    width: 100%;
    display: flex;
    position: relative;
    height: 400px;
    margin: 0 auto 1rem auto;
    border: 6px solid #F2CA46;
  }
}
.introduction .introduction-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 800px) {
  .introduction .introduction-image {
    width: 50%;
    margin: 0;
  }
}

.services-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 2rem 0 2rem;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 800px) {
  .services-wrap {
    align-items: center;
  }
}
.services-wrap h2 {
  padding: 0 0 0 0.5rem;
  border-left: 0.5rem solid #F2CA46;
}
.services-wrap p {
  text-align: center;
}
.services-wrap .services-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 2rem 0 0 0;
}
@media (min-width: 800px) {
  .services-wrap .services-grid {
    flex-direction: row;
  }
}
.services-wrap .services-grid .services-box {
  width: 100%;
  overflow: hidden;
}
.services-wrap .services-grid .services-box:first-child {
  margin: 0 0 2rem 0;
}
@media (min-width: 800px) {
  .services-wrap .services-grid .services-box:first-child {
    margin: 0 2rem 0 0;
  }
}
.services-wrap .services-grid .services-box .services-link:hover .services-img-wrap .services-img, .services-wrap .services-grid .services-box .services-link:focus .services-img-wrap .services-img {
  transform: scale(1.1);
}
.services-wrap .services-grid .services-box .services-link:hover .services-content .services-heading .services-img-arrow, .services-wrap .services-grid .services-box .services-link:focus .services-content .services-heading .services-img-arrow {
  transform: translateX(0.5rem);
}
.services-wrap .services-grid .services-box .services-img-wrap {
  height: 300px;
  overflow: hidden;
  border: 4px solid #F2CA46;
  transition: 0.5s;
}
@media (min-width: 800px) {
  .services-wrap .services-grid .services-box .services-img-wrap {
    height: 350px;
  }
}
.services-wrap .services-grid .services-box .services-img-wrap .services-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.services-wrap .services-grid .services-box .services-content {
  width: 90%;
  margin: -2rem auto 0 auto;
  z-index: 100;
  position: relative;
  background: #fff;
  transition: 0.5s;
}
.services-wrap .services-grid .services-box .services-content .services-heading {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 1rem;
}
.services-wrap .services-grid .services-box .services-content .services-heading h3 {
  margin: 0;
  color: #000;
  transition: 0.5s;
}
.services-wrap .services-grid .services-box .services-content .services-heading .services-img-arrow {
  width: 30px;
  height: 100%;
  margin: 0 1rem 0 0;
  transition: 0.5s;
}
.services-wrap .services-grid .services-box .services-content p {
  text-align: left;
  padding: 0 1rem;
}

.usp-wrap {
  position: relative;
  background-image: url("/wp-content/uploads/2024/04/usp-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2rem 0;
  margin: 4rem 0 0 0;
}
.usp-wrap:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.usp-wrap .usp {
  max-width: 87.5rem;
  margin: 1rem auto 0 auto;
}
.usp-wrap .usp .usp-box {
  padding: 0 2rem;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.usp-wrap .usp .usp-box:after {
  width: 0;
}
@media (min-width: 1000px) {
  .usp-wrap .usp .usp-box:after {
    content: "";
    height: 200px;
    width: 3px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
  }
  .usp-wrap .usp .usp-box:last-child:after {
    display: none;
  }
}
.usp-wrap .usp .usp-box .iconify {
  color: #fff;
  font-size: 2rem;
  margin: 0 0 1rem 0;
}
.usp-wrap .usp .usp-box h3 {
  color: #fff;
}
.usp-wrap .usp .usp-box p {
  font-style: normal;
  color: #fff;
  text-align: center;
  margin: 0;
}
.usp-wrap .usp .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 2rem 0 0 0;
  list-style-type: none;
}
.usp-wrap .usp .slick-dots li {
  margin: 0 0.25rem;
}
.usp-wrap .usp .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: none;
  text-indent: -9999px;
  cursor: pointer;
  transition: 0.3s;
}
.usp-wrap .usp .slick-dots button:hover, .usp-wrap .usp .slick-dots button:focus {
  background: #fff;
}
.usp-wrap .usp .slick-dots li.slick-active button {
  background: #fff;
}

.home-contact-wrap {
  width: 100%;
  max-width: 87.5rem;
  margin: 4rem auto;
  padding: 0 2rem;
}
.home-contact-wrap .home-contact-us {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: space-around;
  position: relative;
  padding: 2rem;
  overflow: hidden;
  background: #EBEBEB;
}
.home-contact-wrap .home-contact-us:after {
  content: "";
  width: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #F2CA46;
  transform: scaleX(-1);
  -webkit-clip-path: polygon(0 0, 30% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 30% 0, 100% 100%, 0% 100%);
}
@media (min-width: 800px) {
  .home-contact-wrap .home-contact-us {
    padding: 4rem;
  }
}
.home-contact-wrap .home-contact-us .call-back {
  width: 90%;
  z-index: 10;
}
@media (min-width: 800px) {
  .home-contact-wrap .home-contact-us .call-back {
    width: 100%;
    padding: 0;
  }
}
.home-contact-wrap .home-contact-us .call-back .gform_wrapper {
  border-radius: 0;
}
.home-contact-wrap .home-contact-us .call-back .gform_wrapper .gform_heading .gform_title {
  display: none;
}
.home-contact-wrap .home-contact-us .call-back .gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.home-contact-wrap .home-contact-us .call-back .gform_wrapper #gform_2 .gform_body .gform_fields {
  gap: 0.5rem;
}
.home-contact-wrap .home-contact-us .call-back .gform_wrapper #gform_2 .gform_body .gform_fields #field_2_3 .ginput_container .charleft {
  display: none;
}
.home-contact-wrap .home-contact-us .call-back .gform_wrapper #gform_2 .gform_body .gform_fields #field_2_6 .ginput_container_consent .gfield_consent_label {
  text-align: center;
}
.home-contact-wrap .home-contact-us .call-back .gform_wrapper #gform_2 .gform_body .gform_fields #field_2_6 .ginput_container_consent .gfield_consent_label a {
  text-align: center;
  font-size: 14px;
}
.home-contact-wrap .home-contact-us .call-back .gform_wrapper .gform_footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-contact-wrap .home-contact-us .call-back .gform_wrapper .gform_footer #gform_submit_button_2 {
  color: #fff;
  padding: 0.5rem 2rem;
  background: #000;
  transition: 0.3s;
  font-weight: 900;
  border-radius: 0;
  font-size: 1.3rem;
}
.home-contact-wrap .home-contact-us .call-back .gform_wrapper .gform_footer #gform_submit_button_2:hover, .home-contact-wrap .home-contact-us .call-back .gform_wrapper .gform_footer #gform_submit_button_2:focus {
  background-position: left -100% top;
  color: #F2CA46;
}
@media (min-width: 800px) {
  .home-contact-wrap .home-contact-us .call-back .gform_wrapper .gform_footer #gform_submit_button_2 {
    color: #fff;
    padding: 0.5rem 2rem;
    background: #F2CA46;
    transition: 0.3s;
    font-weight: 900;
    border-radius: 0;
  }
  .home-contact-wrap .home-contact-us .call-back .gform_wrapper .gform_footer #gform_submit_button_2:hover, .home-contact-wrap .home-contact-us .call-back .gform_wrapper .gform_footer #gform_submit_button_2:focus {
    background-position: left -100% top;
    color: #000;
  }
}
.home-contact-wrap .home-contact-us #input_2_1_6,
.home-contact-wrap .home-contact-us #input_2_1_3,
.home-contact-wrap .home-contact-us #input_2_4,
.home-contact-wrap .home-contact-us #input_2_2,
.home-contact-wrap .home-contact-us #input_2_3 {
  border-radius: 0 !important;
  border: 0 !important;
  color: #fff;
}
.home-contact-wrap .home-contact-us .home-contact-us-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 20;
  margin: 0 0 2rem 0;
}
.home-contact-wrap .home-contact-us .home-contact-us-container h2 {
  padding: 0 0 0 0.5rem;
  border-left: 0.5rem solid #F2CA46;
}
.home-contact-wrap .home-contact-us .home-contact-us-container .btn:hover, .home-contact-wrap .home-contact-us .home-contact-us-container .btn:focus {
  color: #000;
}

.page-layout {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1000px) {
  .page-layout {
    flex-direction: row;
  }
}
.page-layout .contact-form {
  width: 100%;
}
@media (min-width: 1000px) {
  .page-layout .contact-form {
    width: 60%;
    padding: 2rem;
  }
}
.page-layout .contact-form .gform_wrapper {
  margin: 0;
}
.page-layout .contact-form .gform_required_legend {
  display: none;
}
.page-layout .contact-form #gform_submit_button_1 {
  padding: 0.5rem 1rem;
  transition: 0.3s;
  font-size: 1.1rem;
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
}
.page-layout .contact-form #gform_submit_button_1:hover, .page-layout .contact-form #gform_submit_button_1:focus {
  background: #F2CA46;
  color: #000;
}
.page-layout .contact-form .charleft.ginput_counter.gfield_description {
  display: none;
}
.page-layout .contact-side-bar {
  width: 100%;
  background: #fff;
  padding: 0 0 2rem 0;
}
@media (min-width: 1000px) {
  .page-layout .contact-side-bar {
    position: sticky;
    height: -moz-fit-content;
    height: fit-content;
    top: 6rem;
    padding: 2rem;
  }
}
.page-layout .contact-side-bar h2 {
  color: #000;
  padding: 0 0 0 0.5rem;
  border-left: 0.5rem solid #F2CA46;
}
.page-layout .contact-side-bar p {
  color: #000;
  margin: 2rem 0;
}
@media (min-width: 1000px) {
  .page-layout .contact-side-bar {
    width: 40%;
  }
}
.page-layout .contact-side-bar .details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 2rem 0;
}
.page-layout .contact-side-bar .details .iconify {
  width: 10%;
  color: #000;
  font-size: 2rem;
}
.page-layout .contact-side-bar .details a,
.page-layout .contact-side-bar .details p {
  color: #000;
  width: 80%;
  padding: 0 0 0 0.5rem;
  margin: 0;
  font-weight: 500;
}
.page-layout .contact-side-bar .details a {
  color: #000;
}
.page-layout .contact-side-bar .details a:hover, .page-layout .contact-side-bar .details a:focus {
  color: #F2CA46;
}

h2.gform_title {
  padding: 0 0 0 0.5rem;
  border-left: 0.5rem solid #F2CA46;
}

label.gform-field-label.gform-field-label--type-inline.gfield_consent_label a {
  font-size: 0.9rem !important;
}

.error {
  width: 100%;
  background-image: url("/wp-content/uploads/2024/04/main-slider.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.error .overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.error .content {
  text-align: center;
}
.error .content h1 {
  color: #fff;
}
.error .content h2 {
  color: #fff;
}
.error .content h2:after {
  display: none;
}
.error .content p {
  color: #fff;
}

.blog-header {
  width: 100%;
  background: #333;
  padding: 2rem;
  text-align: center;
}
.blog-header h2 {
  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: 75rem;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .blog-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .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;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.blog-post .title {
  color: #000;
  font-size: 1.2rem;
}
.blog-post p {
  color: #000;
}

.post-single {
  width: 100%;
  max-width: 75rem;
  padding: 2rem;
  margin: 0 auto;
}
.post-single .attachment-post-thumbnail {
  width: 100%;
  height: auto;
}

.share-buttons {
  font-size: 0.7rem;
  line-height: 0.7rem;
  letter-spacing: 0.063rem;
  text-transform: uppercase;
  margin: 0 0 3.75rem;
  z-index: 2;
  position: relative;
  text-align: center;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.share-buttons li {
  height: auto;
  flex: 0 1 auto;
  width: calc(33.3333333% - 1px);
  margin-right: 0.063rem;
}
.share-buttons li:last-child {
  width: 33.3333333%;
  margin-right: 0;
}
.share-buttons li:last-child a {
  border-radius: 0 0.188rem 0.188rem 0;
}
.share-buttons li:first-child a {
  border-radius: 0.188rem 0 0 0.188rem;
}
.share-buttons svg {
  fill: #fff;
  margin-right: 0.313rem;
  width: 1rem;
  height: 1rem;
}
.share-buttons a {
  display: block;
  padding: 0.75rem 0.75rem 0.563rem;
  text-align: center;
  color: White;
}

.share-twitter {
  background: #1da1f2;
}

.share-facebook {
  background: #3b5998;
}

.share-pinterest {
  background: #b5071a;
}

.btn {
  padding: 1rem 0 0cqw 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  overflow: hidden;
  z-index: 100;
  transition: 0.5s;
}
.btn .btn-img {
  margin: 0 1rem 0 0;
  width: 30px;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
}
.btn:hover, .btn:focus {
  transform: translateX(-3rem);
}
.btn:hover .btn-img, .btn:focus .btn-img {
  transform: translateX(10rem);
}

.btns {
  padding: 0.5rem 1rem;
  transition: 0.3s;
  font-size: 1.1rem;
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
}
.btns:hover, .btns:focus {
  background: #F2CA46;
  color: #000;
}

.footer-wrap {
  background: #000;
  width: 100%;
}
.footer-wrap .main-footer {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 800px) {
  .footer-wrap .main-footer {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
}
.footer-wrap .main-footer .footer-left {
  order: 2;
  text-align: center;
  padding: 1rem 0 0 0;
}
@media (min-width: 800px) {
  .footer-wrap .main-footer .footer-left {
    order: 1;
    padding: 0;
    text-align: right;
  }
}
.footer-wrap .main-footer .footer-left h3 {
  color: #fff;
}
.footer-wrap .main-footer .footer-left .footer-number {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
.footer-wrap .main-footer .footer-left a {
  color: #fff;
  margin: 0 0 1rem 0;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.footer-wrap .main-footer .footer-left a:hover, .footer-wrap .main-footer .footer-left a:focus {
  color: #F2CA46;
}
.footer-wrap .main-footer .footer-left .socials a {
  margin: 0 0 0 0.5rem;
  position: relative;
}
.footer-wrap .main-footer .footer-left .socials a .iconify {
  font-size: 1.8rem;
}
.footer-wrap .main-footer .footer-right {
  order: 1;
}
@media (min-width: 800px) {
  .footer-wrap .main-footer .footer-right {
    order: 2;
  }
}
.footer-wrap .main-footer .footer-right .logo img {
  max-width: 8rem;
  height: auto;
  transition: 0.3s;
}
.footer-wrap .main-footer .footer-right .logo a {
  display: flex;
}
.footer-wrap .footer-bottom {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 0 2rem 1rem 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 800px) {
  .footer-wrap .footer-bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.footer-wrap .footer-bottom p {
  color: #fff;
  margin: 0 0 0.5rem 0;
}
.footer-wrap .footer-bottom p a {
  color: #fff;
  position: relative;
  transition: 0.3s;
}
.footer-wrap .footer-bottom p a:hover, .footer-wrap .footer-bottom p a:focus {
  color: #F2CA46;
}

.home.active {
  height: 100%;
  overflow: hidden;
}
@media (min-width: 800px) {
  .home.active {
    overflow: auto;
  }
}

.page-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  display: none;
  padding: 0;
}
.page-overlay.active {
  display: block;
  cursor: pointer;
}
@media (min-width: 800px) {
  .page-overlay.active {
    display: none;
  }
}
@media (min-width: 800px) {
  .page-overlay {
    display: none;
  }
}

.site-header {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  transition: 0.3s;
  z-index: 2000;
}
.site-header .container {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.5rem 2rem;
  transition: 0.3s;
}
.site-header .logo {
  margin-right: auto;
}
@media (min-width: 800px) {
  .site-header .logo {
    margin-right: 0;
  }
}
.site-header .logo .white-logo {
  display: block;
}
.site-header .logo .dark-logo {
  display: none;
}
.site-header .logo img {
  max-width: 8rem;
  height: auto;
  transition: 0.3s;
}
.site-header .logo a {
  display: flex;
}
.site-header .contact-icons {
  display: none;
}
@media (min-width: 800px) {
  .site-header .contact-icons {
    display: block;
  }
}
.site-header .contact-icons a {
  position: relative;
}
.site-header .contact-icons a .iconify {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 0.25rem 0 0.25rem;
  transition: 0.3s;
}
.site-header .contact-icons a .iconify:hover, .site-header .contact-icons a .iconify:focus {
  color: #F2CA46;
}
.site-header #mobile-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: 0;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  display: block;
  margin: 0;
  padding: 0;
}
.site-header #mobile-button.active {
  display: 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: #F2CA46;
}
@media (min-width: 800px) {
  .site-header #mobile-button {
    display: none;
  }
}
.site-header #close-button {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  display: none;
}
.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: #F2CA46;
}
.site-header #close-button.active {
  display: block;
}
.site-header.scrolled {
  background: #000;
}
.site-header.scrolled .container #mobile-button .iconify {
  transform: 0.3s;
}
.site-header.scrolled .container .contact-icons a {
  position: relative;
}
.site-header.scrolled .container .contact-icons a:hover, .site-header.scrolled .container .contact-icons a:focus {
  color: #F2CA46;
}

#mobile-menu {
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  background: #000;
  border-right: 6px solid #F2CA46;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 1rem;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 100;
  margin: 0;
}
#mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  left: 0;
}
@media (min-width: 800px) {
  #mobile-menu.active {
    display: none;
  }
}
#mobile-menu .menu-primary-container {
  margin: 5rem 0 0 0;
}
#mobile-menu .menu-main-menu-container {
  width: 100%;
}
#mobile-menu .menu {
  text-align: center;
  padding: 0;
  margin: 0;
}
#mobile-menu .menu li {
  padding: 0;
}
#mobile-menu .menu li a {
  display: block;
  padding: 1rem 0;
  position: relative;
  color: #fff;
}
#mobile-menu .menu li a:hover, #mobile-menu .menu li a:focus {
  color: #F2CA46;
}
#mobile-menu .sub-menu {
  list-style-type: none;
  padding: 0;
  border-top: 1px solid #F2CA46;
  border-bottom: 1px solid #F2CA46;
  display: none;
}
#mobile-menu .sub-menu.active {
  display: block;
}
#mobile-menu .mobile-logo {
  margin: 0 auto;
  max-width: 6rem;
  height: auto;
  transition: 0.3s;
}
#mobile-menu .mobile-contact-icons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
#mobile-menu .mobile-contact-icons a {
  color: #fff;
  padding: 1rem 0;
}
#mobile-menu .mobile-contact-icons a:hover, #mobile-menu .mobile-contact-icons a:focus {
  color: #F2CA46;
}
@media (min-width: 800px) {
  #mobile-menu .mobile-contact-icons {
    display: none;
  }
}
#mobile-menu .social-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: auto;
}
#mobile-menu a {
  position: relative;
}
#mobile-menu a .iconify {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 0.25rem 0 0.25rem;
  transition: 0.3s;
}
#mobile-menu a .iconify:hover, #mobile-menu a .iconify:focus {
  color: #F2CA46;
}

#main-menu {
  display: none;
}
@media (min-width: 800px) {
  #main-menu {
    display: flex;
    margin: 0;
    margin-right: auto;
  }
}
#main-menu .menu {
  position: relative;
}
#main-menu .menu li {
  position: relative;
}
#main-menu .menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#main-menu .menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#main-menu .sub-menu {
  position: absolute;
  top: 35px;
  right: 0;
  padding-left: 0;
  max-width: 300px;
  min-width: 150px;
  background: #F2CA46;
}
#main-menu .sub-menu a {
  display: block;
  padding: 0.5rem;
}

.menu {
  list-style-type: none;
  padding-left: 0;
}
.menu li {
  padding: 0.5rem 0;
}
@media (min-width: 800px) {
  .menu li {
    display: inline;
    padding: 0.5rem 1rem;
  }
}
.menu a {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  transition: 0.3s;
}
@media (min-width: 800px) {
  .menu a {
    color: #fff;
  }
}
.menu a:hover, .menu a:focus {
  color: #F2CA46;
}

.page-header {
  width: 100%;
  height: 250px;
  position: relative;
  border-bottom: 6px solid #F2CA46;
}
.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: flex-end;
  padding: 1rem;
  text-align: center;
}
.page-header .overlay h1 {
  padding: 0;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 3px;
}
.page-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slides {
  min-height: 500px;
  overflow: hidden;
  margin: 0 auto;
  border-bottom: 6px solid #F2CA46;
}
@media (min-width: 800px) {
  .slides {
    height: calc(100vh - 50px);
  }
}

.slide-img {
  width: 100%;
  height: 500px;
  position: relative;
}
@media (min-width: 800px) {
  .slide-img {
    height: calc(100vh - 40px);
  }
}
.slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.slide-img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.slide-img .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: fadein 4s;
}
.slide-img .container h1 {
  color: #fff;
  margin: 0;
  text-align: center;
}
.slide-img .container p {
  font-size: 1.2rem;
  color: #fff;
}
.slide-img .slider-intro {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 10rem 2rem 0 2rem;
  flex-direction: column-reverse;
  display: none;
}
@media (min-width: 800px) and (min-height: 700px) {
  .slide-img .slider-intro {
    display: flex;
    width: 80%;
    flex-direction: row-reverse;
    align-items: center;
    animation: fadein 5s;
  }
}
.slide-img .slider-intro .slider-intro-box {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 800px) {
  .slide-img .slider-intro .slider-intro-box {
    padding: 2rem 2rem 0 2rem;
    width: 80%;
  }
}
.slide-img .slider-intro .slider-intro-box h2 {
  padding: 0 0 0 0.5rem;
  border-left: 0.5rem solid #F2CA46;
  color: #fff;
}
.slide-img .slider-intro .slider-intro-box p {
  color: #fff;
}
.slide-img .slider-intro .slider-intro-box .btn {
  color: #fff;
}
.slide-img .slider-intro .slider-intro-image {
  display: none;
}
@media (min-width: 800px) {
  .slide-img .slider-intro .slider-intro-image {
    width: 100%;
    display: flex;
    position: relative;
    height: 400px;
    margin: 0 auto 1rem auto;
    border: 6px solid #F2CA46;
  }
}
.slide-img .slider-intro .slider-intro-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 800px) {
  .slide-img .slider-intro .slider-intro-image {
    width: 50%;
    margin: 0;
  }
}

html {
  box-sizing: border-box;
  animation: fadein 2s;
}

* {
  box-sizing: inherit;
}

body {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-family: roboto, 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;
  }
}
.page-layout {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 4rem 2rem 2rem 2rem;
}
@media (min-width: 800px) {
  .page-layout {
    padding: 5rem 2rem 2rem 2rem;
  }
}/*# sourceMappingURL=style.css.map */