@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: #df2a30;
  --dark-acc: #FEC422;
  --color-text: #2D2D2D;
  --color-gray: #929292;
  --color-blue: #3DB7E8;
  --font-acc: "Helvetica Neue", sans-serif;
  --font-heading: "Poppins", sans-serif;
  --font-body: "Helvetica Neue", sans-serif;
  --font-hanken: "Helvetica Neue", sans-serif;
  --progress-bar-width: 200px;
  --progress-bar-height: 200px;
}

::-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.5;
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

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

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

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

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

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

.polygon-after {
  position: relative;
}
.polygon-after:after {
  content: "";
  background-image: url(../405media/images/polygon.png);
  background-position: top;
  background-repeat: no-repeat;
  width: 94px;
  height: 234px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.border-bottom {
  padding-bottom: 60px;
  position: relative;
}

.border-bottom:after {
  content: "";
  background-image: url(../405media/images/border-image.png);
  background-position: bottom;
  background-repeat: no-repeat;
  width: 98px;
  height: 46px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.border-bottom-small {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.border-bottom-small h3, .border-bottom-small h2, .border-bottom-small h1 {
  margin-bottom: 0;
}

.border-bottom-small:after {
  background-image: url(../405media/images/small-border.png);
  width: 261px;
  height: 3px;
}

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

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

.border-bottom-line:after {
  background-image: none;
  background-color: #fff;
  width: 66px;
  height: 1px;
  top: initial;
  bottom: 0;
}

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

.border-bottom-left:after {
  left: 0%;
  transform: translate(0, 0);
}

.border-bottom-right:after {
  left: initial;
  right: 0;
  transform: translate(0, 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;
}

.h0 {
  font-size: 55px;
}

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

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

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

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

h5, .h5 {
  font-size: 18px;
  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: 39px;
  }
  h2, .h2 {
    font-size: 36px;
  }
  h3, .h3 {
    font-size: 22px;
  }
  .h4 {
    font-size: 20px;
  }
  .h5 {
    font-size: 18px;
  }
  .h6 {
    font-size: 16px;
  }
}
.container,
.container-lg {
  width: 100%;
  max-width: 1300px;
  padding-left: 64px;
  padding-right: 64px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}

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

.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-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;
}

.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;
}

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

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

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

.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;
}

.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;
}

.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;
}

.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.2s;
}

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%;
}

iframe, video {
  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;
}

@media (max-width: 1024px) {
  .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;
}

.mobile-overlay {
  content: "";
  position: fixed;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.2s;
}

.mobile-overlay .close {
  position: absolute;
  top: 0;
  right: 10px;
  color: #fff;
  font-size: 48px;
}

.header-mobile {
  display: none;
  padding: 0 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: 100px;
}

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

@media (max-width: 1024px) {
  .mobile-open .mobile-overlay {
    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: relative;
  z-index: 3;
  background-color: #fff;
  width: 100%;
  line-height: 1;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  padding: 10px 25px;
  max-width: 200px;
}

.header-right {
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

body:not(.home) .header-inner,
body.sticky .header-inner {
  border-bottom: 2px solid var(--color-acc);
}

.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: #fff;
  vertical-align: middle;
}

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

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

.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:last-child.current_page_item a {
  background-color: #000;
  color: #fff !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: var(--color-text);
}

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: var(--color-text);
}

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;
}

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;
}

@media (min-width: 1025px) {
  .sticky .header {
    position: fixed;
    top: 0;
  }
  .sticky:not(.home) {
    padding-top: 130px;
  }
  .header-nav ul.menu {
    margin-top: 10px;
    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: 10px 20px;
    position: relative;
    text-transform: uppercase;
  }
  .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;
  }
  .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 #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 0px;
  }
  .header-nav ul.menu > li:last-child > a:hover {
    background-color: #000;
    color: var(--color-acc);
    border-color: var(--color-acc);
  }
  .header-nav ul.menu > li ul {
    position: absolute;
    right: 0;
    background-color: #fff;
    border: 1px solid #aaa;
    width: -moz-max-content;
    width: max-content;
    max-width: 240px;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
  }
  .header-nav ul.menu > li:hover > ul {
    visibility: visible;
    opacity: 100;
  }
  .header-nav ul.menu > li ul li {
    position: relative;
  }
  .header-nav ul.menu > li ul li a {
    display: block;
    padding: 10px 20px;
    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%;
    min-width: unset;
  }
  .header-nav ul.menu > li ul li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  .home:not(.sticky) .header {
    position: absolute;
    top: 0;
    background-color: transparent;
  }
  .home:not(.sticky) .header-logo img {
    visibility: hidden;
  }
  .home:not(.sticky) .header-info a {
    color: #fff;
  }
  .home:not(.sticky) .header-info a:hover {
    color: var(--color-acc);
  }
  .home:not(.sticky) .header-nav ul.menu > li > a {
    color: #fff;
  }
  .home:not(.sticky) .header-nav ul.menu > li:last-child > a {
    color: #fff;
  }
  .home:not(.sticky) .header-nav ul.menu > li > a:hover {
    color: var(--color-acc);
  }
  .home:not(.sticky) .header-nav ul.menu > li:last-child > a:hover {
    background-color: #000;
    color: #fff;
  }
}
@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: 0.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 > a:after {
    content: "▼";
    position: absolute;
    right: 20px;
    color: #fff;
    cursor: pointer;
  }
  .header-nav ul.menu > li.menu-item-has-children > ul {
    max-height: 0;
    transition: 0.2s;
    overflow: hidden;
  }
  .header-nav ul.menu > li.open > ul {
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .header-nav ul.menu li > a {
    display: block;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    position: relative;
  }
  .header-nav ul.menu li > a:hover {
    color: #000;
  }
  .header-nav ul.menu ul li > a {
    padding-left: 40px;
  }
  .header-nav ul.menu ul li li > a {
    padding-left: 60px;
  }
  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: #fff;
  }
  .header-nav ul.menu > li.menu-item-has-children.current_page_item > a:after {
    color: #000;
  }
  body:not(.home) .header-nav ul.menu > li > a:hover, body.sticky .header-nav ul.menu > li > a:hover {
    color: #000 !important;
  }
  .header-nav ul.menu li.current_page_item ul li a {
    color: #000 !important;
  }
  .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: -12px;
    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: 750px;
  text-align: center;
}

.rounded-bg {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
          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: 100vh;
  overflow: hidden;
}

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

.banner-video-inner iframe, .banner-video-inner video {
  height: 100vh;
}

@media (min-width: 1650px) {
  .banner-video-inner iframe,
  .banner-video-inner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .banner-video-inner {
    position: relative !important;
    height: 100vh !important;
    transform: translate(0, 0) !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .banner-video-inner {
    height: 500px;
  }
  .banner.banner-video {
    min-height: 500px;
  }
  .banner-video-inner video {
    height: 500px;
  }
}
.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;
  z-index: 1;
  background-image: url(../405media/images/choose-filter.png);
}

.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 {
  font-size: 96px;
  margin-top: 0;
}
.banner-text .h2 {
  font-size: 60px;
}

.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: 100%;
  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-content {
  position: absolute;
  padding-left: 64px;
  padding-right: 64px;
  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;
}

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

.banner-form {
  max-width: 400px;
  border: 2px solid #fff;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0;
  padding: 2em 1em;
}

.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: #fff;
  border-radius: 2px;
  border: 1px solid #353535;
  color: #353535;
  padding: 13px 6px !important;
}

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

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

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

.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: 1px solid #fff;
  background-color: var(--color-acc);
  width: 100%;
  font-family: var(--font-heading);
  font-size: 18px;
  line-height: 35px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  border-radius: 24px;
}

.banner-form .gform_wrapper.gravity-theme .gform_footer input:hover {
  background-color: #000;
  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: #828282;
}

@media (max-width: 1024px) {
  .banner {
    min-height: auto;
  }
  .banner-form {
    display: none;
  }
}
.service-item {
  position: relative;
  overflow: hidden;
}

.service-item .service-inner:after {
  content: "";
  background-color: #000;
  opacity: 1;
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: height 0.4s ease-in-out;
  z-index: -1;
}

.service-item:hover .service-inner:after {
  height: 100%;
  opacity: 0.8;
}

.service-item:hover .service-inner p {
  background-color: transparent;
}

.service-item:hover .service-inner {
  justify-content: center;
}

.service-item .service-image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.col-6 .service-item .service-image {
  padding-top: 0;
  min-height: 468px;
  max-height: 468px;
}

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

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

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

.service-item.service-border {
  border: 0px;
  border-radius: 0 !important;
  transition: border 0.4s ease-in-out;
  background-color: #fff;
}

.service-item.service-border .service-inner {
  position: relative;
  padding-top: 20px;
  display: block;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
}

.service-item.service-border .service-image {
  padding-top: 0;
  border-radius: 30px;
  border: 0;
}

.service-item.service-border .service-inner h2 {
  position: relative;
  max-width: 100%;
  font-size: 30px;
  margin: 0;
}

.service-item.service-border .service-inner .text-only {
  color: var(--color-acc) !important;
  margin: 0;
  padding: 7px 40px;
  background-color: transparent;
  border-radius: 30px;
  margin-top: 20px;
  display: inline-block;
  border: 1px solid var(--color-acc);
}
.service-item.service-border .service-inner .text-only:hover {
  background-color: var(--color-acc);
  color: #fff !important;
}

.service-item.service-border .service-image:after {
  background-image: none;
  background-color: var(--color-acc);
  opacity: 0.9;
  height: 0px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: height 0.4s ease-in-out;
  z-index: 1;
  border-radius: 0;
}

.service-item.service-border .service-image-inner {
  position: relative;
}

.service-item.service-border .service-inner {
  position: relative;
  padding: 20px;
}

.service-item.service-border .service-inner h2 {
  position: relative;
}

.service-item.service-border .service-inner:after {
  display: none;
}

.service-item.service-border:hover .service-image:after {
  height: 100%;
}

.service-item.service-border:hover .service-inner .text-only {
  color: #fff !important;
  background-color: var(--color-acc);
}

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

.service-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  padding-bottom: 20px;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  border-radius: 10px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.service-inner p {
  transition: 0.4s ease-in-out;
  color: #fff;
}

.service-inner p {
  color: #fff;
  background-color: var(--color-acc);
  text-transform: uppercase;
  font-size: 16px;
  padding: 4px 30px;
}

.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: 700;
}

.service-inner h2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s ease-in-out;
}

.service-inner .desc {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  text-align: center;
  height: 0;
  margin-top: 10px;
  padding: 0;
}
.service-inner .desc p.text-only {
  text-transform: none;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  padding: 0 10px;
  margin-bottom: 10px;
}

.service-item:hover .service-inner .desc {
  opacity: 1;
  height: 100%;
}

.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-desc p {
  color: #231f20;
  font-size: 18px;
  line-height: 1.8;
}

.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;
  display: flex;
  flex-flow: wrap;
  grid-gap: 10px;
}

.feature-inner ul li {
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 30px;
  padding: 1em;
  padding-left: 70px;
}

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

.feature-inner ul li:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 47px;
  height: 36px;
  background-image: url(../405media/images/home/feature-icon.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%;
}

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

.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%;
    padding: 5em 1em 0;
    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;
}

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

.reviews-carousel.owl-carousel .owl-stage {
  display: flex;
}

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

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

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

.reviews-carousel .owl-nav .fa:hover {
  color: #2b3590;
}

.review-name .h3,
.review-name .h4 {
  color: var(--color-acc);
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.review-desc {
  color: #000;
  line-height: 30px; /* 218.75% */
  text-align: center;
}

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

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

.review-item {
  padding: 15px;
  height: 100%;
}
.review-item:hover .review-name a {
  text-decoration: underline;
}

.review-name {
  position: relative;
  margin-top: 30px;
}

.review-name a {
  color: #000;
}

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

.review-inner {
  height: 100%;
  padding: 50px 30px;
  background: #151515;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.4s ease-in-out;
  color: #000;
  border-radius: 0px;
  box-shadow: 0px 4px 20px 4px rgba(0, 0, 0, 0.25);
}

.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;
}

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-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;
  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;
}

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

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

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

.footer-menu ul li a {
  color: inherit;
  font-size: 16px;
  font-weight: 900;
}

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

.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;
}
.footer-contact .icon-holder:hover .fas {
  color: #fff;
}

.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;
}

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

.contact--info img {
  width: 50px;
  margin-right: 20px;
}

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

.contact--info:hover .icon-holder {
  background-color: #000;
}
.contact--info:hover .icon-holder .fas {
  color: #fff;
}

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

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

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

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

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

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

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

.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;
}

@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: 150px;
  padding-bottom: 150px;
  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;
}
.page-header-wrap .page-header-title span {
  color: #fff;
}

.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: 120px;
    padding-bottom: 120px;
  }
  .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 a {
  color: #fff;
}

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

.contact-info {
  margin: auto;
}

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

.icon-holder {
  background-color: var(--color-acc);
  width: 53px;
  height: 53px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

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

.icon-holder:hover {
  background-color: #000;
}

@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: 24px;
  padding: 15px 15px !important;
  vertical-align: middle;
  border: 1px solid #9C9C9C;
  font-family: var(--font-acc);
}

.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;
}

.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;
  font-weight: 400;
  text-transform: uppercase;
  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;
}

.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: 20px;
}

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

.custom-module.faq .answer {
  padding-top: 1em;
}
.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;
  text-transform: uppercase;
  background-color: #fff;
  color: #000;
  padding: 1em;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.custom-module.faq.active .content h4 {
  background-color: var(--color-acc);
  color: #fff;
}
.custom-module.faq.active .icon {
  filter: brightness(0) invert(1);
}

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

.faq .icon {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../405media/images/plus-minus-1.png) no-repeat;
  width: 26px;
  height: 26px;
  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%;
  }
}
.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-image: url(../405media/images/footer-bg.png);
  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: 2px solid #fff;
  overflow: hidden;
  height: 100%;
}

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

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

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

.city-service h2 {
  margin-bottom: 0;
  font-size: 32px;
  text-align: center;
  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: "";
  border-radius: 50%;
  background-color: var(--color-acc);
  position: absolute;
  top: 5px;
  left: 0;
  width: 13px;
  height: 13px;
}

.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%);
}

.full-4 {
  margin: 30px;
  padding: 10px 0;
  border-radius: 75.5px;
}
.full-4 .container-lg {
  max-width: 100%;
  padding: 0 40px;
}

@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-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;
}

.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;
  text-transform: uppercase;
}
.blog-title a {
  color: #000;
}

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

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

.blog-button {
  margin: auto;
  text-align: center;
  margin-top: 30px;
}

.blog-button a {
  display: inline-block;
  background-color: var(--color-acc);
  border: 1px solid var(--color-acc);
  color: #fff;
  font-weight: 700;
  border-radius: 33px;
  padding: 12px 25px;
  font-size: 16px;
  box-shadow: 0px 5px 6.58px 0.42px rgba(21, 42, 51, 0.09);
}

.blog-button a:hover {
  background-color: #000;
  color: #fff;
  border-color: var(--color-acc);
}

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

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

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

.page-content {
  z-index: 1;
  position: relative;
}

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

.subfooter-bg a {
  font-size: 24px;
  margin-right: 10px;
}

.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%;
}

.more-section .left-image img {
  width: 520px;
  height: 520px;
  border-radius: 50%;
}

.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-section .video-button {
  bottom: 40px;
  left: 20px;
  max-width: 400px;
}
.about-section .video-button img {
  border-radius: 0 !important;
}

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

.about-img .video-wrap:before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -3px;
  z-index: 1;
  width: 545px;
  height: 400px;
  background-image: url(../405media/images/Polygon.png);
}

.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 {
  border-radius: 50px;
  overflow: hidden;
}

.video-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  z-index: 2;
}

.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;
}

.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;
}

.banner-text p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.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 30px;
  color: #fff;
  min-width: 169px;
  display: inline-block;
  font-weight: 500;
  border: 1px solid var(--color-acc);
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: var(--font-body);
}
.btn-dark {
  background-color: #000;
  color: #fff;
}

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

.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 {
  background-color: transparent;
  border-color: var(--color-acc);
}

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

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

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

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

.section-title h1, .section-title .h1 {
  font-size: 48px;
  margin-top: 0;
  position: relative;
}

.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;
}

.section-title h1 span:first-child, .section-title .h1 span:first-child {
  font-weight: 300;
  font-size: 20px;
  display: block;
  font-family: var(--font-acc);
  text-shadow: none;
}

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

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

.section-description p {
  font-size: 18px;
}

.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 p {
  font-weight: 900;
}
.cta-bg ul {
  list-style: none;
  padding-left: 0;
}
.cta-bg ul li {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: var(--color-acc);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 900;
}
.cta-bg ul li a {
  text-decoration: underline;
}
.cta-bg ul li:before {
  content: "";
  background-image: url(../405media/images/ul-icon.png);
  width: 20px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 3px;
}

.cta-inner {
  max-width: 578px;
  color: #fff;
}

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

.cta-inner .btn {
  margin-top: 3rem;
  padding: 15px 50px;
}

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

.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);
}

.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: 14px solid var(--color-acc);
}

.bb-8 {
  border-bottom: 14px 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;
}

.contact-footer .btn-border {
  color: #fff;
}

.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 {
  background-color: #000;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.section-tab .nav-tabs li {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-family: var(--font-heading);
  font-weight: 400;
  border: 1px solid #fff;
  text-transform: uppercase;
}
.section-tab .nav-tabs li .nav-link {
  color: #fff;
  border: none;
  padding: 1em;
  display: block;
  cursor: pointer;
}
.section-tab .nav-tabs .nav-link.active {
  background-color: var(--color-acc);
  color: #000;
}

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

.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%;
}

@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 (max-width: 1440px) {
  .banner-bg-inner:after, .bg-after:after {
    bottom: -10px;
  }
  .banner-logo {
    max-width: 300px;
    margin: auto;
  }
  .banner-text img {
    max-width: 550px;
  }
}
@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-desc {
    max-width: 700px;
  }
  .banner-text .h1 {
    font-size: 70px;
  }
  .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;
  }
}
@media (max-width: 1250px) {
  .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;
  }
  .service-inner h2 {
    font-size: 28px;
  }
  .banner-text img {
    max-width: 400px;
  }
  .service-section .row {
    justify-content: center;
  }
  .service-section .col-3 {
    width: 33%;
  }
}
@media (max-width: 1152px) {
  .banner-desc {
    max-width: 500px;
  }
  .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%;
  }
  .service-inner h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .footer-information div[style="width:80px;"] {
    width: 50px !important;
  }
  .footer-information .flex-1 {
    overflow-wrap: break-word;
    inline-size: 220px;
  }
  .banner-content {
    max-width: 1000px;
  }
  .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;
  }
}
@media (max-width: 1024px) {
  .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 {
    min-height: 446px;
    padding: 0;
  }
  .banner-desc {
    margin: auto;
    max-width: 100%;
  }
  .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: 15px;
  }
  .header-nav ul li.current_page_item a {
    color: #000 !important;
    background-color: #fff;
  }
  .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;
  }
  .service-inner h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .testi-bg .section-title {
    text-align: center;
  }
  .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;
  }
  .footer-bottom.justify-between {
    text-align: center;
    justify-content: center;
  }
  .copyright {
    font-size: 13px;
  }
  .subfooter-bg a {
    font-size: 19px;
  }
  .cta-inner .h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .reviews-carousel .owl-nav {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .review-content {
    display: block;
    text-align: center;
  }
  .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;
  }
  .about-img .video-wrap:before {
    height: 290px;
  }
  .header-nav ul li:last-child.current_page_item a {
    background-color: #fff !important;
  }
  .header-nav ul.menu > li:last-child.current_page_item a {
    color: #000 !important;
  }
  .testi-bg .border-left:after {
    top: 10px;
  }
  .service-section .col-3 {
    width: 50%;
  }
  .footer-bottom .col-7 {
    width: 75%;
  }
  .banner-content {
    top: 50%;
  }
}
@media (max-width: 991px) {
  .service-section .col-3 {
    width: 100%;
  }
  .row-reverse {
    flex-flow: wrap;
  }
  .form-estimate {
    padding: 2em 1.5em;
  }
  .review-inner {
    min-height: 424px;
  }
  .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;
  }
  .footer-information .h4 {
    margin-top: 10px;
  }
  .footer-information .flex-1 {
    inline-size: 100%;
  }
  .footer-information {
    min-height: auto;
  }
  .about-section .image img, .about-section .about-img img, .about-section .relative img, .about-section .video-wrap img {
    width: 100%;
  }
  .border-bottom {
    margin-bottom: 30px;
  }
  .cta-inner .btn {
    padding: 11px 40px;
    margin: 2rem 0;
  }
  .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;
  }
  .contact-info .flex {
    display: block;
    text-align: center;
  }
  .icon-contact {
    margin: 0 auto 20px;
    width: 80px !important;
    height: 80px !important;
  }
  .icon-contact .fas {
    line-height: 80px;
  }
  .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;
  }
  .about-img .video-wrap:before {
    height: 400px;
  }
  .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 {
    background-image: none !important;
  }
  .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 .h1 {
    font-size: 50px;
  }
  .banner-text .h2 {
    font-size: 40px;
  }
  .cta-small {
    display: block;
  }
  .full-4 {
    border-radius: 0;
  }
  .service-inner {
    position: relative;
    padding-top: 30px;
    background-color: #000;
    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;
  }
  .footer-bottom .flex {
    display: block;
  }
  .footer-contact {
    margin-bottom: 30px;
  }
}
@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;
  }
}
@media (max-width: 767px) {
  .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;
  }
  .cta-bg {
    padding-bottom: 60px;
    padding-top: 60px;
    background-color: #000;
    margin: auto;
    border-bottom: 0;
    border-bottom-right-radius: 0;
  }
  .cta-bg:before {
    background-image: url(../405media/images/filter-cta.png);
    transform: rotate(-180deg);
    background-size: cover;
    background-position: left;
  }
  .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;
  }
  .cta-inner {
    margin: auto;
    max-width: 100%;
    padding: 0;
  }
  .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 .flex {
    display: block;
  }
  .footer-bottom-map .flex {
    display: block;
    text-align: center;
  }
  .footer-bottom-map {
    border-radius: 43px;
    padding: 3em;
  }
  .cta-inner .flex {
    display: block;
    text-align: center;
  }
  .btn {
    font-size: 19px;
    min-width: initial;
  }
  .service-item.service-border .service-inner {
    display: block;
  }
  .service-item.service-border .service-inner h2 {
    padding-bottom: 10px;
  }
  .left-image {
    height: 360px;
  }
  .more-section .left-image img {
    width: 360px !important;
    height: 360px;
  }
  .section-tab .nav-tabs {
    flex-flow: wrap;
  }
  .service-item {
    border-bottom: 0;
  }
  .banner.banner-video {
    min-height: 650px;
  }
  .banner-video-inner {
    height: 650px;
  }
  .banner-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .banner-bg, .city-about-bg {
    height: auto;
  }
  .header-top p {
    font-size: 16px;
  }
  .banner-logo img {
    zoom: 45%;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .about-img .video-wrap:before {
    left: -3px;
    width: 100%;
    height: 220px;
  }
  .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;
  }
  .about-section .video-button {
    max-width: 250px;
    left: 15px;
  }
  .banner {
    min-height: 446px;
  }
  .page-header-title {
    overflow-wrap: break-word;
    max-width: 400px;
    margin: auto;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .choose-img img {
    min-height: 300px;
  }
  .banner-text p:last-child img {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */
#gform_1 .gfield_description,
#gform_1 .gform-field-label{
    color:#fff!important;
}