@charset "UTF-8";
/*
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-size: 2.5rem;
  letter-spacing: 0;
  color: #000;
  padding: 0;
  margin: 0 0 1rem 0;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 576px) {
  h1 {
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 2rem;
  color: #000;
  padding: 0;
  margin: 0 0 1rem 0;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 576px) {
  h2 {
    font-size: 2.2rem;
  }
}

h3 {
  font-size: 1.5rem;
  color: #000;
  padding: 0;
  margin: 0 0 1rem 0;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 850px) {
  h3 {
    font-size: 1.8rem;
  }
}

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

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

a {
  font-size: 1.2rem;
  color: #000;
  text-decoration-color: transparent;
  transition: 0.3s;
}

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

ul {
  font-size: 1.2rem;
  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: 850px) {
  .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: 850px) {
  .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: 850px) {
  .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: 850px) {
  .has-media-on-the-right .wp-block-media-text__media img {
    height: 100%;
  }
}

.mobile-left-align {
  text-align: left;
}
@media (min-width: 850px) {
  .mobile-left-align {
    text-align: right;
  }
}

.introduction {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 850px) {
  .introduction {
    flex-direction: row-reverse;
    align-items: center;
  }
}
.introduction .introduction-box {
  width: 100%;
  padding: 2rem 2rem 1rem 2rem;
  position: relative;
  background: #fff;
  border-right: 1px solid #C20000;
  border-left: 1px solid #C20000;
  border-bottom: 1px solid #C20000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 850px) {
  .introduction .introduction-box {
    width: 50%;
    margin: 0 0 0 2rem;
    padding: 3rem 2rem 3rem 2rem;
    border-right: 1px solid #C20000;
    border-top: 1px solid #C20000;
    border-left: none;
    border-bottom: 1px solid #C20000;
    transform: translateX(40rem);
    transition: 0.5s;
    opacity: 0;
  }
}
.introduction .introduction-box.scroll-animation {
  transform: translateX(0rem);
  opacity: 1;
}
.introduction .introduction-box:before {
  content: "";
  background: #fff;
  border-top: 1px solid #C20000;
  border-left: 1px solid #C20000;
  border-bottom: none;
  border-right: 1px solid #C20000;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -1px;
  top: -8rem;
  z-index: -1;
}
@media (min-width: 850px) {
  .introduction .introduction-box:before {
    border-right: none;
    border-top: 1px solid #C20000;
    border-left: 1px solid #C20000;
    border-bottom: 1px solid #C20000;
    width: 300px;
    left: -10rem;
    top: -1px;
  }
}
.introduction .introduction-box h2 {
  order: 2;
}
.introduction .introduction-box .sub-heading {
  font-size: 1.5rem;
  color: #C20000;
  order: 1;
  margin: 0;
}
.introduction .introduction-box p {
  order: 3;
}
.introduction .introduction-image {
  margin: 2rem 0 0 0;
  width: 90%;
  display: flex;
  position: relative;
  height: 250px;
  margin: 0 auto 1rem auto;
}
@media (min-width: 576px) {
  .introduction .introduction-image {
    height: 400px;
  }
}
@media (min-width: 850px) {
  .introduction .introduction-image {
    display: flex;
    margin: 0;
    transform: translateX(-40rem);
    transition: 0.5s;
    opacity: 0;
  }
  .introduction .introduction-image.scroll-animation {
    opacity: 1;
    transform: translateX(0rem);
  }
}
.introduction .introduction-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 850px) {
  .introduction .introduction-image {
    width: 50%;
    margin: 0;
  }
}

.usp-bar {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 1rem 2rem;
}
.usp-bar .usp-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.usp-bar .usp-box h3 {
  margin: 0 0 0 0.5rem;
  font-weight: 400;
  position: relative;
}
.usp-bar .usp-box h3:before {
  content: "";
  height: 100%;
  width: 90%;
  padding: 2rem;
  top: -2rem;
  left: -2rem;
  position: absolute;
  border: 1px solid #C20000;
}
@media (min-width: 850px) {
  .usp-bar .usp-box h3:before {
    height: 70%;
    top: -1.5rem;
  }
}
.usp-bar .usp-box .iconify {
  color: #C20000;
  font-size: 2.5rem;
  background: #fff;
  z-index: 1000;
}

.services-wrap {
  width: 100%;
  margin: 2rem 0;
}
.services-wrap h2 {
  text-align: center;
  margin: 0;
}
.services-wrap p {
  color: #C20000;
  text-align: center;
}
.services-wrap .services-grid {
  margin: 2rem 0 0 0;
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  gap: 2rem;
  overflow: hidden;
}
@media (min-width: 850px) {
  .services-wrap .services-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.services-wrap .services-grid .services-box {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 850px) {
  .services-wrap .services-grid .services-box {
    height: 350px;
  }
}
.services-wrap .services-grid .services-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  position: relative;
}
.services-wrap .services-grid .services-box:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.services-wrap .services-grid .services-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: Flex-start;
  transition: 0.3s;
  padding: 1rem;
}
@media (min-width: 576px) {
  .services-wrap .services-grid .services-box .overlay {
    width: 50%;
  }
}
.services-wrap .services-grid .services-box .overlay h3 {
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
  z-index: 100;
}
.services-wrap .services-grid .services-box .overlay p {
  color: #fff;
  text-align: left;
  z-index: 100;
}
.services-wrap .services-grid .services-box .overlay .btn {
  font-weight: 400;
}
.services-wrap .services-grid .services-box:nth-child(1) {
  transform: translateX(-40rem);
  opacity: 0;
  transition: 0.5s;
}
.services-wrap .services-grid .services-box:nth-child(1) .overlay {
  background: rgba(194, 0, 0, 0.8);
}
.services-wrap .services-grid .services-box:nth-child(2) {
  transform: translateX(40rem);
  opacity: 0;
  transition: 0.5s;
}
.services-wrap .services-grid .services-box:nth-child(2) .overlay {
  background: rgba(10, 110, 80, 0.8);
}
.services-wrap .services-grid .services-box:nth-child(3) {
  transform: translateX(-40rem);
  opacity: 0;
  transition: 0.5s;
}
.services-wrap .services-grid .services-box:nth-child(3) .overlay {
  background: rgba(194, 0, 0, 0.8);
}
@media (min-width: 850px) {
  .services-wrap .services-grid .services-box:nth-child(3) .overlay {
    background: rgba(10, 110, 80, 0.8);
  }
}
.services-wrap .services-grid .services-box:nth-child(4) {
  transform: translateX(40rem);
  opacity: 0;
  transition: 0.5s;
}
.services-wrap .services-grid .services-box:nth-child(4) .overlay {
  background: rgba(10, 110, 80, 0.8);
}
@media (min-width: 850px) {
  .services-wrap .services-grid .services-box:nth-child(4) .overlay {
    background: rgba(194, 0, 0, 0.8);
  }
}
.services-wrap .services-grid .services-box.scroll-animation {
  transform: translateX(0rem);
  opacity: 1;
}

.home-contact-us {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 850px) {
  .home-contact-us {
    flex-direction: row;
    justify-content: center;
  }
}
.home-contact-us .home-contact-us-box {
  position: relative;
  background: #fff;
  border-right: 1px solid #C20000;
  border-left: 1px solid #C20000;
  border-top: 1px solid #C20000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem 1rem;
}
@media (min-width: 850px) {
  .home-contact-us .home-contact-us-box {
    width: 50%;
    padding: 3rem 1rem;
    border-left: 1px solid #C20000;
    border-top: 1px solid #C20000;
    border-right: none;
    border-bottom: 1px solid #C20000;
    transform: translateX(-40rem);
    transition: 0.5s;
    opacity: 0;
  }
}
.home-contact-us .home-contact-us-box.scroll-animation {
  transform: translateX(0rem);
  opacity: 1;
}
.home-contact-us .home-contact-us-box:before {
  content: "";
  background: #fff;
  border-right: 1px solid #C20000;
  border-left: 1px solid #C20000;
  border-top: none;
  border-bottom: 1px solid #C20000;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -1px;
  bottom: -8rem;
  z-index: -1;
}
@media (min-width: 850px) {
  .home-contact-us .home-contact-us-box:before {
    border-right: 1px solid #C20000;
    border-top: 1px solid #C20000;
    border-left: none;
    border-bottom: 1px solid #C20000;
    width: 300px;
    right: -10rem;
    top: -1px;
  }
}
.home-contact-us .home-contact-us-box .sub-heading {
  font-size: 1.5rem;
  color: #C20000;
  order: 1;
  margin: 0;
}
.home-contact-us .home-contact-us-box h2 {
  order: 2;
}
.home-contact-us .home-contact-us-box p {
  order: 3;
}
.home-contact-us .call-back {
  background: #C20000;
  padding: 1rem;
  width: 90%;
  margin: 0 auto;
  z-index: 10;
}
@media (min-width: 850px) {
  .home-contact-us .call-back {
    margin: 3rem 0;
    width: 29%;
  }
}
.home-contact-us .call-back .gform_wrapper {
  border-radius: 0;
}
.home-contact-us .call-back .gform_wrapper .gform_heading .gform_title {
  color: #fff;
  text-align: center;
}
.home-contact-us .call-back .gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.home-contact-us .call-back .gform_wrapper #gform_2 .gform_body .gform_fields {
  gap: 0.5rem;
}
.home-contact-us .call-back .gform_wrapper #gform_2 .gform_body .gform_fields #field_2_3 .ginput_container .charleft {
  display: none;
}
.home-contact-us .call-back .gform_wrapper #gform_2 .gform_body .gform_fields #field_2_6 .gfield_label {
  color: #fff;
}
.home-contact-us .call-back .gform_wrapper #gform_2 .gform_body .gform_fields #field_2_6 .ginput_container_consent .gfield_consent_label {
  color: #fff;
  text-align: center;
}
.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;
  color: #fff;
  font-size: 14px;
}
.home-contact-us .call-back .gform_wrapper .gform_footer #gform_submit_button_2 {
  color: #fff;
  padding: 0.5rem 1rem;
  background: transparent;
  border: 2px solid #fff;
  transition: 0.1s ease-in-out;
  overflow: hidden;
  font-weight: 700;
  background: linear-gradient(to right, #C20000 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: left 0 top;
  border-radius: 0;
  font-size: 1.4rem;
}
.home-contact-us .call-back .gform_wrapper .gform_footer #gform_submit_button_2:hover, .home-contact-us .call-back .gform_wrapper .gform_footer #gform_submit_button_2:focus {
  background-position: left -100% top;
  color: #000;
}
.home-contact-us input[type=color],
.home-contact-us input[type=date],
.home-contact-us input[type=datetime-local],
.home-contact-us input[type=datetime],
.home-contact-us input[type=email],
.home-contact-us input[type=month],
.home-contact-us input[type=number],
.home-contact-us input[type=password],
.home-contact-us input[type=search],
.home-contact-us input[type=tel],
.home-contact-us input[type=text],
.home-contact-us input[type=time],
.home-contact-us input[type=url],
.home-contact-us input[type=week],
.home-contact-us select,
.home-contact-us textarea {
  border-radius: 0 !important;
  border: 0 !important;
}

.page-layout .gform_wrapper {
  border-radius: 0;
}
.page-layout .gform_wrapper .gform_heading .gform_title {
  color: #fff;
  text-align: center;
}
.page-layout .gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.page-layout .gform_wrapper #gform_1 .gform_body .gform_fields #field_2_3 .ginput_container .charleft {
  display: none;
}
.page-layout .gform_wrapper #gform_1 .gform_body .gform_fields #field_2_6 .gfield_label {
  color: #fff;
}
.page-layout .gform_wrapper #gform_1 .gform_body .gform_fields #field_2_6 .ginput_container_consent .gfield_consent_label {
  color: #fff;
  text-align: center;
}
.page-layout .gform_wrapper #gform_1 .gform_body .gform_fields #field_2_6 .ginput_container_consent .gfield_consent_label a {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.page-layout .gform_wrapper .gform_footer #gform_submit_button_1 {
  color: #fff;
  padding: 0.5rem 1rem;
  background: transparent;
  border: 2px solid #C20000;
  transition: 0.1s ease-in-out;
  overflow: hidden;
  font-weight: 700;
  background: linear-gradient(to right, #C20000 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: left 0 top;
  border-radius: 0;
}
.page-layout .gform_wrapper .gform_footer #gform_submit_button_1:hover, .page-layout .gform_wrapper .gform_footer #gform_submit_button_1:focus {
  background-position: left -100% top;
  color: #C20000;
}
.page-layout input[type=color],
.page-layout input[type=date],
.page-layout input[type=datetime-local],
.page-layout input[type=datetime],
.page-layout input[type=email],
.page-layout input[type=month],
.page-layout input[type=number],
.page-layout input[type=password],
.page-layout input[type=search],
.page-layout input[type=tel],
.page-layout input[type=text],
.page-layout input[type=time],
.page-layout input[type=url],
.page-layout input[type=week],
.page-layout select,
.page-layout textarea {
  background: #eee;
  border-radius: 0 !important;
  border: 0 !important;
}
.page-layout .gform-theme--framework a,
.page-layout .gform-theme--framework button {
  font-size: 14px;
}

.service-wrap {
  display: flex;
  flex-direction: column;
}
.service-wrap .service {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 850px) {
  .service-wrap .service {
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media (min-width: 850px) {
  .service-wrap .service:nth-child(even) {
    flex-direction: row;
    align-items: center;
  }
  .service-wrap .service:nth-child(even) .service-box {
    position: relative;
    margin: 0 2rem 0 0;
    border-right: none;
    border-top: 1px solid #C20000;
    border-left: 1px solid #C20000;
    border-bottom: 1px solid #C20000;
  }
  .service-wrap .service:nth-child(even) .service-box:before {
    content: "";
    border: 1px solid #C20000;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    width: 300px;
    right: -10rem;
    left: unset;
    top: -1px;
  }
}
.service-wrap .service .service-box {
  width: 100%;
  padding: 2rem 2rem 1rem 2rem;
  position: relative;
  background: #fff;
  border-right: 1px solid #C20000;
  border-left: 1px solid #C20000;
  border-bottom: 1px solid #C20000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 850px) {
  .service-wrap .service .service-box {
    width: 50%;
    min-height: 450px;
    margin: 0 0 0 2rem;
    padding: 3rem 2rem;
    border-right: 1px solid #C20000;
    border-top: 1px solid #C20000;
    border-left: none;
    border-bottom: 1px solid #C20000;
  }
}
.service-wrap .service .service-box:before {
  content: "";
  background: #fff;
  border: 1px solid #C20000;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -1px;
  top: -8rem;
  z-index: -1;
}
@media (min-width: 850px) {
  .service-wrap .service .service-box:before {
    width: 300px;
    left: -10rem;
    top: -1px;
  }
}
.service-wrap .service .service-box h2 {
  order: 2;
}
.service-wrap .service .service-box p {
  order: 3;
}
.service-wrap .service .service-image {
  margin: 2rem 0 0 0;
  width: 90%;
  display: flex;
  position: relative;
  height: 350px;
  margin: 0 auto 1rem auto;
}
@media (min-width: 850px) {
  .service-wrap .service .service-image {
    display: flex;
    margin: 0;
  }
}
.service-wrap .service .service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  position: relative;
}
.service-wrap .service .service-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 850px) {
  .service-wrap .service .service-image {
    width: 50%;
    margin: 0;
  }
}

.cta-section {
  width: 100%;
  height: 400px;
  max-width: 100rem;
  margin: 2rem auto 0 auto;
  background: #222222;
  background-image: url("/wp-content/uploads/2024/03/expert-witeness.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: static;
  background-position: right 50% top 50%;
  position: relative;
}
.cta-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  text-align: center;
}
@media (min-width: 850px) {
  .cta-section .overlay {
    padding: 6rem 4rem;
  }
}
.cta-section .overlay .cta-content {
  width: 100%;
  height: 100%;
  padding: 2rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}
@media (min-width: 850px) {
  .cta-section .overlay .cta-content {
    width: 40%;
  }
}
.cta-section .overlay .cta-content h3 {
  margin: 0;
}
.cta-section .overlay .cta-content p {
  text-align: left;
}
@media (min-width: 850px) {
  .cta-section .overlay .cta-content p {
    text-align: left;
  }
}
.cta-section .overlay .btn {
  border-color: #C20000;
  color: #C20000;
}
.cta-section .overlay .btn:hover, .cta-section .overlay .btn:focus {
  color: #000;
}

.error {
  width: 100%;
  background-image: url("/wp-content/uploads/2024/03/road-932871_1280.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.error .overlay {
  width: 100%;
  height: 70vh;
  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;
}
.error .content .btns {
  color: #fff;
  padding: 0.5rem 1rem;
  background: transparent;
  border: 2px solid #fff;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 100;
  font-weight: 700;
  display: inline-block;
  margin: 0.5rem 0 0 0;
}
.error .content .btns:hover, .error .content .btns:focus {
  background: #fff;
  color: #000;
}

.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: 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;
  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,
.gform_button {
  color: #fff;
  padding: 0.5rem 1rem;
  background: transparent;
  border: 2px solid #fff;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 100;
  font-weight: 700;
}
.btn:before,
.gform_button:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -100%;
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}
.btn:after,
.gform_button:after {
  content: "»";
  overflow: hidden;
  position: absolute;
  opacity: 0;
  top: 8px;
  right: 20px;
  transition: 0.5s;
}
.btn:hover,
.gform_button:hover {
  color: #000;
  padding-right: 24px;
  padding-left: 8px;
}
.btn:hover:before,
.gform_button:hover:before {
  left: 0;
  opacity: 1;
}
.btn:hover:after,
.gform_button:hover:after {
  color: #000;
  opacity: 1;
  right: 5px;
}

.footer-wrap {
  background: #222222;
  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: 850px) {
  .footer-wrap .main-footer {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.footer-wrap .main-footer .footer-left {
  order: 2;
  text-align: center;
  padding: 1rem 0 0 0;
}
@media (min-width: 850px) {
  .footer-wrap .main-footer .footer-left {
    order: 1;
    padding: 0;
    text-align: left;
  }
}
.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;
}
.footer-wrap .main-footer .footer-left a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.footer-wrap .main-footer .footer-left a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.footer-wrap .main-footer .footer-left .socials a {
  position: relative;
}
.footer-wrap .main-footer .footer-left .socials a .iconify {
  font-size: 1.8rem;
}
.footer-wrap .main-footer .footer-left .socials a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.footer-wrap .main-footer .footer-left .socials a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.footer-wrap .main-footer .footer-right {
  order: 1;
}
@media (min-width: 850px) {
  .footer-wrap .main-footer .footer-right {
    order: 2;
  }
}
.footer-wrap .main-footer .footer-right .logo img {
  max-width: 8rem;
  height: auto;
  filter: brightness(0) invert(1);
  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 1rem 1rem 1rem;
  text-align: center;
}
.footer-wrap .footer-bottom p {
  color: #fff;
  margin: 0 0 0.5rem 0;
}
.footer-wrap .footer-bottom p a {
  color: #fff;
  position: relative;
}
.footer-wrap .footer-bottom p a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.footer-wrap .footer-bottom p a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

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

.page-overlay {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  display: none;
}
.page-overlay.active {
  display: block;
  cursor: pointer;
}
@media (min-width: 850px) {
  .page-overlay.active {
    display: none;
  }
}
@media (min-width: 850px) {
  .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 1rem;
  transition: 0.3s;
}
.site-header .logo {
  margin-right: auto;
}
.site-header .logo img {
  max-width: 8rem;
  height: auto;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
.site-header .logo a {
  display: flex;
}
.site-header .contact-icons {
  display: none;
}
@media (min-width: 850px) {
  .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;
}
.site-header .contact-icons a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.site-header .contact-icons a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.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: #C20000;
}
@media (min-width: 850px) {
  .site-header #mobile-button {
    display: none;
  }
}
.site-header #close-button {
  position: absolute;
  top: 25px;
  right: 1rem;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
}
.site-header #close-button .iconify {
  color: #000;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}
.site-header #close-button .iconify:hover, .site-header #close-button .iconify:focus {
  color: #C20000;
}
.site-header.scrolled {
  background: #fff;
}
.site-header.scrolled .container .logo img {
  filter: none;
}
.site-header.scrolled .container #mobile-button .iconify {
  color: #000;
  transform: 0.3s;
}
.site-header.scrolled .container #mobile-button .iconify:hover, .site-header.scrolled .container #mobile-button .iconify:focus {
  color: #C20000;
}
.site-header.scrolled .container #main-menu .menu-primary-container .menu li a {
  color: #000;
}
.site-header.scrolled .container #main-menu .menu-primary-container .menu li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.site-header.scrolled .container #main-menu .menu-primary-container .menu li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.site-header.scrolled .container .contact-icons a {
  position: relative;
}
.site-header.scrolled .container .contact-icons a .iconify {
  color: #000;
}
.site-header.scrolled .container .contact-icons a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.site-header.scrolled .container .contact-icons a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

#mobile-menu {
  width: 60%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  border-left: 1px solid #C20000;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 2rem 1rem;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  padding-top: 6.25rem;
  margin: 0;
}
#mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
@media (min-width: 850px) {
  #mobile-menu.active {
    display: none;
  }
}
#mobile-menu .menu-main-menu-container {
  width: 100%;
}
#mobile-menu .menu {
  text-align: center;
}
#mobile-menu .menu li a {
  display: block;
  padding: 0.5rem 0;
  position: relative;
}
#mobile-menu .menu li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
#mobile-menu .menu li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
#mobile-menu .sub-menu {
  list-style-type: none;
  padding: 0;
  border-top: 1px solid #C20000;
  border-bottom: 1px solid #C20000;
  display: none;
}
#mobile-menu .sub-menu.active {
  display: block;
}
#mobile-menu .mobile-contact-icons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
@media (min-width: 850px) {
  #mobile-menu .mobile-contact-icons {
    display: none;
  }
}
#mobile-menu .mobile-contact-icons .social-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
#mobile-menu .mobile-contact-icons a {
  position: relative;
}
#mobile-menu .mobile-contact-icons a .iconify {
  color: #000;
  font-size: 1.5rem;
  margin: 0 0.25rem 0 0.25rem;
  transition: 0.3s;
}
#mobile-menu .mobile-contact-icons a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
#mobile-menu .mobile-contact-icons a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

#main-menu {
  display: none;
}
@media (min-width: 850px) {
  #main-menu {
    display: flex;
  }
}
#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: #C20000;
}
#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: 850px) {
  .menu li {
    display: inline;
    padding: 0.5rem 1rem;
  }
}
.menu a {
  color: #000;
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}
@media (min-width: 850px) {
  .menu a {
    color: #fff;
  }
}
.menu a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.menu a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.page-header {
  width: 100%;
  height: 250px;
  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;
  letter-spacing: 3px;
}
.page-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0;
  }
}
.slides {
  max-height: 500px;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 850px) {
  .slides {
    max-height: 100vh;
  }
}

.slide-img {
  width: 100%;
  height: 500px;
  position: relative;
}
@media (min-width: 850px) {
  .slide-img {
    height: 100vh;
  }
}
.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.2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.slide-img .overlay .down-arrow {
  position: absolute;
  top: calc(100vh - 55px);
  left: calc(50% - 14px);
  width: 0;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
  color: #fff;
  animation: jumpInfinite 2s infinite;
}
.slide-img .overlay .down-arrow:after {
  content: " ";
  position: absolute;
  color: #fff;
  top: 0px;
  left: -10px;
  width: 16px;
  height: 16px;
  border-bottom: 4px solid;
  border-right: 4px solid;
  border-radius: 4px;
  transform: rotateZ(45deg);
}
.slide-img .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
}
.slide-img .container h1 {
  color: #fff;
  margin: 0;
  text-shadow: 3px 0px 7px #000, -3px 0px 7px #000, 0px 4px 10px #000;
}
.slide-img .container p {
  font-size: 1.8rem;
  color: #fff;
  text-shadow: 3px 0px 7px #000, -3px 0px 7px #000, 0px 4px 10px #000;
}

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

* {
  box-sizing: inherit;
}

body {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-family: "din-2014", 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: 2rem;
}/*# sourceMappingURL=style.css.map */