@font-face {
  font-family: Inter;
  font-display: swap;
}

body,
html {
  font-family: Inter;
}

a {
  text-decoration: none;
}

:focus-visible {
  outline: inherit;
}

input:focus {
  box-shadow: inherit !important;
}

.relative {
  position: relative;
}

.primary-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #258788;
  background: linear-gradient(90deg, #258788 35%, #079d58 100%);
}

.primary-btn:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.primary-btn {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.primary-btn:hover {
  color: #fff !important;
  border: inherit !important;
}

.secondary-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-image: -moz-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
  background-image: -webkit-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
  background-image: -ms-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
}

.secondary-btn:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.secondary-btn {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.secondary-btn:hover {
  color: #fff !important;
}

section.contactus-section {
  position: relative;
  padding-top: 60px;
  background-image: url(../../../nJwaBs__P2JfMUeYJ4vmjQ/25fb4c46-5076-40a5-2f74-ab1978190b00/public);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  padding-bottom: 30px;
}

section.contactus-section .contactus-area {
  padding: 0 60px;
}

section.contactus-section h2 {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  line-height: 50px;
}

section.contactus-section h2 span,
section.contactus-section span {
  display: inline-block;
  font-weight: 900;
  font-size: 45px;
  margin: 0;
  background: -webkit-linear-gradient(left, #efc161 30%, #efac1e 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.contactus-section span {
  color: #fff;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
}

section.contactus-section a {
  display: block;
  font-size: 16px;
  color: #fff;
  width: max-content;
  padding: 0.5em 1em;
  line-height: 26px;
  border: 1px solid #fff;
}

section.contactus-section .contact-form {
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  padding: 1.5em 1em;
}

section.contactus-section .contact-form h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  color: #272727;
  line-height: 1;
  margin-bottom: 20px;
}

section.contactus-section .contact-form form label {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 5px;
}

section.contactus-section .contact-form form input {
  border: inherit;
  border-bottom: 1px solid #9e9e9e;
  width: 100%;
  font-size: 14px;
  color: #9e9e9e;
  height: 40px;
  margin-bottom: 15px;
  padding: 0;
}

section.contactus-section .contact-form form input::placeholder {
  color: #9d9d9d;
}

section.contactus-section .contact-form form button {
  background-image: -moz-linear-gradient(180deg, #034971 0, #0071bc 100%);
  background-image: -webkit-linear-gradient(180deg, #034971 0, #0071bc 100%);
  background-image: -ms-linear-gradient(180deg, #034971 0, #0071bc 100%);
  display: block;
  width: 100%;
  border: inherit;
  height: 50px;
  padding: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
}

div#site-footer {
  position: relative;
  background-color: #f0f0f0;
}

div#site-footer footer.footer {
  padding: 0 25px;
}

div#site-footer .footer-main h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  margin-bottom: 20px;
}

div#site-footer .footer-main li {
  list-style: none;
}

div#site-footer .footer-main ul {
  padding: 0;
  margin: 0;
}

div#site-footer .footer-main a,
div#site-footer .footer-main ul li a {
  font-size: 15px;
  color: #636363;
  font-weight: 400;
  line-height: 30px;
  display: block;
  margin: 0;
}

div#site-footer .footer-main .industries {
  display: flex;
}

div#site-footer .footer-main .locations {
  display: flex;
  justify-content: flex-start;
}

div#site-footer .footer-main .locations ul:first-child {
  margin-right: 40px;
}

div#site-footer .footer-main .industries div:first-child {
  margin-right: 30px;
}

div#site-footer .footer-main .content p {
  font-size: 14px;
  color: #525252;
  line-height: 24px;
  margin-top: 25px;
  margin-bottom: 30px;
}

div#site-footer footer.footer .footer-main {
  padding: 80px 0 20px 0;
  border-bottom: 1px solid #63636336;
}

div#site-footer .footer-main .content li a {
  color: #525252;
  font-size: 18px;
  padding-right: 20px;
  line-height: 28px;
  display: inline-block;
  margin-bottom: 0;
}

div#site-footer .footer-main .content li a:last-child {
  padding-right: 0;
}

div#site-footer .footer-main a {
  margin-bottom: 20px;
}

div#site-footer .footer-main .alllocations {
  padding-left: 30px;
}

div#site-footer footer.footer .footer-bottom {
  padding: 20px 0;
}

div#site-footer footer.footer .footer-bottom ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

div#site-footer footer.footer .footer-bottom ul li {
  list-style: none;
}

div#site-footer footer.footer .footer-bottom p,
div#site-footer footer.footer .footer-bottom p a,
div#site-footer footer.footer .footer-bottom ul li a {
  font-size: 16px;
  color: #636363;
  font-weight: 400;
  padding: 0 20px;
  line-height: 26px;
}

div#site-footer a:hover {
  color: #05512a !important;
}

div#site-footer footer.footer .footer-bottom p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
}

div#site-footer .footer-main a.map::before {
  content: "";
  background-image: url(../../../nJwaBs__P2JfMUeYJ4vmjQ/5a28dfdb-b962-4d5c-0007-8c233251d400/public);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 18px;
  display: block;
  position: absolute;
  left: -5px;
  top: 7px;
}

div#site-footer .footer-main a.call,
div#site-footer .footer-main a.map,
div#site-footer .footer-main a.phone {
  position: relative;
  padding-left: 20px;
}

div#site-footer .footer-main a.call::before {
  content: "";
  background-image: url(../../../nJwaBs__P2JfMUeYJ4vmjQ/9556b08f-a465-4643-a1d7-4004d5eb6900/public);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: -5px;
  top: 5px;
}

div#site-footer .footer-main a.phone::before {
  content: "";
  background-image: url(../../../nJwaBs__P2JfMUeYJ4vmjQ/6cc13821-49bb-46e6-6700-b2440097a700/public);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: -5px;
  top: 5px;
}

div#rightside-call {
  position: fixed;
  top: 50%;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  color: #fff;
  background-image: -moz-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
  background-image: -webkit-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
  background-image: -ms-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  height: 50px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 20px;
  font-weight: 500;
  padding: 0.7em;
}

div#rightside-call a {
  color: #fff;
  display: none;
  margin-left: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

div#rightside-call:hover a {
  display: block;
}

div#rightside-chat {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  color: #fff;
  background-image: -moz-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
  background-image: -webkit-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
  background-image: -ms-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  height: 50px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 20px;
  font-weight: 500;
  padding: 0.7em;
  top: 40%;
}

div#rightside-chat a {
  color: #fff;
  display: none;
  margin-left: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

div#rightside-chat:hover a {
  display: block;
}

div#leftside-form {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1111;
  transition: all 0.7s;
  transform: translateX(-100%);
  width: 600px;
  display: flex;
  align-items: center;
  cursor: default;
}

div#leftside-form h3 {
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  color: #000;
  line-height: 1;
  margin-bottom: 25px;
}

div#leftside-form h3 span {
  display: block;
  background: -webkit-linear-gradient(left, #3879ab, #02a04e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #00000021;
}

div#leftside-form form.seo-audit-form input {
  border: 2px solid #1b8e79;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}

div#leftside-form form.seo-audit-form input::placeholder {
  color: #9d9d9d;
}

div#leftside-form form.seo-audit-form button {
  width: 100%;
  background-image: -moz-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
  background-image: -webkit-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
  background-image: -ms-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
  border: inherit;
  height: 51px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

div#leftside-form form.seo-audit-form {
  width: 70%;
  margin: 0 auto;
}

button#leftside-form-btn {
  border: inherit;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: fixed;
  top: 375px;
  left: -75px;
  background-image: -moz-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
  background-image: -webkit-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
  background-image: -ms-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
  padding: 0;
}

button#leftside-form-btn.active {
  z-index: 11111;
}

div#leftside-form button#closebtn {
  border: inherit;
  width: max-content;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #838383;
}

div#leftside-form button#closebtn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section#pagebanner-section {
  position: relative;
}

section#pagebanner-section .background-wrapper {
  background-image: url(../../../nJwaBs__P2JfMUeYJ4vmjQ/8b4fb087-c384-49ec-ba93-f334d50c0000/public);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 50px;
  background-position: center;
}

section#pagebanner-section span {
  font-size: 22px;
  color: #f2bc18;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

section#pagebanner-section h1 {
  font-size: 45px;
  font-weight: 900;
  color: #fff;
  line-height: 55px;
  text-align: center;
}

section#pagebanner-section .counter-row .counter-box {
  position: relative;
  border-right: 1px solid #659bad;
  padding-right: 25px;
}

section#pagebanner-section .counter-row .counter-box:last-child {
  border: inherit;
  margin: 0;
  padding: 0;
}

section#pagebanner-section .counter-row .counter-box .counter-number span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  margin-left: 15px;
  display: inline-block;
  margin-bottom: 0;
}

section#pagebanner-section .counter-row .counter-box .counter-number img {
  object-fit: contain;
}

section#pagebanner-section .counter-row .counter-box p {
  font-size: 12px;
  margin: 0;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
  line-height: 22px;
}

section#pagebanner-section .counter-row {
  margin-top: 180px;
}

section#pagebanner-section .banner-form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section#pagebanner-section .banner-form input {
  border: 2px solid #f2bc18;
  width: 20%;
  height: 50px;
  padding: 0 10px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

section#pagebanner-section .banner-form button {
  width: 15%;
  background-image: -moz-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
  background-image: -webkit-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
  background-image: -ms-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
  border: inherit;
  height: 51px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

section#pagebanner-section .partners-logo {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section#pagebanner-section .partners-logo img {
  filter: brightness(0) invert(1);
}

div#readContent,
div#readContent2 {
  display: none;
}

button#readMore,
button#readMore2 {
  padding: 0;
  border: inherit;
  background-color: transparent;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-top: 20px;
}

section#beforeafter-section div#before-switch-one,
section#beforeafter-section div#before-switch-two,
section#beforeafter-section div#before-switch-three {
  display: block;
}

section#beforeafter-section div#after-switch-one,
section#beforeafter-section div#after-switch-two,
section#beforeafter-section div#after-switch-three {
  display: none;
}

section#beforeafter-section span {
  font-size: 22px;
  color: #f2bc18;
  font-weight: 500;
  line-height: 1;
}

section#beforeafter-section h3 {
  font-size: 45px;
  font-weight: 900;
  line-height: 55px;
  background: -webkit-linear-gradient(left, #3879ab, #3879ab, #02a04e, #02a04e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #00000021;
}

section#beforeafter-section p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 28px;
}

section#beforeafter-section h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #282734;
}

section#beforeafter-section .number-box h6 {
  font-size: 20px;
  color: #f2bc18;
  font-weight: 500;
  line-height: 1;
}

section#beforeafter-section .number-box p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 26px;
}

section#beforeafter-section div#switch-box-one,
section#beforeafter-section div#switch-box-two,
section#beforeafter-section div#switch-box-three {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 50px;
  display: block;
  margin: auto;
}

section#beforeafter-section div#switch-box-one input,
section#beforeafter-section div#switch-box-two input,
section#beforeafter-section div#switch-box-three input {
  opacity: 0;
  width: 0;
  height: 0;
}

section#beforeafter-section div#switch-box-one label,
section#beforeafter-section div#switch-box-two label,
section#beforeafter-section div#switch-box-three label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

section#beforeafter-section div#switch-box-one label:before,
section#beforeafter-section div#switch-box-two label:before,
section#beforeafter-section div#switch-box-three label:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  box-shadow: 0 0.0625em 0.375em 0 #666;
}

section#beforeafter-section div#switch-box-one input:checked + label,
section#beforeafter-section div#switch-box-two input:checked + label,
section#beforeafter-section div#switch-box-three input:checked + label {
  background-color: #fbbc04;
}

section#beforeafter-section div#switch-box-one input:focus + label,
section#beforeafter-section div#switch-box-two input:focus + label,
section#beforeafter-section div#switch-box-three input:focus + label {
  box-shadow: 0 0 1px #2196f3;
}

section#beforeafter-section div#switch-box-one input:checked + label:before,
section#beforeafter-section div#switch-box-two input:checked + label:before,
section#beforeafter-section div#switch-box-three input:checked + label:before {
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(26px);
  transform: translateX(70px);
}

section#beforeafter-section .switch-content img.left-side {
  display: block;
  margin-right: auto;
}

section#beforeafter-section .switch-content img.right-side {
  display: block;
  margin-left: auto;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/* header#header .container {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 1.5rem;
} */

header#header {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0.75rem 0;
  z-index: 100;
  background: var(--color-white);
  -webkit-box-shadow: var(--shadow-medium);
  box-shadow: var(--shadow-medium);
}

header#header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header#header .header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
}

header#header .header-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header#header .header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header#header .menu > ul {
  margin: 0;
  padding: 0;
}

header#header .menu > ul > li {
  display: inline-block;
  line-height: 3.125rem;
  margin-left: 1.5rem;
}

header#header .menu > ul > li > a {
  position: relative;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  border: none;
  outline: none;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

header#header .menu > ul > li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 1.75rem;
  padding: 1rem 2rem;
  z-index: 109;
  opacity: 0;
  visibility: hidden;
  border-top: 5px solid #edb91b;
  /* background: #258788; */
  /* background: linear-gradient(90deg, #258788 35%, #079d58 100%); */
  -webkit-box-shadow: var(--shadow-medium);
  box-shadow: 0 10px 10px -5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
}

header#header .menu > ul > li .menu-subs > ul > li {
  line-height: 1;
}

header#header .menu > ul > li .menu-subs > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  color: var(--color-black);
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header#header .menu > ul > li .menu-column-1 {
  min-width: 16rem;
  max-width: 20rem;
}

header#header .menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

header#header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  display: block;
  line-height: 1;
}

header#header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 0.5rem 0;
  border: none;
  outline: none;
  color: #000;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

header#header .menu > ul > li .menu-subs.menu-column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  padding: 1.25rem 1rem;
}

header#header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 24%;
  padding: 0.5rem;
  border-radius: 8px;
  margin-right: 15px;
}

header#header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 0;
}

header#header
  .menu
  > ul
  > li
  .menu-subs.menu-column-4
  > .list-item.text-center
  .title {
  text-align: center;
}

header#header .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
  margin-right: 10px;
}

header#header
  .menu
  > ul
  > li
  .menu-subs.menu-mega
  > .list-item
  > ul
  > li
  > a:hover,
header#header .menu > ul > li .menu-subs > ul > li > a:hover {
  color: #f2bc18;
}

header#header .header-item-right a:hover,
header#header .menu > ul > li:hover > a {
  color: #f2bc18;
}

header#header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
  padding: 0;
  margin: 0;
}

header#header .menu-mobile-header,
header#header .menu-mobile-toggle {
  display: none;
}

header#header .header-item-right a.cta {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  width: max-content;
  background-color: #fff;
  color: #000;
  padding: 0.5em 1em;
  box-shadow: 0 2px 24px 0 rgb(0 0 0 / 16%);
  border-radius: 12px;
}

header#header
  .menu
  > ul
  > li
  .menu-subs.menu-column-4
  > .list-item:nth-child(1) {
  background-color: #f2f8ff;
}

header#header
  .menu
  > ul
  > li
  .menu-subs.menu-column-4
  > .list-item:nth-child(2) {
  background-color: #f1f5f9;
}

header#header
  .menu
  > ul
  > li
  .menu-subs.menu-column-4
  > .list-item:nth-child(3) {
  background-color: #f2f5f9;
}

@media screen and (min-width: 993px) {
  header#header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    margin-top: 30px;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 992px) {
  header#header .header-item-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  header#header .header-item-left,
  header#header .header-item-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  header#header .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0.5rem 0;
  }
  header#header .menu-mobile-toggle {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    margin-left: 1.25rem;
    margin-top: -0.25rem;
    background: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  header#header .menu-mobile-toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: #fff;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  header#header .menu-mobile-toggle span:nth-child(1) {
    top: 0;
  }
  header#header .menu-mobile-toggle span:nth-child(2),
  header#header .menu-mobile-toggle span:nth-child(3) {
    top: 0.5rem;
  }
  header#header .menu-mobile-toggle span:nth-child(4) {
    top: 1rem;
  }
  header#header .header-item-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header#header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    z-index: 111;
    overflow: hidden;
    background: #258788;
    background: linear-gradient(90deg, #258788 35%, #079d58 100%);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  header#header .menu.active {
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
  header#header .menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
  }
  header#header .menu > ul > li > a {
    display: block;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header#header .menu > ul > li > a i.ion {
    position: absolute;
    font-size: 1.25rem;
    line-height: 3.125rem;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  header#header .menu .menu-mobile-header {
    position: relative;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 110;
    background: var(--color-white);
  }
  header#header .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 1.25rem;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--color-black);
  }
  header#header .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  header#header .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: #fff;
    text-transform: capitalize;
  }
  header#header .menu .menu-mobile-header .menu-mobile-close {
    font-size: 2.25rem;
    line-height: 3.125rem;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--color-black);
  }
  header#header .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  header#header .menu > ul > li .menu-subs {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header#header .menu > ul > li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header#header .menu > ul > li .menu-subs.active {
    display: block;
  }
  header#header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0rem;
  }
  /* header#header .menu>ul>li .menu-subs.menu-column-4>.list-item img {
        margin-top: 0;
    } */
  header#header
    .menu
    > ul
    > li
    .menu-subs.menu-column-4
    > .list-item.text-center
    .title {
    margin-bottom: 1.25rem;
  }
  header#header
    .menu
    > ul
    > li
    .menu-subs.menu-column-4
    > .list-item.text-center:last-child
    .title {
    margin-bottom: 0rem;
  }
  header#header .menu > ul > li .menu-subs > ul > li > a {
    display: block;
  }
  header#header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    margin-bottom: 1rem;
  }
  header#header
    .menu
    > ul
    > li
    .menu-subs.menu-mega
    > .list-item
    > ul
    > li
    > a {
    display: block;
  }
  header#header .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.65);
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  header#header .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  header#header .header-item-right a.cta {
    display: none;
  }
  header#header .menu .menu-mobile-header .menu-mobile-close {
    background-color: #fff !important;
    box-shadow: inherit !important;
    border: inherit !important;
    padding: 0 !important;
  }
  header#header .menu .menu-mobile-header .menu-mobile-close i {
    font-size: 30px !important;
    color: #079d58 !important;
  }
  header#header .menu > ul > li > a {
    color: #fff !important;
    font-size: 16px !important;
  }
  header#header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    margin: 0 !important;
    padding: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  header#header .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
    display: none !important;
  }
  header#header .menu .menu-mobile-header {
    background-color: #f2f8ff !important;
  }
  header#header .menu .menu-mobile-header .menu-mobile-title {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }
  header#header .menu .menu-mobile-header .menu-mobile-arrow {
    border: inherit !important;
    background-color: #fff !important;
    color: #079d58 !important;
    font-size: 25px;
  }
  header#header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  section.contactus-section .contactus-area {
    padding: 0;
  }
  section.contactus-section h2 {
    font-size: 24px;
    line-height: 34px;
  }
  section.contactus-section h2 span,
  section.contactus-section span {
    font-size: 30px;
  }
  section.contactus-section h2 br {
    display: none;
  }
  section.contactus-section a {
    font-size: 12px;
    margin-bottom: 20px;
  }
  div#site-footer footer.footer .footer-main {
    padding: 40px 0;
  }
  div#site-footer .footer-main .industries {
    display: block;
  }
  div#site-footer .footer-main h3 {
    margin: 20px 0;
  }
  div#site-footer .footer-main .alllocations {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  div#site-footer .footer-main a,
  div#site-footer .footer-main ul li a {
    font-size: 14px;
    line-height: 26px;
  }
  div#site-footer footer.footer .footer-bottom ul {
    display: block;
    text-align: center;
  }
  div#site-footer footer.footer .footer-bottom ul li {
    margin: 10px 0;
  }
  div#site-footer footer.footer .footer-bottom p {
    font-size: 15px;
    line-height: 25px;
  }
  div#leftside-form,
  div#leftside-form-btn,
  div#rightside-call,
  div#rightside-chat {
    display: none;
  }
  button#leftside-form-btn {
    display: none;
  }
  section.contactus-section h2 br {
    display: none;
  }
  section.contactus-section h2 span {
    display: inline-block;
  }
  section.contactus-section .contact-form h3 {
    font-size: 24px;
  }
  section.contactus-section {
    background-image: inherit;
    background-image: inherit;
    background: #258788;
    background: linear-gradient(90deg, #258788 35%, #079d58 100%);
    padding: 30px 0;
  }
  div#site-footer footer.footer .footer-main .row .col-lg-3:last-child img {
    display: none;
  }
  div#site-footer .footer-main .locations {
    display: block;
  }
  div#site-footer footer.footer .footer-bottom p a {
    padding: 0;
  }
  section#pagebanner-section .background-wrapper {
    background: #258788;
    background: linear-gradient(90deg, #258788 35%, #079d58 100%) !important;
    padding: 130px 0 50px 0;
  }
  section#pagebanner-section span {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 5px;
    text-align: left;
  }
  section#pagebanner-section h1 {
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 33px;
    margin-bottom: 10px;
    text-align: left;
  }
  section#pagebanner-section h1 br {
    display: none;
  }
  section#pagebanner-section .banner-form {
    flex-wrap: wrap;
  }
  section#pagebanner-section .banner-form input {
    width: 100% !important;
    margin-bottom: 10px;
  }
  section#pagebanner-section .banner-form button {
    width: 100%;
  }
  section#pagebanner-section .counter-row,
  section#pagebanner-section .partners-logo {
    display: none !important;
  }
  section#beforeafter-section span {
    font-size: 16px;
    line-height: 26px;
  }
  section#beforeafter-section h3 {
    font-size: 24px;
    line-height: 34px;
  }
  section#beforeafter-section h3 br {
    display: none;
  }
  section#beforeafter-section p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px !important;
  }
  section#beforeafter-section p br {
    display: none;
  }
  section#beforeafter-section div#switch-box-one,
  section#beforeafter-section div#switch-box-two,
  section#beforeafter-section div#switch-box-three {
    margin: 20px auto;
  }
  section#testimonials-logo-section {
    display: none;
  }
  section#beforeafter-section .wrapper {
    padding: 20px 0 !important;
  }
  section#beforeafter-section .wrapper .row.number-box {
    padding: 0 !important;
  }
}
