/*
	Theme Name: TreeJob
	Author: Harbinger Marketing
	Author URI: https://harbingermarketing.com/
	Version: 1.0
*/

/* styles for ninja forms */
.nf-field {
  margin-bottom: 40px;
}

.nf-field .field-wrap {
  position: relative;
}

.nf-field .nf-field-label {
  margin-bottom: 0;
  position: absolute;
}

.nf-field .nf-field-label label {
  color: #1d1d1b;
  font-size: 18px;
  letter-spacing: 0.03em;
  display: inline-block;
  will-change: transform;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  font-style: normal !important;
  font-weight: normal !important;
  transition: all 0.33s ease-in;
}

.nf-field .list-select-wrap label,
.nf-field .listselect-wrap label{
  display: none;
}

/* ------- NF Dorpdawn cursor added -------------*/
.nf-field .nf-field-element select{
  color: #1d1d1b;
  font-size: 18px;
  letter-spacing: 0.03em;
  padding: 4px 0 10px;
  padding-right: 38px;
  text-overflow: ellipsis;
  line-height: 1.1;
  height: 34px;
  cursor: pointer;
}

/* ------- NF Textarea cursor added start -------------*/
.textarea-wrapper {
  position: relative;
  width: 100%;
  display: inline-block;
}

.nf-field .nf-field-element .textarea-wrapper textarea {
  width: 100%;
  height: 87px;
  resize: none;
  overflow-y: auto;
  box-sizing: border-box;
  font-size: 14px;
  cursor: text;
}

.scroll-zone {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 100%;
  cursor: pointer;
  background: transparent;
  display: none;
  pointer-events: auto;
}
/* ------- NF Textarea cursor added end-------------*/

.nf-form-content .list-select-wrap>div div {
  display: block;
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  padding: 16px;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  border-radius: 0;
  box-shadow: none;
  color: #787878;
  transition: all .5s;
  background: none !important;
  border: 0 !important;
  padding: 4px 0 10px;
  pointer-events: none;
}
body .nf-form-content .list-select-wrap>div div:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 23px;
  line-height: 100%;
  color: rgba(26, 26, 26, 0.4);
}

.nf-field .nf-field-label label::before,
.nf-field .nf-field-label label::after {
  display: none;
}

.nf-field .nf-field-element {
  position: relative;
}

.nf-field .nf-field-element input {
  height: 34px;
}

.nf-field .nf-field-element input,
.nf-field .nf-field-element textarea {
  color: #1a1a1a;
  display: block;
  font-size: 18px;
  font-weight: 600;
  background: none;
  line-height: 18px;
  margin-bottom: 2px;
  padding: 4px 0 10px;
  letter-spacing: 0.04em;
}

.nf-field .nf-field-element input:last-child,
.nf-field .nf-field-element textarea:last-child {
  margin-bottom: 0;
}

.nf-field .nf-field-element textarea {
  display: block;
  resize: none;
  overflow: auto;
}

.nf-field .nf-field-element:before,
.nf-field .nf-field-element:after {
  position: absolute;
  bottom: 0;
  height: 2px;
  content: "";
}

.nf-field .nf-field-element:before {
  left: 0;
  right: 0;
  background-color: rgba(26, 26, 26, 0.2);
}

.nf-field .nf-field-element:after {
  right: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  will-change: transform;
  background-color: #1a1a1a;
  backface-visibility: hidden;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-transition: -webkit-transform 0.32s ease-in;
  transition: -webkit-transform 0.32s ease-in;
  transition: transform 0.32s ease-in;
  transition: transform 0.32s ease-in, -webkit-transform 0.32s ease-in;
  -webkit-backface-visibility: hidden;
}

.nf-field .nf-field-element input[type="button"],
.nf-field .nf-field-element input[type="submit"],
#nf-form-8-cont #nf-field-96,
#nf-form-14-cont #nf-field-287,
#nf-form-5-cont .submit-wrap input, .treeadvisors__form .submit-wrap input,
#nf-form-8_1-cont #nf-field-96_1 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  padding: 14px 60px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #ff7800;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  will-change: transform, background-color, color;
  -webkit-transition: background-color 0.33s ease-in, color 0.33s ease-in, border-color 0.33s ease-in, opacity 0.1s ease-in,box-shadow 0.33s ease-in;
  transition: background-color 0.33s ease-in, color 0.33s ease-in, border-color 0.33s ease-in, opacity 0.1s ease-in,box-shadow 0.33s ease-in;
  border-color: #1a1a1a;
  background-color: #1a1a1a;
  height: 48px;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.7);
  height: auto;
}

.nf-field .nf-field-element input[type="button"]:hover,
.nf-field .nf-field-element input[type="submit"]:hover,
#nf-form-8-cont #nf-field-96:hover,
#nf-form-14-cont #nf-field-287:hover,
#nf-form-5-cont .submit-wrap input:hover, .treeadvisors__form .submit-wrap input:hover,
#nf-form-8_1-cont #nf-field-96_1:hover {
  color: #1a1a1a;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0px 15px 50px rgba(255, 255, 255, 0.7);
}

#nf-field-287_1-container .nf-field .nf-field-element:before {
  display: none !important;
}
#nf-form-5-cont .nf-field .submit-wrap .nf-field-element:before,  .treeadvisors__form .nf-field .submit-wrap .nf-field-element:before{
  display: none !important;
}

/* 13 edit */
.nf-form-cont #nf-field-96-wrap .nf-field-element:after,
.nf-form-cont #nf-field-96-wrap .nf-field-element:before,
.nf-form-cont #nf-field-287-wrap .nf-field-element:after,
.nf-form-cont #nf-field-287-wrap .nf-field-element:before,
.nf-form-cont #nf-field-96_1-wrap .nf-field-element:after,
.nf-form-cont #nf-field-96_1-wrap .nf-field-element:before {
  content: none;
}

.nf-form-cont .nf-field-container:not(.listradio-container) .nf-field-label label.active,
.nf-form-cont .nf-field-container:not(.listradio-container):has(input:-webkit-autofill) .nf-field-label label {
  color: rgba(26, 26, 26, 0.7);
  -webkit-transform: translate3d(2px, -23px, 0) scale(0.8);
  transform: translate3d(2px, -23px, 0) scale(0.8);
}

.nf-form-cont .nf-field-element textarea {
  height: 87px;
}

.nf-form-cont .nf-field-container:not(.listradio-container) label.hide-pl {
  color: rgba(26, 26, 26, 0.7);
  -webkit-transform: translate3d(2px, -23px, 0) scale(0.8);
  transform: translate3d(2px, -23px, 0) scale(0.8);
}
.block_2, .block_3{
  display: none;
}
.block_2.show .and_more_1, .block_3.show .and_more_2{
  display: none;
}
.nf-form-fields-required {
  display: none;
}

/**/
.footer_addres {
  line-height: 28px;
}
.footer_addres a{
  display: inline-block;
  max-width: 210px;
}
.tab-caption {
  text-transform: inherit;
}

#nf-form-9-cont input:not([type="button"]):not([type="submit"]){
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4) !important;
  font-weight: 500;
  margin-top: 11px;
}
#nf-form-9-cont input:not([type="button"]):not([type="submit"]):-webkit-autofill,
#nf-form-9-cont input:not([type="button"]):not([type="submit"]):-webkit-autofill:hover,
#nf-form-9-cont input:not([type="button"]):not([type="submit"]):-webkit-autofill:focus {
  transition: background-color 500000s, border 0.5s !important;
  border-bottom: 2px solid rgba(255, 255, 255, 1) !important;
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(15, 15, 40, 0) inset !important;
}
#nf-form-9-cont  *::-webkit-input-placeholder {
  color: #fff;
}

#nf-form-9-cont  *:-ms-input-placeholder {
  color: #fff;
}

#nf-form-9-cont  *::placeholder {
  color: #fff;
}
.blog #nf-form-9-cont.nf-form-cont .three-fourths,
.single:not(.single-services) #nf-form-9-cont.nf-form-cont .three-fourths{
  width: 100%;
  float: none;
}
.single.single-services #nf-form-9-cont.nf-form-cont .three-fourths{
  width: 285px;
  padding-top: 7px;
}
.single:not(.single-services) #nf-form-9-cont.nf-form-cont .submit-container,
.blog #nf-form-9-cont.nf-form-cont .submit-container{
  width: 100%;
  float: none;
  margin-left: 0;
}
#nf-form-9-cont.nf-form-cont .submit-container{
  margin-bottom: 0;
}
#nf-form-9-cont.nf-form-cont .submit-container input{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  padding: 14px 54px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #ff7800;
  font-family: "Open Sans", sans-serif;
  background-color: #ff7800;
  cursor: pointer;

  -webkit-box-shadow: 0 15px 50px rgba(255, 120, 0, 0.7);
  box-shadow: 0 15px 50px rgba(255, 120, 0, 0.7);

  transition: all 0.5s ease;
  height: auto;;
}
#nf-form-9-cont.nf-form-cont .submit-container input:hover{
  color: #ff7800;
  border-color: #fff;
  background-color: #fff;

  -webkit-box-shadow: 0 15px 50px rgba(255, 255, 255, 0.7);
  box-shadow: 0 15px 50px rgba(255, 255, 255, 0.7)
}
#nf-form-9-cont.nf-form-cont .submit-container .nf-field{
  margin-bottom: 0;
}

.phone_number{
  /*margin: 0 auto;*/
  margin: 0 30px 0 auto;
  display: block;
  z-index: 1;
  position: relative;
  padding-top: 10px;
}
.phone_number a{
  /*display: inline-block;*/
  cursor: pointer;
}
.phone_number svg{
  height: 42px;
}
.phone_number svg path{
  transition: all 0.5s ease;
}
.phone_number a:hover svg path{
  fill: #ff7800;
}
header .phone_number .phones_wrapper {
  width: 100%;
  position: absolute;
  left: -8px;
  z-index: 0;
  box-sizing: border-box;
  min-width: 240px;
  top: 133%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding: 12px 0;
  background-color: rgba(26, 26, 26, 0.4);
}
header .phone_number.show .phones_wrapper {
  opacity: 1;
  visibility: visible;
}
header .phone_number .phones_wrapper .item {
  position: relative;
  z-index: 1;
  padding: 6px 39px;
}
header .phone_number a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
header .phone_number a .label {
  font-size: 16px;
}
header  .phone_number a span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
header .phone_number a span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 1;
  transform: scaleX(0);
  transition: all 0.5s ease-in-out;
}
header .phone_number a:hover span:after {
  transform: scaleX(1);
}

.fancybox-slide--image .fancybox-content{

  width: 80% !important;
  height: 80% !important;
  transform: none !important;
  left: 10%;
  top: 10%;
  background: #ff7800;
  filter: drop-shadow(0px 50px 80px rgba(26, 26, 26, 0.5));
}
.fancybox-slide--image .fancybox-content img{
  /*width: auto !important;
  height: auto !important;*/
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}
.fancybox-container .fancybox-infobar{
  display: none !important;
}
.fancybox-container .fancybox-toolbar {
  top: 6%;
  right: 10%;
}


.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 0;
}
.fancybox-show-thumbs .fancybox-thumbs{
  position: absolute;
  background: none;
  text-align: center;
  top: auto;
  left: 0;
  right: 0;
  width: auto;
  bottom: 5%;
}
.fancybox-show-thumbs .fancybox-thumbs a{
  width: 12px;
  height: 12px;
  border: 2px solid #FFFFFF;
  display: inline-block;
  transition: all 0.5s ease;
  margin: 0 5px;
  background: none !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fancybox-show-thumbs .fancybox-thumbs a:hover,
.fancybox-show-thumbs .fancybox-thumbs a.fancybox-thumbs-active{
  background: #FF7800 !important;
  border-color: #FF7800;
}


.nf-field .listradio-wrap .nf-field-label,
.nf-field .list-checkbox-wrap .nf-field-label{
  position: relative;
  margin-bottom: 8px;
}
.nf-field .listradio-wrap .nf-field-element:before{
  display: none;
}
.nf-field .listradio-wrap li label{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 100%;
  /* identical to box height, or 18px */

  letter-spacing: 0.03em;
}
.nf-field .listradio-wrap li input{
  height: auto;
  margin-bottom: 0;
}
.nf-field .listradio-wrap li label:before {
  border-radius: 50%;
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.nf-field .listradio-wrap li label:after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 1px;
  top: .05em;

  border: 2px solid rgba(26, 26, 26, 0.7);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: transparent !important;
  bottom: auto;
  top: 1px;

  display: block;
  transform: none;
}
.nf-field .listradio-wrap li label.nf-checked-label:before {
  background: #fff;
  width: 10px;
  height: 10px;
  left: -25px;
  top: 6px;
  opacity: 1;
}
.nf-field .listradio-wrap li label.nf-checked-label:after {
  border: 2px solid #fff;
  filter: drop-shadow(0px 0px 20px #fff);
}
.nf-field .listradio-wrap li {
  display: inline-block;
  margin-right: 31px !important;
}
.nf-field .listradio-wrap .nf-field-element label {
  position: relative;
  margin-left: 30px!important;
  margin-bottom: 10px;
}
.popup-content.jop-popup .col-12{
  margin-left: -10px;
}
.popup-content.jop-popup  .nf-field{
  margin-bottom: 39px;
}
.popup-content.jop-popup .listradio-container .nf-field{
  margin-bottom: 29px;
}
.popup-content.jop-popup .nf-form-cont .nf-field-element textarea {
  height: 76px;
}
.popup-content.jop-popup .nf-field .nf-field-element select{
  padding: 1px 0 7px;
  height: auto;
}
.popup-content.jop-popup .nf-field-container:not(.textarea-container)>.nf-field .nf-field-label{
  bottom: 0;
}
.popup-content.jop-popup .nf-field-container{
  margin-bottom: 0;
}
.popup-content.jop-popup .nf-field-container.long_label{
    margin-top: 18px;
}
.popup-content.jop-popup .nf-field label{
    line-height: 100%;
    padding-bottom: 7px;
}

.field-wrap.html-wrap .nf-field-element:before{
  display: none;
}
.field-wrap.html-wrap .nf-field-element h5{
  color: #FFFFFF;
  text-transform: uppercase;
}
.nf-field-container.html-container .nf-field{
  margin-bottom: 36px;
}
.field-wrap.html-wrap{
  margin-top: 59px;
}
.popup-content.jop-popup .layer-close{
  /*position: fixed;
  top: 0;
  height: 100% !important;*/
}
.popup-content.jop-popup .btn{
  font-size: 20px;
}
.popup-content.jop-popup .submit-wrap input {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  position: relative;
  padding: 14px 60px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #ff7800;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  will-change: transform, background-color, color;
  -webkit-transition: background-color 0.33s ease-in, color 0.33s ease-in, border-color 0.33s ease-in, opacity 0.1s ease-in,box-shadow 0.33s ease-in;
  transition: background-color 0.33s ease-in, color 0.33s ease-in, border-color 0.33s ease-in, opacity 0.1s ease-in,box-shadow 0.33s ease-in;
  border-color: #1a1a1a;
  background-color: #1a1a1a;
  height: 48px;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.7);
}
.popup-content.jop-popup .submit-wrap input:hover {
  color: #1a1a1a;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0px 15px 50px rgba(255, 255, 255, 0.7)
}
.popup-content.jop-popup .submit-wrap .nf-field-element:before{
  display: none;
}

.popup-content.jop-popup .file_upload-wrap .btn{
  border-color: #fff;
  overflow: visible;
}
.popup-content.jop-popup .file_upload-wrap .btn:after {
  -webkit-box-shadow: 0 15px 50px rgba(255, 255, 255, 0.7);
  box-shadow: 0 15px 50px rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: all 0.33s ease-in;
}
.popup-content.jop-popup .file_upload-wrap .btn:hover{
  color: #1a1a1a;
  background-color: #fff;
}
.popup-content.jop-popup .file_upload-wrap .btn:hover:after {
  opacity: 1;
}
.popup-content.jop-popup .file_upload-wrap .nf-fu-progress{
  display: none !important;
}
.popup-content.jop-popup .file_upload-wrap .nf-field-element:before{
  display: none;
}
.popup-content.jop-popup .file_upload-wrap .btn.nf-fu-button-cancel{
  display: none !important;
}
.popup-content.jop-popup .file_upload-wrap .nf-field-label{
  display: none !important;
}
.files_uploaded p{
  font-size: 16px;
  margin-top: 10px;
}
.popup-content.jop-popup .sho_on_click{
  display: none;
}
.popup-content.jop-popup .more_space_on_top{
  margin-top: 20px;
}
.popup-content.jop-popup .sho_on_click.show{
  display: block;
}
.popup-content.jop-popup .nf-after-field .nf-error-msg{
  font-size: 16px;
}
.popup-content.jop-popup .nf-field-container .nf-after-field{
  top: 78%;
}

.fancybox-container .fancybox-bg,
.popup-content.video .video-popup-content{
  background-image: url("img/pop_up_decor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#range-img-block .full-size{
  -webkit-transition: opacity 0.33s ease-in;
  -o-transition: opacity 0.33s ease-in;
  transition: opacity 0.33s ease-in;
  opacity: 1;
}
#range-img-block .full-size.hide{
  opacity: 0;
}

.swiper-entry.no-swipe .swiper-wrapper{
  justify-content: unset;
}

.files_uploaded .delete{
  color: #e80000;
  transition: all 0.33s ease-in-out;
  margin-left: 5px;
}
.files_uploaded .delete:hover{
  color: #fff;
}

.add_more_button .html-wrap{
  margin-top: 0px !important;
}

.payment_form_wrapper .page{
  opacity: 0;
  position: relative;
  z-index: 0;
  transition: all 0.5s ease;
  position: absolute;
}
.payment_form_wrapper .page.active{
  opacity: 1;
  position: relative;
  z-index: 1;
}
.payment_form_wrapper .error_field:after{
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  background: #e80000;
}
.payment_form_wrapper .message{
  font-size: 20px;
  color: #fff;
  margin-top: -10px;
  margin-bottom: 50px;
}
.accordion-caption>span{
  display: none;
}

.contact_section .right_background{
  position: absolute;
  bottom: -60px;
  right: 10%;
}
.contact_section .right_background>img{
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.contact_section .right_background .splash{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
  z-index: 0;
}

.banner_custom_style .splash{
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 98%;
}
.banner_custom_style .splash img{
  /*width: auto;
  max-width: none;*/
}
.banner_custom_style>img{
  position: relative;
  z-index: 1;
  bottom: -100px;
}
.style-3.banner_custom_style>img{
  bottom: 0px;
}
.banner .decor.banner_custom_style{
  right: -10%;
}
.banner .style-3.decor.banner_custom_style{
  right: 0;
}

.saw .overflow-hidden .rellax{
  bottom: -1px;
}
.fancybox-mobile .fancybox-nav span {
  visibility: visible;
}
.fancybox-container .fancybox-caption, .fancybox-container .fancybox-infobar,
.fancybox-container .fancybox-navigation .fancybox-button, .fancybox-container .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s, visibility 0s;
  -o-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}
.only_for_mobile{
  display: none;
}
.fancybox-button.fancybox-button--thumbs{
  display: none !important;
}

.seo_content{
  min-height: 0;
  margin: -30px 0;
  padding: 14px 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.seo_content .saw{
  margin: 0;
  min-height: 0;
}
.seo_content.temprary_hidden{
  /*height: 0;
  overflow: hidden;
  visibility: hidden;*/
}
/*.seo_content.is_hidden{
  opacity: 0;
  visibility: hidden;
}*/
.seo_content .seo_content_inner{
  overflow: hidden;
  position: relative;
  will-change: padding;
  padding: 16px 20px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.2);
}
.seo_content .show_more_seo_content{
  margin-top: 30px !important;
}

.seo_content .seo_content_inner p:empty{
  display: none;
}
.seo_content .seo_content_inner p{
  color: #fff;
  margin-bottom: 25px;
}
.seo_content .seo_content_inner *{
  color: #fff;
}
.show_more_seo_content h1,
.seo_content .seo_content_inner h1{
  font-size: 80px;
  line-height: 100%;
  margin-bottom: 25px;
}
.show_more_seo_content h2,
.seo_content .seo_content_inner h2{
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 25px;
}
.show_more_seo_content h3,
.seo_content .seo_content_inner h3{
  font-size: 50px;
  line-height: 100%;
  margin-bottom: 25px;
}
.show_more_seo_content h4,
.seo_content .seo_content_inner h4{
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 25px;
}
.show_more_seo_content h5,
.seo_content .seo_content_inner h5{
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 25px;
}
.show_more_seo_content h6,
.seo_content .seo_content_inner h6{
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 25px;
}
.seo_content .seo_content_inner>*:last-child{
  margin-bottom: 0;
}

.seo_content_inner ul {
  padding-left: 30px;
}

.seo_content_inner li {
  margin-bottom: 10px;
  margin-left: 35px;
}

.seo_content_inner a {
  position: relative;
  text-transform: uppercase;
}

.seo_content_inner a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
  display: block;
  transform: scaleX(0);
  transform-origin: center;
  transition: all .33s ease-in;
}

.seo_content_inner a:hover::after {
  transform: scaleX(1);
}

.show_more_seo_content h1:first-child,
.show_more_seo_content h2:first-child,
.show_more_seo_content h3:first-child,
.show_more_seo_content h4:first-child,
.show_more_seo_content h5:first-child,
.show_more_seo_content h6:first-child {
    margin-top: 0;
    padding-top: 18px;
}

.show_more_seo_content{
  margin-top: 0 !important;
}
.show_more_seo_content p{
  margin-bottom: 12px;
}
.show_more_seo_content *{
  color: #fff;
}

.hide_on_init{
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.show_more_seo_button.btn{
  font-size: 16px;
  padding: 10px 40px;
  /*margin-left: 20px;*/
  vertical-align: top;
}
body:not(.page-template-gallery-page) .fancybox-thumbs__list>a,
.fancybox-container.hide_dots .fancybox-thumbs__list>a{
  display: none;
}

.orange-color{
  color: #ff7800 !important;
}

.emergency_line{
  background-image: url(images/emergency_line.png);
  background-size: cover;
  background-position: left center;

  padding: 32px 10px 32px 20%;
  margin-left: -20%;
  position: relative;
  width: 1370px;
}
.emergency_line h6{
  font-size: 40px;
  line-height: 90%;
  color: #FFFFFF !important;
  margin-bottom: 0;
  /*border: 4px solid #1A1A1A;*/

  /*text-shadow: 0 0 4px #1A1A1A;
  -moz-text-shadow: 0 0 4px #1A1A1A;
  -webkit-text-shadow: 0 0 4px #1A1A1A;
*/
  /*-webkit-text-stroke: 4px #1A1A1A;
  -webkit-text-fill-color: white;*/

  text-shadow: -4px 4px 10px #1A1A1A,
      4px 4px 10px #1A1A1A,
      4px -4px 10px #1A1A1A,
      -4px -4px 10px #1A1A1A;

}

.section_with_mask{
  background-color: #1a1a1a;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-image: url(img/mask_small.svg);
  mask-image: url(img/mask_small.svg);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 !important;
}
.section_with_mask_big .bottom_saw,
.section_with_mask_big .top_saw,
.section_with_mask .bottom_saw,
.section_with_mask .top_saw{
  display: none !important;
}
.section_with_mask_big {
  background-color: #1a1a1a;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-image: url(img/mask.svg);
  mask-image: url(img/mask.svg);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 !important;
}


@media (min-width: 1921px)  {
  .emergency_line {
    padding: 32px 10px 32px 110%;
    margin-left: -110%;
    position: relative;
    width: 2500px;
  }
}
@media (min-width: 1200px)  {
  .seo_content  .btn:hover {
    color: #ff7800 !important;
  }
}
@media (max-height: 991px)  {
  .fancybox-container .fancybox-toolbar{
    top: 5%;
  }
}
@media (max-width: 1650px)  {
  .featured_content_bottom_part .offset-xl-1{
      margin-left: 5%;
  }
}
@media (max-width: 1650px) and (min-width: 1600px) {
  header .container > .btn{
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 1635px) {
  .tab-caption {
    font-size: 16px;
    line-height: 20px;
    margin-right: 18px;
    padding: 10px 15px;
  }
  header .container > .btn
}
@media (max-width: 1599px) and (min-width: 768px){
  h1, .h1 {
    font-size: 80px;
    line-height: 100%;
  }

}
@media (max-width: 1599px) {
  .service.closed {
    height: 32.2%;
  }
  .service.active{
      height: 50.7%;
  }
  .btn-play {
    height: 155px;
    line-height: 155px;
  }
  .btn-play svg{
    height: 100%;
    width: auto;
  }
  .btn-play .play-label {
    font-size: 28px;
  }
}
@media (max-width: 1485px) {
  .tab-caption{
    margin-right: 3px;
  }
  .featured_content_bottom_part .offset-xl-1{
     margin-left: 0;
   }
}
@media (max-width: 1399px) {
  .saw{
    min-height: 0;
  }
  .gallery .swiper-slide .img .full-size{
    padding: 25px 25px;
  }
  #jobForm h2{
    font-size: 100px;
    line-height: 100%;
  }
  #jobForm h6{
    font-size: 40px;
  }

  .contact_section .right_background{
    right: 0;
  }
  .tab-caption{
    font-size: 14px;
    padding: 10px 12px;
  }

  .emergency_line{
    width: 960px;
  }
}
@media (max-width: 1340px){
  .service-front .text-right{
    right: 20px;
  }
  .service.closed .service-front .text-right{
    bottom: 20px;
  }
  .service .service-front{
    max-height: 117px;
  }
}

@media (max-width: 1289px) {
  .featured_content_bottom_part #nf-form-9-cont.nf-form-cont .submit-container{
    margin-left: 0px;
    width: 100%;
  }
}
@media (max-width: 1269px) {
  .tab-caption{
    font-size: 13px;
  }
  .gallery.swiper-entry .swiper-container{
    padding: 0px 12px;
  }
  .tabs.vertical-tabs .tab-nav{
     margin-left: -30px;
  }
  .emergency_line h6{
    font-size: 34px;
  }
}

@media (max-width: 1199px){
  .service {
    height: 150px !important;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .service.active {
    height: 340px !important;
  }
  .accordion-caption>span{
    display: block;
    top: -17px;
    right: 0;
    bottom: 0;
    left: -11px;
    font-size: 100px;
    font-weight: 300;
    line-height: 100%;
    position: absolute;
    color: rgba(26, 26, 26, 0.5);
    font-family: 'Open Sans';
    z-index: -1;
  }
  .accordion > span{
    display: none;
  }
  .review_section .swiper-slide .text p{
    min-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .review_section .review .h6{
    margin-bottom: 5px;
  }
  .saw{
    padding-bottom: 14px;
  }
  .single .post_content .tabs:not(.vertical-tabs){
    padding: 30px;
  }
  .contact_section .right_background {
    right: -9%;
    max-width: 490px;
  }
  .contact_section .right_background .splash{
    width: 130%;
  }
  .contact_section .right_background .splash img{
    max-width: 100%;
  }

  .fancybox-navigation .fancybox-button--arrow_left:hover:after,
  .fancybox-navigation .fancybox-button--arrow_right:hover:after,
  .fancybox-toolbar .fancybox-button:hover:after {
    opacity: 1;
  }
  .section.max-hight {
    height: auto;
  }
  .guarantees-img{
    right: 0;
  }
  .video-popup-container,
  .fancybox-slide--image .fancybox-content{
    filter: drop-shadow(0px -100px 150px rgba(26, 26, 26, 0.5));

  }


  .show_more_seo_content h1,
  .seo_content .seo_content_inner h1{
    font-size: 60px;
  }
  .show_more_seo_content h2,
  .seo_content .seo_content_inner h2{
    font-size: 40px;
  }
  .show_more_seo_content h3,
  .seo_content .seo_content_inner h3{
    font-size: 30px;
  }
  .show_more_seo_content h4,
  .seo_content .seo_content_inner h4{
    font-size: 25px;
  }
  .show_more_seo_content h5,
  .seo_content .seo_content_inner h5{
    font-size: 20px;
  }
  .show_more_seo_content h6,
  .seo_content .seo_content_inner h6{
    font-size: 18px;
  }

  .home .banner .img-banner{
    margin-top: 80px;
  }
  .emergency_line{
    padding: 32px 10px 32px 35%;
    margin-left: -35%;
  }
  .emergency_line h6 {
    font-size: 28px;
  }

  .section_with_mask,
  .section_with_mask_big {
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
  }

  .section_with_mask_big {
    -webkit-mask-image: url(img/mask-big.svg);
    mask-image: url(img/mask-big.svg);
  }
}
@media (max-width: 991px) {
  .services .bg-dark{
    margin-bottom: 0;
  }
  .service_levels_section .bg{
    background-size: 110%;
  }
  .service.active {
    height: 300px !important;
  }
  .service .service-front{
     max-height: 107px;
  }
  .review_section .content-col>.spacer-sm{
    height: 20px;
  }
  .tabs .swiper-controls-wrap.size-2 .swiper-pagination {
     left: auto;
     right: auto;
     transform: none;
  }
  .footer_addres a{
    max-width: 100%;
  }
  .section.only-desktop.max-hight{
    display: block;
    height: auto;
  }
  .popup-content.jop-popup .nf-field {
     margin-bottom: 20px;
  }
  .popup-content.jop-popup .listradio-container .nf-field{
    margin-bottom: 20px;
  }
  .field-wrap.html-wrap {
    margin-top: 30px;
  }
  .nf-field-container.html-container .nf-field {
    margin-bottom: 20px;
  }
  .popup-content{
    font-size: 0;
  }
  .contact_section .right_background{
    right: -18%;
  }
  .banner .decor.banner_custom_style{
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 657px;
  }

  .emergency_line {
    padding: 22px 35%;
    margin-left: -35%;
    width: auto;
    margin-right: -35%;
  }
  .emergency_line h6 {
    font-size: 30px;
    line-height: 110%;
    text-shadow: -3px 3px 10px #1A1A1A, 3px 3px 10px #1A1A1A, 3px -1px 10px #1A1A1A, -3px -3px 10px #1A1A1A;
  }

}
@media (max-width: 767px) {
  .emergency_line {
    padding: 13px 35%;
    margin-left: -35%;
    width: auto;
    margin-right: -35%;
  }

  .nf-form-cont .nf-field-label label.active{
    -webkit-transform: translate3d(2px, -33px, 0) scale(0.7);
    transform: translate3d(2px, -33px, 0) scale(0.7);
  }
  .service {
    display: block;
  }
  .service .bg:after {
    background: -webkit-gradient( linear, left top, left bottom, from(#1a1a1a), color-stop(24.48%, rgba(26, 26, 26, 0.838542)), to(rgba(26, 26, 26, 0.727432)) );
    background: -o-linear-gradient( top, #1a1a1a 0%, rgba(26, 26, 26, 0.838542) 24.48%, rgba(26, 26, 26, 0.727432) 100% );
    background: linear-gradient( to bottom, #1a1a1a 0%, rgba(26, 26, 26, 0.838542) 24.48%, rgba(26, 26, 26, 0.727432) 100% );
  }
  .service .service-back .service-info .rating-wrap{
    display: none !important;
  }
  .service .service-back .service-info {
    padding-top: 20px;
  }
  .service .service-back .service-info:before {
    top: 10px;
  }
  .service,
  .service.closed{
    height: 174px !important;
  }
  .service.active {
    height: 321px !important;
  }
  .service-front .text-right {
    right: auto;
    left: 20px;
  }
  .service .service-front {
    max-height: 100%;
  }
  .service .service-front .text-right {
    top: auto;
    transform: translateY(0);
    bottom: 20px;
  }
  .service_levels_section .bg {
    background-size: cover;
  }
  .service .service-front .h6 {
    margin-bottom: 2px;
  }
  .service .text {
     padding-right: 0;
  }
  #nf-form-9-cont.nf-form-cont .submit-container input,
  .nf-field .nf-field-25-wrap .nf-field-element input[type="button"],
  .nf-field .nf-field-25-wrap .nf-field-element input[type="submit"],
  #nf-form-8-cont #nf-field-96,
  #nf-form-14-cont #nf-field-287,
  #nf-form-5-cont .submit-wrap input,
  #nf-form-8_1-cont #nf-field-96_1, .treeadvisors__form .submit-wrap input{
    font-size: 16px;
    line-height: 100%;
    padding: 16px 62px;
  }
  .popup-content.jop-popup .btn,
  .btn {
    font-size: 16px;
    line-height: 100%;
    padding: 14px 30px;
  }
  .accordion-caption>span{
    top: -13px;
    font-size: 66px;
  }
  .review_section .swiper-controls-wrap .swiper-pagination{
    display: none;
  }
  .review_section .swiper-slide .text p {
    min-height: 120px;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
  }
  .swiper-controls-wrap.size-2{
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .tabs.vertical-tabs .tab-nav{
    margin-left: 0px;
  }
  .tabs.vertical-tabs .tab-nav, .tabs.vertical-tabs .tabs-wrap{
    margin: 0;
  }
  .tabs.vertical-tabs{
    margin: 0 -15px;
  }
  .tabs.vertical-tabs .tab-nav:after{
    display: none;
  }
  .text-lg {
    font-size: 16px;
    line-height: 140%;
  }
  #nf-form-9-cont.nf-form-cont .submit-container{
    width: 100%;
    margin-left: 0;
  }
  .single.single-services #nf-form-9-cont.nf-form-cont .three-fourths{
    width: 100%;
  }

  .saw+.section.bg-orange{
    padding-top: 20px;
  }
  #jobForm h2{
    font-size: 52px;
  }
  #jobForm h6{
    font-size: 32px;
  }
  .nf-field {
    margin-bottom: 20px;
  }
  .tabs:not(.vertical-tabs){
    padding: 30px;
  }

  .contact_section .right_background{
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 380px;
    bottom: -200px;
    max-width: none;
  }
  .contact_section .right_background .splash{
    bottom: -170px;
  }
  body:not(.page-template-gallery-page) .gallery.swiper-entry .swiper-button-prev,
  body:not(.page-template-gallery-page) .gallery.swiper-entry .swiper-button-next{
    margin: 0 10px;
  }
  body:not(.page-template-gallery-page) .gallery.swiper-entry .swiper-pagination{
    display: none;
  }
  .banner .btn, section .btn, .section .btn {
    padding: 14px 30px;
  }
  .service_levels_section .rellax{
    display: none;
  }
  .only_for_mobile{
    display: block;
    margin-bottom: 30px;
  }
  .only_for_desktop{
    display: none;
  }



  .show_more_seo_content h1,
  .seo_content .seo_content_inner h1{
    font-size: 40px;
  }
  .show_more_seo_content h2,
  .seo_content .seo_content_inner h2{
    font-size: 32px;
  }
  .show_more_seo_content h3,
  .seo_content .seo_content_inner h3{
    font-size: 24px;
  }
  .show_more_seo_content h4,
  .seo_content .seo_content_inner h4{
    font-size: 20px;
  }
  .show_more_seo_content h5,
  .seo_content .seo_content_inner h5{
    font-size: 18px;
  }
  .show_more_seo_content h6,
  .seo_content .seo_content_inner h6{
    font-size: 16px;
  }

  .contact_section .right_background>img{
    max-width: none !important;
    height: 583px !important;
    width: auto !important;
  }
  .contact_section .right_background .splash{
    max-width: 494px !important;
  }
  .contact_section .right_background{
    width: auto !important;
  }
}
@media (max-width: 640px) {
  .banner .decor.banner_custom_style{
    left: 0;
    transform: translateX(0%);
  }
}
@media (max-width: 575px) {
  footer .logo {
    margin: 0;
  }
  .text-lg {
    font-size: 14px;
  }
  h5, .h5 {
    font-size: 28px;
    line-height: 28px;
  }
  body.blog .banner .vertical-align{
    padding: 70px 0;
  }
  body.blog .banner .decor.style-3{
    left: 0;
    transform: none;
  }
  .review_section{
    padding-top: 25px;
  }
  .banner_custom_style>img{
    bottom: -130px;
  }
  .show_more_seo_button.btn{
    display: block;
    margin-left: 0;
    margin-top: 20px;
    max-width: 218px;
  }
}

@supports not ( (backdrop-filter: none) or (-webkit-backdrop-filter: none) ) {
  .popup-wrapper .bg-layer{
    background: rgba(26, 26, 26, 0.9);
  }
}

.nf-field-label:has(+ .nf-field-element .input:not(:placeholder-shown)) {
  opacity: 0;
}

@media (max-width: 991px) {
  .nf-field-label {
    font-size: 16px !important;
  }
}