@charset "utf-8";

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

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

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

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

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

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

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

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

/*------------------------------|| fonts end ||----------------------------------*/

/*
 */
body,
html {
  font-family: var(--sitefonts);
  color: var(--black);
  line-height: 24px;
  font-size: 16px;
}

p a,
p span a,
ul li a,
ol li a {
  color: var(--themecolor);
  text-decoration: underline;
  display: inline-block;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: #707070;
  margin-bottom: 26px;
}

main p a:hover {
  color: var(--themeblue);
  text-decoration: underline;
}

/* common ul li */
ul {
  margin-left: 0;
  margin-bottom: 30px;
  list-style: none;
}

ul.twocollist {
  column-count: 2;
}

main ul>li,
main ul.wp-block-list>li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0px;
  color: #707070;
  list-style: none;
}

main ul>li>strong,
main ul>li>span,
main ul.wp-block-list>li>strong,
main ul.wp-block-list>li>span {
  font-weight: 600;
  display: inline-block;
  width: 100%;
}

main ul>li a {
  text-decoration: underline;
  color: #000;
}

main ul>li a:hover {
  text-decoration: underline;
  color: var(--themeblue);
}

main ul>li:after {
  content: "";
  background: transparent;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 8px;
  width: 11px;
  height: 11px;
  z-index: 1;
  border-radius: 100%;
  border: 2px solid var(--themecolor);
}

p span {
  color: initial;
}

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

/*  select option */
::-ms-expand {
  display: none;
}

::-moz-selection {
  color: #fff;
  background: #515151;
}

::selection {
  color: #fff;
  background: #515151;
}

.field.field:after,
.field:hover.field:after {
  display: none;
}

/*-----FORM CONTROL-----*/
::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #707070;
  text-transform: capitalize;
  font-size: 14px;
  font-family: var(--site-font-family);
}

::-moz-placeholder,
textarea::-moz-placeholder {
  color: #707070;
  text-transform: capitalize;
  font-size: 14px;
  font-family: var(--site-font-family);
}

:-ms-input-placeholder,
textarea::placeholder {
  color: #707070;
  text-transform: capitalize;
  font-size: 14px;
  font-family: var(--site-font-family);
}

/*-----FORM CONTROL FULL WIDTH-----*/

/*  select option  */

input:invalid {
  box-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="number"] input[type="submit"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--site-font-family);
}

/* textarea {
  resize: none;
  min-height: 120px;
  overflow: hidden;
  margin: 0;
  vertical-align: bottom;
  font-size: 16px;
  overflow: auto;
} */

.form-control,
input[type="text"],
input[type="email"],
select,
textarea,
input[type="number"],
input[type="tel"],
input[type="file"] {
  width: 100%;
  padding: 12px 15px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  color: #707070;
  font-size: 14px;
  line-height: 1.2;
  font-family: var(--site-font-family);
  transition: all 0.5sease -in-out;
  -webkit-transition: all 0.5sease -in-out;
  min-height: 50px;
  border-radius: 5px 0px 0 5px;
  font-weight: normal;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus {
  background-color: var(--white);
  color: #343434;
  border-color: var(--themecolor);
}

/* select {
    background: url('../assets/images/select-arrow.svg') no-repeat 0 0;
} */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/icon/select-arrow.svg) no-repeat right 20px center / 1em;
  border-radius: 0;
  padding-right: 2em;
  text-transform: capitalize;
  padding-right: 40px !important;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-wrapper .form-group.width50 .form-control {
  min-width: auto;
}

input[type="submit"] {
  border: 0;
  background: transparent;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--site-font-family);
  font-weight: bold;
  padding: 17px 20px;
  z-index: 1;
  cursor: pointer;
}

.wpcf7-spinner {
  position: absolute;
  margin: 0;
  right: 0;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
  display: inline-flex;
  width: calc(100% + 20px);
}

.form-group {
  padding: 0 10px;
}

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

.form-group.form-group33 {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}

.form-group.form-group100 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}

form .form-group label {
  color: #44443b;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: 0.16px;
  width: 100%;
}

.checkbxdiv {
  display: flex;
  margin-top: 15px;
  line-height: 1.2;
  align-items: center;
}

.checkbxdiv input[type="checkbox"] {
  margin: 0 15px 0 0;
}

form .form-group .checkbxdiv label {
  margin-bottom: 0;
}

/*  slick common style for control */
.slick-dots li {
  height: auto;
  width: auto;
}

.slick-dots li button {
  width: 13px;
  height: 13px;
  background-color: var(--theme);
  padding: 0;
  margin: 0;
  border-radius: 4px;
  opacity: 1;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button {
  width: 20px;
  opacity: 1;
}

/*-----BUTTONS-----*/
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  position: relative;
}

/* normal button style start */
/* normal button style start */
button,
.button,
button[type="submit"],
input[type="submit"] {
  font-size: 16px;
  padding: 9px 21px 9px;
  position: relative;
  font-family: var(--sitefonts);
  font-weight: 600;
  letter-spacing: 0.32px;
  background:var(--themeblue);
  color: var(--white);
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  margin: 0;
  z-index: 1;
  line-height: 1;
  text-decoration: none;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  --border-offset: none;
  text-transform: capitalize;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  min-height: 50px;
  gap: 10px;
  border-radius: 3px !important;
}

.btn-border {
  background-color: #fff;
  color: #000000;
  border-color: #2d2d2d;
}

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

  &>img {
    filter: brightness(0) invert(1);
  }
}

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

  &>img {
    filter: brightness(0) invert(1);
  }
}

.btn-border-white {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-border-white img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(150deg) brightness(105%) contrast(101%);
}

.btn-white img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(84%) saturate(7500%) hue-rotate(328deg) brightness(114%) contrast(114%);
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #000000;

  &>.img {
    filter: brightness(1) invert(0);
  }
}

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

  &>img {
    filter: brightness(0) invert(1);
  }
}

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

  &>img {
    filter: none;
  }
}

.sm-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  color: var(--themecolor);
  text-transform: none;
  line-height: 1;
  margin-bottom: 15px;
}

.sm-title.lt-rt-ark,
.sm-title.rt-ark {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
  width: fit-content;

  &::after,
  &::before {
    content: "";
    position: absolute;
    left: 0;
    height: 18px;
    width: 18px;
    background: transparent url(../images/icon/theme-ark.svg) no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
  }

  &::before {
    left: unset;
    right: 0;
    transform: none;
  }
}

.sm-title.rt-ark {
  padding-left: 0;
  width: fit-content;
  margin: 0 0 10px;

  &::after {
    display: none;
  }

  /* &::after { 
    left: 0;
  } */
}

.btnlist {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.read_more {
  font-size: 16px;
  color: var(--themecolor);
  letter-spacing: 0;
  font-weight: 500;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border-bottom: 0;
  text-transform: capitalize;
  line-height: 1.2;
  width: fit-content;
  text-decoration: none;
}

.read_more>i {
  filter: invert(32%) sepia(83%) saturate(1266%) hue-rotate(333deg) brightness(84%) contrast(88%);
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
}

.read_more:hover {
  gap: 15px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

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

/* normal button style end */

a {
  text-decoration: none;
}

header nav ul {
  margin-left: 0;
  list-style-type: none;
}

ol {
  margin-bottom: 30px;
}

ol li {
  margin-bottom: 20px;
  position: relative;
  /* padding-left: 22px; */
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0px;
  color: #707070;
}

ol li:last-child {
  margin-bottom: 0;
}

p a:hover,
ul li a:hover,
ol li a:hover {
  color: var(--themeblue);
}

@media (hover: hover) {}

.relative {
  position: relative;
  z-index: 0;
}

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

.redtxt {
  color: var(--themered) !important;
}

[class*="heading-"],
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter";
  color: #000000;
  line-height: 1.2;
  margin-bottom: 18px;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
}

.heading-60 {
  font-size: clamp(1.9375rem, 1.575rem + 1.8125vw, 3.75rem);
}

.heading-40 {
  font-size: clamp(30px,
      30px + (40 - 30) * ((100vw - 575px) / (1920 - 575)),
      40px);
}

.heading-50,
h1 {
  font-size: clamp(1.8125rem, 1.55rem + 1.3125vw, 3.125rem);
}

.heading-36,
h2 {
  font-size: clamp(1.625rem, 1.5rem + 0.625vw, 2.25rem);
}

.heading-24 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}

h3 {
  font-size: 24px;
  line-height: 1.2;
}

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

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

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

h4 {
  font-size: 20px;
  line-height: 1.2;
}

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

.heading-35 {
  font-size: clamp(1.8125rem, 1.7375rem + 0.375vw, 2.1875rem);
}

.semititle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: none;
  color: #072e58;
  letter-spacing: 0px;
  position: relative;
}

.semititle.theme-ark {
  padding-right: 30px;
  width: fit-content;

  &::after {
    content: "";
    position: absolute;
    height: 18px;
    width: 22px;
    right: 0;
    top: 0;
    background: transparent url(../images/icon/theme-ark.svg) no-repeat center;
  }
}

.uppercase {
  text-transform: uppercase;
}

/* form message style  */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #f5c812;
  background: url(../images/icon/material-error-outline.svg) no-repeat 15px center #FFF9DF;
  font-size: 13px;
  padding-left: 45px;
  padding: 10px 10px 10px 39px;
  margin: 0 0 20px;
  background-size: 17px;
  line-height: 1.2;
}

.wpcf7 form.failed .wpcf7-response-output {
  border: 1px solid #fe0000 !important;
  background: url(../images/icon/validation-cross.svg) no-repeat 15px center #ffdfdf;
  font-size: 13px;
  padding-left: 45px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: url(../images/icon/validation-tick.svg) no-repeat 15px center #e1ffd9;
  border-color: #498e36;
  font-size: 13px;
  padding-left: 45px;
}

.wpcf7-not-valid {
  background-color: #ffdfdf !important;
  border: 1px solid #fe0000 !important;
}

.wpcf7-not-valid-tip {
  font-weight: 400;
  background: #fe0000;
  display: inline-block;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 3px 5px;
}

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

form.wpcf7-form .btnbox.width100 .btn_theme:disabled,
form.wpcf7-form .btnbox.width100 .btn_theme:disabled:hover {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  background: #f8a73f;
  color: #000;
  border: 1px solid #f8a73f;
}

/*-----SCROLL TOP-----*/
.scrollTop {
  position: fixed !important;
  right: 15px;
  bottom: 80px;
  opacity: 0;
  height: 40px;
  width: 40px;
  z-index: 10;
  text-align: center;
  font-size: 26px !important;
  color: var(--white) !important;
  background: var(--themered) !important;
  /* border: 2px solid var(--siteblue); */
  border-radius: 50%;
  padding: 10px 18px !important;
}

.scrollTop:hover {
  background: var(--black) !important;
  color: var(--white) !important;
}

.scrolldown {
  cursor: pointer;
}

.container {
  max-width: 1550px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  display: none;
}

/*  select option  */

input:invalid {
  box-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="number"] input[type="submit"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--site-font-family);
}

textarea {
  resize: none;
  min-height: 100px;
  overflow: hidden;
  margin: 0;
  vertical-align: bottom;
  font-size: 18px;
  overflow: auto;
}

textarea.form-control {
  height: auto;
  min-height: 118px;
  margin-bottom: 20px;
}

.form-wrapper .form-group.width50 .form-control {
  min-width: auto;
}

.wpcf7-spinner {
  position: absolute;
  margin: auto;
  z-index: 1;
  right: 26px;
  top: 0;
  bottom: 0;
}

/*  slick common style for control */
.slick-dots li {
  height: auto;
  width: auto;
}

.slick-dots li button {
  width: 13px;
  height: 13px;
  background-color: var(--black);
  padding: 0;
  margin: 0;
  border-radius: 4px;
  opacity: 1;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button {
  width: 20px;
  opacity: 1;
}

.slick-next:before,
.slick-prev:before {
  content: none;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background-color: var(--white);
}

.slick-next:focus i,
.slick-next:hover i,
.slick-prev:focus i,
.slick-prev:hover i {
  color: #ffffff;
}

.slick-next:focus img,
.slick-next:hover img,
.slick-prev:focus img,
.slick-prev:hover img,
.btn_theme:hover img.small-black {
  filter: none;
}

/* slick slider arrows styles  */
.slick-prev,
.slick-next {
  right: 15px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  min-height: auto;
  padding: 0;
  border: 1px solid #000000 !important;
  border-radius: 100% !important;
  cursor: pointer;
  outline: none;
  clip-path: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #fff;
}

.slick-prev {
  left: 15px !important;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/icon/arrow-right-bold.svg) no-repeat center center;
  filter: brightness(0) invert(0);
  transform: rotate(180deg);
  background-size: 7px;
}

.slick-next:before {
  transform: rotate(0deg);
  background-position: center left 55%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  border: 1px solid var(--themecolor) !important;
  background: var(--themecolor);
}

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

a {
  text-decoration: none;
}


@media (hover: hover) {}

.relative {
  position: relative;
  z-index: 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;
}

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

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

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

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

.mrgb100 {
  margin-bottom: 100px;
}

.paddtp100 {
  padding-top: 100px;
}

.paddtpbt100 {
  padding: 100px 0;
}

.videos-wrap {
  display: inline-block;
  width: 100%;
  min-height: 560px;
  height: auto;
}

/* ********************COMMON SECTION END****************  */
main {
  margin: 0;
  position: relative;
  z-index: 1;
}

.slide-box {
  display: inline-block;
  line-height: 0.8;
}

table tr td:not(:last-child),
table tr th:not(:last-child) {
  border-right: 1px solid hsl(0deg 0% 44% / 20%);
}

.table-wrapper table {
  width: 100%;
}

.inner-wrapper {
  max-width: 1120px;
  margin: 0 auto;
}

/*------------------------------|| Breadcrumb Start ||----------------------------------*/
ul.woo_breadcrumbs li span,
ul.woo_breadcrumbs li a,
ul.woo_breadcrumbs li a {
  color: var(--white);
}

ul.woo_breadcrumbs {
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  margin-left: 0;
}

ul.woo_breadcrumbs li {
  font-family: "Inter";
  position: relative;
  list-style: none;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: normal;
  margin-bottom: 0;
  color: #ffffff;
}

ul.woo_breadcrumbs li:after {
  display: none;
}

ul.woo_breadcrumbs li span {
  font-family: "Inter";
  position: relative;
  z-index: 0;
  line-height: 100%;
  margin: 0px;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0;
  text-decoration: none;
}

ul.woo_breadcrumbs li a {
  font-family: "Inter";
  position: relative;
  z-index: 0;
  line-height: 100%;
  margin: 0px 26px 0 0;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0;
  text-decoration: none;
}

ul.woo_breadcrumbs li a:hover {
  color: #fff;
  text-decoration: underline !important;
}

ul.woo_breadcrumbs li a:after {
  position: absolute;
  z-index: 0;
  content: "/";
  top: 0px;
  right: -20px;
  font-size: 16px;
  /* background: transparent url(../images/icon/arrow-right-i.svg) no-repeat center; */
  background-size: contain;
}

ul.woo_breadcrumbs li a:hover {
  text-decoration: none;
}

/*------------------------------|| Breadcrumb Start ||----------------------------------*/

.img-content-sec {
  display: inline-block;
  width: 100%;
  line-height: 0.9;

  & .flex-container {
    justify-content: space-between;
    align-items: center;

    & .left-img-side {
      width: 710px;

      & .img-wrap {
        position: relative;
      }
    }

    & .right-content-side {
      width: calc(100% - 740px);
      max-width: 700px;
    }
  }
}

.right-content-side>p:last-child,
.right-content-side>ul:last-child {
  margin-bottom: 0;
}

.left-img-side .img-wrap .badge-img {
  position: absolute;
  right: -87.5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.img-content-sec.bgdark {
  padding: 100px 0;
  background-color: #f8f8f8;
}

.right-content-side .heading-30 {
  line-height: 1.2;
}

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

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

.sec-lt-cir-ark {
  position: absolute;
  left: 0;
  bottom: -100px;
  opacity: 0.08;
  filter: blur(50px);
  z-index: -1;
}

.sec-rt-cir-ark {
  position: absolute;
  right: 0;
  top: -100px;
  opacity: 0.08;
  filter: blur(50px);
  z-index: -1;
}

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

/* -----------------------services-slider-sec----------------------- */
.services-slider-sec {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 100px 0 150px;
  background-color: #f8f8f8;
  position: relative;
}

.head-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;

  & .head-wrap {
    display: inline-flex;
    flex-direction: column;

    &>p {
      margin-bottom: 0;
    }

    & .heading-36 {
      margin-bottom: 0px;
    }
  }

  & .button.btn-border {
    background: transparent;

    &:hover {
      background-color: #000;
    }
  }
}

.services-slider {
  display: inline-block;
  width: calc(100% + 46px);
  margin: 0 -23px;
  padding: 0 274px 0 0;

  & .slide-box {
    padding: 0 23px;
    line-height: 0.8;

    &>.img-wrap {
      position: relative;
      overflow: hidden;

      &::after {
        content: "";
        position: absolute;
        inset: 0;
        height: 100%;
        width: 100%;
        background: transparent linear-gradient(223deg, #00000000 0%, #0000004f 100%) 0% 0% no-repeat padding-box;
      }
    }
  }

  & .slick-list {
    overflow: visible;
  }

  &:not(.slick-initialized) {
    display: inline-flex;

    &>.slide-box {
      flex: 1;
    }

    &>.slide-box:not(:nth-child(-n + 2)) {
      display: none;
    }
  }
}

.service-details .heading-24 {
  color: #fff;
  max-width: 250px;
  margin: 0 0;
}

.head_wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;

  &>.img-wrap {
    display: inline-flex;
    height: 48px;
    width: 48px;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 100%;
    border: 1px solid #ffffff;
  }
}

.service-details {
  position: absolute;
  height: auto;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 50px 40px;
  background: transparent;
  /* opacity: 0.9; */
  z-index: 1;
  transform: translateY(calc(100% - 107px));
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;

  & .sub_services {
    gap: 20px;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    border-top: 1px solid rgb(255 255 255 / 30%);
    position: relative;

    &::after {
      content: "";
      position: absolute;
      left: 0;
      height: 0;
      top: -1.5px;
      width: 30px;
      border: 1px solid var(--themecolor);
    }
  }

  & .sub_services>a {
    padding: 0 0 0 25px;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.32px;
    color: #fff;
    line-height: 1.2;

    &::after {
      content: "";
      position: absolute;
      left: 0;
      top: 2.5px;
      height: 13px;
      width: 13px;
      background: transparent url(../images/icon/arrow-right-bold.svg) no-repeat center;
      background-size: contain;
    }

    &:hover {
      text-decoration: underline;

      &::after {
        /* filter: invert(12%) sepia(99%) saturate(6292%) hue-rotate(235deg) brightness(92%) contrast(117%); */
      }
    }
  }
}

.services-slider .slide-box>.img-wrap:hover {
  & .head_wrap {
    margin: 0 0 30px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;

    &>.img-wrap {
      background: var(--themecolor);
      border-color: var(--themecolor);
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
    }
  }

  & .service-details {
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }

  &::after {
    background: transparent linear-gradient(223deg, #00000000 0%, #000000c9 100%) 0% 0% no-repeat padding-box;
  }
}

.services-slider-sec>.text-slider {
  position: absolute;
  bottom: -5px;
  left: 0;
}

/* -----------------------services-slider-sec----------------------- */

/* ------------------.text-slider--------------------------- */

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

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

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

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

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

.text-lg {
  display: inline-block;
  line-height: 0.8;

  &>img {
    max-width: unset;
  }
}

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

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

/* ------------------.text-slider--------------------------- */

/* -----------------------insta-sec---------------------- */
.insta-sec {
  display: inline-block;
  width: 100%;
  text-align: center;

  & .sm-title {
    display: inline-flex;
    gap: 8px;
    align-items: center;
  }
}

/* -----------------------insta-sec---------------------- */

/* ------------.slick-dotted -------------*/
/* .slick-dotted { 
    padding-bottom: 40px;
} */
.slick-dots {
  bottom: -25px;
}

.slick-slider .slick-dots li,
.slick-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  min-height: auto;
  background-color: transparent;
}

.slick-slider .slick-dots li::after {
  display: none;
}

.slick-slider .slick-dots li button {
  padding: 0px;
}

.slick-slider .slick-dots li button:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  background: #ffffff;
  opacity: 1;
  border: 2px solid #313131;
  border-radius: 100%;
}

.slick-slider .slick-dots li button:hover:before,
.slick-slider .slick-dots li button:focus:before,
.slick-slider .slick-dots li.slick-active button:before {
  opacity: 0.2;
}

.slick-slider .slick-dots li.slick-active button:before {
  background-color: #313131;
  border: 1px solid #313131;
  opacity: 1;
}

.slick-slider .slick-dots li button:hover:before,
.slick-slider .slick-dots li button:focus:before {
  background-color: #313131;
  border: 1px solid #313131;
  opacity: 1;
}

/* ------------.slick-dotted -------------*/

.mobile-btn {
  display: none;
}

/* -----------------------get-a-quote-wrapper---------------------- */
.get-a-quote-form-sec {
  display: block;
  line-height: 0.8;
  width: 100%;
  margin-top: -150px;
  position: relative;
  z-index: 1;
}

.get-a-quote-wrapper {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  box-shadow: 0px 0px 12px #0000001f;
  background-color: #fff;

  & .get-a-quote-details {
    width: calc(100% - 1120px);
    padding: 55px 60px;
    background: transparent linear-gradient(126deg, #44443b 0%, #000000 100%) 0% 0% no-repeat padding-box;

    & .heading-30 {
      color: #fff;
    }

    &>ul>li {
      color: #fff;

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

  & .get-a-quote-box {
    width: 1120px;
  }
}

.get-a-quote-wrapper {
  & .get-a-quote-details {
    &>ul {
      margin-bottom: 0;

      &>li {
        padding-left: 32px;
      }

      &>li:after {
        background: transparent url(../images/icon/check.svg) no-repeat center;
        height: 20px;
        width: 20px;
        border: 0;
        top: 2px;
      }
    }
  }
}

.get-a-quote-form form {
  display: inline-block;
  width: 100%;
  padding: 45px 60px 55px;
  height: 100%;
}

.form-group.submitwrap {
  display: inline-flex;
  align-items: flex-end;
  margin-bottom: 20px;

}

/* .invalid .form-group.submitwrap{ 
  align-items: center;
} */
.form-group.submitwrap .button.submitbtn {
  width: 100%;
}

.form-group.submitwrap .button.submitbtn:hover {
  background-color: #000;
}

.get-a-quote-form input[type="submit"] {
  background: #44443b url(../images/icon/btn-icon.svg) center right calc(50% - 84px) no-repeat;
  padding: 9px 40px 9px 21px;
}

.get-a-quote-form-sec .get-a-quote-form .row {
  align-items: flex-end;
}

/* -----------------------get-a-quote-wrapper---------------------- */

/* -----------------------intro-sec---------------------- */
.bt-rt-ark {
  position: relative;
  max-width: 100%;
  overflow-x: clip;

  &::after {
    content: "";
    width: 424px;
    height: 462px;
    position: absolute;
    right: 0;
    bottom: -100px;
    background: transparent url(../images/bg-block-bottom-right.png) no-repeat bottom right;
    background-size: contain;
    z-index: -1;
    opacity: 0.3;
  }
}

.intro-sec {
  display: inline-block;
  width: 100%;

  & .flex-container {
    justify-content: space-between;
    align-items: center;

    & .left-img-side {
      width: 430px;

      & .heading-36 {
        font-weight: 900;
        margin-bottom: 50px;
      }
    }

    & .right-content-side {
      width: calc(100% - 430px);
      max-width: 791px;
    }
  }
}

.badge_imgs {
  display: inline-flex;
  align-items: center;
  gap: 80px;
}

.our_qualities {
  display: inline-flex;
  gap: 20px 75px;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 0.8;
  margin-bottom: 40px;
}

.our_quality_item {
  width: calc(33.33% - 50px);
  display: inline-flex;
  align-items: center;
  gap: 10px;

  & .img-wrap {
    min-width: 55px;
  }

  & p {
    font-weight: bold;
    color: #000000;
    margin-bottom: 0;
  }
}

.text-box {
  display: inline-flex;
  flex-direction: column;
  padding: 30px 65px 30px;
  background: #f8f8f8;
  border-left: 3px solid var(--themecolor);
  margin: 0 0 30px;

  &>p {
    margin-bottom: 0;
    font-weight: 500;
  }

  &>p.bold {
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
  }
}

/* -----------------------intro-sec---------------------- */

/* -----------------------why-choose-sec---------------------- */
.why-choose-sec {
  padding: 90px 0 00px;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 200px;
  background-color: #f8f8f8;
  /* overflow: hidden; */
  overflow-x: clip;

  & .heading-36 {
    text-align: center;
  }

  &::after {
    content: "";
    position: absolute;
    height: 529px;
    width: 296px;
    bottom: 0;
    left: 0;
    background: transparent url(../images/section-lt-ark.png) no-repeat bottom right;
    opacity: 0.1;
    filter: blur(50px);
    z-index: 0;
  }

  &::before {
    content: "";
    position: absolute;
    height: 529px;
    width: 296px;
    bottom: 0;
    right: 0;
    background: transparent url(../images/section-rt-ark.png) no-repeat bottom right;
    opacity: 0.1;
    filter: blur(50px);
    z-index: 0;
  }

  &>.container {
    position: relative;
    z-index: 1;
  }
}

.why-choose-list+.content.center {
  padding: 20px 0 0;
  border-top: 1px solid lightgray;
  margin-top: 40px;
}

.content.center>p {
  text-align: center;
  margin-bottom: 10px;

}

.why-choose-sec .content.center>p {
  max-width: 930px;
  margin-inline: auto;
}

.content.center+.why-choose-list {
  margin-top: 50px;
}

.content.center>p:last-child,
.suburb_maincontent>p {
  margin-bottom: 0;
}

.homepg .why-choose-sec {
  margin-bottom: 0 !important;
  padding-top: 0;
  background-color: #fff;
}

.why-choose-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 136px);
  margin: 0 -68px;
  row-gap: 30px;
}

.why-choose-box {
  display: inline-flex;
  flex-direction: column;
  width: 25%;
  padding: 0 68px;

  &>.img-wrap {
    max-width: 60px;
    margin: 0 0 16px;
  }

  &>.heading-18 {
    font-size: 18px;
    letter-spacing: 0.36px;
    padding-bottom: 15px;
    margin-bottom: 22px;
    line-height: 1.2;
    max-width: 220px;
    position: relative;
    font-weight: bold;

    &::after {
      content: "";
      position: absolute;
      height: 0;
      width: 14px;
      left: 0;
      bottom: 0;
      border: 1px solid #094383;
    }
  }

  &>p {
    margin: 0 0 0;
  }
}

.why-choose-sec+.our-completed-projects-sec {
  padding-top: 200px;
}

.services-slider-sec+.why-choose-sec {
  background-color: #fff;
  padding-top: 0;
}

/* -----------------------why-choose-sec---------------------- */

/* -----------------------cta-sec---------------------- */
.cta-sec {
  display: block;
  width: 100%;
  margin-top: 100px;
  margin-bottom: -100px;

  & .flex-container {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    min-height: 200px;
    position: relative;
    border-radius: 5px;
    background-color: #000000;
    overflow: hidden;
    padding: 50px 100px;

    & .bgimg {
      z-index: 1;
      opacity: 0.3;
    }
  }
}

.cta-info {
  max-width: 550px;
  position: relative;
  z-index: 1;

  & .heading-36 {
    color: #fff;
    margin-bottom: 5px;
    text-align: left !important;
  }

  &>a {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.36px;
    line-height: 1.2;
    text-decoration: underline;
    display: inline-block;
    color: #fff;
  }
}

.homepg .cta-sec {
  z-index: 2;
  position: relative;
}

.homepg .cta-sec+.our-completed-projects-sec {
  padding-top: 200px;
  margin-top: -106px;
}

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

/* -----------------------div#completed-projects-tab---------------------- */
.our-completed-projects-sec {
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
  padding: 100px 0;
}

#completed-projects-tab {
  display: flex !important;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;

  &>.heading-36 {
    position: absolute;
    width: 380px;
    top: 0;
    left: 0;
  }
}

#completed-projects-tab .resp-tabs-list {
  display: inline-flex;
  flex-direction: column;
  width: 380px;
  padding-top: 110px;
}

#completed-projects-tab .resp-tabs-container {
  width: calc(100% - 380px);
  float: none;
  display: inline-block;
  max-width: 1050px;
  background-color: transparent;
}

#completed-projects-tab .resp-tabs-list li::after,
#completed-projects-tab .resp-tabs-list li::before {
  display: none;
}

#completed-projects-tab .resp-tabs-list li {
  display: flex;
  padding: 20px 0px;
  margin: 0;
  cursor: pointer;
  float: none;
  background-color: transparent;
  color: #000000;
  position: relative;
  gap: 10px;
  align-items: center;
  line-height: 1.2;
  font-weight: 600;
  font-size: 18px;
  list-style: none;
}

#completed-projects-tab .resp-tabs-list li:hover,
#completed-projects-tab .resp-tabs-list li.resp-tab-active {
  color: var(--themecolor);

  &>img {
    filter: invert(46%) sepia(0%) saturate(0%) hue-rotate(182deg) brightness(93%) contrast(86%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
}

#completed-projects-tab .resp-tabs-list li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.our-conpleted-project-slider {
  display: inline-block;
  width: calc(100% + 50px);
  margin: 0 -25px;
  padding: 0 0px 100px 0px;

  & .slide-box {
    padding: 0 25px;
    line-height: 0.8;

    &>.img-wrap {
      position: relative;
      overflow: hidden;
      border-radius: 5px;
      width: 100%;

      & img {
        transition: all ease-out 0.3s;
        -webkit-transition: all ease-out 0.3s;
        -moz-transition: all ease-out 0.3s;
        -ms-transition: all ease-out 0.3s;
      }

      &:hover img {
        transform: scale(1.2);
        transition: all ease-out 0.3s;
        -webkit-transition: all ease-out 0.3s;
        -moz-transition: all ease-out 0.3s;
        -ms-transition: all ease-out 0.3s;
      }
    }

    & .img-wrap>a {
      height: 100%;
      width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 550px;
      background: #707070;
    }
  }

  &:not(.slick-initialized) {
    display: inline-flex;

    &>.slide-box {
      flex: 1;
    }

    &>.slide-box:not(:nth-child(-n + 2)) {
      display: none;
    }
  }
}

.line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  margin-top: -7px;

  &::after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(100% - 110px);
    left: 110px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

a.btnmore {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  line-height: 1.2;
  text-decoration: underline;
  color: #000000;
  position: relative;
  z-index: 1;

  &:hover {
    color: var(--themecolor);
  }
}

.our-completed-projects-sec a.btnmore {
  background-color: #f8f8f8;
  padding: 0 0 0 23px;
}

.our-conpleted-project-slider .slick-prev {
  top: 100%;
  left: calc(0% - 445px) !important;
}

.our-conpleted-project-slider .slick-next {
  top: 100%;
  right: unset;
  left: -395px;
}

#completed-projects-tab:not([style*="display: block"])>.resp-tabs-container>div:not(:first-child),
#projects-type-tab:not([style*="display: block"])>.resp-tabs-container>div:not(:first-child) {
  display: none;
}

/*  -----------------------div#completed-projects-tab---------------------- */

/*  -----------------------testimonial-slider-sec---------------------- */
.testimonial-slider-sec {
  padding: 90px 0 100px;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);

  & .heading-36 {
    color: #fff;
    margin: 0 0 45px;
  }

  &>.bgimg {
    z-index: -1;
  }
}

.testimonial-slider .slick-next {
  right: -6px !important;
}

.testimonial-slider .slick-prev {
  left: -6px !important;
}

.testimonial-slider {
  display: inline-block;
  width: calc(100% + 32px);
  margin: 0 -16px;

  & .slide-box {
    padding: 0 16px;
    line-height: 0.8;

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

      &::after {
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3) url(../images/icon/play.png) no-repeat center center;
        position: absolute;
      }

      & img {
        transition: all ease-out 0.3s;
        -webkit-transition: all ease-out 0.3s;
        -moz-transition: all ease-out 0.3s;
        -ms-transition: all ease-out 0.3s;
      }

      &:hover img {
        transform: scale(1.2);
        transition: all ease-out 0.3s;
        -webkit-transition: all ease-out 0.3s;
        -moz-transition: all ease-out 0.3s;
        -ms-transition: all ease-out 0.3s;
      }
    }
  }

  &:not(.slick-initialized) {
    display: inline-flex;

    &>.slide-box {
      flex: 1;
    }

    &>.slide-box:not(:nth-child(-n + 3)) {
      display: none;
    }
  }
}

.testimonial-box {
  display: inline-flex;
  flex-direction: column;
  padding: 45px 49px 50px;
  background: #fff;
  border-radius: 3px;
}

.fancybox-container .testimonial-box {
  max-width: 600px;
  height: auto !important;

  & .testimonial_details {
    margin: 0;

    &>p {
      height: auto !important;
      margin-bottom: 20px;
    }

    & .author-details {
      padding: 20px 0 0;
    }
  }
}

.testimonial_details {
  margin-bottom: 50px;

  & .heading-20 {
    margin-bottom: 7px;
  }

  & img {
    margin-bottom: 20px;
  }

  &>p {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.32px;
    color: #000000;
    margin-bottom: 0;
  }

  &>a {
    font-weight: 600;
    letter-spacing: 0.32px;
    text-decoration: underline;
    color: #000;
  }
}

.author-details {
  display: inline-flex;
  width: 100%;
  gap: 15px;
  align-items: center;
  padding: 40px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);

  &>.img-wrap {
    min-width: 28px;
  }
}

.color-1 {
  background-color: #5479cf;
}

.color-2 {
  background-color: #02847b;
}

.color-3 {
  background-color: #cfcb54;
}

.color-4 {
  background-color: #f580d6;
}

.color-5 {
  background-color: #cf5454;
}

.char {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.32px;
}

.author_wrap {
  display: inline-flex;
  flex-grow: 1;
  flex-direction: column;
}

.author-nm {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.32px;
  line-height: 1.2;
  margin-bottom: 3px;
  color: #000000;
}

.author_location {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.28px;
  line-height: 1.2;
  margin-bottom: 0;
  color: #000000;
}

.testimonial_details>p>a.enq_pop_open {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  color: #000;
}

/*  -----------------------testimonial-slider-sec---------------------- */

/*  -----------------------leading_brands---------------------- */
.leading_brands-sec {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-align: center;

  & .btnmore {
    background-color: #fff;
    padding-left: 23px;
  }
}

.leading_brands-slider {
  display: inline-block;
  width: calc(100% + 20px);
  margin: 0 -10px;
  padding: 00 0 0px;

  & .slide-box {
    padding: 0 10px;
    line-height: 0.8;

    &>.brands-box {
      display: inline-flex;
      flex-direction: column;
      gap: 15px;
    }
  }

  &:not(.slick-initialized) {
    display: inline-flex;

    &>.slide-box {
      flex: 1;
    }

    &>.slide-box:not(:nth-child(-n + 7)) {
      display: none;
    }
  }
}

.leading_brands-slider .slick-prev {

  left: -11px !important;
}

.leading_brands-slider .slick-next {

  right: -11px;
}

.leading_brands-sec .line {
  margin-top: 0;
  top: -27px;
}

/*  -----------------------leading_brands---------------------- */

/*  -----------------------section.inner-banner---------------------- */
.inner-banner {
  margin-top: 100px;
  position: relative;
  z-index: 2;

  & .bgimg {
    z-index: -1;
  }
}

.inner-banner-wrapper {
  min-height: 350px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;

  & .heading-50 {
    color: #fff;
  }
}

.inner-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: #000000cc 0% 0% no-repeat padding-box;
  opacity: 0.5;
  z-index: 0;
}

/*  -----------------------section.inner-banner---------------------- */

/* -----------------------features-slider----------------------- */
.features-slider-sec {
  max-width: 100%;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  background: #f8f8f8;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

.features-slider {
  padding: 16px 0;
  width: calc(100% + 60px);
  margin: 0 -30px;

  & .slide-box {
    margin: auto;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 0.8;
    padding: 0 30px;
  }

  &:not(.slick-initialized) {
    display: inline-flex;

    &>.slide-box:not(:nth-child(-n + 5)) {
      display: none;
    }
  }

  /* &:not(.slick-initialized)>.client-content:not(:nth-child(-n+1)) */
}

.features-slider .slick-list .slick-slide.slick-active:last-of-type .slide-box {
  border: 0;
}

.features-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  max-width: 260px;

  & .img-wrap {
    min-width: 68px;
  }
}

.heading-features {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0;
}

/* -----------------------features-slider----------------------- */

/* -----------------------services-listing-sec----------------------- */
.services-listing-sec {
  display: inline-block;
  width: 100%;
  line-height: 0.8;

  & .bgimg {
    z-index: -1;
  }
}

.services-listing-sec .flex-container {
  flex-direction: column;
  gap: 70px;
}

.service-box-wrap {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 55px 70px 70px 50px;
  min-height: 600px;

  &::after {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: transparent linear-gradient(247deg, #00000000 0%, #000000b0 100%) 0% 0% no-repeat padding-box;
  }
}

.service-box-wrap.service_list_1,
.service-box-wrap.service_list_3 {

  & .service-box-details-wrap {
    row-gap: 100px;
  }

  & .service-box-details {
    width: 100%;
    max-width: 100%;
  }
}

.service-box {
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.service-box-details-wrap {
  display: flex;
  /* max-width: 516px; */
  width: 100%;
  flex-wrap: wrap;
}

.service-box-details {
  display: inline-block;
  width: 516px;
  max-width: 516px;
}

.service-box-details .heading-24 {
  color: #fff;
  max-width: 250px;
  width: 100%;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.48px;
}

.service-box-details p {
  color: #fff;
  /* margin-bottom: 30px; */
}

.services-list {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  flex-grow: 1;
}

.services-list .slide-box {
  max-width: 250px;
  width: 100%;
}

.service-wrap {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  &:hover .service-title {
    background-color: var(--black);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
}

.service-title {
  font-size: 16px;
  letter-spacing: 0;
  color: #fff;
  width: 100%;
  min-height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #707070;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  line-height: 1.2;
}

.service-wrap .img-wrap {
  min-height: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 100%;
}

/* -----------------------services-listing-sec----------------------- */

.divider {
  display: inline-block;
  width: 100%;

  & .container {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

/* -----------------------inner-banner-wide----------------------- */
.inner-banner.wide {
  padding-block: 50px;

  & .inner-banner-wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}

.inner-banner.wide .banner-right {
  width: 420px;
}

.inner-banner.wide .banner-left {
  width: calc(100% - 420px);
  text-align: left;

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

.inner-banner.wide .wpcf7-not-valid-tip {
  position: relative;
  top: unset;
  bottom: 20px;
}

.inner-banner.wide .contact-form-box {
  display: inline-block;
  width: 100%;
  padding: 30px 30px 40px;
  border-radius: 5px;
  background-color: #ffffff;
}

.form-group.width100 {
  width: 100%;
}

.inner-banner.wide .row {
  margin-left: -5px;
  margin-right: -5px;
  width: calc(100% + 10px);
}

.inner-banner.wide .form-group.form-group50,
.inner-banner.wide .form-group.form-group100 {
  padding-left: 5px;
  padding-right: 5px;
}

.inner-banner.wide .form-control {
  margin-bottom: 15px;
}

.inner-banner.wide input[type="submit"] {
  width: 100%;
}

.inner-banner.wide input[type="text"],
.inner-banner.wide input[type="email"],
.inner-banner.wide select,
.inner-banner.wide input[type="number"],
.inner-banner.wide input[type="tel"],
.inner-banner.wide input[type="file"] {
  min-height: 40px;
}

.inner-banner.wide textarea.form-control {
  min-height: 90px;
}

/* -----------------------inner-banner-wide----------------------- */

/* -----------------------projects-type-tab----------------------- */
.projects-listing-sec {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#projects-type-tab {
  text-align: left;

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

    &::before {
      display: none;
    }
  }

  & .resp-tab-content {
    padding-bottom: 0px;
    text-align: center;
  }

  & .resp-tabs-list {
    display: flex;
    width: calc(100%);
    margin: 0 0px;
    max-width: calc(100%);
    overflow: hidden;
    overflow-x: auto;
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);

    & li {
      width: fit-content;
      min-width: fit-content;
      color: #000000;
      white-space: no-wrap;
      padding: 0 20px 20px;
      font-size: 16px;
      font-weight: normal;
      letter-spacing: 0;
      border-bottom: 3px solid transparent;

      &.resp-tab-active {
        border-bottom: 3px solid #44443b;
        font-weight: bold;
      }

      &:hover {
        font-weight: bold;
      }
    }
  }
}

#projects-type-tab .resp-tabs-container {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
}

.project-list {
  display: flex;
  width: calc(100% + 34px);
  margin: 0 -17px;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: center;
}

.project-box {
  display: inline-block;
  width: 100%;
  line-height: 0;
  padding: 0 17px;
  width: 33.33%;

  & .img-wrap {
    width: 100%;
    position: relative;
    max-width: 100%;
    overflow: hidden;

    &::after {
      content: "";
      position: absolute;
      inset: 0;
      background: transparent linear-gradient(223deg, #00000000 0%, #000000b3 100%) 0% 0% no-repeat padding-box;
      width: 100%;
      height: 100%;
    }
  }

  &:hover {
    & .img-wrap>img {
      transform: scale(1.1);
      transition: all ease-out 0.3s;
      -webkit-transition: all ease-out 0.3s;
      -moz-transition: all ease-out 0.3s;
      -ms-transition: all ease-out 0.3s;
    }
  }
}

.project-list .project-box {
  &>a {
    display: flex;
    height: 100%;
    width: 100%;

    & .img-wrap {
      height: 100%;
      width: 100%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
    }
  }
}

/* .project-list:has(.loadmore_projects) { 
  padding-bottom: 80px;
}
.project-list .loadmore_projects { 
  position: absolute;
  bottom: 0px;
  width: fit-content;
  left: 0;
  right: 0;
  margin: auto;
} */

.project-list+.loadmore_projects {
  margin-top: 30px;
}

.project-box .img-wrap .heading-24 {
  position: absolute;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.48px;
  bottom: 50px;
  left: 0;
  padding-inline: 50px;
  width: 100%;
  margin-bottom: 0;
  z-index: 1;
}

/* -----------------------projects-type-tab----------------------- */

/* -----------------------testimonials-sec ----------------------- */
.testimonials-sec {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 70px;
  text-align: center;
}

.testimonails-list {
  text-align: left;
  display: inline-flex;
  width: calc(100% + 30px);
  margin: 0 -15px 0px;
  row-gap: 30px;
  flex-wrap: wrap;

  & .slide-box {
    width: 33.33%;
    padding: 0 15px;
  }

  & .slide-box.video-testimonial {
    width: 100%;
    margin: 40px 0;

    & .img-wrap {
      position: relative;

      &::after {
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3) url(../images/icon/play.png) no-repeat center center;
        position: absolute;
      }
    }
  }
}

.testimonails-list .testimonial-box {
  background-color: #f8f8f8;
  height: 100%;
  justify-content: space-between;
}

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

/* -----------------------area-we-serve-sec ----------------------- */
.area-we-serve-sec {
  display: inline-block;
  width: 100%;
}

.map-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 70px;

  & iframe {
    max-width: 100%;
  }
}

.areas-we-serve-wrap {
  display: flex;
  justify-content: space-between;
}

.col-side-1 {
  width: calc(50% - 100px);
}

.areas-we-serve-list {
  column-count: 2;
  margin-bottom: 0;

  & li {
    margin-bottom: 10px;

    &>a {
      text-decoration: none;
      color: #707070;
    }

    &>a:hover {
      color: var(--themeblue);
    }
  }

  & li.active {
    color: var(--themeblue);
    text-decoration: underline;
  }
}

.areas-we-serve-wrap.width-100 {
  display: inline-block;
  width: 100%;
}

.areas-we-serve-list.col-count-4 {
  column-count: 4;
}

.areas-we-serve-list+.heading-36 {
  margin-top: 20px;
}

/* -----------------------area-we-serve-sec ----------------------- */

/* -----------------------contact-details----------------------- */
.contact-pg-sec {
  display: inline-block;
  width: 100%;
}

.contact-pg-sec .flex-container {
  justify-content: center;
}

.contact-details-side {
  max-width: 100%;
  width: 100%;
  margin: auto;
  text-align: center;
}

.contact-details-side>.map-wrap {
  margin-bottom: 0;
}

.contact-form-side {
  max-width: 710px;
  width: 100%;
}

.contact-pg-details {
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 40px;
  margin-bottom: 40px;
  text-align: left;
}

.contact-wrapper.w-100 {
  width: 100%;
}

.contact-wrapper>.img-wrap {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  min-width: 60px;
  background: #44443b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: 20px;
}

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

.contact-info p,
.contact-info a {
  margin-bottom: 0;
  color: #000000;
  line-height: 1.2;
}

.contact-info a:hover {
  color: var(--themeblue);
}

.contact-info p {
  max-width: 155px;
}

.contact-heading {
  display: inline-block;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.contact-form-side .contact-form-box .heading-30 {
  color: #44443b;
}

.contact-form-side .contact-form-box {
  padding: 50px 65px 50px;
  border-radius: 5px 0px 0px 5px;
  overflow: hidden;
  background-color: #f8f8f8;
}

.contact-form-side select {
  margin-bottom: 30px;
}

.contact-form-side textarea.form-control {
  margin-bottom: 20px;
}

.contact-form-side input[type="submit"] {
  width: 100%;
  background: #002cfb url(../images/icon/btn-icon.svg) center right calc(50% - 84px) no-repeat;
}

p.recaptcha_txt {
  font-size: 14px;
  margin-bottom: 0;
}

/* -----------------------contact-details----------------------- */

/* -----------------------faqs-sec----------------------- */
.faqs-sec {
  display: inline-block;
  width: 100%;
  padding: 100px 0;
  background-color: #f8f8f8;

  & .heading-36 {
    text-align: center;
    margin: 0 auto 40px;
  }
}

/* .fancybox-content {
  width: 70% !important;
  height: 80% !important;
} */

img.mobile-image {
  display: none;
}
.areas-we-serve-list .active strong{
	width:auto !important;
	display:inline;
}

/* -----------------------faqs-sec----------------------- */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .sticky {
    position: sticky !important;
    top: 100px;
    align-self: flex-start;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Super large devices (large desktops, 1440px and up) */
@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1550px;
  }
}

/* Duper large devices (large desktops, 1600px and up) */
@media (min-width: 1921px) {

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

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

@media (max-width: 1599.98px) {
  .get-a-quote-wrapper {
    & .get-a-quote-details {
      width: 25%;
      padding: 40px 40px;
    }

    & .get-a-quote-box {
      width: 75%;
    }
  }

  .why-choose-list {
    width: calc(100% + 100px);
    margin: 0 -50px;
  }

  .why-choose-box {
    width: 25%;
    padding: 0 50px;
  }

  #completed-projects-tab .resp-tabs-container {
    width: 70%;
  }

  #completed-projects-tab .resp-tabs-list {
    width: 30%;
    padding-right: 40px;
  }

  .our-conpleted-project-slider .slick-prev {
    left: calc(0% - 395px) !important;
  }

  .our-conpleted-project-slider .slick-next {
    left: -340px;
  }

  .left-img-side .img-wrap .badge-img {
    right: -65.5px;
  }

  .testimonails-list {
    & .slide-box.video-testimonial {
      width: 100%;
      margin: 10px 0;
    }
  }

  .our-conpleted-project-slider {
    & .slide-box {
      & .img-wrap>a {
        min-height: 500px;
        height: 500px;
      }
    }
  }
}

@media (max-width: 1439.98px) {
  .faqs-sec {
    padding: 80px 0;
  }

  .services-slider-sec {
    padding: 80px 0 130px;
  }

  .mrgb100 {
    margin-bottom: 80px;
  }

  .img-content-sec.bgdark {
    padding: 80px 0;
  }

  .get-a-quote-wrapper {
    & .get-a-quote-details {
      width: 30%;
      padding: 40px 40px;
    }

    & .get-a-quote-box {
      width: 70%;
    }
  }

  .get-a-quote-form form {
    padding: 45px 40px 50px;
  }

  .intro-sec {
    & .flex-container {
      & .left-img-side {
        width: calc(50% - 20px);
      }

      & .right-content-side {
        width: calc(50% - 20px);
      }
    }
  }

  .our_qualities {
    gap: 20px 20px;
    margin-bottom: 20px;
  }

  .our_quality_item {
    width: calc(50% - 10px);
  }

  .why-choose-sec {
    & .heading-36 {
      text-align: center;
      margin: 0 0 40px;
    }
  }

  .services-slider {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 0 200px 0 0;

    & .slide-box {
      padding: 0 15px;
      line-height: 0.8;
    }
  }

  .why-choose-list {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .why-choose-box {
    width: 25%;
    padding: 0 20px;
  }

  .our-conpleted-project-slider {
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding: 0 0px 120px 0px;

    & .slide-box {
      padding: 0 10px;
    }
  }

  #completed-projects-tab .resp-tabs-list {
    padding-top: 88px;
  }

  #completed-projects-tab .resp-tabs-list li {
    padding: 15px 0px;
  }

  .our-conpleted-project-slider .slick-prev {
    left: calc(0% - 325px) !important;
  }

  .our-conpleted-project-slider .slick-next {
    left: -275px;
  }

  .our-completed-projects-sec {
    padding: 80px 0;
  }

  .our-conpleted-project-slider {
    & .slide-box {
      & .img-wrap>a {
        min-height: 416px;
        height: 416px;
      }
    }
  }

  .homepg .cta-sec+.our-completed-projects-sec {
    padding-top: 180px;
    margin-top: -100px;
  }

  .img-content-sec {
    & .flex-container {
      & .left-img-side {
        width: calc(50% - 20px);
      }

      & .right-content-side {
        width: calc(50% - 20px);
        max-width: 700px;
      }
    }
  }

  .left-img-side .img-wrap .badge-img {
    max-width: 100px;
    top: 20px;
    bottom: unset;
    right: 20px;
  }

  .testimonial-slider-sec {
    padding: 70px 0 70px;
  }

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

  .testimonial-slider {
    width: calc(100% + 20px);
    margin: 0 -10px;

    & .slide-box {
      padding: 0 10px;
      line-height: 0.8;
    }
  }

  .testimonial_details {
    margin-bottom: 30px;
    padding: 20px 0 0;
  }

  #completed-projects-tab {
    &>.heading-36 {
      width: 320px;
    }
  }

  .text-box {
    padding: 30px 25px 30px;
  }

  .service-box-wrap {
    padding: 50px 40px 50px 40px;
  }

  .service-box-details {
    padding-right: 40px;
  }

  .project-list {
    width: calc(100% + 20px);
    margin: 0 -10px;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .project-box {
    padding: 0 10px;
    width: 33.33%;
  }

  .project-box .img-wrap .heading-24 {
    bottom: 25px;
    padding-inline: 25px;
  }

  #projects-type-tab {
    & .resp-tab-content {
      padding-bottom: 0px;
    }
  }

  .testimonails-list {
    width: calc(100% + 20px);
    margin: 0 -10px 0px;
    row-gap: 20px;

    & .slide-box {
      width: 33.33%;
      padding: 0 10px;
    }
  }

  .testimonial-box {
    padding: 20px 25px 25px;
  }

  .col-side-1 {
    width: calc(50% - 30px);
  }

  .area-we-serve-sec .map-wrap {
    margin-bottom: 50px;
  }

  .contact-form-side .contact-form-box {
    padding: 40px 51px 40px;
  }

  .contact-pg-details {
    margin-bottom: 55px;
  }

  .leading_brands-slider {
    padding: 00 0 80px;
  }

  .leading_brands-slider .slick-prev {
    top: calc(100% - 22px);
    left: calc(50% - 50px) !important;
  }

  .leading_brands-slider .slick-next {
    top: calc(100% - 22px);
    right: calc(50% - 50px);
  }
}

@media (max-width: 1199.98px) {
  .mrgb100 {
    margin-bottom: 60px;
  }

  .img-content-sec.bgdark {
    padding: 60px 0;
  }

  .why-choose-sec {
    padding: 60px 0 00px;
  }

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

  .get-a-quote-wrapper {
    & .get-a-quote-details {
      width: 100%;
      padding: 25px;

      &>ul {
        column-count: 2;
      }
    }

    & .get-a-quote-box {
      width: 100%;
    }
  }

  .get-a-quote-form form {
    padding: 30px 25px 10px;
  }

  .service-details {
    padding: 0 20px 40px;
  }

  .services-slider-sec {
    padding: 50px 0 85px;
  }

  .services-slider {
    padding: 0 140px 0 0;
  }

  .why-choose-sec {
    margin-bottom: 160px;

    & .heading-36 {
      text-align: center;
      margin: 0 0 20px;
    }
  }

  .why-choose-list {
    row-gap: 30px;
  }

  .why-choose-box {
    width: 33%;
  }

  .cta-sec {
    margin-top: 60px;

    & .flex-container {
      padding: 25px 25px;
      flex-wrap: nowrap;

      & .btnlist {
        min-width: 400px;
        gap: 10px;
      }
    }
  }

  #completed-projects-tab .resp-tabs-list li {
    padding: 10px 0px;
  }

  #completed-projects-tab .resp-tabs-container {
    margin-bottom: 0;
  }

  .our-conpleted-project-slider .slick-prev {
    left: calc(0% - 270px) !important;
  }

  .our-conpleted-project-slider .slick-next {
    left: -220px;
  }

  .testimonial-slider-sec {
    padding: 50px 0 50px;
  }

  .testimonial-slider-sec {
    & .heading-36 {
      color: #fff;
      margin: 0 0 30px;
    }
  }

  .testimonial-slider {
    padding-bottom: 60px;
  }

  .testimonial-slider .slick-prev {
    top: calc(100% - 24px);
    left: calc(50% - 50px) !important;
  }

  .testimonial-slider .slick-next {
    top: calc(100% - 24px);
    left: unset;
    right: calc(50% - 50px) !important;
  }

  .why-choose-sec+.our-completed-projects-sec {
    padding-top: 170px;
  }

  .service-box-wrap {
    padding: 50px 30px 50px 30px;
  }

  .service-box-details {
    width: 40%;
    padding-right: 25px;
  }

  .services-list {
    gap: 10px;
  }

  .project-box .img-wrap .heading-24 {
    font-size: 22px;
  }

  .testimonial_details {
    &>p {
      font-size: 14px;
      font-weight: normal;
      letter-spacing: 0.32px;
      color: #000000;
      margin-bottom: 0;
    }
  }

  .author-nm {
    font-size: 16px;
  }

  .areas-we-serve-list {
    column-count: 1;
  }

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

  .contact-pg-details {
    margin-bottom: 30px;
    column-gap: 10px;
    row-gap: 20px;
  }

  .contact-wrapper {
    gap: 10px;
  }

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

  .leading_brands-slider {
    &:not(.slick-initialized) {
      &>.slide-box:not(:nth-child(-n + 5)) {
        display: none;
      }
    }
  }

  .our-conpleted-project-slider {
    & .slide-box {
      & .img-wrap>a {
        min-height: 348px;
        height: 348px;
      }
    }
  }

}

@media (max-width: 991.98px) {
  .intro-sec {
    & .flex-container {
      flex-wrap: wrap;
      gap: 25px;

      & .left-img-side {
        width: calc(100%);

        & .heading-36 {
          margin-bottom: 30px;
        }
      }

      & .right-content-side {
        width: calc(100%);
      }
    }
  }

  .badge_imgs {
    gap: 40px;
  }

  .services-slider {
    padding: 0 0px 0 0;
    width: calc(100% + 10px);
    margin: 0 -5px;

    & .slide-box {
      padding: 0 5px;

      &>.img-wrap {
        &::after {
          background: transparent linear-gradient(223deg, #00000000 0%, #00000082 100%) 0% 0% no-repeat padding-box;
        }
      }
    }
  }

  .service-details {
    padding: 0 20px 24px;
    transform: translateY(0);

    & .sub_services {
      padding-top: 15px;
      gap: 10px;
    }
  }

  .head_wrap {
    margin-bottom: 15px;

    &>.img-wrap {
      height: 30px;
      width: 30px;
    }
  }

  .why-choose-box {
    width: 50%;
  }

  #completed-projects-tab {
    flex-direction: column;

    &>.heading-36 {
      width: 100%;
      position: relative;
      inset: unset;
    }
  }

  #completed-projects-tab .resp-tabs-container {
    width: 100%;
  }

  #completed-projects-tab .resp-tabs-list {
    width: 100%;
    padding: 0 0 5px;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    gap: 4px;
    max-width: 100%;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 20px;

    &>li {
      width: fit-content;
      white-space: nowrap;
      padding: 10px 20px 10px !important;
      border: 1px solid rgba(0, 0, 0, 0.1);
      min-width: fit-content;
      font-size: 14px;
    }
  }

  .our-conpleted-project-slider .slick-prev {
    left: calc(5px) !important;
  }

  .our-conpleted-project-slider .slick-next {
    left: 60px;
  }

  .our-completed-projects-sec {
    padding: 80px 0 40px;
  }

  .our-conpleted-project-slider {
    padding: 0 0px 50px 0px;
  }

  .our-conpleted-project-slider {
    & .slide-box {
      & .img-wrap>a {
        min-height: 368px;
        height: 368px;
      }
    }
  }

  .sec-rt-cir-ark,
  .sec-lt-cir-ark {
    display: none;
  }

  .img-content-sec {
    & .flex-container {
      gap: 25px;

      & .left-img-side {
        width: calc(100%);

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

        &>.img-wrap>img:not(.badge-img) {
          width: 100%;
        }
      }

      & .right-content-side {
        width: calc(100%);
        max-width: 100%;
      }
    }
  }

  .bt-rt-ark {
    &::after {
      width: 200px;
      height: 200px;
      right: 0;
      bottom: -40px;
      z-index: -1;
      opacity: 0.3;
    }
  }

  .testimonial_details {
    margin-bottom: 30px;
    padding: 0px 0 0;
  }

  .author-details {
    padding: 20px 0 0;
  }

  .cta-sec {
    margin-top: 60px;
  }

  .service-box-details-wrap .services-list {
    width: 55%;
  }

  .service-box-details {
    width: 45%;
    padding-right: 25px;
  }

  .service-wrap .img-wrap {
    padding: 20px;
    min-height: auto;
  }

  .service-title {
    line-height: 1.2;
  }

  .inner-banner.wide .banner-left {
    width: 100%;
    margin-bottom: 0;
  }

  .inner-banner.wide .banner-right {
    width: 100%;
  }

  .project-box .img-wrap .heading-24 {
    font-size: 20px;
    font-weight: 600;
  }

  .project-list {
    width: calc(100% + 10px);
    margin: 0 -5px;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .project-box {
    padding: 0 5px;
  }

  .project-box .img-wrap .heading-24 {
    padding-inline: 15px;
  }

  .testimonails-list {
    margin: 0 -10px 0px;

    & .slide-box {
      width: 50%;
      padding: 0 10px;
    }

    & .slide-box.video-testimonial {
      width: 100%;
      margin: 0px 0;
      order: 2;
    }
  }

  .area-we-serve-sec .map-wrap {
    margin-bottom: 30px;
  }

  .contact-pg-sec .flex-container {
    flex-wrap: wrap;
    gap: 25px;
  }

  .contact-details-side {
    width: 100%;
  }

  .contact-form-side {
    width: 100%;
  }

  .contact-pg-details {
    column-gap: 25px;
    margin-bottom: 0;
  }

  .leading_brands-slider {
    &:not(.slick-initialized) {
      &>.slide-box:not(:nth-child(-n + 4)) {
        display: none;
      }
    }
  }

  .get-a-quote-wrapper {
    & .get-a-quote-details {
      & .heading-30 {
        text-align: center;
      }
    }
  }

  .get-a-quote-form input[type="submit"] {
    background: #44443b url(../images/icon/btn-icon.svg) top 19px right calc(50% - 74px) no-repeat;
    padding: 9px 40px 9px 21px;
  }

  .inner-banner.wide .banner-right {display: none;  }
}

@media (max-width: 767.98px) {
  .faqs-sec {
    padding: 40px 0;

    & .heading-36 {
      margin: 0 auto 25px;
    }
  }

  .mrgb100 {
    margin-bottom: 40px;
  }

  .why-choose-list {
    width: calc(100% + 20px);
    margin: 0 -10px;

    & .why-choose-box {
      padding: 0 10px;
    }
  }

  .img-content-sec.bgdark {
    padding: 40px 0;
  }

  .cta-sec {
    & .flex-container {
      flex-wrap: wrap;
    }
  }

  .homepg .cta-sec+.our-completed-projects-sec {
    padding-top: 149px;
    margin-top: -100px;
  }

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

  .why-choose-sec {
    padding: 40px 0 00px;
    margin-bottom: 130px;
  }

  .services-listing-sec .flex-container {
    gap: 30px;
  }

  .service-box-wrap {
    padding: 40px 30px;
    min-height: auto;

  }

  .service-box-details-wrap {
    gap: 20px;
  }

  .service-box-details-wrap .services-list {
    width: 100%;
    justify-content: flex-start;
  }

  .service-box-details {
    width: 100%;
    padding-right: 0px;
    /* margin-bottom: 20px; */
  }

  .services-list {
    width: 100%;
    flex-wrap: wrap;
  }

  .services-list .slide-box {
    width: calc(50% - 5px);
  }

  .project-box {
    width: 50%;
  }

  #projects-type-tab {
    & .resp-tab-content {
      /* padding-bottom: 30px; */
    }
  }

  .testimonails-list {
    margin: 0 0px 0px;
    width: 100%;

    & .slide-box {
      width: 100%;
      padding: 0 0px;
    }
  }

  .testimonails-list {
    & .slide-box.video-testimonial {
      & .img-wrap {
        & img {
          min-height: 350px;
        }
      }
    }
  }

  .testimonials-sec {
    margin-bottom: 50px;
  }

  .areas-we-serve-list.col-count-4 {
    column-count: 2;
  }

  .services-slider {
    &:not(.slick-initialized) {
      &>.slide-box:not(:nth-child(-n + 1)) {
        display: none;
      }
    }
  }

  .testimonial-slider {
    &:not(.slick-initialized) {
      &>.slide-box:not(:nth-child(-n + 1)) {
        display: none;
      }
    }
  }

  .leading_brands-slider {
    &:not(.slick-initialized) {
      &>.slide-box:not(:nth-child(-n + 3)) {
        display: none;
      }
    }
  }

  .get-a-quote-form form .row {
    flex-wrap: wrap;
  }

  .get-a-quote-form form .form-group.form-group33 {
    width: 100%;
  }

  .our-conpleted-project-slider {
    & .slide-box {
      & .img-wrap>a {
        min-height: 270px;
        height: 270px;
        overflow: hidden;
      }
    }
  }
}

@media (max-width: 575.75px) {

  /* img.mobile-image {
    display: block;
  }
  img.desktop-image {
    display: none;
  } */
  .badge_imgs {
    gap: 20px;
  }

  .badge_imgs img {
    max-width: calc(50% - 20px);
  }

  .slick-prev,
  .slick-next {
    width: 34px;
    height: 34px;
  }

  .features-slider {
    padding-right: 25vw;

    & .slick-list {
      overflow: visible;
    }
  }

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

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

  .heading-22 {
    font-size: 20px;
  }

  .features-wrap {
    max-width: 100%;
  }

  .form-group.form-group33 {
    width: 100%;
  }

  .get-a-quote-form-sec {
    /* margin-top: -44px; */
    margin-top: 20px;
  }

  .row {
    flex-wrap: wrap;
  }

  .get-a-quote-form form {
    padding: 20px 15px 10px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="number"],
  input[type="submit"],
  input[type="email"],
  textarea,
  .form-control {
    margin-bottom: 15px;
  }

  .get-a-quote-wrapper {
    & .get-a-quote-details {
      &>ul {
        column-count: 1;
      }
    }
  }

  .our_qualities {
    gap: 15px;
    margin-bottom: 20px;
  }

  .our_quality_item {
    width: calc(100%);
  }

  .btnlist {
    gap: 10px;
  }

  .services-slider-sec .head-sec {
    margin-bottom: 20px;
    justify-content: center;
    text-align: center;

    &>.button.btn-border {
      display: none;
    }
  }

  .services-slider-sec {
    padding: 30px 0 65px;
    text-align: center;
  }

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

  .mobile-btn {
    display: inline-flex;
    margin-top: 20px;
  }

  .why-choose-list {
    width: calc(100%);
    margin: 0 0px;
    row-gap: 20px;
  }

  .why-choose-box {
    width: 100%;
    padding: 0;
  }

  .cta-sec {
    & .flex-container {
      row-gap: 20px;
      justify-content: center;
      text-align: center;

      & .btnlist {
        min-width: unset;
        gap: 10px;
        justify-content: center;
      }
    }
  }

  .why-choose-box {
    &>.heading-18 {
      padding-bottom: 10px;
      margin-bottom: 10px;
    }

    &>.img-wrap {
      max-width: 45px;
      margin: 0 0 10px;
    }
  }

  .text-lg {
    &>img {
      max-width: 1500px;
    }
  }

  .cta-sec,
  .homepg .cta-sec {
    margin-top: 40px;
  }

  .why-choose-sec+.our-completed-projects-sec {
    padding-top: 140px;
  }

  .our-conpleted-project-slider .slick-next {
    left: 48px;
  }

  .line {
    &::after {
      width: calc(100% - 100px);
      left: 84px;
    }
  }

  .our-conpleted-project-slider {
    padding: 0 0px 40px 0px;
  }

  .leading_brands-slider .slick-prev {
    left: calc(50% - 40px) !important;
  }

  .leading_brands-slider .slick-next {
    right: calc(50% - 40px);
  }

  .leading_brands-slider {
    padding: 00 0 60px;
  }

  .testimonial-slider .slick-next {
    right: calc(50% - 40px) !important;
  }

  .testimonial-slider .slick-prev {
    left: calc(50% - 40px) !important;
  }

  .our_quality_item {
    gap: 15px;

    & .img-wrap {
      min-width: 40px;
      width: 40px;
    }
  }

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

  .service-box-wrap {
    padding: 20px 15px;
  }

  .service-box-details p {
    margin-bottom: 15px;
  }

  .service-title {
    font-size: 14px;
    font-weight: 600;
  }

  .service-box {
    gap: 10px;
  }

  .inner-banner-wrapper {
    & .heading-50 {
      color: #fff;
      margin-bottom: 10px;
    }
  }

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

  .testimonials-sec {
    margin-bottom: 30px;
  }

  .project-box .img-wrap .heading-24 {
    font-size: 16px;
    font-weight: 600;
    padding-inline: 15px;
    bottom: 18px;
  }

  .areas-we-serve-wrap {
    flex-wrap: wrap;
  }

  .col-side-1 {
    width: calc(100%);
  }

  .areas-we-serve-list.col-count-4 {
    column-count: 1;
  }

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

  .row {
    margin-left: -5px;
    margin-right: -5px;
    display: inline-flex;
    width: calc(100% + 10px);
  }

  .form-group.form-group50 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .form-group.form-group100 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .contact-form-side select {
    margin-bottom: 20px;
  }

  .contact-wrapper>.img-wrap {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    min-width: 50px;
  }

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

  .cta-info {
    & .heading-36 {
      text-align: center !important;
    }
  }

  .testimonial-slider {
    & .slide-box {
      &>.img-wrap {
        & img {
          height: 350px;
        }
      }
    }
  }

  .why-choose-list+.content.center {
    margin-top: 30px;
  }

  .form-group.submitwrap .button.submitbtn {
    width: 100%;
    margin-bottom: 0;
  }

  .service-box-wrap.service_list_1,
  .service-box-wrap.service_list_3 {
    & .service-box-details-wrap {
      row-gap: 20px;
    }

    & .service-box-details {
      width: 100%;
      max-width: 100%;
    }
  }
}