@charset "UTF-8";
/*
Theme Name: 405 Media
Author: 405mediagroup
Author URI: https://www.405mediagroup.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onsite
Tags: 
*/
:root {
  --color-acc: #EA4A4A;
  --dark-acc: #FEC422;
  --color-text: #000;
  --color-heading: #000;
  --color-blue: #FEC422;
  --font-acc: "montserrat", sans-serif;
  --font-heading: "proxima-nova", sans-serif;
  --font-body: "proxima-nova", sans-serif;
  --font-hanken: "proxima-nova", sans-serif;
  --progress-bar-width: 200px;
  --progress-bar-height: 200px;
  --collapsed: 80px; /* Width of collapsed vertical tab */
  --expanded: 720px; /* Width of expanded tab */
  --transition: 400ms ease;
}

::-moz-selection {
  background: var(--color-acc);
  color: #fff;
}

::selection {
  background: var(--color-acc);
  color: #fff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

.color-acc {
  color: var(--color-acc) !important;
}

.text-acc {
  color: var(--color-acc) !important;
}

.text-blue {
  color: var(--color-acc) !important;
}

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

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.extra-bold {
  font-weight: 700 !important;
}

.font-acc {
  font-family: var(--font-acc);
}

.font-title {
  font-family: var(--font-heading);
}

.font-text {
  font-family: var(--font-text);
}

.polygon-after {
  position: relative;
  border-bottom-right-radius: 126px;
}

.border-bottom {
  position: relative;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 50px !important;
}
.border-bottom h3, .border-bottom h2, .border-bottom h1 {
  margin-bottom: 20px;
  margin-top: 0;
}
.border-bottom:after {
  content: "";
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 275px;
  height: 6px;
  background-color: var(--color-acc);
}
.border-bottom-center:after {
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../405media/images/title-icon.png);
}

.border-bottom-red:after {
  background-color: #EE2E22;
}

.border-bottom-gray:after {
  background-color: #D9D9D9;
}

.border-bottom-white:after {
  background-color: #FFFFFF;
}

.border-bottom-full:after {
  width: 2px;
  height: 100%;
}

.border-bottom-line {
  padding-top: 0;
  padding-bottom: 20px;
}

.border-bottom-line:after {
  background-image: none;
  background-color: #fff;
  top: initial;
  bottom: 0;
}

.border-bottom-dark:after {
  background-color: #000;
}

.border-bottom-left:after {
  left: 0%;
}

.border-bottom-right:after {
  left: initial;
  right: 0;
}

.border-left {
  padding-left: 30px;
  position: relative;
  display: table;
  margin: 0 auto 50px;
}

.border-left:after {
  content: "";
  background-image: url("../405media/images/Milano-Line.png");
  width: 8px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.border-left-0 {
  margin: 0 0 50px;
}

.border-bottom-top {
  padding-top: 60px;
  padding-bottom: 0;
}

.border-bottom-top:after {
  bottom: initial;
  top: 0;
}

.estimate-desc p {
  line-height: 30px;
  font-size: 15px;
}

.folder-icon:before {
  content: "";
  background-image: url("../405media/images/folder-icon.png");
  width: 141px;
  height: 102px;
  position: absolute;
  right: -15px;
  top: -25px;
}

blockquote {
  border-left: 4px solid var(--color-acc);
  padding-left: 1.5em;
  margin-left: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--font-heading);
  font-weight: 900;
  line-height: 1;
  color: var(--color-heading);
}

.h0 {
  font-size: 48px;
}

h1, .h1 {
  font-size: 48px;
}

h2, .h2 {
  font-size: 35px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 20px;
  font-weight: 400;
}

h6, .h6 {
  font-size: 16px;
  letter-spacing: 0;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "Font Awesome 6 Free";
}

.letter-space {
  letter-spacing: 3px;
}

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 35px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  .h4 {
    font-size: 20px;
  }
  .h5 {
    font-size: 18px;
  }
  .h6 {
    font-size: 16px;
  }
}
.container,
.container-lg {
  width: 100%;
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}

.container-lg {
  max-width: 1600px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  grid-row-gap: 30px;
}

.row-reverse {
  flex-flow: row-reverse;
}

.flex-wrap {
  flex-flow: wrap;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.col-1 {
  width: 8.333333%;
}

.col-2 {
  width: 16.666666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333333%;
}

.col-5 {
  width: 41.666666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333%;
}

.col-8 {
  width: 66.666666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333333%;
}

.col-11 {
  width: 91.666666%;
}

.col-12 {
  width: 100%;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0;
}

@media (max-width: 991px) {
  .container,
  .container-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11 {
    width: 100%;
  }
  .reverse > :first-child {
    order: 2;
  }
  .reverse > :last-child {
    order: 1;
  }
}
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.col-gap-10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.col-gap-15 {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.col-gap-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.col-gap-30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.inline-flex {
  display: inline-flex;
}

.flex-1 {
  flex: 1;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.items-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-end {
  justify-content: end;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.align-baseline {
  vertical-align: baseline;
}

.align-middle {
  vertical-align: middle;
}

.align-text-top {
  vertical-align: text-top;
}

.align-bottom {
  vertical-align: bottom;
}

.font-black {
  font-weight: 400;
}

.font-extrabold {
  font-weight: 800;
}

.font-bold {
  font-weight: 400;
}

.font-semibold {
  font-weight: 900;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-light {
  font-weight: 300;
}

.font-extralight {
  font-weight: 200;
}

.font-thin {
  font-weight: 100;
}

.leading-1 {
  line-height: 1;
}

.leading-1\.2 {
  line-height: 1.2;
}

.leading-1\.5 {
  line-height: 1.5;
}

.leading-2 {
  line-height: 2;
}

.italic {
  font-style: italic;
}

.text-justify {
  text-align: justify;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute;
}

.position-bottom {
  bottom: 30px;
  left: 30px;
  z-index: 1;
}

.inset-0 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-80 {
  padding-right: 80px;
}

.mt-auto {
  margin-top: auto;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.ml-20 {
  margin-left: 20px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mr-10 {
  margin-right: 10px;
}

.clear,
.clearfix {
  clear: both;
}

p {
  margin-block-start: 0;
  margin-block-end: 1em;
}

p:last-child {
  margin-block-end: 0;
}

a {
  color: var(--color-acc);
  text-decoration: none;
  transition: 0.4s;
}

a svg {
  transition: 0.2s;
}

input,
textarea,
select {
  font-family: var(--font-text);
  font-size: 16px;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
  transition: 0.2s;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img,
iframe,
video {
  vertical-align: middle;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

.border-top {
  border-top: 2px solid #fff;
  margin-top: 50px;
}

.p-l {
  font-size: 20px;
}

@media (max-width: 991px) {
  .alignleft {
    float: none;
    margin-right: 0;
  }
  .alignright {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .mobile {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .columns-2 ul {
    -moz-column-count: 2;
         column-count: 2;
  }
  .columns-2 li {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }
  .columns-3 ul {
    -moz-column-count: 3;
         column-count: 3;
  }
  .columns-3 li {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }
}
/* custom style */
.page-content:after {
  content: "";
  display: block;
  clear: both;
}

.close-btn {
  cursor: pointer;
}

.header-mobile {
  display: none;
  padding: 10px;
  background-color: #fff;
}

.header-mobile .header-logo {
  padding: 0;
}

.header-mobile .header-logo img {
  max-width: 122px;
}

.header-mobile-content .mobile-show-menu ul {
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
}

.header-mobile-content .mobile-show-menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.header-mobile-content .mobile-show-menu ul li a {
  background-color: #000;
  color: #fff;
  border-radius: 20px;
  padding: 20px 15px;
  font-family: var(--font-heading);
  max-width: 100px;
  line-height: 1.2;
  min-height: 82px;
  display: flex;
  align-items: center;
}

.header-mobile-content .mobile-show-menu ul li a:hover {
  background-color: var(--color-acc);
}

.mobile-phone {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-flow: wrap;
}

.mobile-phone a {
  color: #000;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  border-radius: 20px;
  min-width: inherit;
  text-align: center;
}

.mobile-bars {
  transform: rotate(180deg);
  cursor: pointer;
  border-radius: 5px;
  padding: 10px;
  padding-bottom: 5px;
}

.mobile-bars span {
  background-color: var(--color-acc);
  height: 3px;
  width: 37px;
  display: block;
  position: relative;
  margin-bottom: 4px;
  transition: margin 0.3s ease-in-out;
}

.mobile-bars:hover span {
  margin-bottom: 5px;
}

.mobile-logo img {
  max-width: 150px;
}

.mobile-open .mobile-bars {
  visibility: hidden;
}

.top-mobile {
  padding: 20px 15px;
}
.top-mobile .close-btn {
  display: inline-block;
  background-color: var(--color-acc);
  width: 40px;
  height: 36px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.top-mobile .close-btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 25px;
  opacity: 1;
  top: 16px;
  left: 7px;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  background-color: #fff;
  transition-delay: 0.3s;
}

.mobile-open .top-mobile .close-btn span:first-child {
  transform: rotate(45deg);
}
.mobile-open .top-mobile .close-btn span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.mobile-open .top-mobile .close-btn span:nth-child(3) {
  transform: rotate(-45deg);
}

.mobile-social {
  padding: 30px 15px;
}
.mobile-social a {
  color: #fff;
}
.mobile-social a:hover {
  color: var(--color-acc);
}

body.mobile-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .mobile-open .close-btn {
    visibility: visible;
    opacity: 1;
  }
  .header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    color: #000;
    border-bottom: 2px solid var(--color-acc);
    padding: 10px;
  }
}
.header {
  position: fixed;
  z-index: 3;
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}

.header-logo {
  max-width: 200px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-info {
  text-align: right;
}
.header-info p {
  margin-bottom: 0;
}

body:not(.home) .header-social svg g,
body.sticky .header-social svg g {
  fill: #fff;
}

.header-social {
  margin-right: 15px;
  font-size: 30px;
}

.header-social:hover svg g {
  fill: var(--color-acc) !important;
}

.header-phone {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 900;
}

.header-info a {
  color: #050A08;
  vertical-align: middle;
}

.header-info a:hover {
  color: var(--color-acc);
}

.header-info a svg {
  fill: #050A08;
}

.header-info a:hover svg {
  fill: var(--color-acc);
}

.header-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-nav ul li {
  font-family: var(--font-body);
}

.header-nav ul li.current_page_item a {
  color: var(--color-acc) !important;
}

.header-nav ul li:last-child.current_page_item a {
  border-color: var(--color-acc) !important;
}

.header-nav ul.menu li.current_page_item ul li a {
  color: var(--color-text) !important;
}

body:not(.home) .header-info a,
body.sticky .header-info a {
  color: #000;
}

body:not(.home) .header-info a:hover,
body.sticky .header-info a:hover {
  color: var(--color-acc);
}

body:not(.home) .header-nav ul.menu > li > a,
body.sticky .header-nav ul.menu > li > a {
  color: #000;
}

body:not(.home) .header-nav ul.menu > li > a:hover,
body.sticky .header-nav ul.menu > li > a:hover {
  color: var(--color-acc);
}

body:not(.home) .header-nav ul.menu > li:last-child > a,
body.sticky .header-nav ul.menu > li:last-child > a {
  color: #fff;
  padding: 8px 30px;
}

body:not(.home) .header-nav ul.menu > li:last-child > a:hover,
body.sticky .header-nav ul.menu > li:last-child > a:hover {
  color: #fff;
  background-color: #000;
}

@media (min-width: 1025px) {
  .header-inner {
    padding: 0 30px 0;
  }
  .header-nav ul.menu {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-nav ul.menu > li {
    position: relative;
  }
  .header-nav ul.menu > li > a {
    display: block;
    color: #000;
    font-weight: 700;
    padding: 17px 20px;
    position: relative;
    text-transform: uppercase;
  }
  .header-nav ul.menu > li > a:hover {
    color: var(--color-acc);
  }
  .header-nav ul.menu > li:last-child > a {
    background-color: var(--color-acc);
    border: 1px solid var(--color-acc);
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 30px;
    border-radius: 5px;
  }
  .header-nav ul.menu > li:last-child > a:hover {
    color: #fff;
  }
  .header-nav ul.menu > li:last-child.current_page_item > a {
    color: #fff !important;
  }
  .header-nav ul.menu > li ul {
    position: absolute;
    right: 0;
    top: 55px;
    background-color: #fff;
    border: 1px solid #aaa;
    min-width: 384px;
    max-width: 384px;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    padding: 1rem;
  }
  .header-nav ul.menu > li:hover > ul {
    visibility: visible;
    opacity: 100;
    transform: translateY(-3px);
  }
  .header-nav ul.menu > li ul li {
    position: relative;
    border-bottom: 1px solid #f3f5f5;
  }
  .header-nav ul.menu > li ul li a {
    display: block;
    padding: 1rem;
    color: var(--color-text);
    font-size: 15px;
  }
  .header-nav ul.menu > li ul li a:hover {
    background-color: var(--color-acc);
    color: #fff !important;
  }
  .header-nav ul.menu > li > ul li.menu-item-has-children > a:before {
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-nav ul.menu > li ul li ul {
    top: 0;
    right: 100%;
    margin: 0 1rem;
  }
  .header-nav ul.menu > li ul li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  .header-nav ul.menu > li ul > li.menu-item-has-children > a {
    padding-left: 20px;
  }
  .header-nav ul.menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    margin-left: 5px;
    vertical-align: middle;
    top: -2px;
    position: relative;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
  }
  .header-nav ul.menu > li.menu-item-has-children:hover > a:after {
    transform: rotate(180deg);
  }
  .sticky .header .header-info a, .sticky .header .header-phone,
  body:not(.home) .header-info a, body:not(.home) .header .header-phone {
    font-size: 25px;
  }
  .sticky .header-logo,
  body:not(.home) .header-logo {
    visibility: visible;
    height: auto;
  }
  .sticky .header-inner {
    padding: 10px 30px 0;
  }
  .sticky:not(.home) {
    padding-top: 130px;
  }
  .sticky .header-nav ul.menu > li > a,
  body:not(.home) .header-nav ul.menu > li > a {
    font-size: 14px;
    padding: 25px 20px;
  }
  /* Main Mega Menu Container (applies when submenu is shown) */
  .header-nav ul.menu > li.mega-menu-on {
    position: static;
  }
  .header-nav ul.menu li.mega-menu-on .mega-sub-menu li.menu-item-has-children a:before {
    display: none !important;
  }
  .header-nav ul.menu li.mega-menu-on .mega-sub-menu {
    display: none !important;
    gap: 20px;
    padding: 30px;
    background: #fff;
    border: 0;
    min-width: 1000px;
    max-width: 1000px;
    width: 100vw;
    grid-template-columns: repeat(4, 1fr);
    box-sizing: border-box;
    top: 100%;
    border: 1px solid #d3d7da;
    margin-right: 70px;
  }
  .header-nav ul.menu > li.mega-menu-on:hover > .mega-sub-menu {
    display: grid !important; /* or flex if you're using flex version */
  }
  /* Each Column (Parent LI inside mega-sub-menu) */
  .header-nav ul.menu li.mega-menu-on .mega-sub-menu > li {
    display: block !important; /* Override theme default */
    position: static;
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    border: 0;
  }
  /* Category Title (Top Level Links in the Submenu) */
  .header-nav ul.menu li.mega-menu-on .mega-sub-menu > li > a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    padding: 0 !important;
  }
  .header-nav ul.menu li.mega-menu-on .mega-sub-menu .sub-menu li a:hover,
  .header-nav ul.menu li.mega-menu-on .mega-sub-menu > li > a:hover {
    background-color: transparent;
    color: var(--color-acc) !important;
  }
  /* Submenu Links Under Each Column */
  .header-nav ul.menu li.mega-menu-on .mega-sub-menu .sub-menu {
    display: block !important;
    padding: 0;
    margin: 0;
    position: relative;
    min-width: 100%;
    max-width: 100%;
    top: initial;
    right: initial;
    visibility: visible;
    opacity: 1;
    border: 0;
  }
  .header-nav ul.menu li.mega-menu-on .mega-sub-menu .sub-menu li {
    list-style: none;
    border: 0;
  }
  .header-nav ul.menu li.mega-menu-on .mega-sub-menu .sub-menu li a {
    text-transform: uppercase;
    padding: 5px 0;
  }
}
@media (max-width: 1024px) {
  .header-inner {
    justify-content: center;
  }
  .header-right {
    padding-right: 0;
  }
  .header-info {
    display: none;
  }
  .header-nav {
    position: fixed;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: 0;
    width: 75%;
    overflow-y: auto;
    background-color: var(--color-acc);
    translate: 100% 0;
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .mobile-open .header-nav {
    transition-delay: .25s;
    translate: 0;
  }
  .header-nav ul.menu {
    display: block;
    margin: 10px 0 0 0;
    list-style-type: none;
  }
  .header-nav ul.menu li.menu-item-has-children > ul {
    max-height: 0;
    transition: .2s;
    overflow: hidden;
    min-width: initial !important;
    max-width: initial !important;
  }
  .header-nav ul.menu li.menu-item-has-children > ul.sub-menu li .sub-menu li a {
    padding-left: 30px;
  }
  
  .header-nav ul.menu li.menu-item-has-children.open > ul  {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .header-nav ul.menu li > a {
    display: block;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    position: relative;
  }
  .header-nav ul.menu ul li > a {
    padding-left: 40px;
  }
  .header-nav ul.menu ul li li > a {
    padding-left: 60px;
  }


  /*  */
  .menu-item-has-children {
      position: relative;
    }

    /* Toggle icon */
    .submenu-toggle {
      width: 40px;
      height: 40px;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      right: 8px;
      top: 2px;
    }

    /* Chevron */
    .submenu-toggle::before {
      content: '';
      width: 8px;
      height: 8px;
      border-right: 2px solid currentColor;
      border-bottom: 2px solid currentColor;
      transform: rotate(45deg);
      transition: transform 0.3s ease;
    }

    /* Rotate when open */
    .menu-item-has-children.open > .submenu-toggle::before {
      transform: rotate(-135deg);
    }

    /* Submenu */
    .menu-item-has-children > .sub-menu {
      display: none;
    }

    .menu-item-has-children.open > .sub-menu {
      display: block;
    }
    
  body:not(.home) .header-nav ul.menu > li > a, body.sticky .header-nav ul.menu > li > a, body.sticky .header-nav ul.menu > li:last-child > a:hover {
    color: #000;
  }
  body:not(.home) .header-nav ul.menu > li > a:hover, body.sticky .header-nav ul.menu > li > a:hover {
    color: var(--color-acc) !important;
  }
  .header-nav ul.menu li.current_page_item ul li a {
    background-color: transparent;
  }
  .header-nav ul.menu li.current_page_item ul li a:hover {
    color: var(--color-acc) !important;
  }
  body:not(.home) .header-inner, body.sticky .header-inner {
    border-bottom: 0;
  }
}
.side-button {
  z-index: 9;
  position: fixed;
  padding: 15px 30px 10px;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--color-acc);
  border: 1px solid var(--color-acc);
  color: #fff;
  text-align: center;
}

.side-button:hover {
  background-color: #000;
  color: #fff;
}

@media (min-width: 1025px) {
  .side-button {
    top: 330px;
    right: -2px;
    transform: rotateZ(-90deg) translateY(100px);
    border-radius: 15px 15px 0 0;
  }
}
@media (max-width: 1024px) {
  body {
    padding-bottom: 64px;
  }
  .side-button {
    bottom: 0;
    width: 100%;
    padding: 20px 15px;
  }
}
.gform_wrapper {
  position: relative;
}

.gform_heading {
  display: none;
}

@media (max-width: 640px) {
  .gform_wrapper.gravity-theme .ginput_complex span:last-child {
    margin-bottom: 0;
  }
}
.banner {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 900px;
}

.banner-desc {
  max-width: 800px;
}

.rounded-bg {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
}

.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner-bg-inner p {
  height: 100%;
}

.banner-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.banner-bg-filter,
.banner-bg-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.banner-bg-filter:before,
.banner-bg-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(../405media/images/banner-filter.png);
}

.home .banner-bg-inner:before {
  background-image: url(../405media/images/banner-home-filter.png);
}

.banner-video {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 900px;
  overflow: hidden;
}

.banner-video-inner {
  height: 900px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-video-inner iframe, .banner-video-inner video {
  height: 900px;
}

@media (min-width: 1650px) {
  .banner-video-inner iframe,
  .banner-video-inner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 900px;
  }
  .banner-video-inner {
    position: relative !important;
    height: 900px !important;
    transform: translate(0, 0) !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
}
.home .banner-badge-holder {
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
}
.home .banner-badge-holder .h1 {
  text-align: center;
}

.wave-bottom {
  position: relative;
  overflow: hidden;
  background-color: var(--color-acc);
}

.bg-after {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.bg-after:before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-image: url(../405media/images/choose-filter.png);
}

.cta-bg.bg-after:before {
  background-image: none;
  mix-blend-mode: multiply;
}

.banner-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.banner-logo img {
  width: auto;
  height: auto;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.banner-text h1, .banner-text h2, .banner-text h3, .banner-text h4 {
  margin-top: 0;
  font-size: 70px;
}
.banner-text h1 span, .banner-text h2 span, .banner-text h3 span, .banner-text h4 span {
  color: #fff;
}
.banner-text ul {
  -moz-column-count: 2;
       column-count: 2;
  margin: 3em 0;
}
.banner-text ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.banner-text .subtitle {
  font-size: 55px;
  font-weight: 400;
  text-transform: uppercase;
  -moz-transform: matrix(0.98391, 0, 0, 1.975024, 0, 0);
  -webkit-transform: matrix(0.98391, 0, 0, 1.975024, 0, 0);
  -ms-transform: matrix(0.98391, 0, 0, 1.975024, 0, 0);
  margin: 0;
}

.banner-text h3 small {
  font-size: 23px;
}

.banner-text img {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 700px;
}

.banner-text p:last-child img {
  width: auto;
}

.banner-text .border-bottom-right:after {
  background-image: url(../405media/images/border-img.png);
  width: 535px;
  height: 33px;
  right: -20px;
  bottom: 12px;
}
.banner-text .banner-link {
  border-radius: 7px;
  border: 1px solid #000;
  background: #131313;
  width: 100%;
  display: flex;
  align-items: start;
  padding: 10px;
  flex-flow: wrap;
  transition: 0.4s ease-in-out;
  text-align: left;
}
.banner-text .banner-link img {
  width: 20px;
  max-width: none;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner-text .banner-link .link-text {
  padding-left: 15px;
  width: 80%;
}
.banner-text .banner-link .link-text h4 {
  font-size: 16px;
  margin-bottom: 0;
}
.banner-text .banner-link .link-text p {
  font-size: 14px;
  color: var(--color-acc);
}
.banner-text .banner-link:hover {
  border-color: var(--color-acc);
}

.banner-content {
  position: absolute;
  padding-left: 30px;
  padding-right: 30px;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  justify-content: space-between;
}
.banner-content .btn-holder .btn {
  padding: 12px 25px;
  border-radius: 27px;
  min-width: 328px;
}
.banner-content .btn-holder .btn img {
  max-width: initial;
  margin: 0 8px;
}

.banner-content .banner-form iframe {
  height: 500px !important;
  border-radius: 10px;
}

.error404 .banner-content {
  left: 50%;
  max-width: 850px;
  transform: translate(-50%, -50%);
}

.banner-form {
  max-width: 550px;
  min-width: 550px;
  border-radius: 25px;
  border: 1px solid #B5B5B5;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
  padding: 30px;
}
.banner-form .estimate-title {
  margin-bottom: 20px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.banner-form .estimate-title img {
  -o-object-fit: contain;
     object-fit: contain;
  text-align: left;
}
.banner-form .estimate-title h3 {
  margin: 0;
}
.banner-form .estimate-title p {
  color: #939393;
}

.banner-form ul.inputs-list.multi-container {
  -moz-column-count: 2;
       column-count: 2;
}

.banner-form p {
  position: relative;
}

.banner-form .gform_wrapper.gravity-theme .gform_fields {
  grid-gap: 8px;
}

.banner-form .gform_wrapper.gravity-theme .gfield input, .banner-form .gform_wrapper.gravity-theme .gfield select, .banner-form .gform_wrapper.gravity-theme .gform_fields textarea {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 7px;
  border: 1px solid #B5B5B5;
  color: #fff;
  padding: 13px 10px !important;
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
}

.banner-form .gform_wrapper.gravity-theme .gfield input::-moz-placeholder, .banner-form .gform_wrapper.gravity-theme .gform_fields textarea::-moz-placeholder {
  color: #fff;
}

.banner-form .gform_wrapper.gravity-theme .gfield input::placeholder,
.banner-form .gform_wrapper.gravity-theme .gform_fields textarea::placeholder {
  color: #fff;
}

.banner-form .gform_wrapper.gravity-theme .gfield select option {
  color: #fff;
}

.banner-form .gform_wrapper.gravity-theme .gform_footer {
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: 10px auto;
  padding: 0;
}

.banner-form .gform_wrapper.gravity-theme .gform_footer input {
  margin-bottom: 0;
  padding: 5px 0;
  border-radius: 7px;
  border: 1px solid #fff;
  background-color: var(--color-acc);
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
  width: 100%;
  font-family: var(--font-heading);
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
}

.banner-form .gform_wrapper.gravity-theme .gform_footer input:hover {
  color: #fff;
}

.banner-form .gform_wrapper.gravity-theme .gform_fields .gfield_checkbox {
  margin: 0;
  max-width: 100%;
  text-align: left;
}

.banner-form .gform_wrapper.gravity-theme .gfield_label {
  text-align: left;
  color: #fff;
}

@media (max-width: 1024px) {
  .banner {
    min-height: 700px;
  }
  .banner-form {
    display: none;
  }
}
.page-content, .cta-bg {
  z-index: 1;
  position: relative;
}
.page-content ul, .cta-bg ul {
  list-style: none;
  padding-left: 0;
}
.page-content ul li, .cta-bg ul li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
}
.page-content ul li:before, .cta-bg ul li:before {
  content: "";
  background-image: url(../405media/images/check-page.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--color-acc);
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 5px;
}
.page-content ul.small-check li, .cta-bg ul.small-check li {
  padding-left: 30px;
  margin-bottom: 10px;
}
.page-content ul.small-check li:before, .cta-bg ul.small-check li:before {
  background-image: url(../405media/images/checklist.png);
  width: 18px;
  height: 18px;
}
.page-content ul.check-white li:before, .cta-bg ul.check-white li:before {
  background-image: url(../405media/images/check-white.png);
  width: 17px;
  height: 17px;
}
.page-content ul.font-bold li, .cta-bg ul.font-bold li {
  font-weight: 700;
}
.page-content ul.dot-list li, .cta-bg ul.dot-list li {
  padding-left: 30px;
  margin-bottom: 10px;
}
.page-content ul.dot-list li:before, .cta-bg ul.dot-list li:before {
  background-image: none;
  width: 6px;
  height: 6px;
  background-color: var(--color-acc);
  border-radius: 50%;
  top: 7px;
  left: 10px;
}
.page-content ul.process-list, .cta-bg ul.process-list {
  display: flex;
  flex-flow: wrap;
}
.page-content ul.process-list li, .cta-bg ul.process-list li {
  text-align: center;
  max-width: 19%;
  padding: 0 2em;
  margin-bottom: 30px;
}
.page-content ul.process-list li:before, .cta-bg ul.process-list li:before {
  display: none;
}
@media (max-width: 1024px) {
  .page-content ul.process-list li, .cta-bg ul.process-list li {
    max-width: 33%;
  }
}
@media (max-width: 767px) {
  .page-content ul.process-list li, .cta-bg ul.process-list li {
    max-width: 50%;
    padding: 0;
  }
}

.proc-desc h3 {
  font-size: 18px;
  text-transform: uppercase;
}

.proc-text {
  margin: 40px 0 0;
}

.stat-holder {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.stat-list {
  border-radius: 10px;
  background: #F8F8F8;
  text-align: center;
  min-width: 206px;
  padding: 1.5em;
}
.stat-list h3 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 900;
}

.serv-all a {
  color: #1E1E1E;
}

.service-choose-section-one:before {
  content: "";
  background-image: url(../405media/images/filter-serv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.service-item {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  transition: border 0.4s ease-in-out;
  border-radius: 0;
  border: 0;
  height: 100%;
}
.service-item:hover {
  background: #fff;
}
.service-item:hover .service-image:before {
  height: 100%;
}
.service-item:hover .service-image .service-image-inner img {
  transform: scale(1.1, 1.1);
}
.service-item ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}

.service-item .service-image {
  position: relative;
  min-height: 312px;
  max-height: 312px;
  overflow: hidden;
  border-radius: 10px;
}
.service-item .service-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  background: var(--color-acc);
  z-index: 1;
  transition: height 0.4s ease-in-out;
}

.service-item .service-image .service-image-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(-1);
  transition: 0.4s ease-in-out;
  border-radius: 10px;
}

.service-item a {
  z-index: 1;
}

.service-item .service-inner .text-only {
  margin: 0;
  background-color: transparent;
  padding: 0;
  text-align: left;
  color: var(--color-acc);
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
.service-item .service-inner .text-only img {
  max-width: none;
  margin: auto;
  transition: all 0.4s ease-in-out;
  margin-left: 10px;
}

.service-item .service-image:after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.service-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.service-inner {
  position: relative;
  padding-top: 15px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  transition: 0.2s;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  border: 1px solid transparent;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.service-inner .serv-desc {
  width: 80%;
}

.service-inner p.color-acc {
  margin: 0 auto;
  border-radius: 30px;
  line-height: 2;
}

.service-inner p.text-only {
  background-color: transparent;
  padding: 5px 20px;
  color: var(--color-acc);
  font-weight: 500;
}

.service-inner h2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s ease-in-out;
}

.serv-subtitle {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  color: #fff;
  z-index: 1;
  font-size: 23px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
}
.serv-subtitle span {
  color: var(--color-acc);
}

.serv-badge {
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-weight: 900;
  background: rgba(113, 150, 67, 0.4);
  color: #fff;
  z-index: 1;
  border-radius: 50%;
}

.service-full .serv-subtitle {
  bottom: 15px;
  left: 15px;
  right: 15px;
}
.service-full .desc {
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  min-height: auto;
}
.service-full .serv-subtitle .text-only {
  border-radius: 32px;
  border: 1px solid #FFF;
  background: #FDD212;
  display: inline-block;
  padding: 8px 20px;
  margin-top: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}
.service-full:hover .serv-subtitle {
  color: #000;
}
.service-full:hover ul li:before {
  filter: brightness(1) invert(0);
}
.service-full ul li:before {
  filter: brightness(0) invert(1);
}
.service-full .service-image {
  min-height: 341px;
  max-height: 341px;
}
.service-full .service-image:after {
  background-image: url(../405media/images/full-filter.png);
}

.image-blocks {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}

.image-blocks img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blocks-holder {
  padding: 60px 0;
}

.blocks-holder:nth-child(even) {
  background-color: #efefef;
}

@media (min-width: 1024px) {
  .blocks-holder:nth-child(odd) .row {
    flex-flow: row-reverse;
  }
  .blocks-holder:nth-child(odd) .image-blocks {
    margin: 0;
  }
}
.half-img {
  min-height: 400px;
  height: 100%;
}

.half-img {
  display: flex;
  align-items: end;
  justify-content: center;
}

.half-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.choose-city-section .choose-cta {
  left: 0;
  position: relative;
  max-width: 100%;
  background-color: rgba(0, 74, 141, 0.9);
  padding: 3em 4em;
}

.clients-images {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  flex-flow: wrap;
}

.clients-images p, .clients-images a {
  width: 23%;
  text-align: center;
}

.clients-images img {
  max-width: 280px;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.testi-bg .border-left:after {
  top: 18px;
  transform: rotate(180deg);
}

.estimate-bg {
  background-image: url(../405media/images/bg-request.png);
}

.form-estimate {
  background-color: #fff;
  padding: 3em;
}

.form-estimate .gform_wrapper.gravity-theme .gform_fields input,
.form-estimate .gform_wrapper.gravity-theme .gform_fields select,
.form-estimate .gform_wrapper.gravity-theme .gform_fields textarea {
  background-color: transparent;
  border-radius: 0;
  padding: 12px !important;
}

.section-choose .heading-logo {
  border-color: #fff;
}

.feature-bg {
  background-image: url(../405media/images/home/feature-bg.jpg);
  background-size: cover;
  background-position: center;
}

.choose-cta {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 45%;
  padding: 3em 0;
}
.choose-cta p.h2 {
  font-weight: 400;
  text-transform: uppercase;
}
.choose-cta p {
  line-height: 40px;
}

.feature-inner {
  position: relative;
}

.feature-inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.feature-inner ul li {
  position: relative;
  border-radius: 0;
  padding: 1em;
  padding-left: 0;
  width: 100%;
  max-width: 575px;
  margin: auto;
}
.feature-inner ul li h3, .feature-inner ul li h4 {
  font-size: 18px;
  margin: 0;
}

.feature-inner ul li strong {
  font-family: var(--font-heading);
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.feature-inner ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 31px;
  height: 31px;
  background-image: url(../405media/images/logo-small.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.2s ease-in-out;
}

.feature-inner ul li:hover:before {
  background-size: 85%;
}

.feature-content .alignleft {
  margin-top: 15px;
}

.choose-upper .btn {
  min-width: 300px;
  font-size: 20px;
}

.choose-holder .feature-content {
  display: flex;
  flex-flow: wrap;
  margin: 2em 0;
  gap: 30px;
}

.choose-holder .feature-content li {
  width: 31%;
  border-radius: 20px;
  border: 1px solid #D0D0D0;
  background-color: rgba(113, 150, 67, 0.1);
  padding: 50px 30px;
  margin: initial;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.choose-holder .feature-content li:hover {
  background: rgba(113, 150, 67, 0.25);
}
.choose-holder .feature-content li h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 30px 0;
}
.choose-holder .feature-content li p {
  text-transform: uppercase;
  color: #2F2F2F;
}

.bg-inline {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-dark {
  background-color: #231F20;
  color: #fff;
}

.bg-primary {
  background-color: var(--color-acc);
  color: #fff;
}

.content-bg {
  height: 100%;
  border-radius: 31px;
  padding: 40px 80px;
}

.content-img {
  height: 100%;
  border-radius: 21px;
  overflow: hidden;
}
.content-img img {
  height: 100%;
  width: 100%;
}

.choose-border {
  border-radius: 0px 0px 145px 0px;
  border: 1px solid var(--color-acc);
  padding: 2em 3em;
  height: 100%;
}

@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .feature-inner ul {
    grid-gap: 30px;
  }
  .feature-inner ul li {
    width: 100%;
    margin: auto;
  }
  .feature-inner ul li:before {
    top: 20px;
    left: 1em;
  }
  .feature-inner ul li strong {
    line-height: 1.2;
    padding-bottom: 20px;
    display: block;
  }
}
.cta-button {
  display: inline-block;
  background-color: var(--color-acc);
  border: 1px solid var(--color-acc);
  color: #fff;
  padding: 20px 60px;
  border-radius: 5px;
}

.cta-button:hover {
  background-color: var(--color-text);
}

.page-id-35 .review-item {
  height: auto;
  padding: 0 15px;
}

.page-id-35 .review-inner .review-content {
  min-height: initial;
}

.reviews-carousel.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.reviews-carousel .owl-nav {
  position: relative;
  margin-top: 20px;
}

.reviews-carousel .owl-nav .fa {
  font-size: 30px;
  color: var(--color-acc);
}

.reviews-carousel .owl-nav .fa:hover {
  color: var(--color-acc);
}

.review-name .h3,
.review-name .h4 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 0;
}
.review-name .h3.text-acc,
.review-name .h4.text-acc {
  color: var(--color-acc) !important;
}

.mr-20 {
  margin-right: 10px;
}

.review-desc {
  line-height: 30px; /* 218.75% */
  color: #1A1A1A;
  font-family: var(--font-acc);
  padding-top: 40px;
}

.initial {
  background-color: rgba(113, 150, 67, 0.5);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 800;
  color: var(--color-acc);
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

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

.review-bottom {
  border-top: 1px solid #D9D9D9;
  padding: 0 20px;
}

.review-item {
  height: 100%;
  padding: 0 2px;
}
.review-item .review-name a {
  color: #1A1A1A;
  font-weight: 700;
}
.review-item:hover .review-name a {
  text-decoration: underline;
}

.review-name {
  position: relative;
}

.review-quote {
  text-align: left;
}

.review-inner {
  height: 100%;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
  position: relative;
  transition: all 0.4s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  text-align: left;
}
.review-inner .review-content {
  min-height: 350px;
  padding: 50px 20px;
}
.review-inner:after {
  border-bottom-right-radius: 21px;
}

.review-quote {
  text-align: center;
}

.review-reviewer {
  position: absolute;
  top: calc(100% + 80px);
  left: 0;
  width: 100%;
  text-align: center;
}

.review-content .fa-quote-left {
  border: 2px solid var(--color-acc);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 30px;
  text-align: center;
}

.reviews-carousel .owl-dots {
  margin-top: 50px;
  display: none;
}

.col-testi {
  height: 100%;
  position: relative;
  border-radius: 0 0 0 34px;
}

.testi-img {
  border-radius: 0 0 0 34px;
  overflow: hidden;
}
.testi-img img {
  height: 100%;
  width: 100%;
}

.reviews-testimonial .slide {
  display: flex;
  flex-flow: wrap;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .reviews-carousel .slide {
    grid-template-columns: 1fr; /* 1 per row on mobile */
  }
  .review-item {
    height: auto;
  }
  .review-inner {
    border-radius: 23px !important;
  }
}
span.arrow-carousel {
  background-color: var(--color-acc);
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  transition: background-color 0.3s ease-in-out;
}

span.arrow-carousel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

span.arrow-carousel:hover {
  background-color: #000;
  border-color: var(--color-acc);
}
span.arrow-carousel:hover.arrow-left:before {
  border-right: 10px solid #fff;
}
span.arrow-carousel:hover.arrow-right:before {
  border-left: 10px solid #fff;
}

span.arrow-left:before {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 5px solid transparent;
}

span.arrow-right:before {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 5px solid transparent;
}

.award-lists {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  flex-flow: wrap;
}

.award-lists .award-img {
  border-radius: 18px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-height: 180px;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 20px;
}

.award-lists .award-img img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 200px;
  max-height: 180px;
  min-height: 180px;
}

.map-bg iframe {
  width: 100%;
  height: 450px;
}

.map-bg .container-lg {
  position: static;
}

.footer-bg {
  padding: 5rem 0 1rem;
  background-image: url(../405media/images/footer-bg.png);
  background-size: cover;
  background-position: center;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.footer-about p:not(.h4) {
  line-height: 24px;
  font-weight: 400;
  font-family: "Arial", sans-serif;
}

.footer-about img {
  max-width: 300px;
}

.footer-title {
  padding-bottom: 0;
  text-transform: uppercase;
  font-size: 24px;
}

.footer-title:after {
  height: 1px;
  width: 66px;
}

.quicklinks {
  color: #fff;
  font-weight: 400;
}

.menu-footernav-container ul {
  margin: 0;
  padding-left: 0;
}

.menu-footernav-container ul li {
  margin: 0;
  margin-left: 25px;
}

.menu-footernav-container ul li a {
  color: inherit;
  font-size: 16px;
}

.menu-footernav-container ul li a:hover {
  color: var(--color-acc);
}

.form-bg {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.25);
  padding: 10px;
}

.footer-hours p.hours-text {
  max-width: 250px;
  margin: auto;
}

.footer-contact ul li {
  margin-bottom: 15px;
}

.footer-contact .icon-holder {
  margin: 0;
  margin-right: 30px;
  background-color: #719643;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #000;
  text-align: center;
  line-height: 45px;
}
.footer-contact .icon-holder:hover {
  background-color: #000;
  color: var(--color-acc);
}

.footer-social {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  line-height: 1;
}

.footer-services .menu a {
  color: #fff;
  padding-left: 30px;
  position: relative;
}

.footer-services .menu a:before {
  content: "\f0c1";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 12px;
}

.footer-services .menu a:hover {
  color: var(--color-acc);
}

.footer-social a {
  color: var(--color-text);
}

.footer-social a:hover {
  color: var(--color-acc);
}

.footer-social a svg {
  fill: var(--color-text);
}

.footer-social a:hover svg {
  fill: var(--color-acc);
}

.footer-information {
  border: 1px dashed var(--color-acc);
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  background-color: #000;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.footer-information .loc-icon {
  max-width: 100px;
}

.footer-information .flex {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.footer-information .h4 {
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-menu ul li {
  color: #fff;
  word-break: break-word;
}
.footer-menu ul li a {
  color: #fff !important;
}
.footer-menu ul li a:hover {
  color: var(--color-acc) !important;
}

.contact--info {
  align-items: center;
}
.contact--info .header-social:hover {
  background-color: #000;
  color: var(--color-acc);
}
.contact--info p {
  color: #fff;
}

.contact--info a {
  color: #fff;
}
.contact--info a:hover {
  color: var(--color-acc);
}

.subfooter-bg .row {
  padding: 10px 0;
}
.subfooter-bg .row .copyright {
  color: #000;
}

.contact-email a {
  text-decoration: underline;
}

.contact-footer .btn {
  border-radius: 5px;
  font-size: 20px;
  padding: 8px 50px;
}
.contact-footer .btn-border {
  background-color: transparent;
}

.mw-700 {
  max-width: 700px;
  margin: auto;
}

.mw-800 {
  max-width: 723px;
  margin: auto;
}

.mw-900 {
  max-width: 1000px;
  margin: auto;
}

.mw-575 {
  max-width: 575px;
  margin: auto;
}

.mw-500 {
  max-width: 500px;
  margin: auto;
}

.mw-600 {
  max-width: 600px;
  margin: 20px auto;
}

.choose-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 100%;
}

.choose-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.choose-img .logo-holder {
  position: absolute;
  bottom: 20px;
  text-align: center;
  max-width: 276px;
  margin: auto;
  left: 50%;
  transform: translate(-50%, 0);
}

.choose-img .logo-holder img {
  -o-object-fit: contain;
     object-fit: contain;
}

.page-subtitle p {
  font-size: 20px;
  font-weight: 500;
}

@media (min-width: 991px) {
  .footer-information {
    min-height: 151px;
  }
}
@media (max-width: 991px) {
  .footer-information {
    padding: 2em 1em;
  }
  .footer-information div[style="width:80px;"] {
    width: 60px !important;
    text-align: center;
    margin: auto;
  }
  .footer-information .flex {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .footer-bg {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 0 !important;
  }
  .subfooter-bg {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .footer-social {
    width: 100%;
    justify-content: center;
  }
  .subfooter-bg .row {
    display: block;
  }
}
.page-header {
  max-width: 800px;
}

.page-header .page-subtitle {
  max-width: 535px;
  font-size: 18px;
}

.page-header-wrap {
  padding-top: 200px;
  padding-bottom: 200px;
  border-top: 0;
  position: relative;
  z-index: 2;
}

.page-header-wrap.thank-you {
  text-align: center;
}

.page-header-wrap.thank-you .page-header, .page-header-wrap.thank-you .page-subtitle {
  margin: auto;
}

.page-header-wrap .page-header-title {
  z-index: 2;
  margin: auto;
}
.page-header-wrap .page-header-title span {
  color: var(--color-acc);
}

.page-header-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.page-header {
  padding-bottom: 1em;
  position: relative;
}

.page-header h1 {
  font-family: var(--font-heading);
  font-size: 36px;
}

.page-header:before {
  content: "";
  width: 476px;
  height: 6px;
  background-color: var(--color-acc);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .page-header-wrap {
    padding-top: 150px;
    padding-bottom: 125px;
  }
  .page-header-overlay {
    background-position: center;
  }
  .page-header h1 {
    font-size: 50px;
    text-align: center;
  }
  .page-header .page-subtitle {
    text-align: center;
  }
}
.contact-map,
.contact-map iframe {
  width: 100%;
  height: 100%;
}

.contact-map,
.contact-content {
  border: 2px solid #bebebe;
  border-radius: 25px;
  overflow: hidden;
}

.contact-content {
  padding: 70px 60px;
  background-color: #000000;
}
.contact-content .section-title p {
  color: #fff;
}
.contact-content .section-title .footer-title {
  color: var(--color-acc);
  font-size: 24px;
}

.contact-content a {
  color: #fff;
}

.contact-content a:hover {
  text-decoration: underline;
}

.contact-info {
  margin: auto;
}

.contact--info a.header-social {
  color: #000;
  background: var(--color-acc);
  border-radius: 7px;
  padding: 8px 12px;
  display: inline-block;
  font-size: 20px;
}

ul#menu-footernav {
  -moz-column-count: 2;
       column-count: 2;
  word-break: break-all;
}

.contact-bottom {
  font-size: 18px;
}

.icon-holder {
  margin: auto;
  transition: all 0.4s ease-in-out;
  color: var(--color-acc);
}

.icon-holder .fas {
  font-size: 20px;
  line-height: 25px;
}

@media (max-width: 991px) {
  .contact-content {
    padding: 40px 15px;
    text-align: center;
  }
  .contact-map {
    height: 320px;
  }
}
.gform_wrapper.gravity-theme .gform_fields {
  margin: 0;
  position: relative;
}

.gform_wrapper.gravity-theme .gform_fields .gform_fields {
  grid-row-gap: 10px;
}

.gform_wrapper.gravity-theme .gform_fields input,
.gform_wrapper.gravity-theme .gform_fields textarea,
.gform_wrapper.gravity-theme .gform_fields select {
  background-color: #F1F1F1;
  border-radius: 10px;
  padding: 15px 15px !important;
  vertical-align: middle;
  border: 1px solid #9C9C9C;
  font-family: var(--font-acc);
}

.cta-bg .gform_wrapper.gravity-theme .gform_fields input,
.cta-bg .gform_wrapper.gravity-theme .gform_fields textarea,
.cta-bg .gform_wrapper.gravity-theme .gform_fields select {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.gform_wrapper.gravity-theme .gform_fields input::-moz-placeholder, .gform_wrapper.gravity-theme .gform_fields textarea::-moz-placeholder {
  color: #000;
}

.gform_wrapper.gravity-theme .gform_fields input::placeholder,
.gform_wrapper.gravity-theme .gform_fields textarea::placeholder {
  color: #000;
}

.cta-bg .gform_wrapper.gravity-theme .gform_fields input::-moz-placeholder, .cta-bg .gform_wrapper.gravity-theme .gform_fields textarea::-moz-placeholder {
  color: #D0D0D0;
}

.cta-bg .gform_wrapper.gravity-theme .gform_fields input::placeholder,
.cta-bg .gform_wrapper.gravity-theme .gform_fields textarea::placeholder,
.cta-bg .gform_wrapper.gravity-theme .gfield select {
  color: #D0D0D0;
}

.gform_wrapper.gravity-theme .gform_fields textarea {
  height: 140px;
}

.gform_wrapper.gravity-theme .gform_fields .gfield_checkbox {
  margin: 0 auto 20px;
  -moz-column-count: 2;
       column-count: 2;
}

.gform_wrapper.gravity-theme .gform_fields .gfield_checkbox .gchoice {
  margin-bottom: 10px;
  color: #000;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  text-transform: uppercase;
}

fieldset#field_2_8 {
  margin: 0 0 0;
}

.gform_wrapper.gravity-theme .gform_fields .gfield-choice-input + label {
  max-width: 100%;
}

.gform_wrapper.gravity-theme .gform_fields .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin-top: 40px;
  padding: 0;
}

fieldset#field_2_11 {
  margin-top: 20px;
}

@media (min-width: 641px) {
  .gform_wrapper.gravity-theme .ginput_container_address span, .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.gform_wrapper.gravity-theme .gform_footer .button,
.gform_wrapper.gravity-theme .gform_page_footer .button {
  padding: 12px 60px;
  margin: 0 auto;
  background-color: var(--color-acc);
  border: 1px solid #9C9C9C;
  border-radius: 50px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 20px;
}

.gform_wrapper.gravity-theme .gform_footer .button:hover,
.gform_wrapper.gravity-theme .gform_page_footer .button:hover {
  background-color: #000;
  color: #fff;
  border-color: var(--color-acc);
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
  background-color: var(--color-acc) !important;
}

.gform_wrapper.gravity-theme .field_description_above .description, .gform_wrapper.gravity-theme .field_description_above .gfield_description, .gform_wrapper.gravity-theme .field_description_above .gsection_description, .gform_wrapper.gravity-theme .field_description_above .instruction {
  margin-top: 0 !important;
  padding-top: 0;
}

@media only screen and (max-width: 641px) {
  .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1 !important;
  }
}
.page-id-940 .gform_page_footer {
  text-align: right;
}

.gsection h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

/* FAQ */
.custom-module.faq {
  visibility: hidden;
  margin-bottom: 0;
  border-bottom: 1px solid #D9D9D9;
}

.custom-module.faq .content {
  position: relative;
  float: none;
}

.custom-module.faq .answer {
  padding: 0 1.5em 1.5em;
}
.custom-module.faq .answer a {
  text-decoration: underline;
}

.custom-module.faq .content h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 700;
  padding: 1.5em;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}

.faq .icon.active {
  background-position: 0 -43px;
}

.faq .icon {
  display: block;
  position: absolute;
  top: 17px;
  right: 30px;
  background: url(../405media/images/plus-minus-1.png) no-repeat;
  width: 41px;
  height: 43px;
  cursor: pointer;
}

.section-faq {
  padding: 0 2em 100px;
}

.section-faq .main-title {
  max-width: 700px;
  margin: auto;
}

.no-padding {
  padding: 0;
}

@media (max-width: 991px) {
  .gform_wrapper.gravity-theme .gform_fields .gfield_checkbox {
    -moz-columns: 1;
         columns: 1;
  }
  .gform_wrapper.gravity-theme .gform_footer .button {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .wrap-img {
    width: 41%;
  }
}
.overflow-hidden {
  overflow: hidden;
}

.city-about-img {
  height: 100%;
}

.city-about-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 550px;
  width: 100%;
}

.city-about-bg h2 {
  font-size: 24px;
  letter-spacing: 0;
}

.city-about-bg h2 strong,
.city-about-bg h2 span {
  display: block;
  font-size: 48px;
  font-weight: 900;
  font-family: var(--font-heading);
  color: var(--color-acc);
}

.border-img {
  border-radius: 50px;
}

.w-100 {
  width: 100%;
}

.border-50 {
  border-radius: 50%;
  width: 592px;
  height: 592px;
  margin: auto;
}

.city-service-bg {
  background-color: var(--color-acc);
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.font-20 {
  font-size: 20px;
}

.page-asphalt .city-about-bg h2 {
  font-weight: 900;
  font-family: "proxima-nova";
}

.page-asphalt .city-service-bg {
  background-color: #fff;
}

.page-asphalt .city-service {
  background-color: #000;
}

.page-asphalt .city-service ul li {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
}

.city-map {
  border-radius: 52px !important;
  border: 2px solid #000;
  overflow: hidden;
  height: 100%;
}

.city-map * {
  width: 100%;
  height: 100%;
}

.city-map iframe {
  min-height: 540px;
}

.city-service {
  height: 100%;
  background-color: #fff;
  border-radius: 58px;
  padding: 60px 60px;
}

.city-service h2 {
  margin: 0;
  font-size: 32px;
  letter-spacing: 0;
}

.city-service h2 strong {
  font-size: 36px;
  font-weight: 900;
  font-family: var(--font-heading);
  color: var(--color-acc);
}

.city-service ul {
  margin: 0;
  font-size: 18px;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 60px;
       column-gap: 60px;
  list-style: none;
  padding-left: 0;
}

.city-service ul ul {
  -moz-column-count: 1;
       column-count: 1;
  padding-left: 5px;
}

.city-service ul ul li {
  margin-bottom: 0;
  display: block;
  padding-left: 20px;
}

.city-service ul ul li a {
  font-size: 14px;
}

.city-service ul ul li:before {
  width: 10px;
  height: 10px;
  top: 10px;
}

.city-service ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.city-service ul li strong {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.city-service ul li h4, .city-service ul li h3, .city-service ul li h5, .city-service ul li p, .city-service ul li a {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.city-service ul li h4 strong, .city-service ul li h3 strong, .city-service ul li h5 strong, .city-service ul li p strong, .city-service ul li a strong {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.city-service ul li h4:hover, .city-service ul li h3:hover, .city-service ul li h5:hover, .city-service ul li p:hover, .city-service ul li a:hover {
  color: #000;
  text-decoration: underline;
}

.city-service ul li:before {
  content: "" !important;
  border-radius: 50%;
  background-color: var(--color-acc);
  background-image: none;
  position: absolute;
  top: 5px;
  left: 0;
  width: 13px;
  height: 13px;
}

.page-template-city .choose-section, .page-template-city .section-tab {
  background-image: none !important;
}
.page-template-city .choose-section .text-white, .page-template-city .section-tab .text-white {
  color: #000 !important;
}
.page-template-city .section-tab .nav-tabs li {
  background-color: #000;
  color: #fff;
}

.cta-image.mobile {
  border: 2px solid var(--color-acc);
  border-radius: 30px;
  overflow: hidden;
}

.cta-image.mobile img {
  width: 100%;
}

.choose-city .h1 {
  padding-left: 150px;
}

.choose-city .feature-inner ul li {
  font-size: 16px;
}

.choose-city .feature-inner ul li:before {
  top: 0;
  transform: translate(0, 0%);
}

@media (max-width: 991px) {
  .city-service-bg {
    padding-bottom: 80px;
  }
  .city-service-bg:before {
    height: 24px;
    background-size: 100% 24px;
  }
  .city-map iframe {
    min-height: 320px;
  }
  .city-service {
    padding: 60px 15px 30px;
  }
  .city-service h2 {
    margin-bottom: 30px;
  }
  .city-service .mt-60 {
    margin-top: 30px;
  }
  .city-service ul {
    font-size: 18px;
    -moz-column-count: 1;
         column-count: 1;
  }
  .pb-80 {
    padding-bottom: 50px;
  }
  .pt-80 {
    padding-top: 50px;
  }
}
.things-bg .things-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 0 0 35px !important;
}

.border-30 {
  border-radius: 32px;
}

@media (min-width: 991px) {
  .page-asphalt .city-service ul {
    -moz-column-count: 3;
         column-count: 3;
  }
  .things-img {
    height: 100%;
  }
}
.things-bg h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
}

.city-blogs-bg h2 {
  margin-bottom: 30px;
  text-align: center;
}

.city-blogs h2 {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 60px;
  font-weight: 400;
}

.post-content:after {
  content: "";
  display: block;
  clear: both;
}

.post-content-img img {
  height: 565px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.thank-bg,
.error-bg {
  background-image: url(../405media/images/default-banner.png);
  background-size: cover;
  background-position: bottom;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.error-inner img {
  max-width: 550px;
  border-radius: 0;
}

.thank-inner {
  position: relative;
}

.thank-inner h1, .thank-inner h2, .thank-inner h3 {
  font-size: 80px;
}

@media (max-width: 991px) {
  .thank-bg,
  .error-bg {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.thank-bg p {
  margin-top: 40px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}

.error-bg p {
  margin-bottom: 60px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}

.error-bg a {
  display: inline-block;
  padding: 10px 40px;
  font-size: 20px;
}

.error-bg a:hover {
  background-color: var(--color-text);
  color: #fff;
}

@media (max-width: 991px) {
  .error-bg img {
    display: none;
  }
  .error-bg p {
    margin-top: 0;
  }
}
.blog-item {
  height: 100%;
  box-shadow: 5px 4px 30px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  color: #000;
  border-radius: 10px;
}

.blog-item:hover {
  border-color: var(--color-acc);
}

.blog-image {
  position: relative;
  padding-top: 66.666667%;
  overflow: hidden;
}

.blog-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-image a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  transition: 0.2s;
  opacity: 0.7;
}

.blog-item:hover .blog-image a:after {
  background-color: var(--color-acc);
  height: 100%;
}

.blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  text-align: left;
}

.blog-title {
  margin-top: 0;
  font-size: 25px;
}

.blog-title a:hover {
  color: var(--color-acc);
}

.blog-excerpt {
  margin-bottom: 20px;
  min-height: 72px;
}

.blog-button {
  margin: 0;
  text-align: center;
  margin-top: 10px;
}

.blog-button a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: var(--color-acc);
  padding: 8px 25px;
  border-radius: 8px;
  border: 1px solid #fff;
}

.blog-button a:hover {
  color: #fff;
  background-color: #000;
}

.blog-footer a {
  text-transform: uppercase;
}

.blog-home a.btn {
  border-radius: 33px;
}

.gform_wrapper.gravity-theme .gfield_label {
  text-transform: uppercase;
}

.page-template-page-contact form {
  max-width: 820px;
  margin: auto;
}

.subfooter-bg a {
  margin-right: 10px;
  color: #ADADAD;
}

.subfooter-bg a:hover {
  color: var(--color-acc) !important;
}

/* FAQ */
.asphalt-faq:before {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.faq-drawer__content {
  padding: 20px;
}

.faq-drawer {
  margin-bottom: 20px;
}

.faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background-color: #707070;
  border-radius: 10px;
  margin-top: 0;
}

.faq-drawer__title {
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
  transition: all 0.3s ease-out;
  background-color: #1c83c5;
  border-radius: 10px;
  padding: 15px 20px;
}

.faq-drawer__title::after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 8px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
  max-height: 500px;
  margin-top: 15px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

.faq-drawer input[type=checkbox] {
  display: none;
}

.about-section {
  /* .image, .about-img, .relative, .video-wrap {
    height: 100%;

    img {
      height: 100%;
      object-fit: cover;
    }
  } */
}
.about-section .image img {
  width: 100%;
}

.left-image {
  position: relative; /* Ensures images stack properly */
  width: 100%; /* Adjust based on your layout */
  height: 525px; /* Set a fixed height to prevent shifting */
}

.about-img .video-wrap {
  position: relative;
}

.scale-holder {
  overflow: hidden;
  max-width: -moz-max-content;
  max-width: max-content;
}

.scale-holder img {
  transition: all 0.4s ease-in-out;
  transform: scale(1, 1);
}

.scale-holder:hover img {
  transform: scale(1.1, 1.1);
}

.scale-holder:hover .image-logo img {
  transform: scale(1, 1);
}

.video-wrap {
  overflow: hidden;
}
.video-wrap a {
  color: #fff;
}

.video-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  display: flex;
  border-radius: 20px;
  border: 1px solid #FFF;
  flex-flow: wrap;
  padding: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  background: rgba(229, 229, 229, 0.1);
}
.video-button span {
  display: block;
  text-align: left;
  color: #787878;
}
.video-button .click-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  color: #fff;
}
.video-button:hover {
  background: rgba(0, 0, 0, 0.5);
}
.video-button.button-acc {
  background-color: var(--color-acc);
}
.video-button.button-acc .click-text {
  color: #000;
}

.vid-button .video-button {
  left: 0;
  bottom: 0;
  right: 0;
  flex-flow: wrap;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  min-width: 433px;
}

.video-btn-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 900;
  min-width: 349px;
  text-align: center;
}

.heading-logo {
  border-right: 1px solid #000;
  padding-right: 30px;
  margin-right: 30px;
}

.text-orange {
  color: #fd7d32;
}

.header-top {
  background-color: var(--color-acc);
  padding: 10px 0;
  border-bottom: 6px solid var(--color-acc);
}

.header-top p,
.header-top a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

body.sticky .header-top {
  display: none;
}

.home .banner-text p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  max-width: 699px;
  line-height: normal;
}

.error404 .banner {
  min-height: 700px;
}

.error404 .banner-text p {
  font-size: 26px;
  text-transform: uppercase;
}

.banner-form img {
  width: auto;
  height: auto;
  text-align: center;
}

.btn {
  background-color: var(--color-acc);
  padding: 12px 50px;
  color: #fff;
  min-width: 169px;
  display: inline-block;
  font-weight: 700;
  border: 1px solid #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none !important;
  font-family: var(--font-body);
  text-transform: uppercase;
}
.btn:hover {
  background: #000;
  color: #fff;
}
.btn:hover img {
  filter: brightness(0) invert(1);
}
.btn-black {
  background-color: #000;
  color: #fff;
}
.btn-black:hover {
  background-color: var(--color-acc);
  color: #000;
}
.btn-gray {
  background-color: #B5B5B5;
  color: #fff;
}
.btn-gray:hover {
  background-color: #000;
  color: #fff;
}

.btn-full {
  width: 100%;
  border-radius: 3px;
  padding: 30px;
  text-transform: uppercase;
  font-size: 17px;
}

.btn-lg {
  padding: 15px 60px;
}

.btn-white {
  background-color: #fff;
  color: #000;
}

.btn-acc {
  background-color: var(--color-acc);
}
.btn-acc:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid var(--color-acc);
}

.btn-border {
  border-color: var(--color-acc);
  color: #fff;
  background-color: #000;
}

.btn-border-red {
  background-color: transparent;
  border-color: var(--color-acc);
  color: var(--color-acc);
}
.btn-border-red:hover {
  background-color: var(--color-acc);
  color: #fff;
}

.btn-border:hover {
  background-color: var(--color-acc);
  border: 1px solid #fff;
  color: #fff !important;
}

.btn-border-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-border-white:hover {
  background-color: #fff;
  color: var(--color-acc);
  border: 1px solid #fff;
}

.btn-border-radius {
  border-radius: 20px;
}

.btn-top-radius {
  border-top-left-radius: 20px !important;
}

.section-title h1, .section-title .h1 {
  font-size: 48px;
  margin-top: 0;
  position: relative;
  margin-bottom: 0;
  font-family: var(--font-heading);
}

.section-title .font-bold {
  font-size: 24px;
}
.section-title p {
  font-size: 20px;
  color: #666;
}

.about-content h3, .about-content h2, .about-content h4 {
  text-transform: uppercase;
}
.about-content .h1 {
  font-size: 40px;
}

.home .about-2 .col-6:last-child {
  background-color: var(--color-acc);
  color: #fff;
  border-radius: 23px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.home .about-2 .col-6:last-child .about-content {
  padding: 20px;
}
.home .about-2 .col-6:last-child a {
  color: #fff;
}
.home .about-2 .items-center {
  align-items: initial;
}
.home .about-2 ul li {
  text-transform: uppercase;
  font-weight: 800;
}

.badge-title {
  display: inline-block;
  padding: 8px 20px;
  font-size: 15px;
  border-radius: 32.5px;
  border: 1px solid var(--color-acc);
  background: #5C2909;
  color: var(--color-acc);
}

.dual-color {
  text-shadow: 2px 3px 0 #C1272D;
}

.diamond-title h1, .diamond-title .h1 {
  position: relative;
  display: inline-block;
  padding: 0 50px;
}
.diamond-title h1:before, .diamond-title h1:after, .diamond-title .h1:before, .diamond-title .h1:after {
  content: "";
  background-color: #333333;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.diamond-title h1:after, .diamond-title .h1:after {
  left: initial;
  right: 0;
}
.diamond-title.text-white h1:before, .diamond-title.text-white h1:after, .diamond-title.text-white .h1:before, .diamond-title.text-white .h1:after {
  background-color: #fff;
}

@media (max-width: 767px) {
  .section-title h2 br, .section-title .h2 br {
    display: none;
  }
}

.size-xxl {
  font-size: 80px;
}

.small-title {
  display: inline-block;
  color: #000;
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 50px;
  text-transform: uppercase;
}
.small-title:before {
  content: "";
  width: 36px;
  height: 3px;
  background-color: #EE2E22;
  position: absolute;
  left: 0;
  top: 10px;
}

.section-desc {
  max-width: 665px;
  margin: auto;
}

.cta-bg {
  position: relative;
}
.cta-bg .banner-form {
  text-align: left;
  border-radius: 29px;
  min-width: 100%;
  max-width: 100%;
}
.cta-bg .banner-form iframe {
  height: 632px;
  border-radius: 10px;
}
.cta-bg ul.small-check li:before {
  background-color: #fff;
  border-radius: 50%;
}

.cta-inner {
  color: #fff;
  z-index: 1;
  position: relative;
}
.cta-inner .cta-desc {
  font-size: 18px;
  max-width: 683px;
}

.cta-inner .h3 {
  line-height: 1.2;
  font-size: 36px;
  margin-bottom: 20px;
}

.cta-inner img {
  max-width: 300px;
}

.cta-btn-holder .btn {
  font-size: 20px;
}

.border-column {
  padding: 2em;
  height: 100%;
  border-radius: 15px;
  border: 1px solid #B5B5B5;
  background: rgba(124, 124, 124, 0.4);
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
}
.border-column h3 {
  margin-top: 0;
  margin-bottom: 25px;
}
.border-column .text-line {
  position: relative;
}
.border-column .text-line:before {
  content: "";
  background-color: #D9D9D9;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
}
.border-column .text-line span {
  position: relative;
  padding: 0 20px;
  z-index: 2;
  background-color: #363734;
  color: #9F9F9F;
}

.border-blurred {
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.2);
}

.border-gray {
  border-radius: 15px;
  background: linear-gradient(148deg, #FFF 27.49%, #E7E7E7 97.47%);
  padding: 2em;
  height: 100%;
}
.border-gray .icon-holder {
  width: 108px;
  height: 108px;
  background-color: var(--color-acc);
  border-radius: 50%;
  margin-bottom: 30px;
  line-height: 120px;
  color: #000;
}
.border-gray .icon-holder .fas {
  font-size: 35px;
}
.border-gray p {
  color: #767676;
  font-size: 20px;
  font-weight: 500;
  min-height: 60px;
}
.border-gray .font-bold {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
  min-height: auto;
}

.border-bg {
  border-radius: 20px;
  border: 1px solid #D8D8D8 !important;
  background: #F9F6F6;
  color: #393939 !important;
}
.border-bg a, .border-bg .icon-holder {
  color: #393939;
}
.border-bg .contact-info {
  font-weight: 600;
  font-size: 18px;
}
.border-bg h4 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}

.text-small {
  font-size: 14px;
  font-weight: 400;
}

.process-circle {
  width: 100px;
  height: 100px;
  background-color: #c89a2b; /* gold color */
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.process-section .col-3 {
  position: relative;
}
.process-section .col-3 ul li:before {
  background-image: url(../405media/images/check-white.png);
}

/* connecting lines between circles */
.process-section .col-3:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 17%;
  right: -30%;
  width: 60%;
  height: 3px;
  background: #fff;
  z-index: 1;
}

.process-section h4 {
  font-weight: 700;
  margin-top: 1rem;
}

.process-section ul li {
  margin-bottom: 0.5rem;
  font-weight: 400;
  padding-left: 30px;
}

@media (max-width: 767.98px) {
  .process-section .col-3:not(:last-child)::after {
    display: none;
  }
  .process-circle {
    width: 80px;
    height: 80px;
    font-size: 1.5rem;
  }
}
.item-holder {
  border-radius: 30px;
  background: #FFF;
  padding: 2em;
  height: 100%;
}
.item-holder img {
  max-width: 119px;
}
.item-holder h3, .item-holder .h3 {
  font-size: 36px;
}
.item-holder p {
  line-height: 1.8;
  margin-bottom: 30px;
}

.btn-border-line {
  border: 2px solid var(--color-acc);
  background-color: transparent;
  border-radius: 0;
}

.team_member_box_overlay:hover .team-member-image-overlay {
  opacity: 1;
}

.team_member_box_overlay:hover .uc_container_holder img {
  transform: scale(1.1, 1.1);
}

.team_member_box_overlay:hover .uc_overlay {
  height: 100%;
}

.uc_container_holder {
  position: relative;
  overflow: hidden;
}

.uc_container_holder p {
  margin-bottom: 0;
}

.uc_container_holder img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 0.3s ease-in-out;
  height: 400px;
  -o-object-position: center center;
     object-position: center center;
}

.uc_overlay {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  transition: height 0.3s ease-in-out;
}

.team-member-image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  text-align: center;
  padding: 20px 20px 20px 20px;
  align-items: center;
  justify-content: center;
}

.team-member-image-overlay p {
  color: #fff;
}

.uc_subcontainer_holder {
  background-color: #FFFFFF;
  padding: 20px 20px 20px 20px;
  text-align: center;
}

.team_member_box_overlay_title {
  color: #000000;
  margin-top: 0px;
  font-weight: 400;
  font-size: 25px;
}

.team_member_box_overlay_subtitle {
  color: #9f9f9f;
  margin-top: 5px;
}

.uc_social {
  margin-top: 20px;
}

.uc_social a {
  display: inline-flex;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #000000;
  font-size: 20px;
  color: #000000;
}

.uc_social a:hover {
  color: var(--color-acc);
  border-color: var(--color-acc);
}

.uc_social br {
  display: none;
}

.content-desc .ngg-slideshow.slick-slider {
  margin: 0 auto 50px !important;
}

.slick-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-filter {
  position: relative;
}

.image-filter:before {
  content: "";
  width: 100%;
  height: 268px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(../405media/images/image-filter.png);
}

.border-image {
  background-image: url(../405media/images/square-heading.png);
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
}

.border-gallery {
  border-radius: 15px;
  border: 1px solid var(--color-acc);
  overflow: hidden;
}
.border-gallery img {
  width: 100%;
}

.latest-news .blog-item {
  background-color: #fff;
}

.newsletter-desc input[type=email] {
  padding: 20px !important;
  border: 0 !important;
  border-radius: 30px !important;
  margin-bottom: 20px !important;
  max-width: 500px !important;
}

.bt-8 {
  border-top: 8px solid var(--color-acc);
}

.bb-8 {
  border-bottom: 8px solid var(--color-acc);
}

.bt-5 {
  border-top: 5px solid var(--color-acc);
}

.bb-5 {
  border-bottom: 5px solid var(--color-acc);
}

.section-stats .block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 40px;
}

.section-stats .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border-radius: 50%;
}

.section-stats .box::before {
  position: absolute;
  content: "";
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  border-radius: 50%;
  border: 8px solid #eee;
}

.section-stats .box .number {
  font-size: 40px;
  display: flex;
}

.section-stats .dots {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 2s transform, 2s opacity ease;
}

.section-stats .svg {
  position: absolute;
  width: 100%;
  height: 100%;
  fill: none;
  transform: rotate(-90deg);
}

.section-stats .circle {
  stroke: var(--color-acc);
  stroke-width: 8px;
  stroke-dasharray: 503;
  stroke-dashoffset: 503;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  transition: 2s stroke-dashoffset;
  stroke-linecap: round;
}

.section-stats .stats-holder {
  border-radius: 39px;
  background-color: #FFF;
  box-shadow: 0px 4px 30px 9px rgba(0, 0, 0, 0.25);
  padding: 4em 2em;
}

.section-stats .stats-desc .h2 {
  font-weight: 400;
}

.footer-bottom-map {
  border: 2px solid #D9D9D9;
  border-radius: 80px;
  padding: 1em;
}

.card-columns .card {
  margin-bottom: 1.25rem;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  padding: 0;
}

.value-section:before {
  content: "";
  background-image: url(../405media/images/banner-red.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 650px;
  position: absolute;
  top: 0;
  left: 0;
}

.value-container {
  display: flex;
  background-color: #1d1d1b;
  padding: 15px;
  flex-flow: wrap;
  border-bottom-right-radius: 150px;
}

.value-img {
  width: 30%;
}
.value-img img {
  height: 414px;
  -o-object-fit: cover;
     object-fit: cover;
}

.value-desc {
  width: 70%;
  padding: 1em;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.value-desc .border-bottom {
  margin-bottom: 10px;
}

.affiliate-item {
  border-radius: 8px;
  background: #FFF;
  border: 1px solid #B0B0B0;
  padding: 1em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.affiliate-item img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  height: 112px;
}

ul.checklist {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.checklist li {
  margin-bottom: 10px;
}
ul.checklist li .fa-regular {
  font-size: 20px;
  color: var(--color-acc);
  padding-right: 5px;
}

.stats-box {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
  min-height: 296px;
}
.stats-box p {
  font-size: 24px;
  font-family: var(--font-heading);
  font-weight: 400;
}
.stats-box .stats-icon {
  display: block;
  height: 9px;
  margin: 0 auto 20px;
  background-image: url("../405media/images/3-D-Paving-Swish.png"); /* replace with actual icon path */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.stats-box .stat-number {
  font-size: 48px;
  font-family: var(--font-heading);
  font-weight: 400;
  margin-bottom: 30px;
}

.stats-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  background-color: var(--color-acc);
}

.section-tab .nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.section-tab .nav-tabs li {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 32.5px;
  border: 1px solid #FFF;
  background: #FFF;
  color: #000;
  padding-left: 0;
  margin: 0;
}
.section-tab .nav-tabs li:before {
  display: none;
}
.section-tab .nav-tabs li .nav-link {
  border: none;
  padding: 10px 40px;
  display: block;
  cursor: pointer;
  border-radius: 32.5px;
}
.section-tab .nav-tabs .nav-link.active {
  background-color: var(--color-acc);
  color: #000;
}

.tab-content section {
  padding: 100px 20px 0;
}

.tab-pane > .content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.tab-content ul {
  list-style: none;
  -moz-columns: 2;
       columns: 2;
  padding-left: 15px;
}
.tab-content ul li {
  color: var(--color-acc);
  text-transform: uppercase;
  padding: 3px 0;
}
.tab-content ul li::before {
  content: "•";
  color: #ffc107;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.tab-content .content {
  max-width: 100%;
}
.tab-content .tab-content-inner:hover .main-img {
  transform: scale(1.1, 1.1);
}

.tab-desc h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
}
.tab-desc .icon-holder {
  color: #6C2C01;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
}

.tab-img {
  border-radius: 15px;
  border: 1px solid #FFF;
  position: relative;
  overflow: hidden;
}
.tab-img .main-img {
  width: 100%;
  height: 456px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.tab-img:after {
  content: "";
  background-image: url(../405media/images/tab-img-filter.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tab-img .tab-logo {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
}

select.projects-droplist {
  width: 100%;
  max-width: 300px;
  padding: 12px 16px;
  font-size: 18px;
  color: #aaa;
  border: 2px solid #ccc;
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23ccc'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px 6px;
  cursor: pointer;
  margin-top: 20px;
}

.project-gallery .gallery-wrapper {
  white-space: nowrap;
  padding: 10px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin: 0 30px;
}

.project-gallery .gallery-wrapper::-webkit-scrollbar {
  display: none; /* WebKit (Chrome, Safari) */
}

.project-gallery .gallery-wrapper .img-gal {
  flex: 0 0 49%; /* Show 2 images per view */
  max-width: 49%;
}

.project-gallery .gallery {
  gap: 20px;
  display: flex;
  flex-wrap: nowrap;
}

.project-gallery .gallery a {
  flex: 0 0 49%; /* Full width of wrapper */
  scroll-snap-align: start;
  position: relative;
  border-radius: 30px;
}

.project-gallery .gallery img {
  cursor: pointer;
  border-radius: 30px;
  height: 400px !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-gallery.project-page-gallery .gallery-wrapper .img-gal {
  flex: 0 0 100%;
  max-width: 100%;
}

.project-gallery.project-page-gallery .gallery img {
  height: 550px !important;
}

.project-gallery.project-page-gallery .gallery {
  gap: 0px;
}

.project-gallery .nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-acc);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  z-index: 10;
  cursor: pointer;
}

.project-gallery .nav-left {
  left: -20px;
}

.project-gallery .nav-right {
  right: -20px;
}

.project-gallery .scroll-bar {
  height: 10px;
  background-color: #ccc;
  border-radius: 3px;
  position: relative;
  margin: 20px 30px;
  max-width: 60%;
}

.project-gallery .scroll-bar-inner {
  height: 100%;
  width: 0;
  background-color: var(--color-acc);
  border-radius: 3px;
}

.proj-meta h5 {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  color: var(--color-acc);
  font-size: 20px;
  font-weight: 700;
}

.proj-meta, .proj-sum {
  margin-bottom: 30px;
}

.proj-sum h3 {
  text-decoration: underline;
  color: var(--color-acc);
  font-size: 30px;
}

#gallery-wrapper {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  display: flex;
}

#gallery-wrapper.dragging {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.project-bg {
  background-size: cover;
  background-position: center;
  height: 500px;
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid var(--color-acc);
  transition: 0.3s ease-in-out;
}

.project-bg:before {
  content: "";
  background-image: url(https://www.nwaparkinglotsplus.com/wp-content/uploads/2025/07/bg-filter.png);
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  bottom: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease-in-out;
}

.project-tile a:hover .project-bg:before {
  background-color: #000;
  opacity: 0.85;
}

.project-bg:hover {
  border: 2px solid var(--color-acc);
}

.project-title {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0%);
  color: var(--color-acc);
  max-width: 380px;
  margin: auto;
  text-align: center;
  width: 56%;
}

.project-title h2 {
  color: var(--color-acc);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
}

.projects-grid .col-12 .project-bg {
  height: 450px;
}

.bullet-img img {
  max-width: 117px;
}

.vertical-tab {
  position: relative;
  display: flex;
  width: 100%;
  height: 650px; /* adjust to your design or use PHP to inject $tab_height */
  max-height: 650px;
  min-height: 650px;
  background-color: #000; /* fallback */
  overflow: hidden;
}

.vertical-tab .tab-content {
  --r: 100px; /* corner radius */
  flex: 0 0 var(--collapsed);
  transition: flex-basis var(--transition, 0.4s ease);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  height: 100%;
  margin: 0;
  border-top-right-radius: 100px;
  margin-right: -90px;
  z-index: 1;
}
.vertical-tab .tab-content:not([data-tab="1"]) {
  padding-left: 90px;
  flex: 0 0 170px;
}

.vertical-tab .tab-content.active {
  flex: 0 0 var(--expanded);
}

/* The background layer */
.vertical-tab .tab-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.4s ease;
}

/* Content area */
.vertical-tab .tab-inner {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10%);
  transition: opacity 300ms ease, transform 300ms ease;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.vertical-tab .tab-content.active .tab-inner {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Vertical tab button */
.vertical-tab .tab-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  background: transparent;
  border: none;
  padding: 16px;
  font-size: 32px;
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  font-weight: 800;
  font-family: var(--font-heading);
}

/* Colors per tab (applied to content panel only) */
.vertical-tab .tab-content[data-tab="1"] {
  background: #a50b0b;
  color: #fff;
  z-index: 3;
}

.vertical-tab .tab-content[data-tab="2"] {
  background: #fff;
  color: #000;
  z-index: 2;
}

.vertical-tab .tab-content[data-tab="3"] {
  background: #0d4e89;
  color: #fff;
  z-index: 1;
}

.vertical-tab .tab-desc {
  max-width: 500px;
}
.vertical-tab .tab-desc p {
  font-size: 18px;
}

.vertical-tab .tab-desc img {
  max-width: 145px;
}

.vertical-tab .tab-content.active .tab-btn {
  visibility: hidden;
  opacity: 0;
}

.full-section.full-8 {
  background-attachment: fixed;
}

.slider-img {
  margin: -50px 0;
  border: 1px solid #FFF;
  position: relative;
  max-height: 600px;
  border-radius: 25px;
}

.slider-item {
  border-radius: 25px;
  max-height: 600px;
  overflow: hidden;
}

.gallery-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -34px;
}

.gallery-carousel .owl-nav button.owl-next {
  right: -34px;
  left: initial;
}

.slider-item img {
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-carousel span.arrow-carousel {
  background-color: #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.gallery-carousel span.arrow-carousel:before {
  border: 0 !important;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
}

.gallery-carousel span.arrow-right:before {
  background-image: url(../405media/images/arrow-right-slider.png);
}

.gallery-carousel span.arrow-left:before {
  background-image: url(../405media/images/arrow-left-slider.png);
}

.gal-img {
  border-radius: 10px;
  border: 2px solid #719643;
  overflow: hidden;
  position: relative;
}
.gal-img a:before {
  content: "";
  background-color: var(--color-acc);
  opacity: 0.8;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
}
.gal-img a:hover:before {
  height: 100%;
}

.gal-img img {
  width: 100%;
}

.cta-bg-footer .btn {
  font-weight: 900;
  background-color: rgba(113, 150, 67, 0.5);
  border: 1px solid #719643;
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
  border-radius: 5px;
  min-width: 322px;
  padding: 30px 20px;
}
.cta-bg-footer .btn span {
  font-size: 16px;
  display: block;
  font-weight: 500;
  text-transform: none;
}

.box-list {
  border-radius: 5px;
  border: 1px solid #FFF8F8;
  background: #EFEFEF;
  color: #000;
  padding: 1.5em;
  text-align: left;
  height: 100%;
}
.box-list h3 {
  font-weight: 700;
  margin: 0;
}
.box-list .img-icon {
  width: 45px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  :root {
    --expanded: calc(100% - (var(--collapsed) * 2));
  }
  .vertical-tab .tab-btn {
    position: relative;
    top: 0;
    transform: none;
    writing-mode: initial;
  }
  .vertical-tab {
    display: flex;
    flex-direction: column;
    --collapsed: 0;
    --expanded: auto;
    height: auto;
    min-height: auto;
    max-height: none;
    background-color: transparent;
  }
  .vertical-tab .tab-content {
    flex: none !important;
    width: 100%;
    max-height: 0 !important;
    overflow: hidden;
    transition: opacity 0.4s ease, opacity 0.4s ease;
    opacity: 0 !important;
    padding: 0 !important;
    height: auto !important;
    max-width: 100% !important;
    border-radius: 0;
  }
  .vertical-tab .tab-content.active {
    max-height: 100% !important; /* or a large enough value */
    opacity: 1 !important;
  }
  .vertical-tab .tab-content .tab-inner {
    padding: 3em 1em !important;
  }
  .tab-btn-mobile {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding: 0 20px 20px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .tab-btn-mobile .tab-btn {
    font-size: 14px;
    border: 1px solid #D2D2D2;
    border-radius: 43px;
    max-width: 200px;
    white-space: normal;
    width: 48%;
    padding: 8px 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) {
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .faq-holder .feature-inner {
    display: flex;
    flex-flow: wrap;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .faq-holder .feature-inner .custom-module {
    width: 48%;
  }
}
@media (max-width: 1520px) {
  .banner-bg-inner:after, .bg-after:after {
    bottom: -10px;
  }
  .banner-logo {
    max-width: 300px;
    margin: auto;
  }
  .banner-text img {
    max-width: 550px;
  }
  .testi-container {
    position: relative;
  }
  .testi-img {
    height: 100%;
  }
  .testi-img img {
    -o-object-position: left;
       object-position: left;
  }
}
@media (max-width: 1440px) {
  .service-inner .serv-desc {
    width: 75%;
  }
}
@media (max-width: 1400px) {
  .header-nav ul.menu > li > a,
  .header-nav ul.menu > li ul li a {
    font-size: 14px;
  }
  .header-social,
  .header-phone {
    font-size: 25px;
  }
  .banner-text .h2 {
    font-size: 50px;
  }
  .banner-text .border-bottom-right:after {
    right: 0;
    bottom: 0;
  }
  .banner-text img {
    max-width: 400px;
  }
  .banner-form {
    padding: 1em;
  }
  .footer-contact .icon-holder {
    margin-right: 10px;
  }
}
@media (max-width: 1366px) {
  .header-nav ul.menu > li > a, .header-nav ul.menu > li ul li a {
    font-size: 13px;
  }
  .choose-section:before {
    height: 520px;
  }
  .banner-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .choose-img {
    max-height: initial;
  }
  .banner-text img {
    max-width: 400px;
  }
  .service-section .row {
    justify-content: center;
  }
  .service-section .col-3 {
    width: 33%;
  }
  .vertical-tab .tab-content {
    max-width: 600px;
  }
}
@media (max-width: 1250px) {
  .banner-form {
    max-width: 450px;
    min-width: 450px;
  }
  .choose-upper .btn {
    min-width: 200px;
  }
  .choose-holder .feature-content li {
    width: 48%;
  }
  .banner-content .btn-holder .btn {
    min-width: 245px;
  }
  .review-inner .review-content {
    min-height: 410px;
  }
}
@media (max-width: 1152px) {
  .banner-desc {
    max-width: 550px;
    margin: 0;
  }
  .banner-form {
    max-width: 400px;
    min-width: 400px;
  }
  .stat-list {
    min-width: 150px;
  }
  .section-title h2, .section-title .h2 {
    font-size: 38px;
  }
  .about-section .image-logo {
    max-width: 200px;
  }
  .clients-images p, .clients-images a {
    width: 31%;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .banner-text img {
    max-width: 350px;
  }
  .border-50 {
    width: 450px;
    height: 450px;
  }
  .header-nav ul.menu > li > a, .header-nav ul.menu > li ul li a {
    font-size: 12px;
  }
  .banner-logo {
    max-width: initial;
  }
  .banner-logo img {
    zoom: 70%;
  }
  .footer-information div[style="width:80px;"] {
    width: 50px !important;
  }
  .footer-information .flex-1 {
    overflow-wrap: break-word;
    inline-size: 220px;
  }
  .footer-information {
    min-height: 203px;
    display: block;
    align-items: center;
    height: 100%;
  }
  .footer-information .loc-icon {
    max-width: 100px;
    margin-bottom: 20px;
  }
  .footer-information .loc-icon img {
    max-width: 70px;
  }
  .vertical-tab .tab-content {
    max-width: 500px;
  }
  .custom-module.faq .content h4 {
    font-size: 17px;
  }
  .banner-video {
    min-height: 750px;
  }
  .banner-video-inner iframe, .banner-video-inner video,
  .banner-video-inner {
    height: 750px;
  }
  .desc-col {
    width: 100%;
  }
  .serv-4 .col-3 {
    width: 50%;
  }
  .left-image {
    height: auto;
  }
  .cta-inner .btn {
    margin-top: 1rem;
  }
  .service-item:before {
    background-image: none;
  }
  .choose-upper .btn {
    font-size: 17px;
  }
  .service-inner {
    justify-content: left;
  }
  .service-inner .serv-desc {
    width: 100%;
  }
  .serv-badge {
    margin-bottom: 20px;
  }
  .page-content ul.process-list li, .cta-bg ul.process-list li {
    max-width: 33%;
  }
  .page-content ul.process-list, .cta-bg ul.process-list,
  .choose-holder .feature-content {
    justify-content: center;
  }
  .box-list-holder .row {
    justify-content: center;
  }
  .box-list-holder .col-3 {
    width: 33%;
  }
}
@media (max-width: 1024px) {
  .h0 {
    font-size: 55px;
  }
  .banner-text img {
    max-width: 400px;
  }
  .thank-inner h1, .thank-inner h2, .thank-inner h3 {
    font-size: 60px;
  }
  .thank-bg p,
  .error-bg p {
    font-size: 17px;
  }
  .folder-icon:before {
    display: none;
  }
  .estimate-bg .section-title {
    text-align: center;
    display: inline-block;
  }
  .estimate-bg .section-title img {
    max-width: 98px;
  }
  .header-inner {
    background-color: #fff;
    height: 0;
  }
  .service-section .col-4 {
    width: 50%;
  }
  .banner {
    padding: 0;
  }
  .banner-desc {
    max-width: 100%;
    margin: auto;
  }
  .banner-logo {
    display: none;
  }
  .banner-cta {
    display: none;
  }
  .banner-text .subtitle {
    line-height: 0.6;
    font-size: 31px;
    margin-bottom: 15px;
  }
  .banner-text .mb-20 {
    margin-bottom: 0;
  }
  .header-nav ul.menu > li > a, .header-nav ul.menu > li ul li a {
    font-size: 16px;
    padding: 10px 15px;
  }
  .pr-30, .pl-30, .pr-40, .pr-50, .pl-30, .pl-50 {
    padding: 0 15px !important;
  }
  .service-item .service-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    min-height: initial;
  }
  .columns-3 ul {
    -moz-column-count: 2;
         column-count: 2;
  }
  .testi-bg .section-title {
    margin-bottom: 0px !important;
  }
  .footer-top-text {
    display: block;
    text-align: center;
  }
  .menu-footernav-container ul {
    padding-left: 0;
    justify-content: center;
  }
  .menu-footernav-container ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .menu-footernav-container ul li a {
    margin-right: 5px;
  }
  .footer-information {
    min-height: 220px;
  }
  .footer-bottom {
    margin-bottom: 0 !important;
  }
  .footer-bottom.justify-between {
    text-align: center;
    justify-content: center;
  }
  .cta-inner .h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .reviews-carousel .owl-nav {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .review-content {
    display: block;
  }
  .review-content .mb-30 {
    margin-bottom: 20px;
  }
  .section-blog-footer .col-4:last-child {
    display: none;
  }
  .footer-information .flex-1 {
    inline-size: 150px;
  }
  .contact-info {
    display: block;
  }
  .testi-bg .border-left:after {
    top: 10px;
  }
  .service-section .col-3 {
    width: 50%;
  }
  .banner-content {
    top: 50%;
  }
  .header-top {
    border-bottom: 3px solid var(--color-acc);
  }
  .video-button {
    justify-content: center;
  }
  .contact--info {
    flex-flow: wrap;
  }
  .cta-inner .border-bottom {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0;
    padding-top: 30px;
  }
  .cta-bg .mobile img {
    display: none;
  }
  .cta-bg .banner-form {
    display: block;
  }
  .cta-bg:before {
    background-size: cover;
    background-position: left;
  }
  .cta-inner {
    margin: auto;
    max-width: 100% !important;
    border-radius: 0 !important;
  }
  .col-6 .service-item .service-image,
  .service-item .service-image {
    padding-top: 60%;
  }
  .service-inner h2 {
    max-width: 100%;
  }
  .btn-holder {
    margin-top: 1em !important;
  }
  .btn-holder .btn {
    margin-top: 1em;
  }
  .map-bg iframe {
    height: 350px;
  }
  .vid-button .video-button {
    min-width: auto;
    display: block;
    text-align: center;
    margin: auto;
  }
  .video-button span {
    text-align: center;
  }
  .contact--info a.header-social {
    font-size: 19px;
    margin-right: 5px;
  }
  body:not(.home) .header-nav ul.menu > li:last-child > a, body.sticky .header-nav ul.menu > li:last-child > a {
    padding: 15px;
  }
  .serv-subtitle {
    font-size: 20px;
  }
  .service-inner .desc {
    min-height: auto;
  }
  .footer-bottom img {
    max-width: 250px;
    margin-bottom: 15px;
  }
  .choose-upper .btn {
    font-size: 14px;
  }
  .about-section .btn-holder .btn {
    min-width: 260px;
  }
}
@media (max-width: 991px) {
  .h0 {
    font-size: 40px;
    line-height: 1.1;
  }
  .service-section .col-3 {
    width: 100%;
  }
  .row-reverse {
    flex-flow: wrap;
  }
  .form-estimate {
    padding: 2em 1.5em;
  }
  .video-btn-image img {
    max-width: 80px;
    width: auto;
    height: auto;
  }
  .bg-fixed {
    background-attachment: initial;
  }
  .border-left {
    margin: 0 auto 30px;
  }
  .clients-images p, .clients-images a {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    margin: 20px auto;
  }
  .clients-images img {
    max-height: 100px;
  }
  .contact-footer .flex {
    display: block;
    text-align: left;
  }
  .contact-footer .flex a {
    margin-bottom: 20px;
    min-width: 100%;
    text-align: center;
    padding: 10px 30px;
    font-size: 16px;
  }
  .footer-information .h4 {
    margin-top: 10px;
  }
  .footer-information .flex-1 {
    inline-size: 100%;
  }
  .footer-information {
    min-height: auto;
  }
  .border-bottom-gray:after {
    background-color: #000;
  }
  .cta-inner .btn {
    padding: 10px 20px;
  }
  .map-bg img {
    height: 400px;
    -o-object-position: right;
       object-position: right;
  }
  .footer-areas {
    position: relative;
    transform: translate(0, 0);
    margin-top: 2em;
  }
  .award-lists .award-img {
    margin-bottom: 30px;
  }
  .city-about-img img {
    min-height: auto;
    height: auto;
  }
  .things-bg .things-img img {
    height: auto;
    min-height: auto;
  }
  .choose-holder .heading-logo {
    margin-bottom: 0;
  }
  .choose-holder .heading-logo:before {
    display: none;
  }
  .city-about-img {
    text-align: center;
  }
  .choose-city .h1 {
    padding-left: 0;
    text-align: center;
  }
  .mobile-carousel {
    margin: 0;
  }
  .mobile-carousel .owl-nav {
    display: none;
  }
  .mobile-carousel.owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    background: transparent;
    border: 1px solid #000;
  }
  .mobile-carousel.owl-theme .owl-dots .owl-dot.active span, .mobile-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-acc);
  }
  .mobile-carousel.owl-theme.clients-images .owl-dots .owl-dot span {
    border-color: #fff;
  }
  .mobile-carousel.owl-theme.clients-images .owl-dots .owl-dot.active span {
    background: #000;
  }
  .latest-news .mobile-carousel.owl-theme .owl-dots .owl-dot span, .section-stats .mobile-carousel.owl-theme .owl-dots .owl-dot span {
    background: #fff;
  }
  .latest-news .mobile-carousel.owl-theme .owl-dots .owl-dot.active span, .latest-news .mobile-carousel.owl-theme .owl-dots .owl-dot:hover span, .section-stats .mobile-carousel.owl-theme .owl-dots .owl-dot.active span, .section-stats .mobile-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-acc);
  }
  .section-stats .stats-holder,
  .latest-news .blog-item {
    margin-bottom: 30px;
  }
  .service-section .col-4 {
    width: 100%;
  }
  .choose-holder {
    max-width: 100%;
  }
  .choose-cta {
    position: relative;
    max-width: 100%;
    padding: 3em 1em;
    margin-top: 4em;
  }
  .choose-section:before {
    width: 100%;
    height: 415px;
  }
  .social-icons {
    margin-top: 10px;
  }
  .half-img {
    position: relative;
    width: 100%;
    background-image: none !important;
  }
  .choose-city-section {
    padding-bottom: 0;
  }
  .choose-cta .btn {
    margin-top: 1em;
  }
  .section-title h1, .section-title .h1,
  .section-title h2, .section-title .h2 {
    font-size: 36px;
  }
  .diamond-title h1, .diamond-title .h1 {
    padding: 0;
    padding-top: 40px;
  }
  .diamond-title h1:before, .diamond-title .h1:before {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
  .diamond-title h1:after, .diamond-title .h1:after {
    display: none;
  }
  .copyright {
    margin-bottom: 20px !important;
  }
  .choose-border {
    padding: 2em 1em;
  }
  .choose-section .text-right {
    text-align: center;
  }
  .service-section .bg-inline {
    background-image: none !important;
    color: #000;
  }
  .service-section .bg-inline .text-white {
    color: #000 !important;
  }
  .content-bg {
    padding: 40px;
  }
  .content-img img {
    width: 100%;
  }
  .banner-text .h2 {
    font-size: 40px;
  }
  .cta-small {
    display: block;
  }
  .service-inner {
    position: relative;
    background-color: transparent;
    border-radius: 0;
  }
  .service-inner .desc {
    opacity: 1;
    height: auto;
  }
  .service-inner p.color-acc {
    color: #fff !important;
  }
  .choose-section .container-xl {
    padding: 0 15px !important;
  }
  .home .about-1 .section-title p {
    font-size: 17px;
  }
  .home .about-1 .section-title h1, .home .about-1 .section-title .h1 {
    font-size: 30px;
  }
  .service-item .service-inner:after {
    display: none;
  }
  .home ul.feature-content li {
    width: 100%;
    max-width: 100%;
  }
  .review-item:first-child .review-inner {
    border-top-left-radius: 0;
  }
  .review-item:last-child .review-inner {
    border-bottom-right-radius: 0;
  }
  .service-item.service-full .service-image {
    padding-top: 80%;
  }
  .contact--info {
    display: flex;
  }
  .quicklinks .contact--info {
    display: block;
  }
  .btn-holder {
    justify-content: start;
  }
  .choose-upper .btn {
    font-size: 16px;
  }
  ul#menu-footernav {
    padding: 0 15px;
  }
  .slider-desc {
    padding: 70px 0 50px;
  }
  .slider-img {
    overflow: hidden;
  }
  .slider-img .owl-nav button {
    left: 0;
  }
  .slider-img .owl-nav button.owl-next {
    right: 0 !important;
  }
}
@media (max-width: 768px) {
  .banner-content {
    top: 50%;
  }
  .tab {
    width: 100%;
    text-align: center;
  }
  .blog-home a.btn {
    margin: 0;
    margin-bottom: 20px;
  }
  .footer-about img {
    max-width: 200px;
  }
  .project-bg {
    height: 400px;
  }
  .project-title {
    max-width: 400px;
    width: 100%;
  }
  .project-gallery .gallery-wrapper .img-gal {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .project-gallery .gallery {
    gap: 0;
  }
  .section-tab .nav-tabs {
    flex-flow: wrap;
  }
  .section-tab .nav-tabs li {
    width: 46%;
    margin-bottom: 15px;
  }
  .footer-contact .icon-holder {
    margin-bottom: 0;
  }
  .page-header-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page-content ul.process-list li,
  .cta-bg ul.process-list li {
    max-width: 50%;
  }
  .box-list-holder .col-3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cta-container {
    border: 0 !important;
    background-color: transparent !important;
  }
  .mobile-logo {
    padding: 0.5em;
  }
  .stat-holder {
    display: block;
  }
  .stat-list {
    min-width: 100%;
    margin-bottom: 15px;
  }
  .banner-text .col-6 {
    width: 50%;
  }
  .about-section .position-bottom {
    left: 50%;
    transform: translateX(-50%);
  }
  .feature-inner:before {
    display: none;
  }
  .section-blog-footer .col-4 {
    display: none;
  }
  .section-blog-footer .col-4:first-child {
    display: block;
  }
  .video-button .button {
    margin-bottom: 10px;
  }
  .choose-section .feature-inner {
    padding-top: 0;
  }
  .choose-section:before {
    width: 100%;
    height: 580px;
  }
  .choose-holder {
    margin: auto;
  }
  .choose-holder .section-title {
    justify-content: center;
  }
  .heading-logo {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
  }
  .heading-logo:before {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .section-title h1 span {
    font-size: 24px;
  }
  .choose-city .feature-inner ul li:before {
    top: 20px;
    transform: translate(-50%, 0%);
  }
  .section-newsletter .img-holder {
    display: none;
  }
  .footer-bottom-map .flex {
    display: block;
    text-align: center;
  }
  .footer-bottom-map {
    border-radius: 43px;
    padding: 3em;
  }
  .btn {
    font-size: 16px;
    min-width: 250px;
  }
  .service-item.service-border .service-inner {
    display: block;
  }
  .service-item.service-border .service-inner h2 {
    padding-bottom: 10px;
  }
  .left-image {
    height: 360px;
  }
  .banner-video-inner,
  .banner-video-inner video {
    height: 600px;
  }
  .banner-video {
    min-height: 600px;
  }
  .banner-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-module.faq .content h4 {
    font-size: 16px;
    line-height: normal;
  }
  .full-section.full-8 {
    background-attachment: initial;
  }
  .full-section.full-8 div[style="height:550px;"] {
    height: 400px !important;
  }
  .full-section.full-8 .bt-5 {
    border-bottom: 5px solid var(--color-acc);
  }
  .mt-50.blog-home {
    margin-top: 20px !important;
  }
  .contact-footer {
    margin-bottom: 30px;
  }
  .footer-bottom {
    margin-bottom: 0 !important;
    margin-top: 50px;
  }
  .banner-text img {
    max-width: 400px;
  }
  .banner-text .btn-holder {
    display: none;
  }
  .tab-content section {
    padding: 50px 20px;
  }
  .tab-img .main-img {
    height: 300px;
  }
  .footer-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cta-bg-footer .cta-inner {
    padding: 0 !important;
  }
}
@media (max-width: 600px) {
  .banner-text ul {
    -moz-column-count: 1;
         column-count: 1;
    margin: 1em 0 0;
  }
  .cta-btn-holder .btn {
    font-size: 16px;
  }
  .banner-text img {
    max-width: 300px;
  }
  .banner-bg, .city-about-bg {
    height: auto;
  }
  .banner-content {
    top: 57%;
  }
  .header-top p {
    font-size: 13px;
  }
  .banner-logo img {
    zoom: 45%;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .section-title img {
    margin: 10px auto !important;
  }
  .about-section .section-title .h1,
  .city-about-desc .section-title h2 {
    display: inline-masonry;
  }
  .service-section .col-4 {
    width: 100%;
  }
  .cta-inner .h1 {
    margin-bottom: 20px;
  }
  .cta-inner img {
    margin-bottom: 0;
  }
  .clients-heading .h6 {
    max-width: 300px;
    margin: auto;
    line-height: 1.5;
  }
  .things-bg h2 {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .city-blogs h2 {
    font-size: 20px;
    max-width: 400px;
    margin: 0 auto 40px;
  }
  .city-about-bg h2 strong, .city-about-bg h2 span,
  .city-service h2 strong {
    font-size: 32px;
  }
  .city-about-img img,
  .things-bg .things-img img {
    min-height: 300px;
  }
  .page-header-title {
    overflow-wrap: break-word;
    max-width: 400px;
    margin: auto;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .banner-text p:last-child img {
    display: none;
  }
  .home .about-1 .section-title p {
    font-size: 16px;
  }
  .home .about-1 .section-title h1, .home .about-1 .section-title .h1 {
    font-size: 27px;
  }
  .mobile-logo img {
    max-width: 100px;
  }
  .mobile-phone a {
    font-size: 20px;
  }
  .section-tab .nav-tabs li {
    width: 100%;
  }
  .border-column {
    padding: 2em 1em;
  }
  .btn-holder {
    display: block;
  }
  .choose-upper .btn {
    min-width: 300px;
  }
  .cta-bg-footer {
    padding: 80px 0;
  }
  .banner {
    min-height: 500px;
  }
  .polygon-after {
    border-bottom-right-radius: 0;
  }
  .home .about-2 .col-6:last-child {
    margin: 0 15px;
  }
  .serv-badge {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .serv-badge img {
    max-width: 25px;
  }
  .page-content ul.process-list li,
  .cta-bg ul.process-list li {
    max-width: 100%;
  }
  .box-list-holder .col-3 {
    width: 100%;
  }
  .initial {
    font-size: 17px;
  }
  .slider-img,
  .slider-item {
    max-height: 400px;
  }
}
@media (max-height: 500px) {
  .mobile-open .header-nav {
    height: 100vh;
    padding-bottom: 80px;
  }
  .mobile-social {
    padding: 15px;
  }
}/*# sourceMappingURL=style.css.map */