/*!
Theme Name: Feikema Plumbing & Sanitation
Theme URI: https://www.dotcomdesign.com/
Author: Dotcom Design
Author URI: https://www.dotcomdesign.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: feikema-plumbing-sanitation
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea,
p {
  color: var(--common-color);
  font-size: 16px;
  line-height: 26px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
  clear: both;
  display: inline-block;
  float: none;
  width: auto;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: none;
  display: inline-block;
  position: relative;
  margin-right: 14px;
}

.main-navigation li:last-child {
  margin-right: 0;
}

.main-navigation li a {
  height: var(--height);
  display: flex;
  align-items: center;
  transition: var(--transition);
  position: relative;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.025em;
  color: var(--black-color);
  text-transform: uppercase;
  padding: 13px;
  border-bottom: 3px solid transparent;
}

/*==========Font CSS Start==========*/

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

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

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

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

/*==========Font CSS End==========*/

/*========== Form CSS Start ==========*/
.form-element i {
  position: absolute;
  top: 16px;
  right: 30px;
  font-size: 15px;
  color: var(--icon-color);
  pointer-events: none;
}

.wpcf7-form-control-wrap {
  margin-bottom: 30px;
}

.form-input::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color: var(--input-color);
}

.form-input::-moz-placeholder,
.input-text::-moz-placeholder {
  color: var(--input-color);
}

.form-input:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: var(--input-color);
}

.form-input::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: var(--input-color);
}

.form-input::placeholder,
.input-text::placeholder {
  color: var(--input-color);
}

select option {
  color: var(--black-color);
}

select {
  color: var(--input-color) !important;
}

.form-input,
.input-text,
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
select {
  width: 100%;
  height: 46px;
  border: 1px solid transparent;
  outline: none !important;
  padding: 0 30px;
  font-size: 16px;
  line-height: 26px;
  color: var(--common-color);
  background: var(--white-color);
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

select,
select.form-input {
  padding-right: 45px;
}

select:focus,
select.form-input:focus {
  box-shadow: unset;
}

.form-input.wpcf7-textarea {
  height: 120px;
  resize: none;
  padding: 15px 30px;
  display: block;
}

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

.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 103%;
  transform: translate(0, -50%);
  margin: 0;
}

span.wpcf7-list-item-label::before,
.woocommerce-form__label-for-checkbox span::before,
.comment-form-cookies-consent label::before {
  --radio-label-size: 20px;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: var(--radio-label-size);
  height: var(--radio-label-size);
  border-radius: calc(var(--radio-label-size) * 0.5);
  border: 2px solid var(--primary-color);
  z-index: 1;
}

.comment-form-cookies-consent label::before {
  border-radius: 0;
  border-width: 1px;
  border-color: var(--dark-color);
}

span.wpcf7-list-item-label::after,
.woocommerce-form__label-for-checkbox span::after,
.comment-form-cookies-consent label::after {
  --radio-label-inner-size: 12px;
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: var(--radio-label-inner-size);
  height: var(--radio-label-inner-size);
  border-radius: calc(var(--radio-label-inner-size) * 0.5);
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  opacity: 0;
  transition: var(--transition);
  z-index: 0;
}

.wpcf7-radio span.wpcf7-list-item-label::after {
  top: 6px;
}

.comment-form-cookies-consent label::after {
  left: 0;
}

input[type="radio"]:checked ~ span::after {
  opacity: 1;
}

.checkbox-wp .wpcf7-list-item-label::before,
.wpcf7-checkbox span.wpcf7-list-item-label::before {
  border-radius: 0;
}

.wpcf7-checkbox span.wpcf7-list-item-label::after,
.checkbox-wp .wpcf7-list-item-label::after,
.woocommerce-form__label-for-checkbox span::after,
.comment-form-cookies-consent label::after {
  --checkbox-label-size: 20px;
  content: "\f00c";
  width: var(--checkbox-label-size);
  height: var(--checkbox-label-size);
  background: transparent;
  color: var(--white-color);
  border-radius: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  background: var(--dark-color);
  border-radius: 0;
}

.wpcf7-checkbox span.wpcf7-list-item-label::after {
  left: 0;
  background: var(--primary-color);
}

input[type="checkbox"]:checked ~ span::before,
input[type="checkbox"]:checked ~ span::after,
input[type="checkbox"]:checked ~ span.wpcf7-list-item-label::after,
input[type="checkbox"]:checked ~ span.wpcf7-list-item-label::before,
input[type="checkbox"]:checked ~ label::after {
  opacity: 1;
}

.checkbox-wp .wpcf7-not-valid .wpcf7-list-item-label::before {
  border-color: var(--red-color);
  opacity: 0.7;
}

.wpcf7-list-item {
  margin: 0 20px 0 0;
}

.wpcf7-checkbox .wpcf7-list-item:last-child,
.wpcf7-radio .wpcf7-list-item:last-child {
  margin: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

.form-input-checkbox .wpcf7-list-item.last {
  margin: 0;
}

.wpcf7-not-valid,
.wpcf7-not-valid .wpcf7-list-item-label::before {
  border-color: var(--red-color) !important;
}

.form-input-file {
  position: relative;
  height: 48px;
  background: 0 0;
  border-radius: 0;
  border: 1px solid var(--black-color);
  margin-bottom: var(--gutter);
}

.form-box.form-input-file {
  height: auto;
  border: 0;
}

.form-input-file p {
  color: var(--black-color);
  line-height: 1;
  margin-bottom: 0;
}

.form-box.form-input-file p {
  line-height: inherit;
}

.form-input-file .wpcf7-form-control-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.form-box.form-input-file .wpcf7-form-control-wrap {
  position: relative;
}

.form-input-file [type="file"] {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.form-box.form-input-file input[type="file"] {
  position: relative;
  width: 76px;
  height: 73px;
  overflow: hidden;
  opacity: 0;
  line-height: 1;
  z-index: 1;
}

.form-input-file .icon-label {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
}

.form-box.form-input-file .input-file-icon {
  position: absolute;
  top: 30px;
  left: 0;
  width: 76px;
  height: 73px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  display: inline-block;
  cursor: pointer;
  z-index: 0;
}

.form-box.form-input-file .input-file-icon::before,
.form-box.form-input-file .input-file-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--gutter);
  height: 1px;
  background: var(--primary-color);
}

.form-box.form-input-file .input-file-icon::after {
  width: 1px;
  height: var(--gutter);
}

.form-input-file .icon-label label {
  font-weight: inherit;
  font-size: 14px;
  line-height: 22px;
}

.form-input-file .icon-label label span {
  color: var(--black-color);
  font-weight: 600;
  margin-left: 3px;
}

.form-input-file .input-file-text {
  color: var(--black-color);
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  line-height: 24px;
}

/*========== Form CSS End ==========*/

/*========== Common CSS Start ==========*/

:root {
  --primary-color: #ffc764;
  --secondary-color: #6a1a16;
  --secondary2-color: #691b19;
  --dark-color: #212020;
  --dark-black: #000000;
  --dark-bg-color: #2b2b2b;
  --icon-color: #2b2b30;
  --common-color: #707070;
  --white-color: #ffffff;
  --black-color: #231e1f;
  --gray-color: #4e4e4e;
  --light-color: #f5f5f5;
  --light2-color: #f4f4f4;
  --light-rgb: rgba(248, 248, 248, 0.84);
  --red-color: #ff0000;
  --orange-color: #ff7c27;
  --input-color: #707070;
  --space-80: 80px;
  --body-font: "Montserrat";
  --title-font: "Montserrat";
  --transition: 0.3s;
  --gutter: 30px;
}

body {
  font-size: 16px;
  line-height: 26px;
  color: var(--common-color);
  font-family: var(--body-font);
}

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

p a,
a {
  color: var(--primary-color);
  transition: var(--transition);
}

p a:hover,
a:hover {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: var(--dark-color);
  font-family: var(--title-font);
}

.h1-title {
  font-size: 60px;
  line-height: 1.2166666;
  font-weight: 600;
  margin-bottom: 26px;
}

.h2-title {
  font-size: 32px;
  line-height: 1.21875;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: var(--black-color);
  margin-bottom: 19px;
}

.h3-title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.025em;
  color: var(--icon-color);
  text-transform: uppercase;
  margin-bottom: 21px;
}

.h6-title {
  font-size: 16px;
  line-height: 26px;
}

.play-btn {
  width: 60px;
  height: 60px;
  color: var(--primary-color);
  background: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
  box-shadow: var(--box-shadow);
  transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.play-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.main-navigation ul li.menu-item-has-children::after {
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translate(0, -50%) rotate(0deg);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  -webkit-text-stroke: 0;
  color: var(--black-color);
  transition: var(--transition);
}

.main-navigation ul li.menu-item-has-children > a {
  padding-right: 30px;
}

@keyframes swip_up {
  from {
    top: calc(100% + 20px);
    opacity: 0;
  }

  to {
    top: 100%;
    opacity: 1;
  }
}

.main-navigation ul ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-navigation ul ul li:last-child {
  border-bottom: 0;
}

.main-navigation ul ul li a {
  height: auto;
  display: block;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 16px;
  border: 0;
  transition: var(--transition);
}

.sticky_head .main-navigation li ul li a {
  height: auto;
}

.main-navigation > li:hover ul a {
  background: transparent;
  -webkit-text-stroke: 0;
  border-bottom: 0;
}

.sec-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  width: 270px;
  height: 54px;
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  font-size: 16px;
  line-height: 19px;
  color: var(--white-color);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding: 5px;
  outline: none !important;
  transition: var(--transition);
  overflow: hidden;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.sec-btn:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--dark-color);
  color: var(--white-color);
}

.sec-btn.trans-btn:hover {
  background: transparent;
}

.sec-btn.md-btn {
  width: 220px;
  height: 46px;
}

.sec-btn.sm-btn {
  width: 170px;
  height: 46px;
}

.service-btn .sec-btn.sm-btn {
  height: 54px;
}

.sec-btn.outline-btn {
  background: transparent;
  color: var(--common-color);
  border-color: var(--primary-color);
  text-transform: unset;
}

.sec-btn.outline-btn:hover {
  background: var(--primary-color);
  color: var(--black-color);
}

/*========== Common CSS End ==========*/

/*========== Modal Popup CSS Start ==========*/
.modal-content {
  background: var(--white-color);
  -webkit-mask-image: -webkit-radial-gradient(
    var(--white-color),
    var(--black-color)
  );
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  border-radius: 16px;
  box-shadow: 0 20px 30px rgba(60, 140, 244, 0.16);
}

.popup-title {
  position: relative;
  padding: 10px 65px 10px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.popup-title .h2-title {
  font-size: 25px;
  line-height: 35px;
  color: var(--primary-color);
  margin-bottom: 0;
}

button.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: var(--primary-color);
  opacity: 1 !important;
  text-shadow: none;
  color: var(--white-color);
  border-radius: 0;
  outline: none !important;
  z-index: 2;
  transition: var(--transition);
  border: 0;
}

button.close:hover {
  background: var(--dark-color);
  color: var(--white-color);
}

button.close::before,
button.close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: var(--gutter);
  height: 3px;
  background: var(--white-color);
}

button.close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-dialog {
  max-width: 700px;
}

.common-popup-overflow {
  padding: 10px 0px;
}

.common-popup-text::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

.modal .form-input {
  border-color: var(--common-color);
}

.modal .form-input {
  border-color: var(--common-color);
}

.modal .contact-form .sec-btn.white-outline-btn {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.modal .contact-form .sec-btn.white-outline-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

/*========== Modal Popup CSS End ==========*/

/*==========Slider Css End==========*/
.slick-dots li {
  margin: 0 12px 0 0;
}

.slick-dots li button {
  --slick-dot-size: 10px;
  width: var(--slick-dot-size);
  height: var(--slick-dot-size);
  background: var(--common-color);
  border-radius: calc(var(--slick-dot-size) * 0.5);
  opacity: 0.3;
  transition: var(--transition);
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
  background: var(--primary-color);
  opacity: 1;
}

.slick-arrow {
  --slick-arrow-size: 50px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: var(--slick-arrow-size);
  height: var(--slick-arrow-size);
  background: var(--primary-color);
  color: var(--white-color);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.slide-arrow.next-arrow.slick-arrow {
  left: auto;
  right: 0;
}

.slick-arrow:hover {
  background: var(--white-color);
  color: var(--primary-color);
}

/*==========Slider Css End==========*/

/*==========Header Start==========*/
.site-header {
  --height: 90px;
  position: fixed;
  width: 100%;
  background: var(--white-color);
  top: 0;
  left: 0;
  box-shadow: 0 33px 56px rgba(0, 0, 0, 0.13);
  z-index: 100;
}

.site-header.sticky_head {
  --height: 75px;
}

.site-branding {
  position: relative;
  width: 180px;
  height: var(--height);
  display: flex;
  align-items: center;
  transition: var(--transition);
}

.site-branding img {
  transition: var(--transition);
}

.header-fb-icon a {
  font-size: 28px;
  line-height: 1;
  color: var(--icon-color);
  border-left: 1px solid var(--primary-color);
  padding-left: 20px;
}

.header-fb-icon a:first-child {
  border: 0;
  padding: 0 15px 0 0;
}

.header-fb-icon a:hover {
  color: var(--primary-color);
}

/*==========Header End==========*/

/*==========Banner Start==========*/

.main-banner {
  position: relative;
  padding: 403px 0 483px;
}

.main-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--icon-color);
  opacity: 0.86;
}

.banner-content.text-center {
  max-width: 970px;
  margin: 0 auto;
}

.banner-title-wp {
  --banner-title-space: 35px;
  --banner-title-space-2: 10px;
  position: relative;
  padding-top: var(--banner-title-space);
  margin-bottom: var(--banner-title-space);
}

.common-title::after,
.common-title::before,
.common-title-wp::before,
.banner-title::before,
.banner-title::after,
.banner-title-wp::before {
  content: "";
  position: absolute;
  left: 0;
}

.common-title-wp::before,
.banner-title-wp::before {
  width: 100%;
  height: calc(100% + var(--banner-title-space-2) * -1);
  top: 0;
  border: 1px solid var(--primary-color);
  border-bottom: 0;
}

.banner-title {
  --border-width: 400px;
  position: relative;
}

.banner-title::before,
.banner-title::after {
  bottom: var(--banner-title-space-2);
  width: var(--border-width);
  height: 1px;
  background: var(--primary-color);
}

.common-title::after,
.banner-title::after {
  left: auto;
  right: 0;
}

.home .banner-title-wp .h1-title {
  max-width: 766px;
  margin: 0 auto 18px;
}

.banner-title .sub-title {
  max-width: 670px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  margin: 0 auto 0;
  color: var(--primary-color);
}

.banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.banner-btn .sec-btn {
  color: var(--black-color);
}

.banner-btn .sec-btn:hover {
  color: var(--white-color);
}

.banner-btn .sec-btn.white-outline-btn {
  text-transform: unset;
  color: var(--white-color);
  border: 2px solid var(--primary-color);
}

.banner-btn .sec-btn.white-outline-btn:hover {
  color: var(--black-color);
  background-color: var(--primary-color);
}

.banner-btn .sec-btn span {
  margin-left: 4px;
}

/*==========Banner End==========*/

/*==========About Us Start==========*/

.about-sec {
  position: relative;
  background-color: var(--icon-color);
}

.about-wp {
  position: relative;
  --top-content: -230px;
  top: var(--top-content);
  margin-bottom: var(--top-content);
}

.about-wp::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500%;
  height: 100%;
  background: var(--primary-color);
  box-shadow: 40px 39px 76px rgba(0, 0, 0, 0.25);
}

.about-img-wp {
  position: relative;
  float: right;
  width: 861px;
  top: -77px;
  right: -56px;
}

.about-img-wp img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.about-img-wp.about-img-wp-1 {
  position: relative;
  float: right;
  width: 690px;
  top: 0;
  right: -90px;
  margin-bottom: calc(var(--bottom-content) * -1);
}

.about-img-wp.about-img-wp-2 {
  width: 690px;
  top: 0;
  right: -30px;
  margin-bottom: -43px;
}

.about-content {
  position: relative;
  max-width: 500px;
  padding: 61px 0 0;
  margin-left: 70px;
}

.about-content-wp {
  margin-top: -11px;
  --bottom-content: 103px;
  margin-bottom: var(--bottom-content);
}

.about-content-wp .about-content {
  margin-left: 0px;
  max-width: 470px;
  padding: 0;
}

.about-content-wp-1 {
  margin-bottom: 43px;
}

.about-content-wp-1 .about-content {
  padding: 58px 0 0;
}

.about-content .h2-title {
  margin-bottom: 19px;
}

.about-content .h6-title {
  margin-bottom: 26px;
}

/* .home .about-content p {
    height: 183px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
} */

.about-content-wp-1 .about-content .h6-title {
  color: var(--primary-color);
}

.about-text p {
  color: var(--black-color);
}

.about-content-wp-1 .about-text p {
  color: var(--white-color);
}

.about-content-text p {
  color: var(--primary-color);
}

.about-content-text {
  margin-top: 50px;
}

/*==========About Us End==========*/

/*==========Our Services Start==========*/

.our-service-sec {
  position: relative;
  padding-top: 42px;
}

.service-title {
  background: var(--secondary2-color);
  position: relative;
  padding: 289px 0 115px;
}

.service-title-img {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.19;
}

.service-title .sec-title .h2-title {
  color: var(--light-color);
}

.service-img,
.service-even-row,
.service-row {
  position: relative;
}

.service-row.even {
  background-color: var(--primary-color);
}

.service-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.odd .service-content {
  margin-top: 116px;
}

.service-wp .service-row:nth-child(3) .service-content {
  margin-top: 40px;
}

.even .service-content .h3-title {
  color: var(--primary-color);
}

.sec-btn.white-outline-btn {
  border: 2px solid var(--primary-color);
  text-transform: unset;
}

.sec-btn.white-outline-btn:hover {
  color: var(--black-color);
  background-color: var(--primary-color);
}

.service-content p {
  margin-bottom: 20px;
}

.sub-text p {
  font-weight: 700;
  margin-bottom: 18px;
}

/*==========Our Services End==========*/

/*==========Services List Start==========*/

.services-list-sec {
  padding-bottom: 190px;
  padding-top: 76px;
}

.services-list-wp {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  grid-gap: 50px 30px;
}

.services-list-img {
  flex-shrink: 0;
  height: 320px;
  border: 10px solid var(--light2-color);
}

.services-list-box {
  display: flex;
  flex-direction: column;
}

.services-list-content {
  margin: calc(var(--space-80) * -1) 20px 0;
  background: var(--white-color);
  padding: 24px 20px 40px;
  box-shadow: 20px 13px 40px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  flex: auto;
}

.services-list-content .h3-title {
  color: var(--primary-color);
  margin: 0 auto 18px;
  word-break: break-word;
}

.services-list-content p {
  font-size: 14px;
  line-height: 24px;
}

/*==========Services List End==========*/

/*==========Our Process Start==========*/

.our-process-sec {
  position: relative;
  padding-bottom: var(--space-80);
}

.process-list-wp {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  grid-gap: var(--gutter);
}

.our-process-box {
  background: var(--white-color);
  padding: var(--gutter);
  box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.08);
}

.home .our-process-box {
  padding: 30px 20px 30px 30px;
}

.common-title-wp {
  --title-space: 20px;
  position: relative;
  max-width: 487px;
  padding-top: var(--gutter);
  margin: 0 auto 42px;
}

.common-title-wp::before {
  height: calc(100% + var(--title-space) * -1);
  border-color: var(--primary-color);
}

.common-title {
  --common-border-width: 130px;
  position: relative;
}

.common-title .h2-title {
  max-width: 370px;
  color: var(--icon-color);
  margin: 0 auto;
  text-align: center;
}

.testimonial-sec .common-title-wp .common-title {
  --common-border-width: 70px;
}

.common-title::before,
.common-title::after {
  bottom: var(--title-space);
  width: var(--common-border-width);
  height: 1px;
  background: var(--primary-color);
}

/*==========Our Process End==========*/

/*==========Gallery Start==========*/

.gallery-sec {
  position: relative;
  padding-bottom: var(--space-80);
}

.gallery-slider {
  font-size: 0;
  line-height: 1;
}

.gallery-slider .slick-dots {
  bottom: -40px;
}

.main-gallery-slider {
  padding-bottom: 40px;
}

.our-gallery-sec {
  position: relative;
  padding-bottom: 110px;
}

.ajax-loader i {
  color: var(--dark-color);
}

.gallery-title {
  position: relative;
  height: 140px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 2;
  margin-top: -17px;
  margin-bottom: -20px;
}

.gallery-title .h2-title {
  position: relative;
  z-index: 1;
  color: var(--primary-color);
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1.28;
  letter-spacing: unset;
}

.gallery-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50vw;
  height: 100%;
  background: var(--icon-color);
  z-index: 0;
  transform: translate(0, -50%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.gallery-wp {
  position: relative;
}

.gallery-img {
  height: 760px;
}

.gallery-wp {
  display: flex;
  align-items: center;
  margin-top: -40px;
  background-color: var(--primary-color);
  width: 635px;
  height: 80px;
  position: absolute;
  right: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.slider-btn {
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  color: var(--icon-color);
  max-width: 237px;
  margin-left: 33px;
}

.home-gallery-slider .slide-arrow,
.service-gallery-slider .slide-arrow {
  margin: 0 !important;
  width: 46px;
  height: 100px;
  left: 15px;
  background: var(--icon-color);
  color: var(--primary-color);
}

.home-gallery-slider .slide-arrow:hover,
.service-gallery-slider .slide-arrow:hover {
  background-color: var(--primary-color);
  color: var(--icon-color);
}

.home-gallery-slider .next-arrow.slick-arrow,
.service-gallery-slider .next-arrow.slick-arrow {
  left: auto;
  right: 15px;
  background: var(--primary-color);
  color: var(--icon-color);
}

.home-gallery-slider .next-arrow.slick-arrow:hover,
.service-gallery-slider .next-arrow.slick-arrow:hover {
  background: var(--icon-color);
  color: var(--primary-color);
}

.service-gallery.our-gallery-sec {
  padding-bottom: 198px;
}

/* .service-gallery .gallery-tab ul li {
    display: inline-block;
} */

.service-gallery .gallery-tab span {
  display: block;
}

.gallery-tab.service-tab {
  position: relative;
  padding: 20px 0;
}

.gallery-tab.service-tab:before {
  content: "";
  position: absolute;
  top: 0;
  left: -270px;
  width: 130vw;
  height: 100%;
  background: var(--white-color);
  z-index: -2;
}

.gallery-tab.service-tab ul li {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 5px 8px 21px;
  border-left: 1px solid var(--primary-color);
  cursor: pointer;
  transition: 0.4s;
  color: rgb(112 112 112 / 40%);
}

.gallery-tab.service-tab ul li.active {
  color: rgb(112 112 112 / 100%);
}

.gallery-tab.service-tab ul li {
  flex: 1;
}

.gallery-tab.service-tab ul li:last-child {
  padding-right: 0;
  display: inline-block;
}

/*==========Gallery End==========*/

/*========== Faq Start==========*/

.faq-sec {
  position: relative;
  padding: var(--space-80) 0 calc(var(--space-80) * 0.88);
  background-color: var(--light2-color);
}

.faq-sec .common-title .h2-title {
  max-width: 250px;
}

.faq-section-title .h2-title {
  color: var(--primary-color);
  margin-bottom: 37px;
}

.faq-box {
  --faq-space: 15px;
}

.faq-content-wp .faq-box:not(:last-child) {
  margin-bottom: var(--faq-space);
}

.faq-box h3 {
  font-size: 16px;
  color: var(--white-color);
  background-color: var(--primary-color);
  min-height: 60px;
  padding: 0 60px 0 30px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  border: 1px solid var(--primary-color);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
}

span.faq-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: var(--gutter);
  height: var(--gutter);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
}

span.faq-arrow svg {
  transform: rotate(0deg);
  transition: var(--transition);
}

.faq-box .active-faq span.faq-arrow svg {
  transform: rotate(180deg);
  transition: var(--transition);
}

.faq-content {
  padding: var(--gutter);
  margin-bottom: calc(var(--faq-space) * 0.5);
  border: 1px solid var(--dark-color);
  border-top: 0;
}

.faq-content-wp .faq-box:last-child .faq-content {
  margin-bottom: 0;
}

/*========== Faq end==========*/

/*==========Emergency Services Start==========*/

.emergency-sec {
  position: relative;
  margin-bottom: -24px;
}

.emergency-services-img {
  float: right;
  width: 835px;
  position: relative;
  right: 2px;
  top: -104px;
  z-index: 1;
}

.emergency-services-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.emergency-services-content {
  position: relative;
  padding: 120px 0;
}

.emergency-services-content::before {
  content: "";
  position: absolute;
  width: 500%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-1180px);
  background: var(--icon-color);
  z-index: -1;
}

.emergency-services-content .h2-title {
  margin-bottom: 35px;
  color: var(--primary-color);
}

.emergency-services-text {
  margin-bottom: 41px;
}

.emergency-services-btn .sec-btn {
  text-transform: uppercase;
}

.emergency-services-btn .sec-btn span {
  margin-left: 5px;
}

/*==========Emergency Services End==========*/

/*==========Testimonial Start==========*/

.testimonial-sec {
  position: relative;
  padding-bottom: 159px;
}

.testimonial-logo {
  position: absolute;
  bottom: 33px;
  right: -90px;
}

.testimonial-sec .common-title-wp {
  margin-bottom: 72px;
}

.testimonial-slider .slick-list {
  --testimonial-slider-space: 45px;
  padding-top: var(--testimonial-slider-space);
  padding-bottom: calc(var(--testimonial-slider-space) + 6px);
}

.testimonial-content {
  padding: 63px 20px 35px 30px;
  position: relative;
  background: var(--white-color);
  box-shadow: -10px 23px 46px rgba(0, 0, 0, 0.05);
}

.quote-icon {
  display: block;
  position: absolute;
  top: calc(var(--testimonial-slider-space) * -1);
  left: var(--gutter);
}

.testimonial-text {
  height: 155px;
  margin-bottom: 15px;
}

.overflow-text p:last-child {
  margin-bottom: 0;
}

.testimonial-name {
  font-size: 16px;
  line-height: 26px;
  color: var(--primary-color);
  margin-bottom: 0;
}

.testimonial-sec .slick-list {
  overflow: visible;
}

.testimonial-sec .slick-slide {
  opacity: 0;
}

.testimonial-sec .slick-slide.slick-active {
  opacity: 1;
}
.birdeye-review-widget > div > iframe {
  max-width: 100% !important;
}
.testimonial-slider {
  margin-bottom: 70px !important;
}
/*==========Testimonial End==========*/

/*==========Footer Start==========*/

.top-footer {
  background: var(--primary-color);
}

.footer-contact-form {
  position: relative;
  padding-bottom: 80px;
  padding-right: 100px;
  z-index: 1;
}

.footer-contact-form::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500%;
  height: calc(100% + var(--space-80));
  background: var(--icon-color);
  z-index: -1;
}

.footer-contact-form .h2-title {
  color: var(--primary-color);
  margin-bottom: 22px;
}

.footer-contact-form .sec-btn.white-outline-btn {
  text-transform: uppercase;
}

.footer-contact-form span.wpcf7-not-valid-tip {
  color: var(--white-color);
}

.footer-contact-form .wpcf7-form.invalid .wpcf7-response-output,
.footer-contact-form .wpcf7 form.invalid .wpcf7-response-output,
.footer-contact-form .wpcf7 form.unaccepted .wpcf7-response-output {
  color: var(--white-color);
  border-color: var(--white-color);
}

.footer-content {
  padding-top: 55px;
  padding-left: 70px;
}

.footer-logo {
  width: 370px;
  margin-bottom: 17px;
}

.footer-logo img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.footer-text {
  margin-bottom: 18px;
}

.footer-text p {
  color: var(--black-color);
  line-height: 24px;
}

.contact-link li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  gap: 3px;
}

.footer-fb-icon {
  margin-top: 21px;
}

.contact-link li:last-child {
  margin-bottom: 0;
}

.contact-link li .icon {
  max-width: 16px;
  min-height: 24px;
  margin-right: 5px;
  display: flex;
  align-items: center;
}

.contact-link li .icon img {
  width: 100%;
  object-fit: cover;
  filter: brightness(1) invert(1);
}

.contact-link li.address .icon {
  max-width: 12px;
}

.contact-link li .text {
  color: var(--black-color);
  line-height: 24px;
  word-break: break-word;
  transition: var(--transition);
}

.contact-link li .text:hover,
.footer-fb-icon a:hover {
  color: var(--white-color);
}

.contact-link li.phone a {
  font-size: 40px;
  line-height: 49px;
  font-weight: 600;
}

.footer-bottom {
  background: var(--common-color);
  text-align: center;
  padding: 60px 0 80px;
}

.footer-fb-icon a {
  font-size: 34px;
  line-height: 1;
  color: var(--dark-black);
  padding-left: 16px;
}

.footer-fb-icon a:first-child {
  padding-left: 0;
}

.footer-menu {
  margin-bottom: 33px;
}

.footer-menu ul {
  list-style: none;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-menu ul li a {
  color: var(--white-color);
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0 8px;
  border-right: 1px solid var(--white-color);
  transition: var(--transition);
}

.footer-menu ul li:last-child a {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.copyright {
  margin-bottom: 5px;
}

.copyright ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 1;
}

.copyright p,
.copyright ul li,
.copyright ul li a,
.copyright-bottom-link p,
.copyright-bottom-link p a {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  color: var(--white-color);
  transition: var(--transition);
  margin-bottom: 0;
}

.copyright-bottom-link p,
.copyright-bottom-link p a {
  line-height: 24px;
}

.copyright ul li a {
  padding-left: 6px;
  margin-left: 6px;
  border-left: 1px solid var(--white-color);
}

.footer-menu ul li a:hover,
.copyright ul li a:hover,
.copyright-bottom-link p a:hover {
  color: var(--primary-color);
}

.copyright-bottom-link p a:last-child {
  font-weight: 700;
}

.copyright-bottom-link {
  text-align: center;
}

.copyright-bottom-link p i {
  color: var(--primary-color);
}

/*==========Footer End==========*/

/*==========contact page start==========*/
.main-banner.contact-banner {
  padding: 217px 0 0;
}

.contact-banner .contact-link li .text {
  color: var(--white-color);
}

.contact-banner .contact-link li .icon img {
  filter: unset;
}

.contact-banner .footer-fb-icon {
  margin-top: 0;
  margin-left: 34px;
}

.contact-banner .footer-fb-icon a {
  color: var(--white-color);
  padding-left: 30px;
}

.contact-banner .h1-title {
  margin-bottom: 12px;
}

.contact-banner .banner-content {
  max-width: 400px;
}

.contact-banner .contact-link li .text:hover,
.contact-banner .footer-fb-icon a:hover {
  color: var(--primary-color);
}

.contact-form-wp {
  background-color: var(--primary-color);
  padding: 60px 0px 30px;
  margin-top: 80px;
  box-shadow: 40px 39px 76px rgb(0 0 0 / 25%);
  margin-bottom: -103px;
}

.contact-flex {
  display: flex;
  justify-content: center;
}

.contact-form-wp .submit-btn .sec-btn.sm-btn {
  color: var(--icon-color);
  border: 3px solid var(--white-color);
}

.contact-banner .contact-form-wp .sec-btn {
  text-transform: uppercase;
}

.contact-form-wp .submit-btn {
  display: block;
  text-align: right;
}

.contact-form-wp .submit-btn .sec-btn.sm-btn:hover {
  background-color: var(--white-color);
  color: var(--dark-color);
}

.contact-form-wp .wpcf7-response-output,
.seo-contact-form .wpcf7-response-output {
  max-width: 970px;
  width: calc(100% - 50px);
  margin: 20px auto !important;
}

.contact-form-wp .submit-btn p {
  display: inline-block;
  position: relative;
}

.contact-form-wp .wpcf7 .wpcf7-spinner {
  right: 100%;
  left: auto;
  transform: translate(-15px, -50%);
}

.map-section {
  position: relative;
  height: 1076px;
}

.map-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==========contact page End==========*/

/*==========Scroll To Top CSS Start==========*/
.scrolltop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  border: none;
  color: var(--white-color) !important;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  padding: 13px 0;
  border-radius: 8px;
  box-shadow: 0 0 20px rgb(0 0 0 / 16%);
  cursor: pointer;
  display: none;
  z-index: 50;
  transition: 0.3s;
}

.scrolltop:hover {
  background: var(--dark-color);
  color: var(--white-color) !important;
}

/*==========Scroll To Top CSS End==========*/

/*==========CTA Button Start==========*/

.cta-btn {
  position: fixed;
  top: 50%;
  right: -7px;
  transform: translate(85px, -50%) rotate(-90deg);
  z-index: 10;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.14);
}

.cta-btn .sec-btn.md-btn {
  width: 250px;
  height: 67px;
  color: var(--icon-color);
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.cta-btn .sec-btn.md-btn:hover {
  color: var(--white-color);
  border: 2px solid var(--orange-color);
}

/*==========CTA Button End==========*/

/*========== About Us Pages Start==========*/

.page-id-296 .main-banner.inner-banner {
  padding: 220px 0 120px;
}

.main-about-sec {
  position: relative;
  background-color: var(--primary-color);
  padding: 80px 0 64px;
}

.main-about-sec .about-img-wp {
  top: 0;
  right: 25px;
}

.main-about-sec .about-content {
  padding-top: 0;
  margin-top: 52px;
}

.main-our-process-sec {
  position: relative;
  padding: var(--space-80) 0;
}

.our-team-sec {
  padding-bottom: calc(var(--space-80) * 2);
}

.our-team-sec .common-title-wp {
  max-width: 585px;
  margin-bottom: var(--gutter);
}

.our-process-title.team-title {
  margin-bottom: 50px;
}

.team-box {
  background-color: var(--primary-color);
  position: relative;
  padding: var(--gutter) var(--gutter) 20px;
  transition: var(--transition);
}

.team-profile {
  height: 300px;
  margin-bottom: 14px;
}

.team-person-name {
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
}

.team-designation {
  line-height: 32px;
}

.team-slider .slick-list {
  padding-bottom: 45px;
}

/*========== About Us Pages End==========*/

/*==========Service Detail Page Start==========*/

.main-service-sec {
  position: relative;
  padding: 0 0 172px;
}

.main-service-wp .main-service-row:not(:last-child) {
  margin-bottom: calc(var(--gutter) * 2);
}

.service-detail-text {
  margin-bottom: var(--gutter);
}

.service-detail-content .h3-title {
  margin-bottom: 24px;
}

.service-detail-content h4 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}

.service-detail-img-wp {
  height: 450px;
}

.service-detail-img {
  width: 100%;
  height: 100%;
}

.service-about .about-wp {
  --top-content: 0;
}

.service-about .about-wp::before {
  top: 0;
  bottom: auto;
  box-shadow: none;
}

.service-about .about-content {
  padding: 94px 0;
  min-height: 408px;
}

.service-about .about-content .h2-title {
  margin-bottom: 30px;
}

.about-sec.service-about {
  background-color: unset;
}

.service-about .about-wp {
  position: relative;
  top: 70px;
  margin-top: 70px;
}

.service-about .about-img-wp {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

/*==========Service Detail Page End==========*/

/*==========Event Page Start==========*/

.main-event-sec {
  position: relative;
  padding: 100px 0 180px;
}

.main-event-wp .main-event-row:not(:last-child) {
  margin-bottom: 60px;
}

.event-date-title {
  display: flex;
  align-items: center;
  gap: 0 30px;
  margin-bottom: 20px;
}

.event-date-title .icon {
  margin-right: 5px;
  color: var(--primary-color);
}

.event-date-title .text {
  font-size: 16px;
  line-height: 26px;
  color: var(--dark-color);
  font-weight: 700;
  margin-bottom: 0;
}

.event-date p i,
.event-time p i {
  margin-right: 5px;
}

.event-img-wp {
  height: 450px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.envent-img {
  width: 100%;
  height: 100%;
}

/*==========Event Page End==========*/

/*==========Career Page Start==========*/

.main-career-sec {
  position: relative;
  padding: var(--space-80) 0 calc(var(--space-80) * 2);
}

.career-content .h2-title {
  color: var(--primary-color);
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}

.career-content-text {
  margin-bottom: var(--gutter);
}

.career-form .form-input {
  border: 1px solid var(--common-color);
}

.career-form label {
  color: var(--dark-color);
}

/*==========Career Page End==========*/

/*==========Inner Pages CSS Start==========*/

.main-banner.inner-banner {
  padding: 220px 0 114px;
}

.main-banner.inner-banner.service-banner {
  margin-bottom: 70px;
  padding-bottom: 0;
}

.main-banner.inner-banner.common-banner {
  min-height: unset;
}

.page-id-556 .main-banner.inner-banner.service-banner.back-img {
  background-position: top;
}

.inner-page-text {
  padding: var(--space-80) 0 calc(var(--space-80) * 2);
}

.privacy-content h2,
.entry-content h2 {
  font-size: 35px;
  color: var(--primary-color);
  margin-bottom: 17px;
}

.page-id-54 .privacy-content ol li::marker {
  font-weight: bold;
}

.page-id-52 .privacy-content ol li::marker {
  font-weight: normal;
}

.privacy-content p a,
.privacy-content a,
.entry-content a,
.entry-content p a,
.entry-content a {
  word-break: break-all;
  color: var(--primary-color);
  transition: var(--transition);
}

.entry-content .sec-btn:hover {
  text-decoration: none !important;
}

.privacy-content p a:hover,
.privacy-content a:hover,
.entry-content p a:hover,
.entry-content a:hover {
  text-decoration: underline !important;
}

.privacy-content .list-disk li,
.entry-content .list-disk li {
  list-style: disc;
}

.entry-content ul li:last-child {
  margin-bottom: 0;
}

.entry-content ul:last-child {
  margin-bottom: 0;
}

/*==========Inner Pages CSS End==========*/

/*========== Thank You Page CSS Start ==========*/
.thank-text h6 {
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--dark-color);
}

.thank-text p a {
  text-decoration: underline !important;
  color: var(--primary-color);
  transition: var(--transition);
}

.thank-text p a:hover {
  color: var(--dark-color);
}

/*========== Thank You Page CSS End ==========*/

/*==========Site Map CSS Start==========*/
.site-map li a {
  color: var(--dark-color);
}

.site-map li::marker {
  color: var(--dark-color);
}

/*==========Site Map CSS End==========*/

/*========== View All Services css ==========*/
.footer-last .text,
.menu-seo-menu-container ul li a {
  font-size: 14px;
  line-height: 20px;
  color: var(--white-color);
  cursor: pointer;
  transition: var(--transition);
}

.footer-last .text:hover {
  color: var(--primary-color) !important;
  text-decoration: underline !important;
}

.menu-seo-menu-container ul li a {
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px solid var(--white-color);
  transition: var(--transition);
}

.menu-seo-menu-container ul li a:hover {
  color: var(--primary-color);
}

/*========== View All Services css End ==========*/

/*==========SEO Page CSS Start==========*/

.main-banner.seo-banner {
  padding: 250px 0 238px;
}

.seo-banner .banner-title .h1-title {
  max-width: 956px;
  margin: 0 auto 42px;
}

.main-seo-conatct {
  margin-block: calc(var(--space-80) * -2);
}

.seo-contact-form {
  position: relative;
  padding: calc(var(--gutter) * 2) 0 var(--gutter);
}

.seo-contact-form::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  top: 0;
  left: 0;
  box-shadow: 40px 39px 76px rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.seo-contact-form .submit-btn {
  display: block;
  text-align: right;
}

.seo-contact-form .wpcf7-spinner {
  left: 50%;
  transform: translate(-20px, -50%);
}

.seo-contact-form span.wpcf7-not-valid-tip {
  color: var(--white-color);
}

/* .seo-contact-form .wpcf7-form.invalid .wpcf7-response-output,
.seo-contact-form .wpcf7 form.invalid .wpcf7-response-output,
.seo-contact-form .wpcf7 form.unaccepted .wpcf7-response-output {
    display: none !important;
} */

.seo-about-sec {
  background: var(--icon-color);
  position: relative;
  padding: 50px 0;
}

.seo-about-sec .about-text p {
  color: var(--white-color);
}

.seo-about-sec .container {
  z-index: unset;
}

.main-seo-content {
  padding: 80px 0 155px;
}

.seo-about-sec .about-img-wp {
  width: 832px;
  right: 10px;
  top: 0;
  margin-bottom: calc(var(--gutter) * -1);
  z-index: 5;
}

.seo-about-sec .about-content {
  max-width: 780px;
  padding-top: 190px;
  margin-left: 10px;
}

.seo-title .h2-title {
  color: var(--icon-color);
  margin-bottom: 33px;
}

.excerpt-content ul {
  list-style: disc;
  padding-left: 20px;
}

.excerpt-content {
  overflow: hidden;
  margin-bottom: 43px;
}

.excerpt-content h2 {
  color: var(--common-color);
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
}

.excerpt-content p a {
  color: var(--primary-color);
  font-weight: 700;
  word-break: break-word;
}

.excerpt-content p a:hover {
  text-decoration: underline !important;
}

.page-template-template-seo .testimonial-sec {
  margin-top: 0;
  padding: var(--space-80) 0;
}

.page-template-template-seo .testimonial-logo {
  display: none !important;
}

.seo-contact-form .sec-btn.white-outline-btn {
  border: 2px solid var(--white-color);
  text-transform: uppercase;
}

/*==========SEO Page CSS End==========*/

/*========== Blog CSS Start ==========*/
.type-post .sec-btn,
.type-page .sec-btn {
  margin-top: 10px;
}

.entry-meta {
  margin: 10px 0;
}

.posted-on a,
.byline a,
.widget ul li a,
.entry-title a,
.logged-in-as a {
  transition: var(--transition);
  color: var(--primary-color);
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover,
.comment-meta .url:hover,
.comment-content a:hover,
.comment-metadata a:hover,
.reply a:hover,
.entry-footer span a:hover,
.nav-previous a:hover,
.nav-next a:hover {
  color: var(--dark-color);
}

.entry-footer span a {
  color: var(--primary-color);
}

.entry-title {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.widget-area .widget_search .search-form .search-field,
.page-content .search-form .search-field,
.search-form .search-field {
  background: var(--white-color);
  font-size: 16px;
  outline: none;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid var(--dark-color);
  padding: 13px 90px 12px 20px;
  -webkit-appearance: none;
  appearance: none;
}

.widget-area .widget_search .search-form .search-submit,
.page-content .search-form .search-submit,
.search-form .search-submit {
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 0;
  height: 50px;
  color: var(--white-color);
  position: absolute;
  right: 0;
  bottom: 0;
  outline: none;
  border: none;
  cursor: pointer;
  background: var(--dark-color);
  flex: 1;
  transition: var(--transition);
}

.widget-area .widget_search .search-form .search-submit:hover,
.page-content .search-form .search-submit:hover,
.search-form .search-submit:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover {
  text-decoration: underline !important;
  color: var(--primary-color);
}

p.comment-form-cookies-consent {
  padding-left: 20px;
  margin-left: 15px;
  padding-right: 30px;
}

.comments-area textarea {
  resize: none;
  height: 180px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid var(--dark-color);
  outline: none;
  padding: 15px;
}

.comments-area p input {
  width: 100%;
  height: 46px;
  border-radius: 0;
  border: 1px solid var(--dark-color);
  outline: none;
  box-shadow: none;
  padding: 15px;
}

.form-submit .submit {
  width: 170px;
  height: 46px;
  background: var(--primary-color);
  color: var(--white-color);
  font-weight: bold;
  border: none;
  border-radius: 0;
  outline: none !important;
  cursor: pointer;
  transition: var(--transition);
}

.form-submit .submit:hover {
  background: var(--dark-color);
  color: var(--white-color);
}

h2.widget-title {
  font-size: 24px;
}

.avatar.photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.wp-block-latest-comments__comment-meta a:hover,
.comment-meta .url,
.comment-content a {
  color: var(--primary-color);
}

.comment-meta .url:hover,
.comment-content a:hover {
  color: var(--secondary-color);
  text-decoration: none !important;
}

.comment-metadata a {
  color: var(--primary-color);
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}

.reply a {
  color: var(--primary-color);
  display: inline-block;
  margin-bottom: 10px;
  transition: var(--transition);
}

.comment-reply-title {
  font-size: 30px;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.comment-form-comment .form-submit #submit {
  padding: 0;
  line-height: 42px;
}

.comments-area {
  margin-top: 60px;
}

.comments-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
}

.comment-body {
  margin-bottom: 30px;
}

.comment-form-url {
  margin-right: 0;
}

.single-post .widget-area {
  margin-top: 15px;
}

.nav-previous a,
.nav-next a {
  color: var(--primary-color);
  transition: var(--transition);
}

.result-pagination li a,
.result-pagination li,
.result-pagination .page-numbers {
  --pagination-size: 50px;
  width: var(--pagination-size);
  height: var(--pagination-size);
  background: var(--white-color);
  box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
  border-radius: 10px;
  color: var(--dark-color);
  font-size: 20px;
  z-index: 10;
  transition: var(--transition);
}

.result-pagination a:hover,
.result-pagination .current {
  background: var(--primary-color);
  color: var(--white-color);
}

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
  width: 50px;
  height: 50px;
  background: var(--common-color);
  box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
  border-radius: 8px;
  border: none;
  outline: none;
  color: var(--dark-color);
  font-size: 20px;
  z-index: 10;
  transition: var(--transition);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
}

.page-numbers li {
  margin: 0 5px;
}

.page-numbers li a:hover,
.page-numbers.current,
.page-numbers:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

a.next.page-numbers,
a.prev.page-numbers {
  display: none;
}

/*========== End of Blog CSS ==========*/

/*========== Responsive CSS Start ==========*/
@media screen and (min-width: 992px) {
  .service-about .about-img-wp img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: calc(100% + 70px);
    max-width: unset;
    object-fit: contain;
  }

  .page-id-556 .service-about .about-img-wp img {
    height: 100%;
  }

  .gallery-tab {
    position: relative;
    padding: 20px 0;
  }

  .gallery-tab:before {
    content: "";
    position: absolute;
    top: 0;
    left: -270px;
    width: 130vw;
    height: 100%;
    background: var(--white-color);
    z-index: -2;
  }

  .gallery-tab ul li {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 5px 8px 21px;
    border-left: 1px solid var(--primary-color);
    cursor: pointer;
    transition: 0.4s;
    color: rgb(112 112 112 / 40%);
    flex: 1;
    max-width: 172px;
  }

  .gallery-tab ul li.active,
  .gallery-tab ul li:hover {
    color: rgb(112 112 112 / 100%);
  }

  .gallery-tab ul {
    display: flex;
    border: none;
    align-items: center;
    justify-content: left;
    margin-left: 5px;
    gap: 30px;
  }

  .gallery-tab ul li:last-child {
    padding-right: 0;
  }

  .header-phone {
    display: none;
  }

  .header-mobile-menu {
    display: flex;
    align-items: center;
    gap: 272px;
  }

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

  .main-navigation li.current_page_item > a,
  .home .main-navigation li.menu-item-10 > a,
  .page-template-template-about .main-navigation li.menu-item-11 > a,
  .main-navigation
    li.current-menu-ancestor
    > a:not(.sub-menu li > a, .dropdown-menu-wp ul li:hover > a),
  .main-navigation
    li:hover
    > a:not(.sub-menu li > a, .dropdown-menu-wp ul li:hover > a) {
    background: var(--primary-color);
    border-color: var(--orange-color);
    -webkit-text-stroke: 1px;
  }

  .main-navigation li.current-menu-ancestor ul li.current-menu-item > a,
  .main-navigation li.current-menu-ancestor.current_page_parent > a,
  .main-navigation li.current-menu-ancestor ul li.current_page_item > a,
  .main-navigation ul ul li:hover > a {
    background: var(--primary-color);
    color: var(--black-color);
    -webkit-text-stroke: 0;
  }

  .main-navigation
    li.current-menu-ancestor.menu-item-has-children
    ul
    li.current_page_item::after,
  .main-navigation ul ul li.current-menu-ancestor::after {
    color: var(--white-color);
  }

  .sticky_head .site-branding img {
    transition: var(--transition);
  }

  .sticky_head .site-branding {
    width: 150px;
  }

  .main-navigation ul li.menu-item-has-children {
    position: relative;
  }

  .main-navigation ul ul li.menu-item-has-children {
    padding-right: 0;
  }

  .main-navigation ul li.menu-item-has-children:hover::after {
    transform: translate(0, -50%) rotate(-180deg);
  }

  /***** If Dropdown Menu CSS Avaliable Than Remove This CSS Start *****/
  .main-navigation
    ul
    li.menu-item-has-children:hover
    > ul.sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
    display: block;
    top: 100%;
    left: 0;
    opacity: 1;
    animation: swip_up var(--transition) linear 1;
  }

  /***** If Dropdown Menu CSS Avaliable Than Remove This CSS End *****/

  .main-navigation ul .sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
    position: absolute;
    top: 100%;
    left: -999em;
    float: none;
    width: 260px;
    background: var(--white-color);
    box-shadow: 0 0 10px rgba(60, 140, 244, 0.15);
    text-align: left;
    padding-left: 0;
    display: none;
    opacity: 0;
  }

  .main-navigation ul li.menu-item-has-children:hover .dropdown-menu-wp {
    display: block;
    opacity: 1;
  }

  .main-navigation .dropdown-menu-wp ul li.menu-item-has-children {
    padding-right: 13px;
    padding-block: 4px;
  }

  .main-navigation
    ul
    ul
    li.menu-item-has-children:hover
    > ul.sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
    top: 0;
    left: 100%;
  }

  .main-navigation
    ul
    ul
    li.menu-item-has-children:hover
    > ul.sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
    top: 0;
    left: 100%;
    animation: unset;
  }

  .main-navigation ul ul li.menu-item-has-children:hover::after,
  .main-navigation ul ul li.menu-item-has-children::after {
    transform: translate(0, -50%) rotate(-90deg);
  }

  .main-navigation ul ul li.menu-item-has-children:hover::after {
    color: var(--white-color);
  }

  /*== Our Service CSS Start ==*/
  .service-wp .service-row:nth-child(1) {
    padding-bottom: 212px;
  }

  .service-wp .service-row:nth-child(3) {
    padding-bottom: 202px;
    padding-top: 54px;
  }

  .service-wp .service-row:nth-child(2) .service-even-row {
    padding-bottom: 80px;
  }

  .service-wp .service-row:nth-child(4) .service-even-row {
    padding-bottom: 159px;
  }

  .service-shep {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.19;
  }

  .service-row.even .service-even-row::after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
  }

  .service-wp .service-row:nth-child(3)::before {
    --service-odd-size: 164px;
  }

  .service-row.even .service-even-row::after {
    --service-even-size: 131px;
    width: 500%;
    height: calc(100% - 150px);
    top: calc(var(--service-even-size) * -1);
    left: 50%;
    background: var(--icon-color);
    transform: translate(-283px);
    box-shadow: 40px 39px 76px rgba(0, 0, 0, 0.02);
    min-height: 449px;
  }

  .even .service-content {
    margin-top: -67px;
  }

  /*== Our Service CSS End ==*/

  /*== Our Process List CSS Start ==*/
  .home .our-process-text {
    height: 157px;
  }

  /*== Our Process List CSS End ==*/

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

  .common-title .h2-title {
    font-size: 52px;
  }
}

@media screen and (min-width: 1200px) {
  .service-img {
    width: 590px;
    margin-left: -90px;
    margin-top: -172px;
  }

  .service-row.odd .service-img {
    width: 600px;
    margin-left: -30px;
    margin-top: 0;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1921px) {
  .container {
    max-width: 1400px;
  }

  p,
  body,
  .footer-menu ul li a,
  .event-date-title .text {
    font-size: 18px;
    line-height: 28px;
  }

  .h1-title {
    font-size: 64px;
    line-height: 77px;
  }

  .h2-title {
    font-size: 37px;
    line-height: 44px;
  }

  .main-navigation li a {
    font-size: 16px;
    line-height: 20px;
    height: 90px;
  }

  .about-content-wp {
    margin-top: 0;
  }

  .banner-title .sub-title {
    font-size: 26px;
    line-height: 31px;
  }

  .banner-title {
    --border-width: 93px;
  }

  .about-img-wp {
    width: 1040px;
  }

  .about-content {
    max-width: 650px;
    padding-top: 100px;
  }

  .main-about-sec .about-content {
    margin-top: 125px;
  }

  .service-title {
    padding: 420px 0 115px;
  }

  .service-row.odd::before {
    width: 1510px;
    transform: translate(230px);
  }

  .service-row.odd .service-img,
  .service-img {
    width: 600px;
  }

  .process-list-wp,
  .services-list-wp {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }

  .emergency-services-img.for-des {
    width: 986px;
  }

  .emergency-services-content {
    --space-80: 150px;
  }

  .service-img {
    margin-left: 0;
  }

  .about-content-wp .about-content {
    max-width: 100%;
  }

  .gallery-tab ul {
    gap: 110px;
  }

  .emergency-sec {
    margin-bottom: -28px;
  }

  .emergency-services-content::before {
    transform: translate(-1600px);
  }

  .emergency-services-img {
    width: 860px;
    right: 0;
    top: -107px;
  }

  .form-input,
  .input-text,
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
  select {
    font-size: 18px;
  }

  .footer-logo {
    width: 450px;
  }

  .contact-link li .icon,
  .contact-link li.address .icon {
    max-width: 20px;
    margin-right: 10px;
  }

  .copyright ul li,
  .copyright ul li a,
  .copyright-bottom-link p,
  .copyright-bottom-link p a {
    font-size: 16px;
    line-height: 16px;
  }

  .service-detail-content h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .service-detail-img-wp {
    height: 500px;
  }

  .event-img-wp {
    height: 500px;
  }

  .event-date-title .icon {
    font-size: 20px;
  }

  .seo-about-sec .about-img-wp {
    width: 892px;
  }

  .main-seo-content .excerpt-content {
    max-height: 357px;
  }
}

@media screen and (max-width: 1499px) {
  .footer-content {
    padding-left: 40px;
  }

  .emergency-services-img {
    width: 672px;
    right: 0;
    top: -84px;
  }

  .emergency-services-content {
    padding: 80px 0;
  }

  .emergency-services-text {
    margin-bottom: 30px;
  }

  .emergency-services-content .h2-title {
    margin-bottom: 25px;
  }

  .seo-about-sec .about-img-wp {
    width: 500px;
  }

  .seo-about-sec {
    padding: 120px 0 40px;
  }

  .seo-about-sec .about-content {
    padding-top: 100px;
  }

  .about-content-wp-1 .about-content {
    padding: 50px 0 30px;
  }

  .about-content-text {
    margin-top: 40px;
  }

  .about-content-wp {
    margin-top: 20px;
  }

  .about-img-wp {
    width: 800px;
  }

  .about-img-wp.about-img-wp-1 {
    width: 670px;
  }

  .about-img-wp.about-img-wp-2 {
    width: 570px;
  }

  .service-about .about-content {
    margin-left: 40px;
  }
}

@media screen and (max-width: 1399px) {
  .main-navigation li a {
    padding: 8px;
  }

  .main-navigation li {
    margin-right: 10px;
  }

  .home .banner-title-wp .h1-title {
    max-width: 880px;
  }

  .banner-title {
    --border-width: 120px;
  }

  .faq-sec .common-title .h2-title {
    max-width: 210px;
  }

  .about-content-text {
    margin-top: 30px;
  }

  .about-content-wp {
    margin-top: 30px;
    --bottom-content: 60px;
  }

  .about-img-wp {
    width: 670px;
    right: -70px;
  }

  .about-img-wp.about-img-wp-1 {
    width: 600px;
    right: -32px;
  }

  .service-img {
    margin-left: -70px;
  }

  .even .service-content {
    margin-top: -50px;
  }

  .emergency-services-img {
    width: 713px;
    top: -89px;
  }

  .map-section {
    height: 800px;
  }

  .service-about .about-img-wp img {
    right: -30px;
  }
}

@media screen and (max-width: 1199px) {
  .main-navigation li {
    margin-right: 5px;
  }

  .home .banner-title-wp .h1-title {
    max-width: 740px;
  }

  .banner-title {
    --border-width: 82px;
  }

  .banner-title .sub-title {
    max-width: 590px;
  }

  .about-wp::before {
    right: 0;
  }

  .about-img-wp {
    right: 0;
  }

  .about-content {
    margin-left: 0;
  }

  .common-title .h2-title {
    max-width: 300px;
  }

  .faq-sec .common-title .h2-title {
    max-width: 150px;
  }

  .emergency-services-content {
    --space-80: 50px;
  }

  .home .our-process-box {
    padding: 30px 20px 30px 20px;
  }

  .testimonial-text {
    height: 130px;
  }

  .footer-content {
    padding-left: 0;
  }

  .footer-contact-form {
    padding-right: 50px;
  }

  .search-field {
    padding: 0 5px;
  }

  .search-submit {
    padding: 0 4px;
  }

  .process-list-wp {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }

  .main-about-sec .about-content {
    padding-right: 0;
  }

  .services-list-wp {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }

  .header-mobile-menu {
    gap: 150px;
  }

  .main-banner {
    padding: 330px 0 450px;
  }

  .about-img-wp {
    width: 600px;
  }

  .about-content-wp .about-content {
    padding: 0 0 30px;
  }

  .about-img-wp.about-img-wp-1 {
    width: 500px;
    right: 30px;
  }

  .about-content-wp-1 .about-content {
    padding: 0;
  }

  .about-img-wp {
    top: -50px;
  }

  .our-service-sec {
    padding-top: 0;
  }

  .service-img {
    margin-left: -30px;
  }

  .odd .service-content {
    margin-top: 70px;
  }

  .service-row.odd .service-img {
    margin-top: 0;
  }

  .service-row.even .service-even-row::after {
    --service-even-size: 70px;
  }

  .even .service-content {
    margin-top: -20px;
  }

  .service-wp .service-row:nth-child(1),
  .service-wp .service-row:nth-child(3) {
    padding-bottom: 200px;
  }

  .service-wp .service-row:nth-child(4) .service-even-row {
    padding-bottom: 120px;
  }

  .gallery-wp {
    width: 500px;
  }

  .gallery-img {
    height: 600px;
  }

  .testimonial-sec {
    padding-bottom: 140px;
  }

  .testimonial-sec .common-title-wp {
    margin-bottom: 60px;
  }

  .emergency-services-content {
    padding: 60px 0;
  }

  .footer-content {
    padding-top: 70px;
  }

  .contact-banner .footer-fb-icon {
    margin-left: 0px;
  }

  .service-about .about-content {
    margin-left: 25px;
  }

  .services-list-sec {
    padding-bottom: 160px;
  }

  .about-img-wp.about-img-wp-2 {
    right: 0px;
  }
}

@media screen and (max-width: 991px) {
  .main-seo-content {
    padding: 80px 0 280px 0;
  }

  .site-header {
    height: var(--space-80);
    background: var(--white-color);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }

  .site-branding {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: transparent;
    width: 200px;
    height: 80px;
    padding: 0;
  }

  .site-branding img {
    height: 60px;
  }

  .header-phone {
    position: fixed;
    right: 30px;
    top: 26px;
    font-size: 28px;
    z-index: 10;
  }

  .menu-toggle {
    --menu-toggle-rotate: 45deg;
    --menu-toggle-space: 6px;
    position: fixed;
    top: 33px;
    left: 30px;
    border: none;
    outline: none !important;
    background: transparent;
    width: 30px;
    padding: 0;
    z-index: 105;
  }

  .menu-toggle span {
    display: block;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    margin-bottom: 7px;
    border-radius: 3px;
    position: relative;
    top: 0;
    opacity: 1;
    transition: 0.3s;
  }

  .menu-toggle span:last-child {
    margin: 0;
  }

  .toggled .menu-toggle span:nth-child(1) {
    transform: rotate(var(--menu-toggle-rotate));
    top: var(--menu-toggle-space);
  }

  .toggled .menu-toggle span:nth-child(2) {
    transform: rotate(calc(var(--menu-toggle-rotate) * -1));
    top: calc(var(--menu-toggle-space) * -1);
  }

  .header-mobile-menu {
    background: var(--dark-color);
    padding: 16.3vh 30px 30px 30px;
  }

  .header-mobile-menu::-webkit-scrollbar-thumb {
    background: var(--dark-color);
  }

  .header-mobile-menu::-webkit-scrollbar-track {
    background: var(--white-color);
  }

  .header-fb-icon {
    position: fixed;
    top: 0;
    right: 30px;
    z-index: 5;
    height: 80px;
  }

  .services-list-content .h3-title {
    font-size: 24px;
    max-width: 100%;
  }

  .main-navigation {
    height: auto;
  }

  .testimonial-title:before,
  .testimonial-title:after {
    width: 60px;
  }

  .main-navigation ul li {
    display: block;
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 4vh;
  }

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

  .main-navigation ul li a {
    height: auto;
    display: inline-block;
    font-size: 22px;
    line-height: 28px;
    padding: 0;
    color: var(--white-color);
  }

  .main-navigation ul li.menu-item-has-children {
    padding-right: 15px;
  }

  .main-navigation li.current-menu-ancestor > a,
  .main-navigation ul li.current_page_item > a {
    color: var(--primary-color);
  }

  .main-navigation ul li.menu-item-has-children > a {
    padding-right: 0;
  }

  .main-navigation ul li.menu-item-has-children::after {
    color: var(--white-color);
    top: 6px;
    right: 0;
    transform: translate(0);
    font-size: 18px;
  }

  .main-navigation ul li.menu-item-has-children.active-child-menu::after {
    transform: translate(0) rotate(180deg);
  }

  .main-navigation ul ul li.menu-item-has-children::after {
    font-size: 16px;
  }

  .page-template-template-services
    .main-navigation
    li.current-menu-ancestor:hover::after,
  .page-template-template-services
    .main-navigation
    li.current-menu-ancestor::after {
    color: var(--primary-color);
  }

  .main-navigation ul li.menu-item-has-children.active-sub-menu:after {
    transform: rotate(-180deg);
    color: var(--primary-color);
  }

  .main-navigation ul ul {
    display: block;
    top: 0;
    left: 15px !important;
    position: relative;
    opacity: 1;
    animation: none;
    background: transparent;
    box-shadow: none;
    width: 100%;
    display: none;
    margin-top: 15px;
  }

  .main-navigation ul ul ul {
    padding-left: 0;
  }

  .main-navigation ul ul li {
    border-bottom: 0;
    margin-bottom: 2vh;
  }

  .main-navigation ul ul ul li {
    margin-bottom: 1vh;
  }

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

  .main-navigation ul ul li a {
    display: inline-block;
    border: 0;
    padding: 0;
    font-size: 16px;
  }

  .main-navigation ul ul ul li a {
    font-size: 14px;
  }

  .main-banner {
    padding: 250px 0 500px;
  }

  .page-id-296 .main-banner.inner-banner,
  .main-banner.inner-banner {
    padding: 190px 0 85px;
  }

  .home .banner-title-wp .h1-title {
    --gutter: 32px;
    max-width: 650px;
  }

  .banner-title:before,
  .banner-title:after {
    width: var(--space-80);
  }

  .banner-title .sub-title {
    max-width: 480px;
  }

  .about-wp:before {
    width: 100%;
  }

  .about-sec {
    margin-top: 0;
    padding-bottom: 80px;
  }

  .about-wp {
    --about-space: 100px;
    top: calc(var(--about-space) * -1);
    margin-bottom: calc(var(--about-space) * -1);
    padding: 0 30px 50px;
  }

  .service-about .about-wp {
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .service-about .about-wp::before {
    height: calc(100% - 150px);
    top: auto;
    bottom: 0;
  }

  .about-img-wp {
    width: 674px;
    top: 0;
    right: 15px;
    right: 50%;
    transform: translate(100px);
    margin-top: -260px;
    margin-bottom: 50px;
  }

  .about-content {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }

  .our-service-sec:before {
    left: 50%;
    transform: translate(-50%);
    width: 479px;
    height: 432px;
    top: 380px;
  }

  .our-service-sec {
    padding: 70px 0 100px;
  }

  .odd .service-content {
    margin-top: 0;
  }

  .service-title {
    padding: 419px 0 126px;
    text-align: center;
  }

  .service-title-img {
    width: 475px;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .service-img {
    margin-top: -194px;
    margin-bottom: 50px;
  }

  .service-wp .service-row:first-child .service-img {
    margin-top: 0;
  }

  .service-wp .service-row:nth-child(3) .service-img {
    margin-top: -230px;
  }

  .service-wp .service-row {
    padding-bottom: 248px;
  }

  .service-wp .service-row:nth-child(2) {
    padding-bottom: 310px;
  }

  .service-wp .service-row:last-child {
    padding-bottom: 0;
  }

  .process-list-wp,
  .services-list-wp {
    grid-template-columns: 1fr;
  }

  .services-list-wp {
    grid-gap: calc(var(--gutter) * 2);
  }

  .services-list-text {
    padding-right: 0;
  }

  .footer-contact-form::before {
    display: none;
  }

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

  .services-list-sec {
    --space-80: 51px;
  }

  .emergency-services-content .h2-title {
    margin-bottom: 41px;
  }

  .emergency-services-content span {
    display: block;
    text-align: center;
  }

  .services-list-content {
    margin: calc(var(--space-80) * -1) 30px 0;
    padding: 24px var(--gutter) var(--gutter);
    height: auto;
  }

  .our-process-text {
    padding-right: 0;
  }

  .home .our-process-box {
    padding: var(--gutter);
  }

  .common-title-wp {
    --gutter: 19px;
    max-width: 610px;
  }

  .faq-sec .common-title .h2-title,
  .common-title .h2-title {
    max-width: 450px;
  }

  .faq-sec .common-title-wp {
    max-width: 100%;
    --gutter: 32px;
    margin-bottom: 57px;
  }

  .faq-content {
    padding-bottom: calc(var(--gutter) + 15px);
  }

  .faq-box {
    --faq-space: 17px;
  }

  .emergency-services-content {
    text-align: center;
    --space-80: 81px;
    padding: 80px 0 300px;
  }

  .emergency-services-img {
    margin-top: -200px;
    float: none;
    top: -100px;
    margin-inline: auto;
  }

  .emergency-services-text {
    padding-right: 0;
  }

  .emergency-sec {
    padding-bottom: 0px;
    margin-bottom: var(--space-80);
  }

  .testimonial-sec {
    margin-top: 0;
    padding-bottom: 80px;
  }

  .testimonial-title,
  .our-process-title {
    height: 40px;
  }

  .gallery-title {
    height: 100px;
  }

  .testimonial-title .h2-title,
  .our-process-title .h2-title {
    top: 18px;
  }

  .gallery-title:after {
    right: 50%;
  }

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

  .testimonial-sec .common-title-wp {
    margin-bottom: 51px;
  }

  .quote-icon img {
    width: 60px;
  }

  .testimonial-content {
    padding: 40px 20px 28px 30px;
  }

  .testimonial-text {
    height: 212px;
    margin-bottom: 25px;
  }

  .testimonial-slider .slick-list {
    padding-bottom: calc(var(--testimonial-slider-space) + 8px);
  }

  .submit-btn,
  .seo-contact-form .submit-btn {
    text-align: center;
  }

  .footer-content {
    padding: 60px 0 80px;
  }

  .footer-logo {
    width: 360px;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  .footer-contact-form {
    background: var(--icon-color);
    padding: 50px 30px 60px;
    margin-top: -200px;
    text-align: center;
  }

  .footer-contact-form .h2-title {
    text-align: center;
    margin-bottom: 40px;
  }

  .contact-link li {
    flex-direction: column;
    align-items: center;
  }

  .contact-link li.address .icon,
  .contact-link li .icon {
    max-width: 28px;
    margin-right: 0;
    margin-bottom: 18px;
  }

  .contact-link li.address .text {
    max-width: 100%;
  }

  .main-banner.seo-banner {
    padding: 160px 0 390px;
  }

  .seo-banner .banner-title .h1-title {
    max-width: 660px;
    margin-bottom: var(--gutter);
  }

  .main-seo-conatct {
    margin-block: -285px;
  }

  .seo-about-sec .about-img-wp {
    right: 50%;
    transform: translate(0);
  }

  .seo-contact-form {
    padding: 40px 30px 30px;
  }

  .seo-contact-form div.wpcf7-validation-errors,
  .seo-contact-form div.wpcf7-acceptance-missing {
    width: 100%;
    position: absolute;
    bottom: -35px;
    left: 0;
    background: var(--primary-color);
  }

  .seo-about-sec {
    padding: 510px 0 60px;
  }

  .seo-about-sec .about-content {
    padding: 30px 0 0;
    margin-left: 0;
  }

  .copyright p {
    margin-bottom: 0;
  }

  .copyright ul li:first-child a {
    padding: 0;
    margin: 0;
    border: 0;
  }

  .search-submit {
    padding: 0 15px;
  }

  .widget-area {
    margin-top: 38px;
  }

  .main-gallery-slider {
    padding-bottom: 0;
  }

  .cta-btn {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
  }

  .cta-btn .sec-btn.md-btn {
    width: 200px;
    height: 50px;
    font-size: 16px;
  }

  .main-service-sec {
    padding-bottom: 300px;
  }

  .event-img-wp,
  .service-detail-img-wp {
    height: 400px;
    margin-bottom: 40px;
  }

  .service-detail-content .h3-title {
    margin-bottom: 22px;
  }

  .service-detail-content h4 {
    margin-bottom: 14px;
  }

  .service-detail-text {
    --gutter: 30px;
  }

  .main-service-wp .main-service-row:not(:last-child) {
    --gutter: 33px;
  }

  .event-content {
    padding-top: 40px;
  }

  .our-team-sec {
    margin-bottom: 140px;
  }

  .footer-bottom-text,
  .copy-right,
  .footer-other-link,
  .footer-bottom-link {
    display: block;
    text-align: center;
  }

  .footer-bottom-link {
    margin: 15px 0;
  }

  .main-about-sec .about-img-wp {
    right: 50%;
    transform: translate(170px);
    margin-top: 0;
  }

  .main-about-sec {
    padding: 109px 0 80px;
  }

  .main-about-sec .about-content {
    margin-top: 0;
    padding: 0;
  }

  .our-team-sec .common-title-wp {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .event-content {
    padding-top: 0;
  }

  .main-event-wp .main-event-row:not(:last-child) {
    margin-bottom: 50px;
  }

  .main-event-sec {
    padding: 80px 0 295px;
  }

  .main-career-sec {
    padding-bottom: 276px;
  }

  .inner-page-text {
    padding-bottom: 275px;
  }

  .comments-area {
    margin-top: var(--gutter);
  }

  .seo-title .h2-title {
    margin-bottom: 19px;
  }

  .main-seo-content .excerpt-content {
    max-height: 310px;
  }

  .about-img-wp.about-img-wp-1,
  .about-img-wp.about-img-wp-2 {
    width: 500px;
    right: auto;
    float: left;
    margin: 0 0 40px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .about-content-wp {
    margin-top: 40px;
    --bottom-content: 0;
  }

  .about-content-wp .about-content {
    max-width: 100%;
    padding: 0;
  }

  .about-content-wp-1 {
    margin-bottom: 0;
  }

  .about-img-wp.about-img-wp-2 {
    margin: 50px 0;
  }

  .service-img {
    margin-left: 0;
  }

  .service-wp .service-row:nth-child(1) {
    padding-bottom: 280px;
  }

  .service-wp .service-row:nth-child(3) {
    padding-bottom: 245px;
  }

  .service-wp .service-row:nth-child(4) .service-even-row {
    padding-bottom: 80px;
  }

  .even .service-content {
    margin-top: 0;
  }

  .even .service-content .h3-title {
    color: var(--white-color);
  }

  .service-row.even {
    background-color: var(--icon-color);
  }

  .gallery-img {
    height: 550px;
  }

  .gallery-tab {
    padding: 47px 0 26px;
    display: block;
  }

  .gallery-tab:before {
    display: none;
  }

  .gallery-tab:after {
    content: "";
    position: absolute;
    top: -30px;
    width: 160vw;
    left: -160px;
    height: calc(100% + 30px);
    background: var(--primary-color);
    z-index: -2;
  }

  .gallery-tab .sec-btn.tab-dropdown {
    display: flex !important;
    width: 100%;
    background: 0 0;
    justify-content: left;
    padding: 0;
    border: none;
    height: auto;
    color: var(--black-color);
    font-weight: 700;
    text-transform: uppercase;
    align-items: center;
    border-radius: 0;
  }

  .gallery-tab .sec-btn.tab-dropdown:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 18px;
    transition: 0.3s;
    transform: translate(0, -50%);
  }

  .gallery-tab.active-dropdown .sec-btn.tab-dropdown:after {
    transform: translate(0, -50%) rotate(180deg);
  }

  .gallery-tab .dropdown-tabbing {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    padding: 15px;
    margin: 0;
    border-radius: 0 0 5px 5px;
    z-index: 999;
    box-shadow: var(--box-shadow);
    background: var(--icon-color);
    display: none;
  }

  .gallery-tab.active-dropdown ul {
    display: block;
  }

  .gallery-tab .dropdown-tabbing li {
    margin-bottom: 14px;
    color: var(--white-color);
    display: block;
    padding: 0;
    border: none;
    text-align: left;
    cursor: pointer;
  }

  .gallery-tab .dropdown-tabbing li:last-child {
    margin: 0;
  }

  .gallery-tab ul li:hover,
  .gallery-tab ul li.active {
    color: var(--primary-color);
  }

  .service-wp .service-row:nth-child(3) .service-content {
    margin-top: 0px;
  }

  .gallery-wp {
    width: 450px;
  }

  .our-gallery-sec {
    padding-bottom: 120px;
  }

  .gallery-tab.active-dropdown {
    display: block;
  }

  .contact-banner .banner-content {
    max-width: 100%;
    text-align: center;
  }

  .contact-banner .footer-fb-icon {
    text-align: center;
    margin-top: 30px;
  }

  .contact-banner .footer-fb-icon a {
    padding-left: 20px;
  }

  .contact-form-wp {
    padding: 60px 30px;
    margin: 50px 0;
  }

  .main-banner.contact-banner {
    padding: 200px 0 80px;
  }

  .map-section {
    height: 600px;
  }

  .gallery-tab.service-tab ul li {
    padding: 25px 0 0;
  }

  .gallery-tab.service-tab ul li:first-child {
    border: 0;
  }

  .main-banner.inner-banner.service-banner {
    margin-bottom: 100px;
    padding: 180px 0 0;
  }

  .services-list-sec {
    padding: 80px 0 100px;
  }

  .gallery-tab.service-tab ul li.active {
    color: var(--icon-color);
  }

  .service-gallery.our-gallery-sec {
    padding-bottom: 320px;
  }

  .about-sec.service-about {
    position: relative;
    top: 100px;
    padding-bottom: 0;
  }

  .service-about .about-img-wp {
    position: relative;
    float: none;
    width: 100%;
    min-height: unset;
    right: 0;
    top: 0;
    margin-bottom: 0;
    transform: none;
    margin: -71px 0 40px 0;
  }

  .service-about .about-content {
    padding: 0;
    min-height: unset;
  }

  .service-about .about-content .h2-title {
    margin-bottom: 25px;
  }

  .service-about .about-content {
    margin-left: 0px;
  }

  .service-about .about-img-wp img {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  span.wpcf7-not-valid-tip {
    margin-bottom: -20px;
  }

  .h1-title,
  .main-banner.inner-banner .h1-title {
    font-size: 42px;
  }

  .main-banner {
    padding: 230px 0 350px;
  }

  .banner-title .sub-title {
    max-width: 400px;
  }

  .banner-title:before,
  .banner-title:after {
    --space-80: 50px;
  }

  .seo-banner .banner-title .h1-title,
  .home .banner-title-wp .h1-title {
    max-width: 460px;
  }

  .about-img-wp {
    width: 550px;
    margin-top: -100px;
    transform: translate(160px);
    margin-bottom: 40px;
  }

  .about-wp {
    --space-80: 50px;
  }

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

  .services-list-wp {
    grid-gap: var(--gutter);
  }

  .page-id-296 .main-banner.inner-banner,
  .main-banner.inner-banner {
    padding: 170px 0 60px;
  }

  .faq-sec .common-title .h2-title,
  .common-title .h2-title {
    max-width: 370px;
  }

  .wpcf7-form-control-wrap {
    margin-bottom: 20px;
  }

  .emergency-services-content {
    padding: 70px 0 350px;
  }

  .service-title {
    padding: 514px 0 126px;
  }

  .gallery-sec {
    --space-80: 60px;
  }

  .emergency-services-img {
    width: 550px;
  }

  .testimonial-sec {
    padding-bottom: 70px;
  }

  .footer-logo {
    width: 260px;
  }

  .footer-contact-form .h2-title {
    margin-bottom: 30px;
  }

  .emergency-sec {
    margin-bottom: 60px;
  }

  .page-template-template-seo .testimonial-sec {
    padding: 60px 0 70px;
  }

  .main-seo-content {
    padding: 70px 0 240px 0;
  }

  .privacy-content h2 {
    font-size: 30px;
  }

  .comments-area {
    margin-top: 40px;
  }

  .entry-title {
    font-size: 28px;
  }

  .our-process-sec {
    padding-bottom: 60px;
  }

  .seo-about-sec {
    padding: 370px 0 60px;
  }

  .seo-about-sec .about-img-wp {
    transform: translate(110px);
  }

  .about-img-wp.about-img-wp-1,
  .about-img-wp.about-img-wp-2 {
    width: 450px;
  }

  .about-content .h6-title {
    margin-bottom: 20px;
  }

  .about-content-text {
    margin-top: 20px;
  }

  .about-sec {
    padding-bottom: 70px;
  }

  .our-service-sec {
    padding: 60px 0 90px;
  }

  .sub-text p {
    margin-bottom: 15px;
  }

  .service-wp .service-row:nth-child(3) .service-img {
    margin-top: -200px;
  }

  .service-wp .service-row:nth-child(1) {
    padding-bottom: 270px;
  }

  .service-wp .service-row:nth-child(2) {
    padding-bottom: 270px;
  }

  .service-wp .service-row:nth-child(3) {
    padding-bottom: 240px;
  }

  .service-wp .service-row:nth-child(4) .service-even-row {
    padding-bottom: 70px;
  }

  .gallery-title {
    height: 90px;
  }

  .gallery-img {
    height: 500px;
  }

  .gallery-wp {
    width: 360px;
  }

  .our-gallery-sec {
    padding-bottom: 110px;
  }

  .testimonial-sec .common-title-wp {
    margin-bottom: 40px;
  }

  .emergency-services-content .h2-title {
    margin-bottom: 30px;
  }

  .footer-contact-form {
    margin-top: -170px;
  }

  .footer-content {
    padding: 50px 0 70px;
  }

  .footer-bottom {
    padding: 50px 0 70px;
  }

  .footer-menu {
    margin-bottom: 20px;
  }

  .site-branding {
    width: 190px;
  }

  .main-banner.contact-banner {
    padding: 180px 0 70px;
  }

  .contact-form-wp {
    padding: 50px 30px;
    margin: 40px 0;
  }

  .services-list-sec {
    padding: 70px 0 90px;
  }

  .service-gallery.our-gallery-sec {
    padding-bottom: 280px;
  }

  .inner-page-text {
    padding: 70px 0 235px;
  }

  .seo-about-sec .about-content {
    padding: 60px 0 0;
  }

  .service-about .about-img-wp {
    margin: -51px 0 35px 0;
  }
}

@media screen and (max-width: 575px) {
  .service-about .about-img-wp {
    margin: -50px 0 35px 0;
  }

  .main-banner.inner-banner .h1-title,
  .h1-title {
    font-size: 40px;
  }

  .comment-reply-title,
  .privacy-content h2,
  .entry-title,
  .h2-title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .h3-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 7px;
  }

  p,
  body,
  .comment-form p {
    font-size: 14px;
    line-height: 24px;
  }

  .gallery-title .h2-title {
    font-size: 24px;
  }

  .sec-btn {
    width: 200px;
    height: 50px;
    font-size: 14px;
  }

  .cta-btn .sec-btn.md-btn {
    font-size: 14px;
  }

  .sec-btn.sm-btn {
    width: 160px;
  }

  .site-header {
    --space-80: 65px;
  }

  .site-branding {
    width: 160px;
    height: 65px;
  }

  .menu-toggle {
    --menu-toggle-space: 4px;
    top: 27px;
    width: 25px;
  }

  .menu-toggle span {
    height: 3px;
    margin-bottom: 5px;
  }

  .about-img-wp.about-img-wp-1,
  .about-img-wp.about-img-wp-2 {
    width: 280px;
  }

  .emergency-services-img {
    width: 440px;
    top: -70px;
  }

  .footer-contact-form {
    margin-top: -130px;
  }

  .header-phone {
    top: 22px;
    font-size: 18px;
  }

  .main-navigation ul li a {
    font-size: 18px;
    line-height: 24px;
  }

  .main-navigation ul ul li a {
    font-size: 14px;
  }

  .main-navigation ul li.menu-item-has-children::after {
    top: 5px;
    font-size: 15px;
  }

  .main-navigation ul ul li.menu-item-has-children::after {
    font-size: 13px;
    right: -5px;
  }

  .main-navigation ul li {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 2.5vh;
  }

  .main-navigation ul ul li {
    margin-bottom: 1.5vh;
  }

  .main-navigation ul ul ul li {
    margin-bottom: 1vh;
  }

  .main-navigation ul ul,
  .main-navigation ul li.menu-item-has-children:hover ul {
    left: 10px !important;
    margin-top: 10px;
  }

  .main-navigation ul li.menu-item-has-children > a {
    --gutter: 25px;
  }

  .banner-title .sub-title {
    max-width: 275px;
    font-size: 18px;
    line-height: 25px;
  }

  .emergency-services-content {
    padding: 60px 0 310px;
  }

  .seo-banner .banner-title .h1-title,
  .home .banner-title-wp .h1-title {
    max-width: 320px;
    margin-bottom: 15px;
  }

  .banner-title-wp {
    --banner-title-space: 15px;
  }

  .our-gallery-sec {
    padding-bottom: 100px;
  }

  .banner-title:before,
  .banner-title:after {
    --space-80: 30px;
  }

  .about-wp {
    --space-80: 40px;
  }

  .about-img-wp {
    width: 510px;
    transform: translate(170px);
  }

  .about-text {
    --gutter: 20px;
  }

  .about-img-wp.about-img-wp-1 {
    margin: 0 0 30px;
  }

  .about-img-wp.about-img-wp-2 {
    margin: 40px 0;
  }

  .services-list-content .h3-title {
    font-size: 22px;
  }

  .service-img {
    --gutter: 20px;
  }

  .our-service-sec {
    padding-bottom: 60px;
  }

  .about-sec {
    padding-bottom: 60px;
  }

  .our-service-sec {
    padding: 50px 0 80px;
  }

  .service-title {
    padding: 432px 0 126px;
  }

  .services-list-img {
    height: 300px;
  }

  .common-title-wp {
    margin-bottom: 30px;
  }

  .service-wp .service-row:nth-child(1) {
    padding-bottom: 250px;
  }

  .service-wp .service-row:nth-child(2) {
    padding-bottom: 260px;
  }

  .service-wp .service-row:nth-child(3) {
    padding-bottom: 230px;
  }

  .service-wp .service-row:nth-child(4) .service-even-row {
    padding-bottom: 60px;
  }

  .faq-sec .common-title-wp {
    --gutter: 20px;
    margin-bottom: 30px;
  }

  .faq-content {
    padding-bottom: calc(var(--gutter) + 5px);
  }

  .popup-title .h2-title {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial-text {
    height: 100px;
  }

  .copyright ul li:first-child {
    margin-bottom: 5px;
  }

  .contact-link li.phone a {
    font-size: 30px;
    line-height: 39px;
  }

  .contact-link li.address .icon,
  .contact-link li .icon {
    max-width: 20px;
    margin-bottom: 10px;
  }

  .emergency-services-text {
    margin-bottom: 20px;
  }

  .emergency-services-content .h2-title {
    margin-bottom: 12px;
  }

  .common-title {
    --common-border-width: 30px;
  }

  .faq-sec .common-title .h2-title,
  .common-title .h2-title {
    max-width: 270px;
  }

  .faq-sec .common-title .h2-title,
  .common-title .h2-title {
    max-width: 228px;
  }

  .faq-sec {
    --space-80: 60px;
  }

  .home .our-process-box {
    --gutter: 20px;
  }

  .gallery-img {
    height: 420px;
  }

  .gallery-wp {
    width: 320px;
  }

  .home-gallery-slider .slide-arrow,
  .service-gallery-slider .slide-arrow {
    width: 40px;
    height: 80px;
  }

  .testimonial-sec .common-title-wp {
    margin-bottom: 30px;
  }

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

  .footer-contact-form .h2-title {
    margin-bottom: 20px;
  }

  .event-img-wp,
  .service-detail-img-wp {
    height: 300px;
    margin-bottom: 30px;
  }

  .service-detail-content .h3-title {
    margin-bottom: 13px;
  }

  .service-detail-content h4 {
    margin-bottom: 10px;
  }

  .service-detail-text {
    --gutter: 20px;
  }

  .main-service-wp .main-service-row:not(:last-child) {
    --gutter: 22px;
  }

  .main-service-sec {
    --space-80: 60px;
    padding-bottom: 280px;
  }

  .main-about-sec {
    padding: 60px 0 56px;
  }

  .main-about-sec .about-img-wp {
    transform: translate(220px);
  }

  .main-our-process-sec {
    --space-80: 60px;
  }

  .our-team-sec {
    margin-bottom: 120px;
  }

  .event-content .h3-title {
    margin-bottom: 13px;
  }

  .main-event-wp .main-event-row:not(:last-child) {
    margin-bottom: 40px;
  }

  .event-date-title {
    margin-bottom: 13px;
  }

  .main-event-sec {
    padding: 60px 0 275px;
  }

  .event-date-title .text {
    font-size: 15px;
    line-height: 25px;
  }

  .event-date-title .icon {
    font-size: 14px;
  }

  .main-career-sec {
    padding: 52px 0 280px;
  }

  .career-content .h2-title {
    margin-bottom: 14px;
  }

  .career-content-text {
    --gutter: 20px;
  }

  .form-box p {
    margin-bottom: 0;
  }

  .form-box.form-input-file input[type="file"],
  .form-box.form-input-file .input-file-icon {
    --gutter: 25px;
    width: 60px;
    height: 60px;
  }

  .inner-page-text {
    padding: 60px 0 190px;
  }

  .comments-area textarea {
    height: 120px;
  }

  .seo-about-sec .about-img-wp {
    transform: translate(210px);
  }

  .main-seo-content .excerpt-content {
    max-height: 265px;
  }

  .seo-about-sec {
    padding: 390px 0 60px;
  }

  .page-template-template-seo .testimonial-sec {
    padding: 60px 0;
  }

  .banner-btn {
    gap: 20px;
  }

  .about-content .h2-title {
    margin-bottom: 20px;
  }

  .main-banner.contact-banner {
    padding: 150px 0 60px;
  }

  .map-section {
    height: 500px;
  }

  .services-list-sec {
    padding: 60px 0 80px;
  }

  .service-gallery.our-gallery-sec {
    padding-bottom: 230px;
  }

  .main-banner.inner-banner.service-banner {
    padding: 150px 0 0;
  }

  .main-seo-content {
    padding: 60px 0 190px 0;
  }
}

@media screen and (max-width: 480px) {
  .emergency-services-img {
    width: 350px;
    top: -30px;
  }

  .footer-contact-form {
    margin-top: -100px;
  }

  .emergency-services-content {
    padding: 60px 0 270px;
  }

  .site-branding img {
    height: 50px;
  }

  .contact-form-wp {
    padding: 40px 20px;
    margin: 30px 0;
  }

  .service-gallery.our-gallery-sec {
    padding-bottom: 200px;
  }

  .main-seo-content {
    padding: 60px 0 160px 0;
  }

  .service-about .about-img-wp {
    margin: -39px 0 30px 0;
  }

  .main-banner.inner-banner.service-banner .h1-title {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 400px) {
  .menu-toggle {
    left: 15px;
  }

  .header-mobile-menu {
    padding: 16.3vh 20px 30px 20px;
  }

  .header-phone {
    right: 15px;
  }

  .site-branding {
    width: 140px;
  }

  .form-input,
  .input-text,
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
  select {
    padding: 0 15px;
  }

  .form-input.wpcf7-textarea {
    padding: 10px 15px;
  }

  .form-element i {
    right: 10px;
    font-size: 13px;
  }

  .popup-title {
    padding: 10px 65px 10px 15px;
  }

  .seo-banner .banner-title .h1-title,
  .home .banner-title-wp .h1-title {
    max-width: 275px;
  }

  .main-banner.inner-banner .h1-title,
  .h1-title {
    font-size: 32px;
  }

  .main-banner {
    padding: 200px 0 300px;
  }

  .page-id-296 .main-banner.inner-banner,
  .main-banner.inner-banner {
    padding: 140px 0 45px;
  }

  .banner-title .sub-title {
    max-width: 225px;
    font-size: 16px;
    line-height: 23px;
  }

  .about-img-wp {
    width: 380px;
    transform: translate(140px);
  }

  .services-list-content {
    padding: 24px 15px 30px;
    margin: calc(var(--space-80) * -1) 15px 0;
  }

  .services-list-content .h3-title {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .testimonial-title .h2-title {
    top: 18px;
  }

  .seo-title .h2-title {
    font-size: 25px;
  }

  .seo-contact-form {
    padding: 30px 15px 30px;
  }

  .testimonial-content {
    padding: 30px 10px 28px 15px;
  }

  .quote-icon img {
    width: 50px;
  }

  .testimonial-content:before {
    left: 15px;
  }

  .our-process-box {
    padding: 30px 10px;
  }

  .service-detail-img-wp {
    height: 280px;
  }

  .service-wp .service-row:nth-child(2),
  .service-wp .service-row {
    padding-bottom: 120px;
  }

  .faq-box h3 {
    min-height: 50px;
    padding: 0 30px 0 15px;
    font-size: 15px;
  }

  span.faq-arrow {
    right: 5px;
  }

  .faq-content {
    --gutter: 15px;
  }

  .faq-box {
    --faq-space: 15px;
  }

  .gallery-img {
    height: 280px;
  }

  .contact-link li .text {
    font-size: 15px;
    line-height: 23px;
  }

  .contact-link li.address .icon,
  .contact-link li .icon {
    margin-bottom: 5px;
  }

  .contact-link li.phone a {
    font-size: 26px;
    line-height: 35px;
  }

  .footer-content {
    padding: 60px 0;
  }

  .main-about-sec .about-img-wp {
    transform: translate(175px);
  }

  .team-box {
    --gutter: 15px;
  }

  .event-img-wp,
  .team-profile {
    height: 280px;
  }

  .career-content .h2-title {
    font-size: 28px;
    line-height: 38px;
  }

  .main-banner.seo-banner {
    padding: 140px 0 370px;
  }

  .seo-about-sec .about-img-wp {
    width: 400px;
    transform: translate(150px);
  }

  .seo-about-sec .about-content {
    margin-top: 0;
  }

  .main-seo-content .excerpt-content {
    max-height: 248px;
  }

  .excerpt-content h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .comment-reply-title,
  .privacy-content h2,
  .entry-title,
  .h2-title {
    font-size: 24px;
  }

  .faq-sec .common-title .h2-title,
  .common-title .h2-title {
    max-width: 220px;
  }

  .common-title {
    --common-border-width: 25px;
  }

  .home .our-process-box {
    --gutter: 15px;
  }

  .service-img {
    margin-bottom: 30px;
  }

  .about-content-wp {
    margin-top: 30px;
  }

  .about-img-wp.about-img-wp-1,
  .about-img-wp.about-img-wp-2 {
    width: 250px;
  }

  .about-content .h6-title {
    margin-bottom: 15px;
  }

  .about-wp {
    padding: 0 10px 40px;
  }

  .banner-btn {
    flex-direction: column;
    margin-top: 30px;
  }

  .service-wp .service-row:nth-child(3) .service-img {
    margin-top: -60px;
  }

  .gallery-wp {
    width: 270px;
  }

  .emergency-services-img {
    width: 300px;
    top: 0px;
  }

  .emergency-services-content {
    padding: 60px 0 240px;
  }

  .footer-contact-form {
    margin-top: -80px;
    padding: 40px 20px 50px;
  }

  .service-gallery.our-gallery-sec {
    padding-bottom: 180px;
  }

  .main-banner.inner-banner.service-banner {
    padding: 140px 0 0;
  }

  .inner-page-text {
    padding: 60px 0 140px;
  }

  .main-seo-content {
    padding: 60px 0 140px 0;
  }

  .service-about .about-img-wp {
    margin: -38px 0 30px 0;
  }

  .main-navigation ul li.menu-item-has-children::after {
    right: 8px;
  }
}

/*========== Responsive CSS End ==========*/
