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

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

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

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

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

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

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

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

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

/* ----------------------------------------- */

/*-----RESET-----*/

:root {
  --white: #fff;
  --primary: #319966;
  --secondary: #0f2e1f;
  --themecolor: #f29620;
  --font-bold: bold;
  --formtext: #1e1e1e;
  --lightblue: #ecf1f2;
}

html.menuhidden body {
  overflow-y: hidden;
}

html,
body {
  width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Inter";
  font-weight: normal;
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  color: var(--formtext);
  line-height: 26px;
  letter-spacing: 0.32px;
  background-color: #ffffff;
}

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

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

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

address {
  font-style: normal;
  color: #494e50;
  font-weight: 400;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

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

/* a:hover {
  text-decoration: underline;
} */

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -26px;
  left: -8px;
}

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

ul {
  list-style: disc;
}

html {
  scroll-behavior: smooth;
}

/* ***********|| FORM CONTROL ||***********|| */

::-webkit-input-placeholder {
  color: rgba(29, 27, 27, 0.75);
  font-family: "Inter";
  font-weight: 400;
}

::-moz-placeholder {
  color: rgba(29, 27, 27, 0.75);
  font-family: "Inter";
  font-weight: 400;
}

:-ms-input-placeholder {
  color: rgba(29, 27, 27, 0.75);
  font-family: "Inter";
  font-weight: 400;
}

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

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

select {
  -webkit-appearance: none;
  -moz-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;
border-radius: 4px;
} */

input[type="text"],
input[type="submit"],
input[type="email"],
textarea,
.form-control {
  width: 100%;
  padding: 15px 15px;
  border: 1px solid #707070;
  height: 60px;
  background: var(--white);
  color: #373737;
  font-family: "Inter";
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  letter-spacing: 0.56px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
}

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

.form-group {
  margin-bottom: 20px;
  line-height: 0.8;
}

.contact-form-box>textarea {
  min-height: 161px;
}

.form-group.submit_button {
  margin-bottom: 0px;
}

.form-group>label {
  font-size: 16px;
  font-weight: normal;
  color: #0f2e1f;
  font-family: "Inter";
  margin: 0 0 10px;
  display: block;
  line-height: 0.8;
}

input[type="submit"] {
  background: var(--themecolor);
  border: 1px solid transparent;
  outline: 0;
  font-size: 16px;
  text-transform: capitalize;
  color: white;
  padding: 0;
  cursor: pointer;
  font-weight: 600;
  line-height: 100%;
  /* border: solid 2px #ffffff; */
  /* border-radius: 50px; */
}

input[type="submit"]:hover {
  background: #ffffff;
  border: 2px solid #319966;
  color: #319966;
}

img.ftrsign {
  margin-top: 3px;
}

.form-control:focus {
  border-color: var(--themecolor) !important;
}

select.form-control {
  background: url(../../assets/images/arrow-down.svg) no-repeat top 11px right 15px #fff;
  background-position-y: 17px;
}

/* ********|| STRUCTURE || ******** */

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

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

.container {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.md-container {
  max-width: 1720px;
  width: 96%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 576px) {

  .container,
  .incontainer,
  .container-sm {
    max-width: 540px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {

  .container,
  .incontainer,
  .container-md,
  .container-sm {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {

  .container,
  .incontainer,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {

  .container,
  .incontainer,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
    margin: 0 auto;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
    margin: 0 auto;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1450px;
    margin: 0 auto;
  }
}

main.homepg .md-container,
footer .md-container,
header .md-container {
  max-width: 1600px;
  width: 96%;
  margin: 0 auto;
  position: relative;
}

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

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

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

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

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

.hidden {
  display: none;
}

/* ********|| HELPER || ******** */

h1,
h2,
h3,
h4,
h5,
h5,
h6,
[class*="heading-"] {
  font-family: "Protest Strike";
  line-height: 1.25;
  color: #0f2e1f;
  margin-bottom: 20px;
  font-weight: normal;
  text-transform: capitalize;
}

[class*="heading-"]>strong {
  font-weight: 500;
}

h1,
.heading-40 {
  font-size: clamp(1.75rem, 1.6rem + 0.75vw, 2.5rem);
  line-height: 1.2;
  letter-spacing: 0.44px;
}

.heading-38 {
  font-size: clamp(1.75rem, 1.5983rem + 0.6472vw, 2.375rem);
  font-weight: 500;
  letter-spacing: 0.76px;
}

.heading-36 {
  font-size: clamp(1.375rem, 1.2rem + 0.875vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  font-weight: normal;
}

h2,
.heading-30 {
  font-size: clamp(24px, 2.5vw, 30px);
  line-height: 1.2;
  letter-spacing: 0.15px;
  text-transform: capitalize;
  font-weight: 400;
}

.heading-28 {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.75rem);
  line-height: 1.4;
  text-transform: capitalize;
}

h3,
.heading-26 {
  font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
  line-height: 1.4;
  text-transform: capitalize;
}

.heading-24 {
  font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
  line-height: 1.4;
  text-transform: capitalize;
}

h4,
.heading-22 {
  font-size: clamp(1rem, 0.909rem + 0.3883vw, 1.375rem);
  line-height: 1.2;
  letter-spacing: 0px;
}

.small-title {
  color: var(--themecolor);
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  padding-left: 0px;
  position: relative;
}

.small-title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--themecolor);
  left: 0;
  right: auto;
  margin-left: -45px;
  top: 50%;
  margin-top: -1px;
}

.heading-20 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4px;
}

/* ********|| SHORT INTRO ||******** */

/* ********|| TEXT AND BACKRGOUDN COLOR ||******** */

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

.poFigtree-events-none {
  pofigtree-events: none;
}

.poFigtree-events-auto {
  pofigtree-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

/* ********|| PARAGRAPH || ******** */

p {
  font-family: "Inter";
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 1.6;
  color: #1e1e1e;
}

p>a,
.img-content-sec ul li a {
  text-decoration: none;
  display: inline-block;
  text-decoration: underline;
  color: #000;
}

p>a:hover,
.img-content-sec ul li a:hover {
  text-decoration: underline;
  color: var(--themecolor);
}

p:last-child {
  margin-bottom: 0;
}

hr {
  border-top: 1px solid var(--border-color);
  margin: 40px 0;
}

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

.imgradius {
  border-radius: 0 4px 4px 0;
}

.imgradiusall {
  border-radius: 4px;
}

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

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

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

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

/* ********|| CONTENT WRAPPER || ******** */

/* ********||SCROLL TOP || ******** */

.scrollTop {
  position: fixed;
  right: 0;
  bottom: 95px;
  border-radius: 100%;
  opacity: 0;
  height: 40px;
  width: 40px;
  line-height: 36px;
  z-index: 10;
  color: var(--white);
  background: var(--themecolor);
  text-align: center;
  font-size: 24px;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}

.scrollTop>img {
  transform: rotate(-90deg);
}

.scrollTop:hover {
  -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
}

@-webkit-keyframes uparrow {
  0% {
    -webkit-transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-0.4em);
  }
}

/* ********|| UL , OL  ||******** */

main ul {
  list-style: none;
}

main ul>li,
main ul.wp-block-list>li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  color: #1e1e1e;
  letter-spacing: 0px;
  font-family: "Inter";
}

main ul>li:last-child {
  margin-bottom: 0;
}

main ul>li>strong,
main ul.wp-block-list>li>strong {
  font-weight: 700;
}

main ul>li:before,
main ul.wp-block-list>li:before {
  content: "";
  background: transparent url(../images/check-mark.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  z-index: 1;
}

main .bg-dark ul>li:before {
  background: transparent url(../images/theme-list-icon.svg) no-repeat center center;
}

/* ********|| CONDITION CSS FOR SPACE  || ******** */

.page-wrapper ul:not([class]):has(+ *),
.page-wrapper p:has(+ *),
.page-wrapper ol:has(+ *) {
  margin-bottom: 26px;
}

/* ********|| BUTTON ||******** */

.button-group {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin: 0 -8px;
}

.button-group li {
  padding: 0px 8px;
}

[class*="btn-"] {
  font-family: "Inter";
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.4px;
  border: 2px solid transparent;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  padding: 12px 20px;
  min-height: 50px;
  overflow: hidden;
  border-radius: 4px;
  background: transparent;
  text-transform: capitalize;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  gap: 5px;
}

[class*="btn-"]>i {
  margin-right: 0px;
}

[class*="btn-"]:hover {
  text-decoration: none;
}

.btn-theme {
  background-color: var(--themecolor);
  color: var(--white);
  border-color: var(--themecolor);
  font-size: 20px;
}

.btn-theme:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* .btn-theme:hover > img {
  filter: invert(1);
} */

.btn-white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000;
}

.btn-white:hover {
  background-color: var(--themecolor);
  border-color: #ffffff;
  color: white;
}

[class*="btn-"].btn-border {
  border: 2px solid #0f2e1f;
  color: #0f2e1f;
}

.btn-border:hover {
  color: #fff !important;
  background: #000;
  border-color: transparent;
}

.btn-border:hover>i {
  filter: brightness(0) invert(1);
}

[class*="btn-"].btn-border:hover {
  border: 2px solid #0f2e1f;
  color: #0f2e1f;
}

[class*="btn-"].btn-border:hover>img {
  filter: invert(35%) sepia(95%) saturate(1093%) hue-rotate(26deg) brightness(154%) contrast(114%);
}

a[class*="btn-"][href*="tel:"] {
  font-family: "Teachers" !important;
  font-size: 18px !important;
  font-weight: bold !important;
}

[class*="btn-"].btn-border-white {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

[class*="btn-"].btn-border-white:hover {
  border: 2px solid var(--themecolor);
  color: var(--themecolor);
}

.loadmore .btn-theme {
  min-width: 160px;
  height: 50px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.btnlist {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.read_more {
  font-size: 14px;
  color: #0f2e1f;
  letter-spacing: 0.08px;
  font-weight: bold;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border-bottom: 2px solid #0f2e1f;
  /* margin-top: 65px; */
  text-transform: capitalize;
  line-height: 1.5;
}

.read_more>span {
  display: block;
  color: #0f2e1f;
  position: relative;
}

.read_more>span>i {
  font-weight: 500;
  font-size: 14px;
}

.read_more:hover {
  gap: 15px;
  border-bottom: 2px solid var(--themecolor);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.read_more:hover>span>i,
.read_more:hover {
  color: var(--themecolor);
}

/* ***********|| SLICK SLIDER ||************* */

.slick-arrow .slick-prev,
.slick-arrow .slick-next {
  width: 38px;
  height: 38px;
  background: #0f2e1f;
  border-radius: 100%;
  z-index: 1;
  opacity: 1 !important;
}

.slick-arrow:not(.js_hmbanner) .slick-prev:hover,
.slick-arrow:not(.js_hmbanner) .slick-next:hover {
  background-color: var(--themecolor);
  border: 1px solid var(--themecolor);
}

/* .slick-arrow .slick-arrow:before {
font-size: 20px;
color: rgb(50 53 54 / 70%);
} */

/* .slick-arrow .slick-arrow:hover:before {
color: var(--themecolor);
} */

/* .dark_bg .slick-arrow {
border-color: var(--white);
}
.dark_bg .slick-arrow:before {
color: var(--white);
} */

.slick-arrow button.slick-arrow::before {
  position: absolute;
  font-family: "Inter";
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  top: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0px solid rgba(255, 255, 255, 1);
  z-index: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0;
  background-position: center;
  background-size: auto;
  opacity: 1 !important;
}

.slick-arrow button.slick-prev::before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  background-image: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  max-width: 15px;
  max-height: 15px;
  inset: 0;
  margin: auto;
  background-size: contain;
}

.slick-arrow button.slick-next::before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  max-width: 15px;
  max-height: 15px;
  inset: 0;
  margin: auto;
  background-size: contain;
}

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

/* ********| MARGIN AND PADDING | ******** */

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

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

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

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

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

.grecaptcha-badge {
  visibility: hidden;
}

/* ********| thank you 0r error | ******** */

.thank_you_content {
  text-align: center;
}

.thank_you_content p {
  font-size: 18px;
}

.thank_you_content p a {
  font-weight: bold;
}

.thank_you_content p a:hover {
  color: var(--secondary);
}

.thank_you_content>img {
  margin: 0 auto;
}

/* ********| FORM COMMON | ******** */

.wpcf7 .ajax-loader,
.wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 20px;
  padding: 10px 15px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 0;
  position: relative;
  background: #fe0000;
  display: inline-block;
  color: var(--white-color);
  letter-spacing: 0.2px;
  padding: 7px 10px;
  line-height: 100%;
  top: -5px;
  float: left;
}

/*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: "Figtree";
  font-weight: 500;
  color: #000;
  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;
}

.row>.form-group>label {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Inter";
  display: block;
  margin-bottom: 10px;
}

.contact-sec .white-form .row>.form-group>label {
  color: #0f2e1f;
}

.row {
  width: calc(100% + 20px);
  margin: 0 0 0 -10px;
  float: left;
}

.width100 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
  text-align: center;
}

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

.wid33 {
  width: 33.33%;
  position: relative;
  margin: 0;
}

/* --------half-section -------------- */

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

.half-section .left-side,
.half-section .right-side {
  width: 50%;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

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

/* --------half-section -------------- */

@keyframes pulse-animation {
  0% {
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 100%;
  }

  100% {
    height: calc(100% - 40px);
    top: calc(20px);
    left: calc(20px);
    bottom: calc(20px);
    right: calc(20px);
    width: calc(100% - 40px);
  }
}

@keyframes pulse-animation-sm {
  0% {
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 100%;
  }

  100% {
    height: calc(100% - 40px);
    top: calc(20px);
    left: calc(20px);
    bottom: calc(20px);
    right: calc(20px);
    width: calc(100% - 40px);
  }
}

/* fixes after development */

/* free quote popup */
#free-quote {
  width: 800px;
  /* padding-bottom: 100px; */
}

#free-quote label {
  color: #0f2e1f;
}

#free-quote .wpcf7-response-output {
  color: #000;
}

#filevaluePopup {
  color: #dcdad7;
  font-size: 16px;
  line-height: 44px;
  z-index: -1;
  font-family: "inter";
  font-weight: 300;
  font-style: normal;
}

.enquiry-text {
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
}

/* enquiery popup start */
#suburb-missing-popup {
  width: 800px;
  padding-bottom: 60px;
}

#suburb-missing-popup label {
  color: #0f2e1f;
}

/* testimonial popup form start */
#test-id- {
  width: 600px;
  padding: 0;
  border-radius: 10px;
}

#test-id- .testimonial-box {
  overflow: auto;
  min-height: 450px;
  padding: 102px 45px 33px;
  border: 0;
}

#test-id- .testimonial-box::after {
  top: 12px;
}

#test-id- .testimonial-box p {
  margin-bottom: 26px;
}

.testimonial-box p>a {
  font-family: "Inter";
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 16px;
  color: #1e1e1e;
}

/* testimonial page start */
.testimonial_wrap.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 60px;
  margin-bottom: 50px;
}

.loadmore_testi {
  font-family: "Inter";
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.4px;
  border: 2px solid transparent;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  padding: 12px 20px;
  min-height: 50px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--themecolor);
  text-transform: capitalize;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  gap: 5px;
  cursor: pointer;
}

.loadmore_testi:hover {
  background: #000;
}

/* service page process section */
.service-proc .our-process-list {
  gap: 75px;
}

.service-proc .process-box:not(:last-child)>.img-wrap::after {
  right: -50px;
}

/*-------------------------------Footer------------------------------*/

.footer-bg {
  position: relative;
  background: #0f2e1f;
  padding: 50px 00 0;
}

.footer-mdl {
  display: flex;
  justify-content: space-between;
  padding: 31px 0 50px;
  /* border-bottom: solid 1px #707070; */
}

.footer-mdl-left {
  width: 387px;
}

.footer-mdl-right {
  position: relative;
  z-index: 1;
  width: calc(100% - 387px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ft-top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 193px;
  /* flex-direction: column; */
  /* flex-grow: 1; */
}

.ft-top-wrap .heading-30 {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 8px;
  flex-grow: 1;
  margin-bottom: 0;
}

.ft-top-wrap .btn-border-white {
  font-size: 16px;
}

.ft-heading {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.36px;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 0px;
  color: white;
}

.ft-text,
a.ft-text {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  color: #c9c9c9;
  letter-spacing: 0.36px;
  margin-bottom: 0 !important;
  line-height: 1.4;
  font-weight: 700;
}

.ft-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: 0px;
  color: white;
}

.ft-title span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

ul.ft-links {
  list-style: none;
}

.ft-links li a {
  color: #a0a5a3;
  font-weight: normal;
  font-size: 15px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 24px;
  position: relative;
  padding-left: 23px;
  letter-spacing: 0;
}

.ft-links li a::after {
  content: "\f105";
  font: normal normal normal 16px / 1 FontAwesome;
  /* font-weight: 600; */
  height: 10px;
  width: 10px;
  position: absolute;
  top: -1px;
  left: 0;
  color: var(--themecolor);
}

.ft-links li:is(.active) a {
  color: var(--themecolor);
}

.ft-links li:last-child a {
  margin-bottom: 0;
}

.ft-links li a:hover {
  color: #ffffff;
}

.ft-links.contact-details-list li {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}

/* .ft-links.contact-details-list li:not(:last-child) { 
    margin-bottom: 30px !important;
} */

.ft-col-1 {
  width: auto;
}

.ft-col-2.showhide {
  width: auto;
}

.footer-btm {
  text-align: center;
  /* height: 55px; */
  display: flex;
  width: 100%;
  text-align: center;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  background-color: var(--themecolor);
  color: #fff;
  text-align: center;
  /* border-top: solid 1px #707070; */
}

.footer-btm,
.footer-btm>span {
  font-size: 16px;
  font-weight: normal;
  color: white;
  letter-spacing: 0;
  line-height: 1;
  flex-wrap: wrap;
}

.footer-btm>span {
  display: inline-block;
}

.ft-logo {
  display: inline-block;
  line-height: 0.8;
}

.ft-top {
  border-bottom: 1px solid rgba(49, 153, 102, 0.1);
}

.ft-get-in-touch {
  display: inline-block;
  width: 100%;
  line-height: 0.8;
}

.contact-details-list {
  list-style: none;
}

button#next {
  cursor: pointer;
}

.contact-details-list>li {
  display: inline-block;
  width: 100%;
  padding-left: 26px;
  position: relative;
}

.contact-details-list>li:not(:last-child) {
  margin-bottom: 30px;
}

.contact-details-list>li>img {
  position: absolute;
  left: 0;
  top: 4px;
  max-height: 13px;
  width: 13px;
  filter: invert(17%) sepia(20%) saturate(7131%) hue-rotate(341deg) brightness(100%) contrast(101%);
}

.footer-info-wrap {
  display: inline-flex;
  flex-direction: column;
}

.footer-info>* {
  color: #a0a5a3;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 1.35;
}

.footer-info>a:hover {
  color: var(--themecolor);
}

.footer-info>p {
  max-width: 151px;
}

.social-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social-links>a:hover>img {
  filter: brightness(0) invert(1);
}

.ft-certified-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 37px 45px;
  max-width: 480px;
  background: #fff;
  padding: 28px 0 38px;
  border-radius: 4px;
}

.ft-certified-list>.img-wrap {
  /* width: calc(50% - 25px); */
  min-width: 174px;
}

/*---------------------------------------Footer------------------------------*/

/* ----------------common-css-------------------------- */

.bg-dark {
  background-color: #0f2e1f;
}

.img-wrap {
  position: relative;
  display: inline-block;
}

.img-wrap img {
  object-fit: cover;
}

/* ----------------common-css-------------------------- */

/* ----------------img-content-sec-------------------------- */

.bg-dark.img-content-sec {
  padding-top: 80px;
  background-color: #0f2e1f;
  margin-bottom: 100px;
  position: relative;
  max-width: 100%;
  overflow-x: clip;
  z-index: 1;
  overflow-y: unset;
}

.bg-dark.img-content-sec::after {
  content: "";
  position: absolute;
  height: 435px;
  width: 440px;
  background: transparent url(../images/sec-ark.png) no-repeat;
  background-position: left top;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 0;
}

.bg-dark.img-content-sec::before {
  content: "";
  position: absolute;
  height: 435px;
  width: 440px;
  background: transparent url(../images/sec-ark.png) no-repeat;
  background-position: left top;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  z-index: 0;
  transform: rotate(180deg);
}

.img-content-sec .half-section {
  position: relative;
  z-index: 1;
}

.img-content-sec .half-section .left-side {
  width: calc(100% - 641px);
  max-width: 50%;
  margin-bottom: 94px;
}

.img-content-sec .half-section .left-side .heading-40+.img-wrap {
  margin-top: 35px;
}

.bg-dark.img-content-sec .half-section .right-side .heading-40,
.bg-dark.img-content-sec .half-section .right-side>ul>li,
.bg-dark.img-content-sec .half-section .right-side>p>a,
.bg-dark.img-content-sec .half-section .right-side>p {
  color: #fff;
}

.bg-dark.img-content-sec .half-section .right-side>p>a:hover {
  color: var(--themecolor);
}

.img-content-sec .half-section .right-side {
  width: 641px;
  margin-bottom: 94px;
}

.img-content-sec .half-section .right-side>.feature-list {
  padding-top: 60px;
}

.line-ark,
.theme-img {
  position: relative;
}

.line-ark::after {
  content: "";
  height: 167px;
  position: absolute;
  right: -60px;
  width: 0;
  border-right: 1px solid #707070;
  top: 114px;
}

.theme-img::before {
  content: "";
  height: 109px;
  position: absolute;
  bottom: -20px;
  width: 178px;
  background: transparent url("../images/theme-img.png") no-repeat center;
  background-size: auto;
  right: 25px;
}

/* ----------------img-content-sec-------------------------- */

/* ----------------feature-list-------------------------- */

.feature-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 45px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(15, 46, 31, 0.1);
}

.feature-list-box {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-family: "Protest Strike";
  letter-spacing: 0.08px;
  font-weight: normal;
  line-height: 1.4;
  max-width: 190px;
  gap: 10px;
}

.feature-list-box>.img-wrap {
  height: 56px;
  width: 56px;
  background: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  min-width: 56px;
}

/* ----------------feature-list-------------------------- */

/* ----------------main-services-------------------------- */

.main-services-sec {
  padding: 70px 0 100px;
  margin-bottom: 100px;
  background: #0f2e1f;
  text-align: center;
}

.main-services-sec .heading-40 {
  color: #fff;
  margin-bottom: 50px;
}

.services-list {
  display: flex;
  gap: 19px;
}

.services-list>.slid-box {
  flex: 1;
}

.service-box {
  display: inline-flex;
  flex-direction: column;
  background-color: #ffffff;
  align-items: center;
  justify-content: flex-start;
  padding: 100px 50px 65px;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}

.service-box>.img-wrap {
  margin-bottom: 22px;
}

.service-box>.heading-30 {
  margin-bottom: 15px;
}

.service-box>p {
  max-width: 231px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 125px;
  padding-bottom: 0 !important;
}

.service-box>.btn-theme {
  opacity: 0;
  visibility: hidden;
  margin-bottom: -50px;
  min-width: 180px;
  font-weight: 600;
  font-size: 18px;
}

.service-box:hover>.btn-theme {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.service-box:hover>.img-wrap {
  filter: brightness(0) invert(1);
}

.service-box:hover>.heading-30,
.service-box:hover>p {
  color: #fff;
}

.service-box:hover {
  padding: 50px 50px 0px;
  background: #319966;
  /* justify-content: center; */
}

/* ----------------main-services-------------------------- */

/* ----------------our-process-sec-------------------------- */

.our-process-sec {
  margin-bottom: 100px;
  text-align: center;
}

.our-process-list {
  display: flex;
  justify-content: center;
  gap: 120px;
}

.our-process-sec .heading-40 {
  margin-bottom: 50px;
}

.our-process-sec .heading-bar>.heading-40 {
  margin-bottom: 20px;
}

.our-process-sec .heading-bar {
  margin-bottom: 50px;
}

.process-box {
  max-width: 176px;
  width: 100%;
  text-align: center;
}

.process-box>p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.36px;
  line-height: 1.5;
  color: #0f2e1f;
}

.process-box>.img-wrap {
  height: 172px;
  width: 172px;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
  padding-bottom: 15px;
  border: 1px solid #0f2e1f;
  border-radius: 100%;
  margin-bottom: 40px;
  font-family: "Protest Strike";
  font-size: 20px;
  letter-spacing: 0.1px;
  font-weight: normal;
}

.process-box:not(:last-child)>.img-wrap::after {
  content: "";
  position: absolute;
  height: 31px;
  width: 24px;
  top: 0;
  bottom: 0;
  right: -74px;
  background: transparent url("../images/dbl-arrow.svg") no-repeat center;
  background-size: auto;
  margin: auto;
}

.process-box:hover>.img-wrap {
  background: var(--primary);
  color: #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  border-color: var(--primary);
}

.process-box:hover>.img-wrap>img {
  filter: brightness(0) invert(1);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

/* ----------------our-process-sec-------------------------- */

/* ----------------testimonials-sec-------------------------- */

.testimonials-sec {}

.testimonials-sec .half-section .left-side {
  width: 216px;
  margin-bottom: 100px;
  padding-top: 68px;
}

.testimonials-sec .half-section .right-side {
  width: calc(100% - 216px);
  max-width: 916px;
  margin-bottom: 100px;
}

.testimonials-sec .left-side .heading-40 {
  margin-bottom: 30px;
}

.testimonials-slider {
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.testimonials-slider .slid-box {
  padding: 34px 15px 0;
}

.slid-box {
  line-height: 0.8;
  display: inline-block;
  width: 100%;
}

.testimonials-slider:not(.slick-initialized) {
  display: flex;
  justify-content: space-between;
}

.testimonials-slider:not(.slick-initialized)>.slid-box:not(:nth-child(-n + 2)) {
  display: none;
}

.testimonials-slider:not(.slick-initialized)>.slid-box {
  flex: 1;
}

.testimonials-slider.slick-arrow .slick-prev {
  left: calc(0px - 423px);
  top: calc(166px + 68px);
}

.testimonials-slider.slick-arrow .slick-next {
  left: calc(0px - 375px);
  top: calc(166px + 68px);
}

.testimonial-box {
  padding: 65px 40px 33px;
  border: 1px solid #000;
  border-radius: 4px;
  position: relative;
  text-align: left;
}

.testimonial-box::after {
  content: "";
  position: absolute;
  height: 68px;
  width: 68px;
  background: #aae4c8 url("../images/quote.svg") no-repeat center;
  background-size: auto;
  top: -34px;
  left: 40px;
  border-radius: 100px;
}

.heading-author-nm {
  margin-bottom: 10px;
  font-size: 24px;
  letter-spacing: 0.12px;
}

.author-location {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 0.8;
  font-weight: normal;
  color: #0f2e1f;
}

.google-rating-box {
  display: flex;
  align-items: center;
  gap: 0px;
}

.google-rating-box>.img-wrap {
  min-width: 51px;
  margin-right: 15px;
}

.rate-count {
  font-family: "Protest Strike";
  letter-spacing: 0.1px;
  font-size: 40px;
  font-weight: normal;
  color: #0f2e1f;
  line-height: 0.8;
  margin-right: 8px;
}

.rate {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 5px;
}

.reviews-count {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  color: #0f2e1f;
}

.reviews-count>span {
  margin-right: 4px;
}

.sec_testimonial.gradient_sec>.container {
  text-align: center;
}

.tm_images {
  display: flex;
  flex-wrap: wrap;
	margin-top: 20px;
  gap: 10px;

  & li {
    width: calc(33.33% - 7px);
    padding-left: 0;
    margin-bottom: 0;

    & a>img {
      aspect-ratio: 1/1;
      object-fit: cover;
      border-radius: 4px;
    }

    &:before {
      display: none;
    }
  }
}


.btnbar.load-more .btn-theme {
  font-size: 18px;
}

/* ----------------testimonials-sec-------------------------- */

/* ----------------our-gallery-sec -------------------------- */

.project-list-tab-sec {
  margin-bottom: 24px;
  padding: 100px 0;
  max-width: 100vw;
  overflow: hidden;
  text-align: center;
  background-color: #f7f9f8;
}

.our-gallery-sec .container>.heading-40 {
  margin-bottom: 18px;
}

.our-gallery-slider {
  width: calc(100% + 30px);
  margin: 0 -15px 0px;
  padding: 0 0px 0px 0px;
}

.our-gallery-slider .slid-box {
  padding: 0 15px;
}

.our-gallery-slider:not(.slick-initialized) {
  display: flex;
  justify-content: flex-start;
}

.our-gallery-slider:not(.slick-initialized)>.slid-box {
  flex: 1;
}

.our-gallery-slider:not(.slick-initialized)>.slid-box:not(:nth-child(-n + 3)) {
  display: none;
}

.our-gallery-slider .slid-box>.img-wrap {
  max-width: 100%;
  overflow: hidden;
  border-radius: 4px;
}

.our-gallery-slider .slid-box>a.img-wrap::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(49, 153, 102, 0);
}

.our-gallery-slider .slid-box>a.img-wrap:hover::after {
  background: rgba(49, 153, 102, 0.5);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.our-gallery-slider .slid-box>a.img-wrap::before {
  content: "";
  position: absolute;
  height: 71px;
  width: 71px;
  top: 0;
  left: 0;
  background: transparent url(../images/zoom.png) no-repeat center;
  background-size: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  opacity: 0;
}

.our-gallery-slider .slid-box>a.img-wrap:hover::before {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

/* .our-gallery-slider.slick-arrow .slick-prev {
    left: -154px;
    top: calc(100% - 20px);
}

.our-gallery-slider.slick-arrow .slick-next {
    right: -154px;
    top: calc(100% - 20px);
} */

.project-list-tab .resp-tabs-container {
  margin-bottom: 0px;
}

.project-list-tab .resp-tab-content {
  padding: 50px 0 0;
}

/* ----------------our-gallery-sec -------------------------- */

/* ----------------our-gallery-sec -------------------------- */

.marquee-sec {
  padding: 0em 0% 0;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 90px;
}

.section-marquee-box {
  /* height: 180px; */
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 0px solid #181818;
  /* same as bg */
}

.heading-marquee-text {
  white-space: nowrap;
  text-transform: none;
  font-size: 100px;
  font-weight: normal;
  flex-shrink: 0;
  padding: 0 10px;
  width: max-content;
  display: flex;
  align-items: center;
  transform: translateX(0);
  animation: a-text-scroll 35s linear infinite;
  opacity: 0.1;
  padding: 0 50px;
  margin-bottom: 0;
  line-height: 1.1;
}

@keyframes a-text-scroll {
  0% {
    transform: translate3d(0%, 0, 0);
  }

  100% {
    transform: translate3d(calc(-100% + 100vw), 0, 0);
  }
}

.wcu-sec+.marquee-sec {
  margin-top: 25px;
}

/* ----------------our-gallery-sec -------------------------- */

/* contact form start */

/* common form */

.contact-form-box {
  background-color: #0f2e1f;
  /* padding: 60px;
    padding-bottom: 100px; */
  padding: 40px 60px 60px;
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
}

.form-group label {
  color: white;
}

.contact-right .heading-40 {
  color: white;
  font-weight: 400;
}

.address-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  position: relative;
}

.address-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 46%;
  right: 0;
  background-color: #0f2e1f1c;
  width: 1px;
  height: 200px;
}

.address-box span {
  width: 30px;
  height: 30px;
  background-color: #319966;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  min-width: 30px;
}

.address-wrap li {
  padding-left: 0;
  width: 50%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.address-wrap li .socialicon span {
  margin-right: 10px;
}

.address-wrap li:nth-child(-n + 2) {
  border-bottom: solid 1px #0f2e1f1c;
}

.address-wrap li::before {
  display: none;
}

.address-detail {
  padding-left: 20px;
  padding-right: 90px;
}

.address-detail a {
  color: #0f2e1f;
}

.address-wrap li:nth-child(even) {
  padding-left: 30px;
}

.address-detail label {
  color: #0f2e1f;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

.address-detail address {
  color: #0f2e1f;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
}

.address-box {
  display: flex;
  flex-wrap: nowrap;
}

.img-expertcar {
  padding-left: 100px;
}

.address-box.socialicon a span {
  background-color: white;
}

.address-box.socialicon>.address-detail {
  padding-left: 0px;
}

.address-box.socialicon .address-detail>a {
  display: inline-flex;
}

.address-box.socialicon .address-detail label {
  display: inline-block;
  width: 100%;
}
ul.tm_images li {
    margin-bottom: 12px;
}
/* CTA section */

.bottom-cta {
  position: relative;
  background: #319966;
  z-index: -1;
}

.bottom-cta-detail {
  padding: 40px 60px 40px 220px;
}

.bottom-cta-detail p {
  color: white;
  font-size: 18px;
  font-family: "Protest Strike";
}

.left .heading-36 {
  color: white;
}

.attachment {
  position: relative;
}

.attachment button {
  content: "";
  position: absolute;
  top: 0;
  /* left: 0; */
  right: 0;
  bottom: 0;
  width: max-content;
  height: fit-content;
  margin: auto;
  display: inline-block;
  padding: 17px 44px;
  border-radius: 4px;
  border: solid 1px transparent;
  background-color: #dcdad7;
  font-size: 16px;
  font-family: "inter";
  font-weight: 400;
  color: #0f2e1f;
}

input[type="submit"] {
  background: #319966;
  padding-right: 33px;
}

.submit {
  position: relative;
  margin-bottom: 0px !important;
}

.submit .bgimg {
  width: 20px;
  object-fit: contain;
  height: 20px;
  left: calc(50% + 27px);
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: unset;
  right: unset;
}

/* new css for input */

div.fileinputs {
  position: relative;
  width: 100%;
  border: 1px solid #707070;
  border-radius: 3px;
  height: 60px;
  text-align: left;
  background: #fff;
}

div.fileinputs input.file {
  display: block;
}

.fakebtn {
  color: #dcdad7;
  cursor: pointer;
  right: 0;
  top: 0;
  position: absolute;
  height: 48px;
  width: 44px;
  text-align: left;
  font-size: 20px;
  line-height: 42px;
}

input.file {
  cursor: pointer;
  line-height: 44px;
  opacity: 0;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
  color: #dcdad7;
  height: 60px;
}

div.fakefile {
  background: transparent;
  border-radius: 0px;
  left: 15px;
  position: absolute;
  top: 8px;
  width: 100%;
  height: 60px;
  font-family: "inter";
  font-size: 18px;
}

#filevalue {
  color: #dcdad7;
  font-size: 16px;
  line-height: 44px;
  z-index: -1;
  font-family: "inter";
  font-weight: 300;
  font-style: normal;
}

/* ----------------------------------CTA-sec-------------------------------------- */

.cta-sec {
  margin-bottom: 110px;
}

.cta-feature {
  display: flex;
  gap: 0 180px;
  justify-content: center;
  margin-bottom: 100px;
}

.cta-feature-box {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  line-height: 0.8;
  position: relative;
}

.cta-feature-box:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  border-right: 1px solid rgba(112, 112, 112, 0.2);
  top: 0;
  right: -90px;
}

.count-wrap {
  display: inline-block;
  line-height: 0.8;
}

.count-wrap .count {
  font-size: 40px;
  font-family: "Protest Strike";
  letter-spacing: 0.1px;
  font-weight: normal;
  margin-bottom: 3px;
  color: #0f2e1f;
}

.heading-count {
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 0.18px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #0f2e1f;
}

.cta-container {
  background-color: #319966;
  color: #fff;
  position: relative;
  padding: 50px 56px;
  border-radius: 4px;
  overflow: hidden;
}

.cta-container>.bgimg {
  z-index: 1;
  opacity: 0.5;
}

.heading_wrap {
  display: flex;
  width: 100%;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.heading_wrap .heading-30 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.65;
  position: relative;
  z-index: 1;
  text-transform: none;
  font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem);
}

.heading_wrap>.btnlist {
  max-width: 180px;
  position: relative;
  z-index: 1;
}

.heading_wrap>.btnlist>a {
  min-width: 180px;
}

.btn-border-white>i {
  filter: brightness(0) invert(1);
}

/* ----------------------------------CTA-sec-------------------------------------- */

/* white - form */

.contact-form-box.white-form {
  background-color: white;
}

.contact-form-box.white-form .row>.form-group>label {
  color: #0f2e1f;
}

.wcu-sec {
  position: relative;
  padding: 100px 0;
  background-color: rgb(24 71 48 / 100%);
}

.wcu-sec+section:not(.marquee-sec) {
  margin-top: 100px;
}

.wcu-sec>.bgimg {
  opacity: 0.25;
  z-index: 0;
}

.wcu-sec .half-section .left-side {
  width: 674px;
}

.wcu-sec .half-section .right-side {
  width: calc(100% - 674px);
  padding-left: 150px;
}

.wcu-sec .half-section .right-side .heading-36 {
  color: white;
}

/* ----------------------------------services-pg-sec-------------------------------------- */

.services-pg-sec {
  margin-bottom: 70px;
  text-align: center;
}

.services-pg-sec .service-box {
  background-color: #f7f9f8;
}

.services-pg-sec .service-box:hover {
  background: #319966;
}

/* ----------------------------------services-pg-sec-------------------------------------- */

/* ----------------------------------service-detail-list-sec-------------------------------------- */

.service-detail-list-sec {
  margin-bottom: 100px;
}

.service-detail-list-sec .heading-40 {
  margin-bottom: 40px;
  text-align: center;
}

.service-detail-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.service-detail-list .service-detail-list-box {
  padding: 0;
  display: inline-flex;
  align-items: center;
}

.service-detail-list-box {
  width: calc(50% - 15px);
  background-color: #f7f9f8;
}

.ser-box-text {
  padding: 0 50px 0;
}

.svlisting_sec .service-detail-list {
  max-width: 100%;
}

.svlisting_sec .service-detail-list .service-detail-list-box {
  width: calc(25% - 15px);
  align-items: flex-start;
  padding: 30px;
  flex-wrap: wrap;
  flex-direction: column;
}

/* ----------------------------------service-detail-list-sec-------------------------------------- */

/* ----------------------------------"img-after-before-sec-------------------------------------- */

.img-after-before-sec {
  margin-bottom: 110px;
}

.after-before-list {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.our-gallery-list .slid-box {
  width: calc(33.33% - 20px);
  position: relative;
}

/* ----------------------------------"img-after-before-sec-------------------------------------- */

/* ----------------------------------projects-pg-list-sec-------------------------------------- */

.projects-pg-list-sec {
  margin-bottom: 100px;
}

.our-gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.our-gallery-list .slid-box>.img-wrap {
  max-width: 100%;
  overflow: hidden;
  border-radius: 4px;
}

.our-gallery-list .slid-box>a.img-wrap::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(49, 153, 102, 0);
}

.our-gallery-list .slid-box>a.img-wrap:hover::after {
  background: rgba(49, 153, 102, 0.5);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.our-gallery-list .slid-box>a.img-wrap::before {
  content: "";
  position: absolute;
  height: 71px;
  width: 71px;
  top: 0;
  left: 0;
  background: transparent url(../images/zoom.png) no-repeat center;
  background-size: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  opacity: 0;
}

.our-gallery-list .slid-box>a.img-wrap:hover::before {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.projects-pg-list-sec {
  text-align: center;
}

.our-gallery-list.gallery_list+.load-more {
  margin-top: 55px;
}

.map iframe {
  width: 100%;
}

.faqssec .faq_wrap {
  margin-bottom: 30px;
}

.wcu-sec.faqssec .heading-40 {
  color: #0f2e1f;
}

.wcu-sec.faqssec .left-side .heading-40 {
  color: #0f2e1f;
}

.wcu-sec.faqssec .right-side .heading-40 {
  color: #fff;
}

a[href*="tel:"].btn-border-white:hover>i {
  filter: invert(64%) sepia(63%) saturate(1197%) hue-rotate(345deg) brightness(98%) contrast(93%);
}

.page-projects .fancybox-slide--image .fancybox-content {
  border: 5px solid #fff;
}

/* ----------------------------------projects-pg-list-sec-------------------------------------- */

.topocntent-wrap {
  display: inline-block;
  width: 100%;
  /* max-height: 431px;
  overflow-y: auto;*/
}

/* *************** || START MEDIA QUERY || *************** */

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

@media (min-width: 1921px) {
  ul.js_hmbanner .slick-slide>div>li>img {
    width: 100%;
    max-width: 2500px;
    margin: auto;
    background: black;
  }

  .inner-banner .banner_bg {
    margin: auto;
  }

  .bannerimgvid>.img-wrap>img,
  .bannerimgvid>.img-wrap {
    width: 100%;
  }
}

@media (max-width: 1800px) {}

@media (max-width: 1599.98px) {

  /* common-spacing */
  .main-content-wrap {
    padding: 60px 0;
  }

  .img-content-sec .half-section .right-side {
    padding-left: 60px;
  }

  .contact-form-box {
    padding: 40px;
    padding-bottom: 50px !important;
  }

  /* 
    .enquiry-text {
        position: relative;
        bottom: -15px;
    } */

  .bottom-cta-detail {
    padding: 20px 40px 20px 96px;
  }

  .bottom-cta-detail p {
    color: white;
    font-size: 18px;
    font-family: "Protest Strike";
    margin-bottom: 15px;
  }

  .address-detail {
    padding-left: 10px;
    padding-right: 0;
  }

  .address-wrap li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .address-wrap::after {
    left: 50%;
  }

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

  .wcu-sec .half-section .right-side {
    padding-left: 80px;
  }

  .wcu-sec+section:not(.marquee-sec) {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1439.98px) {

  /* Common---spacing */
  .marquee-sec,
  .our-process-sec,
  .cta-sec,
  .mb-80,
  .service-detail-list-sec,
  .img-after-before-sec,
  .projects-pg-list-sec {
    margin-bottom: 60px;
  }

  .wcu-sec+section:not(.marquee-sec) {
    margin-top: 60px;
  }

  .slick-next {
    right: -14px;
  }

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

  .bg-dark.img-content-sec {
    padding-top: 60px;
    margin-bottom: 60px;
  }

  /* .service-detail-list .service-detail-list-box { 
        padding: 30px 15px 25px 25px;
    } */
  /* Common---spacing */
  /* -------------footer -------------*/
  .footer-mdl-left {
    width: 250px;
  }

  .footer-mdl-right {
    width: calc(100% - 250px);
    padding-left: 30px;
  }

  .ft-top-wrap {
    gap: 80px;
  }

  .ft-col-1 {
    width: 100%;
    max-width: 175px;
    padding-right: 10px;
    min-width: unset;
  }

  .ft-col-2 {
    width: 100%;
    max-width: 200px;
  }

  /* .ft-col-3.showhide {
        padding-right: 20px;
        padding-left: 30px;
        width: 30%;
    } */
  .ft-get-in-touch {
    width: 100%;
    min-width: unset;
    padding-right: 0;
  }

  /* -------------footer -------------*/
  .img-content-sec .half-section .right-side>.feature-list {
    padding-top: 00px;
  }

  .img-content-sec .half-section .right-side>.feature-list {
    column-gap: 20px;
  }

  .img-content-sec .half-section .right-side {
    width: calc(50% - 20px);
    padding-left: 0px;
    margin-bottom: 60px;
  }

  .img-content-sec .half-section .left-side {
    width: calc(50% - 20px);
    margin-bottom: 60px;
  }

  .line-ark::after {
    right: -20px;
  }

  .main-services-sec .heading-40 {
    margin-bottom: 30px;
  }

  .main-services-sec {
    padding: 60px 0;
    margin-bottom: 60px;
  }

  .our-process-sec .heading-40 {
    margin-bottom: 25px;
  }

  .our-process-sec .heading-bar>.heading-40 {
    margin-bottom: 10px;
  }

  .our-process-sec .heading-bar {
    margin-bottom: 20px;
  }

  .services-list {
    gap: 10px;
  }

  .service-box {
    padding: 50px 25px 50px;
  }

  .service-box>.heading-30 {
    font-size: 27px;
  }

  .service-box:hover {
    padding: 25px 25px 0px;
  }

  .our-process-list {
    gap: 40px;
    justify-content: space-between;
  }

  .service-proc .our-process-list {
    gap: 40px;
  }

  .service-proc .process-box:not(:last-child)>.img-wrap::after {
    right: -33px;
  }

  .process-box:not(:last-child)>.img-wrap::after {
    right: -50px;
  }

  .service-proc .process-box>.img-wrap {
    padding-bottom: 15px;
    margin-bottom: 15px;
    height: 120px;
    width: 120px;
  }

  .process-box>.img-wrap {
    margin-bottom: 15px;
  }

  .process-box>p {
    font-size: 16px;
    line-height: 1.3;
  }

  .process-box>.img-wrap {
    padding-bottom: 15px;
    margin-bottom: 15px;
    height: 150px;
    width: 150px;
  }

  .process-box {
    max-width: 100%;
  }

  .process-box>.img-wrap>img {
    max-width: 40px;
  }

  .wcu-sec {
    padding: 60px 0;
  }

  .wcu-sec .half-section .left-side {
    width: calc(50% - 20px);
    max-width: 100%;
    padding: 0;
  }

  .wcu-sec .half-section .right-side {
    width: calc(50% - 20px);
    max-width: 100%;
    padding: 0;
  }

  .testimonials-slider.slick-arrow .slick-prev {
    left: calc(-6px);
    top: 50%;
  }

  .testimonials-slider.slick-arrow .slick-next {
    right: calc(-6px);
    left: unset;
    top: 50%;
  }

  .testimonials-sec .half-section .right-side {
    padding-left: 40px;
    margin-bottom: 60px;
  }

  .testimonials-sec .half-section .left-side {
    margin-bottom: 60px;
  }

  .testimonial-box {
    padding: 50px 35px 25px;
  }

  .project-list-tab-sec {
    padding: 60px 0;
  }

  .our-gallery-slider {
    width: calc(100% + 10px);
    margin: 0 -5px 0px;
  }

  .our-gallery-slider .slid-box {
    padding: 0 5px;
  }

  .project-list-tab .resp-tab-content {
    padding: 40px 0 0;
  }

  .cta-feature {
    margin-bottom: 60px;
  }

  .cta-feature-box:not(:last-child)::after {
    right: -40px;
  }

  .heading_wrap .heading-30 {
    line-height: 1.5;
  }

  /* .service-detail-list-box {
        width: calc(25% - 7px);
        background-color: #F7F9F8;
        padding: 30px 15px 25px 25px;
    } */

  .service-detail-list-box {
    padding: 0;
  }

  .svlisting_sec .service-detail-list .service-detail-list-box {
    padding: 20px;
  }
}

@media screen and (max-width: 1199.98px) {

  /* -------------footer -------------*/
  .footer-logo {
    max-width: 170px;
  }

  .footer-head-weap {
    max-width: 50%;
    padding-left: 29px;
  }

  .ft-top-wrap {
    gap: 60px;
  }

  .ft-fb a {
    padding: 8px 10px;
    font-size: 14px;
  }

  .footer-mdl {
    /* flex-direction: column; */
    padding: 40px 0 40px;
  }

  /* -------------footer -------------*/
  .bottom-cta-detail {
    padding: 42px 25px;
  }

  .address-wrap li:nth-child(even) {
    padding-left: 60px;
  }

  .address-wrap::after {
    height: 100%;
  }

  .img-content-sec .half-section .right-side>.feature-list {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .img-content-sec .half-section .right-side>.feature-list .feature-list-box {
    /* max-width: 100%; */
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .img-content-sec .half-section .left-side .heading-40+.img-wrap {
    margin-top: 0px;
  }

  .line-ark::after {
    top: 80px;
  }

  .process-box:not(:last-child)>.img-wrap::after {
    right: -36px;
  }

  .wcu-sec .half-section .left-side {
    width: calc(55% - 20px);
  }

  .wcu-sec .half-section .right-side {
    width: calc(45% - 20px);
  }

  .contact-form-box {
    padding: 30px;
  }

  .project-list-tab .resp-tab-content {
    padding: 30px 0 0;
  }

  .cta-feature {
    gap: 0 80px;
  }

  .service-detail-list-box {
    width: calc(50% - 10px);
  }

  .service-detail-list {
    row-gap: 20px;
  }

  /* testimonial page start */
  .testimonial_wrap.grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ser-box-text {
    padding: 0 20px 0;
  }

  .svlisting_sec .service-detail-list .service-detail-list-box {
    padding: 20px 15px;
    width: calc(25% - 5px);
  }
}

@media screen and (max-width: 991.98px) {

  /* Common---spacing */
  .marquee-sec,
  .our-process-sec,
  .cta-sec,
  .mb-80,
  .service-detail-list-sec,
  .img-after-before-sec,
  .projects-pg-list-sec {
    margin-bottom: 40px;
  }

  .wcu-sec+section:not(.marquee-sec) {
    margin-top: 40px;
  }

  .project-list-tab-sec {
    padding: 40px 0;
  }

  .heading-marquee-text {
    font-size: 50px;
  }

  .wcu-sec {
    padding: 40px 0;
  }

  .bg-dark.img-content-sec {
    padding-top: 40px;
    margin-bottom: 40px;
  }

  .topocntent-wrap {
    display: inline-block;
    width: 100%;
    max-height: unset;
    overflow-y: auto;
  }

  /* Common---spacing */
  /* -------------footer -------------*/
  .footer-mdl {
    flex-wrap: wrap;
  }

  .footer-mdl-right {
    /* width: 100%; */
    flex-wrap: wrap;
  }

  .footer-head-weap {
    max-width: 50%;
    padding-left: 0px;
  }

  .footer-top .md-container {
    flex-direction: column;
  }

  .ft-col-1 {
    width: 50%;
    padding-right: 0;
    min-width: unset;
  }

  .ft-col-2 {
    width: 50%;
    max-width: unset;
    padding-right: 0;
    padding-left: 15px;
  }

  .ft-links li a {
    margin-bottom: 10px;
  }

  footer .bgimg {
    display: none;
  }

  .wcu-item p {
    font-size: 16px;
  }

  .ft-certified-list {
    gap: 20px 25px;
    padding: 25px 0 25px;
    margin-top: 15px;
  }

  .ft-top-wrap {
    gap: 20px;
  }

  .ft-top-wrap [class*="btn-"].btn-border-white {
    font-size: 14px;
    min-width: 150px;
    padding: 0;
  }

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

  /* -------------footer -------------*/
  .address-wrap::after {
    display: block;
  }

  .address-wrap::after {
    left: 54%;
    top: -27px;
  }

  .img-content-sec .half-section {
    flex-wrap: wrap;
  }

  .img-content-sec .half-section .right-side,
  .img-content-sec .half-section .left-side {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  .line-ark::after {
    display: none;
  }

  .main-services-sec {
    padding: 40px 0;
    margin-bottom: 40px;
  }

  .services-list {
    gap: 10px;
    flex-wrap: wrap;
  }

  .services-list>.slid-box {
    flex: auto;
    width: calc(50% - 5px);
  }

  .service-box,
  .service-box:hover {
    padding: 25px 25px 25px !important;
  }

  .service-box>.btn-theme {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }

  .our-process-list {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .service-proc .our-process-list {
    gap: 20px;
  }

  .service-proc .process-box:not(:last-child)>.img-wrap::after {
    right: -66px;
  }

  .process-box {
    max-width: calc(33.33% - 13.33px);
  }

  .process-box:not(:last-child)>.img-wrap::after {
    right: -48px;
  }

  .wcu-sec .half-section {
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: column-reverse;
  }

  .wcu-sec .half-section .left-side,
  .wcu-sec .half-section .right-side {
    width: calc(100%);
  }

  .testimonials-sec .half-section {
    flex-wrap: wrap;
  }

  .testimonials-sec .half-section .left-side,
  .testimonials-sec .half-section .right-side {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  .testimonials-sec .half-section .left-side {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .testimonials-sec .left-side .heading-40 {
    margin-bottom: 0px;
  }

  .cta-feature-box {
    flex-direction: column;
    text-align: center;
  }

  .cta-container>.bgimg {
    object-position: left;
  }

  .cta-container {
    padding: 30px 25px;
  }

  .heading_wrap .heading-30 {
    line-height: 1.4;
  }

  .our-gallery-list {
    gap: 10px;
  }

  .our-gallery-list .slid-box {
    width: calc(33.33% - 7px);
  }

  .our-gallery-list.gallery_list+.load-more {
    margin-top: 30px;
  }

  .bg-dark.img-content-sec::before,
  .bg-dark.img-content-sec::after {
    height: 203px;
    width: 200px;
    background-size: contain;
  }

  /* fixes after development */
  .enquiry-text {
    max-width: 100%;
  }

  /* testimonial page start */
  .testimonial_wrap.grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .service-detail-list-box {
    width: calc(100%);
  }

  .svlisting_sec .service-detail-list .service-detail-list-box {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 767.98px) {

  /* -------------footer -------------*/
  /* .ft-col-2 {
        max-width: 130px;
    } */
  .footer-head-weap {
    max-width: 100%;
    margin-bottom: 17px;
  }

  /* .ft-col-1 {
        width: 20%;
    }
    .ft-col-2.showhide {
        width: 80%;
    } */
  .footer-mdl-left {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
  }

  .contact-details-list {
    display: flex;
    flex-wrap: wrap;
  }

  .contact-details-list>li {
    width: 50%;
  }

  .footer-mdl-right {
    width: calc(100%);
    padding-left: 0px;
    justify-content: flex-start;
  }

  /* -------------footer -------------*/
  .service-box,
  .service-box:hover {
    padding: 25px 15px 25px !important;
  }

  .process-box:not(:last-child)>.img-wrap::after {
    display: none;
  }

  .project-list-tab ul.resp-tabs-list {
    justify-content: flex-start;
  }

  .cta-feature {
    gap: 0 25px;
    margin-bottom: 30px;
  }

  .cta-feature-box:not(:last-child)::after {
    right: -12.5px;
  }

  .cta-feature-box {
    flex: 1;
  }

  .heading_wrap {
    flex-wrap: wrap;
    gap: 20px;
  }

  .heading_wrap>.btnlist {
    width: 100%;
    justify-content: center;
    max-width: 100%;
  }

  .after-before-list {
    gap: 10px;
  }

  .svlisting_sec .service-detail-list .service-detail-list-box {
    width: calc(50% - 5px);
  }

  .svlisting_sec .service-detail-list {
    row-gap: 10px;
  }
}

@media screen and (max-width: 575.98px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h5,
  h6,
  [class*="heading-"] {
    margin-bottom: 20px;
  }

  [class*="btn-"] {
    padding: 13px 28px;
    font-size: 14px;
  }

  /* footer */
  .width50 {
    width: 100%;
  }

  .ft-title {
    position: relative;
  }

  .ft-col-3 .ft-title::after,
  .ft-col-2 .ft-title::after,
  .ft-col-1 .ft-title::after {
    content: "";
    position: absolute;
    background: url("../images/w-plus.svg") no-repeat 0 0;
    left: inherit;
    right: 0;
    width: 20px;
    height: 20px;
    bottom: inherit;
    top: 0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    background-position: center !important;
  }

  .ft-col-2 .ft-title.linkopen::after,
  .ft-col-1 .ft-title.linkopen::after {
    background: url("../images/w-minus.svg") no-repeat 0 0;
    transform: rotate(360deg);
    transform-origin: center;
  }

  .footer-mdl-right {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .ft-get-in-touch,
  .ft-col-1,
  .ft-col-2 {
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .ft-get-in-touch {
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0px;
  }

  .ft-title {
    margin-bottom: 20px;
  }

  .ft-col-1 {
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    border-right: none;
  }

  .ft-col-2 {
    padding-left: 0;
  }

  ul.ft-links {
    margin-bottom: 15px;
  }

  .footer-mdl {
    padding: 30px 0 0 0;
    border-bottom: 0;
  }

  .footer-logo>.header_logo {
    max-width: 150px;
  }

  .ft-certified-list {
    gap: 10px 10px;
    padding: 25px 15px 25px;
    margin-top: 15px;
  }

  .ft-certified-list>.img-wrap {
    width: calc(50% - 5px);
    /* min-width: 174px; */
    min-width: unset;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .ft-links li a {
    padding-left: 17px;
  }

  /* footer.footer-bg {
        padding-bottom: 70px;
    } */
  input[type="text"],
  input[type="submit"],
  input[type="email"],
  textarea,
  .form-control {
    height: 44px;
  }

  p {
    font-size: 14px;
    line-height: 26px;
  }

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

  .ft-col-2.showhide {
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 15px;
    border-right: none;
  }

  .ft-col-3.showhide {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 0;
    padding-right: 10px;
    border-right: none;
  }

  footer .bgimg {
    display: none;
  }

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

  .ft-links {
    display: none;
  }

  .ft-top-wrap .heading-30 {
    max-width: calc(100% - 170px);
    font-size: 20px;
  }

  .ft-top-wrap {
    gap: 10px 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .ft-logo {
    width: 100%;
  }

  .ft-logo .img-wrap {
    max-width: 170px;
  }

  .contact-details-list {
    max-width: 372px;
    justify-content: space-between;
  }

  .contact-details-list>li {
    width: fit-content;
  }

  .contact-details-list>li:not(:last-child) {
    margin-bottom: 20px;
  }

  .contact-details-list>li .ft-title {
    margin-bottom: 5px;
  }

  /* footer */
  .address-wrap li {
    width: 100%;
  }

  .address-wrap::after {
    display: none;
  }

  .address-wrap li:nth-child(even) {
    padding-left: 0;
  }

  .img-content-sec .half-section .right-side,
  .img-content-sec .half-section .left-side {
    margin-bottom: 30px;
  }

  .img-content-sec .half-section .right-side>.feature-list {
    column-gap: 10px;
  }

  .img-content-sec .half-section .right-side>.feature-list .feature-list-box {
    font-size: 14px;
  }

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

  .services-list>.slid-box {
    width: calc(100%);
    max-width: 400px;
  }

  .service-box>p {
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 76px;
    padding-bottom: 0 !important;
  }

  .our-process-list {
    gap: 15px 10px;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
  }

  .process-box>p {
    font-size: 14px;
    line-height: 1.3;
  }

  .service-proc .our-process-list {
    gap: 15px 10px;
  }

  .process-box {
    max-width: calc(50% - 5px);
  }

  .process-box>.img-wrap>img {
    max-width: 30px;
  }

  .process-box>.img-wrap {
    padding-bottom: 7px;
    margin-bottom: 10px;
    height: 120px;
    width: 120px;
  }

  .testimonials-sec .half-section .left-side {
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .google-rating-box {
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 10px;
    border: 1px solid rgb(0 0 0 / 25%);
    border-radius: 4px;
  }

  .testimonials-slider {
    padding-bottom: 40px;
  }

  .testimonials-slider.slick-arrow .slick-prev {
    left: calc(50% - 45px);
    top: 100%;
  }

  .testimonials-slider.slick-arrow .slick-next {
    right: calc(50% - 45px);
    top: 100%;
  }

  .testimonial-box {
    padding: 40px 20px 25px;
    height: auto !important;
  }

  .testimonial-box::after {
    position: absolute;
    height: 50px;
    width: 50px;
    top: -25px;
    left: 40px;
    background-size: 50%;
  }

  div.fileinputs {
    height: 44px;
  }

  input.file {
    height: 44px;
  }

  div.fakefile {
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 44px;
    padding-left: 15px;
  }

  #filevalue {
    line-height: 44px;
  }

  .fakebtn {
    height: 44px;
  }

  .attachment button {
    padding: 9px 15px;
  }

  .heading-marquee-text {
    margin-bottom: 0px;
  }

  .heading_wrap .heading-30 {
    text-align: center;
    font-size: 20px;
  }

  .heading-count {
    font-size: 14px;
    margin-bottom: 0;
  }

  .count-wrap .count {
    font-size: 28px;
  }

  .cta-feature-box>.img-wrap {
    max-width: 65px;
    max-height: 53px;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
  }

  a[class*="btn-"][href*="tel:"] {
    font-size: 14px !important;
  }

  .heading_wrap>.btnlist>a {
    min-width: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-detail-list {
    justify-content: center;
    gap: 10px;
  }

  .service-detail-list-box {
    width: calc(100%);
  }

  .our-gallery-list .slid-box {
    width: calc(50% - 5px);
  }

  .address-wrap li:nth-child(-n + 3) {
    border-bottom: solid 1px #0f2e1f1c;
  }

  .address-wrap {
    margin: 30px 0 10px;
  }

  #suburb-missing-popup {
    padding: 30px;
  }

  .service-detail-list .service-detail-list-box {
    flex-direction: column;
    max-width: 237px;
    padding: 0;
  }

  .service-detail-list-sec .heading-40 {
    margin-bottom: 20px;
  }

  .ser-box-text {
    padding: 20px;
  }

  .svlisting_sec .service-detail-list .service-detail-list-box {
    width: calc(100%);
    max-width: 100%;
  }
}

.testimonial_wrap.grid .slid-box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  height: 100%;

  & .testimonial-box {
    flex: 1;
    height: 100%;
  }
}

.fancy-test-popup {
  padding: 0 !important;
  max-width: 580px !important;
  overflow: initial !important;

  & .testimonial-box {
    border: 0 !important;

    & p {
      margin-bottom: 30px;
    }
  }
}