/*-----FONTS-----*/

/* ********** */

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Bold.eot");
  src: url("../fonts/Figtree-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Figtree-Bold.woff2") format("woff2"),
    url("../fonts/Figtree-Bold.woff") format("woff"),
    url("../fonts/Figtree-Bold.ttf") format("truetype"),
    url("../fonts/Figtree-Bold.svg#Figtree-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Black.eot");
  src: url("../fonts/Figtree-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Figtree-Black.woff2") format("woff2"),
    url("../fonts/Figtree-Black.woff") format("woff"),
    url("../fonts/Figtree-Black.ttf") format("truetype"),
    url("../fonts/Figtree-Black.svg#Figtree-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Medium.eot");
  src: url("../fonts/Figtree-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Figtree-Medium.woff2") format("woff2"),
    url("../fonts/Figtree-Medium.woff") format("woff"),
    url("../fonts/Figtree-Medium.ttf") format("truetype"),
    url("../fonts/Figtree-Medium.svg#Figtree-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-SemiBold.eot");
  src: url("../fonts/Figtree-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Figtree-SemiBold.woff2") format("woff2"),
    url("../fonts/Figtree-SemiBold.woff") format("woff"),
    url("../fonts/Figtree-SemiBold.ttf") format("truetype"),
    url("../fonts/Figtree-SemiBold.svg#Figtree-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Regular.eot");
  src: url("../fonts/Figtree-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Figtree-Regular.woff2") format("woff2"),
    url("../fonts/Figtree-Regular.woff") format("woff"),
    url("../fonts/Figtree-Regular.ttf") format("truetype"),
    url("../fonts/Figtree-Regular.svg#Figtree-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ********** */

/* Color and font variable */

/* ********** */

:root {
  --white: #fff;
  --primary: #04160b;
  --secondary: #414141;
  --green: #11763c;
  --orange: #ee9b01;
  --border: #e1e6e3;
  --sitetext: "Figtree";
  --darkgreen: #04160b;
}

/* GENREAL */

/* ********** */

html,
body {
  width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Figtree", sans-serif;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  line-height: 28px;
  color: var(--secondary);
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

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

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

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

a img {
  border: none;
}

:focus {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
}

a,
button {
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

hr {
  height: 0;
  color: inherit;
  border-top: 1px solid #d8dbdc;
  margin: 80px 0;
  border-bottom: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

p b,
p strong {
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
}

code,
kbd,
pre,
samp {
  font-family: "Figtree";
  font-size: 1.125rem;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin-bottom: 30px;
}

html {
  scroll-behavior: smooth;
}

/*-----FORM CONTROL-----*/

.form-group50 {
  width: 48%;
}

.form-group33 {
  width: 32%;
}

.form-group100 {
  width: 100%;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: var(--secondary);
  font-family: "Figtree";
  font-weight: 600;
  font-size: 14px;
  opacity: 1;
}

::-moz-selection {
  color: #fff;
  background: #1b1c23;
}

::selection {
  color: #fff;
  background: #1b1c23;
}

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

select::-ms-expand {
  display: none;
}

input:invalid {
  box-shadow: none;
}

input[type="text"],
input[type="submit"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
  height: auto !important;
  min-height: 100px;
  overflow: auto;
  margin: 0;
}

.form-group {
  margin-bottom: 15px;
}

.message_area {
  line-height: 100%;
}

.form-control {
  width: 100%;
  padding: 10px 20px;
  border: 0;
  border-radius: 8px;
  background: var(--white);
  color: var(--secondary);
  font-family: "Figtree";
  font-weight: normal;
  font-size: 14px;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  height: 45px;
}

.input-container {
  position: relative;
  display: block;
}

.form-icon {
  white-space: nowrap;
  text-align: center;
  vertical-align: bottom;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding-top: 15px;
}

.form-icon [title="email"] {
  position: relative;
  top: 5px;
}

.submitbtn {
  width: 100%;
  background-color: #ee9b01;
  border-radius: 8px;
  padding: 10px 15px;
  position: relative;
  height: 50px;
  margin-bottom: 10px;
}

.submitbtn input[type="submit"] {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  color: #fff;
  cursor: pointer;
  line-height: 100%;
  width: 100%;
  padding: 0;
  height: 100%;
}

.btn-block input[type="button"] {
  cursor: pointer;
  font-family: "Figtree";
}

.submit_btn .submitbtn,
input[type="button"] .submitbtn {
  background: var(--orange-color);
  color: var(--white-color);
  border: 0;
  font-family: "Figtree";
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  padding: 10px 29px;
  cursor: pointer;
  text-align: center;
  min-width: 240px;
  min-height: 55px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
}

.submitbtn:hover,
.cta-content .button-border:hover,
.cta-content .button-theme:hover {
  background: var(--white);
  color: var(--green);
  border-color: #11763c;
  border: solid 2px;
  border-radius: 5px;
}

.button-border:hover {
  background-color: var(--green);
  color: var(--white);
  border-radius: 0px;
  border-color: var(--green);
}

.button-theme:hover {
  background-color: var(--green);
  border-radius: 0px;
  border-color: var(--green);
}

.form-control:focus {
  border-color: red !important;
}

select.form-control {
  /*   background: url(../images/select-arrow.svg) no-repeat center right 15px
    var(--white); */
  color: #757575;
  font-family: "Figtree";
  font-weight: 600;
}

.cta-content .button-theme > input:hover {
  color: var(--green);
}

.submitbtn:hover > input {
  color: #11763c;
}

/*input[type="submit"]:hover {
  background: var(--darkgreen);
  border-color: var(--darkgreen);
  color: var(--white);
}*/

/* header styles */

header {
  position: relative;
  z-index: 1;
}

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

.topheader {
  padding: 10px 0;
  background-color: var(--green);
  color: var(--white);
  line-height: 1.2;
}

.top-left-info p,
.top-left-info a {
  display: inline-flex;
  line-height: 1.2;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  color: #ffffff;
}

.top-left-info {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 320px;
}

.top-left-info p {
  margin-right: 20px;
}

.top-left-info p img,
.top-left-info a img {
  margin-right: 10px;
}

.header-socail-links a i {
  font-size: 20px;
  color: var(--white);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.header-socail-links a:hover > i,
.top-left-info a:hover {
  color: var(--orange);
}

.header-socail-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 15px;
  min-width: 20px;
}

header .logo {
  padding: 8px 0;
  display: inline-block;
}

.fixed-header header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  -webkit-animation: 0.7s ease-in-out 0s normal none 1 running fadeInDown;
  animation: 0.7s ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%);
}

.fixed-header header .logo {
  width: 120px;
}

.fixed-header header .header-btngrp-right.button-group .button {
  padding: 12px 25px;
}
.fixed-header header .nav-menu-links > .main-menu > li {
  padding: 25px 25px;
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -10%, 0);
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -10%, 0);
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* for button styles  */

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.button-group li {
  padding: 0;
}

.button-group li:before {
  display: none;
}

.button-group .button-border img,
.ft-btn-group .button-outline:hover img {
  filter: invert(16%) sepia(114%) saturate(4057%) hue-rotate(152deg)
    brightness(40%) contrast(100%);
  margin-right: 8px;
}

.button-group .button-border:hover img,
.cta-content .button-group .button-border img {
  filter: none;
}

.cta-content .button-group .button-border:hover img {
  filter: invert(16%) sepia(114%) saturate(4057%) hue-rotate(152deg)
    brightness(40%) contrast(100%);
}

/*[class*="btn-"]*/

button,
.button,
button[type="submit"],
input[type="submit"] {
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.4px;
  color: var(--white);
  min-width: 200px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  position: relative;
  line-height: 1;
  z-index: 0;
  padding: 15px 30px;
  overflow: hidden;
  border: 2px solid var(--orange);
  background: var(--orange);
  font-family: var(--heading);
  /* text-transform: uppercase; */
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  cursor: pointer;
}

.slick-arrow {
  min-width: auto;
}

.btn-white {
  background-color: var(--white);
  color: var(--secondary);
  border-color: var(--white);
}

.button-outline {
  border: 2px solid var(--white);
  border-radius: 8px;
  background-color: transparent;
}

.button-outline:hover {
  background-color: var(--white);
  color: var(--green);
  border-radius: 0;
}

.button-border {
  border: 2px solid var(--green);
  background-color: transparent;
  color: var(--green);
}

.btn-theme img,
.btn-primary img {
  filter: brightness(0) invert(1);
}

.button-width li [class*="btn-"] {
  min-width: 210px;
}

[class*="btn-"] img {
  margin-right: 8px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.btn-width {
  min-width: 370px;
}

.btn-theme:hover {
  background: var(--green);
  border: 1px solid var(--green);
}

.button.btn-theme.btn-white.btn-width img {
  filter: none;
}

/*-----STRUCTURE-----*/

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row::before,
.row::after,
.container::before,
.container::after,
.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
}

.row::after,
.container::after,
.clearfix::after {
  clear: both;
}

.width50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
}

.flex-container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* FLEX  */

.flex {
  display: flex;
}

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

.flex-none {
  flex: none;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

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

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

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

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

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

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

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

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

.justify-start {
  justify-content: flex-start;
}

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

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

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

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

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
  top: 80px;
  align-self: flex-start;
}

/*-----HELPER-----*/

.hidden {
  display: none;
}

.bgimg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: inherit;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

/*----------------------------------------COMMON------------------------------------*/

/*-----SCROLL TOP-----*/

.scrollTop {
  position: fixed;
  right: 0;
  bottom: 85px;
  border-radius: 5px 0 0 5px;
  opacity: 0;
  height: 40px;
  width: 40px;
  line-height: 36px;
  z-index: 10;
  color: var(--secondary-color);
  background: var(--gray-color);
  text-align: center;
  font-size: 20px;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.scrollTop:hover {
  background-color: var(--orange);
  color: var(--white);
}
.scrollTop > img {
  transform: rotate(-90deg);
}

/*-----BREADCRUMBS-----*/

/*-----CONTENT-----*/

h1,
h2,
h3,
h4,
h5,
h5,
h6,
[class*="heading-"] {
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 25px;
  color: var(--darkgreen);
  font-family: "Figtree";
  position: relative;
  line-height: 1;
}

h2 {
  font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.75rem);
}

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

.heading-58 {
  font-size: clamp(1.5rem, 1.075rem + 2.125vw, 3.625rem);
}

.heading-44 {
  font-size: 44px;
}

.heading-40 {
  font-size: clamp(2rem, 1.9rem + 0.5vw, 2.5rem);
}

.heading-30,
h3 {
  font-size: 30px;
}

.heading-28 {
  font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem);
}

.heading-24 {
  font-size: 24px;
}

.image_div {
  display: inline-block;
  margin-bottom: 30px;
}

.inner-banner-section {
  background: var(--green);
  padding: 100px 0 80px;
}

.inner-banner-section .heading-44 {
  color: var(--white);
}

.contentDiv p:last-of-type {
  margin-bottom: 0;
}

.heading-44:has(+ p) {
  margin-bottom: 15px;
}

/* ********************COMMON CONTENT SECTION START****************  */

.mrgb100 {
  margin-bottom: 100px;
}

.mrgb80 {
  margin-bottom: 80px;
}

main ul > li,
main ul.ul-line li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.16px;
  color: var(--secondary);
  font-weight: 400;
}

main ul > li:before,
main ul.ul-line li:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  left: 0;
  top: 7px;
  border-radius: 100px;
  background: url(../images/listed-circle.svg) no-repeat 0 0;
}

/*-------------------------------------
          text align
------------------------------------ */

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

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

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

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

/* ********** text transform ********** */

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* ********** SPACE ********** */

.py-100 {
  padding: 100px 0;
}

.my-100 {
  margin: 100px 0;
}

/* ********** */

/* P tags */

/* ********** */

p {
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Figtree";
  font-size: 18px;
  color: #414141;
}

p a,
main .hm-content ul li a {
  text-decoration: underline;
  display: inline-block;
  font-weight: 600;
}

p a:hover,
main .hm-content ul li a:hover {
  color: var(--green);
}

#section-service {
  scroll-margin-top: 200px;
}

/* ******************
banner section styles 
********************* */

.banner-section {
  background-color: var(--green);
  position: relative;
  z-index: 1;
  height: 740px;
  overflow: hidden;
}

.banner-section .hm_slider,
.banner-section .hm_slider .slick-list,
.banner-section .hm_slider .slick-list .slick-track,
.banner-section .hm_slider .banner-item,
.banner-section .hm_slider .banner-item .banner-container {
  height: 100%;
}

.banner-offer-item {
  margin-top: 60px;
}

.banner-item-block > img {
  height: 100%;
  object-fit: cover;
  max-width: inherit;
}

.banner-content .button-group .button {
  min-width: 200px;
}

.banner-content .button-group .button.button-theme:hover,
.footer-links.ft-btn-group .button.button-theme:hover {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--green);
}

.hm_slider {
  max-width: 1920px;
  margin: 0 auto;
}

.banner-item .banner-container {
  align-items: center;
}

.banner-content {
  position: relative;
  /* width: calc(100% - 990px); */
  width: 50%;
  padding: 80px 0 0 11%;
}

.banner-heading,
.banner-heading h1 {
  font-size: clamp(2rem, 1.675rem + 1.625vw, 3.625rem);
  color: var(--white) !important;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
}

.banner-content p {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}

/* slider arrow styles */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 34px;
  height: 34px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid #eaefec;
  border-radius: 100%;
  outline: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #fff;
}

.slick-prev {
  left: -40px;
}

.slick-next {
  left: inherit;
  right: -40px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus,
.slick-next:hover,
.slick-next:focus {
  /* filter: invert(53%) sepia(46%) saturate(1607%) hue-rotate(344deg)
    brightness(95%) contrast(101%); */
  background: var(--green);
}

.slick-prev:before {
  content: "";
  background: url(../images/arrow-right.svg) no-repeat center;
  width: 100%;
  height: 100%;
  display: inline-block;
  display: inline-flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}

.slick-next:before {
  content: "";
  background: url(../images/arrow-left.svg) no-repeat center;
  width: 100%;
  height: 100%;
  display: inline-block;
  display: inline-flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  filter: invert(1) brightness(100);
}

.before-after-wrapper .heading-44 {
  margin-bottom: 25px;
}

.banner-content,
.banner-item-block {
  width: 50%;
  position: relative;
  z-index: 1;
  height: 100%;
}

.banner-content {
  background-color: var(--green);
  padding: 67px 120px 67px 13%;
}

/*  KEYFEATURES  */

.key-ft-section {
  border-bottom: 1px solid #e1e6e3;
  padding: 25px 0 15px 0;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.key-slider.slick-initialized.slick-slider {
  display: block;
}

.key-ft-section .key-item-inline {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}

.key-ft-section .key-item-inline .key-icon {
  margin-right: 10px;
  max-width: 74px;
}

.key-ft-section .key-item-inline {
  border-right: 1px solid #e1e6e3;
}

.key-ft-section .key-item-inline span {
  font-size: 16px;
  color: #04160b;
  font-weight: 600;
  line-height: 1.2;
  margin-right: 30px;
}

.service-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.service-grid-wrapper .service-wrap {
  background-color: var(--white);
  padding: 50px 70px;
  border-radius: 8px;
  width: calc(33.33% - 40px);
  margin: 0 20px 40px;
  transition: background-color 0.5s ease, all 0.5s ease;
  text-align: center;
}

.service-grid-wrapper .service-wrap:hover {
  background-color: var(--green);
  /* border-radius: 0; */
}

.service-grid-wrapper .service-wrap:hover .heading-24,
.service-grid-wrapper .service-wrap:hover p {
  color: var(--white);
}

.service-icon,
.service-wrap .heading-24 {
  margin-bottom: 20px;
}

.service-icon img {
  display: inline-block;
}

.service-grid-wrapper .service-wrap:hover .service-icon img {
  filter: invert(0) brightness(100);
}

.section-service .heading-44 span {
  color: var(--orange);
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.section-service.light-bg {
  padding-bottom: 40px;
}

.before-after-gallery {
  margin: 0 -12px 80px;
}

.before-after-gallery .slick-slide {
  margin: 0 12px;
}

.before-after-gallery .ab-item {
  position: relative;
}

.before-after-gallery .ab-item:after,
.before-after-gallery .ab-item::before {
  position: absolute;
  content: "";
  background-color: rgba(4, 22, 11, 0.8);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  top: 50%;
  margin-top: -10px;
  line-height: 1.2;
  padding: 10px 15px;
}

.before-after-gallery .ab-item:after {
  content: "Before";
  left: 5px;
}

.before-after-gallery .ab-item::before {
  content: "After";
  right: 5px;
}

/* ********** */

/* SIMPLE STEP  */

/* ********** */

.step-process {
  background-color: var(--orange);
  border-radius: 30px;
  margin: -200px 0 0;

  & .step-left {
    width: 600px;
    padding: 60px;
    border-right: 1px solid hsl(0deg 0% 100% / 20%);
    position: relative;

    & .heading-55 {
      color: var(--white);
    }

    & .button-group {
      margin-bottom: 0;
    }
  }

  & .step-right {
    width: calc(100% - 600px);
    padding: 40px 60px 40px 80px;

    ul.step-list {
      margin-bottom: 0;
      display: flex;
      flex-wrap: wrap;
      margin: 0 -32px;

      & li {
        width: 33.33%;
        padding: 0 30px;
        text-align: center;

        & span.step-icon {
          width: 75px;
          display: block;
          margin: 0 auto 15px;
        }

        & .heading-28 {
          color: var(--white);
          margin-bottom: 10px;
        }

        & p {
          color: var(--white);
          font-weight: 600;
          font-size: 18px;
          line-height: 24px;
        }
      }
    }

    & .emergency-wrap {
      border-top: 1px solid hsl(0deg 0% 100% / 20%);
      padding-top: 35px;
      margin-top: 25px;
      text-align: center;

      p {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        color: var(--white);
      }
    }
  }
}

.step-process .step-left .button-group li {
  margin: 0;
}

ul.step-list li:before {
  display: none;
}

.step-left:after {
  content: "";
  position: absolute;
  right: -11px;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid hsl(0deg 0% 100% / 20%);
  top: 0;
  bottom: 0;
  margin: auto;
}

.customer-js.slick-initialized .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.customer-js.slick-initialized li.slick-slide {
  height: auto;
}

.customer-js.slick-initialized li.slick-slide > div {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.hm-form-content {
  width: calc(100% - 600px);
  padding-right: 200px;
}

.hm-form-wrapper {
  width: 600px;
}

.exp-rating-info {
  padding-right: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.exp-rating-info .icon {
  margin-right: 10px;
}

.exp-rating-info .exp-year,
.google-rating-panel {
  background-color: #eaefec;
  border-radius: 8px;
  padding: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.google-rating-panel {
  background: #fef5e5;
}

.ft-18 {
  font-size: 18px;
  font-weight: bold;
}

.google-rating-panel p {
  display: inline-flex;
  margin-bottom: 0;
  align-items: center;
}

.gl-rate-text span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.exp-rating-info .exp-year .exp-text,
.google-rating-panel .gl-rate-text {
  font-size: 24px;
  font-weight: bold;
  flex: 1;
  line-height: 1.2;
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
}

.exp-rating-info .exp-year .exp-text span {
  display: block;
  font-size: 18px;
}

.gl-rate-text p span {
  font-weight: 700;
  font-size: 16px;
  margin: 0 6px 0 0;
}

/*  WHY CHOOSE  */

.whychoose-wrapper {
  & .choose-block {
    background-color: var(--white);
    padding: 30px;
    border-radius: 8px;
    width: calc(25% - 26px);
    margin-bottom: 40px;
  }

  & p {
    margin-bottom: 0;
    flex: 1 1 0%;
  }

  .ch-icon {
    width: 95px;
    height: 95px;
    background-color: var(--green);
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}

.choose-block-list {
  padding: 0 13px;
}

.choose-block-list .choose-block {
  width: auto;
}

.why-choose-botom {
  max-width: 680px;
  margin: 40px auto 0 auto;
}

.why-choose-botom p:last-of-type {
  margin-bottom: 0;
}

.step-wrap {
  background-color: #eaefec;
  padding: 40px;
  border-radius: 8px;

  & p {
    margin-bottom: 0;
  }
}

.step-left-content,
.step-grid-wrapper {
  width: 50%;
}

.step-left-content .logo-space {
  margin-bottom: 20px;
}
.step-process-wrapper {
  align-items: center;
}

.step-left-content {
  padding-right: 100px;
}

.stp-icon {
  margin-bottom: 30px;
}

.step-wrap .heading-24 {
  margin-bottom: 15px;
}

/*  TESTIMONISL */

.cl-header .heading-44 {
  margin-bottom: 5px;
}

.cl-header p {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}

.cl-header p img {
  margin-right: 5px;
}

.customer-js > .client-content {
  width: calc(33.33% - 24px);
}

.customer-js > .client-content:not(:nth-of-type(-n + 3)) {
  display: none;
}

.customer-js .slick-slide,
.customer-js > .client-content {
  margin: 0 12px 40px;
}

.customer-js {
  margin: 0 -12px 40px;
}

.cl-box-bg {
  background-color: #fef5e5;
  padding: 40px;
  position: relative;
  border-radius: 8px;
  margin-bottom: 30px;
}

.client-content.fancybox-content .cl-box-bg {
  background-color: #ffffff;
  padding: 20px 0 0 0;
}

.client-content.fancybox-content .cl-box-bg p {
  margin-bottom: 30px;
  height: auto;
  min-height: auto;
}

.client-content.fancybox-content .cl-info {
  margin-left: 0;
}

.client-content.fancybox-content .cl-box-bg:after {
  display: none;
}

.cl-box-bg:after {
  position: absolute;
  content: "";
  border-top: 20px solid #fef5e5;
  border-left: 0px solid transparent;
  border-right: 36px solid transparent;
  bottom: -20px;
  left: 50px;
}

.cl-box-bg p:last-child {
  margin-bottom: 0;
}

.cl-box-bg p {
  height: 166px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  font-style: italic;
  margin-bottom: 0;
}

.cl-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 45px;
}

.cl-info .name {
  display: inline-flex;
  flex: 1;
  flex-wrap: wrap;
  margin-left: 15px;
  flex-direction: column;
}

.cl-info .name span {
  font-size: 20px;
  color: #04160b;
  font-weight: bold;
}

.step-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  counter-reset: my-sec-counter;
}

.step-grid-wrapper .step-wrap {
  position: relative;
}

.step-grid-wrapper .step-wrap::before {
  counter-increment: my-sec-counter;
  content: "0" counter(my-sec-counter);
  position: absolute;
  right: 30px;
  color: var(--white);
  font-size: 70px;
  font-weight: bold;
  top: 40px;
}

/*  Content  */

.hm-item {
  width: 740px;
}

.hm-content {
  width: calc(100% - 740px);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.flex-row-reverse .hm-content {
  padding-left: 97px;
}

.form-bg {
  background-color: var(--green);
  padding: 50px 60px;
  border-radius: 8px;
}

.form-bg .heading-30 {
  color: var(--white);
}

.flex-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.checkbox-list .check-style {
  width: calc(33.33% - 20px);
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}

.checkbox-list .check-style label {
  font-size: 14px;
  color: var(--white);
  font-weight: normal;
  display: inline-flex;
  align-items: flex-start;
  line-height: 1.2;
  position: relative;
}

.form-group > label {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  color: var(--white);
  width: 100%;
}

.check-style span {
  position: relative;
  display: inline-flex;
  z-index: 1;
}

.check-style input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.check-style label:before {
  content: "";
  -webkit-appearance: none;
  background-color: var(--green);
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 18px;
  height: 18px;
  border-radius: 3px;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.check-style input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #11763c;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.check-style input[type="checkbox"]:checked + label:before {
  background-color: var(--white);
}

/* ********** */

/*  CTA */

/* ********** */

.cta-wrapper {
  position: relative;
  z-index: 1;
  background-color: var(--green);
  padding: 120px 0;
}

.cta-wrapper > img.bgimg {
  opacity: 0.2;
}

.cta-content {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.cta-content .button-group {
  justify-content: center;
}

.cta-content .button-border {
  border-color: var(--white);
  color: var(--white);
}

/* ********** */

/* FOOTER */

.ft-btn-group a:not(:last-child) {
  margin-right: 10px;
}

.footer-bg {
  background-color: var(--green);
  padding: 50px 0 0;
}

.footer-bg > *,
.cta-wrapper > *,
.cta-content p,
.cta-content .heading-44,
.footer-center .heading-30 {
  color: var(--white);
}

.footer-center {
  flex: 1;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 50px;
  align-items: flex-start;
  justify-content: center;
}

.footer-center p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  color: white;
}

.footer-center .heading-30 {
  margin-bottom: 5px;
}

.footer-links.ft-btn-group {
  display: inline-flex;
  align-items: center;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.social-links li {
  display: inline-flex;
}

.social-links li:not(:last-of-type) {
  margin-right: 15px;
}

.social-links li a {
  font-size: 30px;
}

.ft-column-five p {
  font-size: 16px;
  color: white;
}

/* ***** INSTAGRAM ***** */

.instgram-heading {
  margin-bottom: 40px;
}

.instgram-heading .heading-44 {
  margin-bottom: 5px;
}

.button-ins {
  background: transparent
    linear-gradient(
      254deg,
      #515bd4 0%,
      #8034b0 23%,
      #dd2a7b 47%,
      #f87e28 76%,
      #fed370 100%
    )
    0% 0% no-repeat padding-box;
  border-radius: 4px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 18px;
  border: 0;
  transition: 0.3s ease-in-out;
}

.button-ins:hover {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

.instagram-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: var(--darkgreen);
  border-radius: 5px;
  z-index: 1;
}

.instagram-grid-wrapper .img-wrapper::after {
  position: absolute;
  content: "\f16d";
  right: 20px;
  top: 20px;
  color: var(--white);
  font-size: 25px;
  font-family: "FontAwesome";
}

.instagram-grid-wrapper .img-wrapper:hover img {
  opacity: 0.6;
  transform: scale(1.02);
}

.img-wrapper > img {
  border-radius: 5px;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.63, 0.24, 0.26, 0.91);
}

.whitetxt {
  color: var(--white);
}

.light-bg {
  background-color: #eaefec;
  padding: 100px 0;
}

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

.solution-sec .service-grid-wrapper {
  padding-bottom: 20px;
}

/* FAQ Accordion  */

.faq-accordion-wrapper {
  width: 720px;
}

.faq-left-content {
  width: calc(100% - 720px);
  padding-right: 200px;
}

.divider {
  border-bottom: 1px solid #e1e6e3;
  margin-bottom: 80px;
}

.customer-js .slick-arrow {
  margin-top: -40px;
}

body.popup-show {
  position: fixed;
}

.form-bg form .btn-block {
  width: 100%;
}

.key-slider .slick-list {
  margin-right: -1px;
}

.copyright p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  color: white;
}

.copyright {
  padding: 20px 0;
  text-align: center;
}

.instgram-heading p {
  margin-bottom: 0;
}

.faq-left-content > img {
  margin-bottom: 40px;
}

.choose-block p:last-child,
.service-wrap p:last-child {
  margin-bottom: 0;
}

.top-header-wrap {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.top-header-wrap .heading-44 h2
/* areas css */

.areaslist li:hover>a,
.areaslist li.active {
  color: #11763c;
}

.areaslist li {
  color: #000000;
  text-decoration: none;
  position: relative;
  padding-left: 0;
  padding-bottom: 15px;
  width: 100%;
  display: inline-block;
  font-size: 20px;
}

.areaslist li a::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  /*   background-image: url(../images/map.svg); */
  background-repeat: no-repeat;
  width: 13px;
  height: 17px;
}

.areaslist li {
  list-style-type: none;
  width: 25%;
  padding-left: 25px;
}

.areaslist {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: 100%;
}

.areaslist > li strong {
  display: block;
  color: #000000;
  font-size: 22px;
}

.areaslist:last-child {
  margin-bottom: 0;
}

.areas-sec .half-section .left-side {
  padding-right: 50px;
}

.areas-sec .half-section .right-side {
  padding-left: 50px;
}

.areaslist li:before {
  background-image: url(../images/location.svg);
  width: 14px;
  height: 19px;
}

.areaslist li a:hover {
  color: #11763c;
}

/*  Footer STYLE */

.ft-top-border {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
}

.ft-heading {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 1.2;
}

.ft-column-one {
  width: 15%;
}

.ft-column-two {
  width: 30%;
}

.ft-column-three {
  width: 20%;
}

.ft-column-four {
  width: 12%;
}

.ft-column-five {
  width: 20%;
}

.footer-links,
.footer-links-contact {
  margin-left: 20px;
}

.footer-links li,
.footer-links-contact li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 0px;
  list-style-type: disc;
}

.footer-links-contact li a:hover {
  color: #ee9b01;
}

.footer-links li a:hover {
  color: #ee9b01;
}

.footer-links li::before,
.footer-links-contact li::before {
  content: none;
}

.footer-links li::marker,
.footer-links-contact li::marker {
  color: var(--orange);
  font-size: 20px;
  line-height: 1;
}

.social-links li a {
  color: var(--white);
}

/* TEXT SCROLL STYLE */

.text-slider {
  display: flex;
  white-space: nowrap;
  font-size: 0;
  position: relative;
  overflow: hidden;
}

.text-slider .text-anim-original {
  display: flex;
  align-items: baseline;
}

.text-slider .text-anim-copy {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(100%) translateZ(0);
  animation: qode-move-horizontal-normal-text-marquee-copy 20slinear infinite;
  display: flex;
  align-items: baseline;
}

.text-lg {
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 0px;
  color: #eaefec;
  font-family: "Figtree";
  font-size: 72px;
  line-height: 1.2;
  position: relative;
  padding: 0 45px;
}

.text-lg::after {
  position: absolute;
  content: "";
  background: url(../images/support-proud.svg) no-repeat;
  width: 69px;
  height: 62px;
  right: -35px;
  top: 12px;
  background-size: 100% 100%;
}

.text-anim-original {
  animation: move-horizontal-text-marquee 30s linear infinite;
}

.text-anim-copy {
  animation: move-horizontal-text-marquee-copy 30s linear infinite;
}

.heading-58 {
  font-size: clamp(1.5rem, 1.075rem + 2.125vw, 3.625rem);
  color: white;
  margin-bottom: 0;
}

.heading-44 {
  font-size: clamp(1.8125rem, 1.625rem + 0.9375vw, 2.75rem);
}

.heading-28 {
  font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem);
}

/* contact form  */

.contact-form {
  width: 50%;
}

/* instagram section  */

.insta-head .left .heading-28 {
  color: #04160b;
  margin-bottom: 0;
}

.insta-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-insta {
  font-size: 14px !important;
  font-family: "archivo" !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  color: white !important;
  background: rgb(164, 58, 150);
  background: linear-gradient(
    90deg,
    rgb(164, 58, 150) 0%,
    rgba(194, 46, 106, 1) 18%,
    rgba(219, 35, 61, 1) 46%,
    rgba(243, 100, 34, 1) 82%,
    rgba(255, 212, 37, 1) 100%
  );
  border: 0;
  border: 1px solid #a43a96 !important;
  border-right-color: #ffd425 !important;
  border-top-color: #ffd32500 !important;
  border-bottom-color: #ffd32500 !important;
  padding: 12px 18px;
  min-width: auto;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.btn-insta:hover {
  color: #a43a96 !important;
  border-color: #a43a96 !important;
  border-top-color: #a43a96 !important;
  border-bottom-color: #a43a96 !important;
  background: #ffffff;
}

.divider {
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 80px;
}

/* common css */

.half-section.row-reverse .content-left {
  padding-right: 40px;
  padding-left: 147px;
}

.content-left {
  width: calc(100% - 650px);
  padding-right: 147px;
}

.content-img {
  width: 650px;
}

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

.half-section {
  display: flex;
  justify-content: space-between;
}

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

/* common css end */

.green-text {
  color: #11763c;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

/* innerbannner with form */

.suburbpg.inner-banner {
  min-height: 730px;
}

.inner-banner.wide-banner .inner_banner_info {
  padding: 20px 0;
}

.inner-banner.wide-banner .inner_banner_info .half-section {
  align-items: center;
}

.inner-banner.wide-banner .inner_banner_info .half-section .left-side {
  width: calc(100% - 580px);
  padding-right: 250px;
}

.inner-banner.wide-banner .inner_banner_info .half-section .right-side {
  width: 580px;
}

.inner-banner.wide-banner
  .inner_banner_info
  .half-section
  .left-side
  .heading-44 {
  color: white;
  max-width: 580px;
}

.inner-banner.wide-banner
  .inner_banner_info
  .half-section
  .right-side
  .form-control {
  border: solid 1px #cacaca;
}

.wide-banner .form-bg {
  background: white;
}

.wide-banner .form-bg .heading-30 {
  color: #11763c;
  margin-bottom: 15px;
}

.wide-banner .form-bg .checkbox-list .check-style label {
  color: #414141;
}

.wide-banner .form-bg .check-style label:before {
  border: solid 1px rgb(0 0 0 / 50%);
  background-color: white;
}

.wide-banner .form-bg .form-group > label {
  margin-bottom: 10px;
  color: #414141;
}

.wide-banner .form-bg {
  padding: 50px;
}

/* common services list */

/* 
.services-item {
    padding: 40px 55px;
    text-align: center;
    background: #EAEFEC;
    margin: auto;
    border-radius: 8px;
    height: 100%;
}

.services-item>img {
    margin: auto;
    padding-bottom: 15px;
}

.services-item .heading-24 {
    margin-bottom: 10px;
}

.services-list {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.services-wrap {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
} */

.solution-sec .services-item {
  background: #ffffff;
}

.head {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.head .orange {
  color: #ee9b01;
  font-weight: 600;
  font-size: 18px;
}

.solution-sec > .head > p {
  margin-bottom: 20px;
}

/* blog css */

.date {
  padding: 10px 20px;
  background-color: white;
  color: black;
  position: absolute;
  top: 20px;
  background: #11763c;
  font-size: 14px;
  color: white;
  right: unset;
  left: 20px;
  border-radius: 8px;
  font-weight: 600;
}

.bloglist .img-wrap span img {
  position: relative;
}

.bloglist > .img-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.bloglist > .img-wrap > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.bloglist:hover.bloglist > .img-wrap > img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.description {
  padding: 20px 0 25px 0;
}

.dtitle {
  font-size: 26px;
  font-weight: bold;
  font-family: "Figtree";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 70px;
  color: #000000;
  line-height: 1;
}

.underline {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.underline::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 40px;
  left: 0;
  height: 1px;
  background-color: black;
}

a.bloglist {
  display: inline-block;
}

.blog-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-bottom: 50px;
  margin: 0 -30px;
  width: 100%;
}

a.bloglist {
  width: 33.33%;
  padding: 0 26px;
}

.blog-slider.slick-initialized {
  display: block;
  margin-bottom: 40px;
}

.bloglist p {
  color: #464846;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 93px;
}

.readmore {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: underline;
  color: #11763c;
}

.readmore span {
  margin-left: 10px;
}

.home-page .blog-wrap {
  display: inline-block;
  width: 100%;
}

.scroll-content ul li {
  padding-left: 30px;
}

.scroll-content ul li::before {
  background-image: url(../images/right-green.svg);
  width: 18px;
  height: 12px;
}

.social-links li::before {
  display: none;
}

.areaslist li a:hover > strong,
.areaslist li.active strong {
  color: #11763c;
}

.social-links li a:hover > i {
  color: #ee9b01;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

p.enquiry-text {
  color: white;
  font-size: 18px;
}

p.enquiry-text a:hover {
  color: #ee9b01;
  text-decoration: underline;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #ffffff;
}

.wpcf7-spinner {
  bottom: 25px;
  left: 200px;
}

/*FORM ERROR MASSSAGE*/
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid #f5c812;
  background: #fff9df;
  width: 100%;
  display: block;
  color: inherit;
  padding: 14px 15px 14px 45px;
  text-align: left;
  line-height: 1;
  margin: 0 auto 20px;
  font-family: "Roboto";
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  position: relative;
}

.wpcf7-response-output:before {
  position: absolute;
  content: "";
  background: url(../../assets/images/material-error-outline.svg) no-repeat left
    top;
  width: 20px;
  height: 20px;
  left: 15px;
  top: 12px;
  display: inline-block;
}

.wpcf7-not-valid-tip:before {
  top: -5px;
  margin: 0;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid red;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
  background-color: #ffdfdf;
  border-color: #f54812;
}

/* .wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {

    margin-left: 10px;
} */

.wpcf7-not-valid-tip {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  background: red;
  margin-top: 0;
  padding: 0px 10px;
}

.wpcf7-not-valid-tip:before {
  top: 29px;
}

.wpcf7-form-control-wrap .wpcf7-list-item {
  width: calc(33.33% - 20px);
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}

.wpcf7-form-control-wrap .wpcf7-list-item label {
  font-size: 14px;
  color: var(--white);
  font-weight: normal;
  display: inline-flex;
  align-items: flex-start;
  line-height: 1.2;
  position: relative;
}

/* .wpcf7-form-control-wrap .wpcf7-list-item label:before {
    content: "";
    -webkit-appearance: none;
    background-color: var(--green);
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 18px;
    height: 18px;
    border-radius: 3px;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
} */

.wpcf7-form-control-wrap
  .wpcf7-list-item
  input[type="checkbox"]:checked
  + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #11763c;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.wpcf7-form-control-wrap
  .wpcf7-list-item
  input[type="checkbox"]:checked
  + label:before {
  background-color: var(--white);
}

#sb_instagram .sbi_photo {
  position: relative;
}

.insg-section #sb_instagram {
  padding-bottom: 0 !important;
}

.insg-section #sb_instagram #sbi_images {
  padding: 0 !important;
}

.top-header-wrap h2 {
  font-size: clamp(1.8125rem, 1.625rem + 0.9375vw, 2.75rem);
}

.choose-block .heading-24 {
  line-height: 1.2;
}

.fancybox-content {
  max-width: 50% !important;
}

button.fancybox-button.fancybox-close-small {
  min-width: 50px !important;
}

button.fancybox-button.fancybox-close-small:hover {
  background-color: #464846;
  color: white;
}

.content-left > p > strong {
  font-size: 18px;
}

.cta-content p a:hover {
  color: #ee9b01;
  text-decoration: underline;
}

ol.wp-block-list {
  padding-left: 20px;
}

.next-prevsec a:hover {
  color: #ee9b01;
}

p.enquiry-text {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 26px;
  font-family: "Figtree";
}

#get_a_free_quote {
  background-color: #11763c;
}

#get_a_free_quote .heading-30 {
  color: white;
}

#get_a_free_quote span.wpcf7-list-item-label {
  color: white;
}

#get_a_free_quote
  .wpcf7-form
  .wpcf7-checkbox
  input[type="checkbox"]
  + span:before {
  border: 1px solid #ffffff;
}

#get_a_free_quote p.enquiry-text {
  color: white;
}

.fancybox-content .heading-30 {
  color: white;
}

#suburb-missing-popup {
  background-color: #11763c;
}

#suburb-search-popup-content .heading-58 {
  margin-bottom: 20px;
}

#suburb-missing-popup button.fancybox-button.fancybox-close-small {
  background: #ee9b01;
}

ol {
  padding-left: 20px;
  margin-bottom: 40px;
}

ol li {
  line-height: 1.2;
  margin-bottom: 20px;

  font-weight: 400;
  line-height: 26px;
  font-family: "Figtree";
  font-size: 18px;
  color: #414141;
}

.cta-wrapper .cta-content h2 {
  color: white;
}

.content-left ul li strong {
  display: inline;
  font-weight: 400;
  color: #414141;
  font-size: 18px;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] {
  position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 5px;
  height: 18px;
  width: 18px;
  top: 0;
  border: 1px solid #ffffffb0;
  left: 0;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked + span:before {
  background: #ffffff;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] + span:after {
  display: block;
  position: absolute;
  content: "\2713";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 0px;
  left: 2px;
  visibility: hidden;
  font-size: 16px;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked + span:after {
  visibility: visible;
}

.suburbpg
  .wpcf7-form
  .wpcf7-checkbox
  input[type="checkbox"]:checked
  + span:before {
  background: #11763c;
}

.suburbpg .wpcf7-form .wpcf7-checkbox input[type="checkbox"] + span:after {
  color: #ffffff;
}

.resp-tabs-list li::before {
  display: none;
}

.resp-tabs-list li::after {
  display: none;
}

#sb_instagram .sbi_photo img {
  border-radius: 5px !important;
}

.cta-wrapper .cta-content p {
  font-weight: 600;
}

.choose-block .heading-24 {
  margin-bottom: 5px;
  padding: 0 40px;
}

#html5-close {
  min-width: max-content;
}

@media (min-width: 992px) {
  .sticky {
    position: sticky;
    top: 120px;
    align-self: flex-start;
  }

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

  .show-in-sm,
  .hidden {
    display: none;
  }

  .hidden {
    display: none !important;
  }
}

/*---------------- inner page banner styles  -----------*/

.inner-banner {
  position: relative;
}

.inner-banner.heading-55 {
  margin-bottom: 15px;
  color: white;
}

.inner-banner ul.woo_breadcums li span {
  color: #ffffff;
}

.inner-banner ul.woo_breadcums li a {
  color: #ffffff;
}

img.banner_bg {
  position: absolute;
  height: 100% !important;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

.inbanner-content {
  padding: 0px 0;
  position: relative;
  min-height: 224px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  /* min-height: 460px; */
  /* padding-top: 80px; */
}

.inbanner-content .heading-55 {
  margin-bottom: 22px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.inbanner-content .smtitle {
  margin-bottom: 10px;
}

/* .inner-banner::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.6;
} */

ul.woo_breadcums {
  width: 100%;
  padding: 12px 0;
  position: relative;
  margin-bottom: 0;
}

.area-details-page ul.woo_breadcums::after,
.service-details-page ul.woo_breadcums::after {
  display: none;
}

ul.woo_breadcums li {
  list-style: none;
  color: #181a1a;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.woo_breadcums li::before {
  display: none;
}

.breadcums_wrap {
  border-bottom: solid 1px #181a1a21;
}

ul.woo_breadcums li span {
  padding: 0;
  display: inline-block;
  font-size: 16px;
  color: white;
  font-weight: 300;
  line-height: 100%;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  line-height: 21px;
}

ul.woo_breadcums li a {
  position: relative;
  z-index: 0;
  line-height: 100%;
  margin: 0 35px 0 0;
  display: inline-block;
  color: white;
  font-size: 16px;
  font-weight: 300;
}

ul.woo_breadcums li a:before {
  display: none;
}

ul.woo_breadcums li a:after {
  content: "";
  position: absolute;
  top: 4px;
  right: -25px;
  bottom: 0;
  left: unset;
  color: white;
  opacity: 1;
  z-index: 0;
  background-image: url(../images/listed-circle.svg);
  width: 11px;
  height: 11px;
  background-size: 80%;
  background-repeat: no-repeat;
}

ul.woo_breadcums li a:hover {
  text-decoration: underline;
}

span.breadcrumb_last {
  /* max-width: 300px;
  white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

.scroll-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.scroll-content::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

.scroll-content::-webkit-scrollbar-thumb {
  background-color: var(--green);
  border: 2px solid var(--green);
  height: 100px;
}

.scroll-content {
  max-height: 700px;
  overflow-y: auto;
  padding-right: 30px;
}

.whychoose-wrapper.slick-slider .choose-block {
  width: auto;
}

.whychoose-wrapper.slick-slideer {
  margin: 0 -13px;
}

.thank_you_content .hm-item {
  align-items: center;
  justify-content: center;
  display: flex;
}

#sb_instagram .sbi_photo:after {
  position: absolute;
  content: "\f16d";
  right: 20px;
  top: 20px;
  color: var(--white);
  font-size: 25px;
  font-family: "FontAwesome";
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] {
  position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 5px;
  height: 18px;
  width: 18px;
  top: 0;
  border: 1px solid #ffffffb0;
  left: -14px;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] + span:after {
  display: block;
  position: absolute;
  content: "\2713";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 2px;
  left: -10px;
  visibility: hidden;
  font-size: 12px;
  color: black;
  /* background: white; */
}

span.wpcf7-list-item-label {
  margin-left: -10px;
}

.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}

.copyright p > span {
  line-height: 0;
  margin-left: 5px;
}

.copyright p {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer-links li.active > a {
  color: #ee9b01;
}

@keyframes move-horizontal-text-marquee {
  0% {
    transform: translateX(0) translateZ(0);
  }

  100% {
    transform: translateX(-100%) translateZ(0);
  }
}

@keyframes move-horizontal-text-marquee-copy {
  0% {
    transform: translateX(100%) translateZ(0);
  }

  100% {
    transform: translateX(0) translateZ(0);
  }
}

/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576.99px) {
  .container {
    max-width: 540px;
  }
}

/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768.99px) {
  .container {
    max-width: 720px;
  }
}

/*Large devices (desktops, 992px and up)*/

@media (min-width: 992.99px) {
  .container {
    max-width: 960px;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200.99px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1440.99px) {
  .container {
    max-width: 1380px;
  }
}

@media (min-width: 1600.99px) {
  .container {
    max-width: 1430px;
  }
}

/*=========== START MEIDA QUERY =================*/

@media (max-width: 1900px) {
  .banner-content {
    padding: 50px 90px 50px 10%;
    max-width: max-content;
  }

  .banner-heading,
  .banner-heading h1 {
    font-size: 52px;
  }
}

@media (max-width: 1600px) {
  .top-left-info {
    padding-left: 260px;
  }
  .banner-heading,
  .banner-heading h1 {
    font-size: 50px;
  }
  .fixed-header header .nav-menu-links > .main-menu > li {
    padding: 25px 15px;
  }
  .banner-content {
    padding: 50px 50px 50px 6%;
    max-width: max-content;
    margin: 0 auto 0 0;
  }

  .banner-offer-item {
    margin-top: 50px;
  }

  .hm-form-content {
    padding-right: 100px;
  }

  .key-ft-section .key-item-inline {
    padding: 0 30px;
  }

  .faq-left-content {
    padding-right: 80px;
  }

  .hm-item {
    width: 640px;
  }

  .hm-content {
    width: calc(100% - 640px);
  }

  .flex-row-reverse .hm-content {
    padding-left: 80px;
  }

  .whychoose-wrapper {
    & .choose-block {
      background-color: var(--white);
      padding: 30px;
      border-radius: 8px;
      width: calc(25% - 18px);
      margin-bottom: 30px;
    }

    .ch-icon {
      width: 82px;
      height: 82px;
      margin-bottom: 20px;
    }
  }

  .step-left-content {
    padding-right: 80px;
  }

  .service-grid-wrapper .service-wrap {
    padding: 50px;
  }

  /* for common content section */
  .half-section.row-reverse .content-left {
    padding-left: 80px;
  }

  .key-ft-section .key-item-inline span {
    margin-right: 0;
  }

  .exp-rating-info {
    padding-right: 0;
  }

  .choose-block .heading-24 {
    padding: 0 25px;
  }
}

@media (max-width: 1440px) {
  .mrgb80,
  .team-content-wrapper > hr {
    margin-bottom: 60px;
  }
  .fixed-header header .nav-menu-links > .main-menu > li {
    padding: 25px 10px;
  }
  .instagram-grid-wrapper {
    gap: 20px;
  }

  .heading-44 {
    font-size: 40px;
  }

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

  .banner-offer-item {
    margin-top: 40px;
  }

  .key-ft-section .key-item-inline {
    padding: 0 20px;
  }

  .hm-form-wrapper,
  .hm-form-content {
    width: 50%;
  }

  .hm-form-content {
    padding-right: 50px;
  }

  .exp-rating-info .exp-year .exp-text,
  .google-rating-panel .gl-rate-text,
  .heading-24 {
    font-size: 22px;
  }

  .form-bg {
    padding: 40px;
  }

  .footer-center {
    width: calc(100% - (400px + 175px));
    padding: 0 50px;
  }

  .footer-logo {
    width: 175px;
    display: block;
  }

  .footer-links.ft-btn-group {
    width: 400px;
  }

  .mrgb100 {
    margin-bottom: 80px;
  }

  .insg-section .btn-block {
    width: 158px;
  }

  .insg-section .instgram-heading {
    width: calc(100% - 158px);
    padding-right: 40px;
  }

  .faq-left-content {
    padding-right: 40px;
    width: calc(100% - 600px);
  }

  .faq-accordion-wrapper {
    width: 600px;
  }

  .faq-left-content > img {
    margin-bottom: 20px;
  }

  .hm-item {
    width: 580px;
  }

  .hm-content {
    width: calc(100% - 580px);
  }

  .flex-row-reverse .hm-content {
    padding-left: 60px;
  }

  .cta-wrapper {
    padding: 100px 0;
  }

  .whychoose-wrapper {
    & .choose-block {
      background-color: var(--white);
      padding: 20px;
      border-radius: 8px;
      width: calc(25% - 9px);
    }

    .ch-icon {
      width: 70px;
      height: 70px;
      padding: 8px;
      margin: 0 auto 18px;
    }

    .heading-24 {
      margin-bottom: 14px;
    }
  }

  .step-left-content {
    padding-right: 60px;
  }

  .step-grid-wrapper {
    gap: 18px;
  }

  .divider {
    margin-bottom: 80px;
  }

  .service-grid-wrapper .service-wrap {
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
    padding: 40px;
  }

  /* common content */
  .content-img {
    width: 50%;
  }

  .content-left {
    width: calc(100% - 50%);
    padding-right: 80px;
  }

  .areaslist li {
    width: 33.33%;
  }

  .ft-top-border {
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .text-lg {
    font-size: 62px;
  }

  .inner-banner.wide-banner .inner_banner_info .half-section .left-side {
    padding-right: 100px;
  }

  .inner-banner ul.woo_breadcums li span {
    flex-wrap: wrap;
    row-gap: 5px;
  }

  .choose-block .heading-24 {
    padding: 0 10px;
  }

  .cl-box-bg {
    padding: 30px;
  }

  .cl-box-bg p {
    height: 195px;
  }
}

@media (max-width: 1200px) {
  .mrgb80,
  .team-content-wrapper > hr {
    margin-bottom: 50px;
  }
  .top-left-info {
    padding-left: 200px;
  }
  .heading-44 {
    font-size: 36px;
  }

  .banner-heading,
  .banner-heading h1 {
    font-size: 40px;
  }

  .banner-content .button-group .button {
    min-width: auto;
  }

  .banner-content {
    padding: 40px 30px 40px 3%;
  }

  .banner-section {
    height: 650px;
  }

  .exp-rating-info .exp-year .exp-text,
  .google-rating-panel .gl-rate-text,
  .heading-24 {
    font-size: 20px;
  }

  /* .customer-js .slick-prev {
        left: 20px;
        z-index: 1;
    } */

  /* .customer-js .slick-next {
        right: 20px;
    } */

  .customer-js .slick-next {
    right: -9px;
  }

  .customer-js .slick-prev {
    left: -9px;
    z-index: 1;
  }

  .form-bg {
    padding: 30px;
  }

  .cl-info {
    margin-left: 0;
  }

  .cl-info .name span {
    font-size: 18px;
  }

  .cl-thumb {
    width: 35px;
  }

  .hm-form-content {
    padding-right: 30px;
  }

  .exp-rating-info .exp-year .exp-text,
  .google-rating-panel .gl-rate-text {
    font-size: 20px;
    flex: 1 100%;
    justify-content: center;
    align-items: center;
  }

  .exp-rating-info .exp-year,
  .google-rating-panel {
    flex-wrap: wrap;
  }

  .exp-rating-info .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .exp-rating-info .exp-year,
  .google-rating-panel {
    padding: 15px;
  }

  .customer-js .slick-slide,
  .customer-js > .client-content {
    margin: 0 7px 30px;
  }

  .cl-box-bg {
    padding: 30px;
  }

  .footer-logo {
    width: 130px;
  }

  .footer-center {
    width: calc(100% - (400px + 130px));
    padding: 0 10px 0 20px;
  }

  .mrgb100 {
    margin-bottom: 60px;
  }

  .faq-left-content {
    padding-right: 20px;
    width: calc(100% - 500px);
  }

  .faq-accordion-wrapper {
    width: 500px;
  }

  .light-bg {
    padding: 60px 0;
  }

  .hm-item {
    width: 450px;
  }

  .hm-content {
    width: calc(100% - 450px);
  }

  .flex-row-reverse .hm-content {
    padding-left: 40px;
  }

  .cta-wrapper {
    padding: 80px 0;
  }

  .step-left-content {
    padding-right: 40px;
    width: 400px;
  }

  .step-grid-wrapper {
    width: calc(100% - 400px);
  }

  .step-left-content .logo-space {
    margin-bottom: 20px;
  }

  .step-grid-wrapper {
    gap: 10px;
  }

  .step-wrap {
    padding: 30px;
  }

  .step-grid-wrapper .step-wrap::before {
    right: 30px;
    font-size: 60px;
    top: 30px;
  }

  .stp-icon {
    margin-bottom: 20px;
  }

  .step-grid-wrapper .step-wrap .heading-24 {
    margin-bottom: 20px;
  }

  .divider {
    margin-bottom: 60px;
  }

  .service-grid-wrapper .service-wrap {
    width: calc(33.33% - 10px);
    margin: 0 5px 10px;
    padding: 30px;
  }

  .service-icon img {
    width: 70px;
  }

  .service-icon,
  .service-wrap .heading-24 {
    margin-bottom: 15px;
  }

  .inner-banner-section {
    padding: 60px 0 40px;
  }

  /* common content */
  .half-section.row-reverse .content-left {
    padding-left: 40px;
  }

  .banner-item .banner-container {
    align-items: flex-start;
  }

  /* footer */
  .ft-column-one {
    width: 100%;
  }

  .ft-column-two {
    width: 100%;
  }

  .ft-column-three {
    width: 27%;
  }

  .ft-column-four {
    width: 20%;
  }

  .ft-column-five {
    width: 20%;
  }

  .footer-bottom .footer-links {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-bottom .footer-links li {
    width: 33.33%;
  }

  .insg-section .btn-block {
    width: 200px;
  }

  .insg-section .instgram-heading {
    width: calc(100% - 200px);
  }

  .text-lg::after {
    background-size: 80% 80%;
  }

  .inner-banner.wide-banner .inner_banner_info .half-section .left-side {
    padding-right: 20px;
    width: 50%;
  }

  .inner-banner.wide-banner .inner_banner_info .half-section .right-side {
    width: 50%;
  }

  .wide-banner .form-bg {
    padding: 30px;
  }

  .choose-block .heading-24 {
    padding: 0 15px;
  }

  .cl-box-bg p {
    height: 160px;
  }
}

@media (max-width: 992px) {
  .mrgb80,
  .team-content-wrapper > hr {
    margin-bottom: 40px;
  }
  .fixed-header header .logo {
    width: 150px;
  }
  .key-ft-section {
    padding: 20px 0;
  }

  .instagram-grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .inner-banner-section {
    padding: 50px 0 30px;
  }

  .heading-44 {
    font-size: 30px;
  }

  .banner-heading,
  .banner-heading h1 {
    font-size: 36px;
  }

  .banner-item .banner-container {
    flex-wrap: wrap;
  }

  .banner-content,
  .banner-item-block {
    width: 100%;
    max-width: 100%;
  }

  .banner-item-block {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    background-color: var(--green);
  }

  .banner-item-block > img {
    opacity: 0.1;
  }

  .banner-section {
    height: 526px;
    background: transparent;
  }

  .banner-content {
    background: transparent;
    background-color: transparent;
    text-align: center;
  }

  .banner-offer-item {
    margin-top: 30px;
  }

  .banner-content .btnlist.button-group {
    justify-content: center;
  }

  .banner-offer-item img {
    display: inline-block;
  }

  .key-ft-section .key-item-inline {
    padding: 0 10px;
  }

  .exp-rating-info .exp-year .exp-text,
  .google-rating-panel .gl-rate-text,
  .heading-24 {
    font-size: 18px;
  }

  .hm-form-content {
    padding-right: 0;
  }

  .hm-form-wrapper,
  .hm-form-content {
    width: 100%;
  }

  .exp-rating-info .exp-year,
  .google-rating-panel {
    align-content: center;
    margin-bottom: 30px;
  }

  .before-after-gallery .slick-slide {
    margin: 0 7px;
  }

  .before-after-gallery .ab-item:after,
  .before-after-gallery .ab-item::before {
    border-radius: 5px;
    font-size: 14px;
    padding: 8px 12px;
  }

  .footer-logo {
    width: 140px;
    order: 1;
  }

  .footer-center {
    width: 100%;
    order: 3;
    padding: 0;
    display: block;
    margin: 30px 0 0 0;
  }

  .footer-links.ft-btn-group {
    width: calc(100% - 160px);
    order: 2;
    justify-content: flex-end;
  }

  .footer-bg {
    padding: 40px 0;
  }

  .mrgb100 {
    margin-bottom: 40px;
  }

  .faq-left-content {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 30px;
  }

  .faq-accordion-wrapper {
    width: 100%;
  }

  .light-bg {
    padding: 40px 0;
  }

  .hm-item {
    width: 100%;
  }

  .hm-content {
    width: 100%;
  }

  .flex-row-reverse .hm-content {
    padding-left: 0px;
  }

  .cta-wrapper {
    padding: 60px 0;
  }

  .whychoose-wrapper {
    & .choose-block {
      background-color: var(--white);
      padding: 20px;
      border-radius: 8px;
      width: calc(50% - 9px);
      margin-bottom: 20px;
    }
  }

  .why-choose-botom {
    margin: 10px auto 0;
  }

  .step-left-content {
    width: 100%;
    padding-right: 0;
  }

  .step-grid-wrapper {
    width: 100%;
  }

  .divider {
    margin-bottom: 40px;
  }

  .service-grid-wrapper .service-wrap {
    padding: 20px;
  }

  .faq-left-content > img {
    width: 50px;
  }

  .step-left-content .logo-space img {
    width: 50px;
  }

  .heading-30 {
    font-size: 28px;
  }

  /* common content */
  .half-section.row-reverse .content-left {
    padding-left: 0;
    padding-right: 0;
  }

  .content-left {
    width: 100%;
    padding-right: 0;
  }

  .half-section {
    flex-direction: column-reverse;
  }

  .sticky {
    position: relative;
    top: 0;
  }

  .content-img {
    width: 100%;
    margin-bottom: 40px;
  }

  .areaslist li {
    width: 50%;
  }

  .scroll-content {
    padding-right: 10px;
  }

  .ft-top-border {
    justify-content: left;
  }

  .ft-column-four {
    width: 25%;
  }

  .ft-column-five {
    width: 35%;
  }

  .ft-column-three {
    width: 50%;
  }

  .footer-bottom .footer-links li {
    width: 50%;
  }

  .ft-heading {
    margin-bottom: 10px;
  }

  .footer-bottom .footer-links {
    margin-bottom: 15px;
  }

  .footer-bg {
    padding-bottom: 0;
  }

  .text-lg {
    font-size: 42px;
  }

  .inner-banner.wide-banner .inner_banner_info .half-section .left-side {
    width: 100%;
  }

  .inner-banner.wide-banner
    .inner_banner_info
    .half-section
    .left-side
    .heading-44 {
    margin-bottom: 0;
  }

  .inner-banner.wide-banner .inner_banner_info .half-section .right-side {
    width: 100%;
    margin-bottom: 40px;
  }

  .fancybox-content {
    max-width: 90% !important;
    padding: 40px 15px !important;
  }

  .service-grid-wrapper .service-wrap {
    width: calc(50% - 10px);
  }

  .service-grid-wrapper {
    margin-bottom: 25px;
  }

  .text-lg::after {
    right: -46px;
    top: 4px;
    background-size: 70% 70%;
  }

  .solution-sec .service-grid-wrapper {
    padding-bottom: 0;
  }

  .wcu-js .slick-next {
    right: -9px;
  }

  .wcu-js .slick-prev {
    left: -9px;
    z-index: 1;
  }
  .cl-box-bg p {
    height: 210px;
  }
}

@media (max-width: 768px) {
  header .logo,
  .fixed-header header .logo {
    width: 120px;
  }

  .top-left-info {
    padding-left: 0;
  }
  .mrgb80 {
    margin-bottom: 30px;
  }

  .key-ft-section {
    padding: 15px 0;
  }

  .topheader {
    padding: 5px 0;
  }

  .banner-heading,
  .banner-heading h1 {
    font-size: 30px;
  }

  .instagram-grid-wrapper .img-wrapper::after {
    right: 10px;
    top: 10px;
    font-size: 20px;
  }

  .banner-offer-item {
    margin-top: 20px;
  }

  .heading-44 {
    font-size: 26px;
  }

  .banner-content {
    padding: 20px;
  }

  .exp-rating-info .exp-year .exp-text,
  .google-rating-panel .gl-rate-text {
    font-size: 16px;
    text-align: center;
  }

  .form-bg {
    padding: 20px;
  }

  .checkbox-list .check-style label {
    display: inline-flex;
    align-items: flex-start;
    line-height: 1.2;
  }

  .cl-info .name span {
    font-size: 16px;
  }

  .cl-box-bg {
    padding: 20px;
  }

  .heading-30 {
    font-size: 24px;
  }

  button,
  .button,
  button[type="submit"],
  input[type="submit"] {
    padding: 15px 22px;
  }

  .ft-btn-group a:not(:last-child) {
    margin-right: 6px;
  }

  .cta-wrapper {
    padding: 40px 0;
  }

  .button-group {
    gap: 10px;
  }

  .image_div {
    margin-bottom: 20px;
    max-width: 60%;
  }

  .whychoose-wrapper {
    & .choose-block {
      padding: 20px;
      width: calc(50% - 6px);
      margin-bottom: 14px;
    }
  }

  .service-grid-wrapper .service-wrap {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    padding: 20px;
  }

  /* .footer-logo {
        width: 120px;
    } */
  .footer-links.ft-btn-group {
    width: calc(100% - 120px);
  }

  .wide-banner .form-bg {
    padding: 30px;
  }

  .inner-banner ul.woo_breadcums li span {
    flex-wrap: wrap;
  }

  .ft-column-one {
    width: 100%;
  }

  .ft-column-three {
    width: 50%;
  }

  .ft-column-four {
    width: 50%;
  }

  .footer-logo {
    width: 100%;
    order: inherit;
    display: flex;
    justify-content: center;
  }

  .footer-center {
    width: 100%;
    order: inherit;
    margin-bottom: 15px;
    text-align: center;
  }

  .footer-links.ft-btn-group {
    width: 100%;
    justify-content: center;
  }

  .ft-top-border {
    padding-bottom: 0;
  }

  .banner-section {
    height: 550px;
  }

  .text-slider {
    margin-bottom: 40px;
  }
  .cl-box-bg p {
    height: auto;
  }
}

@media (max-width: 576px) {
  .mrgb80 {
    margin-bottom: 20px;
  }
  .banner-item-block > img {
    display: none;
  }
  .banner-section {
    height: 500px;
  }
  .key-ft-section .key-item-inline .key-icon {
    width: 50px;
  }
  .key-ft-section .key-item-inline span {
    font-size: 14px;
  }
  .banner-heading,
  .banner-heading h1 {
    font-size: 20px;
  }
  .heading-30 {
    font-size: 22px;
  }

  .key-ft-section {
    padding: 15px 0 5px 0;
  }

  .top-left-info a {
    font-size: 0;
  }

  .top-left-info p {
    font-size: 14px;
    margin-right: 10px;
  }

  .header-btngrp-right .button {
    padding: 11px 10px;
    letter-spacing: 0;
    font-size: 14px;
  }

  .top-left-info p img,
  .top-left-info a img {
    margin-right: 5px;
  }

  .heading-44 {
    font-size: 24px;
  }

  .instagram-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }
  .form-group50 {
    width: 100%;
  }

  button,
  .button,
  button[type="submit"],
  input[type="submit"] {
    font-size: 14px;
    padding: 10px 10px;
  }

  .checkbox-list .check-style {
    width: calc(50% - 10px);
  }

  .customer-js .slick-arrow,
  .js_before-after .slick-arrow {
    margin-top: 0;
    top: 100%;
  }

  .customer-js .slick-prev,
  .js_before-after .slick-prev {
    left: calc(50% - 40px);
  }

  .customer-js .slick-next,
  .js_before-after .slick-next {
    right: calc(50% - 40px);
  }

  .customer-js .slick-arrow {
    margin-top: 0;
  }

  .js_before-after .slick-arrow {
    margin-top: 40px;
  }

  .banner-content p {
    font-size: 16px;
    line-height: 1.2;
  }

  .footer-logo {
    width: 160px;
    order: 1;
  }

  .footer-center {
    width: 100%;
    order: 2;
    padding: 0;
    flex: none;
    margin: 20px 0;
  }

  .footer-center p {
    font-size: 16px;
    line-height: 1.3;
  }

  .footer-links.ft-btn-group {
    width: 100%;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
  }

  button,
  .button,
  button[type="submit"],
  input[type="submit"] {
    padding: 14px 14px;
    letter-spacing: 0.2px;
    min-width: auto;
  }

  .ft-btn-group a {
    margin: 0 6px 8px 0;
  }

  .insg-section .btn-block {
    width: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .insg-section .instgram-heading {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }

  .instgram-heading {
    margin-bottom: 20px;
  }

  p {
    margin-bottom: 22px;
    line-height: 24px;
    font-size: 16px;
  }

  main ul > li,
  main ul.ul-line li {
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 16px;
  }

  .button-group {
    gap: 6px;
  }

  .whychoose-wrapper {
    & .choose-block {
      padding: 20px 15px;
      width: 100%;
      margin-bottom: 12px;
    }

    .ch-icon {
      width: 60px;
      height: 60px;
      padding: 8px;
      margin: 0 auto 12px;
    }
  }

  .step-grid-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .step-wrap {
    padding: 24px;
  }

  .step-grid-wrapper .step-wrap::before {
    right: 24px;
    font-size: 40px;
    top: 24px;
  }

  .stp-icon {
    margin-bottom: 15px;
    width: 56px;
  }

  .step-grid-wrapper .step-wrap .heading-24 {
    margin-bottom: 12px;
  }

  .service-grid-wrapper .service-wrap {
    width: 100%;
    margin: 0 0px 10px;
    padding: 20px;
  }

  .footer-logo {
    margin: 0 auto;
  }

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

  .footer-links.ft-btn-group {
    justify-content: center;
  }

  .areaslist li {
    margin-bottom: 0;
  }

  .areaslist li a {
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 0;
  }

  .ft-heading {
    cursor: pointer;
  }

  .content-img {
    margin-bottom: 20px;
  }

  .button-group .button-border img,
  .ft-btn-group .button-outline:hover img {
    margin-right: 5px;
  }

  .ft-column-one {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ffffff1f;
  }

  .ft-column-four {
    width: 40%;
    text-align: right;
    border-bottom: solid 1px #ffffff1f;
    margin-bottom: 20px;
  }

  ul.social-links {
    margin-bottom: 0;
  }

  ul.footer-links-contact {
    margin-bottom: 20px;
  }

  .ft-column-three {
    width: 60%;
    border-bottom: solid 1px #ffffff1f;
    margin-bottom: 20px;
  }

  .ft-column-five {
    width: 100%;
  }

  .ft-top-border {
    padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
  }

  .ft-column-five p {
    margin-bottom: 10px;
  }

  .footer-bottom ul.footer-links {
    display: none;
  }

  .ft-title.showhide + .footer-links {
    display: block;
    padding-top: 20px;
  }

  .footer-bottom .ft-title {
    margin-bottom: 0;
    position: relative;
    font-size: 16px;
  }

  .footer-bottom .ft-title::after,
  .footer-bottom .ft-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0 0 0px 0px;
    background: #ffffff;
    border-radius: 2px;
  }

  .footer-bottom .ft-title::before {
    right: 9px;
    width: 2px;
    height: 20px;
    transition: all 300ms;
    margin-top: -9px;
    background: #ffffff;
  }

  .footer-bottom .ft-title::after {
    width: 20px;
    height: 2px;
  }

  .footer-top-wrapper > [class*="footer-"]:not(:first-child) {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .footer-bottom .ft-title.showhide::before {
    content: none;
  }

  .ft-column-two {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: solid 1px #ffffff1f;
    padding-bottom: 15px;
  }

  .footer-bottom .footer-links li {
    width: 100%;
  }

  .text-lg {
    font-size: 38;
  }

  .solution-sec .service-wrap p {
    display: none;
  }

  .service-grid-wrapper .service-wrap {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    padding: 15px;
  }

  .wcu-js .slick-arrow,
  .blog-slider .slick-arrow {
    margin-top: 0;
    top: 100%;
  }

  .wcu-js .slick-prev,
  .blog-slider .slick-prev {
    left: calc(50% - 40px);
  }

  .wcu-js .slick-next,
  .blog-slider .slick-next {
    right: calc(50% - 40px);
  }

  .whychoose-wrapper.slick-slider {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .key-slider .slick-list {
    margin-right: 0px;
  }

  .blog-slider .slick-list {
    padding-left: 0 !important;
    padding-right: 80px !important;
  }

  .blog-slider .slick-next {
    right: calc(50% - 120px);
    top: calc(100% + 42px);
  }

  .blog-slider .slick-prev {
    left: calc(50% - 120px);
    top: calc(100% + 42px);
  }

  .blog-slider.slick-initialized {
    display: block;
    margin-bottom: 20px;
  }

  .key-ft-section .key-item-inline:last-child {
    border: none;
  }

  .areaslist > li > a > strong {
    font-size: 16px;
  }

  .text-lg::after {
    right: -54px;
    top: 1px;
    background-size: 50% 50%;
  }

  ol {
    margin-bottom: 20px;
  }

  .wpcf7-form-control-wrap .wpcf7-list-item {
    width: calc(50% - 20px);
  }

  #sb_instagram .sbi_photo {
    height: 100% !important;
  }

  .insg-section #sb_instagram #sbi_images {
    gap: 5px !important;
    display: inline-grid !important;
    grid-template-columns: repeat(2, 1fr);
  }

  ul.woo_breadcums li span {
    font-size: 14px;
  }

  ul.woo_breadcums li a:after {
    right: -18px;
  }

  ul.woo_breadcums li a {
    margin: 0 25px 0 0;
  }

  .key-ft-section .key-item-inline .key-icon {
    width: 50px;
    min-width: 50px;
  }
  .header--wrapper .header-btngrp-right.button-group .button-theme {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999999;
    left: 0;
    right: 0;
    border-radius: 0px;
    padding: 20px 10px !important;
  }

  .header-btngrp-right.button-group .button-border {
    background: #eaefec;
  }
}

@media (max-width: 480px) {
  .exp-rating-info .icon {
    width: 40px;
  }

  .cl-header p {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }

  .cl-header p img {
    margin: 0px 0 5px 0;
  }

  .scroll-content ul li {
    padding-left: 25px;
  }

  .text-lg {
    font-size: 28px;
  }

  footer {
    margin-bottom: 58px;
  }

  .key-ft-section .key-item-inline {
    padding: 0 30px;
  }

  .img-grid-wrapper .left-item {
    width: 105%;
  }

  p.enquiry-text {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 26px;
    font-family: "Figtree";
    line-height: 1.2;
  }

  .wide-banner .form-bg {
    padding: 20px;
  }

  section.key-ft-section {
    margin-bottom: 20px;
  }

  .areaslist li {
    padding-right: 10px;
  }

  .submitbtn {
    margin-bottom: 15px;
  }

  .wpcf7-not-valid-tip {
    font-size: 12px;
    padding: 5px 10px;
    line-height: 1.4;
  }

  .ft-column-four .social-links {
    justify-content: end;
  }

  .ft-column-four .social-links li a {
    font-size: 22px;
  }

  .copyright p > span {
    line-height: 1;
  }
  button.sidebar-toggle-button {
    top: 75% !important;
  }
}

.whychoose-wrapper.wcu-js .slick-slide {
  margin: 0 13px;
}
.whychoose-wrapper.wcu-js .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.whychoose-wrapper.wcu-js .slick-track .slick-slide {
  height: auto;
}
.whychoose-wrapper.wcu-js .slick-track .slick-slide > div {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.whychoose-wrapper.wcu-js .slick-track .choose-block {
  display: flex !important;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
}
.whychoose-wrapper.wcu-js .ch-icon {
  margin-left: auto;
  margin-right: auto;
}
.team-content-wrapper > hr {
  margin-top: 0;
}
.team-content-wrapper .content-left h3:first-child {
  margin-bottom: 5px;
}
