/*!
Theme Name: Mowbray Interiors
Theme URI: http://www.redfrogstuio.co.uk/kickstarter-child/
Description: Mowbray Interiors theme
Author: Dom Kapelewski
Author URI: https://github.com/dompl
Template: redfrogstudio
Version: 1.0.19
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mowbrayinteriors
  */
@font-face {
  font-family: "mowbrayinteriors-font";
  src: url(assets/fonts/mowbrayinteriors-font.eot);
  src: url(assets/fonts/mowbrayinteriors-font.eot?#iefix) format("eot"),
    url(assets/fonts/mowbrayinteriors-font.woff2) format("woff2"),
    url(assets/fonts/mowbrayinteriors-font.woff) format("woff"),
    url(assets/fonts/mowbrayinteriors-font.ttf) format("truetype"),
    url(assets/fonts/mowbrayinteriors-font.svg#mowbrayinteriors-font) format("svg");
}

.row_case_studies_banner {
  height: 80vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row_case_studies_banner:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
}

.row_case_studies_banner .mow-case-studies-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row_case_studies_banner .container,
.row_case_studies_banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: relative;
  z-index: 2;
}

.row_case_studies_banner .banner-content,
.row_case_studies_banner .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row_case_studies_banner .container {
  padding-bottom: clamp(1.25rem, 3vw, 3.125rem);
  gap: 1rem;
}

.row_case_studies_banner .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.row_case_studies_banner .title h1 {
  max-width: 600px;
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 4rem);
  line-height: 1.2;
}

.row_case_studies_banner .description {
  font-size: clamp(0.9rem, 3vw, 1.7rem);
}

.row_case_studies_banner .list {
  margin-top: auto;
}

.row_case_studies_banner ul {
  margin-top: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(62, 62, 62, 0.8);
}

@media (max-width: 991px) {

  .row_case_studies_banner ul,
  .row_case_studies_banner ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .row_case_studies_banner ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: transparent;
  }

  .row_case_studies_banner ul li {
    width: 100%;
    background-color: rgba(62, 62, 62, 0.8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0.0625rem 0;
    line-height: 1;
    gap: 0.3125rem;
    padding: 0.625rem 0;
  }
}

.row_case_studies_banner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .row_case_studies_banner ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    padding: 1.25rem;
    position: relative;
    line-height: 1;
    gap: 0.5rem;
    flex-direction: column;
  }

  .row_case_studies_banner ul li:after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: -0.3125rem;
    top: 0;
  }

  .row_case_studies_banner ul li .heading {
    font-size: clamp(0.8rem, 3vw, 0.8rem);
  }
}

.mow-cs-text-image,
.mow-testimonial-text-image {
  gap: 3em;
}

.mow-cs-text-image .right,
.mow-testimonial-text-image .right {
  text-align: center;
}

.mow-cs-text-image,
.mow-cs-text-image .left,
.mow-testimonial-text-image,
.mow-testimonial-text-image .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mow-cs-text-image .left,
.mow-testimonial-text-image .left {
  gap: 2rem;
}

.mow-cs-text-image .left .title,
.mow-testimonial-text-image .left .title {
  font-family: var(--font-family-encode);
  font-size: clamp(1.25rem, 3vw, 1.875rem);
  line-height: 1.6;
}

.mow-cs-text-image .left .description,
.mow-testimonial-text-image .left .description {
  font-size: clamp(0.875rem, 2.8vw, 1.125rem);
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1200px) {

  .mow-cs-text-image .left .description,
  .mow-testimonial-text-image .left .description {
    gap: 1.5rem;
  }
}

.mow-cs-text-image img,
.mow-testimonial-text-image img {
  vertical-align: bottom;
  -webkit-box-shadow: var(--shadow-size) var(--shadow-size) 0 var(--color-blue);
  box-shadow: var(--shadow-size) var(--shadow-size) 0 var(--color-blue);
  margin-bottom: var(--shadow-size);
  width: initial;
}

@media (max-width: 767px) {

  .mow-cs-text-image img,
  .mow-testimonial-text-image img {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .mow-cs-text-image img,
  .mow-testimonial-text-image img {
    max-width: calc(100% - 1.25rem);
    margin-right: 1.25rem;
  }

  .mow-cs-text-image .left,
  .mow-testimonial-text-image .left {
    width: 26.25rem;
  }

  .mow-cs-text-image .right,
  .mow-testimonial-text-image .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (min-width: 768px) {

  .mow-cs-text-image,
  .mow-testimonial-text-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .pos-l.mow-cs-text-image,
  .pos-l.mow-testimonial-text-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 3.75rem;
  }

  .mow-cs-text-image .left,
  .mow-cs-text-image .right,
  .mow-testimonial-text-image .left,
  .mow-testimonial-text-image .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.mow-testimonial-text-image .icon {
  font-size: clamp(5rem, 7vw, 25rem);
  line-height: 1;
  opacity: 0.3;
}

.mow-testimonial-text-image .description {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

#page-404 .container,
#page-404 .page-404-content,
.case-studies-list,
.mow-testimonial-text-image .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case-studies-list img {
  max-width: 100%;
  width: initial;
  vertical-align: bottom;
  -webkit-transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.case-studies-list .item {
  position: relative;
}

.case-studies-list .item:after {
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.case-studies-list .item:hover:after {
  background-color: rgba(255, 255, 255, 0.1);
}

.case-studies-list .item:hover img {
  -webkit-transform: scale(1.1) rotate(-2deg);
  transform: scale(1.1) rotate(-2deg);
}

.case-studies-list a {
  color: var(--color-white);
}

.case-studies-list .item .image,
main {
  position: relative;
  z-index: 1;
}

.case-studies-list .item .content {
  position: relative;
  overflow: hidden;
}

.case-studies-list .item .header {
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(transparent),
      to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  color: var(--color-white);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
}

.case-studies-list .item .title {
  font-family: var(--font-family-encode);
  line-height: var(--line-height-base);
  font-size: clamp(1.25rem, 3vw, 1.875rem);
  line-height: 1.4;
  padding: 10rem 1rem 1rem;
  font-weight: 700;
}

.case-studies-list .item .buttons,
.case-studies-list .item .description {
  padding-left: 1rem;
  padding-right: 1rem;
}

.case-studies-list .item .description {
  font-size: clamp(0.875rem, 3vw, 1rem);
  line-height: 1.4;
  padding-bottom: 1rem;
}

.case-studies-list .item .buttons {
  padding-bottom: 1rem;
}

@media (max-width: 767px) {
  .case-studies-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .case-studies-list .item {
    width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .case-studies-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .case-studies-list {
    text-align: left;
  }

  .case-studies-list .item {
    width: calc(50% - 2rem);
  }
}

#page-404 {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

#page-404 .container,
#page-404 .page-404-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--font-family-encode);
  line-height: var(--line-height-base);
  font-size: clamp(1.125rem, 3vw, 1.25rem);
}

:root {
  --font-size-base: 16px;
  --font-family-sans-serif: "Open Sans", sans-serif;
  --font-family-encode: "Encode Sans Semi Condensed", sans-serif;
  --font-size-lg: 1.25rem;
  --font-size-sm: 0.875rem;
  --font-size-xs: 0.75rem;
  --line-height-base: 1.444;
  --button-radius: 30px;
  --font-size-h1: 2rem;
  --font-size-h2: 1.75rem;
  --font-size-h3: 1.5rem;
  --font-size-h4: 1.25rem;
  --font-size-h5: 1rem;
  --font-size-h6: 1rem;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 800;
  --color-text: #252525;
  --color-gray-light: #3b3b3b;
  --color-gray-lighter: #979797;
  --color-gray-lightest: #f8f8f8;
  --color-blue: #087acb;
  --color-brand-hover: #004678;
  --color-body-background: #ffffff;
  --color-link: #087acb;
  --color-brand: #087acb;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-error: #b72c2c;
  --color-success: #2cb74f;
  --color-link-hover: #004c82;
  --shadow-size: 20px;
  --navigation-color-background: transparent;
  --navigation-font-color: black;
  --navigation-font-color-active: #087acb;
  --navigation-font-color-hover: #087acb;
  --navigation-a-padding: 0.5rem 1rem;
  --navigation-a-font-size: 1.1rem;
  --navigation-portrait-height: 30px;
  --navigation-submenu-indicator-top: 7px;
  --navigation-submenu-indicator-left: 15px;
  --navigation-submenu-indicator-size: 6px;
  --navigation-dd-border: none;
  --navigation-dd-padding: 10px 18px;
  --navigation-dd-background: white;
  --navigation-dd-a-background-color: transparent;
  --navigation-dd-a-background-color-hover: #087acb;
  --navigation-dd-a-color: $main-text-color;
  --navigation-dd-a-color-hover: white;
  --navigation-dd-a-font-size: 0.8rem;
  --navigation-offcanvas-background-color: rgba(000, 000, 000, 0.8);
  --navigation-offcanvas-icon-color: white;
  --navigation-offcanvas-icon-width: 15px;
  --navigation-offcanvas-icon-height: 20px;
  --navigation-offcanvas-icon-margin: 10px 10px 10px;
  --navigation-offcanvas-icon-font-size: 20px;
  --navigation-offcanvas-border: 1px solid rgba(255, 255, 255, 0.1);
  --navigation-offcanvas-a-padding: 12px 15px 12px 10px;
  --navigation-offcanvas-a-font-color: white;
  --navigation-offcanvas-a-font-size: 14px;
  --navigation-offcanvas-a-font-weight: 600;
  --navigation-offcanvas-a-active-font-color: #087acb;
  --navigation-offcanvas-a-active-font-size: 15px;
  --navigation-offcanvas-a-active-font-weight: normal;
  --navigation-offcanvas-a-a-background: transparent;
  --navigation-offcanvas-a-a-background-hover: transparent;
  --navigation-offcanvas-a-a-padding: 12px 15px 12px 15px;
  --navigation-offcanvas-a-a-font-color: white;
  --navigation-offcanvas-a-a-font-color-active: #087acb;
  --navigation-offcanvas-a-a-font-size: 14px;
  --navigation-offcanvas-a-a-font-weight: normal;
}

@media (min-width: 992px) and (max-width: 1399px) {
  :root {
    --navigation-a-font-size: 0.9rem;
    --navigation-a-padding: 0.5rem 0.8rem;
  }
}

@media (min-width: 1200px) {
  :root {
    --navigation-font-color: white;
    --navigation-color-background: transparent;
    --navigation-font-color-active: white;
    --navigation-font-color-hover: #c0e5ff;
  }
}

@font-face {
  font-family: "Encode Sans Semi Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  font-stretch: normal;
  src: url(assets/fonts/Encode_Sans_Semi_Condensed-normal-400.woff) format("woff");
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: "Encode Sans Semi Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  font-stretch: normal;
  src: url(assets/fonts/Encode_Sans_Semi_Condensed-normal-500.woff) format("woff");
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: "Encode Sans Semi Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  font-stretch: normal;
  src: url(assets/fonts/Encode_Sans_Semi_Condensed-normal-600.woff) format("woff");
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: "Encode Sans Semi Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  font-stretch: normal;
  src: url(assets/fonts/Encode_Sans_Semi_Condensed-normal-700.woff) format("woff");
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: "Encode Sans Semi Condensed";
  font-style: normal;
  font-weight: 800;
  font-display: auto;
  font-stretch: normal;
  src: url(assets/fonts/Encode_Sans_Semi_Condensed-normal-800.woff) format("woff");
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: "Encode Sans Semi Condensed";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  font-stretch: normal;
  src: url(assets/fonts/Encode_Sans_Semi_Condensed-normal-900.woff) format("woff");
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  font-stretch: normal;
  src: url(assets/fonts/Open_Sans-italic-300.woff) format("woff");
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  font-stretch: normal;
  src: url(assets/fonts/Open_Sans-italic-400.woff) format("woff");
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-display: auto;
  font-stretch: normal;
  src: url(assets/fonts/Open_Sans-italic-600.woff) format("woff");
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-display: auto;
  font-stretch: normal;
  src: url(assets/fonts/Open_Sans-italic-700.woff) format("woff");
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  font-display: auto;
  font-stretch: normal;
  src: url(assets/fonts/Open_Sans-italic-800.woff) format("woff");
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  font-stretch: normal;
  src: url(assets/fonts/Open_Sans-normal-400.woff) format("woff");
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  font-stretch: normal;
  src: url(assets/fonts/Open_Sans-normal-600.woff) format("woff");
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  font-stretch: normal;
  src: url(assets/fonts/Open_Sans-normal-700.woff) format("woff");
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: auto;
  font-stretch: normal;
  src: url(assets/fonts/Open_Sans-normal-800.woff) format("woff");
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: "mowbrayinteriors-font";
  src: url(assets/fonts/mowbrayinteriors-font.eot);
  src: url(assets/fonts/mowbrayinteriors-font.eot?#iefix) format("eot"),
    url(assets/fonts/mowbrayinteriors-font.woff2) format("woff2"),
    url(assets/fonts/mowbrayinteriors-font.woff) format("woff"),
    url(assets/fonts/mowbrayinteriors-font.ttf) format("truetype"),
    url(assets/fonts/mowbrayinteriors-font.svg#mowbrayinteriors-font) format("svg");
}

.icon-angle-left:before,
.icon-arrow-left-thin:before,
.icon-arrow-right-thin:before,
.icon-facebook:before,
.icon-linkedin:before,
.icon-phone-rotary-light:before,
.icon-quote-left-solid:before {
  font-family: "mowbrayinteriors-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  content: "\e001";
}

.icon-arrow-left-thin:before,
.icon-arrow-right-thin:before,
.icon-facebook:before,
.icon-linkedin:before,
.icon-phone-rotary-light:before,
.icon-quote-left-solid:before {
  content: "\e002";
}

.icon-arrow-right-thin:before,
.icon-facebook:before,
.icon-linkedin:before,
.icon-phone-rotary-light:before,
.icon-quote-left-solid:before {
  content: "\e003";
}

.icon-facebook:before,
.icon-linkedin:before,
.icon-phone-rotary-light:before,
.icon-quote-left-solid:before {
  content: "\e004";
}

.icon-linkedin:before,
.icon-phone-rotary-light:before,
.icon-quote-left-solid:before {
  content: "\e005";
}

.icon-phone-rotary-light:before,
.icon-quote-left-solid:before {
  content: "\e006";
}

.icon-quote-left-solid:before {
  content: "\e007";
}

.form-fields .service-item label.checked:before,
.form-fields .service-item label:before,
.form-fields .terms label.checked:before,
.form-fields .terms label:before,
.icon-square-check-light:before,
.icon-square-check-regular:before,
.icon-square-light:before,
.icon-star-of-life-solid:before,
.icon-xmark-sharp-light:before {
  font-family: "mowbrayinteriors-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  content: "\e008";
}

.form-fields .service-item label:before,
.form-fields .terms label:before,
.icon-square-check-regular:before,
.icon-square-light:before,
.icon-star-of-life-solid:before,
.icon-xmark-sharp-light:before {
  content: "\e009";
}

.form-fields .service-item label:before,
.form-fields .terms label:before,
.icon-square-light:before,
.icon-star-of-life-solid:before,
.icon-xmark-sharp-light:before {
  content: "\e00a";
}

.icon-star-of-life-solid:before,
.icon-xmark-sharp-light:before {
  content: "\e00b";
}

.icon-xmark-sharp-light:before {
  content: "\e00c";
}

.container {
  width: 1400px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.container.container-xs {
  width: 0;
}

.container.container-sm {
  width: 576px;
}

.container.container-md {
  width: 768px;
}

.container.container-lg {
  width: 992px;
}

.container.container-xl {
  width: 1200px;
}

.container.container-xxl {
  width: 1400px;
}

.container.container-full-nm {
  max-width: 100%;
  width: 100%;
}

.space-sm {
  height: 6px;
}

@media (min-width: 576px) {
  .space-sm {
    height: 10px;
  }
}

@media (min-width: 768px) {
  .space-sm {
    height: 14px;
  }
}

@media (min-width: 992px) {
  .space-sm {
    height: 16px;
  }
}

@media (min-width: 1200px) {
  .space-sm {
    height: 18px;
  }
}

@media (min-width: 1400px) {
  .space-sm {
    height: 20px;
  }
}

.space-md {
  height: 9px;
}

@media (min-width: 576px) {
  .space-md {
    height: 15px;
  }
}

@media (min-width: 768px) {
  .space-md {
    height: 21px;
  }
}

@media (min-width: 992px) {
  .space-md {
    height: 24px;
  }
}

@media (min-width: 1200px) {
  .space-md {
    height: 27px;
  }
}

@media (min-width: 1400px) {
  .space-md {
    height: 30px;
  }
}

.space-lg {
  height: 15px;
}

@media (min-width: 576px) {
  .space-lg {
    height: 25px;
  }
}

@media (min-width: 768px) {
  .space-lg {
    height: 35px;
  }
}

@media (min-width: 992px) {
  .space-lg {
    height: 40px;
  }
}

@media (min-width: 1200px) {
  .space-lg {
    height: 45px;
  }
}

@media (min-width: 1400px) {
  .space-lg {
    height: 50px;
  }
}

.space-xl {
  height: 30px;
}

@media (min-width: 576px) {
  .space-xl {
    height: 50px;
  }
}

@media (min-width: 768px) {
  .space-xl {
    height: 70px;
  }
}

@media (min-width: 992px) {
  .space-xl {
    height: 80px;
  }
}

@media (min-width: 1200px) {
  .space-xl {
    height: 90px;
  }
}

@media (min-width: 1400px) {
  .space-xl {
    height: 100px;
  }
}

.space-xxl {
  height: 45px;
}

@media (min-width: 576px) {
  .space-xxl {
    height: 75px;
  }
}

@media (min-width: 768px) {
  .space-xxl {
    height: 105px;
  }
}

@media (min-width: 992px) {
  .space-xxl {
    height: 120px;
  }
}

@media (min-width: 1200px) {
  .space-xxl {
    height: 135px;
  }
}

@media (min-width: 1400px) {
  .space-xxl {
    height: 150px;
  }
}

.color-blue {
  color: var(--color-blue);
}

.bcg-blue {
  background-color: var(--color-blue);
}

.color-text {
  color: var(--color-text);
}

.bcg-text {
  background-color: var(--color-text);
}

.color-gray-light {
  color: var(--color-gray-light);
}

.bcg-gray-light {
  background-color: var(--color-gray-light);
}

.color-gray-lighter {
  color: var(--color-gray-lighter);
}

.bcg-gray-lighter {
  background-color: var(--color-gray-lighter);
}

.color-gray-lightest {
  color: var(--color-gray-lightest);
}

.bcg-gray-lightest {
  background-color: var(--color-gray-lightest);
}

.color-white {
  color: var(--color-white);
}

.bcg-white {
  background-color: var(--color-white);
}

.color-black {
  color: var(--color-black);
}

.bcg-black {
  background-color: var(--color-black);
}

.button {
  border: 0;
  outline: 0;
  display: inline-block;
  background-color: var(--color-brand);
  color: #fff;
  line-height: 1;
  font-weight: 700;
  padding: 16px 35px 15px;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.button:hover {
  color: #fff;
  background-color: var(--color-brand-hover);
}

.services-banner h1,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: var(--font-family-encode);
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: var(--font-weight-bold);
}

h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

body {
  line-height: 1.8;
}

.services-banner {
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
}

.services-banner h1 {
  font-weight: 600;
  font-size: clamp(1.6rem, 3vw, 2rem);
}

.services-banner .content .inner:after,
.services-banner .square {
  position: absolute;
  z-index: -1;
  border: 1rem solid var(--color-gray-light);
}

.services-banner .square {
  height: 70%;
  width: 30%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.services-banner .prefix {
  font-size: clamp(0.8rem, 3vw, 1.5rem);
  font-weight: 600;
  line-height: 1;
  margin-bottom: -1rem;
}

.services-banner .content,
.services-banner .content .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.services-banner .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  margin-top: -1rem;
}

.services-banner .content .inner {
  z-index: 2;
  padding-left: 2rem;
  gap: 1.5rem;
}

.services-banner .content .inner:after {
  top: -3rem;
  bottom: -3rem;
  width: 250px;
  display: block;
  content: "";
  left: -1rem;
}

@media (max-width: 767px) {
  .services-banner {
    background-size: cover;
    background-position: 50% 50%;
  }

  .services-banner .description {
    font-size: clamp(0.8rem, 3vw, 0.9rem);
    line-height: clamp(1.4rem, 3vw, 1.8rem);
  }

  .services-banner .content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    padding: 4rem 1rem;
    max-width: 500px;
  }

  .services-banner .content .inner::after {
    top: -2rem;
    bottom: -2rem;
  }

  .services-banner .banner-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.4;
    display: none;
  }
}

@media (min-width: 768px) {
  .services-banner {
    background-position: 0 50%;
    background-size: 60% auto;
    position: relative;
  }

  .services-banner img {
    width: 100%;
  }

  .services-banner .container {
    padding: 5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
  }

  .services-banner .square {
    display: none;
  }

  .services-banner .description,
  .services-banner h1 {
    max-width: 500px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .services-banner h1 {
    line-height: 1.2;
  }

  .services-banner .prefix {
    font-weight: 700;
  }

  .services-banner .banner-image {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .services-banner .banner-image {
    width: 650px;
  }
}

@media (min-width: 1200px) {
  .services-banner {
    background-size: 59% auto;
  }

  .services-banner .container {
    padding-top: 8rem;
  }
}

.row_text_image_one img {
  vertical-align: bottom;
}

.row_text_image_one .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 767px) {
  .row_text_image_one .image {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.row_text_image_one .image-text .content {
  row-gap: clamp(1rem, 3vw, 2rem);
  margin-top: clamp(40px, 3vw, 2rem);
  margin-bottom: clamp(40px, 3vw, 2rem);
}

@media (min-width: 768px) {
  .row_text_image_one .image-text .content>* {
    padding-left: clamp(3rem, 3vw, 5rem);
    padding-right: clamp(3rem, 3vw, 5rem);
  }
}

.row_text_image_one .image-text.style-blue-left img {
  -webkit-box-shadow: 20px 20px 0 var(--color-blue);
  box-shadow: 20px 20px 0 var(--color-blue);
}

.row_text_image_one .image-text.style-blue-right img {
  -webkit-box-shadow: -20px 20px 0 var(--color-blue);
  box-shadow: -20px 20px 0 var(--color-blue);
}

.row_text_image_one .image-text.style-gray-right img {
  -webkit-box-shadow: 20px 20px 0 var(--color-text);
  box-shadow: 20px 20px 0 var(--color-text);
}

.row_text_image_one .image-text.style-gray-left img {
  -webkit-box-shadow: -20px 20px 0 var(--color-text);
  box-shadow: -20px 20px 0 var(--color-text);
}

.the-content {
  font-size: clamp(0.8rem, 2vw, 1rem);
}

.row_two_columns .wrapper_two_columns,
.two_columns_custom .wrapper_two_columns {
  row-gap: clamp(1rem, 3vw, 2rem);
}

.row_two_columns .columns,
.row_two_columns .wrapper_two_columns,
.two_columns_custom .columns,
.two_columns_custom .wrapper_two_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {

  .row_two_columns .columns,
  .two_columns_custom .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.row_two_columns .columns>div,
.two_columns_custom .columns>div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 767px) {

  .row_two_columns .columns,
  .two_columns_custom .columns {
    row-gap: clamp(1rem, 3vw, 2rem);
  }
}

@media (min-width: 768px) {

  .row_two_columns .columns,
  .two_columns_custom .columns {
    -webkit-column-gap: clamp(2rem, 3vw, 4rem);
    -moz-column-gap: clamp(2rem, 3vw, 4rem);
    column-gap: clamp(2rem, 3vw, 4rem);
  }
}

.two_columns_custom_services_list {
  width: 1400px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(2rem, 3vw, 4rem);
}

.row_services_list img {
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
}

.row_services_list .description {
  font-size: clamp(0.8rem, 3vw, 1rem);
}

.row_services_list .services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.1rem;
}

.row_services_list .services-list .item,
.row_services_list .services-list.has-bcg {
  position: relative;
}

.row_services_list .services-list.has-bcg::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 100% 50%;
  height: 160%;
  top: 50%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.row_services_list .services-list .name {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  font-family: var(--font-family-encode);
  font-size: clamp(1rem, 2vw, 1.3rem);
  white-space: nowrap;
}

.services-banner-home {
  position: relative;
  z-index: 2;
}

.services-banner-home img {
  border: 1px solid #fff;
  vertical-align: bottom;
}

.services-banner-home .name {
  font-family: var(--font-family-encode);
}

@media (max-width: 1199px) {
  .services-banner-home .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services-banner-home .container .item:last-child {
    color: var(--color-text);
  }

  .services-banner-home .link-item,
  .services-banner-home .title-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-banner-home .title-item {
    gap: 1rem;
  }

  .services-banner-home .link-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .services-banner-home .link-item .name {
    margin-top: 0.5rem;
  }
}

@media (min-width: 1200px) {

  .services-banner-home .container .item.title-item,
  .services-banner-home .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }

  .services-banner-home .description {
    line-height: 1.5;
  }

  .services-banner-home .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
  }

  .services-banner-home .container img {
    width: 100%;
  }

  .services-banner-home .container .item {
    width: 30%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.2rem;
  }

  .services-banner-home .container .item.link-item-0 .name,
  .services-banner-home .container .item.link-item-1 .name {
    color: #fff;
  }

  .services-banner-home .container .item.title-item {
    padding-top: 10%;
    color: #fff;
  }
}

.standard-banner-one,
footer#mowbray-footer {
  color: #fff;
  background-size: cover;
  position: relative;
  background-position: 50% 50%;
}

.mow-contact-banner,
.standard-banner-one {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.standard-banner-one,
.standard-banner-one.has-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.standard-banner-one.no-content {
  height: 30vw;
  min-height: 20rem;
}

.standard-banner-one.has-content {
  height: 20vw;
  min-height: 10rem;
}

.standard-banner-one.has-content:after,
footer#mowbray-footer::after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}

.standard-banner-one.has-content .container {
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1200px) {
  .standard-banner-one.has-content .container {
    padding-top: 6.9em;
  }
}

.standard-banner-one .title,
.standard-banner-one .title * {
  font-size: clamp(1.8rem, 3vw, 2.63rem);
  font-weight: 700;
  text-transform: uppercase;
}

.mow-case-gallery picture {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0.625rem;
}

.mow-case-gallery img {
  width: initial;
  max-width: 100%;
}

.mow-case-gallery .slick-list {
  margin: 0 1.25rem;
}

.mow-case-gallery .slick-arrow {
  background-color: var(--color-blue);
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  border-radius: 0.125rem;
}

.mow-case-gallery .slick-arrow:hover {
  background-color: var(--color-brand-hover);
}

.mow-case-gallery .slick-arrow.icon-arrow-right-thin {
  right: -0.3125rem;
}

.mow-case-gallery .slick-arrow.icon-arrow-left-thin {
  left: -0.3125rem;
}

.mow-contact-banner {
  text-align: center;
  gap: 1.5rem;
}

.mow-contact-banner .title * {
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
}

.mow-contact-banner,
.mow-contact-banner .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mow-contact-banner .header {
  gap: 1rem;
}

.mow-contact-banner .subtitle {
  font-size: clamp(0.9rem, 3vw, 1rem);
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .mow-contact-banner {
    gap: 3rem;
  }
}

.row_image-text-gallery img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.row_image-text-gallery .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}

@media (max-width: 991px) {
  .row_image-text-gallery .wrapper-dual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
  }

  .row_image-text-gallery .item {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

.row_image-text-gallery .wrapper-dual,
.simple-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.form-fields .items>div,
.row_image-text-gallery .wrapper-dual .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.simple-icons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  text-align: center;
}

@media (min-width: 992px) {
  .simple-icons {
    gap: 5rem;
  }

  .simple-icons img {
    width: 100px;
  }
}

.simple-icons img {
  vertical-align: bottom;
}

.simple-icons .image {
  height: 6.25rem;
}

.simple-icons .icons,
.simple-icons .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.simple-icons .item {
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.simple-icons .icons {
  gap: 3rem;
}

@media (max-width: 767px) {
  .simple-icons .icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .simple-icons .icons .item {
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.simple-icons .icon-title {
  font-family: var(--font-family-encode);
  line-height: var(--line-height-base);
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  font-weight: 600;
}

.simple-icons .wrapper,
footer#mowbray-footer .logos,
footer#mowbray-footer .socials-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

#mow-header .desktop,
.form-fields .service-item input,
.form-fields .terms input {
  display: none;
}

@media (min-width: 1200px) {
  #mow-header .mobile {
    display: none;
  }

  #mow-header .desktop {
    display: block;
  }

  #mow-header.services-ban .right {
    background-color: #fff;
    padding-left: 1rem;
  }

  #mow-header.internal-ban .phone-numbers a {
    color: #fff; 
  }
}

#mow-header .left img {
  vertical-align: bottom;
  width: auto;
}

@media (max-width: 767px) {
  #mow-header {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }

  #mow-header .left,
  #mow-header .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
  }

  #mow-header .left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #mow-header .right {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }

  #mow-header .number {
    padding: 1rem 0.5rem 0;
  }

  #mow-header .number a,
  #mow-header .phone-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #mow-header .number a {
    gap: 0.5rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  #mow-header .phone-numbers {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 0.9rem;
    font-weight: 600;
  }

  #mow-header .phone-numbers .tel {
    display: none;
  }

  #mow-header .phone-numbers a {
    color: #000;
  }

  #mow-header .contact-us a {
    display: block;
    text-align: center;
  }

  #mow-header #navigation {
    margin-left: auto;
  }

  #mow-header #navigation .icon-bars-light {
    font-size: 24px;
    margin-top: -10px;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #mow-header {
    padding: 1rem 0;
  }

  #mow-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }

  #mow-header .nav-menu>li>a {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #mow-header .left,
  #mow-header .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
  }

  #mow-header .phone-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }

  #mow-header .phone-numbers a {
    color: #000;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0.9rem;
    line-height: 1;
  }

  #mow-header .phone-numbers .inner-i,
  #mow-header .phone-numbers a {
    gap: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #mow-header .phone-numbers .tel {
    font-weight: 600;
  }
}

@media (min-width: 1200px) {
  #mow-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-top: 1rem;
    background-color: transparent;
  }

  #mow-header,
  #mow-header * {
    -webkit-transition: all, 300ms;
    transition: all, 300ms;
  }

  #mow-header.scrolled {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  #mow-header.scrolled .desktop {
    width: 200px;
  }

  #mow-header.scrolled .desktop img {
    width: 100%;
  }

  #mow-header.scrolled.services-ban .right {
    background-color: transparent;
    color: #fff;
  }

  #mow-header.scrolled.services-ban .right a {
    color: #fff;
  }

  #mow-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #mow-header .left,
  #mow-header .right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #mow-header .left,
  #mow-header .phone-numbers,
  #mow-header .phone-numbers .inner-i,
  #mow-header .phone-numbers a,
  #mow-header .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }

  #mow-header .phone-numbers a {
    color: #000;
    gap: 1rem;
    line-height: 1;
    font-size: 0.9rem;
  }

  #mow-header .phone-numbers .inner-i {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }

  #mow-header .phone-numbers .tel {
    font-weight: 600;
  }
}

.black #navigation.navigation-landscape a {
  color: var(--color-text) !important;
}

.black #navigation.navigation-landscape .submenu-indicator-chevron {
  border-color: transparent var(--color-text) var(--color-text) transparent !important;
}

#navigation.navigation-landscape #menu-header>li>a,
.mowbray-form-wrapper .addresses h3,
.mowbray-form-wrapper .text h2,
.mowbray-form-wrapper .title h2 {
  font-weight: 700;
}

#navigation.navigation-landscape #menu-header>li ul {
  background-color: #fff;
}

#navigation.navigation-landscape #menu-header>li ul li .submenu-indicator {
  right: 0.625rem;
  top: 0.625rem;
}

#navigation.navigation-landscape #menu-header>li ul li .submenu-indicator .submenu-indicator-chevron {
  border-color: transparent var(--color-text) var(--color-text) transparent;
}

#navigation.navigation-portrait .submenu-indicator,
footer#mowbray-footer a {
  color: #fff;
}

#navigation.navigation-portrait .submenu-indicator .submenu-indicator-chevron {
  left: auto;
  top: 5px;
  right: 10px;
  border-color: transparent #fff #fff transparent;
}

footer#mowbray-footer {
  font-size: clamp(0.7rem, 3vw, 1rem);
  z-index: 3;
}

footer#mowbray-footer .logos,
footer#mowbray-footer .socials-logos {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2rem;
  margin-top: 1rem;
}

footer#mowbray-footer .socials-logos {
  margin-top: 0;
}

footer#mowbray-footer .socials-logos i {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
}

footer#mowbray-footer .container,
footer#mowbray-footer .footer-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer#mowbray-footer .container {
  position: relative;
  z-index: 1;
}

footer#mowbray-footer::after {
  background-color: rgba(40, 40, 40, 0.7);
}

footer#mowbray-footer h3,
footer#mowbray-footer h4 {
  font-weight: 600;
  font-size: clamp(1rem, 3vw, 1.4rem);
}

footer#mowbray-footer a:hover {
  text-decoration: underline;
}

footer#mowbray-footer ul {
  list-style: none;
  gap: 0.3rem;
}

footer#mowbray-footer .footer-items {
  gap: 2rem 4rem;
}

footer#mowbray-footer .footer-header,
footer#mowbray-footer .footer-item,
footer#mowbray-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer#mowbray-footer .footer-header,
footer#mowbray-footer .footer-item {
  gap: 1rem;
}

footer#mowbray-footer .footer-header {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(116, 116, 116, 0.4);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: clamp(1rem, 3vw, 2.5rem);
  margin-bottom: clamp(1rem, 3vw, 2.5rem);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: clamp(0.7rem, 3vw, 1.2rem);
  gap: 0.3rem;
}

footer#mowbray-footer .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 991px) {
  footer#mowbray-footer {
    padding: 2rem 0;
  }

  footer#mowbray-footer .container {
    gap: 1rem;
  }

  footer#mowbray-footer ul {
    gap: 0.8rem;
  }
}

@media (min-width: 992px) {
  footer#mowbray-footer {
    padding: clamp(2rem, 3vw, 5rem);
  }

  footer#mowbray-footer .footer-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
  }

  footer#mowbray-footer .footer-items .footer-item.item-about-us {
    width: 25%;
  }

  footer#mowbray-footer .get-in-touch ul {
    gap: 2rem;
  }
}

@media (min-width: 1200px) {
  footer#mowbray-footer .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 3rem;
  }
}

footer#mowbray-footer .copyrights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mowbray-form-wrapper,
footer#mowbray-footer .copyrights ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}

footer#mowbray-footer .copyrights ul {
  gap: 0;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 767px) {
  footer#mowbray-footer .copyrights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 0.4rem;
  }

  footer#mowbray-footer .copyrights ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem;
  }
}

@media (min-width: 768px) {
  footer#mowbray-footer .copyrights {
    font-size: 0.9rem !important;
    margin-top: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  footer#mowbray-footer .copyrights ul {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1rem;
  }
}

.mowbray-form-wrapper {
  gap: 3rem;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .mowbray-form-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .mowbray-form-wrapper .left,
  .mowbray-form-wrapper .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.mowbray-form-wrapper .text,
.mowbray-form-wrapper .title {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .mowbray-form-wrapper .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mowbray-form-wrapper .text {
    padding-top: 1.25rem;
  }

  .mowbray-form-wrapper .addresses {
    margin-top: 5rem;
  }

  .mowbray-form-wrapper .addresses .phone {
    font-size: 1.125rem;
    margin-top: 1.25rem;
    font-size: clamp(1rem, 3vw, 1.125rem);
  }

  .mowbray-form-wrapper .addresses .phone a {
    color: var(--color-text);
    font-weight: 700;
  }
}

.mowbray-form-wrapper .addresses {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-fields,
.mowbray-form-wrapper .addresses .office {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.form-fields {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-fields,
.form-fields .item.services,
.form-fields .items,
.mowbray-form-wrapper .addresses,
.mowbray-form-wrapper .addresses .office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-fields .items {
  gap: 2rem;
}

@media (max-width: 767px) {
  .form-fields .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.form-fields label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.form-fields input,
.form-fields textarea {
  border: 0;
  background-color: #f8f8f8;
  padding: 1rem;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-fields textarea {
  min-height: 20rem;
}

.form-fields .item.services {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-fields .services-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .form-fields .services-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 1.25rem;
  }
}

.form-fields .service-item label,
.form-fields .terms label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.9rem, 3vw, 1rem);
  line-height: 1.3;
  gap: 0.5rem;
}

.form-fields .item.hidden,
ul.custom-list li+br {
  display: none;
}

.form-fields .item.terms {
  margin-top: 2rem;
}

.simple-content-mow {
  font-size: clamp(0.875rem, 3vw, 0.9375rem);
}

.simple-content-mow ol,
.simple-content-mow ul {
  padding-left: 2.5rem;
  margin-top: 0.625rem;
}

.simple-content-mow ol li,
.simple-content-mow ul li {
  margin-bottom: 0.625rem;
}

.simple-content-mow h1,
.simple-content-mow h2,
.simple-content-mow h3,
.simple-content-mow h4,
.simple-content-mow h5 {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  font-weight: 600;
}

.simple-content-mow h1:first-child,
.simple-content-mow h2:first-child,
.simple-content-mow h3:first-child,
.simple-content-mow h4:first-child,
.simple-content-mow h5:first-child {
  margin-top: 0;
}

.simple-content-mow table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1.875rem 0;
}

.simple-content-mow table:last-child {
  margin-bottom: 0;
}

.simple-content-mow table td,
.simple-content-mow table th {
  vertical-align: middle;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}

.emails-modal .simple-content-mow table td,
.emails-modal .simple-content-mow table th {
  padding: 5px 10px;
  font-size: 12px;
}

.simple-content-mow table th {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff;
  border: 1px solid #d3d3d3;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
}

.simple-content-mow table td {
  border: 1px solid #d3d3d3;
}

ul.custom-list,
ul.custom-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.custom-list {
  margin-top: 1rem;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9375rem;
}

ul.custom-list li {
  font-weight: 700;
  color: var(--color-brand);
}

ul.custom-list li span {
  display: block;
}

ul.custom-list li:before {
  font-family: "mowbrayinteriors-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  content: "\e009";
  margin-right: 0.625rem;
  color: var(--color-text);
  font-size: clamp(1rem, 3vw, 1.625rem);
  line-height: 1;
  margin-top: 0.125rem;
}

.video_new_acf {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video_new_acf video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services-banner {
  background-size: 59% auto !important;
  background-position: 0 50% !important;
  position: relative !important;
}
.container-xl {
  max-width: 1200px;
  margin: 0 auto;
}
.blue_shadow img{
  -webkit-box-shadow: 20px 20px 0 #087acb;
    box-shadow: 20px 20px 0 #087acb;
}
.image_shadow_left_gray{
  -webkit-box-shadow: -20px 20px 0 var(--color-text);
    box-shadow: -20px 20px 0 var(--color-text);
}
.image_shadow_right_gray {
      -webkit-box-shadow: 20px 20px 0 var(--color-text);
        box-shadow: 20px 20px 0 var(--color-text);
}
#index-2-2 {
  position: relative;
}
#index-2-2::after {
  content: "";
  display: block;
  height: 80%;
  width: 100%;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-image: url(/wp-content/uploads/2024/05/sketch-autoxgen-1200x1200-1.jpg);
}
#index-2-2 .panel-grid-cell{
    z-index: 9999;
}
#index-2-2 img{
  border: 1px solid #ffffff;
}
#index-2-2 h3.widget-title{
  font-weight: 700;
}
.services_box h3.widget-title {
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  width: 91%;
  padding: 1rem;
  margin-bottom: 0;
}
.sbox{
  position: relative;
}
div#index-10-3 {
  background-image: url(/wp-content/uploads/2024/05/ban-1-autoxgen-1200x1130-1.png);
  background-position: 100% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
p{
  margin-bottom: 20px;
}