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

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

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

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

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

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

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

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

:root {
  --white: #fff;
  --primary: #000000;
  --themecolor: #89bb2a;
  --font-light: 300;
  --font-semibold: 600;
  --font-bold: bold;
  --formtext: #b8babe;
  --dark-color: #000000;
}

html,
body {
  width: 100%;
}

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

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

address {
  font-style: normal;
  color: white;
}

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

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: "Archivo";
  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: disc;
}

html {
  scroll-behavior: smooth;
}

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

::-webkit-input-placeholder {
  background: transparent;
  color: #bcbcbc;
  font-family: "Archivo";
  font-weight: 400;
}

::-moz-placeholder {
  color: #bcbcbc;
  font-family: "Archivo";
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #bcbcbc;
  font-family: "Archivo";
  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: 8px 10px;
  border: 1px solid #ffffff24;
  height: 50px;
  background: transparent;
  color: #ffffff;
  font-family: "Archivo";
  font-weight: 400;
  font-size: 14px;
  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;
}

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

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

textarea.form-control {
  min-height: 130px;
}

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

.form-group > label {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  font-family: "Archivo";
  margin: 0 0 6px;
  display: block;
}

input[type="submit"].btnsubmit {
  background: var(--themecolor);
  border: 1px solid transparent;
  outline: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  cursor: pointer;
  font-weight: 800;
  line-height: 100%;
  position: relative;
}

input[type="submit"].btnsubmit:hover {
  background: #221f20;
  border: 1px solid #221f20;
  color: #fff;
}
.inner-banner .inner_banner_info input[type="submit"].btnsubmit:hover {
  background: #0e1013;
  border: 1px solid #89bb2a;
  color: #89bb2a;
}
.form-control:focus {
  border-color: var(--themecolor) !important;
}

select.form-control {
  background: url(../../assets/images/white-caret.svg) no-repeat top 22px right
    15px #fff;
  background-color: transparent;
  color: #bcbcbc;
}

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

.inpage {
  margin: 80px 0;
}

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

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

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

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: "Archivo";
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

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

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

.heading-34 {
  font-size: clamp(1.375rem, 1.225rem + 0.75vw, 2.125rem);
  line-height: 1.2;
  letter-spacing: 0.68px;
  font-weight: 800;
  text-transform: uppercase;
}

h2,
.heading-30 {
  font-size: clamp(24px, 2.5vw, 30px);
  line-height: 1.2;
  letter-spacing: 0.8px;
}

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

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

h5 {
  font-size: clamp(1.1875rem, 1.1625rem + 0.125vw, 1.3125rem);
  line-height: 1.1;
  letter-spacing: 0;
}

h6 {
  font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.heading-50 {
  font-size: clamp(1.5rem, 1.175rem + 1.625vw, 3.125rem);
}

.heading-40 {
  font-size: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0px;
}

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

.heading-30 {
  font-size: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem);
  color: white;
  font-weight: 500;
}

.sm-title {
  font-size: 14px;
  color: var(--themecolor);
  letter-spacing: 0;
  line-height: 0.8;
  margin-bottom: 13px;
  padding-left: 25px;
  text-transform: uppercase;
}

.sm-title:before {
  content: "";
  position: absolute;
  left: 1px;
  top: -7px;
  background: transparent url(../images/ark-title.svg) no-repeat center;
  background-size: cover;
  width: 32px;
  height: 34px;
  width: 17px;
  height: 25px;
  transform: rotate(59deg);
  filter: invert(34%) sepia(21%) saturate(1325%) hue-rotate(39deg)
    brightness(91%) contrast(93%);
}

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

.breadcum-box {
  background-color: #131519;
}

.form-box label {
  color: white;
}

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

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

.lightgray-bg {
  background: var(--light-gray);
}

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

.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: "Archivo";
  font-weight: 300;
  letter-spacing: 0.32px;
  font-size: 16px;
  line-height: 1.6;
  color: #b8babe;
}

p > a {
  text-decoration: none;
  display: inline-block;
  /* text-decoration: underline; */
  color: var(--themecolor);
}

p > a:hover {
  text-decoration: underline;
  color: var(--themecolor);
  text-decoration: underline;
}

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 6px 6px 0;
}

.imgradiusall {
  border-radius: 6px;
}

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

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

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

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

.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(--blue);
  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;
  background: #89bb2a;
  cursor: pointer;
}

.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[class] {
  list-style: unset;
}
main ul[class] > li {
  padding-left: unset;
  line-height: unset;
  margin-bottom: unset;
}
main ul[class] > li::before {
  display: unset;
} */

main ul > li,
main ul.wp-block-list > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 23px;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #b8babe;
  letter-spacing: 0px;
  font-family: "Archivo";
}
main ul + p {
  margin-top: 20px;
}

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-circle-fill.svg) no-repeat center
    center;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 5px;
  width: 14px;
  height: 14px;
  z-index: 1;
}

/* 
.page-wrapper ul:not([class]) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.page-wrapper ul:not([class]) li {
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  padding-left: 21px;
  color: #000000;
  letter-spacing: 0px;
  font-weight: normal;
}

.page-wrapper ul:not([class]) li:before {
  content: "";
  background: #417261;
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
} */

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

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

/* ********|| 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-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: var(--white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  position: relative;
  z-index: 0;
  padding: 13px 31px;
  overflow: hidden;
  border: 1px solid var(--white);
  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;
  overflow: hidden;
  font-family: "Archivo";
  column-gap: 6px;
}

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

.btn-theme {
  background-color: var(--themecolor);
  color: #fff;
  border-color: var(--themecolor);
}

.btn-theme:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

.btn-dark {
  background-color: #0d0d0d;
  border: 1px solid #0d0d0d;
  color: #fff;
}

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

.btn-white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: var(--secondary);
}

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

[class*="btn-"].btn-border-white {
  border: 1px solid #ffffff;
  color: #ffffff;
}

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

[class*="btn-"].btn-border-white:hover > img {
  filter: invert(22%) sepia(18%) saturate(1459%) hue-rotate(39deg)
    brightness(99%) contrast(95%);
}

[class*="btn-"].btn-border-dark {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}

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

[class*="btn-"][href*="tel:"].btn-border-dark:hover > img {
  filter: invert(69%) sepia(18%) saturate(3063%) hue-rotate(12deg)
    brightness(106%) contrast(111%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

[class*="btn-"].btn-border-white.p-call {
  border: 0px solid transparent;
  position: relative;
  overflow: visible;
  min-width: 198px;
  padding: 15px 0;
}

[class*="btn-"].btn-border-white.p-call:hover {
  color: #98df3e;
}

[class*="btn-"].btn-border-white.p-call::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent url(../images/btn-border.svg) no-repeat center;
  background-size: contain;
}

[class*="btn-"].btn-border-white.p-call::before {
  content: "";
  position: absolute;
  height: 13px;
  width: 19px;
  top: -5.5px;
  right: 54px;
  background: transparent url(../images/btn-ark.svg) no-repeat center;
  background-size: contain;
}

[class*="btn-"].btn-border-white.p-call:hover::before,
[class*="btn-"].btn-border-white.p-call:hover::after {
  filter: invert(22%) sepia(18%) saturate(1459%) hue-rotate(39deg)
    brightness(99%) contrast(95%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

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

.slick-arrow .slick-prev,
.slick-arrow .slick-next {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #000000;
  border-radius: 100%;
  z-index: 1;
}

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

.slick-arrow button.slick-prev::before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "\f053";
  right: 0px;
  top: 0px;
  padding-right: 1px;
}

.slick-arrow button.slick-next::before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "\f054";
  right: 0px;
  top: 0px;
  padding-left: 1px;
}

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

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

.m-space100 {
  margin: 100px 0;
}

.mt-space80 {
  margin-top: 80px;
}

.p-space80 {
  padding: 80px 0;
}

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

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

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

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

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

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

/* ********| 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: #fff;
  letter-spacing: 0.2px;
  padding: 7px 10px;
  line-height: 100%;
  top: -1px;
  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: "Archivo";
  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;
}

.row > .form-group > label {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Archivo";
  display: block;
  margin-bottom: 15px;
  color: #fff;
}

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

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

.width50 {
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  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);
  }
}

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

.footer-bg {
  background-color: #131519;
  position: relative;
}

.footer-mdl {
  display: flex;
  justify-content: space-between;
  padding: 0 0 80px;
}

.footer-mdl-left,
.footer-mdl-right {
  position: relative;
  z-index: 1;
}

.ft-get-in-touch {
  padding-left: 60px;
  max-width: 390px;
  border-right: 1px solid rgba(255, 255, 255, 0.055);
  padding-right: 50px;
}

.footer-mdl-left {
  padding-left: 0;
  padding-right: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.055);
  width: 284px;
}

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

.ft-text,
a.ft-text {
  font-size: 15px;
  line-height: 1.4;
  display: inline-block;
  color: white;
  letter-spacing: 0.36px;
  margin-bottom: 0 !important;
}

a.ft-text:hover {
  color: var(--themecolor);
}

.ft-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 25px;
  letter-spacing: 0px;
  color: #89bb2a;
  font-weight: 700;
  text-transform: uppercase;
}

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

.ft-links li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 19px;
}
.ft-links li a:hover > span > img {
  filter: invert(22%) sepia(18%) saturate(1459%) hue-rotate(39deg)
    brightness(99%) contrast(95%);
}
.ft-links li:is(.active) a {
  color: var(--themecolor);
}

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

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

.ft-links.contact-details-list li {
  margin-bottom: 28px;
}

.ft-col-1 {
  min-width: 262px;
  border-right: 1px solid rgba(255, 255, 255, 0.055);
  padding-right: 50px;
    padding-left: 70px;
}

.ft-col-2 {
  border-right: 1px solid rgba(255, 255, 255, 0.055);
  padding-right: 50px;
  padding-left: 75px;
  min-width: 258px;
}

.ft-col-3 {
  padding-right: 0;
  padding-left: 45px;
}

.ft-col-3 .ft-links .ft-about-social ul li span {
  min-width: 14px;
  margin-right: 10px;
  width: 13px;
}

.ft-col-3 .ft-links {
  display: flex;
}

.ft-col-3 .ft-links li {
  margin-right: 25px;
}

.ft-about-social ul li > a:hover {
  color: var(--themecolor);
}

.footer-btm {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
  text-align: center;
  position: relative;
  background-color: #0e1013;
  padding: 20px;
}

.footer-btm > p {
  margin: auto;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: white;
  display: flex;
  align-items: center;
  gap: 4px;
}

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

footer .social_icon p {
  color: white;
}

/* new footer css*/

/* footer */

.footer-mdl-right {
  width: calc(100% - 284px);
  display: flex;
  justify-content: space-between;
}

.social-icon-box > li > a {
  display: flex;
  flex-wrap: wrap;
}

.social-icon-box > li > a:hover > img {
  filter: invert(29%) sepia(18%) saturate(3063%) hue-rotate(12deg)
    brightness(106%) contrast(111%);
}

ul.social-icon-box {
  display: flex;
  gap: 13px;
  list-style: none;
}

.footer-mdl-left > .img-wrap {
  margin-bottom: 20px;
}

ul.contact-details-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-info-wrap {
  position: relative;
  padding-left: 23px;
}

.footer-info-wrap > .img-wrap {
  position: absolute;
  left: 0;
  top: 3px;
}

.footer-info-wrap > .img-wrap > img {
  object-fit: contain;
}

.footer-btm::before {
  content: "";
  position: absolute;
  top: 0px;
  height: 13px;
  width: 100%;
  left: 0;
  background-size: contain;
}

.footer-bg {
  background-color: #131519;
  position: relative;
}

footer .features-section {
  background: #0e1013;
  position: relative;
}

footer .features-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: calc(100% - 28%);
  border-bottom: 2px solid rgba(137, 187, 42, 0.2);
}

footer .features-section:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  width: calc(28% - 100px);
  border-bottom: 2px solid rgba(137, 187, 42, 0.2);
}

footer::after {
  content: "";
  position: absolute;
  height: 13px;
  width: 19px;
  top: -5.5px;
  left: calc(100% - 28%);
  background: transparent url("../images/btn-ark.svg") no-repeat center;
  background-size: contain;
  filter: invert(22%) sepia(18%) saturate(1459%) hue-rotate(39deg)
    brightness(99%) contrast(95%);
  z-index: 5;
}
.footer-btn .btnlist > a {
  min-width: 214px !important;
  width: 214px;
  padding-left: 0;
  padding-right: 0;
  padding: 16px 0;
}
.footer-btn .btnlist > a[class*="btn-"].btn-border-white.p-call::after {
  background: transparent url(../images/btn-border-ft.svg) no-repeat center;
  background-size: contain;
}
.footer-btn .btnlist > a[class*="btn-"].btn-border-white.p-call::before {
  right: 61px;
}

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

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

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

.ark-heading {
  padding-bottom: 34px;
  position: relative;
}

.ark-heading::after {
  content: "";
  position: absolute;
  height: 13px;
  width: 100%;
  max-width: 91px;
  left: 0;
  bottom: 0px;
  background: transparent url("../images/design-elmnt.svg") repeat-x left;
  background-size: contain;
}

.bg-dark {
  background-color: #f8f8f8;
}

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

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

.divider {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

select.form-control > option {
  color: #393939;
}
/* conact form start */

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

/* ----------------cta-sec-------------------------- */

section.cta-sec {
  margin-bottom: 50px;
  position: relative;
}

section.cta-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #f8f8f8;
  z-index: -1;
}

.cta-sec .half-section {
  padding: 40px 50px;
  background: #f1ca00;
  align-items: center;
}

.cta-sec .half-section .left-side {
  width: calc(100% - 355px);
  max-width: 645px;
}

.cta-sec .half-section .right-side {
  width: 355px;
}

.cta-sec .half-section .right-side .btnlist {
  flex-wrap: nowrap;
}

.cta-sec .half-section .right-side .btnlist > a {
  flex: 1;
  padding-left: 0px;
  padding-right: 0px;
}

.cta-sec
  .half-section
  .right-side
  .btnlist
  > a[class*="btn-"].btn-border-dark:hover,
.cta-sec .half-section .right-side .btnlist > a.btn-white:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.cta-sec
  .half-section
  .right-side
  .btnlist
  > a[class*="btn-"].btn-border-dark:hover
  > img {
  filter: brightness(1.2) invert(1);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.cta-sec .half-section .heading-44 {
  margin-bottom: 0;
}

.cta-sec .half-section p {
  color: #000000;
}

/* ----------------cta-sec-------------------------- */

/* ----------------features-section-------------------------- */

.features-section {
  padding: 30px 0 0px;
  margin-bottom: 80px;
}

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

.features-list {
  margin-bottom: 35px;
}

.features-section > .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.feature-box {
  max-width: 135px;
  text-align: center;
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
}

.feature-box > .img-wrap {
  margin-bottom: 12px;
}

.features-list .slick-slide:not(:last-child) {
  line-height: 0.8;
  border-right: 1px solid rgba(255, 255, 255, 0.03);
}

.features-list .slick-slide > div {
  text-align: center;
}

.feature-tit {
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}

/* ----------------features-section-------------------------- */

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

/* 
.homepg .img-content-sec {
  background: #0e1013;
} */

.img-content-sec .half-section .left-side > .img-wrap > img {
  border-radius: 10px;
  overflow: hidden;
}

.img-content-sec > .breadcum-box {
  margin-bottom: 100px;
}

.img-content-sec .half-section .left-side {
  width: 650px;
  margin-bottom: 100px;
}

.img-content-sec .half-section .right-side {
  width: calc(100% - 650px);
  margin-bottom: 100px;
  max-width: 650px;
}

.img-content-sec.intro-section {
  position: relative;
}

section.img-content-sec.intro-section::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent url(../images/section-bg-ark.png) no-repeat center;
  z-index: -1;
  opacity: 0.05;
}

.img-content-sec.intro-section .half-section .left-side {
  margin-bottom: 105px;
  width: 813px;
}

.img-content-sec.intro-section .half-section .right-side {
  margin-bottom: 105px;
  width: calc(100% - 813px);
  max-width: 510px;
}

a.btn-transperent {
  flex-direction: column;
  padding: 5px 7px 5px 0px;
  max-height: 46px;
  overflow-x: clip;
  overflow-y: visible;
  border-color: transparent;
}

.btntext {
  font-size: 14px;
  line-height: 0.8;
  font-weight: normal;
  color: #fff;
  margin-bottom: 10px;
}

a.btn-transperent > img {
  position: absolute;
  left: 0;
  bottom: -2px;
}

.btnnumber {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 600;
  padding-left: 33px;
}

a.btn-transperent:hover .btntext,
a.btn-transperent:hover .btnnumber {
  color: var(--themecolor);
}

.badge_lists {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.img-content-sec.dark-bg {
  padding-top: 100px;
  background-color: #0e1013;
}
.proddtl_content + .moreless {
  margin-top: 20px;
}
/* ----------------img-content-sec-------------------------- */

/* ----------------our-services-------------------------- */

.our-services {
  background-color: #0e1013;
  padding-top: 90px;
  text-align: center;
  margin-bottom: 100px;
}

.our-services > .container > img {
  margin: 0 auto 10px;
}

.our-services > .container > p {
  max-width: 945px;
  margin: 0 auto 50px;
}

.service-list {
  display: flex;
  max-width: 1168px;
  margin: 0 auto 70px;
  justify-content: space-between;
}

.service-list > li {
  padding-left: 0;
  margin-bottom: 0;
}

.service-list > li::before {
  display: none;
}

.service-box {
  position: relative;
  max-width: 281px;
}

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

.service-box .img-wrap::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent url(../images/overlay-clip.png) no-repeat center;
  opacity: 0;
  transform: scaleY(-1);
  z-index: 1;
  background-size: contain;
}

.service-box:hover .img-wrap::after {
  opacity: 0.73;
  transform: scaleY(1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.service-box:hover .float-icon-wrap {
  height: 78px;
  width: 78px;
  padding: 3px;
  bottom: calc(50% - 39px);
  border-radius: 0;
  background: transparent;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  z-index: 2;
}

.service-box:hover .float-icon-wrap > img {
  width: 100%;
}

.float-icon-wrap {
  position: absolute;
  position: absolute;
  content: "";
  height: 71px;
  width: 71px;
  border-radius: 100%;
  bottom: -25px;
  left: calc(50% - 35.5px);
  background-color: #89bb2a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.service-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  line-height: 1;
}

/* ----------------our-services-------------------------- */

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

.cta {
  margin-bottom: 100px;
  position: relative;
}
.cta::after {
  content: "";
  position: absolute;
  height: 13px;
  width: 19px;
  bottom: -5.5px;
  right: calc(140px + 70px);
  background: transparent url(../images/btn-ark.svg) no-repeat center;
  background-size: contain;
}
.cta::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 80px;
  bottom: 0;
  right: 140px;
  background: #171a1e;
}
.cta-lines {
  font-size: 26px;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 1.2;
  color: #ffffff;
}

.cta-lines > a {
  display: inline-flex;
  color: var(--themecolor);
}

.cta .half-section {
  padding: 20px 50px 20px 38px;
  border-radius: 4px;
  background: #171a1e;
  align-items: center;
  border: 2px solid #fff;
}

.cta .half-section .left-side {
  width: calc(100% - 433px);
  max-width: 655px;
  display: inline-flex;
  align-items: center;
  gap: 25px;
  text-align: left;
  margin-bottom: 0 !important;
}

.cta .half-section .left-side > .img-wrap {
  min-width: 84px;
}

.cta .half-section .right-side {
  width: 433px;
  padding-left: 20px;
  margin-bottom: 0 !important;
}

.cta .half-section .right-side .btnlist > a {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

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

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

.our-process {
  text-align: center;
  margin-bottom: 100px;
  max-width: 100%;
  overflow: hidden;
}

.our-process .container > img {
  margin: 0 auto 8px;
}

.our-process .container > p {
  margin-bottom: 60px;
}

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

ul.our-process-slider {
  width: calc(100%);
  margin: 0 0px;
}

ul.our-process-slider:not(.slick-initialized) {
  display: flex;
}

ul.our-process-slider:not(.slick-initialized) > li {
  flex: 1;
}

ul.our-process-slider:not(.slick-initialized)
  > li:last-child
  .process-box:after,
ul.our-process-slider:not(.slick-initialized)
  > li:last-child
  .process-box::before,
ul.our-process-slider .slick-slide:last-child .process-box:after,
ul.our-process-slider .slick-slide:last-child .process-box::before {
  display: none;
}

ul.our-process-slider li {
  line-height: 0.8;
  padding-left: 0;
  margin-bottom: 0;
}

ul.our-process-slider li::before {
  display: none;
}

.process-box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0 0px;
  width: 100%;
}

.process-box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.04);
}

.process-box::before {
  position: absolute;
  border: 2px solid #26272b;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 28px;
  width: 28px;
  content: "";
  right: -14px;
  top: calc(50% - 14px);
  padding-left: 1px;
  background: #131519 url(../images/arrow-rgt.svg) no-repeat center;
  border-radius: 100%;
}

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

.process-box p {
  font-weight: 300;
  line-height: 1.6;
  color: #b8babe;
  max-width: 176px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 74px;
  padding-bottom: 0 !important;
}

.process-title {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.process-count {
  font-size: 43px;
  letter-spacing: 0.56px;
  font-weight: bold;
  background: #808080;
  background: linear-gradient(to top, #80808000 0%, #89bb2a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.25;
}

.img-content-sec + .our-process {
  background-color: #0e1013;
  padding: 90px 0 100px;
}

.our-process:has(+ .img-content-sec.dark-bg) {
  margin-bottom: 0;
  position: relative;
}

.our-process:has(+ .img-content-sec.dark-bg)::after {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  max-width: 1400px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

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

/* ----------------testimonials start-------------------------- */

.testimonials-sec {
  background-color: #131519;
  padding-bottom: 90px;
  position: relative;
}
.testimonials-sec::after {
  /* content: ""; */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent url(../images/section-bg-ark.png) no-repeat center;
  z-index: 0;
  opacity: 0.05;
}

.testimonials-sec .heading-40 {
  text-align: center;
  margin-bottom: 40px;
}

.testimonial-slider {
  margin: 0 -24px;
  margin-bottom: 40px;
}

.hesti-head img {
  margin: auto;
  margin-bottom: 15px;
}

.customers-reivew {
  padding: 30px 40px;
  display: inline-block;
  position: relative;
  border: solid 2px #5a5c5e;
}

.testimonial-slider li {
  padding: 0 24px;
  position: relative;
  margin-bottom: 15px;
}

.customers-reivew > img {
  margin-bottom: 20px;
}

.auther {
  color: #89bb2a;
  display: flex;
  justify-content: space-between;
}

.testimonial-slider li::before {
  opacity: 0.3;
  content: "";
  position: absolute;
  height: 13px;
  width: 19px;
  bottom: -5px;
  right: 69px;
  background: transparent url(../images/btn-ark.svg) no-repeat center;
  height: 13px;
  z-index: 1;
}

.testimonial-slider li::after {
  position: absolute;
  content: "";
  width: 38px;
  height: 13px;
  background: #131519;
  bottom: -4px;
  right: 50px;
  z-index: 0;
}
.auther > span + span > img {
  min-width: 60px;
}
/* 
.testimonial-slider li::after {
    content: "";
    position: absolute;
    height: 302px;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent url(../images/testi-border.png) no-repeat center;
} */

.testimonials-sec .google-review {
  padding-top: unset;
  justify-content: left;
  display: inline-flex;
}

.testimonials-sec .google-review::after {
  display: none;
}

.testimonials-sec .slick-arrow .slick-next {
  right: 21px !important;
  top: 119% !important;
  bottom: 0 !important;
}

.testimonials-sec .slick-arrow .slick-prev {
  right: 77px;
  top: 119%;
  bottom: -98px !important;
  left: unset;
}

.testimonials-sec .slick-arrow .slick-prev,
.testimonials-sec .slick-arrow .slick-next {
  background-color: transparent;
  border-color: #ffffff;
}

.testimonials-sec .slick-arrow .slick-prev::before,
.testimonials-sec .slick-arrow .slick-next::before {
  background-color: transparent;
  color: white;
}

.google-review {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  gap: 10px;
  margin-bottom: 10px;
  padding-top: 50px;
  position: relative;
}

.google-review::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 14px);
  width: 28px;
  height: 35px;
  background: transparent url(../images/review-quote.svg) no-repeat center;
  background-size: contain;
}

.rate {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
}

/* ----------------testimonials end-------------------------- */

/* ----------------Why Choose sec-------------------------- */

.why-choose-sec .half-section .left-side {
  width: calc(100% - 776px);
  max-width: 473px;
  margin-bottom: 100px;
}

.why-choose-sec .half-section .right-side {
  width: 776px;
  max-width: 776px;
  margin-bottom: 100px;
}

.electrical-service-list {
  display: flex;
  gap: 58px 54px;
  flex-wrap: wrap;
}

.electrical-service-box {
  width: calc(50% - 27px);
  display: inline-flex;
}

.electrical-service-box > .img-wrap {
  min-width: 86px;
  width: 86px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 24px;
}

.service-box-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.36px;
  margin-bottom: 10px;
  color: #ffffff;
}

.electrical-service-box p {
  font-weight: 300;
  line-height: 1.5;
  color: #b8babe;
}

.why-choose-sec.inner-sec {
  padding: 125px 0 105px;
  background-color: #0e1013;
  margin-bottom: 100px;
  position: relative;
}

.why-choose-sec.inner-sec .half-section {
  flex-wrap: wrap;
}

.why-choose-sec.inner-sec .half-section .left-side {
  width: 51%;
  margin-bottom: 60px;
  max-width: none;
}

.why-choose-sec.inner-sec .half-section .right-side {
  width: 49%;
  max-width: 593px;
  margin-bottom: 60px;
}

.why-choose-sec.inner-sec .electrical-service-box {
  width: calc(33.33% - 36px);
  max-width: 361px;
}

.why-choose-sec.inner-sec .electrical-service-list {
  justify-content: space-between;
  margin-bottom: 70px;
}

.why-choose-sec.inner-sec .btnlist {
  justify-content: center;
}
.why-choose-sec.inner-sec::after {
  content: "";
  height: 48px;
  width: 42px;
  background: transparent url("../images/theme-box-ark.png") no-repeat center;
  background-size: contain;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
/* ----------------Why Choose sec-------------------------- */

/* ----------------request-quote-cta-------------------------- */

.request-quote-cta {
  padding: 85px 0;
  text-align: center;
  position: relative;
  margin-bottom: 90px;
}

.request-quote-cta > .container::after,
.request-quote-cta > .container::before {
  content: "";
  position: absolute;
  left: calc(50% - 70px);
  bottom: -13px;
  background: transparent url(../images/ark-title.svg) no-repeat center;
  background-size: auto;
  width: 32px;
  height: 34px;
  width: 16px;
  height: 26px;
  transform: rotate(51deg);
  display: inline-block;
  z-index: 1;
}

.request-quote-cta > .container::before {
  right: calc(50% - 71px);
  left: unset;
  transform: scaley(-1) rotate(51deg);
}

.request-quote-cta::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #578500;
  opacity: 0.8;
  z-index: 0;
}

.request-quote-wrap {
  position: relative;
  z-index: 1;
  padding: 75px 0 53px;
  border: 2px solid #fff;
  border-radius: 4px;
  border-bottom: 0;
}

.request-quote-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  width: calc(50% - 70px);
  left: 0;
  border: 1px solid #fff;
}

.request-quote-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  width: calc(50% - 70px);
  right: 0;
  border: 1px solid #fff;
}

.request-quote-wrap > * {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.request-quote-wrap .btnlist {
  justify-content: center;
}

.request-quote-wrap > p {
  margin-bottom: 30px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.32px;
}

/* ----------------request-quote-cta-------------------------- */

/* ----------------service-areas-------------------------- */

.img-content-sec.service-areas {
  background-color: #0e1013;
  padding-top: 100px;
  margin-bottom: 100px;
}

.img-content-sec.service-areas .half-section .left-side {
  max-width: 600px;
  margin-bottom: 100px;
  line-height: 0.8;
  width: calc(100% - 800px);
}

.img-content-sec.service-areas .half-section .right-side {
  width: 800px;
  max-width: 800px;
}

.img-content-sec.service-areas .half-section .right-side {
  line-height: 0.8;
}

/* ----------------service-areas-------------------------- */

/* ----------------instagram-------------------------- */

.insta-sec {
  background-color: #131519;
  padding: 0px 0 80px;
}

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

.insta-head .heading-30 {
  margin-bottom: 0;
}

.insta-wrap .btn-border-white {
  padding: 10px 15px;
}

.insta-wrap .btn-border-white img {
  margin-right: 5px;
}
.insta-body #sb_instagram.sbi_col_5 #sbi_images {
  gap: 20px !important;
}
.insta-body a.sbi_photo {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.insta-body a.sbi_photo::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent url(../images/insta-white.svg) no-repeat center center;
  z-index: 1;
  top: 0;
  left: 0;
}
/* ----------------instagram-------------------------- */

/* ----------------FAQS-------------------------- */

.faq-sec {
  margin-bottom: 90px;
}

.faq-left .heading-40 {
  margin-bottom: 20px;
}

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

.faq-left {
  width: 687px;
}

.faq-right {
  width: calc(100% - 687px);
  padding-left: 120px;
}

.faq-sec .getaquoteimgbox::before {
  top: 24px;
  z-index: 0;
  left: 135px;
}

/* ----------------FAQS-------------------------- */

/* ----------------projects-slider-sec-------------------------- */

.projects-slider-sec {
  padding: 80px 0 100px;
  background-color: #0e1013;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}

.projects-slider-sec .container {
  max-width: 1582px;
}

.projects-slider-sec > .container > img {
  margin: 0 auto 10px;
}

.projects-slider-sec > .container > p {
  max-width: 945px;
  margin: 0 auto 50px;
}

.projects-slider {
  width: calc(100% + 50px);
  margin: 0 -25px;
}

.projects-slider li {
  padding: 0 25px;
  line-height: 0.8;
}

.projects-slider .slick-slide {
  line-height: 0.8;
}

.projects-slider:not(.slick-initialized) {
  display: flex;
  /* gap: 50px; */
}

.projects-slider:not(.slick-initialized) > li {
  flex: 1;
  margin-bottom: 0;
}

.projects-slider:not(.slick-initialized) > li::before {
  display: none;
}

.projects-slider:not(.slick-initialized) > li:not(:nth-child(-n + 3)) {
  display: none;
}

.project-box {
  padding-top: 57px;
}

.project-box > .img-wrap > img {
  max-width: 460px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.project-box > .img-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.project-box > .img-wrap::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  background-color: #042e33;
  opacity: 0.3;
}

.projects-slider .slick-list {
  /* visibility: visible; */
  overflow: visible;
}

.projects-slider
  .slick-slide.slick-current.slick-active
  + .slick-slide.slick-active
  .project-box
  > .img-wrap
  > img {
  /* transform: scale(1.25); */
  max-width: unset;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  animation: moveLeftRight 0.5s ease-in-out;
}

.projects-slider
  .slick-slide.slick-current.slick-active
  + .slick-slide.slick-active
  .project-box
  > .img-wrap::after {
  display: none;
}

.projects-slider
  .slick-slide.slick-current.slick-active
  + .slick-slide.slick-active
  .project-box {
  padding-top: 0;
}

.projects-slider.slick-arrow .slick-prev,
.projects-slider.slick-arrow .slick-next {
  width: 26px;
  height: 26px;
}

.projects-slider.slick-arrow button.slick-arrow::before {
  font-size: 9px;
}

.projects-slider.slick-arrow button.slick-arrow::after {
  content: "";
  position: absolute;
  height: calc(100% + 30px);
  width: calc(100% + 30px);
  top: -15px;
  left: -15px;
  background-color: #ffffff;
  opacity: 0.33;
  border-radius: 100%;
}

.projects-slider.slick-arrow .slick-prev {
  left: 250px;
}

.projects-slider.slick-arrow .slick-next {
  right: 250px;
}

@keyframes moveLeftRight {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

/* ----------------projects-slider-sec-------------------------- */

/* ----------------Get a quote start-------------------------- */

.getaquote-sec {
  padding-bottom: 90px;
  max-width: 100%;
  overflow: hidden;
}

.getaquote-wrap .form-group input.btnsubmit {
  max-width: 104px;
  color: white;
}

.getaquote-left .heading-40 {
  margin-bottom: 30px;
}

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

.getaquote-left {
  width: 687px;
}

.getaquote-right {
  width: calc(100% - 687px);
  padding-left: 120px;
}

.getaquoteimgbox {
  display: flex;
  justify-content: space-between;
  position: relative;
  column-gap: 30px;
}

.getaquoteimgbox::before {
  content: "";
  position: absolute;
  top: 24px;
  left: -65px;
  width: 156px;
  height: 156px;
  background-image: url(../images/experience-badge.png);
  z-index: 0;
  background-repeat: no-repeat;
}

.getaquoteimgbox::after {
  content: "";
  position: absolute;
  right: -98px;
  bottom: -73px;
  width: 267px;
  height: 348px;
  background-image: url(../images/spark-green.png);
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(120deg);
  z-index: -1;
}

.img1 {
  margin-top: 137px;
}

.img2 img {
  border-radius: 10px;
}

.img1 img {
  border-radius: 10px;
}

/* ----------------Get a quote end----------------*/

/* --------------- brand sec-------------------------*/

/* .brands-sec {
  background-color: #0e1013;
  margin-bottom: 94px;
} */

.brands-sec {
  margin-bottom: 100px;
  max-width: 100%;
  overflow: hidden;
}

.brands-slider {
  margin: 0 -13px;
}

.brands-slider li {
  padding: 0 13px;
}

.brands-slider li::before {
  display: none;
}

.brandiname {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px rgba(255, 255, 255, 0.1);
  opacity: 1;
  padding: 27px 30px;
  cursor: default;
}

.brands-sec .brands-wrap .heading-26 {
  text-align: center;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.brands-slider .slick-next {
  right: -50px;
}

.brands-slider .slick-prev {
  left: -50px;
}

/* ----------------about-benifit-sec-------------------------- */

.about-benifit {
  position: relative;
  padding: 105px 0 100px;
  margin-bottom: 100px;
}

.about-benifit::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #08090c;
  opacity: 0.96;
}
.about-benifit .half-section::before {
  content: "";
  position: absolute;
  height: calc(100% - 100px);
  width: 0%;
  top: 50px;
  left: 50%;
  /* right: 0; */
  /* background-color: #08090c;
  opacity: 0.96; */
  border-left: 1px solid rgba(112, 112, 112, 0.2);
}

.about-benifit .half-section {
  padding: 50px 45px 0;
  border: 1px solid rgba(51, 51, 51, 0.81);
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.about-benifit .half-section .left-side {
  max-width: 584px;
  margin-bottom: 50px;
}

.about-benifit .half-section .right-side {
  max-width: 584px;
  margin-bottom: 50px;
}

.about-benifit .half-section .left-side > img,
.about-benifit .half-section .right-side > img {
  margin-bottom: 15px;
}

/* ----------------about-benifit-sec-------------------------- */

/* ----------------inner-sec-wrap-------------------------- */

.inner-sec-wrap {
  margin-top: -82.5px;
  margin-bottom: 40px;
}

.inner-sec-wrap .features-section > .container {
  border-bottom: 0;
}

.inner-sec-wrap .features-section {
  padding-top: 0;
}

.inner-sec-wrap .features-section .features-list {
  padding-top: 30px;
  margin-bottom: 0;
  padding-bottom: 35px;
  background-color: #0e1013;
}

.inner-sec-wrap + .img-content-sec {
  padding-top: 40px;
  position: relative;
  max-width: 100%;
  overflow-y: visible;
  overflow-x: clip;
}

.inner-sec-wrap + .img-content-sec::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent url(../images/section-bg-ark.png) no-repeat center;
  z-index: -1;
  opacity: 0.05;
  background-size: 100%;
  background-position: bottom;
}

/* ----------------inner-sec-wrap-------------------------- */

/* ----------------areas-page-------------------------- */

.areas-page .breadcum-box + .img-content-sec {
  padding-top: 100px;
  position: relative;
}

.areas-page .breadcum-box + .img-content-sec:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent url(../images/section-bg-ark.png) no-repeat center;
  z-index: -1;
  opacity: 0.05;
  background-size: contain;
  background-position: bottom;
}

/* ----------------areas-page-------------------------- */

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

.img-content-sec.service-list-sec {
  padding-top: 90px;
}

.img-content-sec.service-list-sec .half-section .left-side {
  max-width: 650px;
}

.img-content-sec.service-list-sec .half-section .left-side {
  max-width: 656px;
}

.service-list-box > .img-wrap {
  min-width: 336px;
}

.service-list-box {
  display: inline-flex;
  align-items: center;
  gap: 75px;
  position: relative;
}

.service-list-box:not(:last-child):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: -50px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}

.service-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.service-list-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 16px;
}

main ul.dlist > li {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  color: #b8babe;
}

.service-list-inner > li > a {
  display: inline-block;
}
.service-list-inner > li > a:hover {
  color: var(--themecolor);
}

main ul.dlist > li:before {
  background: transparent url(../images/ark-title.svg) no-repeat center;
  background-size: cover;
  width: 17px;
  height: 25px;
  transform: rotate(45deg);
  filter: invert(34%) sepia(21%) saturate(1325%) hue-rotate(39deg)
    brightness(91%) contrast(93%);
  top: -2px;
}

.heading-40 + .dlist.col-2 {
  padding-top: 10px;
}

.col-2 {
  column-count: 2;
}

.img-content-sec.dark-bg {
  margin-bottom: 100px;
}

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

/* ---------------area-details-------------------------- */

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

.area-details {
  display: flex;
  gap: 90px;
  padding-top: 60px;
  border-top: 1px solid #484848;
}

.area-details-box {
  display: inline-flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 90px;
}

.area-details-box > img {
  margin-bottom: 10px;
}

.details-box-titl {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #ffffff;
}

/* ---------------area-details-------------------------- */

/* commmon fair-pricing start  */

.fair-pricing-sec {
  position: relative;
  padding: 20px 0;
  margin-bottom: 100px;
}

.fair-pricing-sec::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #578500;
  opacity: 0.8;
  z-index: -1;
}

.fair-pricing-wrap {
  display: flex;
  flex-wrap: wrap;
}

.fair-pricing-left {
  width: 744px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.fair-pricing-left p {
  color: white;
  margin-bottom: 30px;
  line-height: 1.4;
  padding-right: 74px;
}

.fair-pricing-right {
  width: calc(100% - 744px);
}

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

/* commmon fair-pricing end  */
.wpcf7-form .form-box > .row > .form-group {
  display: block;
  width: 100%;
  clear: both;
  position: relative;
}
/* get_a_qoute */
.popupformttl,
#suburb-missing-popup .heading-40 {
  font-family: "Archivo";
  color: var(--themecolor);
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
  letter-spacing: 0px;
  line-height: 1.2;
  text-align: center;
}
#get_in_touch,
#get_a_qoute,
#suburb-missing-popup {
  max-width: 900px;
}
#suburb-missing-popup.fancybox-content {
  padding: 44px 44px 24px;
}
#get_in_touch input[type="text"],
#get_in_touch input[type="submit"],
#get_in_touch input[type="email"],
#get_in_touch textarea,
#get_in_touch .form-control,
#get_a_qoute input[type="text"],
#get_a_qoute input[type="submit"],
#get_a_qoute input[type="email"],
#get_a_qoute textarea,
#get_a_qoute .form-control,
#suburb-missing-popup input[type="text"],
#suburb-missing-popup input[type="submit"],
#suburb-missing-popup input[type="email"],
#suburb-missing-popup textarea,
#suburb-missing-popup .form-control {
  border: 1px solid #89bb2a78;
  color: #000 !important;
}
#suburb-missing-popup input[type="submit"],
#get_a_qoute input[type="submit"],
#get_in_touch input[type="submit"] {
  color: #fff !important;
  text-shadow: none;
}
#suburb-missing-popup select,
#get_a_qoute select,
#get_in_touch select {
  background: url(../../assets/images/white-caret-tm.svg) no-repeat top 22px
    right 15px #fff;
}

#get_a_qoute .wpcf7-form > .row + .form-group,
#get_in_touch .wpcf7-form > .row + .form-group,
#suburb-missing-popup .wpcf7-form > .row + .form-group {
  margin-bottom: 0px;
  display: block;
  width: 100%;
  clear: both;
  position: relative;
}

#get_a_qoute .wpcf7-form .form-group > label,
#get_in_touch .wpcf7-form .form-group > label,
#suburb-missing-popup .wpcf7-form .form-group > label {
  font-weight: normal;
  font-family: "Archivo";
  display: block;
  margin-bottom: 7px;
  color: #fff;
  color: #636363;
}
p.form-bottom-text {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
#suburb-missing-popup input[type="submit"].btnsubmit {
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
/* get_a_qoute */

/* ul.testimonialpg_sec */
ul.testimonialpg_sec.testimonial_list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  row-gap: 40px;
  width: calc(100% + 40px);
  margin: 0 -20px 60px;
}
ul.testimonialpg_sec.testimonial_list > li {
  width: 33.33%;
  padding-left: 0;
  margin: 0;
  padding: 0 20px;
}
ul.testimonialpg_sec.testimonial_list > li::before {
  display: none;
}
ul.testimonialpg_sec.testimonial_list > li > .customers-reivew {
  height: 100%;
  width: 100%;
}
.btn-theme.load-more.loadmore {
  text-align: center;
  margin: auto;
  display: block;
  max-width: 145px;
  cursor: pointer;
}
ul.testimonialpg_sec.testimonial_list + .btn-theme.load-more.loadmore {
  margin-bottom: 60px;
}
/* ul.testimonialpg_sec */

/* ---.gallery-sec----- */
.ourwork-wrap .wonderplugin-gridgallery-list .wonderplugin-gridgallery-item a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.ourwork-wrap
  .wonderplugin-gridgallery-list
  .wonderplugin-gridgallery-item
  a::before {
  transform: translateY(100%);
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #a1c55b;
  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;
  opacity: 0;
}
.ourwork-wrap
  .wonderplugin-gridgallery-list
  .wonderplugin-gridgallery-item
  a::after {
  transform: none;
  content: "";
  position: absolute;
  left: unset !important;
  width: 75px !important;
  height: 75px !important;
  z-index: 1;
  background: #ffffff00 url(../images/zoom.svg) no-repeat center;
  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;
  /* border-radius: 100%; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-size: auto;
  opacity: 0;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
  top: 0;
  bottom: 0;
}
.ourwork-wrap
  .wonderplugin-gridgallery-list
  .wonderplugin-gridgallery-item
  a:hover::before {
  transform: translateY(0px);
  opacity: 0.81;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.ourwork-wrap
  .wonderplugin-gridgallery-list
  .wonderplugin-gridgallery-item
  a:hover::after {
  width: 100%;
  opacity: 1;
  transition: 1s;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
}

.gallry-grid-wrapper
  #wonderplugingridgallery-1
  .wonderplugin-gridgallery-loadmore-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  position: relative;
  z-index: 0;
  padding: 13px 31px;
  border: 1px solid var(--white);
  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;
  overflow: hidden;
  font-family: "Archivo";
  text-shadow: none;
  background: var(--themecolor);
  color: #fff;
  border-color: var(--themecolor);
}
.ourwork-wrap {
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* ---.gallery-sec----- */

.whychoose_bottomcontent {
  font-family: "Archivo";
  font-weight: 500;
  letter-spacing: 0.32px;
  font-size: 18px;
  line-height: 1.6;
  color: #b8babe;
  margin-bottom: 56px;
}

.whychoose_bottomcontent > a:hover {
  color: var(--themecolor);
  display: inline-block;
}

/* -----------------thankserror-page------------------- */
.thankserror-page .comon-content-sec > .flex-container {
  align-items: center;
  justify-content: center;
}
.comon-content-sec.mrgb90 {
  margin: 100px 0;
}
.thank_you_content {
  font-family: "Archivo";
  font-weight: 300;
  letter-spacing: 0.32px;
  font-size: 16px;
  line-height: 1.6;
  color: #b8babe;
}
.thank_you_content > img {
  margin-bottom: 20px;
}
/* -----------------thankserror-page------------------- */

.inner_banner_info > .btnlist {
  flex-wrap: wrap;
}
.inner_banner_info > .btnlist > a {
  max-width: 190px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 190px;
  min-width: unset !important;
}
/* *************** || 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%;
  }
  ul.projects-slider.slick-arrow.slick-initialized.slick-slider {
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
  }
}

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

@media (max-width: 1599.98px) {
  /* common-spacing start*/
  .img-content-sec .half-section .left-side,
  .img-content-sec .half-section .right-side,
  .img-content-sec.intro-section .half-section .left-side,
  .img-content-sec.intro-section .half-section .right-side,
  .why-choose-sec .half-section .left-side,
  .why-choose-sec .half-section .right-side,
  .our-services,
  .cta,
  .request-quote-cta,
  .img-content-sec.service-areas,
  .our-process,
  .img-content-sec.service-areas .half-section .left-side,
  .img-content-sec.service-areas .half-section .right-side,
  .img-content-sec.dark-bg,
  .brands-sec,
  .projects-slider-sec,
  .img-content-sec > .breadcum-box,
  .comon-content-sec.mrgb90 {
    margin-bottom: 80px;
  }
  .request-quote-cta,
  .projects-slider-sec {
    padding: 80px 0;
  }
  .our-services,
  .img-content-sec.service-areas,
  .img-content-sec.dark-bg,
  .img-content-sec.service-list-sec {
    padding-top: 80px;
  }
  .testimonials-sec,
  .getaquote-sec,
  .ourwork-wrap {
    padding-bottom: 80px;
  }
  /* common-spacing end*/
  .getaquote-right {
    padding-left: 100px;
    width: calc(100% - 630px);
  }
  .getaquote-left {
    width: 630px;
  }
  .getaquoteimgbox::after {
    background-size: 90%;
    background-repeat: no-repeat;
  }
  .getaquote-sec {
    padding-bottom: 80px;
  }
  /* insta sec */
  .insta-sec {
    padding: 0px 0 80px;
  }
  /* footer */
  .footer-mdl-left {
    padding-right: 50px;
    width: 300px;
  }
  .ft-get-in-touch {
    padding-left: 40px;
    max-width: 370px;
  }
  .ft-col-2 {
    padding-right: 40px;
    padding-left: 70px;
    min-width: 238px;
  }
  .ft-col-3 .ft-links {
    display: flex;
    justify-content: center;
  }
  .ft-title {
    margin-bottom: 20px;
  }
  /* project-box */
  .project-box {
    padding-top: 1.5vw;
  }
  .project-box > .img-wrap > img {
    max-width: 28.6vw;
  }
  .projects-slider
    .slick-slide.slick-current.slick-active
    + .slick-slide.slick-active
    .project-box
    > .img-wrap
    > img {
    max-width: 31.6vw;
  }
  .brands-slider .slick-prev {
    left: 0px;
  }
  .brands-slider .slick-next {
    right: 0;
  }
  /* project-box */
  .our-process .container > p {
    margin-bottom: 40px;
  }
  .why-choose-sec.inner-sec,
  .about-benifit {
    padding: 80px 0 80px;
    margin-bottom: 80px;
  }
  .areas-page .breadcum-box + .img-content-sec {
    padding-top: 80px;
    position: relative;
  }
  .fair-pricing-sec {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1439.98px) {
  /* common-spacing */
  .img-content-sec .half-section .left-side,
  .img-content-sec .half-section .right-side,
  .img-content-sec.intro-section .half-section .left-side,
  .img-content-sec.intro-section .half-section .right-side,
  .why-choose-sec .half-section .left-side,
  .why-choose-sec .half-section .right-side,
  .our-services,
  .cta,
  .request-quote-cta,
  .img-content-sec.service-areas,
  .our-process,
  .img-content-sec.service-areas .half-section .left-side,
  .img-content-sec.service-areas .half-section .right-side,
  .img-content-sec.dark-bg,
  .brands-sec,
  .img-content-sec .half-section .left-side,
  .img-content-sec .half-section .right-side,
  .features-section,
  .projects-slider-sec,
  .img-content-sec > .breadcum-box,
  .comon-content-sec.mrgb90 {
    margin-bottom: 60px;
  }
  .request-quote-cta,
  .projects-slider-sec {
    padding: 60px 0;
  }
  .our-services,
  .img-content-sec.service-areas,
  .img-content-sec.dark-bg,
  .img-content-sec.service-list-sec,
  .areas-page .breadcum-box + .img-content-sec {
    padding-top: 60px;
  }
  .img-content-sec .half-section .left-side,
  .img-content-sec .half-section .right-side,
  .img-content-sec.intro-section .half-section .left-side,
  .img-content-sec.intro-section .half-section .right-side,
  .img-content-sec.service-areas .half-section .left-side,
  .img-content-sec.service-areas .half-section .left-side {
    width: calc(50% - 20px);
  }
  .img-content-sec .half-section .left-side .badge_lists .img-wrap {
    max-width: 120px;
  }
  /* testimonials sec */
  .testimonials-sec,
  .ourwork-wrap {
    padding-bottom: 60px;
  }
  .testimonials-sec .heading-40 {
    margin-bottom: 30px;
  }
  .customers-reivew {
    padding: 20px 25px;
  }
  .customers-reivew img {
    margin-bottom: 10px;
  }
  .testimonial-slider li::after {
    background-size: contain;
  }
  .testimonial-slider {
    margin: 0 -20px;
    margin-bottom: 40px;
  }
  .testimonial-slider li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .getaquote-left {
    width: 575px;
  }
  .getaquote-right {
    padding-left: 80px;
    width: calc(100% - 575px);
  }
  .getaquoteimgbox::before {
    top: 36px;
    left: -43px;
    background-size: 70%;
  }
  .img1 {
    margin-top: 100px;
  }
  .getaquoteimgbox::after {
    display: none;
  }
  .getaquoteimgbox {
    column-gap: 15px;
  }
  .ft-get-in-touch {
    max-width: 340px;
    padding-right: 0;
  }
  .footer-mdl-left {
    padding-right: 20px;
    width: 260px;
  }
  .footer-mdl-right {
    width: calc(100% - 260px);
  }
  .ft-get-in-touch {
    width: 340px;
    padding-right: 0;
    min-width: 340px;
    padding-left: 20px;
  }
  .ft-col-1 {
    width: 180px;
    padding-right: 0;
    padding-left: 10px;
    min-width: unset;
    max-width: unset;
  }
  .ft-col-2 {
    padding-right: 0;
    padding-left: 10px;
    width: 180px;
    min-width: 180px;
  }
  .ft-col-3 {
    padding-right: 0;
    padding-left: 10px;
  }
  .our-services > .container > p {
    margin: 0 auto 30px;
  }
  .why-choose-sec .half-section .left-side {
    padding-right: 30px;
  }
  .request-quote-wrap {
    padding: 50px 0;
  }
  .projects-slider {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .projects-slider li {
    padding: 0 15px;
  }
  .project-box {
    padding-top: 1.35vw;
  }
  .projects-slider
    .slick-slide.slick-current.slick-active
    + .slick-slide.slick-active
    .project-box
    > .img-wrap
    > img {
    max-width: 33vw;
  }
  .insta-sec {
    padding: 0 0 60px;
  }
  .img-content-sec .half-section .left-side .badge_lists .img-wrap {
    max-width: 100px;
  }
  .why-choose-sec.inner-sec,
  .about-benifit {
    padding: 60px 0 60px;
    margin-bottom: 60px;
  }
  .why-choose-sec.inner-sec .electrical-service-list {
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .about-benifit .half-section {
    padding: 35px 35px 0;
  }
  .about-benifit .half-section .left-side,
  .about-benifit .half-section .right-side {
    width: calc(50% - 20px);
  }
  .service-list-box > .img-wrap {
    min-width: 50%;
    width: 50%;
  }
  .service-list-box {
    gap: 40px;
  }
  .inner-sec-wrap .features-section {
    margin-bottom: 0;
  }
  .inner-sec-wrap {
    margin-bottom: 20px;
  }
  .img-content-sec + .our-process {
    background-color: #0e1013;
    padding: 60px 0 60px;
  }
  .fair-pricing-left {
    width: 650px;
  }
  .fair-pricing-right {
    width: calc(100% - 650px);
  }
  .faq-sec {
    margin-bottom: 80px;
  }
  .faq-left {
    width: 650px;
  }
  .faq-right {
    width: calc(100% - 650px);
    padding-left: 80px;
  }
}

@media screen and (max-width: 1199.98px) {
  /* get a quote */
  .getaquote-left {
    width: 50%;
  }
  .getaquote-right {
    padding-left: 60px;
    width: calc(100% - 50%);
  }
  .getaquote-sec {
    padding-bottom: 60px;
  }
  .footer-mdl {
    flex-direction: column;
  }
  .footer-mdl-left {
    padding-right: 0;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  .footer-mdl-left > .img-wrap {
    margin-bottom: 0;
  }
  .ft-get-in-touch {
    width: 40%;
    padding-right: 10px;
    min-width: unset;
    padding-left: 0;
    max-width: unset;
  }
  .footer-mdl-right {
    width: 100%;
  }
  .ft-col-1 {
    width: unset;
    padding-right: 0;
    padding-left: 20px;
    min-width: unset;
    max-width: unset;
  }
  .ft-col-2 {
    padding-right: 0;
    padding-left: 20px;
    width: unset;
    min-width: unset;
  }
  .ft-col-3 {
    padding-right: 0;
    padding-left: 20px;
  }
  .showhide {
    width: 20%;
  }
  .cta .half-section {
    padding: 15px 20px;
  }
  .why-choose-sec .half-section .left-side {
    width: calc(35% - 20px);
    padding-right: 0;
  }
  .why-choose-sec .half-section .right-side {
    width: calc(65% - 20px);
  }
  .electrical-service-box > .img-wrap {
    min-width: 75px;
    width: 75px;
    height: 75px;
    margin-right: 13px;
  }
  .electrical-service-list {
    gap: 25px 25px;
  }
  .electrical-service-box {
    width: calc(50% - 12.5px);
  }
  .service-box-title {
    margin-bottom: 2px;
  }
  ul.our-process-slider {
    padding-right: 100px;
  }
  ul.our-process-slider .slick-list {
    overflow: visible;
  }
  .cta-lines {
    font-size: 23px;
  }
  .brands-slider li {
    padding: 0 5px;
  }
  .brands-slider {
    margin: 0 -5px;
  }
  .area-details-box {
    margin-bottom: 60px;
  }
  .footer-mdl {
    padding: 0 0 60px;
  }
  .customers-reivew {
    padding: 30px;
  }
  .fair-pricing-sec {
    margin-bottom: 60px;
  }
  .fair-pricing-sec {
    margin-bottom: 60px;
  }
  .faq-sec {
    margin-bottom: 60px;
  }
  .faq-left {
    width: 50%;
  }
  .faq-right {
    width: calc(100% - 50%);
    padding-left: 60px;
  }
}

@media screen and (max-width: 991.98px) {
  /* common-spacing */
  .img-content-sec .half-section .left-side,
  .img-content-sec .half-section .right-side,
  .img-content-sec.intro-section .half-section .left-side,
  .img-content-sec.intro-section .half-section .right-side,
  .why-choose-sec .half-section .left-side,
  .why-choose-sec .half-section .right-side,
  .our-services,
  .cta,
  .request-quote-cta,
  .img-content-sec.service-areas,
  .our-process,
  .img-content-sec.service-areas .half-section .left-side,
  .img-content-sec.service-areas .half-section .right-side,
  .img-content-sec.dark-bg,
  .brands-sec,
  .img-content-sec .half-section .left-side,
  .img-content-sec .half-section .right-side,
  .features-section,
  .projects-slider-sec,
  .img-content-sec > .breadcum-box,
  .comon-content-sec.mrgb90 {
    margin-bottom: 40px;
  }
  .img-content-sec + .our-process {
    background-color: #0e1013;
    padding: 40px 0 40px;
  }
  .request-quote-cta,
  .projects-slider-sec {
    padding: 40px 0;
  }
  .our-services,
  .img-content-sec.service-areas,
  .img-content-sec.dark-bg,
  .img-content-sec.service-list-sec,
  .areas-page .breadcum-box + .img-content-sec {
    padding-top: 40px;
  }
  .img-content-sec .half-section .left-side,
  .img-content-sec .half-section .right-side,
  .img-content-sec.intro-section .half-section .left-side,
  .img-content-sec.intro-section .half-section .right-side,
  .img-content-sec.service-areas .half-section .left-side,
  .img-content-sec.service-areas .half-section .left-side,
  .why-choose-sec .half-section .left-side,
  .why-choose-sec .half-section .right-side {
    width: calc(100%);
    max-width: 100%;
  }
  .img-content-sec.intro-section .half-section {
    flex-direction: column-reverse;
  }

  .ourwork-wrap {
    padding-bottom: 40px;
  }
  /* get a quote */
  .getaquote-wrap {
    flex-direction: column;
  }
  .getaquote-left {
    width: 100%;
  }
  .getaquote-right {
    padding-left: 0;
    width: 100%;
  }
  .getaquoteimgbox {
    column-gap: 15px;
    max-width: 700px;
    margin: 0 auto;
  }
  .getaquoteimgbox::after {
    display: none;
  }
  .getaquoteimgbox::before {
    display: none;
  }
  .img1 {
    margin-top: 0;
  }
  .getaquote-right {
    margin-top: 40px;
  }
  /* common-spacing */
  .img-content-sec .half-section,
  .testimonial-sec .half-section,
  .why-choose-sec .half-section {
    flex-wrap: wrap;
  }
  .img-content-sec .half-section .left-side,
  .img-content-sec .half-section .right-side {
    width: 100%;
    line-height: 0.8;
  }
  .footer-mdl-right {
    width: 100%;
    flex-wrap: wrap;
  }
  .ft-get-in-touch {
    width: 100%;
    padding-right: 0;
    border: none;
    margin-bottom: 40px;
  }
  .showhide {
    width: 33.33%;
  }
  .ft-col-1 {
    padding-left: 0;
  }
  .ft-col-3 .ft-links {
    justify-content: left;
  }
  .service-list > li {
    width: calc(33.33% - 10px);
  }
  .cta .half-section {
    flex-wrap: wrap;
    gap: 25px;
  }
  .cta .half-section .left-side,
  .cta .half-section .right-side {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .cta .half-section .right-side .btnlist > a {
    min-width: 200px;
    flex: none;
  }
  /* .project-box {
    padding-top: unset;
  }
  .project-box > .img-wrap > img {
    max-width: unset;
    transform-origin: center;
  }
  .projects-slider
    .slick-slide.slick-current.slick-active
    + .slick-slide.slick-active
    .project-box
    > .img-wrap
    > img {
    max-width: unset;
    transform-origin: center;
  }
  .project-box {
    padding-top: 21%;
  }

  .projects-slider {
    padding: 0 calc(12.4vw);
  }

  .projects-slider .slick-slide.slick-current.slick-active .project-box {
    padding-top: 0;
  }
  .projects-slider
    .slick-slide:not(.slick-current.slick-active)
    .project-box
    > .img-wrap
    > img {
    max-width: 46vw;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    animation: moveLeftRight 0.5s ease-in-out;
  }
  @keyframes moveLeftRight {
    0% {
      transform: none;
      transform: translateY(-30px) scale(1);
    }
    50% {
      transform: none;
      transform: translateY(30px) scale(1);
    }
    100% {
      transform: translateY(0px) scale(1);
    }
  } */
  .project-box > .img-wrap > img {
    max-width: 23.85vw;
  }
  .projects-slider
    .slick-slide.slick-current.slick-active
    + .slick-slide.slick-active
    .project-box
    > .img-wrap
    > img {
    max-width: 40vw;
  }
  .project-box {
    padding-top: 8.35vw;
  }
  .why-choose-sec.inner-sec,
  .about-benifit {
    padding: 40px 0 40px;
    margin-bottom: 40px;
  }
  .why-choose-sec.inner-sec .half-section .left-side,
  .why-choose-sec.inner-sec .half-section .right-side {
    width: 100%;
    margin-bottom: 40px;
    max-width: 100%;
  }
  .why-choose-sec.inner-sec .half-section .left-side {
    margin-bottom: 10px;
  }
  .why-choose-sec.inner-sec .electrical-service-box {
    width: calc(50% - 12.5px);
  }
  .about-benifit .half-section .left-side,
  .about-benifit .half-section .right-side {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .about-benifit .half-section {
    padding: 25px 25px 0;
    flex-wrap: wrap;
  }
  .service-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .service-list-box:not(:last-child):after {
    bottom: -30px;
  }
  .area-details-box {
    margin-bottom: 40px;
  }
  .footer-mdl {
    padding: 0 0 60px;
  }
  .fair-pricing-wrap {
    flex-direction: column;
  }
  .fair-pricing-left {
    width: 100%;
    justify-content: left;
    text-align: left;
    align-items: baseline;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .fair-pricing-right {
    width: 100%;
  }
  .fair-pricing-img {
    display: flex;
    justify-content: center;
  }
  .fair-pricing-sec {
    margin-bottom: 40px;
  }
  .fair-pricing-left p {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .faq-sec {
    margin-bottom: 40px;
  }
  .faq-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .faq-right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .faq-wrap {
    flex-direction: column;
  }
  .testimonials-sec {
    padding-bottom: 40px;
  }
  .about-benifit .half-section::before {
    display: none;
  }
  ul.testimonialpg_sec.testimonial_list {
    width: calc(100% + 20px);
    margin: 0 -10px 60px;
    row-gap: 20px;
  }
  ul.testimonialpg_sec.testimonial_list > li {
    padding: 0 10px;
    width: 50%;
  }
}

@media screen and (max-width: 767.98px) {
  .projects-slider:not(.slick-initialized) > li:not(:nth-child(-n + 1)),
  .service-slider:not(.slick-initialized) > li:not(:nth-child(-n + 3)) {
    display: none;
  }
  .getaquoteimgbox {
    max-width: 650px;
  }
  .insta-head {
    display: flex;
    justify-content: left;
    margin-bottom: 30px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: left;
    margin-left: auto;
  }
  .insta-head .heading-30 {
    margin-bottom: 15px;
  }
  .footer-mdl-left {
    margin-bottom: 30px;
  }
  .footer-mdl-left {
    align-items: baseline;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: left;
  }
  .footer-mdl-left > .img-wrap {
    margin-bottom: 30px;
  }
  .ft-get-in-touch {
    margin-bottom: 30px;
  }
  .service-list {
    margin: 0 auto 40px;
  }
  /* slider-css */
  .projects-slider
    .slick-slide:not(.slick-current.slick-active)
    .project-box
    > .img-wrap
    > img {
    max-width: 100%;
    animation: none;
  }
  .project-box > .img-wrap > img {
    max-width: 100%;
  }
  .projects-slider .slick-slide.slick-current.slick-active .project-box {
    padding: 0;
    max-width: 100%;
  }
  .project-box {
    padding: 0;
  }
  .projects-slider li {
    padding: 0px 5px;
  }
  .projects-slider {
    width: calc(100% + 10px);
    margin: 0 -5px;
    padding: 0 20vw;
  }
  .projects-slider.slick-arrow .slick-prev {
    left: calc(50% - 40vw);
  }
  .projects-slider.slick-arrow .slick-next {
    right: calc(50% - 40vw);
  }
  .projects-slider
    .slick-slide.slick-current.slick-active
    + .slick-slide.slick-active
    .project-box
    > .img-wrap
    > img {
    max-width: 100%;
    transform-origin: center;
  }
  .breadcum-box .badge_lists {
    display: none;
  }
  .customers-reivew {
    padding: 15px;
  }
  .fair-pricing-img img {
    padding: 0 20px;
  }
  /* slider-css */
  .testimonial-slider {
    margin: 0 -5px;
    margin-bottom: 0px;
    padding-bottom: 40px;
  }
  .testimonial-slider li {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .testimonials-sec .slick-arrow .slick-prev,
  .testimonials-sec .slick-arrow .slick-next {
    bottom: unset !important;
    top: calc(100% - 20px) !important;
  }
  footer .features-section:before {
    width: calc(60%);
  }
  footer .features-section:after {
    width: calc(40% - 100px);
  }
  footer::after {
    left: calc(60%);
  }

  /* get_in_touch */
  #get_in_touch,
  #get_a_qoute {
    max-width: 90vw;
    padding: 30px 20px;
  }
  /* get_in_touch */

  .footer-btm > p {
    flex-wrap: wrap;
    justify-content: center;
  }

  .img-content-sec.service-areas {
    max-width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 575.98px) {
  /* common-spacing */
  .img-content-sec .half-section .left-side,
  .img-content-sec .half-section .right-side {
    margin-bottom: 40px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h5,
  h6,
  [class*="heading-"] {
    margin-bottom: 20px;
  }
  /* common-spacing */
  /* footer */
  .ft-title {
    position: relative;
  }
  .ft-col-2 .ft-title::after,
  .ft-col-1 .ft-title::after {
    content: "";
    position: absolute;
    background: url("../images/minus.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/plus.svg") no-repeat 0 0;
    transform: rotate(360deg);
    transform-origin: center;
  }
  .footer-mdl-right {
    flex-wrap: wrap;
  }
  .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);
    border-right: none;
  }
  .ft-get-in-touch {
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
  .ft-title {
    margin-bottom: 15px;
  }
  .ft-col-1 {
    margin-bottom: 15px;
    border-right: none;
  }
  ul.ft-links {
    margin-bottom: 15px;
  }
  .footer-mdl {
    padding: 30px 0 50px;
    padding-bottom: 0;
  }
  ul.contact-details-list {
    gap: 20px;
  }
  .footer-logo > .header_logo {
    max-width: 150px;
  }
  /* footer.footer-bg {
        padding-bottom: 84px;
    } */
  .width50 {
    width: 100%;
  }
  .getaquote-right {
    margin-top: 20px;
  }
  .getaquote-sec {
    padding-bottom: 40px;
  }
  .insta-sec {
    padding: 0 0 40px;
  }
  .ft-col-2 {
    padding-left: 0;
  }
  .ft-col-3 {
    padding-left: 0;
  }
  .ft-col-2 {
    margin-bottom: 10px;
  }
  /* slider-css */
  .projects-slider
    .slick-slide:not(.slick-current.slick-active)
    .project-box
    > .img-wrap
    > img {
    max-width: 100%;
    animation: none;
  }
  .project-box > .img-wrap > img {
    max-width: 100%;
  }
  .projects-slider .slick-slide.slick-current.slick-active .project-box {
    padding: 0;
    max-width: 100%;
  }
  .project-box {
    padding: 0;
  }
  .projects-slider li {
    padding: 0px 5px;
  }
  .projects-slider {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  .projects-slider.slick-arrow .slick-prev {
    left: calc(50% - 40vw);
  }
  .projects-slider.slick-arrow .slick-next {
    right: calc(50% - 40vw);
  }
  /* slider-css */
  .service-list {
    margin: 0 auto 40px;
    flex-wrap: wrap;
    gap: 30px;
  }
  .service-list > li {
    width: 100%;
  }
  .electrical-service-box {
    width: calc(50% - 12.5px);
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
  }
  .electrical-service-list {
    gap: 20px 20px;
  }
  .about-benifit .half-section {
    padding: 10px 10px 0;
    flex-wrap: wrap;
  }
  .service-list-box > .img-wrap {
    min-width: unset;
    width: 70vw;
    margin: auto;
  }
  .service-list-box {
    gap: 20px 40px;
    flex-wrap: wrap;
  }
  ul.dlist.col-2 {
    column-count: 1;
  }
  main ul.dlist > li:last-child {
    margin-bottom: 0;
  }
  .inner-sec-wrap .features-section .features-list {
    padding-top: 11px;
    margin-bottom: 0;
    padding-bottom: 10px;
    background-color: #0e1013;
  }
  .inner-sec-wrap {
    margin-bottom: 0px;
    margin-top: -20px;
  }
  section .half-section .btnlist > a[class*="btn-"],
  section .half-section .btnlist > [class*="btn-"].btn-border-white.p-call,
  .why-choose-sec.inner-sec .btnlist > a[class*="btn-"],
  .why-choose-sec.inner-sec .btnlist > [class*="btn-"].btn-border-white.p-call {
    min-width: 190px;
    padding-left: 0;
    padding-right: 0;
  }
  .testimonial-slider {
    margin: 0 -5px;
    margin-bottom: 0px;
    padding-bottom: 60px;
  }
  .testimonials-sec .slick-arrow .slick-prev {
    left: calc(50% - 50px);
    top: calc(100% - 30px) !important;
  }
  .testimonials-sec .slick-arrow .slick-next {
    right: calc(50% - 50px) !important;
    top: calc(100% - 30px) !important;
  }
  footer .features-section {
    margin-bottom: 0;
  }
  .faq-left {
    margin-bottom: 20px;
  }
  .faq-right {
    margin-bottom: 10px;
  }
  .img-content-sec .half-section .left-side .badge_lists .img-wrap {
    max-width: 20vw;
  }
  .testimonials-sec .google-review {
    flex-wrap: wrap;
    justify-content: center;
  }
  .testimonials-sec {
    padding-bottom: 30px;
  }
  .showhide {
    width: 100%;
  }
  .request-quote-wrap .btnlist > a.btn-dark {
    max-width: 196px;
    padding-left: 0;
    padding-right: 0;
    width: 193px;
  }

  .footer-btn .btnlist > a {
    min-width: 210px !important;
    width: 210px;
  }

  .thank_you_content > img {
    max-width: 80vw;
  }
  .cta .half-section .right-side .btnlist > a {
    min-width: 190px;
  }
  .cta .half-section .left-side {
    gap: 10px;
  }
  .cta-lines {
    font-size: 20px;
  }
  .cta .half-section .left-side > .img-wrap {
    min-width: 51px;
  }
  .cta .half-section .right-side .btnlist {
    justify-content: center;
  }

  ul.our-process-slider {
    padding-right: 0px;
  }
  .getaquoteimgbox .img1 > img {
    height: 100%;
    object-fit: cover;
  }
  a.btn-transperent > img {
    position: absolute;
    left: 10px;
    bottom: 1px;
    max-width: 22px;
  }
  .service-list-items {
    /* text-align: center; */
    margin: auto;
  }
  ul.testimonialpg_sec.testimonial_list {
    width: calc(100%);
    margin: 0 0px 40px;
    row-gap: 20px;
  }
  ul.testimonialpg_sec.testimonial_list > li {
    padding: 0 10px;
    width: 100%;
  }

  .qualities-sec a {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    max-width: 190px !important;
    width: 100%;
    min-width: unset !important;
    margin-bottom: 0px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */

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