/*
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 {
  color: #E40039;
  padding: 0;
  margin: 0 0 1rem 0;
  line-height: 2rem;
  font-weight: 400;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

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

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

ul {
  padding: 0 0 0 1.2rem;
}

li {
  padding: 0;
  margin: 0;
  line-height: 1.5rem;
}

.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;
  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;
  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: 2rem;
  padding: 4rem 2rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 2s ease forwards;
}
.introduction p {
  width: 100%;
}
@media (min-width: 800px) {
  .introduction p {
    width: 80%;
    margin: 0 auto;
  }
}

.quote-wrap {
  width: 100%;
  background: #E40039;
}
.quote-wrap .quote {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
  padding: 4rem 2rem;
  position: relative;
}
.quote-wrap .quote p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  margin: 0;
}
.quote-wrap .quote .iconify {
  font-size: 2rem;
  color: #fff;
  position: absolute;
}
.quote-wrap .quote .iconify.left {
  top: 1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .quote-wrap .quote .iconify.left {
    top: 2rem;
    left: 3rem;
    right: unset;
  }
}
.quote-wrap .quote .iconify.right {
  display: none;
}
@media (min-width: 800px) {
  .quote-wrap .quote .iconify.right {
    bottom: 6rem;
    right: 3rem;
    display: block;
  }
}

.carousel-wrap {
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 2s ease forwards 0.6s;
}
.carousel-wrap .carousel {
  padding: 4rem 0 2rem 0;
}
.carousel-wrap .carousel .carousel-image {
  height: 200px;
  margin: 0 0.5rem;
}
.carousel-wrap .carousel .carousel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.columns {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap-reverse;
}
.columns .column {
  width: 100%;
}
@media (min-width: 800px) {
  .columns .column {
    width: calc((100% - 2rem) / 2);
    margin: 0 2rem 0 0;
  }
}
.columns .column:last-child {
  margin: 0;
}
.columns .column .card {
  margin: 0 0 2rem 0;
}
.columns .column .card h2 {
  background: #E40039;
  padding: 1.25rem 1rem 1rem 1rem;
  margin: 0;
  color: #fff;
}
.columns .column .card .box {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 2rem 1rem;
  background: #fff;
}
.columns .column .card .box .contact-form {
  margin: 2rem 0 0 0;
}
.columns .column .card .box .contact-form .gform_required_legend {
  display: none;
}
.columns .column .card .box .contact-form .gfield_label {
  font-weight: 400;
}
.columns .column .card .box .contact-form .gform_wrapper.gravity-theme input[type=color],
.columns .column .card .box .contact-form .gform_wrapper.gravity-theme input[type=date],
.columns .column .card .box .contact-form .gform_wrapper.gravity-theme input[type=datetime-local],
.columns .column .card .box .contact-form .gform_wrapper.gravity-theme input[type=datetime],
.columns .column .card .box .contact-form .gform_wrapper.gravity-theme input[type=email],
.columns .column .card .box .contact-form .gform_wrapper.gravity-theme input[type=month],
.columns .column .card .box .contact-form .gform_wrapper.gravity-theme input[type=number],
.columns .column .card .box .contact-form .gform_wrapper.gravity-theme input[type=password],
.columns .column .card .box .contact-form .gform_wrapper.gravity-theme input[type=search],
.columns .column .card .box .contact-form .gform_wrapper.gravity-theme input[type=tel],
.columns .column .card .box .contact-form .gform_wrapper.gravity-theme input[type=text],
.columns .column .card .box .contact-form .gform_wrapper.gravity-theme input[type=time],
.columns .column .card .box .contact-form .gform_wrapper.gravity-theme input[type=url],
.columns .column .card .box .contact-form .gform_wrapper.gravity-theme input[type=week],
.columns .column .card .box .contact-form .gform_wrapper.gravity-theme select,
.columns .column .card .box .contact-form .gform_wrapper.gravity-theme textarea {
  border: 2px solid #808080;
}
.columns .column .card .box p {
  margin: 0;
}
.columns .column .card .box a {
  word-break: break-all;
}
.columns .column .card .box .btn {
  margin: 1rem 0 0 0;
}
.columns .column .card .box:has(.google-map) {
  padding: 0;
  display: flex;
}
.columns .column .card .box:has(.google-map) .google-map {
  margin: -4.4rem 0 0 0;
  width: 100%;
  height: 100%;
  height: 400px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  clip-path: polygon(0 18%, 100% 18%, 100% 100%, 0% 100%);
}
.columns .column .social-media .card .box {
  display: flex;
  flex-direction: row;
}
.columns .column .social-media .card .box a {
  display: flex;
  transition: 0.3s;
}
.columns .column .social-media .card .box a .iconify {
  font-size: 2rem;
  margin: 0 0.25rem 0 0;
  transition: 0.3s;
  color: #E40039;
}
.columns .column .social-media .card .box a:hover, .columns .column .social-media .card .box a:focus {
  transform: translateY(-0.1rem);
}
.columns .column .social-media .card .box a:hover .iconify, .columns .column .social-media .card .box a:focus .iconify {
  color: #fe003f;
}

.grecaptcha-badge {
  z-index: 9999;
}

.page-layout .gform_required_legend {
  display: none;
}
.page-layout #gfield_consent_description_2_6 a {
  text-decoration: none;
  font-size: 0.9rem;
}
.page-layout .gform_wrapper.gravity-theme input[type=color],
.page-layout .gform_wrapper.gravity-theme input[type=date],
.page-layout .gform_wrapper.gravity-theme input[type=datetime-local],
.page-layout .gform_wrapper.gravity-theme input[type=datetime],
.page-layout .gform_wrapper.gravity-theme input[type=email],
.page-layout .gform_wrapper.gravity-theme input[type=month],
.page-layout .gform_wrapper.gravity-theme input[type=number],
.page-layout .gform_wrapper.gravity-theme input[type=password],
.page-layout .gform_wrapper.gravity-theme input[type=search],
.page-layout .gform_wrapper.gravity-theme input[type=tel],
.page-layout .gform_wrapper.gravity-theme input[type=text],
.page-layout .gform_wrapper.gravity-theme input[type=time],
.page-layout .gform_wrapper.gravity-theme input[type=url],
.page-layout .gform_wrapper.gravity-theme input[type=week],
.page-layout .gform_wrapper.gravity-theme select,
.page-layout .gform_wrapper.gravity-theme textarea {
  background: #fff;
  border: 1px solid #000;
}

.error .overlay {
  width: 100%;
  height: 70vh;
  background: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.error .content {
  text-align: center;
}

.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_submit_button_1, #gform_submit_button_2 {
  display: inline-block;
  color: #fff;
  padding: 1rem 1rem 0.8rem 1rem;
  background: #E40039;
  transition: 0.3s ease-in-out;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  font-size: 1rem;
}
.btn:hover, .btn:focus,
#gform_submit_button_1:hover,
#gform_submit_button_1:focus, #gform_submit_button_2:hover, #gform_submit_button_2:focus {
  color: #fff;
  background: #fe003f;
  transform: translateY(-1px);
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 3px, rgba(0, 0, 0, 0.14) 0px 5px 5px;
}

.footer-wrap {
  background: #252525;
}
.footer-wrap .main-footer {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 2rem 1rem 2rem;
}
.footer-wrap .main-footer h2 {
  color: #fff;
}
.footer-wrap .main-footer .socials {
  display: none;
}
@media (min-width: 800px) {
  .footer-wrap .main-footer .socials {
    display: flex;
  }
}
.footer-wrap .main-footer .socials a {
  transition: 0.3s;
}
.footer-wrap .main-footer .socials a .iconify {
  color: #fff;
  margin: 0 0.5rem;
  font-size: 2rem;
  transition: 0.3s;
}
.footer-wrap .main-footer .socials a:hover, .footer-wrap .main-footer .socials a:focus {
  transform: translateY(-0.1rem);
}
.footer-wrap .main-footer .socials a:hover .iconify, .footer-wrap .main-footer .socials a:focus .iconify {
  color: #E40039;
}
.footer-wrap .main-footer .contact-details p {
  text-align: center;
  color: #fff;
  margin: 0.5rem 0 0 0;
}
.footer-wrap .main-footer .contact-details .footer-no {
  font-size: 1.5rem;
  font-weight: 800;
}
.footer-wrap .main-footer .contact-details a {
  color: #fff;
}
.footer-wrap .main-footer .contact-details a:hover, .footer-wrap .main-footer .contact-details a:focus {
  color: #E40039;
}
.footer-wrap .main-footer .policies {
  margin: 1rem 0 0 0;
}
.footer-wrap .main-footer .policies p {
  color: #fff;
  margin: 0 0 0.5rem 0;
}
.footer-wrap .main-footer .policies a {
  color: #fff;
}
.footer-wrap .main-footer .policies a:hover, .footer-wrap .main-footer .policies a:focus {
  color: #E40039;
}

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

.site-header {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.site-header .container {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
@media (min-width: 800px) {
  .site-header .container {
    align-items: center;
    justify-content: space-between;
  }
}
.site-header .socials {
  display: none;
}
@media (min-width: 800px) {
  .site-header .socials {
    display: flex;
  }
}
.site-header .socials a {
  transition: 0.3s;
}
.site-header .socials a .iconify {
  font-size: 2rem;
  margin: 0 0.25rem 0 0;
  transition: 0.3s;
  color: #E40039;
}
.site-header .socials a:hover, .site-header .socials a:focus {
  transform: translateY(-0.1rem);
}
.site-header .socials a:hover .iconify, .site-header .socials a:focus .iconify {
  color: #fe003f;
}
.site-header .logo img {
  max-width: 12.5rem;
  height: auto;
}
.site-header .logo a {
  display: flex;
}
.site-header .logo a {
  display: flex;
  flex-direction: column;
}
.site-header .logo a .heading {
  color: #E40039;
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
}
@media (min-width: 800px) {
  .site-header .logo a .heading {
    text-align: center;
    line-height: 3rem;
    font-size: 2.2rem;
  }
}
.site-header .logo a .sub-heading {
  color: #E40039;
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
}
@media (min-width: 800px) {
  .site-header .logo a .sub-heading {
    letter-spacing: 5px;
    text-align: center;
    line-height: 1.3rem;
  }
}
.site-header .secondary-logo {
  display: none;
}
@media (min-width: 800px) {
  .site-header .secondary-logo {
    display: block;
  }
}
.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: #E40039;
}
@media (min-width: 800px) {
  .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: #E40039;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}
.site-header #close-button .iconify:hover, .site-header #close-button .iconify:focus {
  color: #000;
}

.navigation-menu {
  width: 100%;
  background: #E40039;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}

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

#main-menu {
  display: none;
}
@media (min-width: 800px) {
  #main-menu {
    display: flex;
    padding: 0;
    margin: 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: #E40039;
}
#main-menu .sub-menu a {
  display: block;
  padding: 0.5rem;
}

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

.page-header {
  width: 100%;
  height: 100px;
  position: relative;
}
.page-header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #E40039;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-align: center;
}
.page-header .overlay h1 {
  padding: 0.75rem 0 0 0;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 3px;
}
.page-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slides {
  height: 400px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 800px) {
  .slides {
    height: 600px;
  }
}
.slides .slide-img {
  width: 100%;
  height: 400px;
  position: relative;
}
@media (min-width: 800px) {
  .slides .slide-img {
    height: 600px;
  }
}
.slides .slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 10%;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  display: block;
  border: none;
  background: transparent;
  text-indent: -9999px;
  padding: 0;
  width: 12px;
  cursor: pointer;
  height: 12px;
  transition: 0.3s;
  border-radius: 50%;
  background: #fff;
}
.slick-dots li button:hover {
  background: #E40039;
}
.slick-dots li.slick-active button {
  background: #E40039;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

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

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