/*
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 {
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  padding: 0;
  margin: 0 0 1rem 0;
  letter-spacing: 1px;
}

h1 {
  font-size: calc(2.3rem + 0.5vw);
}

h2 {
  font-size: calc(2rem + 0.5vw);
}

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

h4 {
  font-size: calc(1.6rem + 0.5vw);
}

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

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

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

ul {
  font-size: 1rem;
  color: #000;
  padding: 0 0 0 1.25rem;
}

.wp-block-media-text {
  margin: 0 0 4rem 0;
}
.wp-block-media-text:last-of-type:not(:only-of-type) {
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  margin: 2rem 0 0 0;
  padding: 0;
}
@media (min-width: 800px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 4rem 0 4rem 1rem;
    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 {
    margin: 0 1rem 0 0;
  }
}
.wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  height: 400px;
  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: 800px) {
  .has-media-on-the-right .wp-block-media-text__content {
    padding: 4rem 1rem 4rem 0;
  }
}
.has-media-on-the-right .wp-block-media-text__media {
  position: relative;
  border-radius: 10px;
}
@media (min-width: 800px) {
  .has-media-on-the-right .wp-block-media-text__media {
    margin: 0 0 0 1rem;
  }
}
.has-media-on-the-right .wp-block-media-text__media img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 800px) {
  .has-media-on-the-right .wp-block-media-text__media img {
    height: 100%;
  }
}

@media (max-width: 800px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .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: 2rem;
  margin: 0 0 2rem 0;
}
.wp-block-columns:last-of-type {
  margin: 0;
}
.wp-block-columns .wp-block-column {
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 5px solid #283289;
}
.wp-block-columns .wp-block-column:nth-of-type(even) {
  border: 5px solid #283289;
}
.wp-block-columns .wp-block-column ul {
  margin: 0;
}
@media (min-width: 800px) {
  .wp-block-columns .wp-block-column ul {
    margin: 1rem 0;
  }
}

.no-gap {
  gap: 0;
}
@media (min-width: 800px) {
  .no-gap {
    gap: 2rem;
  }
}
.no-gap .no-border {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.services-wrap {
  width: 100%;
  background: #F6F6F6;
}
.services-wrap .services-intro {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services-wrap .services-intro h2 {
  text-align: center;
  margin: 0;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.4s;
}
.services-wrap .services-intro p {
  margin: 0;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.6s;
}
.services-wrap .services-grid {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 1rem 4rem 1rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.8s;
}
@media (min-width: 576px) {
  .services-wrap .services-grid {
    flex-direction: row;
  }
}
.services-wrap .services-grid .services-box {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 800px) {
  .services-wrap .services-grid .services-box {
    width: 50%;
    height: 400px;
  }
}
.services-wrap .services-grid .services-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.services-wrap .services-grid .services-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: 0.3s;
  padding: 1rem;
}
.services-wrap .services-grid .services-box .overlay h3 {
  display: inline-block;
  color: #fff;
  margin: 0;
  background: #283289;
  border: 5px solid #fff;
  padding: 0.5rem 1rem;
  text-align: center;
  transition: 0.3s;
  font-size: calc(1.4rem + 0.5vw);
}
@media (min-width: 1050px) {
  .services-wrap .services-grid .services-box .overlay h3 {
    font-size: calc(1.8rem + 0.5vw);
  }
}
.services-wrap .services-grid .services-box:hover img, .services-wrap .services-grid .services-box:focus img {
  transform: scale(1.1);
}
.services-wrap .services-grid .services-box:hover .overlay h3, .services-wrap .services-grid .services-box:focus .overlay h3 {
  color: #283289;
  background: #fff;
  border: 5px solid #283289;
}

.introduction {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 800px) {
  .introduction {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
}
.introduction .introduction-box {
  width: 100%;
}
@media (min-width: 800px) {
  .introduction .introduction-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
  }
}
.introduction .introduction-image {
  width: 100%;
  display: flex;
  position: relative;
  height: 250px;
  border-top: 5px solid #283289;
  border-right: 5px solid #283289;
  border-bottom: 5px solid #F6E735;
  border-left: 5px solid #F6E735;
}
@media (min-width: 576px) {
  .introduction .introduction-image {
    display: none;
  }
}
@media (min-width: 800px) {
  .introduction .introduction-image {
    display: flex;
    height: 400px;
    margin: 0;
    border: none;
  }
}
.introduction .introduction-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 800px) {
  .introduction .introduction-image {
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 800px) {
  .introduction .introduction-image::before, .introduction .introduction-image::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 200px;
    z-index: -1;
  }
  .introduction .introduction-image::before {
    background-color: #283289;
    top: -20px;
    right: -20px;
  }
  .introduction .introduction-image::after {
    background-color: #F6E735;
    bottom: -20px;
    left: -20px;
  }
}

.usp-wrap {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  padding-top: 0;
}
.usp-wrap .usp-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 2rem;
}
.usp-wrap .usp-intro h2 {
  margin: 0;
}
.usp-wrap .usp-intro p {
  margin: 0;
}
.usp-wrap .usp-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 600px) {
  .usp-wrap .usp-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media (min-width: 800px) {
  .usp-wrap .usp-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.usp-wrap .usp-grid .usp-box {
  background: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.usp-wrap .usp-grid .usp-box .iconify {
  font-size: 2.5rem;
  color: #283289;
}
.usp-wrap .usp-grid .usp-box .heading {
  margin: 0.5rem 0 0 0;
  text-align: center;
}

.testimonials-wrap {
  width: 100%;
  background: #F6F6F6;
}
.testimonials-wrap .testimonials {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
@media (min-width: 800px) {
  .testimonials-wrap .testimonials {
    flex-direction: row;
    align-items: space-between;
  }
}
.testimonials-wrap .testimonials .content {
  width: 100%;
}
@media (min-width: 800px) {
  .testimonials-wrap .testimonials .content {
    width: 50%;
  }
}
.testimonials-wrap .testimonials .testimonial {
  width: 100%;
  background: #fff;
  padding: 5rem 4rem 4rem 5rem;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
@media (min-width: 800px) {
  .testimonials-wrap .testimonials .testimonial {
    width: 50%;
  }
}
.testimonials-wrap .testimonials .testimonial .testimonial-content {
  position: relative;
}
.testimonials-wrap .testimonials .testimonial .testimonial-content h3 {
  font-size: 1.4rem;
  margin: 0;
}
.testimonials-wrap .testimonials .testimonial .testimonial-content .slick-prev,
.testimonials-wrap .testimonials .testimonial .testimonial-content .slick-next {
  position: absolute;
  bottom: -3rem;
  z-index: 10;
  background: none;
  border: none;
  padding: 0;
}
.testimonials-wrap .testimonials .testimonial .testimonial-content .slick-prev {
  left: -5px;
}
.testimonials-wrap .testimonials .testimonial .testimonial-content .slick-next {
  left: 2.5rem;
}
.testimonials-wrap .testimonials .testimonial .testimonial-content .iconify {
  font-size: 2.5rem;
  color: #283289;
}
.testimonials-wrap .testimonials .testimonial .quote-one {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.testimonials-wrap .testimonials .testimonial .quote-one .iconify {
  font-size: 4rem;
}
.testimonials-wrap .testimonials .testimonial .quote-two {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transform: rotate(180deg);
}
.testimonials-wrap .testimonials .testimonial .quote-two .iconify {
  font-size: 4rem;
}

.contact-wrap {
  width: 100%;
  background: #283289;
  border-bottom: 5px solid #fff;
}
.contact-wrap .contact {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 800px) {
  .contact-wrap .contact {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.contact-wrap .contact h2 {
  color: #fff;
  margin: 0;
}
.contact-wrap .contact p {
  color: #fff;
  margin: 0;
}
.contact-wrap .btn {
  margin: 0;
}

.address-container {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.address-container .iconify {
  color: #fff;
  margin: 0.3rem 0 0 0;
  font-size: 1.5rem;
}

.gform_required_legend {
  display: none;
}

.gfield_consent_label a {
  font-size: 0.9rem;
  position: relative;
}
.gfield_consent_label a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  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: #F6F6F6;
  border: none;
}

.split {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 80rem;
}
@media (min-width: 800px) {
  .split {
    flex-direction: row;
    justify-content: space-between;
    gap: 4rem;
  }
}
.split .section-one {
  width: 100%;
}
@media (min-width: 800px) {
  .split .section-one {
    width: 60%;
  }
}
.split .section-two {
  width: 100%;
}
@media (min-width: 800px) {
  .split .section-two {
    width: 40%;
  }
}
.split .section-two .address p {
  margin: 0;
}
.split .section-two .contact-details {
  margin: 0 0 2rem 0;
}
.split .section-two .contact-details .card {
  padding: 2rem;
  background: #283289;
  margin: 0 0 2rem;
}
.split .section-two .contact-details .card h3 {
  color: #fff;
  font-size: 1.5rem;
}
.split .section-two .contact-details .card .p-card {
  margin: 0.5rem 0 0 0;
  font-size: 1.2rem;
}
.split .section-two .contact-details .card .p-card a {
  font-weight: 700;
  font-size: 1.2rem;
}
.split .section-two .contact-details .card p {
  margin: 0;
  color: #fff;
}
.split .section-two .contact-details .card p .iconify {
  color: #fff;
  margin: 0 1rem 0 0;
  font-size: 1.5rem;
  position: relative;
  top: 5px;
}
.split .section-two .contact-details .card a {
  display: inline-block;
  color: #fff;
  position: relative;
}
.split .section-two .contact-details .card a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
.split .section-two .contact-details .card a:hover {
  color: #fff;
}
.split .section-two .contact-details .card a:hover::before {
  width: 100%;
}
.split .section-two .contact-details p {
  margin: 0;
  color: #000;
}
.split .section-two .contact-details p .iconify {
  color: #000;
  margin: 0 0.5rem -0.2rem 0;
}
.split .section-two .contact-details a {
  display: inline-block;
  color: #000;
  position: relative;
}
.split .section-two .contact-details a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
.split .section-two .contact-details a:hover {
  color: #fff;
}
.split .section-two .contact-details a:hover::before {
  width: 100%;
}

.gform-field-label {
  font-family: "roboto", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.error {
  width: 100%;
  background-repeat: no-repeat;
  background-image: url("http://stur-n-mix.local/wp-content/uploads/2025/01/snm-image-00.jpg");
  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 w h1 {
  color: #fff;
}
.error .content h2 {
  color: #fff;
}
.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: 1050px) {
  .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 {
  display: inline-flex;
  align-items: center;
  color: #000;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  background: #fff;
  transition: 0.3s ease-in-out;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 4px solid #fff;
  margin: 1rem 0 0 0;
  font-size: 1.4rem;
  position: relative;
  overflow: hidden;
}
.btn::after,
.gform_button::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url("https://api.iconify.design/mdi/arrow-right.svg?color=black") no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
  margin-left: 0.5rem;
}
.btn:hover, .btn:focus,
.gform_button:hover,
.gform_button:focus {
  color: #fff;
  background: #283289;
}
.btn:hover::after, .btn:focus::after,
.gform_button:hover::after,
.gform_button:focus::after {
  transform: translateX(10px);
  background: url("https://api.iconify.design/mdi/arrow-right.svg?color=white") no-repeat center;
  background-size: contain;
}

.blue-btn {
  border: 4px solid #283289;
}

.gform_button {
  display: inline-flex;
  align-items: center;
  color: #000;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  background: #fff;
  transition: 0.3s ease-in-out;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 4px solid #283289;
  margin: 1rem 0 0 0;
  font-size: 1.4rem;
  position: relative;
  overflow: hidden;
}
.gform_button:hover, .gform_button:focus {
  color: #fff;
  background: #283289;
}

.footer {
  width: 100%;
  background: #252525;
}
.footer .container {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  display: grid;
  grid-template-rows: 4;
  padding-bottom: 2rem;
  gap: 2rem;
}
@media (min-width: 576px) {
  .footer .container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .footer .container {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.footer .container .service-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 800px) {
  .footer .container .service-details {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.footer .container .service-details h2 {
  margin: 0;
  color: #fff;
  font-size: 2rem;
}
.footer .container .service-details p {
  margin: 0;
}
.footer .container .service-details a {
  display: inline;
  color: #fff;
  position: relative;
}
.footer .container .service-details a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  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 .contact-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
@media (min-width: 800px) {
  .footer .container .contact-details {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.footer .container .contact-details h2 {
  margin: 0;
  color: #fff;
  font-size: 2rem;
}
.footer .container .contact-details p {
  margin: 0;
}
.footer .container .contact-details p .iconify {
  color: #fff;
  margin: 0 0.5rem -0.2rem 0;
}
.footer .container .contact-details a {
  display: inline-block;
  color: #fff;
  position: relative;
}
.footer .container .contact-details a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  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 .address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 800px) {
  .footer .container .address {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.footer .container .address h2 {
  color: #fff;
  font-size: 2rem;
}
.footer .container .address p {
  color: #fff;
  margin: 0;
}
.footer .container .social-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
@media (min-width: 800px) {
  .footer .container .social-details {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.footer .container .social-details h2 {
  margin: 0;
  color: #fff;
  font-size: 2rem;
}
.footer .container .social-details .iconify {
  color: #fff;
  font-size: 2rem;
  transition: 0.3s;
}
.footer .container .social-details .iconify:hover, .footer .container .social-details .iconify:focus {
  color: #283289;
}

.bottom-footer {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  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: 800px) {
  .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;
}
@media (min-width: 800px) {
  .bottom-footer .bottom-container .policies {
    margin: 0;
  }
}
.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: -1px;
  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: 800px) {
  .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: -1px;
  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: #fff;
  display: flex;
  flex-wrap: wrap;
}
.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: 2rem 1rem;
}
.site-header .top-container-wrap {
  width: 100%;
  background: #283289;
}
.site-header .top-container-wrap .top-container {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .site-header .top-container-wrap .top-container {
    flex-direction: row;
    justify-content: flex-end;
    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;
  color: #fff;
}
.site-header .top-container-wrap .top-container a {
  color: #fff;
  position: relative;
  font-size: 0.8rem;
}
.site-header .top-container-wrap .top-container a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
.site-header .top-container-wrap .top-container a:hover {
  color: #fff;
}
.site-header .top-container-wrap .top-container a:hover::before {
  width: 100%;
}
.site-header .top-container-wrap .top-container a:hover, .site-header .top-container-wrap .top-container a:focus {
  color: #fff;
}
.site-header .logo img {
  max-width: 12rem;
  height: auto;
}
@media (min-width: 576px) {
  .site-header .logo img {
    max-width: 15rem;
  }
}
.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: #000;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}
.site-header #mobile-button .iconify:hover, .site-header #mobile-button .iconify:focus {
  color: #000;
}
@media (min-width: 1050px) {
  .site-header #mobile-button {
    display: none;
  }
}
.site-header #close-button {
  position: absolute;
  top: 50px;
  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: #000;
}

#mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  padding: 1rem;
  margin: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-top: 5px solid #283289;
}
#mobile-menu.active {
  opacity: 1;
  top: 0;
  visibility: visible;
  transition: 0.3s;
}
#mobile-menu .menu-primary-container {
  width: 100%;
}
#mobile-menu .menu {
  text-align: center;
}
#mobile-menu .menu li a {
  display: inline-block;
  padding: 1rem 0 0 0;
}
#mobile-menu .sub-menu {
  list-style-type: none;
  padding: 0;
  display: none;
}
#mobile-menu .sub-menu.active {
  display: block;
}

#main-menu {
  display: none;
}
@media (min-width: 1050px) {
  #main-menu {
    display: flex;
    margin: 0;
    padding: 0;
  }
}
#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: #000;
}
#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: 1050px) {
  .menu li {
    display: inline;
    padding: 0.5rem;
  }
  .menu li:last-of-type {
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
}
.menu a {
  position: relative;
  color: #000;
  font-size: 1.3rem;
  text-decoration: none;
  transition: 0.3s;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
}
.menu a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #283289;
  transition: width 0.3s ease;
}
.menu a:hover {
  color: #283289;
}
.menu a:hover::before {
  width: 100%;
}
.menu a:hover {
  color: #283289;
}

.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;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards;
}
.page-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slides {
  max-height: 500px;
  overflow: hidden;
  margin: 0 auto;
}

.slide-img {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
}
.slide-img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 2rem 0;
  background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 800px) {
  .slide-img .overlay {
    background: rgba(0, 0, 0, 0);
  }
}
.slide-img .container {
  width: 100%;
  max-width: 87.5rem;
  color: #fff;
  margin: 0 auto;
  padding: 0 1rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.2s;
}
.slide-img .container .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 800px) {
  .slide-img .container .content {
    width: 50%;
    padding: 1rem;
    background: #283289;
    border: 5px solid #fff;
  }
}
.slide-img .container .content h1, .slide-img .container .content p {
  color: #fff;
  margin: 0;
}

html {
  box-sizing: border-box;
}

* {
  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;
  }
}
@-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: 70rem;
  margin: 0 auto;
  padding: 4rem 2rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.6s;
}/*# sourceMappingURL=style.css.map */