@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css);
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__slides,
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slide,
.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows,
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
html {
  --main-color: #f35c10;
  --complementary-color: #ccc;
  --secondary-color: #e84c3d;
  --action-color: #f8961f;
  --heading-color: #333;
  --text-color: #333;
  --link-color: #0073bd;
  --link-hover-color: #e84c3d;
  --font-size: 16px;
  --font-family: "Montserrat", sans-serif;
}
html body {
  margin: 0;
  font-size: var(--font-size);
  font-family: var(--font-family);
  color: var(--text-color);
  line-height: 24px;
  line-height: 1.5rem;
}
* {
  box-sizing: border-box;
}
h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
}
h1,
h2 {
  margin: 5px 0 10px;
  color: var(--heading-color);
  font-weight: 500;
}
h2 {
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 28.8px;
  line-height: 1.8rem;
}
h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
}
h3,
h4 {
  margin: 5px 0 10px;
  color: var(--heading-color);
  font-weight: 500;
}
h4 {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 19.2px;
  line-height: 1.2rem;
}
h5 {
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 17.6px;
  line-height: 1.1rem;
}
h5,
h6 {
  margin: 5px 0 10px;
  color: var(--heading-color);
  font-weight: 500;
}
h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}
p {
  margin: 0 0 1.5rem;
}
a {
  color: var(--link-color);
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  color: var(--link-hover-color);
}
blockquote {
  border-left: 5px solid var(--secondary-color);
  margin-left: 20px;
  padding-left: 20px;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.justify {
  text-align: justify;
}
.vhide {
  visibility: hidden !important;
}
.pad-5 {
  padding: 5px !important;
}
.pad-10 {
  padding: 10px !important;
}
.pad-20 {
  padding: 20px !important;
}
.pad-30 {
  padding: 30px !important;
}
.pad-40 {
  padding: 40px !important;
}
.pad-50 {
  padding: 50px !important;
}
.padh-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.padh-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.padh-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.padh-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.padh-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.padh-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.padv-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.padv-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.padv-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.padv-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.padv-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.padv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.flex,
.flex-full {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
}
.flex-full {
  width: 100%;
}
.inline-flex {
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 0;
}
.row {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.fd-col {
  flex-direction: column;
}
.wrap {
  flex-wrap: wrap;
}
.jc-fs {
  justify-content: flex-start;
}
.jc-fe {
  justify-content: flex-end;
}
.jc-c {
  justify-content: center;
}
.jc-sb {
  justify-content: space-between;
}
.jc-sa {
  justify-content: space-around;
}
.ai-fs {
  align-items: flex-start;
}
.ai-fe {
  align-items: flex-end;
}
.ai-c {
  align-items: center;
}
.ai-s {
  align-items: stretch;
}
.ai-bl {
  align-items: baseline;
}
.ac-fs {
  align-content: flex-start;
}
.ac-fe {
  align-content: flex-end;
}
.ac-c {
  align-content: center;
}
.ac-sb {
  align-content: space-between;
}
.ac-sa {
  align-content: space-around;
}
.as-fs {
  align-self: flex-start;
}
.as-fe {
  align-self: flex-end;
}
.as-c {
  align-self: center;
}
.as-bl {
  align-self: baseline;
}
.as-s {
  align-self: stretch;
}
.desktop-12 {
  width: 100%;
}
.desktop-11 {
  width: 91.6%;
}
.desktop-10 {
  width: 83.3%;
}
.desktop-9 {
  width: 75%;
}
.desktop-8 {
  width: 66.6%;
}
.desktop-7 {
  width: 58.3%;
}
.desktop-6 {
  width: 50%;
}
.desktop-5 {
  width: 41.6%;
}
.desktop-4 {
  width: 33.3%;
}
.desktop-3 {
  width: 25%;
}
.desktop-2-5 {
  width: 20%;
}
.desktop-2 {
  width: 16.6%;
}
.desktop-1 {
  width: 8.3%;
}
.desktop-show {
  display: flex !important;
}
.desktop-hide {
  display: none !important;
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 39px;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
textarea {
  max-width: 100%;
  resize: vertical;
  height: auto;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
[type="button"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
}
input[type="search"] {
  box-sizing: border-box;
}
::-moz-placeholder {
  color: #cacaca;
}
:-ms-input-placeholder {
  color: #cacaca;
}
::placeholder {
  color: #cacaca;
}
[type="checkbox"],
[type="file"],
[type="radio"] {
  margin: 0 0 1rem;
}
[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type="checkbox"] + label[for],
[type="radio"] + label[for] {
  cursor: pointer;
}
label > [type="checkbox"],
label > [type="radio"] {
  margin-right: 0.5rem;
}
[type="file"] {
  width: 100%;
}
label {
  display: block;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0 0 0 -0.1875rem;
  padding: 0 0.1875rem;
}
select {
  height: 39px;
  height: 2.4375rem;
  margin: 0 0 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -16px center;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
.input-alert {
  background-color: rgba(255, 252, 0, 0.6);
}
.input-alert::-moz-placeholder {
  color: red;
}
.input-alert:-ms-input-placeholder {
  color: red;
}
.input-alert::placeholder {
  color: red;
}
.aspect-16x9 {
  padding-bottom: 56.25%;
}
.aspect-9x16,
.aspect-16x9 {
  height: 0;
  position: relative;
}
.aspect-9x16 {
  padding-bottom: 177.77%;
}
.aspect-4x3 {
  padding-bottom: 75%;
}
.aspect-3x4,
.aspect-4x3 {
  height: 0;
  position: relative;
}
.aspect-3x4 {
  padding-bottom: 133.33%;
}
.aspect-6x4 {
  padding-bottom: 66.6%;
}
.aspect-4x6,
.aspect-6x4 {
  height: 0;
  position: relative;
}
.aspect-4x6 {
  padding-bottom: 150%;
}
.aspect-8x5 {
  padding-bottom: 62.5%;
}
.aspect-5x8,
.aspect-8x5 {
  height: 0;
  position: relative;
}
.aspect-5x8 {
  padding-bottom: 160%;
}
.aspect-7x5 {
  padding-bottom: 71.42%;
}
.aspect-5x7,
.aspect-7x5 {
  height: 0;
  position: relative;
}
.aspect-5x7 {
  padding-bottom: 140%;
}
.aspect-1x1 {
  height: 0;
  position: relative;
  padding-bottom: 100%;
}
.aspect-1x1 div,
.aspect-1x1 iframe,
.aspect-1x1 object,
.aspect-3x4 div,
.aspect-3x4 iframe,
.aspect-3x4 object,
.aspect-4x3 div,
.aspect-4x3 iframe,
.aspect-4x3 object,
.aspect-4x6 div,
.aspect-4x6 iframe,
.aspect-4x6 object,
.aspect-5x7 div,
.aspect-5x7 iframe,
.aspect-5x7 object,
.aspect-5x8 div,
.aspect-5x8 iframe,
.aspect-5x8 object,
.aspect-6x4 div,
.aspect-6x4 iframe,
.aspect-6x4 object,
.aspect-7x5 div,
.aspect-7x5 iframe,
.aspect-7x5 object,
.aspect-8x5 div,
.aspect-8x5 iframe,
.aspect-8x5 object,
.aspect-9x16 div,
.aspect-9x16 iframe,
.aspect-9x16 object,
.aspect-16x9 div,
.aspect-16x9 iframe,
.aspect-16x9 object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.table-wrapper {
  overflow-x: auto;
}
table {
  width: 100%;
}
table thead {
  background-color: #dbdbdb;
  font-size: 17.6px;
  font-size: 1.1rem;
  font-weight: 700;
}
table tr:nth-child(2n) {
  background: #f2f2f2;
}
[data-modal] {
  display: none;
}
.modal-overlay {
  background-color: hsla(0, 0%, 100%, 0.8);
  position: fixed;
  overflow-y: auto;
  padding: 30px 20px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.modal-body {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #cacaca;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
}
.modal-close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -15px;
  right: -15px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-color: #cacaca;
  border: 1px solid #cacaca;
  color: #333;
  transition: 0.5s;
}
.modal-close,
[data-open-dropdown],
[data-open-model] {
  cursor: pointer;
}
[data-dropdown] {
  overflow-y: hidden;
  max-height: 0;
  transition: all 0.5s ease;
}
.submenu-open {
  max-height: 1500px;
  transition: all 2s ease;
}
.dropdown-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 888;
}
.navigation,
img {
  max-width: 100%;
}
.navigation {
  background: var(--secondary-color);
}
.navigation .nav-toggle {
  display: none;
  text-align: right;
}
.navigation .nav-toggle:before {
  display: inline-block;
  content: "\2261 ";
  font-size: 32px;
  font-size: 2rem;
  color: #333;
  line-height: 16px;
  line-height: 1rem;
  padding: 1rem;
  font-weight: 700;
}
.navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.navigation ul:first-of-type {
  display: flex;
  flex-wrap: wrap;
}
.navigation li {
  color: var(--link-color);
  background-color: var(--secondary-color);
  display: block;
  float: left;
  padding: 0.5rem;
  position: relative;
  transition: 0.3s;
}
.navigation li a {
  color: var(--link-color);
  text-decoration: none;
}
.navigation li:hover {
  background-color: var(--link-hover-color);
  cursor: pointer;
}
.navigation ul li ul {
  background-color: var(--secondary-color);
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  min-width: 80px;
  min-width: 5rem;
  position: absolute;
  transition: all 0.3s ease;
  margin-top: 0.5rem;
  left: 0;
  display: none;
}
.navigation ul li:hover > ul,
ul li:focus-within > ul,
ul li ul:hover {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  display: block;
}
.navigation ul li ul li {
  clear: both;
  width: 100%;
}
.breadcrumbs {
  background-color: fff;
}
.breadcrumbs ul > :before {
  content: "//";
  color: var(--complementary-color);
  margin: 0 5px;
}
.breadcrumbs ul > :first-child:before {
  content: " ";
  margin: 0;
}
.breadcrumbs ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
}
.breadcrumbs li {
  color: var(--complementary-color);
  display: block;
  float: left;
  padding: 0.2rem;
  position: relative;
}
.breadcrumbs li a {
  color: var(--complementary-color);
  transition: 0.3s;
}
.breadcrumbs li a:hover {
  color: var(--link-hover-color);
  cursor: pointer;
}
.button {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #fff;
  background-color: var(--main-color);
  padding: 0.5rem;
  font-size: 16px;
  font-family: var(--font-family);
  transition: 0.3s;
  color: #fff;
}
.button:focus {
  outline: none;
}
.button:hover {
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
}
.highlight-box {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  border: 3px solid var(--action-color);
  color: var(--text-color);
  font-weight: 700;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.2;
  background-color: var(--main-color);
}
.inner-cta {
  background-color: #efefef;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.inner-cta h3 {
  background-color: var(--main-color);
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 0;
  text-transform: capitalize;
}
.inner-cta form {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.inner-cta textarea {
  min-height: 205px;
}
.loader,
.loader:after,
.loader:before {
  background: #d3d3d3;
  -webkit-animation: load1 1s ease-in-out infinite;
  animation: load1 1s ease-in-out infinite;
  width: 1em;
  height: 4em;
}
.blog-list-image {
  background-position: 50%;
  background-size: cover;
}
.loader {
  color: #d3d3d3;
  text-indent: -9999em;
  margin: 20px auto 0;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after,
.loader:before {
  position: absolute;
  top: 0;
  content: "";
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  to {
    box-shadow: 0 0;
    height: 2em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 2.5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  to {
    box-shadow: 0 0;
    height: 2em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 2.5em;
  }
}
@media only screen and (max-width: 991px) {
  .tablet-12 {
    width: 100%;
  }
  .tablet-11 {
    width: 91.6%;
  }
  .tablet-10 {
    width: 83.3%;
  }
  .tablet-9 {
    width: 75%;
  }
  .tablet-8 {
    width: 66.6%;
  }
  .tablet-7 {
    width: 58.3%;
  }
  .tablet-6 {
    width: 50%;
  }
  .tablet-5 {
    width: 41.6%;
  }
  .tablet-4 {
    width: 33.3%;
  }
  .tablet-3 {
    width: 25%;
  }
  .tablet-2 {
    width: 16.6%;
  }
  .tablet-1 {
    width: 8.3%;
  }
  .tablet-show {
    display: block !important;
  }
  .tablet-hide {
    display: none !important;
  }
  .tablet-center {
    text-align: center !important;
  }
  .navigation ul:first-of-type {
    display: none;
  }
  .navigation li {
    padding: 0.5rem 0;
  }
  .navigation ul li {
    width: 100%;
    float: none;
    text-align: center;
  }
  .navigation ul li ul {
    position: relative;
    text-align: center;
  }
  .navigation .nav-toggle {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .phonel-12 {
    width: 100%;
  }
  .phonel-11 {
    width: 91.6%;
  }
  .phonel-10 {
    width: 83.3%;
  }
  .phonel-9 {
    width: 75%;
  }
  .phonel-8 {
    width: 66.6%;
  }
  .phonel-7 {
    width: 58.3%;
  }
  .phonel-6 {
    width: 50%;
  }
  .phonel-5 {
    width: 41.6%;
  }
  .phonel-4 {
    width: 33.3%;
  }
  .phonel-3 {
    width: 25%;
  }
  .phonel-2 {
    width: 16.6%;
  }
  .phonel-1 {
    width: 8.3%;
  }
  .phonel-show {
    display: block !important;
  }
  .phonel-hide {
    display: none !important;
  }
  .phonel-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 479px) {
  .phonep-12 {
    width: 100%;
  }
  .phonep-11 {
    width: 91.6%;
  }
  .phonep-10 {
    width: 83.3%;
  }
  .phonep-9 {
    width: 75%;
  }
  .phonep-8 {
    width: 66.6%;
  }
  .phonep-7 {
    width: 58.3%;
  }
  .phonep-6 {
    width: 50%;
  }
  .phonep-5 {
    width: 41.6%;
  }
  .phonep-4 {
    width: 33.3%;
  }
  .phonep-3 {
    width: 25%;
  }
  .phonep-2 {
    width: 16.6%;
  }
  .phonep-1 {
    width: 8.3%;
  }
  .phonep-show {
    display: block !important;
  }
  .phonep-hide {
    display: none !important;
  }
  .phonep-center {
    text-align: center !important;
  }
}
@font-face {
  font-family: fontello;
  src: url(../fonts/fontello.woff?72051474) format("woff");
  src: url(../fonts/fontello.woff2?72051474) format("woff2");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  padding-right: 5px;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-phone:before {
  content: "\e800";
}
.icon-blogger:before {
  content: "\e801";
}
.icon-info-outline:before {
  content: "\e802";
}
.icon-info:before {
  content: "\e803";
}
.icon-mail:before {
  content: "\e804";
}
.icon-mail-1:before {
  content: "\e805";
}
.icon-email:before {
  content: "\e806";
}
.icon-cog-alt:before {
  content: "\e807";
}
.icon-cog:before {
  content: "\e808";
}
.icon-plug:before {
  content: "\e809";
}
.icon-flash-outline:before {
  content: "\e80a";
}
.icon-flash:before {
  content: "\e80b";
}
.icon-off:before {
  content: "\e80c";
}
.icon-home:before {
  content: "\e80d";
}
.icon-home-1:before {
  content: "\e80e";
}
.icon-location-outline:before {
  content: "\e80f";
}
.icon-location:before {
  content: "\e810";
}
.icon-star:before {
  content: "\e811";
}
.icon-star-empty:before {
  content: "\e812";
}
.icon-fire:before {
  content: "\e813";
}
.icon-fire-2:before {
  content: "\e814";
}
.icon-leaf:before {
  content: "\e815";
}
.icon-leaf-1:before {
  content: "\e816";
}
.icon-leaf-2:before {
  content: "\e817";
}
.icon-suitcase:before {
  content: "\e818";
}
.icon-briefcase:before {
  content: "\e819";
}
.icon-clipboard:before {
  content: "\e81a";
}
.icon-map:before {
  content: "\e81b";
}
.icon-clock:before {
  content: "\e81c";
}
.icon-clock-1:before {
  content: "\e81d";
}
.icon-clock-2:before {
  content: "\e81e";
}
.icon-address:before {
  content: "\e81f";
}
.icon-address-1:before {
  content: "\e820";
}
.icon-desktop:before {
  content: "\e821";
}
.icon-tags:before {
  content: "\e822";
}
.icon-droplet:before {
  content: "\e823";
}
.icon-youtube:before {
  content: "\e824";
}
.icon-alert:before {
  content: "\e825";
}
.icon-minus:before {
  content: "\e826";
}
.icon-user:before {
  content: "\e827";
}
.icon-user-1:before {
  content: "\e828";
}
.icon-user-3:before {
  content: "\e829";
}
.icon-arrows-ccw:before {
  content: "\e82a";
}
.icon-search:before {
  content: "\e82b";
}
.icon-warning-empty:before {
  content: "\e82c";
}
.icon-left-open-big:before {
  content: "\e82d";
}
.icon-right-open-big:before {
  content: "\e82e";
}
.icon-left-open:before {
  content: "\e82f";
}
.icon-right-open:before {
  content: "\e830";
}
.icon-down-open-big:before {
  content: "\e831";
}
.icon-down-open:before {
  content: "\e832";
}
.icon-down-dir:before {
  content: "\e833";
}
.icon-down-big:before {
  content: "\e834";
}
.icon-attention-alt:before {
  content: "\e835";
}
.icon-attention:before {
  content: "\e836";
}
.icon-user-2:before {
  content: "\f061";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-gplus:before {
  content: "\f0d5";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-star-half-alt:before {
  content: "\f123";
}
.icon-direction:before {
  content: "\f124";
}
.icon-help:before {
  content: "\f128";
}
.icon-angle-circled-down:before {
  content: "\f13a";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-google:before {
  content: "\f1a0";
}
.icon-fax:before {
  content: "\f1ac";
}
.icon-building-filled:before {
  content: "\f1ad";
}
.icon-file-pdf:before {
  content: "\f1c1";
}
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-paper-plane-empty:before {
  content: "\f1d9";
}
.icon-newspaper:before {
  content: "\f1ea";
}
.icon-facebook-official:before {
  content: "\f230";
}
.icon-internet-explorer:before {
  content: "\f26b";
}
.icon-address-book:before {
  content: "\f2b9";
}
.icon-address-book-o:before {
  content: "\f2ba";
}
.icon-address-card-o:before {
  content: "\f2bc";
}
.icon-id-card:before {
  content: "\f2c2";
}
.icon-id-card-o:before {
  content: "\f2c3";
}
.icon-fire-1:before {
  content: "\f525";
}
@-webkit-keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  to {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.inner-cta textarea {
  min-height: 120px;
  margin: 0 0 5px auto;
}
.info-search-input {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  height: 50px;
  border-radius: 25px;
}
.info-autocomplete {
  position: absolute;
  background-color: #fff;
  min-height: 90px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  border: 1px solid #d3d3d3;
  border-top: none;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 10px auto;
  max-width: 800px;
  width: 100%;
  transition: 0.3s;
}
.info-autocomplete:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  margin: -10px 0 0 30px;
  background-color: transparent;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
}
.hidden {
  visibility: hidden;
  min-height: 0;
  height: 0;
}
.info-autocomplete ul {
  margin: 0;
  padding: 15px;
}
.info-autocomplete li {
  list-style: none;
  padding: 6px 0;
  border-bottom: 1px solid #f1f1f1;
}
.info-wrapper .floor-types .overlay {
  font-size: 32px;
  font-size: 2rem;
}
.toast {
  min-width: 250px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 5px;
  line-height: 40px;
  padding: 0 10px;
  position: fixed;
  z-index: 200 !important;
  visibility: hidden;
  box-shadow: 3px 3px 4px 0 #555;
}
.toast-open {
  visibility: visible;
  top: 30px;
  -webkit-animation: toastfadein 0.7s;
  animation: toastfadein 0.7s;
}
.toast-close {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 35%;
  padding: 3px;
  cursor: pointer;
  color: #111;
}
.warning {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
@-webkit-keyframes toastfadein {
  0% {
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  to {
    top: 30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}
@keyframes toastfadein {
  0% {
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  to {
    top: 30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}
.blog-list-image {
  background-position: 50%;
  background-size: cover;
}
div[class^="gallery"] {
  display: flex;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
div[class^="gallery"] .gwrap-outter {
  width: 33.3%;
  padding: 5px;
  transition: 0.3s;
}
div[class^="gallery"] .gwrap-inner {
  position: relative;
  max-width: 100%;
  display: block;
  padding-top: 56.25%;
  overflow: hidden;
}
div[class^="gallery"] img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
div[class^="gallery"] .gwrap-outter:hover {
  transform: scale(1.03);
  filter: drop-shadow(0 0 5px black);
}
.recaptcha-warning {
  border: 3px solid red;
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  to {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.anteater,
label[for="anteater"] {
  display: none;
  visibility: hidden;
}
header {
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  top: 0;
  width: 100%;
  box-shadow: 0.32px 0.32px 0.32px #000;
  z-index: 15;
}
.utility {
  background-color: #eaeaea;
}
.utility .btn {
  color: #f35c10;
  border: 2px solid #f35c10;
  padding: 5px 15px;
  cursor: pointer;
  transition: 0.3s;
}
.utility .btn:hover {
  color: #666;
  border: 2px solid #666;
}
.utility .address,
.utility .covid,
.utility .phone {
  color: #666;
  cursor: pointer;
  transition: 0.3s;
}
.utility .address:hover,
.utility .covid:hover,
.utility .phone:hover {
  color: #f35c10;
}
.logo {
  font-size: 44.8px;
  font-size: 2.8rem;
  line-height: 44.8px;
  line-height: 2.8rem;
  padding: 15px 0;
  font-weight: 600;
  color: #000;
}
.logo span {
  color: #f35c10;
}
.logo:hover {
  color: #000;
}
.home-hero ul {
  margin: 0;
}
.slider-1,
.slider-2 {
  height: 600px;
  background-position: 50%;
  background-size: cover;
  padding: 1rem;
}
.overlay {
  color: #fff;
}
.overlay h2 {
  font-size: 60px;
  line-height: 80px;
  letter-spacing: -1px;
  color: #fff;
  font-weight: 300;
}
.overlay p {
  font-size: 24px;
  line-height: 38px;
  font-weight: 300;
}
.slide-button {
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #fff !important;
  cursor: pointer;
}
.solid-orange {
  background: #f35c10;
}
.solid-grey {
  background: #736f6e;
}
.floor-types .aspect-16x9 {
  position: relative;
  overflow: hidden;
}
.floor-types .cf-tile,
.floor-types .lf-tile,
.floor-types .tf-tile,
.floor-types .vf-tile {
  width: 100%;
  background-size: cover;
}
.floor-types .overlay {
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 40px;
  font-size: 2.5rem;
  transition: 0.3s;
  z-index: 11;
}
@media only screen and (max-width: 479px) {
  .floor-types .overlay {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 330px) {
  .floor-types .overlay {
    font-size: 1.5rem;
  }
}
.floor-types .overlay:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.cta-box {
  background-color: #f35c10;
  color: #fff;
}
.cta-box h2 {
  font-size: 44.8px;
  font-size: 2.8rem;
  color: #fff;
  margin-top: 0;
}
.cta-box .box-button {
  border: 2px solid hsla(0, 0%, 100%, 0.75);
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  margin: 0;
}
.cta-box .box-button:hover {
  border: 2px solid #fff;
}
.about-section {
  padding: 40px 10px 0;
}
.about-section h1 {
  color: #f35c10;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
}
.about-section p {
  margin-bottom: 0;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
}
.benefits-section h4 {
  color: #555;
  font-size: 16px;
  line-height: 24px;
  line-height: 1.5rem;
}
.cta-strip {
  background-color: #f35c10;
  padding: 40px 10px;
}
.cta-strip h3 {
  color: #fff;
  font-weight: 700;
  font-size: 28.8px;
  font-size: 1.8rem;
}
.cta-strip .strip-button {
  border-radius: 5px;
  border: 2px solid hsla(0, 0%, 100%, 0.75);
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 20px;
  margin: 20px;
  color: #fff;
  cursor: pointer;
}
.cta-strip .strip-button:hover {
  border: 2px solid #fff;
}
.cta-button {
  margin: 5px;
  color: #f35c10;
  border: 2px solid #f35c10;
  padding: 15px;
  cursor: pointer;
  transition: 0.3s;
  background-color: transparent !important;
  box-shadow: unset !important;
}
.cta-button:hover {
  color: #666;
  border: 2px solid #666;
}
@media only screen and (max-width: 330px) {
  .cta-button {
    padding: 15px 6px;
  }
}
footer {
  padding-top: 40px;
  background-color: #252525;
  color: #888;
}
footer h4 {
  color: #a7a7a7;
}
.bg-color-light-grey {
  background-color: #eaeaea;
}
.copy-right p {
  margin: 0;
}
.p-gal {
  background: #e1e1e1;
}
.p-gal a {
  padding: 5px !important;
  display: inline-block;
  position: relative;
}
.p-gal .overlay {
  position: absolute;
  padding: 5px;
}
.p-gal .overlay,
.p-gal span {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.p-gal span {
  color: #fff;
  font-weight: 600;
  font-size: 25.6px;
  font-size: 1.6rem;
  background-color: rgba(243, 92, 17, 0.9);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  padding-bottom: 90%;
  transition: 0.3s;
}
.p-gal span:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  padding-bottom: 0;
}
.center-images img {
  display: flex;
  margin: 0 auto;
}
.blog-wrapper p {
  color: #000;
}
.blog-wrapper:hover h3 {
  color: var(--main-color);
}
.blog-sidenav ul li a {
  padding: 10px 0 !important;
}
.checkbox-newsletter label {
  cursor: unset !important;
  font-weight: 600;
}
.checkbox-newsletter input {
  margin: 0 !important;
}
.floor-gal a {
  display: flex;
  position: relative;
}
.floor-gal .overlay {
  position: absolute;
}
.floor-gal .overlay,
.floor-gal span {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
}
.floor-gal span {
  color: #fff;
  font-weight: 600;
  font-size: 25.6px;
  font-size: 1.6rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  padding-top: 90%;
  transition: 0.3s;
  line-height: 2;
}
.floor-gal span:hover {
  background-color: rgba(53, 48, 45, 0.58);
}
.floor-gal span:hover:after {
  content: "\2192";
  position: absolute;
  bottom: 0;
  right: 5px;
  -webkit-animation: arrowMove 0.3s normal;
  animation: arrowMove 0.3s normal;
}
@-webkit-keyframes arrowMove {
  0% {
    right: 20px;
  }
  to {
    right: 5px;
  }
}
@keyframes arrowMove {
  0% {
    right: 20px;
  }
  to {
    right: 5px;
  }
}
@media only screen and (max-width: 1650px) {
  .floor-gal span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1450px) {
  .floor-gal span {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1250px) {
  .floor-gal span {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .floor-gal span {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 991px) {
  .floor-gal span {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .floor-gal span {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 479px) {
  .floor-gal span {
    font-size: 1.6rem;
  }
}
.special-box {
  box-shadow: 0 17px 25px rgba(0, 0, 0, 0.13);
  max-width: 450px;
  margin-bottom: 20px;
}
.special-box img {
  margin: unset;
  width: 100%;
}
.flooring-speicals img,
.service-banner img {
  width: 100%;
}
.service-banner {
  position: relative;
}
.banner-overlay {
  position: absolute;
  top: 50%;
  right: 50%;
  left: 10%;
  max-width: 100%;
}
.banner-overlay h1 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
}
.banner-overlay span {
  color: #fff;
  font-size: 20px;
}
@media only screen and (max-width: 1200px) {
  .banner-overlay {
    right: 30%;
  }
}
@media only screen and (max-width: 991px) {
  .banner-overlay {
    right: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .service-banner img {
    height: 250px;
  }
  .banner-overlay {
    top: 30%;
    left: 5%;
    right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .service-banner img {
    height: 180px;
  }
  .banner-overlay h1 {
    font-size: 35px;
  }
  .banner-overlay span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 330px) {
  .banner-overlay h1 {
    font-size: 30px;
  }
  .banner-overlay span {
    font-size: 16px;
  }
}
.service-top-wrapper .aspect-16x9 {
  position: relative;
  overflow: hidden;
}
.aspect-custom {
  padding-bottom: 118.77% !important;
}
.service-top-wrapper .cf-tile,
.service-top-wrapper .lf-tile,
.service-top-wrapper .tf-tile,
.service-top-wrapper .vf-tile {
  width: 100%;
  background-size: cover;
}
.text-color-black {
  color: #000 !important;
}
.service-top-wrapper .overlay-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  width: 100%;
  height: 100%;
  line-height: 1.5;
}
.service-top-wrapper .overlay-small {
  color: #fff;
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  font-size: 20px;
  transition: 0.3s;
  z-index: 11;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .aspect-text {
    padding-bottom: 10% !important;
  }
  .service-top-wrapper .overlay-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .service-top-wrapper .overlay {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 330px) {
  .service-top-wrapper .overlay {
    font-size: 1.5rem;
  }
  .service-top-wrapper .overlay-text {
    font-size: 18px;
  }
}
.diy-content,
.diy-content h2 {
  color: #fff;
}
.diy-content a {
  color: var(--main-color);
}
.diy-content a:hover {
  color: #fff;
}
.bg-color-black {
  background-color: #000;
}
.covid-policy h3 {
  text-align: center;
}
[data-modal-container="covid19"] .modal-body {
  max-width: 1130px !important;
  background-color: #f6f6f6;
}
.main-navigation {
  position: relative;
}
.dropdown-content {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  top: 100%;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: center;
  left: 0;
  padding: 0;
  margin: 0;
}
.dropdown-content a {
  color: #000 !important;
  text-decoration: none;
  width: 100%;
  font-weight: 600;
  padding: 0 10px;
  line-height: 3.5;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  text-align: left;
}
.dropdown-content a:hover {
  color: #f35c10 !important;
}
.custom-nav-ul li:first-of-type:hover .dropdown-content,
.custom-nav-ul li:nth-of-type(2):hover .dropdown-content,
.custom-nav-ul li:nth-of-type(3):hover .dropdown-content {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  transition: all 0.5s ease;
}
.custom-nav-ul > li > a {
  text-transform: uppercase;
  padding: 5px 15px;
  color: #000;
  font-weight: 600;
  transition: 0.3s;
}
.custom-nav-ul > li > a:hover {
  color: var(--secondary-color);
}
.custom-nav-ul {
  padding-left: 0;
  margin-top: 20px;
  position: relative;
}
.custom-nav-ul > li {
  position: relative;
  display: flex;
  justify-content: center;
}
.mobilenav a[class^="icon-down-open"] {
  position: relative;
}
.mobilenav {
  background-color: var(--main-color);
}
.mobilenav a[class^="icon-down-open"]:before {
  content: "\e832";
  position: absolute;
  left: 90px;
  bottom: 20px;
  right: unset;
  top: unset;
}
.mobilenav a {
  line-height: 3;
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
.mobilenav a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.mobile-dropdown-content {
  margin: 0;
}
.mobile-dropdown-content li {
  padding: 0;
  list-style: none;
}
.mobile-dropdown-content li a {
  line-height: 2;
}
.address span {
  font-size: 18px;
}
.toggle-bar {
  font-size: 40px;
  height: 74px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 787px) {
  .mobile-flex {
    justify-content: flex-end !important;
  }
}
@media only screen and (max-width: 479px) {
  .logo {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1020px) {
  .nav a {
    padding: 5px 10px;
  }
}
.sidenav * {
  font-family: inherit;
  text-align: left;
}
.sidenav h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  background: var(--main-color);
  text-transform: uppercase;
  border-bottom: none;
  margin: 0;
  padding: 10px;
}
.sidenav ul {
  width: 100%;
  padding: 0;
  height: auto;
  margin: 0;
  display: block;
  list-style-position: outside;
  list-style-type: none;
  background: #fff;
}
.sidenav ul li {
  display: block;
  margin: 0 !important;
  border-bottom: 1px solid #f0f0f0;
}
.sidenav ul li a {
  position: relative;
  font-size: 15px;
  font-weight: 500 !important;
  display: block;
  margin: 0;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 22px;
  color: #0e74bc;
}
.sidenav ul li:hover {
  background-color: #efefef;
}
.drop-down-sub-menu li {
  padding-left: 12px;
}
.drop-down-sub-sub-menu li {
  padding-left: 30px !important;
}
.sidenav li a:before {
  position: absolute;
  top: 30%;
  right: 0;
  cursor: pointer;
}
@media only screen and (max-width: 479px) {
  .recaptcha-wrapper {
    max-width: 17rem !important;
    display: flex;
    justify-content: center;
  }
  .recaptcha-wrapper .recaptcha-resize .g-recaptcha {
    transform: scale(0.77) !important;
  }
}
@media only screen and (max-width: 330px) {
  .recaptcha-wrapper {
    max-width: 14rem !important;
    display: flex;
    justify-content: center;
  }
  .recaptcha-wrapper .recaptcha-resize .g-recaptcha {
    transform: scale(0.7) !important;
  }
}
.review-summary > * {
  color: #fff;
}
.review-summary h2 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.review-summary progress {
  background-color: #fff;
}
.review-summary {
  position: relative;
  background: var(--main-color) !important;
  border: none !important;
}
.item-display-none {
  display: none;
}
.reviews-list .review-box,
.reviews-slick .review-box {
  color: #222;
}
.reviews-slick .review-box {
  position: relative;
}
.reviews-slider-content {
  padding: 45px 35px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  text-align: left;
  border-top: none !important;
}
.review-btn {
  color: #000 !important;
  transition: all 0.3s;
}
.review-btn:hover {
  background-color: var(--main-color) !important;
  color: #fff !important;
}
.review-title {
  color: #0e74bc;
  font-size: 38px;
  font-weight: 600;
  padding-top: 30px !important;
}
.reviews-slider {
  background: #f7f7f7;
}
.review-form {
  margin-bottom: 30px;
}
.review-form .fieldset {
  border: 1px solid var(--main-color);
  background-color: #f5f5f5;
}
.review-form legend {
  background-color: var(--main-color);
  color: #fff;
  padding: 0 0.5rem;
}
.review-form label {
  margin-bottom: 0;
}
.review-form [type="email"],
.review-form [type="file"],
.review-form [type="tel"],
.review-form [type="text"],
.review-form textarea {
  margin-bottom: 10px;
}
.review-form .rating {
  flex-direction: row-reverse;
}
.review-form input[type="radio"] + label {
  margin-left: 0;
  margin-right: 0;
}
.review-form .rating:not(:checked) > label:hover,
.review-form .rating:not(:checked) > label:hover ~ label,
.review-form .rating > input:checked + label:hover,
.review-form .rating > input:checked ~ label,
.review-form .rating > input:checked ~ label:hover,
.review-form .rating > input:checked ~ label:hover ~ label,
.review-form .rating > label:hover ~ input:checked ~ label {
  color: #e7d25c;
}
.review-form .rating {
  border: none;
  float: left;
}
.review-form .rating > input {
  display: none;
}
.review-form .rating > label:before {
  content: "\e811";
  margin: 5px;
  font-size: 1.8em;
  font-family: fontello;
  display: inline-block;
  font-weight: 900;
}
.review-form .rating > label {
  color: #ddd;
  float: right;
  font-size: 24px;
  font-size: 1.5rem;
}
.review-form textarea {
  min-height: 150px;
  resize: none;
}
.review-form .checkbox {
  padding: 10px 0 0;
}
.review-form [type="checkbox"] {
  height: 25px;
  width: 30px;
  margin: 0 0 0 10px;
}
.review-form .button {
  padding: 1rem 4rem;
  text-transform: uppercase;
}
.grecaptcha-badge {
  visibility: collapse !important;
}
.review-widget {
  position: fixed;
  top: auto;
  right: 1%;
  bottom: 1%;
  z-index: 444;
  padding: 10px;
  border-top: 5px solid #01284f;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.review-widget:hover {
  border-top: 5px solid var(--link-hover-color);
}
.widget-logo {
  width: 50px;
  height: 50px;
  padding-right: 10px;
}
.widget-logo img {
  width: 100%;
}
.review-widget h4 {
  margin: 0 0 5px;
}
.widget-rating {
  color: var(--main-color);
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 600;
}
.widget-rating em {
  margin: 0;
}
.review-sidebar {
  display: block;
  margin-top: 10px;
  padding: 0;
  border: 5px solid var(--main-color);
}
.review-sidebar h4 {
  margin: 0;
  padding: 5px 5px 10px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 27.2px;
  line-height: 1.7rem;
}
.sidebar-rating {
  display: flex;
  color: var(--main-color);
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}
.sidebar-rating .average {
  color: var(--main-color);
  width: 100%;
  font-size: 64px;
  font-size: 4rem;
  line-height: 64px;
  line-height: 4rem;
  margin-top: 10px;
}
.sidebar-rating em {
  margin: 0 -2px;
}
.review-sidebar p {
  margin: 10px 0 5px;
  font-size: 20.8px;
  font-size: 1.3rem;
  text-align: center !important;
}
.review-summary {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.review-summary .stars {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.review-summary progress {
  width: 100%;
  max-width: 400px;
  height: 30px;
  display: inline-block;
  -webkit-appearance: none;
  border: 0;
}
.review-summary progress::-webkit-progress-bar {
  background-color: transparent;
  padding: 2px;
  border: 2px solid var(--main-color);
}
.review-summary progress::-webkit-progress-value {
  background-color: var(--main-color);
}
.review-summary .review-progress-box span {
  margin: 0 10px;
  max-width: 100px;
  width: 100%;
}
.review-summary .review-progress-box {
  margin-bottom: 5px;
}
.reviews-slick p {
  margin: 0 0 1rem;
}
.reviews-slick .slick-track {
  display: inline-flex;
  align-items: center;
}
.reviews-slick .slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: transparent;
  z-index: 1;
  border-radius: 50%;
  transition: 0.3s;
}
.reviews-slick .slick-prev:hover,
.slick-next:hover {
  background: var(--main-color);
  background-color: var(--main-color);
}
.reviews-slick .slick-next {
  right: 10px;
}
.reviews-slick .slick-next:after {
  content: ">";
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--main-color);
  transition: 0.3s;
}
.reviews-slick .slick-prev {
  left: 10px;
}
.reviews-slick .slick-prev:after {
  content: "<";
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--main-color);
  transition: 0.3s;
}
.reviews-slick .slick-next:hover:after,
.slick-prev:hover:after {
  color: #fff;
}
.reviews-slick .review-box {
  border-radius: 5px;
  background-color: #fff;
}
.reviews-slick .name {
  font-weight: 600;
  color: var(--main-color);
}
.reviews-slick .service {
  font-style: italic;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.reviews-slick .date {
  font-style: italic;
  font-size: 11.2px;
  font-size: 0.7rem;
}
.reviews-slick .stars {
  color: #fccd3f;
  font-size: 19.2px;
  font-size: 1.2rem;
}
.reviews-slider .button a {
  color: #fff;
}
.reviews-list .review-box {
  margin: 10px 0;
  border-radius: 5px;
  background-color: #fff;
}
.reviews-list .name {
  font-weight: 600;
  color: var(--main-color);
  text-transform: capitalize;
}
.reviews-list .service {
  font-style: italic;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.reviews-list .date {
  font-style: italic;
  font-size: 11.2px;
  font-size: 0.7rem;
}
.reviews-list .stars {
  color: #fccd3f;
  font-size: 19.2px;
  font-size: 1.2rem;
}
.reviews-list p {
  margin: 0 0 1rem;
}
.reviews-list .business-reply {
  background-color: #fff;
  color: #000;
}
.pagination {
  background: var(--main-color);
  padding: 0 10px;
}
.pagination:after,
.pagination:before {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination a {
  border: 1px solid transparent;
  background: transparent;
  padding: 0 5px;
  display: inline-block;
  margin: 5px 2px;
  border-radius: 0.25rem;
  transition: 0.3s;
  color: #fff;
}
.pagination .active,
.pagination a:hover {
  border: 1px solid #ccc;
  background: #fff;
  color: var(--main-color) !important;
}
.feedback-great-card {
  background: #7d7;
  text-align: center;
  margin: 25px;
  transition: 0.9s;
}
.feedback-card-great {
  padding: 20px;
}
.feedback-great-card:hover {
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.2);
  transition: 0.3s;
}
.feedback-great-card h3 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 2.5em;
  color: #3a3a3a;
}
.feedback-average-card {
  background: #ffb347;
  text-align: center;
  margin: 25px;
  transition: 0.9s;
}
.feedback-card-average {
  padding: 20px;
}
.feedback-average-card:hover {
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.2);
  transition: 0.3s;
}
.feedback-average-card h3 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 2.5em;
  color: #3a3a3a;
}
.feedback-poor-card {
  background: #ff6961;
  text-align: center;
  margin: 25px;
  transition: 0.9s;
}
.feedback-card-poor {
  padding: 20px;
}
.feedback-poor-card:hover {
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.2);
  transition: 0.3s;
}
.feedback-poor-card h3 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 2.5em;
  color: #3a3a3a;
}
.feedback-img img {
  width: unset !important;
}
.bg-color-grey {
  background: #f6f6f6;
}
.bg-color-main {
  background-color: var(--main-color);
}
.mt-7 {
  margin-top: -7px;
}
.area-search-container input::-moz-placeholder {
  margin: 0;
  height: auto;
  color: var(--main-color);
  width: 50%;
}
.area-search-container input:-ms-input-placeholder {
  margin: 0;
  height: auto;
  color: var(--main-color);
  width: 50%;
}
.area-search-container input::placeholder,
.area-search-container input[type="text"],
.area-search-container select {
  margin: 0;
  height: auto;
  color: var(--main-color);
  width: 50%;
}
.area-search-container .button {
  margin: 0;
}
.area-search-container {
  position: relative;
}
.area-search-container label {
  color: #fff;
  font-size: 20px;
}
.info-search-container {
  padding: 15px 5px 0;
  position: relative;
}
.area-search-container select:first-of-type option {
  color: #fff;
  background-color: var(--main-color);
  padding: 10px;
}
.suburb-search-results {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 50%;
  margin: 0 auto;
  background: hsla(0, 0%, 100%, 0.5);
  border-radius: 10px;
}
.suburb-search-results h3 {
  color: #fff;
}
.suburb-autocomplete {
  position: absolute;
  background-color: var(--main-color);
  color: #fff;
  min-height: 90px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  border-top: none;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 10px auto;
  max-width: 800px;
  width: 100%;
  top: 40px;
  transition: 0.3s;
}
.suburb-autocomplete ul {
  padding: 10px 20px !important;
  margin: 0;
}
.suburb-autocomplete li {
  list-style: none;
  padding: 6px 0;
  border-bottom: 1px solid #f1f1f1;
  line-height: 2;
  margin-left: 1.3em;
  text-align: justify;
}
.suburb-autocomplete li a {
  color: #fff;
  font-weight: 600;
}
.suburb-autocomplete li a:hover {
  color: #d60000;
}
.suburb-autocomplete li:last-of-type {
  border-bottom: none;
}
.suburb-autocomplete:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  margin: -10px 0 0 30px;
  background-color: transparent;
  border-bottom: 10px solid var(--main-color);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
}
#autocomplete-list mark {
  background-color: #fff;
  color: #4a90e2;
  transition: 0.3s;
  border-radius: 10px;
  padding: 5px;
  margin: 0 3px;
  font-weight: 600;
}
#autocomplete-list li a:hover mark {
  color: var(--link-hover-color);
}
#autocomplete-list li:before {
  content: "\2911";
  font-weight: 900;
  margin-left: -1.3em;
  display: inline-block;
  width: 1.3em;
}
.suburb-item-wrapper a:hover .items-diff {
  background: var(--link-color);
}
.suburb-item-wrapper a:hover .icon-wrapper img {
  filter: invert(1);
}
.suburb-item-wrapper a:hover .project-name h3 {
  color: #fff;
}
.service-areas-section h2 {
  color: #f35c10;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .area-search {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .area-search {
    margin-top: -65px;
  }
}
@media only screen and (max-width: 479px) {
  .area-search-container input::-moz-placeholder {
    font-size: 12px;
  }
  .area-search-container input:-ms-input-placeholder {
    font-size: 12px;
  }
  .area-search-container input::placeholder,
  .area-search-container input[type="text"],
  .area-search-container select {
    font-size: 12px;
  }
}
.suburb-list {
  list-style: none;
}
.suburb-list li {
  float: left;
  padding: 0.5rem;
}
.suburb-list a {
  color: #f35c10;
  font-weight: 600;
}
.suburb-list a:before {
  content: "\26AC";
  padding: 0.25rem;
  font-size: 18px;
}
.banner-section {
  height: 450px;
  overflow: hidden;
  width: 100%;
  padding: 2rem;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-container {
  color: #fff;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.banner-heading {
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 12px;
  line-height: normal;
}
.banner-subheading {
  font-size: 18px;
  color: #fafafa;
  max-width: 600px;
}
.hidden-fields {
  height: 0;
  width: 0;
  overflow: hidden;
  border: 0 !important;
}
.response-card {
  border-radius: 8px;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.form-flex-items {
  display: flex;
  gap: 6px;
}
.user-fields-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 900px) {
  .user-fields-grid {
    grid-template-columns: 1fr;
  }
}

.home_search{
    display: none;
}
