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

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

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

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

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

/* variable css */
body {
  color: var(--textcolor);
  line-height: 24px;
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
  font-family: var(--font-theme-family);
}

body {
  overflow-x: hidden;
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/icon/select-arrow.svg) no-repeat right 10px center /
    1em;
  border-radius: 0;
  padding-right: 2em;
}

::-moz-selection {
  color: #fff;
  background: var(--primary);
}

::selection {
  color: #fff;
  background: var(--primary);
}

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

::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #2d2d2d;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0.3px;
}

::-moz-placeholder,
textarea::-moz-placeholder {
  color: #2d2d2d;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0.3px;
}

:-ms-input-placeholder,
textarea::placeholder {
  color: #2d2d2d;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0.3px;
}

/*  select option  */
input:invalid {
  box-shadow: none;
}

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

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

.form-group {
  margin-bottom:15px;
  width: 100%;
}
.sub-btnblk{
	position:relative;
}
.sub-btnblk .wpcf7-spinner{
	margin: auto 10px auto 0;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
}
.form-group50 {
  width: calc(50% - 10px);
}

.form-control {
  width: 100%;
  padding: 10px 15px;
  background: var(--white);
  border: 2px solid #dadbdd;
  color: #333333;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-weight: normal;
  font-family: "Poppins";
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.form-group input,
.form-group .form-control {
  min-width: 100%;
}

select.form-control {
  background: #ffffff url(../images/select-arrow.svg) no-repeat right 15px top
    16px;
  padding-right: 40px;
}

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

.form-control:focus {
  border-color: var(--primary);

}

.form-group.width50 {
  width: calc(50% - 10px);
}

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

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

.file-upload {
  position: relative;
  width: 100%;
}
.file-upload span.wpcf7-form-control-wrap {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  margin-bottom: 0;
}
.file-upload input.file {
  cursor: pointer !important;
  display: block;
  filter: alpha(opacity = 0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  z-index: 1;
}
.file-upload #filevalue {
  position: absolute;
  left: 0;
  padding: 10px 15px 10px 15px;
  top: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: var(--primary);
  margin: 0;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 94%;
  white-space: nowrap;
}
.file-upload::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url(../images/attachment-file.svg) no-repeat center center;
  width: 50px;
  text-align: center;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/*  slick common style for control */
.slick-dots li {
  height: auto;
  width: auto;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 100%;
  opacity: 1;
  border: 2px solid var(--white);
}

.slick-dots li.slick-active button {
  width: 12px;
  opacity: 1;
  border: 2px solid #94a1ab;
  background-color: #94a1ab;
}

/* arrow */
.slick-next,
.slick-prev {
  width: 34px;
  height: 34px;
  border: 1px solid #d1d3d4;
  border-radius: 100%;
  background-color: var(--white);
}

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

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

.slick-next:before,
.slick-prev:before {
  width: 100%;
  height: 100%;
  position: absolute;
  font-family: "FontAwesome";
  color: #43454a;
  font-size: 20px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 1;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.slick-next:before {
  content: "\f105";
  margin-left: 1px;
}

.slick-prev:before {
  content: "\f104";
}

.slick-prev {
  left: -15px;
  z-index: 1;
}

.slick-next {
  right: -15px;
  z-index: 1;
}

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

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

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

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

/*-----BUTTONS-----*/
.center {
  text-align: center;
}

.button,
a[class*="button-"],
button {
  font-size: 16px;
  padding: 14px 30px;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  z-index: 1;
  line-height: 1;
  text-decoration: none;
  justify-content: center;
  text-align: center;
  color: var(--white);
  min-height: auto;
  min-width: auto;
  font-family: var(--font-theme-family);
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  letter-spacing: 0px;
}

.button-theme {
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  color: var(--white);
}
.button-theme:hover {
  border: 1px solid var(--accent-color);
  background-color: var(--accent-color);
  color: var(--white);
}
.button-blue {
  background: var(--accent-color);
}
.button-blue:hover {
  background: var(--secondary);
}
.button-border > img,
.button i {
  margin-left: 8px;
}
.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.button span {
  text-decoration: none;
}

.sub-btnblk input[type="submit"] {
  transform: unset;
  -moz-transform: unset;
  -webkit-transform: unset;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  border: 1px solid transparent;
  border-radius: 7px;
  background-color: var(--primary);
  color: var(--white);
  min-width: auto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3px;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 28px;
}

.sub-btnblk input[type="submit"]:hover {
  background-color: var(--secondary);
}

.btn-row a i,
.btn-outline i,
button img,
.button img,
.button i {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 10px;
  transition: all ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.btn-row a:not(:last-child) {
  margin-right: 14px;
}

.btnlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -8px;
}

.btnlist li,
.btnlist .button {
  margin: 0px 8px;
}


.button-outline:hover,
.button-outline:hover i {
  color: var(--white);
}

/*---- theme content  ul,ol heading styling -------*/

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

a {
  text-decoration: none;
}

p,
ol li,
ul li {
  font-size: 16px;
  color: var(--textcolor);
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 22px;
}
p:last-child {
  margin-bottom: 0;
}
p a,
p span,
ul li a,
ol li a {
  color: var(--accent-color);
  display: inline-block;
}

p span {
  color: initial;
  text-decoration: none;
}

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

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

/*
main .content-wrapper ul,
ul.dlist,
.whychs-wrap ul {
  list-style-type: none;
  margin-left: 0;
  margin: 0 0 30px 0;
}
main .content-wrapper ul li,
ul.dlist li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 35px;
  color: #2d2d2d;
  letter-spacing: 0px;
}
main .content-wrapper ul li:before,
ul.dlist li::before {
  content: "";
  background: url("../images/icon/list-icon.svg") no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
}
main .content-wrapper ul li strong {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}
*/

[class*="heading-"],
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  line-height: 1.2;
  margin-bottom: 22px;
  font-family: var(--font-theme-family);
  font-weight: bold;
  text-transform: uppercase;
}
.small-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 20px;
}
.heading-60 {
  font-size: 60px;
}
.heading-48,
h1 {
  font-size: 48px;
}
.heading-35,
h2 {
  font-size: 35px;
}
.heading-30,
h3 {
  font-size: 30px;
}
.heading-32 {
  font-size: 32px;
}
.heading-25 {
  font-size: 25px;
}
.heading-24,
h4 {
  font-size: 24px;
}
.fw-500 {
  font-weight: var(--font-weight-medium);
}

.fw-600 {
  font-weight: var(--font-weight-semibold);
}

.fw-bold {
  font-weight: var(--font-body-weight-bold);
}

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

/*------------ breadcrumb css --------------*/
.breadcrumb-bg {
  background-color: #e1ebf6;
  padding: 10px 0;
}
.woo_breadcums {
  padding: 0;
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  width: 100%;
  text-align:left;
}
.inner-banner .inbanner-small-label + .woo_breadcums{
	margin-top:15px;
}
.woo_breadcums li {
  font-size: 14px;
  font-weight: normal;
  list-style-type: none;
  margin-bottom: 0;
  line-height: 20px;
  letter-spacing: 0.28px;
  color: var(--white);
}

.woo_breadcums li span {
  text-decoration: none;
  display: inline-block;
}

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

ul.woo_breadcums li a:after {
  content: "-";
  margin: 1px 0 0 0;
  position: absolute;
  top: 0;
  font-size: 16px;
  right: -16px;
  line-height: 1.2;
}

.woo_breadcums li span a {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
}

.woo_breadcums li span a:hover {
  color: var(--theme);
  text-decoration: underline;
}

.divider {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
/*-------------- form message style  ---------------*/
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 12px;
  background: #ff0000;
  color: #fff;
  display: inline-block;
  padding: 6px 8px;
}

.wpcf7-not-valid-tip {
  line-height: 1;
  vertical-align: top;
  margin-left: 3px;
  position: relative;
}

.wpcf7-form.invalid .wpcf7-response-output {
  background: #fff9df;
  width: 100%;
  display: block;
  color: inherit;
  padding: 10px 10px 10px 40px;
  text-align: left;
  line-height: 1;
  margin: 0 auto 20px;
  color: #585858;
  font-size: 14px;
  position: relative;
}

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

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

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

.wpcf7 form.failed .wpcf7-response-output {
  border: 1px solid #fe0000 !important;
  background: url(../images/icon/failed-validation.svg) no-repeat 15px center
    #ffdfdf;
  font-size: 14px;
  color: #ff0000;
  padding: 10px 20px 10px 30px;
  margin: 0 0 10px 0;
  width: 100%;
  padding-left: 40px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: url(../images/icon/validation-tick.svg) no-repeat 15px center
    #e1ffd9;
  border-color: #498e36;
  font-size: 14px;
  color: #498e36;
  width: 100%;
  padding: 10px 10px 10px 40px;
}

/*-----SCROLL TOP-----*/
.scrollTop {
  position: fixed;
  right: 15px;
  bottom: 200px;
  opacity: 0;
  height: 40px;
  width: 40px;
  padding: 0;
  line-height: 0;
  z-index: 10;
  text-align: center;
  cursor: pointer;
  font-size: 26px;
  color: var(--white);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--primary);
  border-radius: 10px;
}

.scrollTop i {
  margin: 0;
  color: var(--primary);
	 line-height:40px;
}

.scrollTop:hover {
  background: var(--primary);
  border-color: var(--white);
  color: var(--white);
}

.scrollTop:hover i {
  color: var(--white);
}
.captchatext p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.2;
}
.relative {
  position: relative;
}
/*  FORM SECTION  */

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

/*  CTA */
.section-bg {
  background-color: var(--bg-light);
}
.cta-heading span {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
  margin-bottom: 30px;
}
.section-bg.cta-wrapper {
  padding:40px 0 0 0;
}
.cta-conent,
.cta-item {
  width: 50%;
}
.cta-item {
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.button-default {
  background-color: #727272;
}
.button-default:hover{
	background-color:var(--accent-color);
}
.section-bg.cta-wrapper .btnlist {
  justify-content: flex-start;
}
.cta-conent {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.button i {
  margin-right: 10px;
} /*  FOOTER STYLE  */ /*  animation */
/********---------- product list---------*********/
/*--------------slider arrow -----*/
.arrow-top .slick-next {
  right: 0;
  top: 0;
  margin-top: -62px;
  margin-right: 10px;
}

.arrow-top .slick-prev {
  right: 0;
  top: 0;
  margin-top: -62px;
  margin-left: -95px;
  left: 100%;
}
.slick-dots li button {
  border: 2px solid #707070;
}
.slick-dots li button:before {
  width: 12px;
  height: 12px;
  line-height: 12px;
  display: none;
}

/* FOOTER STYLE  */
.footer-wrapper > *,
.footer ul li a,
.footer ul li,
.footer ul li span {
  color: var(--white);
}
.footer ul li a {
  text-decoration: none;
}
.footer ul {
  list-style-type: none;
  margin-left: 0;
}
.footer .social-link > li > a {
  color: #8c8c8c;
  font-size: 20px;
  text-decoration: none;
}
.footer .social-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-left: 0;
}
.footer .social-link > li {
  margin: 0 20px 10px;
  display: inline-block;
}
.footer .bototm-bg {
  background-color: #242424;
  padding: 15px 0;
  color: #868686;
}
.footer-wrapper {
  background-color: #333333;
  padding: 6em 0em 4em 0em;
}
.footer-logo {
  margin-bottom: 30px;
  display: block;
}
.footer-wrapper p,
.footer-wrapper h3 {
  font-size: 16px;
  color: var(--white);
}
.footer-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
}
.bototm-bg p {
  color: #8c8c8c;
}
.bototm-bg p a {
  text-decoration: none;    color: #8c8c8c;
}
.bototm-bg p a:hover{
	color:var(--primary);
}
.footer-inline-logo a {
  width: 130px;
  display: inline-block;
}
.footer-inline-logo a:not(:last-of-type) {
  margin-right: 15px;
}
.about-footer-content {
  width: 33.33%;
}
.footer [class*="footer-col"] {
  padding: 0 15px;
}
.footer ul li.active > a,
.footer ul li:hover > a {
  color: var(--accent-color);
}
.footer-title {
  position: relative;
}
.footer-title::after {
  position: absolute;
  content: "";
  background-color: #868686;
  width: 70px;
  bottom: 0;
}
.footer-col-contact li {
  display: flex;
  flex-wrap: wrap;
}
.footer-col-contact li i {
  margin-right: 10px;
  font-size: 18px;
  margin-top: 3px;
}
.footer-col-contact li i.fa-envelope {
  font-size: 16px;
}
/*  home testimonial  */

/*  FAQ   */
.faq-wrapper .faq-head {
  background-color: var(--primary);
  color: var(--white) !important;
  outline: none;
  padding: 15px 20px;
  font-weight: 700;
  line-height: 1;
}
.faq-wrapper .accordion_in {
  border: 1px solid #d5d8dc;
}
.logo-wrapper,
.md-container {
  max-width: 1000px;
  margin: 0 auto;
}
.logo-wrapper .logo-box {
  background-color: #ffffff;
  padding: 20px 20px 20px 20px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
  margin: 5px 10px 15px;
	width: calc(25% - 20px);
}
/*  Common left sidebar  */
.left-panel {
  width: 30%;
 /* position: sticky;
  top: 142px;
  align-self: flex-start;*/
}
.right-content-panel {
  width: 70%;
  padding-left: 30px;
}
.service-listing-info,
.req-form-wraper,
.single-review .testimonial-ul {
  border: 1px solid #b0b0b0;
  margin-bottom: 30px;
}
.single-review .testimonial-ul li {
  padding: 0 !important;
  margin-bottom: 0 !important;
	width:100%;
}
ul.testimonial-ul.slick-initialized{display:block;}
.single-review .testimonial-ul li:not(:nth-child(-n + 1)){
	display:none;
}
.single-review .testimonial-ul {
  padding: 10px;
	 margin-left:0;
	margin-right:0;
}
.service-listing-info ul {
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0 !important;
}
.req-form-wraper .form-wrapper {
  padding: 20px 20px;
}
.service-listing-info h4,
.service-left-sidebar h4,
.req-form-wraper h4,
.left-panel h4 {
  padding: 15px 20px;
  background-color: #333333;
  margin-bottom: 0;
  color: var(--white);
  text-transform: uppercase;
}
/*
.service-listing-info ul li a {
  padding: 13px 20px;
  color: #333333;
  display: block;
}
*/
.service-listing-info ul li a{
	  color: #333333;
	display:block;
}
.service-listing-info ul li {

  margin-bottom: 0;
  width: 100%;
	 padding: 13px 20px;
	  color: #333333;
}
.service-listing-info ul li:hover,
.service-listing-info ul li.active ,
.service-listing-info ul li:hover a{
  background-color: var(--primary);
  color: var(--white);
}
.service-light-cta-section {
  background-color: #f5f5f5;
  padding: 30px;
}
.service-light-cta-section h4{
	text-transform:unset;
}
.service-detail-content .divider {
  border-color: #000;
  padding: 20px 0 0;
  margin-bottom: 20px;
  margin-top: 40px;
}
main.thanks-error-page ul:not([class]) li a:hover{
	color:var(--secondary);
}
/*
.nj-badge.mobile-viewb
{
	position:fixed;
	right:0;
	bottom:0;
	margin-bottom:10px;
}
*/
.wp-block-separator {
    border-top: 1px solid #000000;
    margin: 30px 0;
}
.thanks-error-page .hm-content{
	width:calc(100% - 500px);
	padding-right:40px;
}
.thanks-error-page .hm-item{
	width:500px;
}

.work-title
{
	padding:10px;
	background-color:var(--primary);
	color:var(--white);
}
.faq-section .text-center {
    max-width: 1220px;
}
.mobile-viewb {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 11px;
    right: 18px;
}
/* media query */
@media (min-width: 576px) {
  .mobile-show {
    display: none;
  }
}
@media (min-width: 991px) {
  .hm-item,
  .sticky {
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }

}
@media (max-width: 1599.98px) {
}
@media (max-width: 1439.98px) {
  .heading-60 {
    font-size: 54px;
  }
  .about-footer-content {
    width: 23.33%;
  }
  .footer-inline-logo a {
    width: 115px;
  }
  .footer-wrapper {
    padding: 5em 0em 3em 0em;
  }
	 
	 .heading-60 {
  		font-size:50px;
		}
		.heading-48,
		h1 {
				font-size:42px;
		}
		.heading-35,
		h2 {
				font-size:32px;
		}
	.service-listing-info h4, .service-left-sidebar h4, .req-form-wraper h4, .left-panel h4{
		padding: 12px 20px;
		    font-size: 20px;
	}
}
@media (max-width: 1199.98px) {
  .heading-60 {
    font-size: 50px;
  }
  .about-footer-content {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer-wrapper {
    padding: 4em 0em 3em 0em;
  }
  .heading-35,
  h2 {
    font-size: 32px;
  }
 .inner-banner .inbanner-small-label + .woo_breadcums
 {
    margin-top: 8px;
	}
}
@media (max-width: 991.98px) {
  .heading-60 {
    font-size: 45px;
  }
  .footer [class*="footer-col"] {
    margin-bottom: 30px;
    padding: 0;
  }
  .footer-col-contact {
    width: 100%;
  }
  .footer-col-contact ul {
    column-count: 2;
    break-inside: avoid-column;
  }
  .footer-col-contact ul li {
    break-inside: avoid-column;
  }
  .footer-wrapper {
    padding: 3em 0em 0em 0em;
  }
	.section-bg.cta-wrapper .btnlist{
		justify-content:center;
	}
  .heading-35,
  h2 {
    font-size: 28px;
  }
  .cta-conent {
    width: 100%;
    margin-bottom: 30px;
			text-align:center;
  }
     .cta-item {
        width: 300px;
        margin: 0 auto;
    }
	
	 .heading-60 {
  		font-size:40px;
		}
		.heading-48,
		h1 {
				font-size:36px;
		}
		.heading-35,
		h2 {
				font-size:28px;
		}
	.heading-32 {
   font-size:24px;
 }
	.heading-25 {
  font-size: 22px;
}
.heading-24,
h4 {
  font-size: 22px;
}
	
	.logo-wrapper .logo-box
	{
		    margin: 5px;
    width: calc(25% - 10px);
	}
	.left-panel
	{
		 width: 100%;
   position: initial;
   order: 2;
	}
	.right-content-panel
	{
		 width:100%;
		padding-left:0;
	}
		.thanks-error-page .hm-content{
	width:100%;
	padding-right:0px;
		margin-bottom:30px;
}
    .thanks-error-page .hm-item {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
	
	.mobile-viewb {
        display: block;
        position: fixed;
        z-index: 9999;
        bottom: -20px;
        right: -26px;
        scale: 70%;
    }
}
@media (max-width: 767.98px) {
  .footer-logo {
    width: 240px;
  }
  .footer-wrapper h3 {
    font-size: 18px;
  }
  .footer .social-link > li {
    margin: 0 10px 10px;
  }
  .heading-35,
  h2 {
    font-size: 26px;
  }
 
  .cta-conent {
    width: 100%;
  }
	.logo-wrapper .logo-box
	{
		 	margin: 5px;
    width: calc(33.33% - 10px);
		  padding:15px;
	}
	.small-title{
		font-size:18px;
		line-height:1.01;
		margin-bottom:10px;
	}
	.scrollTop{display:none;}
}
@media (max-width: 575.98px) {
  .footer-logo {
    width: 160px;
    margin-bottom: 20px;
  }
  .footer-wrapper h3 {
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    margin: 0;
  }
  .footer-col-contact ul {
    column-count: 1;
  }
  .footer [class*="footer-col"] {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer [class*="footer-col"] ul {
    display: none;
    padding-top: 15px;
  }
  .footer [class*="footer-col"] h3::after {
    position: absolute;
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 18px;
    top: 0;
    right: 15px;
  }
  .footer [class*="footer-col"] h3.showhide::after {
    content: "\f068";
  }
  .footer [class*="footer-col"] .ft-title.showhide + ul.footer-links {
    display: block;
  }
  .heading-35,
  h2 {
    font-size: 22px;
  }
  .button,
  a[class*="button-"],
  button {
    padding: 12px 16px;
    font-size: 14px;
  }
	
	
	.heading-60 {
  		font-size:40px;
		}
		.heading-48,
		h1 {
				font-size:32px;
		}
		.heading-35,
		h2 {
				font-size:26px;
		}
	.heading-32 {
   font-size:22px;
 }
	.heading-25 {
  font-size: 20px;
}
.heading-24,
	h4 {
			font-size: 20px;
	}
	[class*="heading-"], h1, h2, h3, h4, h5, h6
	{
		line-height:1.01;
		margin-bottom:18px;
	}
	.divider-img {
    margin-bottom:10px;
	}
	
		.logo-wrapper .logo-box
	{
		 	margin: 5px;
    width: calc(50% - 10px);
		  padding:10px;
		text-align:center;
	}
	.logo-wrapper{
		max-width:380px;
	}
	.btnlist li, .btnlist .button {
    margin: 0px 4px 8px;
}
	.btnlist{
		margin:0 -4px;
	}
	.small-title{
		font-size:16px;
	}
	.form-group{
		margin-bottom:8px;
	}
	.service-listing-info h4, .service-left-sidebar h4, .req-form-wraper h4, .left-panel h4
	{
		font-size:16px;
	}
	.slick-next, .slick-prev{
		top:100%;
	}
	ul.slick-slider {
    padding-bottom: 30px;
}
	.slick-next{right:0;}
	.slick-prev{
		left: 100%;
    z-index: 1;
    margin-left: -80px;
	}
	.wp-block-separator{
		margin:20px 0;
		border-top:1px solid #000000;
	}
}
