* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.firefox,
html.chrome,
html.safari {
  display: block;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus {
  outline: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

html body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  padding: 0px;
  margin: 0px;
  position: relative;
}

*::-moz-selection {
  color: #fff;
  background: #000;
}

*::selection {
  color: #fff;
  background: #000;
}

*::-moz-selection {
  color: var(--white);
  background: var(--primary);
}

*::-webkit-selection {
  color: var(--white);
  background: var(--primary);
}

*::-ms-selection {
  color: var(--white);
  background: var(--primary);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Poppins", sans-serif;
  border: 0;
  outline: 0;
  font-size: 100%;
}

b,
strong {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #63f400;
  text-decoration: none;
  outline: none !important;
  transition: all 0.5s;
}

body a:focus {
  outline: none !important;
}

body a:hover {
  color: var(--primary);
  outline: none !important;
  transition: all 0.5s;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li {
  list-style: none;
}

input,
select,
textarea,
.site textarea {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  width: 100%;
  background: #fff;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
}

body p {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  padding-bottom: 10px;
}

body p a {
  color: #63f400;
  font-weight: 900;
}

body p:last-child {
  padding-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ethnocentric";
}

h1 {
  font-size: 54px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 5.4px;
  text-transform: capitalize;
  color: #fff;
}

h2 {
  color: #000;
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
}

html body .owl-carousel .owl-nav button.owl-prev,
html body .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: -35px;
  right: auto;
  top: 50%;
  bottom: auto;
  margin: auto;
  font-size: 0;
  background-image: url("../images/owl-arrow.svg");
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  z-index: 1;
  transform: translateY(-50%) rotate(180deg);
  background-size: contain;
}

html body .owl-carousel .owl-nav button.owl-next {
  transform: translateY(-50%) rotate(0deg);
  left: auto !important;
  right: -35px;
}

html body .owl-carousel .owl-nav button.disabled {
  opacity: 0.5;
}

html body .owl-dots {
  text-align: center;
  margin: 0 0 20px;
}

html body .owl-dots button {
  height: 6px;
  width: 32px;
  background: #cfcfcf !important;
  border-radius: 50px;
  padding: 0;
  border: 0;
  transition: unset;
  margin: 0 5px;
}

html body .owl-dots button.active {
  background: var(--primary) !important;
  transition: unset;
  position: relative;
}

html body .owl-dots button span {
  display: none;
}

.gform_wrapper .gform_heading {
  display: none;
}

.gform_wrapper.gravity-theme form {
  position: relative;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
  background: rgb(255, 255, 255);
  height: 50px;
  padding: 5px 12px !important;
  color: #000000;
  font-size: 16px !important;
  font-weight: 500;
  border-radius: 8px;
  font-family: "Poppins", sans-serif !important;
  border: 1px solid rgba(18, 75, 38, 0.3019607843);
}

.gform_wrapper .gfield input::-moz-placeholder, .gform_wrapper .gfield select::-moz-placeholder, .gform_wrapper .gfield textarea::-moz-placeholder {
  color: #333;
  font-weight: 400;
}

.gform_wrapper .gfield input::placeholder,
.gform_wrapper .gfield select::placeholder,
.gform_wrapper .gfield textarea::placeholder {
  color: #333;
  font-weight: 400;
}

.gform_wrapper .gfield select {
  line-height: normal !important;
}

.gform_wrapper .gfield select option {
  color: #000;
}

.gform_wrapper .gfield_checkbox input,
.gform_wrapper input[type=checkbox] {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  height: 14px;
  width: 14px;
  line-height: 14px !important;
  padding: 0 !important;
  margin-right: 9px;
  position: relative;
  cursor: pointer;
  height: auto !important;
}

.gform_wrapper .gfield_error legend {
  color: #222 !important;
}

.gform_wrapper .gfield_error label {
  color: #999 !important;
}

.gform_wrapper .gfield .gfield_checkbox .gfield_label {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.gform_wrapper .gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.gform_wrapper .gfield legend.gfield_label {
  margin-bottom: 20px;
}

.gform_wrapper .gfield legend.gfield_label .gfield_required {
  display: none;
}

.gform_wrapper .gfield_checkbox label {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: capitalize;
}

.gform_wrapper .gfield select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.gform_wrapper .gfield .ginput_container_select::before {
  position: absolute;
  content: "";
  background-image: url("../images/drop-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 9px;
  right: 20px;
  top: 0;
  pointer-events: none;
  bottom: 0;
  margin: auto 0;
}

html .gform_wrapper .gfield textarea {
  height: 120px !important;
  resize: none;
  padding: 15px 20px !important;
}

.gform_wrapper .gfield div.ginput_container {
  background-color: transparent;
  width: 100%;
}

.gform_wrapper::-webkit-input-placeholder,
.gform_wrapper:-ms-input-placeholder,
.gform_wrapper::placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 400;
}

.gform_wrapper .gform_footer {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.ginput_container_consent label.gfield_consent_label {
  color: #4d4d4d;
  font-size: 16px;
}

.gform_wrapper .gfield div.ginput_container {
  position: relative;
}

.ginput_container_consent label.gfield_consent_label a {
  color: var(--primary);
}

.ginput_container_consent label.gfield_consent_label a:hover {
  color: var(--dark);
}

.gform_wrapper .gform_footer .gform_button {
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 11;
  cursor: pointer;
  margin: 0 !important;
  width: 100%;
  letter-spacing: 0.48px;
  background: rgba(255, 255, 255, 0);
  padding: 20px 32px 20px 32px;
  display: inline-block;
  border: 1px solid var(--primary);
  transition: all 0.5s;
  color: var(--primary);
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 100px;
  position: relative;
}

.gform_wrapper .gform_footer .gform_button:hover {
  background: var(--primary);
  color: var(--white);
  transition: all 0.5s;
}

.gform_wrapper input::-webkit-outer-spin-button,
.gform_wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.gform_wrapper input[type=radio] {
  height: 15px !important;
  width: 15px !important;
  margin-right: 5px;
  line-height: normal !important;
}

.gform_wrapper .gfield_radio {
  display: grid;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.gform_wrapper .gfield_radio > .gchoice {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  padding: 10px 15px 10px 14px;
}

.gform_wrapper .gfield_radio label {
  color: #999;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
  white-space: nowrap;
}

.gform_validation_errors {
  background: transparent !important;
  border: 1px solid red !important;
  margin: 15px 0 !important;
  padding: 0 !important;
  text-align: center;
  height: auto !important;
  line-height: normal;
  box-shadow: unset !important;
}

.gform_validation_errors h2.gform_submission_error {
  padding: 10px !important;
  font-size: 12px !important;
  line-height: 120% !important;
  background: transparent;
  font-weight: 500 !important;
  margin-top: 0px !important;
  letter-spacing: 0.4px;
  color: red !important;
  text-align: center;
  margin: 0 !important;
  text-transform: capitalize;
}

.gform_validation_errors span.gform-icon.gform-icon--close {
  display: none !important;
}

.gfield_validation_message {
  background: transparent !important;
  border: 0 !important;
  font-size: 13px !important;
  padding: 0 !important;
  color: red !important;
  font-weight: 400;
  letter-spacing: 0.5px !important;
}

.instruction.validation_message {
  display: none;
}

.gform_confirmation_message h3 {
  padding: 20px 0 0;
  font-weight: 600;
}

.gform_confirmation_message p {
  font-size: 18px !important;
  color: var(--text);
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: unset !important;
  gap: 20px !important;
}

legend.gfield_label {
  color: #222;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: -0.4px;
}

.gform_confirmation_message img {
  margin-left: 0;
}

.gform_confirmation_message h3 {
  padding: 10px 0 0;
  font-weight: 600;
  font-size: 30px;
  color: #fff;
}

.gform_confirmation_message p {
  line-height: normal;
  font-size: 18px;
  color: var(--text);
}

.gform_confirmation_message {
  color: green;
  font-weight: 700;
  font-size: 18px;
  background: #e1ffe1;
  padding: 20px 30px;
  text-align: center;
  border-radius: 5px;
}

.id-wrapper {
  margin-top: -120px;
  padding-top: 120px;
  display: block;
  width: 100%;
  pointer-events: none;
}

.for-mobile {
  display: none;
}

@font-face {
  font-family: "Ethnocentric";
  src: url("fonts/Ethnocentric-Regular.woff2") format("woff2"), url("fonts/Ethnocentric-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ethnocentric";
  src: url("fonts/Ethnocentric-Italic.woff2") format("woff2"), url("fonts/Ethnocentric-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Air";
  src: url("fonts/Air-Bold.woff2") format("woff2"), url("fonts/Air-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.fixed {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 888;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  background: transparent;
  margin: 0 auto;
  padding: 22px 0;
}

#header .menu li {
  margin-right: 0 !important;
  position: relative;
}

#header .menu li.current-menu-item::before,
#header .menu li.current-menu-parent::before {
  position: absolute;
  content: "";
  background: #63F400;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -21px;
}

#header .social-media-wrap {
  display: none;
}

#header.fixed .menu li.current-menu-item::before {
  bottom: -21px;
}

#header .menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

#header .menu li.current-menu-item a,
#header .menu li.current-menu-parent a {
  color: #63F400;
}

#header .wrapper ul#menu-header-menu li.current-menu-parent span.submenu-click-arrow {
  filter: brightness(0) saturate(100%) invert(78%) sepia(94%) saturate(397%) hue-rotate(59deg) brightness(108%) contrast(106%);
}

#header .menu li a:hover,
#header .menu li:hover {
  color: #63f400 !important;
}

#header.fixed {
  padding: 12px 0;
}

#header .wrapper .header-logo {
  width: 100%;
  transition: all ease 0.5s;
}

#header.fixed .wrapper .header-logo {
  width: 80px;
  transition: all ease 0.5s;
}

#header::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(32, 12, 46, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

#header .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  width: 1430px;
  max-width: 100%;
  margin: 0 auto;
}

#header .wrapper ul#menu-header-menu {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #63f400 -12.18%, #124b26 16.16%, #124b26 86.65%, #63f400 109.58%);
  padding: 21px 60px;
  gap: 45px;
  background-image: url(../images/header-menu-img.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#header .wrapper ul#menu-header-menu > li {
  position: relative;
  margin-right: 35px;
}

#header .wrapper ul#menu-header-menu li a:hover,
#header .wrapper ul#menu-header-menu li.active,
#header .wrapper ul#menu-header-menu li.menu-has-children:hover a {
  color: var(--primary);
}

#header .wrapper ul#menu-header-menu li a:hover::before,
#header .wrapper ul#menu-header-menu li.active a::before,
#header .wrapper ul#menu-header-menu li.menu-has-children:hover > a::before {
  opacity: 1;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children a::before {
  content: none;
}

#header .wrapper ul#menu-header-menu li.menu-has-children:hover > a {
  color: var(--primary);
}

#header .mobile-info-wrap {
  display: none;
}

#header .wrapper ul#menu-header-menu li:hover span.submenu-click-arrow {
  filter: brightness(0) saturate(100%) invert(78%) sepia(94%) saturate(397%) hue-rotate(59deg) brightness(108%) contrast(106%);
}

#header .wrapper ul#menu-header-menu span.submenu-click-arrow {
  background: url("../images/ic-menu-dropdown-arrow-black.svg") no-repeat;
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  left: auto;
  right: 0px;
  top: 7px;
  cursor: pointer;
  transition: all ease 0.5s;
  background-size: contain;
  pointer-events: none;
}

#header .wrapper ul#menu-header-menu ul.sub-menu {
  background-color: #fff;
  width: 240px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 10px;
  top: 53px;
  transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.5s;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -moz-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -o-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform-origin: top;
  border-radius: 8px;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li::before {
  display: none;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  padding: 0px;
  text-align: left;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li a {
  color: #060C07;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  display: block;
  cursor: pointer;
  padding: 10px;
  transition: unset;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li a:hover {
  background: #114a25;
  color: #fff !important;
  border-radius: 5px;
  transition: 0;
  transition: unset;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li:last-child a {
  margin-bottom: 0;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li:last-child a {
  border: 0;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children {
  padding-right: 20px;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 20px;
  top: auto;
  bottom: -19px;
}

#header .wrapper ul#menu-header-menu > li:hover > a {
  color: var(--primary) !important;
}

#header.fixed .wrapper ul#menu-header-menu > li:hover > a {
  color: var(--primary) !important;
}

#header .wrapper ul#menu-header-menu > li:last-child {
  margin-right: 0px;
}

#header .wrapper .right-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

#header .wrapper .middle-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

#header .header-btn-wrap {
  margin-left: 47px;
}

#header .header-logo a {
  display: block;
  position: relative;
  z-index: 99;
}

#header .header-logo a img {
  width: 100%;
  max-height: unset;
  height: auto;
}

/**/
#header .res_navigation {
  cursor: pointer;
  display: none;
}

.res_navigation .nav-toggle {
  display: block;
  position: relative;
  transition: 0.3s ease;
  z-index: 9;
  width: 27px;
  height: 22px;
  top: 2px;
}

.res_navigation .nav-toggle span {
  position: absolute;
  height: 3px;
  border-radius: 10px;
  width: 100%;
  background: #fff;
  left: auto;
  right: 0;
  top: 0;
}

.res_navigation .nav-toggle span:first-child,
.res_navigation .nav-toggle span:nth-child(2) {
  transition: 0.2s ease-in-out;
  width: 25px;
}

.res_navigation .nav-toggle span:nth-child(2) {
  top: 8px;
}

.res_navigation .nav-toggle span:last-child {
  top: 16px;
  width: 16px;
  transition: opacity 0.2s ease-in-out;
}

.res_navigation .nav-toggle.active {
  transform: rotate(45deg);
}

.res_navigation .nav-toggle.active span:first-child {
  transform: translateX(-3%) rotate(90deg);
  top: 8px;
}

.res_navigation .nav-toggle.active span:last-child {
  opacity: 0;
}

#header.fixed .header-logo a {
  max-width: 150px;
}

#header.fixed {
  background-color: rgba(255, 255, 255, 0.2117647059) !important;
  padding: 8px 0;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.mobile-list-menu {
  display: none;
}

#header .header-btn-wrapper .btn-main.sm:hover {
  background: #d80005;
}

#header .contact-btn-header a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 36px;
  background-image: url("../images/btn-main-img.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#header .contact-btn-header a img {
  margin: 0;
}

#header .header-main-menu {
  display: flex;
  align-items: center;
}

#header .header-main-menu .contact-btn-header span {
  color: #060d08;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}

#header .header-main-menu .main {
  font-weight: 700 !important;
}

#header .header-main-menu .number {
  color: #060d08 !important;
  font-family: Arial;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: normal !important;
  text-transform: capitalize !important;
}

/* section css start */
.container {
  width: 1430px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  float: none;
  padding: 0 15px;
}

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

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

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

/* width */
::-webkit-scrollbar {
  height: 4px;
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2) !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

.mCSB_scrollTools {
  opacity: 1 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--secondary) !important;
}

.jump-link {
  display: block;
  width: 100%;
  margin-top: -82px;
  padding-top: 82px;
}

.page-not-found {
  padding: 220px 0px 100px;
  position: relative;
}

.page-not-found h1 {
  color: #000000;
  letter-spacing: normal;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  line-height: 120%;
  font-weight: 600;
}

.entry-title {
  display: none;
}

button.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 0px;
  background-color: #d3d5d4 !important;
  left: 0;
  transition: all 0.5s;
  transform: translate(0px) !important;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
}

.slick-next.slick-arrow {
  right: 0;
  left: auto;
}

.slick-prev.slick-arrow {
  transform: rotate(180deg) !important;
}

button.slick-arrow:before {
  content: "";
  height: 18px;
  width: 11px;
  background-image: url(../images/right-icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  top: 0px;
  margin: auto;
  background-position: center center;
  background-size: cover;
  transition: all 0.5s;
  pointer-events: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.2;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  pointer-events: none;
}

button.slick-arrow:hover:before {
  transition: all 0.5s;
  opacity: 1;
  background-image: url(../images/right-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  pointer-events: none;
}

.slick-prev.slick-arrow {
  left: -90px;
}

.slick-next.slick-arrow {
  right: -90px;
}

button.slick-arrow:hover {
  background-color: #63f400 !important;
}

.main-btn {
  color: #091700;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  padding: 16px 37px;
  display: inline-block;
  transition: 0.3s ease;
  margin-top: 30px !important;
  background-image: url("../images/btn-main-img.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.main-btn:hover {
  background-image: url("../images/btn-hover-img.png");
  color: #63f400;
}

.border-btn {
  color: #63f400;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  padding: 16px 37px;
  display: inline-block;
  transition: 0.3s ease;
  margin-top: 30px !important;
  background-image: url("../images/btn-hover-img.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.border-btn:hover {
  background-image: url("../images/btn-main-img.png");
  color: #091700;
}

.banner-section {
  position: relative;
}

.banner-section .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-section .img-box .mobile-img {
  display: none;
}

.banner-section .wrap {
  padding: 217px 0;
}

.banner-section .wrap h1 {
  margin-top: 10px;
}

.banner-section .wrap .sub-heading {
  color: #4ec80a;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding-bottom: 12px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.banner-section .wrap .sub-heading::before {
  position: absolute;
  content: "";
  background-image: url("../images/home-banner-before.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 167px;
  height: 89px;
  right: -180px;
  top: 30%;
  transform: translateY(-50%);
  pointer-events: none;
}

.banner-section .wrap .main-btn {
  margin-top: 50px;
}

.banner-section .wrap .wrap-box {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
}

.banner-section .wrap .wrap-box .inner-box {
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid #ffffff;
  padding-right: 30px;
}

.banner-section .wrap .wrap-box .inner-box:last-child {
  border: 0;
  padding: 0;
}

.banner-section .wrap .wrap-box .inner-box .content-box p {
  color: #fff;
  padding-bottom: 0;
  line-height: 24px;
}

.banner-section .wrap .wrap-box .inner-box .content-box img {
  margin: 0;
}

.home-about {
  padding: 75px 0 25px 0;
}

.home-about .wrap .sub-heading {
  font-size: 26px;
  font-weight: 400;
  line-height: 145%;
  margin-top: 20px;
}

.home-about .mobile-icon {
  display: flex;
  align-items: center;
  gap: 15px;
  display: none;
  margin-top: 25px;
}

.home-about .mobile-icon .inner-box .content-box {
  flex-shrink: 0;
}

.home-about .mobile-icon .inner-box {
  border-right: 1px solid #000000;
  padding-right: 15px;
}

.home-about .mobile-icon .inner-box:last-child {
  border-right: 0;
  padding-right: 0px;
}

.home-about .mobile-icon .inner-box .image-div img,
.home-about .mobile-icon .inner-box .content-box img {
  filter: grayscale(1) invert(1);
}

.home-about .mobile-icon .inner-box .content-box img {
  margin-bottom: 4px;
}

.home-about .mobile-icon .inner-box .content-box p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  padding: 0;
}

.home-service {
  padding: 130px 0 80px 0;
  background: #f5f6f6;
  position: relative;
  margin-top: 100px;
}

.home-service .main-btn:hover {
  color: #010300;
}

.home-service::before {
  position: absolute;
  content: "";
  background-image: url("../images/home-service-before-img.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1458px;
  height: 168px;
  top: -92px;
  background-color: #fff;
  left: 13%;
  pointer-events: none;
}

.home-service .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-top: 50px;
}

.home-service .wrap .inner-wrap {
  position: relative;
}

.home-service .wrap .inner-wrap::before {
  position: absolute;
  content: "";
  border-top: 6px solid #62f705;
  top: 0;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  pointer-events: none;
}

.home-service .wrap .inner-wrap .content-box {
  padding: 25px 20px;
  background: #ffffff;
  border-radius: 10px;
}

.home-service .wrap .inner-wrap .content-box .heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
  border-bottom: 1px solid #e6e9e7;
}

.home-service .wrap .inner-wrap .content-box .text {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
}

.home-service .wrap .inner-wrap .content-box .learn-more {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #262726;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.96px;
  text-transform: capitalize;
  padding-top: 15px;
}

.home-service .wrap .inner-wrap .content-box .learn-more img {
  margin: 0;
}

.home-service .wrap .inner-wrap .content-box .learn-more:hover {
  color: #63f400;
}

.home-service .wrap .inner-wrap .content-box .learn-more:hover img {
  filter: invert(74%) sepia(71%) saturate(600%) hue-rotate(60deg) brightness(95%) contrast(95%);
}

.home-service .wrap .inner-wrap .footer-img {
  position: relative;
}

.home-service .wrap .inner-wrap .footer-img::after {
  position: absolute;
  content: "";
  background-image: url("../images/service-after-img.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 343px;
  height: 25px;
  left: 0;
  bottom: -15px;
  pointer-events: none;
}

.home-service .wrap .inner-wrap .footer-img img {
  clip-path: polygon(100% 0, 100% 56%, 71% 100%, 0 100%, 0 0);
  margin: 0;
  width: 100%;
  border-radius: 0 0 0 10px;
}

.home-service .wrap .inner-wrap .footer-img .before-img {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.home-service .wrap .inner-wrap .footer-img .before-img img {
  clip-path: none;
  margin: 0;
  border-radius: 0;
}

.home-service .btn-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 70px;
}

.home-service .btn-wrap .main-btn {
  margin-top: 0 !important;
}

.home-service .btn-wrap .request-btn::before {
  position: absolute;
  content: "";
  background-image: url("../images/two-btn-img.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

.home-service .btn-wrap .contact-btn::after {
  position: absolute;
  content: "";
  background-image: url("../images/two-btn-img.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  pointer-events: none;
}

.unoque-section {
  padding: 125px 0 100px 0;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f5f6f6;
}

.unoque-section h2 {
  color: #fff;
}

.unoque-section .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 50px;
}

.unoque-section .wrap .inner-wrap {
  border: 7px solid #fff;
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  cursor: pointer;
  transition: all ease 0.5s;
}

.unoque-section .wrap .inner-wrap:hover {
  border: 7px solid #63f400;
}

.unoque-section .wrap .inner-wrap p {
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
  margin-top: 20px;
}

.unoque-section .bottom-text {
  margin-top: 45px !important;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 150%;
  max-width: 1050px;
  margin: 0 auto;
}

.unoque-section .bottom-text span {
  color: #63f500;
}

.residential-commercial-section {
  position: relative;
}

.residential-commercial-section .img-box {
  display: flex;
}

.residential-commercial-section .commercial-img,
.residential-commercial-section .residential-img {
  width: 100%;
  position: relative;
}

.residential-commercial-section .commercial-img img,
.residential-commercial-section .residential-img img {
  width: 100%;
}

.residential-commercial-section .wrap {
  display: grid;
  grid-template-columns: 50% 50%;
}

.residential-commercial-section .content-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.residential-commercial-section .wrap .heading {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  padding-bottom: 20px;
}

.residential-commercial-section .wrap p {
  color: #fff;
}

.residential-commercial-section .wrap ul li {
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  position: relative;
}

.residential-commercial-section .wrap ul li:before {
  position: absolute;
  content: "";
  background: #63f500;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: -18px;
  top: 3px;
  pointer-events: none;
}

.residential-commercial-section .wrap ul li:last-child {
  margin: 0;
}

.residential-commercial-section .wrap ul {
  padding: 16px 0 20px 20px;
}

.residential-commercial-section .residential-img:before,
.residential-commercial-section .commercial-img:before {
  position: absolute;
  content: "";
  background: linear-gradient(185deg, rgba(0, 0, 0, 0.83) -2.8%, rgba(30, 30, 30, 0.62) 22.84%, rgba(59, 59, 59, 0.5) 48.55%, rgba(115, 115, 115, 0) 68.98%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.residential-commercial-section .mobile-section {
  display: none;
}

.residential-commercial-section .residential-img:after,
.residential-commercial-section .commercial-img:after {
  position: absolute;
  content: "";
  border: 12px solid #63f400;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.residential-commercial-section .commercial-img:after {
  border-left: 0;
}

.residential-commercial-section .wrap ul li::marker {
  color: #63f500;
  font-size: 30px;
  line-height: 0;
}

.residential-commercial-section .wrap .left {
  padding: 60px 65px 0 0;
}

.residential-commercial-section .wrap .right {
  padding: 60px 0 0 65px;
}

.clients-say-section {
  padding: 100px 0;
}

.clients-say-section .wrap {
  max-width: 1220px;
  margin: 0 auto;
}

.clients-say-section .wrap .slider-box {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 100px 30px 30px 30px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 383px;
  margin: 0 30px;
}

.clients-say-section .wrap .slider-box::before {
  position: absolute;
  content: "";
  border-right: 10px solid #63f400;
  width: 10px;
  height: 70%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.clients-say-section .wrap .slider-box .quotes-img {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
}

.clients-say-section .wrap .slider-box .heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
}

.clients-say-section .wrap .slider-box .text::-webkit-scrollbar-thumb {
  background: #eee;
}

.clients-say-section .wrap .slider-box .text::-webkit-scrollbar {
  width: 2px;
}

.clients-say-section .wrap .slider-box .text {
  font-style: italic;
  max-height: 131px;
  overflow-y: auto;
  margin-top: 10px;
}

.clients-say-section .wrap .slider-box .rating-box {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.clients-say-section .wrap .slider-box .rating-box img {
  margin: 0;
}

.clients-say-section .wrap .slider-box .rating-box .user-box {
  display: flex;
  align-items: center;
  gap: 16px;
}

.clients-say-section .wrap .slider-box .rating-box .user-box .user-name {
  font-size: 16px;
  line-height: normal;
  padding: 0;
}

.clients-say-section .wrap .slider-box .rating-box .user-box .user-info {
  color: #333333;
}

.clients-say-section .wrap .slider-box .rating-box .user-box img {
  width: 54px;
  height: 54px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50;
}

.clients-say-section .wrap {
  margin-top: 50px;
}

.clients-say-section .wrap .slick-track {
  display: flex;
  padding: 50px 0;
}

.clients-say-section .wrap .slick-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  bottom: 0;
}

.clients-say-section .wrap .slick-dots li.slick-active button:after,
.clients-say-section .wrap .slick-dots li.slick-active {
  width: 30px;
}

.clients-say-section .wrap .slick-dots li {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
}

.clients-say-section .slick-dots button {
  padding: 0;
  width: 0;
  height: 0;
}

.clients-say-section .slick-dots button::before {
  display: none;
}

.clients-say-section .slick-dots li.slick-active button:after {
  background: #272727;
}

.clients-say-section .slick-dots li button:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #d3d5d4;
  border-radius: 30px;
  pointer-events: none;
}

.colorado-section {
  background-color: #000000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0;
}

.colorado-section .wrap {
  display: grid;
  grid-template-columns: auto 608px;
  gap: 28px;
}

.colorado-section .wrap .left h2 {
  margin-bottom: 40px;
}

.colorado-section .wrap .left .border-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.colorado-section .wrap .left h2,
.colorado-section .wrap .left p {
  color: #fff;
}

.colorado-section .wrap .left div {
  max-width: 665px;
}

.colorado-section .wrap .left div p {
  line-height: 150%;
}

.colorado-section .border-btn {
  display: none;
}

.colorado-section .wrap .right {
  display: grid;
  grid-template-columns: auto 245px;
  align-items: center;
  gap: 20px;
}

.colorado-section .wrap .right .wrap-img {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.colorado-section .wrap .right img {
  border-radius: 10px;
}

.our-project-section {
  padding: 100px 0 180px 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #f5f6f6;
}

.our-project-section::before {
  position: absolute;
  content: "";
  background-image: url("../images/our-project-main.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1770px;
  height: 169px;
  top: -89px;
  right: 0;
  pointer-events: none;
}

.our-project-section h2 {
  color: #fff;
}

.our-project-section .wrap {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.f-panzoom__wrapper {
  margin-top: 10px;
  max-width: 70% !important;
  max-height: 70% !important;
}

.f-panzoom__viewport > .f-panzoom__content {
  border-radius: 5px;
}

.our-project-section .wrap .inner-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all ease 0.2s;
}

.our-project-section .wrap .inner-wrap img {
  width: 100%;
  height: 100%;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-project-section .wrap .inner-wrap .gallery-box {
  position: relative;
  z-index: 11;
}

.our-project-section .wrap .inner-wrap .heading {
  display: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding: 0;
}

.our-project-section .wrap .inner-wrap:hover .heading {
  display: block;
  z-index: 1;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding: 0 6px;
}

.our-project-section .wrap .inner-wrap:hover {
  outline: 3px solid #63f200;
}

.our-project-section .wrap .inner-wrap:hover::before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 17.58%, rgba(0, 0, 0, 0.99) 100.12%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all ease 0.2s;
  pointer-events: none;
}

.our-project-section .wrap .inner-wrap:hover .plus-icon {
  visibility: visible;
}

.our-project-section .wrap .plus-icon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  visibility: hidden;
  transition: all ease 0.2s;
}

.accolades {
  padding: 100px 0;
}

.accolades .heading {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.72px;
  padding: 0;
}

.accolades .wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
  margin-top: 50px;
}

.accolades .wrap .inner-wrap {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.11);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-section {
  position: relative;
}

.contact-section .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.contact-section .wrap {
  max-width: 890px;
  margin: 0 auto;
  padding-top: 100px;
}

.contact-section .mobile-img {
  display: none;
}

.contact-section .wrap h2 {
  margin-bottom: 20px;
}

.contact-section .wrap h2 {
  color: #fff;
}

.contact-section .wrap h2 span {
  color: #65f701;
  font-family: "Ethnocentric";
}

.contact-section .wrap p {
  color: #fff;
  padding: 0;
}

.about-banner {
  position: relative;
}

.about-banner .img-box .mobile-img {
  display: none;
}

.about-banner:after {
  position: absolute;
  content: "";
  background-image: url("../images/about-banner-after.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 246px;
  height: 244px;
  left: 0;
  top: 0;
  pointer-events: none;
}

.about-banner .desktop-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.about-banner .wrap {
  padding: 226px 0;
}

.about-banner .wrap h1 {
  line-height: 110%;
}

.about-banner .wrap .text {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  margin-top: 30px;
  max-width: 460px;
}

.about-sub {
  padding: 80px 0 50px;
}

.about-sub .wrap .sub-heading {
  font-size: 26px;
  font-weight: 400;
  line-height: 145%;
  margin-top: 20px;
  max-width: 800px;
}

.about-home-service .wrap {
  display: grid;
  grid-template-columns: auto 660px;
  gap: 24px !important;
  margin-top: 60px;
  margin-bottom: 20px;
}

.about-home-service .wrap div {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  flex-shrink: 0;
}

.about-home-service .wrap img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-home-service p {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.4px;
}

.about-home-service .specialize-wrap .heading {
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 28px;
  padding: 0;
  margin-top: 30px;
}

.about-home-service .specialize-wrap {
  margin-bottom: 40px;
}

.about-home-service .specialize-wrap .specialize-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 10px;
}

.about-home-service .specialize-wrap .specialize-list .inner-box {
  position: relative;
  background: #FFFFFF;
  padding: 14px 10px 14px 55px;
  cursor: pointer;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  transition: all 0.5s;
}

.about-home-service .specialize-wrap .specialize-list .box-main {
  position: relative;
}

.about-home-service .specialize-wrap .specialize-list .box-main::after {
  position: absolute;
  content: "";
  background-image: url("../images/specialize-list-before.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 339px;
  height: 33px;
  right: 5px;
  bottom: -11px;
  pointer-events: none;
}

.about-home-service .specialize-wrap .specialize-list .inner-box:hover {
  transition: all 0.5s;
  background: linear-gradient(90deg, #63F400 -9.59%, #124B26 50%);
}

.about-home-service .specialize-wrap .specialize-list .inner-box:hover:before {
  background: #fff;
  transition: all 0.5s;
}

.about-home-service .specialize-wrap .specialize-list .inner-box::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #63F500;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
  pointer-events: none;
}

.about-home-service .specialize-wrap .specialize-list .inner-box:hover p {
  color: #fff;
}

.about-home-service .specialize-wrap .specialize-list .inner-box p {
  padding: 0;
  font-size: 18px;
}

.about-home-service .team-wrap {
  margin-top: 100px;
}

.about-home-service .content-box p {
  padding: 0;
  margin-bottom: 25px;
}

.about-home-service .content-box p:last-child {
  margin-bottom: 0;
}

.about-home-service .about-logo {
  position: absolute;
  right: 0;
  top: -322px;
}

.quote-section {
  padding: 125px 0 100px 0;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.quote-section .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.quote-section .wrap .inner-box {
  border: 12px solid #124B26;
  border-radius: 50%;
  background: #FFFFFF;
  padding: 70px 10px;
  width: 290px;
  height: 290px;
  overflow: hidden;
}

.quote-section .wrap .inner-box p {
  margin-top: 18px;
  text-align: center;
}

.quote-section .wrap .inner-box p span {
  font-size: 30px;
}

.quote-section .sub-heading {
  color: #FFF;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.72px;
  padding-bottom: 0;
  padding-top: 50px;
}

body.page-template-service {
  overflow: visible;
}

.service-banner {
  position: relative;
}

.service-banner .wrap p {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 0;
  margin-top: 10px;
}

.service-banner .service-mobile {
  display: none;
}

.service-banner .desktop-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.service-banner:after {
  position: absolute;
  content: "";
  background-image: url("../images/about-banner-after.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 246px;
  height: 244px;
  left: 0;
  top: 0;
  pointer-events: none;
}

.service-banner .wrap {
  padding: 226px 0;
}

.service-sidebar {
  padding: 100px 0;
}

.service-sidebar .wrap {
  display: flex;
  gap: 50px;
}

.service-sidebar .wrap .sidebar {
  width: 348px;
  flex-shrink: 0;
  position: sticky;
  top: 130px;
  height: -moz-fit-content;
  height: fit-content;
}

.service-sidebar .wrap .sidebar .service-list {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #CDCFCE;
  background: #F5F6F6;
  margin-bottom: 60px;
}

.service-sidebar .wrap .sidebar .service-list .heading {
  color: #FFF;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #63F400 -6.03%, #124B26 62.85%);
  padding: 20px 30px;
}

.service-sidebar .wrap .sidebar .service-list ul {
  border-top: 0;
  padding: 30px;
}

.service-sidebar .wrap .sidebar .service-list ul li {
  margin-bottom: 20px;
  position: relative;
  padding-right: 12px;
}

.service-sidebar .wrap .sidebar .service-list ul li::before {
  position: absolute;
  content: "";
  background-image: url("../images/right-icon.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 8px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0%);
}

.service-sidebar .wrap .sidebar .service-list ul li:hover::before {
  filter: unset;
}

.service-sidebar .wrap .sidebar .service-list ul li:last-child {
  margin-bottom: 0;
}

.service-sidebar .wrap .sidebar .service-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}

.service-sidebar .wrap .sidebar .service-list ul li a:hover {
  color: #28C106;
}

.service-sidebar .wrap .sidebar .clients-say .box {
  position: relative;
  background: #FFF;
  padding: 30px 20px;
  margin: 0 6px;
}

.service-sidebar .wrap .sidebar .clients-say .box .main-box {
  height: 260px;
  overflow-y: auto;
}

.service-sidebar .wrap .sidebar .clients-say .box .main-box::-webkit-scrollbar-thumb {
  background: #eee;
}

.service-sidebar .wrap .sidebar .clients-say .box .main-box::-webkit-scrollbar {
  width: 2px;
}

.service-sidebar .wrap .sidebar .clients-say-box {
  position: relative;
}

.service-sidebar .wrap .sidebar .clients-say-box .quotes-img {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
}

.service-sidebar .wrap .sidebar .clients-say .box .heading {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
  padding: 0;
}

.service-sidebar .wrap .sidebar .clients-say .box .user-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.service-sidebar .wrap .sidebar .clients-say .box .user-box img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin: 0;
}

.service-sidebar .wrap .sidebar .clients-say .box .user-box .user-name {
  font-size: 16px;
  line-height: normal;
  padding: 0;
}

.service-sidebar .wrap .sidebar .clients-say::after {
  position: absolute;
  content: "";
  border-right: 6px solid #63f400;
  width: 10px;
  height: 70%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.service-sidebar .wrap .sidebar .clients-say .box .star-img {
  margin-top: 20px;
}

.service-sidebar .wrap .sidebar .clients-say .slick-arrow {
  display: none !important;
}

.service-sidebar .wrap .sidebar .clients-say {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.service-sidebar .wrap .sidebar .clients-say .slick-list {
  padding-top: 30px;
}

.service-sidebar .wrap .sidebar .service-box {
  margin-top: 30px;
  border-radius: 8px;
  border: 1px solid #CDCFCE;
  background: #F5F6F6;
  padding: 30px 25px;
}

.service-sidebar .wrap .sidebar .service-box img {
  margin-bottom: 26px;
}

.service-sidebar .wrap .sidebar .service-box .sub-heading {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}

.service-sidebar .wrap .sidebar .service-box .heading {
  color: #000;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  padding: 0;
}

.service-sidebar .wrap .contact-box .context-box div:first-child .heading {
  padding-top: 0;
}

.service-sidebar .wrap .contact-box .heading {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  padding-bottom: 14px;
  padding-top: 30px;
}

.service-sidebar .wrap .contact-box .heading span {
  color: #124B26;
}

.service-sidebar .wrap .contact-box ul {
  margin-top: 30px;
}

.service-sidebar .wrap .contact-box ul li:last-child {
  margin-bottom: 0;
}

.service-sidebar .wrap .contact-box ul li {
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  border-top: 0;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 30px;
}

.service-sidebar .wrap .contact-box ul li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease 0s;
  border: 1px solid rgba(255, 255, 255, 0);
  border-top: 0;
}

.service-sidebar .wrap .contact-box ul li .list-heading {
  background: linear-gradient(90deg, #63F400 -6.03%, #124B26 34.38%);
  padding: 18px 30px;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.3px;
  text-transform: capitalize;
}

.service-sidebar .wrap .contact-box ul li .text {
  color: #333;
  padding: 16px 30px;
}

.service-sidebar .wrap .contact-box ul li .wrap {
  display: grid;
  grid-template-columns: 240px auto;
  gap: 30px;
  padding: 30px;
  padding-top: 0 !important;
}

.service-sidebar .wrap .contact-box ul li .wrap img {
  border-radius: 10px;
}

.service-sidebar .wrap .contact-box ul li .wrap ul {
  margin-top: 0;
}

.service-sidebar .wrap .contact-box ul li .wrap ul li {
  border-bottom: 1px solid #D9D9D9 !important;
  border: 0;
  padding: 18px 0;
  position: relative;
  border-radius: 0;
  padding-left: 22px !important;
  margin-bottom: 0;
}

.service-sidebar .wrap .contact-box ul li .wrap ul li .list-main-heading {
  padding-bottom: 5px;
}

.service-sidebar .wrap .contact-box ul li .wrap ul li:hover {
  box-shadow: none;
}

.service-sidebar .wrap .contact-box ul li .wrap ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #58DD06;
  border-radius: 50%;
  left: 0;
  top: 25px;
  pointer-events: none;
}

.service-sidebar .wrap .contact-box ul li .wrap ul li:first-child::before {
  top: 8px;
}

.service-sidebar .wrap .contact-box ul li .wrap ul li:first-child {
  padding-top: 0;
}

.service-sidebar .wrap .contact-box ul li .wrap ul li:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0;
}

.faq-section h2 {
  color: #000;
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin-bottom: 50px;
}

.faq-section .accordion {
  max-width: 1160px;
  margin: 0 auto;
}

.faq-section .accordion .accordion-tab {
  background-color: #fff;
  color: black;
  border-radius: 10px;
  margin: 20px 0;
  border: 1px solid rgba(55, 90, 126, 0.1019607843);
  overflow: hidden;
}

.faq-section .accordion .accordion-tab:last-child {
  margin-bottom: 0;
}

.faq-section .accordion .question {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 110%;
  padding: 25px 50px;
  padding-right: 46px !important;
}

.faq-section .accordion .question::after {
  content: "";
  background-image: url("../images/plus-icon.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.faq-section .accordion .question.active::after {
  background-image: url("../images/minus-icon.png");
  width: 18px;
  height: 3px;
  pointer-events: none;
}

.faq-section .accordion .question.active {
  background: #F5F6F6;
  padding-bottom: 12px;
}

.faq-section .accordion .answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.faq-section .accordion .answer {
  padding: 0 50px 32px;
  line-height: 1.5rem;
  background: #F5F6F6;
}

.service-form {
  position: relative;
  padding: 230px 0 50px;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 40px;
}

.service-form::before {
  position: absolute;
  content: "";
  background-image: url("../images/service-form-before.png");
  width: 232px;
  height: 214px;
  top: 133px;
  left: 0;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}

.service-form::after {
  position: absolute;
  content: "";
  background-image: url("../images/service-form-after.png");
  width: 232px;
  height: 214px;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}

.service-form .container {
  position: relative;
  z-index: 1;
}

.service-form .wrap {
  display: grid;
  grid-template-columns: auto 678px;
  gap: 120px;
}

.service-form .wrap .left-wrap h2 {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 110%;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.service-form .wrap .left-wrap h2 span {
  color: #63F400;
}

.service-form .wrap .left-wrap p {
  color: #fff;
}

.service-form .wrap .left-wrap ul {
  padding-left: 20px;
  margin: 25px 0;
}

.service-form .wrap .left-wrap ul li {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  list-style: disc;
  margin-bottom: 14px;
}

.service-form .wrap .left-wrap ul li::marker {
  color: #63F400 !important;
}

.service-form .wrap .right-wrap {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}

.service-form .wrap .right-wrap .gform_fields label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.service-form .wrap .right-wrap .gform_footer.top_label,
.contact-about .wrap .right-wrap .gform_footer.top_label {
  margin: 0 auto !important;
  padding: 0;
}

.service-form .wrap .right-wrap .gform_footer.top_label .gform_button,
.contact-about .wrap .right-wrap .gform_footer.top_label .gform_button {
  color: #091700;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px !important;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  padding: 16px 124px;
  display: inline-block;
  transition: 0.3s ease;
  margin-top: 30px !important;
  background-image: url("../images/btn-main-img.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 0;
}

.service-form .wrap .right-wrap .gform_footer.top_label .gform_button:hover,
.contact-about .wrap .right-wrap .gform_footer.top_label .gform_button:hover {
  background-image: url("../images/btn-hover-img.png");
  color: #63f400;
}

.page-template-location .accolades {
  padding: 160px 0 60px !important;
  background: #F5F6F6;
}

.location-banner {
  position: relative;
}

.location-banner .desktop-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.location-banner .location-bg-mobile {
  display: none;
}

.location-banner:after {
  position: absolute;
  content: "";
  background-image: url("../images/about-banner-after.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 246px;
  height: 244px;
  left: 0;
  top: 0;
  pointer-events: none;
}

.location-banner .wrap {
  padding: 180px 0 160px;
}

.location-banner .wrap h1 {
  color: #fff;
  margin-bottom: 25px;
  line-height: 110%;
}

.location-banner .wrap h1 span {
  color: #63F400;
  font-family: "Ethnocentric";
}

.location-banner .wrap p {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.location-about {
  padding: 65px 0;
}

.location-about .wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(90deg, #EFEFEF 1.01%, rgba(244, 243, 243, 0) 99.96%);
  padding: 12px;
  border-radius: 100px;
}

.location-about .wrap img {
  width: 140px;
}

.location-about .wrap p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.location-about .sub-heading {
  color: #000;
  font-size: 19px;
  font-weight: 400;
  line-height: 120%;
  margin-top: 24px;
}

.location-about .sub-heading b {
  color: #124B26;
}

.location-home-service .expert-car-wrap {
  display: grid;
  grid-template-columns: auto 614px;
  align-items: center;
  gap: 50px;
}

.location-home-service .expert-car-wrap .left-wrap .heading {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 0;
}

.location-home-service .expert-car-wrap .left-wrap p {
  padding-bottom: 16px;
}

.location-home-service .expert-car-wrap .left-wrap p:last-child {
  padding-bottom: 0;
}

.location-home-service .expert-car-wrap .right-wrap img {
  border-radius: 10px;
}

.location-home-service .home-service-list {
  margin-top: 110px;
}

.location-home-service .home-service-list .wrap-box {
  margin-bottom: 60px;
}

.location-home-service .home-service-list .wrap-box p {
  max-width: 1143px;
  margin: 0 auto;
  padding: 0;
}

.location-home-service .home-service-list h2 {
  color: #000000;
  margin-bottom: 12px;
}

.location-home-service .home-service-list .list-main .inner-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 96% 100%, 0 100%);
}

.location-home-service .home-service-list .list-main .list-main-wrap:last-child {
  margin-bottom: 0;
}

.location-home-service .home-service-list .list-main .list-main-wrap {
  position: relative;
  margin-bottom: 40px;
}

.location-home-service .home-service-list .list-main .list-main-wrap::after {
  position: absolute;
  content: "";
  background-image: url("../images/list-main-wrap-before.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 339px;
  height: 33px;
  right: 29px;
  bottom: -12px;
  pointer-events: none;
}

.location-home-service .home-service-list .list-main .inner-box .inner-heading {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #63F400 -9.59%, #124B26 63.65%);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  padding: 14px 60px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.location-home-service .home-service-list .list-main .inner-box .heading-box {
  border-bottom: 1px solid #E6E9E7;
  padding-bottom: 20px;
}

.location-home-service .home-service-list .list-main .inner-box .inner-box-main .img-box img {
  margin: 0;
  border-radius: 10px;
  width: 100%;
}

.location-home-service .home-service-list .list-main .inner-box .inner-box-main {
  display: grid;
  grid-template-columns: 440px auto;
  gap: 30px;
  margin-top: 30px;
}

.location-home-service .home-service-list .list-main .inner-box .inner-box-main .right-inner-wrap {
  margin-top: 10px;
}

.location-home-service .home-service-list .list-main .inner-box .inner-box-main .right-inner-wrap .inner-wrap-main:last-child {
  margin-bottom: 0;
}

.location-home-service .home-service-list .list-main .inner-box .inner-box-main .right-inner-wrap .inner-wrap-main {
  margin-bottom: 20px;
}

.location-home-service .home-service-list .list-main .inner-box .inner-box-main .right-inner-wrap .inner-wrap-main .img-box-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 8px;
}

.location-home-service .home-service-list .list-main .inner-box .inner-box-main .right-inner-wrap .inner-wrap-main .img-box-wrap img {
  margin: 0;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.location-home-service .home-service-list .list-main .inner-box .inner-box-main .right-inner-wrap .inner-wrap-main .img-box-wrap p {
  color: #124B26;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.reliable-section {
  background: #0D130E;
  padding: 80px 0;
}

.reliable-section .wrap-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.reliable-section .wrap-box .left-wrap p.heading {
  color: #FFF;
  font-size: 44px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 0;
}

.reliable-section .wrap-box .left-wrap p.heading span {
  color: #63F400;
}

.reliable-section .wrap-box .left-wrap .main-btn {
  margin: 0 !important;
}

.reliable-section .wrap-box .right-wrap p {
  color: #fff;
  padding: 0;
}

.reliable-section .wrap-box .right-wrap .main-btn {
  display: none;
}

.why-choose {
  position: relative;
  padding: 100px 0;
  background: #0d130e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.why-choose::before {
  position: absolute;
  content: "";
  background-image: url("../images/service-form-before.png");
  width: 232px;
  height: 214px;
  top: 0px;
  left: 0;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}

.why-choose::after {
  position: absolute;
  content: "";
  background-image: url("../images/service-form-after.png");
  width: 232px;
  height: 214px;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}

.why-choose .after-img:after {
  position: absolute;
  content: "";
  background-image: url("../images/why-choose-after.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 169px;
  width: 1766px;
  top: -75px;
  right: 0;
  pointer-events: none;
}

.why-choose h2 {
  color: #fff;
}

.why-choose .text {
  padding: 0;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
}

.why-choose ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
}

.why-choose ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.why-choose ul li img {
  margin: 0;
}

.page-template-location .faq-section {
  background: #F5F6F6;
  padding: 100px 0;
}

.page-template-location .faq-section .accordion .accordion-tab {
  background: #F5F6F6;
}

.page-template-location .faq-section .accordion .question.active,
.page-template-location .faq-section .accordion .answer {
  background: #fff;
}

.contact-banner {
  position: relative;
}

.contact-banner .desktop-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-banner .contact-bg-mobile {
  display: none;
}

.contact-banner .wrap {
  padding: 200px 0;
}

.contact-banner:after {
  position: absolute;
  content: "";
  background-image: url("../images/about-banner-after.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 246px;
  height: 244px;
  left: 0;
  top: 0;
  pointer-events: none;
}

.contact-about {
  padding: 80px 0;
}

.contact-about .wrap {
  display: grid;
  grid-template-columns: auto 710px;
  gap: 60px;
}

.contact-about .wrap .left-wrap .heading {
  color: #000201;
  font-size: 50px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding: 0;
}

.contact-about .wrap .left-wrap .heading span {
  color: #124B26;
}

.contact-about .wrap .left-wrap .contact-info .inner-wrap {
  margin-bottom: 35px;
}

.contact-about .wrap .left-wrap .contact-info .inner-wrap:last-child {
  margin-bottom: 0;
}

.contact-about .wrap .left-wrap .contact-info .inner-wrap p a,
.contact-about .wrap .left-wrap .contact-info .inner-wrap div p {
  color: #000201;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.contact-about .wrap .left-wrap .contact-info .inner-wrap-sub {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.contact-about .wrap .left-wrap .contact-info .inner-wrap-sub img {
  margin: 0;
}

.contact-about .wrap .left-wrap .contact-info .inner-wrap .sub-heading {
  color: #000201;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.contact-about .wrap .right-wrap {
  background: #124B26;
  padding: 30px;
  border-radius: 20px;
}

.contact-about .wrap .right-wrap label {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.contact-about .wrap .right-wrap .gform_fields {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px !important;
}

.contact-about .wrap .right-wrap .gform_fields .gfield:nth-child(1),
.contact-about .wrap .right-wrap .gform_fields .gfield:nth-child(2) {
  grid-column: unset;
}

.contact-about .wrap .right-wrap .gform_fields .gfield {
  grid-column: 1/-1;
}

.areas-serve {
  background: #F5F6F6;
  padding: 100px 0;
}

.areas-serve .wrap {
  display: grid;
  grid-template-columns: auto 686px;
  gap: 40px;
}

.areas-serve .wrap .left-wrap h2 {
  margin-bottom: 10px;
}

.areas-serve .wrap .left-wrap ul {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 0;
}

.areas-serve .wrap .left-wrap ul li {
  position: relative;
}

.areas-serve .wrap .left-wrap ul li::before {
  position: absolute;
  content: "";
  background-image: url("../images/btn-before.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 294px;
  height: 29px;
  z-index: 1;
  bottom: -10px;
  right: 12px;
  pointer-events: none;
}

.areas-serve .wrap .left-wrap ul li div {
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  padding: 15px 55px;
  clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
}

.areas-serve .wrap .left-wrap ul li div p {
  color: #060C07;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  padding: 0;
}

.areas-serve .wrap .left-wrap ul li img {
  margin: 0;
}

.areas-serve .wrap .right-wrap .map-box {
  width: 100%;
  height: 100%;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 12.5px rgba(0, 0, 0, 0.25);
}

.areas-serve .wrap .left-wrap .main-btn {
  margin-top: 45px !important;
}

.areas-serve .wrap .left-wrap .select-menu {
  display: none;
}

.areas-serve .wrap .right-wrap .map-box.tab-active {
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 12.5px rgba(0, 0, 0, 0.25);
}

.areas-serve .wrap .right-wrap .map-list,
.areas-serve .wrap .right-wrap .map-list iframe {
  width: 100%;
  height: 100%;
}

.id-link {
  display: block;
  margin-top: -110px;
  height: 110px;
}

footer {
  background: #000000;
}

footer .wrap {
  padding: 70px 0 60px 0;
}

footer .wrap .footer-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}

footer .wrap .footer-top::before {
  position: absolute;
  content: "";
  background-image: url("../images/footer-before.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 70%;
  height: 100%;
  left: 130px;
  top: 10px;
  pointer-events: none;
}

footer .wrap .footer-top .contact-box .heading {
  color: #FFF;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
}

footer .wrap .footer-top .contact-box a {
  color: #65F701;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

footer .wrap .footer-menu .menu {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 60px;
}

footer .wrap .footer-menu a {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

footer .wrap .footer-menu .current-menu-item a {
  color: #63F400;
}

footer .wrap .footer-menu a:hover {
  color: #63F400;
}

footer .wrap .footer-menu .contact-box .heading {
  color: #FFF;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  text-align: right;
}

footer .wrap .footer-menu .contact-box a {
  color: #65F701;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-align: right;
}

footer .wrap .social-media {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
  justify-content: space-between;
}

footer .wrap .social-media .Location-box {
  display: flex;
  align-items: start;
  gap: 20px;
}

footer .wrap .social-media .Location-box p {
  color: #fff;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
}

footer .wrap .social-media .Location-box .menu {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

footer .wrap .social-media .Location-box .menu a {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

footer .wrap .social-media .Location-box .menu a:hover {
  color: #63F400;
}

footer .wrap .social-media .Location-box .menu .current-menu-item a {
  color: #63F400;
}

footer .bottom-bar .social-media-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

footer .bottom-bar .social-media-wrap li a:hover {
  background: #124B26;
}

footer .bottom-bar .social-media-wrap li a {
  background: #181818;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .wrap .social-media .mail-box {
  flex-shrink: 0;
}

footer .wrap .social-media .mail-box a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

footer .wrap .social-media .mail-box a:hover {
  color: #63F400;
}

footer .bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

footer .bottom-bar .bottom-bar-wrap,
footer .bottom-bar .bottom-bar-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

footer .bottom-bar .bottom-bar-wrap div {
  gap: 15px;
}

footer .bottom-bar .bottom-bar-wrap div a {
  border-right: 1px solid rgba(255, 255, 255, 0.1490196078);
  padding-right: 15px;
}

footer .bottom-bar .bottom-bar-wrap div a:last-child {
  border-right: 0;
  padding-right: 0px;
}

footer .bottom-bar .bottom-bar-wrap p {
  padding: 0;
  color: #FFF;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer .bottom-bar .bottom-bar-wrap p span {
  font-weight: 900;
}

footer .bottom-bar .bottom-bar-wrap a {
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer .wrap .location-list p {
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (min-width: 1700px) and (max-width: 1899px) {
  #header {
    padding: 15px 0;
  }
  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select,
  .gform_wrapper .gfield textarea {
    height: 50px;
    padding: 5px 25px !important;
    font-size: 14px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 15px 50px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1699px) {
  .container {
    width: 1350px;
  }
  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select,
  .gform_wrapper .gfield textarea {
    height: 50px;
    padding: 5px 20px !important;
    font-size: 13px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 13px 30px;
    font-size: 13px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 15px 20px !important;
  }
  #header {
    padding: 25px 30px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 14px;
  }
  #header.fixed .header-logo a {
    max-width: 110px;
  }
  h2,
  .contact-about .wrap .left-wrap .heading {
    font-size: 40px;
  }
  .our-project-section {
    padding: 100px 0 180px 0;
  }
  .accolades .wrap,
  .our-project-section .wrap {
    margin-top: 40px;
  }
  .slick-prev.slick-arrow {
    left: -50px;
  }
  .slick-next.slick-arrow {
    right: -50px;
  }
  #header .header-main-menu .contact-btn-header span {
    font-size: 13px;
  }
  #header .header-main-menu .number {
    font-size: 15px !important;
  }
  #header .contact-btn-header a {
    gap: 10px;
    padding: 7px 30px;
  }
  .service-banner .wrap {
    padding: 180px 0 160px;
  }
  .service-sidebar .wrap .contact-box .heading {
    font-size: 32px;
    padding-bottom: 12px;
  }
  .service-sidebar .wrap {
    gap: 40px;
  }
  .service-sidebar .wrap .sidebar .service-list .heading {
    padding: 18px 26px;
  }
  .service-sidebar .wrap .sidebar .service-list ul {
    padding: 26px;
  }
  .service-sidebar .wrap .contact-box ul li .list-heading {
    padding: 16px 30px;
    font-size: 22px;
  }
  .service-sidebar .wrap .contact-box ul {
    margin-top: 20px;
  }
  .service-sidebar .wrap .contact-box ul li .wrap ul li {
    padding: 14px 0;
  }
  .service-form::before {
    top: 130px;
  }
  .contact-about .wrap {
    grid-template-columns: auto 600px;
    gap: 40px;
  }
  .areas-serve .wrap .left-wrap ul li div p {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .container {
    width: 1250px;
  }
  body p {
    font-size: 16px;
  }
  #header {
    padding: 25px 20px;
  }
  #header.fixed {
    padding: 7px 20px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 14px;
  }
  #header.fixed .header-logo a {
    max-width: 110px;
  }
  #header .wrapper ul#menu-header-menu > li {
    margin-right: 20px;
  }
  h1 {
    font-size: 48px;
  }
  h2,
  .contact-about .wrap .left-wrap .heading {
    font-size: 36px;
  }
  .reliable-section .wrap-box .left-wrap p.heading {
    font-size: 36px;
  }
  .our-project-section {
    padding: 80px 0 120px 0;
  }
  .accolades .wrap,
  .our-project-section .wrap,
  .home-service .wrap {
    margin-top: 30px;
  }
  .colorado-section .wrap .left h2 {
    margin-bottom: 30px;
  }
  .our-project-section .wrap .inner-wrap .heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }
  .our-project-section .wrap .inner-wrap:hover .heading {
    top: 25px;
  }
  .accolades {
    padding: 60px 0 70px 0;
  }
  .accolades .wrap {
    gap: 20px;
  }
  .contact-section .wrap {
    padding-top: 80px;
  }
  .colorado-section {
    padding: 90px 0;
  }
  .clients-say-section {
    padding: 80px 0;
  }
  .slick-prev.slick-arrow {
    left: -80px;
  }
  .slick-next.slick-arrow {
    right: -80px;
  }
  .clients-say-section .wrap {
    max-width: 1050px;
    margin: 0 auto;
  }
  .clients-say-section .wrap .slider-box {
    margin: 0 15px;
  }
  .residential-commercial-section .wrap .heading {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .residential-commercial-section .wrap .left {
    padding: 40px 45px 0 0;
  }
  .residential-commercial-section .wrap ul {
    padding: 10px 0 20px 20px;
  }
  .residential-commercial-section .wrap ul li {
    margin-bottom: 12px;
  }
  .residential-commercial-section .wrap .right {
    padding: 40px 0 0 30px;
  }
  .unoque-section {
    padding: 100px 0 80px 0;
  }
  .home-service {
    padding: 100px 0 80px 0;
  }
  .home-service .wrap .inner-wrap .footer-img::after {
    width: 300px;
    height: 18px;
    left: 0px;
  }
  .home-service::before {
    left: 5%;
  }
  .contact-section .wrap h2 {
    margin-bottom: 15px;
  }
  .banner-section .wrap .sub-heading {
    font-size: 22px;
  }
  .banner-section .wrap .sub-heading::before {
    width: 140px;
    height: 60px;
    right: -140px;
  }
  .banner-section .wrap .main-btn {
    margin-top: 40px;
  }
  footer .wrap {
    padding: 50px 0;
  }
  footer .wrap .footer-top .contact-box .heading {
    font-size: 24px;
    line-height: 30px;
  }
  footer .wrap .footer-top .contact-box a {
    font-size: 26px;
    line-height: 30px;
  }
  footer .wrap .footer-top::before {
    width: 60%;
    left: 100px;
  }
  footer .wrap .footer-top .logo {
    width: 100px;
  }
  footer .wrap .footer-menu .menu {
    margin-top: 50px;
  }
  #header .header-main-menu .contact-btn-header span {
    font-size: 13px;
  }
  #header .header-main-menu .number {
    font-size: 15px !important;
  }
  #header .contact-btn-header a {
    gap: 10px;
    padding: 7px 30px;
  }
  .our-project-section::before {
    width: 1570px;
    height: 145px;
    top: -82px;
    right: 0;
  }
  .quote-section {
    padding: 100px 0 80px 0;
  }
  .quote-section .sub-heading {
    padding-top: 40px;
  }
  .about-banner .wrap {
    padding: 200px 0 130px;
  }
  .about-banner .wrap .text {
    margin-top: 20px;
  }
  .about-home-service .about-logo {
    top: -250px;
    width: 200px;
    height: 200px;
  }
  .about-sub .wrap .sub-heading {
    font-size: 22px;
    margin-top: 14px;
  }
  .about-sub {
    padding: 50px 0;
  }
  .about-home-service .team-wrap {
    margin-top: 80px;
  }
  .about-home-service .wrap {
    margin-bottom: 0;
  }
  .about-home-service .specialize-wrap .specialize-list .box-main::after {
    width: 332px;
  }
  .about-home-service .specialize-wrap .heading {
    margin-bottom: 20px;
  }
  .about-home-service .wrap {
    grid-template-columns: auto 600px;
  }
  .service-banner .wrap {
    padding: 180px 0 160px;
  }
  .service-sidebar {
    padding: 80px 0;
  }
  .service-sidebar .wrap .contact-box .heading {
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 22px;
  }
  .service-sidebar .wrap {
    gap: 30px;
  }
  .service-sidebar .wrap .contact-box ul {
    margin-top: 20px;
  }
  .service-sidebar .wrap .contact-box ul li .list-heading {
    padding: 14px 30px;
    font-size: 20px;
  }
  .service-sidebar .wrap .contact-box ul li .wrap ul li {
    padding: 12px 0;
  }
  .service-sidebar .wrap .contact-box ul li .wrap ul li::before {
    top: 18px;
  }
  .service-sidebar .wrap .contact-box ul li .wrap ul li:first-child::before {
    top: 6px;
  }
  .service-sidebar .wrap .contact-box ul li .wrap {
    gap: 20px;
  }
  .service-sidebar .wrap .sidebar .service-list .heading {
    font-size: 18px;
    padding: 12px 20px;
  }
  .service-sidebar .wrap .sidebar .service-list ul {
    padding: 20px;
  }
  .service-sidebar .wrap .sidebar .service-list ul li a {
    font-size: 17px;
  }
  .service-sidebar .wrap .sidebar .service-box {
    padding: 20px;
  }
  .service-sidebar .wrap .sidebar .service-box .sub-heading {
    font-size: 18px;
  }
  .service-sidebar .wrap .sidebar .service-box .heading {
    font-size: 20px;
  }
  .service-sidebar .wrap .sidebar .service-box img {
    width: 120px;
  }
  .faq-section h2 {
    margin-bottom: 40px;
    font-size: 36px;
  }
  .service-form .wrap .left-wrap h2 {
    font-size: 36px;
  }
  .service-form .wrap {
    gap: 50px;
  }
  .service-form .wrap .left-wrap ul {
    margin: 20px 0;
  }
  .service-form {
    padding: 200px 0 50px;
  }
  .service-form::before {
    top: 130px;
  }
  .page-template-location .faq-section,
  .why-choose {
    padding: 80px 0;
  }
  .location-banner .wrap {
    padding: 160px 0 140px;
  }
  .location-banner .wrap h1 {
    margin-bottom: 15px;
  }
  .location-banner .wrap p {
    padding: 0;
  }
  .location-about {
    padding: 30px 0 55px;
  }
  .location-about .wrap {
    gap: 20px;
  }
  .location-about .wrap p,
  .location-about .sub-heading {
    font-size: 18px;
  }
  .location-about .wrap img {
    width: 120px;
  }
  .location-about .sub-heading {
    margin-top: 18px;
  }
  .reliable-section .wrap-box {
    gap: 20px;
  }
  .why-choose .after-img:after {
    height: 120px;
    width: 1270px;
    top: -53px;
  }
  .why-choose ul {
    margin-top: 40px;
  }
  .location-home-service .expert-car-wrap {
    gap: 30px;
  }
  .location-home-service .home-service-list {
    margin-top: 80px;
  }
  .location-home-service .home-service-list .wrap-box {
    margin-bottom: 50px;
  }
  .location-home-service .home-service-list .list-main .list-main-wrap::after {
    right: 22px;
  }
  .location-home-service .home-service-list .list-main .inner-box .inner-heading {
    font-size: 26px;
    font-weight: 600;
    padding: 10px 50px;
  }
  .contact-banner .wrap {
    padding: 200px 0 120px;
  }
  .contact-about .wrap {
    grid-template-columns: auto 600px;
    gap: 30px;
  }
  .contact-about .wrap .left-wrap .contact-info .inner-wrap .sub-heading {
    font-size: 24px;
    line-height: 26px;
  }
  .contact-about .wrap .left-wrap .contact-info .inner-wrap-sub img {
    width: 24px;
    height: 24px;
  }
  .contact-about .wrap .left-wrap .contact-info .inner-wrap-sub {
    gap: 10px;
    margin-bottom: 10px;
  }
  .contact-about .wrap .left-wrap .contact-info .inner-wrap p a,
  .contact-about .wrap .left-wrap .contact-info .inner-wrap div p {
    font-size: 18px;
    line-height: 24px;
  }
  .areas-serve .wrap {
    grid-template-columns: auto 600px;
    gap: 30px;
  }
  .areas-serve {
    padding: 80px 0;
  }
  .areas-serve .wrap .left-wrap ul li div p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }
  .areas-serve .wrap .left-wrap ul li div {
    padding: 13px 55px;
  }
  .areas-serve .wrap .left-wrap ul {
    margin-top: 30px;
  }
  .areas-serve .wrap .left-wrap ul li::before {
    background-size: contain;
    width: 250px;
    bottom: -12px;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .container {
    width: 1121px;
  }
  body p {
    font-size: 16px;
  }
  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select,
  .gform_wrapper .gfield textarea {
    height: 45px;
    padding: 5px 20px !important;
    font-size: 13px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 12px 40px;
    font-size: 13px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 15px 20px !important;
  }
  #header {
    padding: 25px 10px;
  }
  #header.fixed {
    padding: 7px 15px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 12px;
  }
  #header.fixed .header-logo a {
    max-width: 110px;
  }
  #header .wrapper ul#menu-header-menu > li {
    margin-right: 20px;
  }
  #header .wrapper .right-wrap {
    gap: 10px;
  }
  .our-project-section {
    padding: 80px 0 120px 0;
  }
  .our-project-section .wrap .inner-wrap .heading {
    font-size: 18px;
    line-height: 24px;
  }
  .our-project-section .wrap .inner-wrap:hover .heading {
    top: 20px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  .reliable-section .wrap-box .left-wrap p.heading,
  .location-home-service .expert-car-wrap .left-wrap .heading,
  .contact-about .wrap .left-wrap .heading {
    font-size: 32px;
  }
  .accolades .wrap,
  .our-project-section .wrap,
  .home-service .wrap {
    margin-top: 30px;
  }
  .colorado-section .wrap .left h2 {
    margin-bottom: 20px;
  }
  .accolades {
    padding: 60px 0 70px 0;
  }
  .accolades .wrap {
    gap: 20px;
  }
  .colorado-section {
    padding: 80px 0;
  }
  .colorado-section .wrap {
    grid-template-columns: auto 550px;
  }
  .colorado-section .wrap .right .right-img {
    height: 410px;
    width: 100%;
  }
  .clients-say-section {
    padding: 70px 0;
  }
  .slick-prev.slick-arrow {
    left: -10px;
  }
  .slick-next.slick-arrow {
    right: -10px;
  }
  .clients-say-section .wrap {
    max-width: 1050px;
    margin: 0 auto;
  }
  .clients-say-section .wrap .slider-box {
    margin: 0 15px;
  }
  .residential-commercial-section .wrap .heading {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .residential-commercial-section .wrap .left {
    padding: 40px 45px 0 20px;
  }
  .residential-commercial-section .wrap ul {
    padding: 10px 0 20px 20px;
  }
  .residential-commercial-section .wrap ul li {
    margin-bottom: 12px;
  }
  .residential-commercial-section .wrap .right {
    padding: 40px 0 0 30px;
  }
  .residential-commercial-section .main-btn {
    margin-top: 15px;
  }
  .unoque-section {
    padding: 100px 0 80px 0;
  }
  .unoque-section .wrap {
    gap: 20px;
    margin-top: 30px;
  }
  .unoque-section .wrap .inner-wrap p,
  .unoque-section .bottom-text {
    font-size: 20px;
  }
  .unoque-section .bottom-text {
    margin-top: 30px !important;
  }
  .home-service {
    padding: 80px 0 70px 0;
  }
  .home-service::before {
    width: 1400px;
    height: 161px;
    top: -92px;
    left: 0;
  }
  .home-service .wrap {
    gap: 30px;
  }
  .home-service .wrap .inner-wrap .content-box .heading {
    font-size: 25px;
  }
  .home-service .wrap .inner-wrap .footer-img .before-img {
    width: 80px;
    height: 80px;
  }
  .home-service .wrap .inner-wrap .footer-img::after {
    width: 300px;
    height: 18px;
    left: -20px;
  }
  .home-about .wrap .sub-heading {
    font-size: 22px;
    margin-top: 15px;
  }
  .contact-section .wrap h2 {
    margin-bottom: 10px;
  }
  .contact-section .wrap {
    padding-top: 80px;
  }
  .banner-section .wrap .sub-heading {
    font-size: 20px;
    padding-bottom: 4px;
  }
  .banner-section .wrap .sub-heading::before {
    width: 120px;
    height: 40px;
    right: -120px;
    top: 10px;
  }
  .banner-section .wrap .main-btn {
    margin-top: 30px;
  }
  .main-btn,
  .service-form .wrap .right-wrap .gform_footer.top_label .gform_button,
  .contact-about .wrap .right-wrap .gform_footer.top_label .gform_button {
    font-size: 16px;
  }
  .border-btn {
    font-size: 16px;
    padding: 13px 16px;
  }
  footer .wrap {
    padding: 45px 0;
  }
  footer .wrap .footer-top .contact-box .heading {
    font-size: 20px;
    line-height: 25px;
  }
  footer .wrap .footer-top .contact-box a {
    font-size: 22px;
    line-height: 26px;
  }
  footer .wrap .footer-top::before {
    width: 60%;
    left: 100px;
  }
  footer .wrap .footer-top .logo {
    width: 100px;
  }
  footer .wrap .footer-menu .menu {
    margin-top: 50px;
  }
  #header .header-main-menu .contact-btn-header span {
    font-size: 13px;
  }
  #header .header-main-menu .number {
    font-size: 15px !important;
  }
  #header .contact-btn-header a {
    gap: 10px;
    padding: 7px 30px;
  }
  .our-project-section::before {
    width: 1000px;
    height: 94px;
    top: -51px;
    right: 0;
  }
  .quote-section {
    padding: 100px 0 70px 0;
  }
  .quote-section .sub-heading {
    padding-top: 30px;
  }
  .quote-section .wrap .inner-box {
    border: 8px solid #124B26;
    padding: 30px 10px;
    width: 200px;
    height: 200px;
  }
  .quote-section .wrap {
    gap: 30px;
  }
  .quote-section .wrap .inner-box img {
    width: 50px;
    height: 50px;
  }
  .about-banner .wrap {
    padding: 200px 0 120px;
  }
  .about-banner .wrap .text {
    font-size: 18px;
    margin-top: 20px;
  }
  .about-home-service .about-logo {
    top: -210px;
    width: 170px;
    height: 170px;
  }
  .about-sub {
    padding: 40px 0 30px;
  }
  .about-sub .wrap .sub-heading {
    font-size: 20px;
    line-height: 140%;
    margin-top: 12px;
  }
  .about-home-service .specialize-wrap .specialize-list .box-main::after {
    width: 330px;
    height: 32px;
    right: 3px;
  }
  .about-home-service .wrap {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .about-home-service .team-wrap {
    margin-top: 70px;
  }
  .about-home-service .specialize-wrap .heading {
    margin-bottom: 20px;
  }
  .about-home-service .wrap {
    gap: 20px !important;
  }
  .about-home-service .wrap {
    grid-template-columns: auto 550px;
  }
  .service-banner .wrap {
    padding: 160px 0 120px;
  }
  .service-sidebar {
    padding: 70px 0;
  }
  .service-sidebar .wrap .contact-box .heading {
    font-size: 26px;
    padding-bottom: 8px;
    padding-top: 20px;
  }
  .service-sidebar .wrap .contact-box ul li .list-heading {
    padding: 12px 20px;
    font-size: 20px;
    font-weight: 600;
  }
  .service-sidebar .wrap .contact-box ul li .wrap {
    padding: 20px;
  }
  .service-sidebar .wrap .contact-box ul li .text {
    padding: 16px 20px;
  }
  .service-sidebar .wrap .contact-box ul li .wrap {
    gap: 20px;
  }
  .service-sidebar .wrap {
    gap: 30px;
  }
  .service-sidebar .wrap .sidebar .service-list .heading {
    font-size: 16px;
    padding: 10px 20px;
  }
  .service-sidebar .wrap .sidebar .service-list ul {
    padding: 20px;
  }
  .service-sidebar .wrap .sidebar .service-list ul li a {
    font-size: 17px;
  }
  .service-sidebar .wrap .sidebar .service-list ul li {
    margin-bottom: 22px;
  }
  .service-sidebar .wrap .sidebar .service-box {
    padding: 20px;
  }
  .service-sidebar .wrap .sidebar .service-box .sub-heading {
    font-size: 16px;
  }
  .service-sidebar .wrap .sidebar .service-box .heading {
    font-size: 20px;
  }
  .service-sidebar .wrap .sidebar .service-box img {
    margin-bottom: 18px;
    width: 120px;
  }
  .service-sidebar .wrap .contact-box ul {
    margin-top: 20px;
  }
  .service-sidebar .wrap .contact-box ul li .wrap ul li {
    padding: 12px 0;
  }
  .service-sidebar .wrap .contact-box ul li .wrap ul li::before {
    top: 18px;
  }
  .service-sidebar .wrap .contact-box ul li .wrap ul li:first-child::before {
    top: 7px;
  }
  .faq-section h2 {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .faq-section .accordion .question {
    padding: 20px 30px;
    font-size: 20px;
  }
  .faq-section .accordion .answer {
    padding: 0 30px 30px;
  }
  .service-form .wrap .left-wrap h2 {
    font-size: 32px;
    margin-bottom: 14px;
  }
  .service-form .wrap {
    grid-template-columns: auto 600px;
    gap: 30px;
  }
  .service-form::before {
    top: 125px;
  }
  .service-form .wrap .left-wrap ul {
    margin: 15px 0;
  }
  .service-form {
    padding: 190px 0 50px;
    margin-top: 10px;
  }
  .page-template-location .faq-section,
  .reliable-section,
  .why-choose,
  .contact-about {
    padding: 70px 0;
  }
  .location-banner .wrap h1 {
    margin-bottom: 15px;
  }
  .location-banner .wrap p {
    padding: 0;
  }
  .location-banner .wrap {
    padding: 160px 0 120px;
  }
  .location-about {
    padding: 30px 0 50px;
  }
  .location-about .wrap {
    gap: 15px;
  }
  .location-about .wrap img {
    width: 100px;
  }
  .location-about .wrap p,
  .location-about .sub-heading {
    font-size: 17px;
  }
  .location-about .sub-heading {
    margin-top: 15px;
  }
  .reliable-section .wrap-box {
    gap: 20px;
    grid-template-columns: 460px auto;
  }
  .why-choose .after-img:after {
    height: 100px;
    width: 1100px;
    top: -44px;
  }
  .why-choose ul {
    margin-top: 30px;
  }
  .why-choose ul li {
    font-size: 18px;
  }
  .why-choose ul {
    gap: 20px;
  }
  .why-choose ul li img {
    margin: 0;
    width: 30px;
    height: 30px;
  }
  .why-choose ul li {
    gap: 10px;
  }
  .location-home-service .expert-car-wrap {
    grid-template-columns: auto 500px;
    gap: 30px;
  }
  .location-home-service .expert-car-wrap .left-wrap p {
    padding-bottom: 10px;
  }
  .location-home-service .home-service-list {
    margin-top: 70px;
  }
  .location-home-service .home-service-list .wrap-box {
    margin-bottom: 40px;
  }
  .location-home-service .home-service-list .list-main .inner-box .inner-heading {
    font-size: 22px;
    font-weight: 600;
    padding: 10px 40px;
  }
  .location-home-service .home-service-list .list-main .inner-box {
    padding: 20px;
  }
  .location-home-service .home-service-list .list-main .inner-box .inner-box-main {
    margin-top: 20px;
    gap: 20px;
  }
  .location-home-service .home-service-list .list-main .inner-box .inner-box-main .right-inner-wrap .inner-wrap-main .img-box-wrap {
    gap: 10px;
  }
  .location-home-service .home-service-list .list-main .list-main-wrap::after {
    right: 18px;
  }
  .contact-banner .wrap {
    padding: 180px 0px 100px;
  }
  .contact-about .wrap {
    grid-template-columns: auto 560px;
    gap: 30px;
  }
  .contact-about .wrap .right-wrap label {
    font-size: 17px;
    line-height: 17px;
  }
  .contact-about .wrap .right-wrap .gform_fields {
    gap: 25px 20px !important;
  }
  .contact-about .wrap .left-wrap .heading {
    margin-bottom: 30px;
  }
  .contact-about .wrap .left-wrap .contact-info .inner-wrap .sub-heading {
    font-size: 22px;
    line-height: 26px;
  }
  .contact-about .wrap .left-wrap .contact-info .inner-wrap-sub img {
    width: 22px;
    height: 22px;
  }
  .contact-about .wrap .left-wrap .contact-info .inner-wrap-sub {
    gap: 8px;
  }
  .contact-about .wrap .left-wrap .contact-info .inner-wrap-sub {
    margin-bottom: 10px;
  }
  .contact-about .wrap .left-wrap .contact-info .inner-wrap p a,
  .contact-about .wrap .left-wrap .contact-info .inner-wrap div p {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-about .wrap .left-wrap .contact-info .inner-wrap {
    margin-bottom: 30px;
  }
  .areas-serve .wrap {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .areas-serve .wrap .left-wrap ul li::before {
    width: 190px;
    height: 29px;
    bottom: -13px;
    right: 12px;
    background-size: contain;
  }
  .areas-serve .wrap .left-wrap ul li div p {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
  }
  .areas-serve .wrap .left-wrap ul {
    margin-top: 25px;
  }
  .areas-serve {
    padding: 70px 0;
  }
  .our-project-section .wrap .inner-wrap:hover::before,
  .our-project-section .wrap .inner-wrap:hover .plus-icon,
  .our-project-section .wrap .inner-wrap:hover .heading {
    display: none;
  }
  .our-project-section .wrap .inner-wrap:hover {
    outline: 0;
  }
}
@media (max-width: 1120px) {
  #header .mobile {
    display: block !important;
  }
  #header .destop {
    display: none !important;
  }
  #header {
    width: 100%;
    top: 0 !important;
    border-radius: 0;
  }
  #header .wrapper ul#menu-header-menu {
    margin: 0 !important;
    display: block !important;
  }
  #header .wrapper ul#menu-header-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 !important;
  }
  #header .wrapper ul#menu-header-menu li:last-child {
    border: 0;
  }
  #header .wrapper ul#menu-header-menu li a {
    width: 100%;
    padding: 15px 0;
    display: inline-block;
  }
  #header .res_navigation {
    display: block;
    position: relative;
    order: 3;
  }
  #header .wrapper .mobile-menu {
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    width: 100%;
    max-width: 100%;
    transition: all 0.5s ease 0s;
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    background-color: #000;
    z-index: 9;
    padding: 110px 30px 30px 30px;
    overflow-y: auto;
    float: none;
    margin: 0 !important;
    height: 100vh;
  }
  html.menu-open #header .wrapper .mobile-menu {
    left: 0;
    transform: translateX(0) translateY(0);
  }
  #header .wrapper ul#menu-header-menu li a:hover {
    color: var(--primary) !important;
    background-color: transparent;
  }
  /**/
  #header .wrapper ul#menu-header-menu span.submenu-click-arrow {
    top: 0;
    filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(4713%) hue-rotate(332deg) brightness(93%) contrast(20%);
    height: 50px;
    width: 50px;
    background-position: center;
    background-size: 11px;
    pointer-events: all;
  }
  #header .wrapper ul#menu-header-menu li ul.sub-menu {
    width: 100% !important;
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    position: static;
    transform-origin: unset;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    opacity: 1 !important;
    visibility: visible !important;
    padding-left: 15px;
  }
  #header .wrapper ul#menu-header-menu li ul.sub-menu::before {
    content: none;
  }
  #header .wrapper ul#menu-header-menu li ul.sub-menu li a {
    padding: 15px;
    border: 0;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
  }

  #header .menu li.current-menu-item::before,
  #header .menu li.current-menu-parent::before,
  #header.fixed .menu li.current-menu-item::before{
    bottom: 0;
  }
  #header .wrapper ul#menu-header-menu li.menu-item-has-children::after {
    content: none;
  }
  #header .wrapper ul#menu-header-menu ul.sub-menu li {
    margin: 0 !important;
  }
  #header .wrapper ul#menu-header-menu li:last-child {
    border: 0 !important;
  }
  #header .header-btn-wrap {
    margin-left: 0;
    margin-right: 30px;
  }
  .container {
    width: 100%;
  }
  body p {
    font-size: 16px;
  }
  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select,
  .gform_wrapper .gfield textarea {
    height: 45px;
    padding: 5px 20px !important;
    font-size: 13px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 12px 40px;
    font-size: 13px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 15px 20px !important;
  }
  .gform_wrapper .gform_footer {
    margin: 0 auto !important;
    margin-top: 20px !important;
  }
  .btn-main {
    padding: 17px 30px;
    font-size: 14px;
  }
  #header .header-logo a,
  #header.fixed .header-logo a {
    max-width: 70px;
  }
  #header {
    padding: 15px;
  }
  #header.fixed {
    padding: 7px 15px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 13px;
  }
  #header .wrapper ul#menu-header-menu > li {
    margin-right: 25px;
  }
  .slick-next.slick-arrow {
    right: 0px;
  }
  .slick-prev.slick-arrow {
    left: 0px;
  }
  .btn-main.btn-arrow {
    background-position: right 15px center;
    padding: 15px 40px 15px 25px;
  }
  html .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
  .our-project-section {
    padding: 80px 0 120px 0;
  }
  .our-project-section .wrap .inner-wrap .heading {
    font-size: 18px;
    line-height: 24px;
  }
  .our-project-section .wrap .inner-wrap:hover .heading {
    top: 20px;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 30px;
  }
  .reliable-section .wrap-box .left-wrap p.heading,
  .location-home-service .expert-car-wrap .left-wrap .heading,
  .contact-about .wrap .left-wrap .heading {
    font-size: 30px;
  }
  .accolades .wrap,
  .our-project-section .wrap,
  .home-service .wrap {
    margin-top: 30px;
  }
  .colorado-section .wrap .left h2 {
    margin-bottom: 20px;
  }
  .accolades {
    padding: 60px 0 70px 0;
  }
  .accolades .wrap {
    gap: 20px;
  }
  .colorado-section {
    padding: 70px 0;
  }
  .colorado-section .wrap {
    grid-template-columns: auto 500px;
  }
  .colorado-section .wrap .right .right-img {
    height: 340px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .clients-say-section {
    padding: 70px 0;
  }
  .slick-prev.slick-arrow {
    left: -10px;
  }
  .slick-next.slick-arrow {
    right: -10px;
  }
  .clients-say-section .wrap {
    max-width: 1050px;
    margin: 0 auto;
  }
  .clients-say-section .wrap .slider-box {
    margin: 0 15px;
  }
  .clients-say-section .wrap .slider-box .quotes-img {
    top: -20px;
    width: 40px;
  }
  .clients-say-section .wrap .slider-box {
    padding: 50px 30px 30px 30px;
    height: 335px;
  }
  .residential-commercial-section .wrap .heading {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .residential-commercial-section .wrap .left {
    padding: 40px 45px 0 20px;
  }
  .residential-commercial-section .wrap ul {
    padding: 10px 0 20px 20px;
  }
  .residential-commercial-section .wrap ul li {
    margin-bottom: 12px;
  }
  .residential-commercial-section .wrap .right {
    padding: 40px 0 0 30px;
  }
  .residential-commercial-section .main-btn {
    margin-top: 15px;
  }
  .residential-commercial-section .commercial-img img,
  .residential-commercial-section .residential-img img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .unoque-section {
    padding: 80px 0 70px 0;
  }
  .unoque-section .wrap {
    gap: 20px;
    margin-top: 30px;
  }
  .unoque-section .wrap .inner-wrap p,
  .unoque-section .bottom-text {
    font-size: 20px;
  }
  .unoque-section .bottom-text {
    margin-top: 30px !important;
  }
  .unoque-section .wrap .inner-wrap {
    padding: 15px;
  }
  .unoque-section .wrap .inner-wrap img {
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-service::before {
    background-size: cover;
    width: 100%;
    height: 122px;
    top: -62px;
    left: 0;
  }
  .home-service {
    padding: 70px 0;
    margin-top: 60px;
  }
  .home-service .wrap {
    gap: 25px;
  }
  .home-service .wrap .inner-wrap .content-box .heading {
    font-size: 25px;
  }
  .home-service .wrap .inner-wrap .footer-img::after {
    left: -60px;
  }
  .home-service .wrap .inner-wrap .footer-img .before-img {
    width: 80px;
    height: 80px;
  }
  .home-service .wrap .inner-wrap .footer-img::after {
    width: 300px;
    height: 18px;
    left: -20px;
  }
  .home-service .btn-wrap {
    margin-top: 60px;
  }
  .home-about .wrap .sub-heading {
    font-size: 20px;
    margin-top: 15px;
  }
  .contact-section .wrap h2 {
    margin-bottom: 10px;
  }
  .contact-section .wrap {
    padding-top: 70px;
  }
  .banner-section .wrap .sub-heading {
    font-size: 18px;
    padding-bottom: 4px;
  }
  .banner-section .wrap .sub-heading::before {
    width: 120px;
    height: 40px;
    right: -120px;
    top: 10px;
  }
  .banner-section .wrap .main-btn {
    margin-top: 30px;
  }
  .banner-section .wrap .wrap-box .inner-box {
    padding-right: 15px;
  }
  .banner-section .wrap .wrap-box {
    gap: 15px;
  }
  .main-btn,
  .service-form .wrap .right-wrap .gform_footer.top_label .gform_button,
  .contact-about .wrap .right-wrap .gform_footer.top_label .gform_button {
    font-size: 15px;
  }
  .border-btn {
    font-size: 15px;
    line-height: 15px;
  }
  footer .wrap {
    padding: 35px 0;
  }
  footer .wrap .footer-top .contact-box .heading {
    font-size: 18px;
    line-height: 24px;
  }
  footer .wrap .footer-top .contact-box a {
    font-size: 22px;
    line-height: 26px;
  }
  footer .wrap .footer-top::before {
    width: 60%;
    left: 100px;
  }
  footer .wrap .footer-top .logo {
    width: 90px;
  }
  footer .wrap .footer-menu .menu {
    margin-top: 40px;
    gap: 50px;
  }
  footer .wrap .footer-menu a,
  footer .wrap .social-media .mail-box a {
    font-size: 17px;
  }
  footer .wrap .social-media .social-media-wrap ul li a {
    width: 45px;
    height: 45px;
  }
  .menu-open {
    overflow: hidden;
  }
  #header .wrapper ul#menu-header-menu {
    background: transparent;
    padding: 0;
    clip-path: none;
  }
  #header .wrapper {
    display: grid;
    grid-template-columns: 27% auto;
  }
  #header .contact-btn-header a img {
    width: 38px;
    height: 38px;
  }
  #header .contact-btn-header a {
    gap: 8px;
  }
  #header .contact-btn-header a {
    padding: 5px 28px;
    gap: 8px;
  }
  #header .header-main-menu {
    gap: 15px;
  }
  #header .header-main-menu .contact-btn-header span {
    font-size: 12px;
  }
  #header .header-main-menu .number {
    font-size: 14px !important;
  }
  #header.fixed .res_navigation .nav-toggle span {
    background-color: #000;
  }
  .menu-open #header.fixed .res_navigation .nav-toggle span {
    background-color: #fff;
  }
  .quote-section {
    padding: 80px 0 60px 0;
  }
  .quote-section .sub-heading {
    padding-top: 20px;
    font-size: 18px;
    line-height: 120%;
  }
  .quote-section .wrap .inner-box {
    border: 8px solid #124B26;
    padding: 30px 10px;
    width: 200px;
    height: 200px;
  }
  .quote-section .wrap {
    gap: 30px;
  }
  .quote-section .wrap .inner-box img {
    width: 50px;
    height: 50px;
  }
  .about-banner .wrap {
    padding: 130px 0;
  }
  .about-banner .wrap .text {
    font-size: 18px;
    margin-top: 20px;
  }
  .about-home-service .about-logo {
    right: 20px;
    top: -170px;
    width: 140px;
    height: 140px;
  }
  .about-home-service p {
    font-size: 18px;
  }
  .about-sub {
    padding: 40px 0 30px;
  }
  .about-sub .wrap .sub-heading {
    font-size: 20px;
    line-height: 130%;
    margin-top: 15px;
  }
  .about-home-service .specialize-wrap .heading {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .about-home-service .content-box p {
    padding: 0;
    margin-bottom: 20px;
  }
  .about-home-service .specialize-wrap .specialize-list .box-main::after {
    width: 320px;
    height: 32px;
    right: 3px;
  }
  .about-home-service .team-wrap {
    margin-top: 70px;
  }
  .about-home-service .wrap {
    grid-template-columns: auto 550px;
  }
  .service-banner .wrap {
    padding: 120px 0;
  }
  .service-sidebar {
    padding: 70px 0;
  }
  .service-sidebar .wrap .contact-box .heading {
    font-size: 22px;
    padding-bottom: 6px;
    padding-top: 14px;
  }
  .service-sidebar .wrap .contact-box ul li .list-heading {
    padding: 12px 20px;
    font-size: 20px;
    font-weight: 600;
  }
  .service-sidebar .wrap .contact-box ul li .wrap {
    padding: 20px;
    grid-template-columns: 220px auto;
    gap: 20px;
  }
  .service-sidebar .wrap .contact-box ul li .text {
    padding: 16px 20px;
  }
  .service-sidebar .wrap {
    gap: 20px;
  }
  .service-sidebar .wrap .sidebar .service-list .heading {
    font-size: 16px;
    padding: 10px 20px;
  }
  .service-sidebar .wrap .sidebar .service-list ul {
    padding: 20px;
  }
  .service-sidebar .wrap .sidebar .service-list ul li a {
    font-size: 17px;
    line-height: 24px;
  }
  .service-sidebar .wrap .sidebar .service-list ul li {
    margin-bottom: 14px;
  }
  .service-sidebar .wrap .sidebar .service-box {
    padding: 20px;
  }
  .service-sidebar .wrap .sidebar .service-box .sub-heading {
    font-size: 16px;
  }
  .service-sidebar .wrap .sidebar .service-box .heading {
    font-size: 20px;
  }
  .service-sidebar .wrap .sidebar .service-box img {
    margin-bottom: 18px;
    width: 120px;
  }
  .service-sidebar .wrap .sidebar {
    width: 300px;
  }
  .service-sidebar .wrap .sidebar .clients-say .box {
    padding: 20px;
  }
  .service-sidebar .wrap .contact-box ul {
    margin-top: 10px;
  }
  .service-sidebar .wrap .contact-box ul li .wrap ul li {
    padding: 12px 0;
    padding-left: 18px !important;
  }
  .service-sidebar .wrap .contact-box ul li .wrap ul li::before {
    top: 18px;
  }
  .service-sidebar .wrap .contact-box ul li .wrap ul li:first-child::before {
    top: 7px;
  }
  .faq-section h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .faq-section .accordion .question {
    padding: 20px 25px;
    font-size: 18px;
  }
  .faq-section .accordion .answer {
    padding: 0 25px 25px;
  }
  .service-form .wrap .left-wrap h2 {
    font-size: 30px;
  }
  .service-form .wrap {
    grid-template-columns: auto 500px;
    gap: 30px;
  }
  .service-form .wrap .left-wrap ul {
    margin: 12px 0;
  }
  .service-form .wrap .left-wrap h2 {
    margin-bottom: 14px;
  }
  .service-form .wrap .right-wrap {
    padding: 20px;
  }
  .service-form::before {
    top: 120px;
  }
  .service-form {
    padding: 180px 0 50px;
    margin-top: 0px;
  }
  .page-template-location .faq-section,
  .reliable-section,
  .why-choose,
  .contact-about {
    padding: 70px 0;
  }
  .location-banner .wrap {
    padding: 110px 0;
  }
  .location-banner .wrap h1 {
    margin-bottom: 12px;
  }
  .location-banner .wrap p {
    padding: 0;
    font-size: 18px;
    line-height: 24px;
  }
  .location-banner .wrap .main-btn {
    margin-top: 20px !important;
  }
  .location-about {
    padding: 30px 0 50px;
  }
  .location-about .wrap {
    gap: 15px;
  }
  .location-about .wrap img {
    width: 100px;
  }
  .location-about .wrap p,
  .location-about .sub-heading {
    font-size: 17px;
  }
  .location-about .sub-heading {
    margin-top: 15px;
  }
  .reliable-section .wrap-box {
    gap: 20px;
    grid-template-columns: 420px auto;
  }
  .why-choose .after-img:after {
    height: 80px;
    width: 900px;
    top: -34px;
  }
  .why-choose ul {
    margin-top: 30px;
    gap: 20px;
  }
  .why-choose ul li {
    gap: 10px;
    font-size: 17px;
  }
  .why-choose ul li img {
    width: 30px;
    height: 30px;
  }
  .location-home-service .expert-car-wrap {
    grid-template-columns: auto 480px;
    gap: 25px;
  }
  .location-home-service .expert-car-wrap .left-wrap p {
    padding-bottom: 10px;
  }
  .location-home-service .home-service-list {
    margin-top: 70px;
  }
  .location-home-service .home-service-list .wrap-box {
    margin-bottom: 30px;
  }
  .location-home-service .home-service-list .list-main .inner-box {
    padding: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 97% 100%, 0 100%);
  }
  .location-home-service .home-service-list .list-main .inner-box .inner-heading {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 40px;
  }
  .location-home-service .home-service-list .list-main .inner-box .inner-box-main {
    margin-top: 20px;
    gap: 15px;
    grid-template-columns: 360px auto;
  }
  .location-home-service .home-service-list .list-main .inner-box .inner-box-main .right-inner-wrap .inner-wrap-main .img-box-wrap {
    gap: 15px;
  }
  .location-home-service .home-service-list .list-main .list-main-wrap::after {
    right: 0;
  }
  .location-home-service .home-service-list .list-main .inner-box .inner-box-main .right-inner-wrap .inner-wrap-main .img-box-wrap p {
    font-size: 18px;
  }
  .location-home-service .home-service-list .list-main .inner-box .inner-box-main .right-inner-wrap .inner-wrap-main .img-box-wrap img {
    width: 30px;
  }
  .contact-banner .wrap {
    padding: 140px 0px 100px;
  }
  .contact-banner:after {
    width: 120px;
    height: 120px;
  }
  .contact-about .wrap {
    grid-template-columns: auto 560px;
    gap: 30px;
  }
  .contact-about .wrap .right-wrap label {
    font-size: 17px;
    line-height: 17px;
  }
  .contact-about .wrap .right-wrap .gform_fields {
    gap: 25px 20px !important;
  }
  .contact-about .wrap .left-wrap .heading {
    margin-bottom: 30px;
  }
  .contact-about .wrap .left-wrap .contact-info .inner-wrap .sub-heading {
    font-size: 22px;
    line-height: 26px;
  }
  .contact-about .wrap .left-wrap .contact-info .inner-wrap-sub img {
    width: 22px;
    height: 22px;
  }
  .contact-about .wrap .left-wrap .contact-info .inner-wrap-sub {
    gap: 8px;
  }
  .contact-about .wrap .left-wrap .contact-info .inner-wrap-sub {
    margin-bottom: 10px;
  }
  .contact-about .wrap .left-wrap .contact-info .inner-wrap p a,
  .contact-about .wrap .left-wrap .contact-info .inner-wrap div p {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-about .wrap .left-wrap .contact-info .inner-wrap {
    margin-bottom: 30px;
  }
  .areas-serve {
    padding: 70px 0;
  }
  .areas-serve .wrap .left-wrap ul {
    margin-top: 25px;
  }
  .areas-serve .wrap {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .areas-serve .wrap .left-wrap ul li div p {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
  }
  .areas-serve .wrap .left-wrap ul li::before {
    background-size: contain;
    width: 220px;
    bottom: -13px;
    right: 10px;
  }
  #header .menu li.current-menu-item::before {
    bottom: 0;
  }
  #header .social-media-wrap {
    margin-top: 50px;
    display: block;
  }
  #header .social-media-wrap p {
    color: #FFF;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.75px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 14px;
  }
  #header .social-media-wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  #header .social-media-wrap ul a {
    border-radius: 25px;
    background: #181818;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .service-banner .wrap p {
    font-size: 18px;
  }
  .our-project-section .wrap .inner-wrap:hover::before,
  .our-project-section .wrap .inner-wrap:hover .plus-icon,
  .our-project-section .wrap .inner-wrap:hover .heading {
    display: none;
  }
  .our-project-section .wrap .inner-wrap:hover {
    outline: 0;
  }
  footer .bottom-bar .social-media-wrap li a {
    width: 45px;
    height: 45px;
  }
  footer .bottom-bar .social-media-wrap li a img {
    width: 17px;
  }
  footer .wrap .social-media .Location-box .menu a,
  footer .wrap .social-media .Location-box p {
    font-size: 17px;
  }
  footer .wrap .social-media .Location-box .menu {
    gap: 20px;
  }
  footer .wrap .social-media .Location-box {
    gap: 12px;
  }
  #header .wrapper ul#menu-header-menu ul.sub-menu li a {
    margin-bottom: 0;
  }
  #header .menu li.current-menu-item::before,
  #header .menu li.current-menu-parent::before {
    bottom: 0;
  }
  #header .wrapper ul#menu-header-menu ul.sub-menu li.current-menu-item::before {
    display: none;
  }
  #header .wrapper ul#menu-header-menu ul.sub-menu li.current-menu-item a {
    color: #63f400;
  }
  #header .wrapper ul#menu-header-menu ul.sub-menu li.current-menu-item::before,
  #header .wrapper ul#menu-header-menu ul.sub-menu li:hover::before {
    left: 0;
  }
  .our-project-section::before {
    width: 1000px;
    height: 120px;
    top: -64px;
  }
  .why-choose .text {
    font-size: 18px;
  }
  #header .wrapper ul#menu-header-menu ul.sub-menu li a:hover {
    background: none;
  }
}
@media (max-width: 991px) {
  body p {
    font-size: 16px;
  }
  .main-btn {
    padding: 11px 23px;
  }
  .service-form .wrap .right-wrap .gform_footer.top_label .gform_button,
  .contact-about .wrap .right-wrap .gform_footer.top_label .gform_button {
    padding: 11px 50px;
  }
  .page-not-found {
    padding: 130px 0px 50px;
  }
  .gform_wrapper .gfield_radio {
    grid-template-columns: repeat(2, 1fr);
  }
  #header {
    padding: 20px 20px;
  }
  #header.fixed {
    padding: 10px 20px;
  }
  .our-project-section .wrap .inner-wrap .heading {
    font-size: 15px;
    line-height: 20px;
  }
  .our-project-section .wrap .inner-wrap:hover .heading {
    top: 16px;
  }
  .our-project-section .wrap .inner-wrap img {
    height: 300px;
  }
  .our-project-section {
    background-position: bottom right;
    background-size: cover;
    padding: 60px 0 120px 0;
    margin: -40px;
  }
  .accolades {
    padding: 60px 0 40px;
  }
  .colorado-section {
    padding: 60px 0 100px;
    position: relative;
    overflow: hidden;
  }
  .colorado-section {
    background-image: url("../images/colorado-bg-mobile.png") !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .colorado-section .container {
    position: relative;
    z-index: 2;
  }
  .colorado-section .border-btn {
    display: block !important;
    margin: 0 auto !important;
    width: -moz-fit-content;
    width: fit-content;
  }
  .colorado-section::before {
    position: absolute;
    content: "";
    background-image: url("../images/colorado-before.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 420px;
    height: 200px;
    top: -10px;
    right: -130px;
  }
  .colorado-section::after {
    position: absolute;
    content: "";
    background-image: url("../images/colorado-after.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 420px;
    height: 200px;
    bottom: -10px;
    left: -130px;
  }
  .colorado-section .wrap {
    grid-template-columns: auto;
    gap: 30px;
  }
  .colorado-section .wrap .right .right-img {
    height: 405px;
    width: 100%;
  }
  .colorado-section .wrap .right {
    max-width: 546px;
    margin: 0 auto;
  }
  .colorado-section .wrap .right img {
    width: 100%;
  }
  .colorado-section .wrap .left .border-btn {
    display: none !important;
    width: -moz-fit-content;
    width: fit-content;
  }
  .border-btn {
    margin-top: 20px !important;
  }
  .colorado-section .wrap .left h2 {
    margin-bottom: 10px;
  }
  .accolades .wrap .slick-track {
    display: flex;
    gap: 0px;
    justify-content: space-between;
    padding: 20px;
  }
  .accolades .wrap {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .accolades .wrap .slick-arrow {
    display: none !important;
  }
  .accolades .wrap {
    display: block;
  }
  .accolades .wrap .inner-wrap {
    height: 140px;
    margin: 0 10px;
  }
  .accolades .container {
    width: 100%;
    padding: 0;
  }
  .slick-dots {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
  .slick-dots li.slick-active button:after,
  .slick-dots li.slick-active {
    width: 30px;
  }
  .slick-dots button {
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
  }
  .slick-dots li.slick-active button:after {
    background: #272727;
  }
  .slick-dots li button::before {
    display: none;
  }
  .slick-dots li button:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #d3d5d4;
    border-radius: 30px;
  }
  .slick-dots li {
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0;
  }
  .our-project-section .wrap {
    display: block;
  }
  .our-project-section .wrap .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 5px 0;
  }
  .our-project-section .wrap .inner-wrap {
    margin: 0 10px;
  }
  .our-project-section .container {
    width: 100%;
    padding: 0;
  }
  h1 {
    font-size: 30px;
    letter-spacing: 1.3px;
  }
  h2 {
    font-size: 28px;
  }
  .reliable-section .wrap-box .left-wrap p.heading,
  .location-home-service .expert-car-wrap .left-wrap .heading,
  .contact-about .wrap .left-wrap .heading {
    font-size: 28px;
  }
  .clients-say-section {
    padding: 60px 0;
  }
  .unoque-section {
    padding: 80px 0 55px 0;
  }
  .unoque-section .wrap .inner-wrap p,
  .unoque-section .bottom-text {
    font-size: 18px;
  }
  .unoque-section .wrap .inner-wrap {
    padding: 15px 10px;
  }
  .unoque-section .wrap {
    gap: 15px;
  }
  .home-service .wrap .inner-wrap .content-box .learn-more {
    font-size: 14px;
    gap: 8px;
  }
  .home-service .wrap .inner-wrap .content-box .heading {
    font-size: 20px;
  }
  .home-service .wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 25px;
  }
  .home-service .wrap .inner-wrap .footer-img::after {
    width: 80%;
    height: 22px;
    left: 0;
  }
  .home-service {
    padding: 60px 0;
  }
  .home-about .wrap .sub-heading {
    font-size: 18px;
    margin-top: 10px;
  }
  .contact-section .wrap {
    padding-top: 40px;
  }
  .home-service::before {
    background-position: left center;
    width: 100%;
    height: 113px;
    top: -62px;
    left: 0;
  }
  .banner-section .wrap .sub-heading {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .banner-section .wrap .sub-heading {
    font-size: 16px;
    padding-bottom: 4px;
    letter-spacing: 1.2px;
  }
  .banner-section .wrap .sub-heading::before {
    width: 124px;
    height: 50px;
    right: -120px;
    top: 10px;
  }
  .home-about {
    padding: 60px 0 25px 0;
  }
  .main-btn,
  .service-form .wrap .right-wrap .gform_footer.top_label .gform_button,
  .contact-about .wrap .right-wrap .gform_footer.top_label .gform_button {
    font-size: 12px;
    margin-top: 20px !important;
  }
  .border-btn {
    font-size: 15px;
    line-height: 8px;
    font-weight: 500;
  }
  .banner-section .wrap {
    padding: 160px 0 130px;
  }
  footer .wrap {
    padding: 30px 0;
  }
  footer .wrap .footer-menu .menu {
    margin-top: 30px;
    gap: 30px;
  }
  footer .wrap .social-media {
    margin-top: 30px;
  }
  .our-project-section::before {
    width: 100%;
    height: 104px;
    top: -55px;
    right: 0;
  }
  .our-project-section .wrap .inner-wrap:hover::before {
    display: none;
  }
  .our-project-section .wrap .inner-wrap:hover {
    outline: 0;
  }
  .our-project-section .wrap .inner-wrap:hover .plus-icon {
    visibility: hidden;
  }
  .our-project-section .wrap .inner-wrap:hover .heading {
    display: none;
  }
  .quote-section .wrap .inner-box p {
    margin-top: 12px;
  }
  .about-banner .wrap {
    padding: 120px 0;
  }
  .about-banner .wrap .text {
    font-size: 17px;
    margin-top: 16px;
  }
  .about-banner .wrap {
    padding: 120px 0 80px;
  }
  .about-home-service .about-logo {
    top: -150px;
    width: 120px;
    height: 120px;
  }
  .about-sub .wrap .sub-heading {
    font-size: 18px;
  }
  .about-home-service .specialize-wrap .specialize-list .box-main::after {
    right: 3px;
  }
  .about-home-service .specialize-wrap .heading {
    margin-top: 20px;
  }
  .about-home-service .specialize-wrap .specialize-list .inner-box p {
    font-size: 16px;
  }
  .about-home-service .content-box p {
    margin-bottom: 16px;
  }
  .about-home-service .team-wrap {
    margin-top: 60px;
  }
  .about-home-service .wrap {
    grid-template-columns: auto auto;
  }
  .service-banner:after {
    width: 150px;
    height: 150px;
  }
  .service-sidebar {
    padding: 60px 0;
  }
  .service-sidebar .wrap {
    flex-direction: column;
  }
  .service-sidebar .wrap .sidebar {
    width: 100%;
  }
  .service-sidebar .wrap .contact-box ul li {
    margin-bottom: 20px;
  }
  .service-sidebar .wrap .contact-box .heading {
    font-size: 20px;
  }
  .service-sidebar .wrap .contact-box ul li .list-heading {
    font-size: 18px;
  }
  .service-sidebar .wrap .sidebar .clients-say .box .heading {
    margin-bottom: 12px;
  }
  .faq-section h2 {
    margin-bottom: 25px;
    font-size: 28px;
  }
  .service-form .wrap .left-wrap h2 {
    font-size: 25px;
  }
  .service-form .wrap {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    gap: 15px !important;
  }
  .service-form::before {
    top: 116px;
  }
  body.page-template-service {
    overflow: hidden;
  }
  .page-template-location .faq-section,
  .reliable-section,
  .why-choose,
  .contact-about {
    padding: 60px 0;
  }
  .location-banner:after {
    width: 120px;
    height: 120px;
  }
  .location-about .wrap p,
  .location-about .sub-heading {
    font-size: 16px;
  }
  .location-about .wrap {
    gap: 10px;
  }
  .location-about .wrap img {
    width: 80px;
  }
  .reliable-section .wrap-box .left-wrap p.heading,
  .location-home-service .expert-car-wrap .left-wrap .heading {
    margin-bottom: 10px;
  }
  .reliable-section .wrap-box {
    grid-template-columns: 1fr 1fr;
  }
  .why-choose {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .why-choose ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
  }
  .why-choose::before,
  .why-choose::after {
    width: 120px;
    height: 120px;
  }
  .location-home-service .expert-car-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .location-home-service .home-service-list {
    margin-top: 60px;
  }
  .location-home-service .home-service-list .wrap-box {
    margin-bottom: 25px;
  }
  .location-home-service .home-service-list .list-main .inner-box .inner-heading {
    font-size: 18px;
  }
  .location-home-service .home-service-list .list-main .inner-box .inner-box-main {
    grid-template-columns: 300px auto;
  }
  .location-home-service .home-service-list .list-main .inner-box .inner-box-main .right-inner-wrap .inner-wrap-main .img-box-wrap p {
    line-height: 23px;
  }
  .contact-banner:after {
    width: 120px;
    height: 120px;
  }
  .contact-about .wrap {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .contact-about .wrap .right-wrap {
    padding: 20px;
    border-radius: 20px;
  }
  .contact-about .wrap .left-wrap .contact-info .inner-wrap p a,
  .contact-about .wrap .left-wrap .contact-info .inner-wrap div p {
    font-size: 17px;
    line-height: 24px;
  }
  .contact-about .wrap .left-wrap .contact-info .inner-wrap .sub-heading {
    font-size: 20px;
    line-height: 24px;
  }
  .areas-serve .wrap .left-wrap ul li::before {
    width: 170px;
  }
  .areas-serve {
    padding: 60px 0;
  }
  .areas-serve .wrap .left-wrap .main-btn {
    margin-top: 35px !important;
  }
  .service-banner .wrap p {
    font-size: 16px;
    line-height: 20px;
  }
  .service-sidebar .wrap .sidebar .clients-say .box .main-box {
    height: auto;
  }
  .areas-serve {
    padding: 80px 0 60px;
  }
}
@media (max-width: 767px) {
  #header .wrapper .mobile-menu {
    padding: 95px 20px 20px 20px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 10px 10px !important;
  }
  legend.gfield_label {
    font-size: 16px !important;
  }
  .gform_wrapper .gfield_radio {
    gap: 13px;
  }
  .gform_wrapper .gfield_radio label {
    font-size: 12px !important;
  }
  .gform_wrapper .gfield_radio > .gchoice {
    padding: 5px 12px 5px 12px;
  }
  .ginput_container_consent label.gfield_consent_label {
    font-size: 14px;
  }
  .gform_confirmation_message {
    font-size: 14px;
    padding: 15px 25px;
  }
  .page-not-found {
    padding: 120px 0px 50px;
  }
  .page-not-found h1 {
    font-size: 25px;
  }
  .gform_wrapper .gfield_radio {
    grid-template-columns: 100%;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 9px 35px;
  }
  br {
    display: none;
  }
  button.slick-arrow {
    width: 40px;
    height: 40px;
  }
  .mobile-list-menu {
    display: block;
  }
  #header {
    padding: 15px 15px;
  }
  #header.fixed {
    padding: 13px 15px;
  }
  #header .wrapper .middle-wrap {
    gap: 10px;
  }
  .colorado-section {
    padding: 55px 0 80px;
  }
  .residential-commercial-section .main-btn {
    margin-top: 0 !important;
  }
  .our-project-section {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 140px 0;
    margin: -20px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  .reliable-section .wrap-box .left-wrap p.heading,
  .location-home-service .expert-car-wrap .left-wrap .heading,
  .contact-about .wrap .left-wrap .heading {
    font-size: 24px;
  }
  .accolades .heading {
    font-size: 20px;
    line-height: 20px;
  }
  .clients-say-section {
    padding: 55px 0;
  }
  .clients-say-section h2 {
    padding: 0 15px;
  }
  .clients-say-section .wrap .slider-box {
    padding: 50px 20px 20px 20px;
  }
  .clients-say-section .wrap .slider-box {
    margin: 0 10px;
    height: 282px;
  }
  .home-service .btn-wrap .main-btn {
    margin-top: 10px !important;
  }
  .our-project-section::before {
    width: 767px;
    height: 85px;
    top: -45px;
    right: 30px;
  }
  .clients-say-section .wrap .slider-box .rating-box .user-box {
    gap: 8px;
  }
  .clients-say-section .wrap .slider-box .rating-box .user-box img {
    width: 40px;
    height: 40px;
  }
  .clients-say-section .wrap .slider-box .rating-box {
    gap: 8px;
  }
  .clients-say-section .wrap .slider-box .rating-box img {
    width: 60px;
  }
  .clients-say-section .wrap .slider-box .rating-box {
    display: none;
  }
  .clients-say-section .wrap .slider-box .text {
    max-height: 180px;
  }
  .clients-say-section .wrap .slider-box .heading {
    font-size: 18px;
  }
  .clients-say-section .wrap .slider-box::before {
    border-right: 5px solid #63f400;
    width: 5px;
  }
  .residential-commercial-section .img-box,
  .residential-commercial-section .content-box {
    display: none;
  }
  .residential-commercial-section .mobile-section {
    display: block;
  }
  .residential-commercial-section .mobile-section .bg-img {
    padding: 40px 20px 80px 20px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border: 7px solid #63f400;
  }
  .residential-commercial-section .mobile-section .bg-img:first-child {
    border-bottom: 0;
  }
  .residential-commercial-section .mobile-section .bg-img::before {
    position: absolute;
    content: "";
    background: linear-gradient(185deg, rgba(0, 0, 0, 0.83) -2.8%, rgba(30, 30, 30, 0.62) 22.84%, rgba(59, 59, 59, 0.5) 48.55%, rgba(115, 115, 115, 0) 68.98%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .residential-commercial-section .mobile-section .bg-img .mobile-box {
    position: relative;
    z-index: 1;
  }
  .residential-commercial-section .mobile-section .heading {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    padding-bottom: 12px;
  }
  .residential-commercial-section .mobile-section p {
    color: #fff;
  }
  .residential-commercial-section .mobile-section ul {
    padding: 10px 0 20px 20px;
  }
  .residential-commercial-section .mobile-section ul li {
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
  }
  .residential-commercial-section .mobile-section ul li:before {
    position: absolute;
    content: "";
    background: #63f500;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -18px;
    top: 3px;
  }
  .residential-commercial-section .mobile-section ul li:last-child {
    margin: 0;
  }
  .residential-commercial-section .mobile-section ul li {
    margin-bottom: 12px;
    background: transparent;
  }
  .residential-commercial-section .content-box {
    position: static;
  }
  .unoque-section .container {
    width: 100%;
    padding: 0;
  }
  .unoque-section .wrap {
    display: block;
  }
  .unoque-section .slick-track {
    display: flex;
  }
  .unoque-section .inner-wrap {
    margin: 0 8px;
    height: 180px;
  }
  .unoque-section {
    background-position: 20% 100%;
  }
  .home-service .wrap {
    grid-template-columns: repeat(1, 1fr);
    max-width: 380px;
    margin: 0 auto;
    gap: 40px 25px;
    margin-top: 30px !important;
  }
  .home-service .wrap .inner-wrap .footer-img .before-img {
    width: 70px;
    height: 70px;
    right: 15px;
    bottom: 15px;
  }
  .home-service {
    padding: 55px 0;
  }
  .home-service .btn-wrap {
    margin-top: 35px;
  }
  .contact-section .wrap {
    padding-top: 30px;
  }
  .contact-section .before-img img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-section .wrap .sub-heading {
    font-size: 14px;
    padding-bottom: 4px;
  }
  .banner-section .wrap .sub-heading::before {
    width: 94px;
    height: 42px;
    right: -100px;
    top: 4px;
  }
  .home-about {
    padding: 55px 0 25px 0;
  }
  .home-about .mobile-icon .inner-box img {
    width: 100%;
  }
  footer .wrap .footer-top::before {
    width: 60%;
    left: 90px;
    top: 0;
  }
  footer .wrap .footer-top {
    align-items: start;
    flex-direction: column;
    gap: 30px;
  }
  footer .wrap .footer-top::before {
    height: 100px;
    width: 100%;
  }
  footer .wrap .footer-top p {
    text-align: left;
  }
  footer .footer-menu,
  footer .wrap .social-media .social-media-wrap {
    display: none;
  }
  footer .bottom-bar .bottom-bar-wrap {
    align-items: start;
    gap: 10px;
    flex-direction: column;
  }
  footer .wrap .social-media {
    margin-top: 25px;
  }
  footer .bottom-bar .bottom-bar-wrap div a {
    color: rgba(255, 255, 255, 0.5);
  }
  footer .wrap .footer-top .contact-box .heading {
    font-size: 16px;
    line-height: 24px;
  }
  #header .contact-btn-header a br {
    display: block;
  }
  .unoque-section .slick-track {
    padding-bottom: 50px !important;
  }
  .unoque-section .slick-next,
  .unoque-section .slick-prev,
  .our-project-section .slick-next,
  .our-project-section .slick-prev {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -10px;
    top: auto;
  }
  .our-project-section .slick-next,
  .our-project-section .slick-prev {
    bottom: -70px;
  }
  .unoque-section .slick-prev,
  .our-project-section .slick-prev {
    left: -55px;
  }
  .unoque-section .slick-next,
  .our-project-section .slick-next {
    right: -55px;
  }
  .quote-section {
    background-position: 20% 100%;
    padding: 100px 0 55px 0;
  }
  .about-banner .wrap h1 br {
    display: block;
  }
  .about-banner:after {
    width: 160px;
    height: 160px;
  }
  .about-home-service .about-logo {
    top: -115px;
    width: 80px;
    height: 80px;
  }
  .about-home-service p {
    font-size: 16px;
  }
  .about-sub .wrap .sub-heading {
    font-size: 16px;
  }
  .about-sub {
    padding: 40px 0;
  }
  .about-home-service .specialize-wrap .specialize-list {
    grid-template-columns: auto;
  }
  .about-home-service .specialize-wrap .specialize-list .box-main::after {
    right: 8px;
    width: 300px;
    height: 30px;
  }
  .about-home-service .team-wrap .wrap {
    display: grid !important;
    grid-template-columns: auto;
    max-width: unset !important;
    gap: 20px !important;
  }
  .about-home-service .team-wrap .wrap div {
    display: grid;
    gap: 20px;
    grid-template-columns: auto auto;
  }
  .about-home-service .team-wrap .wrap img:nth-child(3) {
    width: 100%;
  }
  .about-home-service .team-wrap {
    margin-top: 55px;
  }
  .about-home-service .wrap img {
    width: 100%;
    height: 100%;
  }
  .quote-section .wrap {
    gap: 10px;
  }
  .service-banner .wrap {
    padding: 110px 0 90px;
  }
  .service-banner .wrap .main-btn {
    margin-top: 14px !important;
  }
  .service-sidebar {
    padding: 55px 0;
  }
  .faq-section h2 {
    font-size: 24px;
  }
  .faq-section .accordion .question {
    padding: 15px;
  }
  .faq-section .accordion .answer {
    padding: 0 15px 15px;
  }
  .faq-section .accordion .question {
    font-weight: 500;
    line-height: 130%;
    font-size: 17px;
  }
  .faq-section .accordion .question.active {
    padding-bottom: 8px;
  }
  .faq-section .accordion .answer p {
    font-size: 15px;
  }
  .faq-section .accordion .question::after {
    right: 20px;
  }
  .service-form {
    background-image: url("../images/main-img.png") !important;
    background-position: center center;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background: #000000;
  }
  .service-form::before {
    top: 0px;
  }
  .service-form .wrap .left-wrap h2 {
    font-size: 24px;
  }
  .service-form .wrap {
    grid-template-columns: auto;
    gap: 30px;
  }
  .service-form {
    padding: 50px 0;
    margin-top: 70px;
  }
  .service-form .img-box::before {
    position: absolute;
    content: "";
    background-image: url("../images/main-border-top.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 90px;
    width: 100%;
    top: -46px;
    right: 0;
  }
  .service-form::before,
  .service-form::after {
    width: 120px;
    height: 120px;
  }
  .page-template-location .faq-section,
  .reliable-section,
  .why-choose,
  .contact-about {
    padding: 55px 0;
  }
  .page-template-location .accolades{
    padding: 100px 0 55px !important;
  }
  .location-banner .wrap {
    padding: 100px 0 80px;
  }
  .location-about .wrap {
    flex-direction: column;
    border-radius: 8px;
    padding: 20px;
  }
  .location-about .wrap p {
    text-align: center;
  }
  .reliable-section .wrap-box {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .reliable-section .wrap-box .left-wrap .main-btn {
    display: none;
  }
  .reliable-section .wrap-box .right-wrap .main-btn {
    display: inline-block;
  }
  .why-choose .after-img:after {
    height: 60px;
    width: 600px;
    top: -26px;
  }
  .why-choose ul {
    grid-template-columns: 1fr;
  }
  .location-home-service .expert-car-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .location-home-service .expert-car-wrap .right-wrap {
    order: -1;
  }
  .location-home-service .expert-car-wrap .right-wrap img {
    width: 100%;
  }
  .location-home-service .home-service-list {
    margin-top: 55px;
  }
  .location-home-service .home-service-list .list-main .inner-box .inner-box-main {
    grid-template-columns: auto;
  }
  .location-home-service .home-service-list .list-main .inner-box .inner-box-main .img-box img {
    width: 100%;
  }
  .location-home-service .home-service-list .list-main .inner-box .inner-box-main .right-inner-wrap .inner-wrap-main .img-box-wrap p {
    font-size: 17px;
    line-height: 20px;
  }
  .location-home-service .home-service-list .list-main .inner-box .inner-box-main .right-inner-wrap .inner-wrap-main .img-box-wrap {
    gap: 10px;
  }
  .location-home-service .home-service-list .list-main .inner-box .inner-heading {
    font-size: 17px;
    font-weight: 500;
    padding: 6px 35px;
  }
  .location-home-service .home-service-list .list-main .inner-box {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 97% 100%, 0 100%);
  }
  .contact-banner .wrap {
    padding: 120px 0px 80px;
  }
  .contact-about .wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-about .wrap .left-wrap .contact-info .inner-wrap {
    margin-bottom: 24px;
  }
  .contact-about .wrap .left-wrap .contact-info .inner-wrap p a br,
  .contact-about .wrap .left-wrap .contact-info .inner-wrap div p br {
    display: block;
  }
  .areas-serve {
    padding: 55px 0;
  }
  .areas-serve .wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .areas-serve .wrap .left-wrap ul {
    margin-top: 15px;
  }
  .areas-serve .wrap .right-wrap .map-list,
  .areas-serve .wrap .right-wrap .map-list iframe {
    width: 100%;
    height: 300px;
  }
  .areas-serve .wrap .left-wrap .main-btn {
    display: none;
  }
  .areas-serve .wrap .left-wrap ul li::before {
    width: 293px;
    bottom: -10px;
    right: 5px;
  }
  .areas-serve .wrap .left-wrap ul li div {
    clip-path: polygon(7% 0%, 100% 0, 93% 100%, 0% 100%);
  }
  @keyframes fadeInUp {
    from {
      transform: translate3d(0, 30px, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  @keyframes fadeInDown {
    from {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
    to {
      transform: translate3d(0, 20px, 0);
      opacity: 0;
    }
  }
  .areas-serve {
    padding: 60px 0;
  }
  footer .wrap .social-media .mail-box {
    display: none;
  }
  footer .wrap .social-media .Location-box .menu a,
  footer .wrap .social-media .Location-box p {
    font-size: 14px;
  }
  footer .wrap .social-media .Location-box p {
    font-size: 16px;
    font-weight: 700;
  }
  footer .wrap .social-media .Location-box {
    flex-direction: column;
  }
  footer .wrap .social-media .Location-box .menu {
    gap: 10px;
  }
  .why-choose .text {
    font-size: 17px;
  }
  .location-about .wrap {
    background: none;
    padding-bottom: 0;
  }
  .location-about .sub-heading {
    margin-top: 10px;
    padding: 0 20px;
  }
  .location-about .container {
    position: relative;
  }
  .location-about .container:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #EFEFEF 1.01%, rgba(244, 243, 243, 0) 99.96%);
    height: 100%;
    width: 95%;
    z-index: -1;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 640px) {
  .quote-section .sub-heading {
    font-size: 16px;
    line-height: 160%;
  }
  .quote-section .wrap .inner-box p {
    font-size: 14px !important;
  }
  .quote-section .wrap .inner-box p span {
    font-size: 18px;
  }
  .quote-section .wrap .inner-box p br {
    display: block;
  }
  .quote-section .wrap .inner-box img {
    width: 44px;
    height: 44px;
  }
  .quote-section .wrap {
    gap: 15px;
    flex-wrap: wrap;
  }
  .quote-section .wrap .inner-box {
    padding: 44px 10px;
  }
  .service-sidebar .wrap .contact-box ul li .wrap {
    grid-template-columns: auto;
    gap: 30px;
  }
  .service-sidebar .wrap .contact-box ul li .wrap img {
    border-radius: 8px;
    width: 100%;
  }
  .location-home-service .home-service-list .list-main .list-main-wrap::after {
    right: -8px;
  }
  .f-button.is-arrow {
    width: 40px !important;
    height: 40px !important;
  }
  .f-button.is-arrow svg {
    width: 18px !important;
  }
  .f-button.is-arrow.is-prev {
    left: 10px !important;
  }
  .f-button.is-arrow.is-next {
    right: 10px !important;
  }
  .areas-serve .wrap .left-wrap ul li::before {
    width: 230px;
    bottom: -14px;
    right: 6px;
  }
  .areas-serve .wrap .left-wrap ul li div p {
    font-size: 16px;
  }
  .areas-serve .wrap .left-wrap ul li div {
    clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
    padding: 14px 45px;
  }
}
@media (max-width: 576px) {
  .home-service::before {
    width: 100%;
    height: 63px;
  }
  .colorado-section .wrap .right,
  .colorado-section .wrap .right .wrap-img {
    gap: 10px;
  }
  .colorado-section .wrap .right {
    grid-template-columns: auto auto;
  }
  .colorado-section .wrap .right .wrap-img {
    width: 198px;
  }
  .colorado-section .wrap .right .right-img {
    height: 275px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .clients-say-section .container {
    width: 100%;
    padding: 0;
  }
  .clients-say-section .slick-dots {
    display: none !important;
  }
  .clients-say-section .wrap .slider-box {
    padding: 50px 15px 20px 15px;
  }
  .unoque-section h2 {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .unoque-section .bottom-text {
    padding: 0 10px;
  }
  .unoque-section {
    padding: 60px 0 55px 0;
    background-position: 20% 100%;
  }
  .our-project-section::before {
    width: 667px;
    height: 75px;
    top: -40px;
    right: -10px;
  }
  footer .bottom-bar .bottom-bar-wrap p {
    font-size: 12px;
  }
  footer .wrap .social-media .mail-box a {
    font-size: 14px;
  }
  .banner-section .wrap .wrap-box {
    display: none;
  }
  .home-about .mobile-icon {
    display: flex;
  }
  .home-service {
    padding: 40px 0 55px 0;
  }
  .clients-say-section .slick-next,
  .clients-say-section .slick-prev {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -12px;
    top: auto;
  }
  .clients-say-section .slick-prev {
    left: -55px;
  }
  .clients-say-section .slick-next {
    right: -55px;
  }
  .contact-section .mobile-img {
    display: block;
    width: 100%;
    height: 100% !important;
  }
  .contact-section .main-img {
    display: none;
  }
  .about-banner .img-box .desktop-img {
    display: none;
  }
  .about-banner .img-box .mobile-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .about-banner .wrap {
    padding: 120px 0 300px;
  }
  .about-banner .wrap {
    padding: 120px 0 300px;
  }
  .about-banner .wrap .text {
    font-size: 16px;
  }
  .about-home-service .about-logo {
    top: -128px;
  }
  .about-home-service .specialize-wrap .specialize-list .box-main::after {
    right: 1px;
  }
  .about-banner:after {
    width: 100px;
    height: 100px;
  }
  .quote-section .wrap {
    gap: 15px;
    flex-wrap: wrap;
  }
  .quote-section {
    background-image: url(../images/unoque-bg-mobile.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0%;
  }
  .quote-section .wrap .inner-box {
    width: 180px;
    height: 180px;
  }
  .quote-section .wrap .inner-box {
    padding: 34px 10px;
  }
  .service-banner .service-mobile {
    display: block;
    position: absolute;
    width: 100%;
  }
  .service-banner .desktop-img {
    display: none;
  }
  .service-banner .wrap {
    padding: 140px 0 170px;
  }
  .service-form .img-box::before {
    background-size: cover;
    height: 90px;
    width: 800px;
    top: -46px;
    right: 0;
  }
  .location-banner .location-bg-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .location-banner .desktop-img {
    display: none;
  }
  .location-banner .wrap {
    padding: 100px 0 200px;
  }
  .location-home-service .home-service-list .list-main .inner-box {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 94% 100%, 0 100%);
  }
  .location-home-service .home-service-list .list-main .list-main-wrap::after {
    right: 0;
  }
  .contact-about .wrap .right-wrap .gform_fields .gfield:nth-child(1),
  .contact-about .wrap .right-wrap .gform_fields .gfield:nth-child(2) {
    grid-column: 1/-1;
  }
  .contact-about .wrap .right-wrap {
    border-radius: 10px;
  }
  .contact-banner .contact-bg-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  .contact-banner .desktop-img {
    display: none;
  }
  .contact-banner .wrap {
    padding: 140px 0px 160px;
  }
  .service-sidebar .wrap .sidebar .clients-say .box .main-box {
    height: 260px;
    overflow-y: auto;
  }
  footer .bottom-bar {
    flex-direction: column;
  }
  .areas-serve .wrap .left-wrap ul {
    grid-template-columns: auto;
  }
  .areas-serve .wrap .left-wrap ul li::before {
    width: 280px;
    bottom: -10px;
    right: 0;
  }
  .areas-serve .wrap .left-wrap ul li div {
    clip-path: polygon(6% 0%, 100% 0, 96% 100%, 0% 100%);
  }
}
@media (max-width: 425px) {
  .unoque-section .slick-track {
    padding-bottom: 50px !important;
  }
  .location-about .container:before {
    width: 92%;
  }
  .unoque-section {
    background-image: url(../images/unoque-bg-mobile.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0%;
  }
  .our-project-section {
    background-image: url("../images/our-project-section-bg-mobile.png") !important;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .our-project-section:after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) -44.42%, rgb(13, 19, 14) 88.12%);
    width: 100%;
    height: 160px;
    top: 0;
  }
  .our-project-section::before {
    width: 667px;
    height: 75px;
    top: -42px;
    right: -10px;
    z-index: 1;
  }
  .our-project-section .container {
    z-index: 1;
  }
  .unoque-section {
    padding: 90px 0 55px 0;
  }
  .unoque-section .bottom-text {
    margin-top: 50px !important;
  }
  .home-service .wrap .inner-wrap .footer-img::after {
    display: none;
  }
  .banner-section .wrap .sub-heading::before {
    display: none;
  }
  .banner-section .img-box .main-img {
    display: none;
  }
  .banner-section .img-box .mobile-img {
    display: block;
  }
  .banner-section .wrap {
    padding: 150px 0 190px;
  }
  #header .header-main-menu {
    gap: 8px;
  }
  #header .contact-btn-header a {
    padding: 5px 15px;
    gap: 4px;
  }
  #header .contact-btn-header a img {
    width: 30px;
    height: 30px;
  }
  #header .header-main-menu .contact-btn-header span {
    font-size: 11px;
  }
  #header .header-main-menu .number {
    font-size: 12px !important;
  }
  #header .wrapper {
    display: grid;
    grid-template-columns: 20% auto;
    gap: 10px;
  }
  .banner-section .wrap {
    padding: 130px 0 220px;
  }
  .our-project-section .wrap .inner-wrap .main-img {
    height: 334px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-banner .wrap {
    padding: 100px 0 150px;
  }
  .about-home-service .specialize-wrap .specialize-list .box-main::after {
    right: 16px;
    width: 290px;
    height: 28px;
  }
  .about-home-service .specialize-wrap .specialize-list .inner-box {
    clip-path: polygon(7% 0%, 100% 0%, 92% 100%, 0% 100%);
  }
  .about-home-service .wrap img {
    border-radius: 6px;
  }
  .about-home-service .team-wrap .wrap div,
  .about-home-service .team-wrap .wrap {
    gap: 10px;
  }
  .service-banner .wrap {
    padding: 110px 0 160px;
  }
  .service-form .img-box::before {
    right: -80px;
  }
  .location-banner .wrap {
    padding: 110px 0 150px;
  }
  .contact-banner .wrap {
    padding: 120px 0px 140px;
  }
  .areas-serve .wrap .left-wrap ul li::before {
    right: -2px;
  }
}
@media (max-width: 375px) {
  .about-home-service .specialize-wrap .specialize-list .box-main::after {
    right: 3px;
  }
  .service-banner .wrap {
    padding: 100px 0 60px;
  }
  .location-banner .wrap {
    padding: 110px 0 80px;
  }
  .why-choose .after-img:after {
    height: 50px;
    width: 500px;
    top: -22px;
  }
  .location-home-service .home-service-list .list-main .inner-box {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 91% 100%, 0 100%);
  }
  .contact-banner .wrap {
    padding: 120px 0px 100px;
  }
  .areas-serve .wrap .left-wrap ul li::before {
    width: 200px;
    bottom: -14px;
    right: 7px;
  }
  .areas-serve .wrap .left-wrap ul li div {
    clip-path: polygon(7% 0%, 100% 0, 93% 100%, 0% 100%);
  }
}