/*
 * Theme Name: Clean Theme
 * Description: Clean Theme
*/

@import url('fonts/font.css');

*{
	box-sizing: border-box;
	margin:0;
	padding:0;
	text-decoration: none;
}

body{
	font-family: 'Gilroy';
	height: 100%;
}

a{
	color:#91ca2d;
}

#menu-menu-top li{
	-webkit-tap-highlight-color: transparent !important;
}

#menu-menu-top a {
  -webkit-tap-highlight-color: transparent !important;
}

#menu-menu-top a:focus,
#menu-menu-top a:active {
  -webkit-tap-highlight-color: transparent !important;
}



header{
	position: fixed;
    left: 0;
    width: 100%;
	height: 80px;
	background: #fff;
	z-index: 99;
	box-shadow: 0px 4px 4px 0px #656B661A;
}

header .logo{
	width:15%;
	float:left;
}

header .logo img{
	width:100%;
	max-width: 170px;
	margin-top:10px;
}

header .head-btn{
	float:left;
	width:15%;
}

header .head-btn a {
    background: #91ca2d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 12px 23px;
    margin-top: 19px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

header .head-btn a::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid #91ca2d;
    border-radius: 10px;
    z-index: -1;
    animation: pulse 2s infinite;
    opacity: 1;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    70% {
        transform: scale(1.4);
        opacity: 0;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

header .menu{
	width:70%;
	float:left;
}

header .menu li a{
	color:#000;
	transition:0.4s;
	font-size: 17px;
    font-weight: 500;
}

header .menu li a:hover{
	color:#91CA2D;
	transition:0.4s;
}

header .navbar-nav{
	 display: flex;
    justify-content: center;
    gap: 45px;
    align-items: center;
	margin-top: 31px;
}

.hero{
	background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 150px;
    padding-bottom: 90px;
}

.home .hero{
	padding-top: 248px;
    padding-bottom: 188px;
}

.hero-content{
	backdrop-filter: blur(2px);
    background: rgb(255 255 255 / 50%);
	max-width:590px;
	padding:30px;
}

.rating{
	display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
    gap: 30px;
}

.rating img{
	max-width:100px;
	height: auto;
}

.hero-content h1{
	font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 46px;
}

.hero-content h1 span{
	color:#91ca2d;
}

.hero-content p{
	font-size: 28px;
    font-weight: 700;
    margin-bottom: 27px;
    line-height: 35px;
}

.hero-buttons{
	display: flex;
    gap: 30px;
}

.hero-buttons a:nth-child(1){
	background: #91ca2d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 14px 25px;
    display: inline-block;
	transition:0.4s;
}

.home .hero-buttons a:nth-child(1){
	display: flex;
    align-items: center;
}


.hero-buttons a:nth-child(2){
	background: transparent;;
    font-size: 16px;
    font-weight: 700;
    color: #91ca2d;
    border-radius: 10px;
    padding: 12px 25px;
    display: inline-block;
	border:2px solid #91ca2d;
	transition:0.4s;
}

.hero-buttons a:nth-child(2):hover{
	background: #91ca2d;
	color:#fff;
}

.platforms{
	padding:90px 0;
}

.platforms h2{
	font-size:18px;
	font-weight:500;
	color:#000;
	margin-bottom:30px;
	text-align:center;
}

.platform-content{
	display:flex;
	align-items:center;
	justify-content:space-between;
	max-width: 850px;
    margin: 0 auto;
}

.platform-content img{
	height: 58px;
    width: auto !important;
    margin: 0 auto;
}

.section-title{
	margin-bottom:35px;
	position: relative;
}

.section-title .around-title{
	font-size:22px;
	font-weight:700;
	color: #91CA2D;
	margin-bottom:15px;
}

.section-title .under-title{
	font-size:16px;
	font-weight:400;
	color:#262D30;
	margin-top:20px;
	margin-bottom: 0;
}

.section-title h2{
	font-size:35px;
	font-weight:700;
}

.section-title strong{
	font-size:35px;
	font-weight:700;
	display:inline-block;
}

.section-title a{
	position: absolute;
    right: 0;
    top: 0;
    background: #91ca2d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 12px 53px;
    margin-top: 0px;
    display: inline-block;
}

.about-us .about-content{
	display:flex;
}

.about-text{
	flex: 0 0 60%;
	padding-right: 50px;
}

.about-gallery{
	flex: 0 0 40%;
    display: flex;
    flex-direction: column;
	gap:25px;
}

.about-gal-top img{
	width:100%;
}

.about-gal-bottom{
	display:flex;
	justify-content: space-between;
}

.about-gal-bottom img{
	width: 47%;
}

p{
	font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 15px;
	color: #262D30;
}

.about-us ul li{
	font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    list-style: none;
    background-image: url(/wp-content/uploads/2025/05/house-icon.svg);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 0px 0%;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
}

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

.about-us{
	padding-bottom:90px;
}

.services{
	padding:90px 0;
	background:#F5F5F5;
}

.service-box{
	padding: 40px 30px;
    background: #fff;
}

.service-box h3{
	font-size:35px;
	margin-bottom:25px;
	text-align:center;
	color:#000;
}

.service-box h4{
	font-size: 18px;
    font-weight: 500;
    padding: 15px;
    background-image: url(/wp-content/uploads/2025/05/worker-icon.svg);
    background-size: 27px 27px;
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding: 10px 0 10px 45px;
    text-align: left;
}

.service-box a{
	background: #91ca2d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 12px 10px;
    margin-top: 19px;
    display: block;
    max-width: 280px;
    width: 100%;
    text-align: center;
    margin: 30px auto 0;
}

.advantages{
	padding:90px 0;
}

.advantage-box{
	border: 1px solid #F5F5F5;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	text-align:center;
	padding:30px 15px;
}

.home .advantage-box .heig-3{
	margin-bottom:0;
}

.advantage-box .green{
	font-size:18px;
	font-weight:600;
	color:#91ca2d;
	margin:10px 0;
}

.advantage-box h5{
	font-size:18px;
	font-weight:700;
	color:#000;
	margin-bottom:10px;
}

.what-we-do{
	padding-bottom:90px;
}

.what-we-do img{
	width:100%;
}

.img-what-we-box{
	display:flex;
	justify-content:space-between;
}

.img-what-we-box{
	margin-bottom:30px;
}

.img-what-we-box img{
	width:48%;
}

.numbers-what-we-box{
	display:flex;
	justify-content:space-between;
}

.numbers-what-we-box .number-box{
	width:48%;
}

.text-what-we-box{
	margin-bottom: 30px;
}

.text-what-we-box h3{
	font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.numbers-what-we-box .number-box strong{
	font-weight:700;
	font-size:30px;
	color:#91ca2d;
	margin-bottom:15px;
	display: inline-block;
}

.numbers-what-we-box .number-box p{
	margin-bottom:0;
}

.we-work-in{
	padding: 90px 0;
    background: #F5F5F5;
}

.tabs {
      display: flex;
      gap: 10px;
      margin-bottom: 45px;
}

.we-work-in .tabs{
	gap: 1px;
}

.we-work-in .tab-btn {
	padding: 12px 20px;
    border: none;
    background: #fff;
    cursor: pointer;
    font-weight: 700;
	font-size:18px;
	color: #000;
}

.we-work-in .tabs button:nth-child(1){
	border-radius:12px 0 0 12px;
}

.we-work-in .tabs button:nth-child(4){
	border-radius:0 12px 12px 0;
}

.we-work-in .tab-btn.active {
      background: #91CA2D;
      color: #fff;
}

.we-work-in .content-container {
      display: flex;
      gap: 20px;
      align-items: flex-start;
}

.we-work-in .tab-content {
      display: none;
      flex: 1;
}

.we-work-in .tab-content.active {
      display: block;
}

.we-work-in .grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
}

.home .we-work-in .grid{
	grid-template-columns: repeat(2, 1fr);
}

.about-page .we-work-in .grid{
	grid-template-columns: repeat(2, 1fr);
}

.we-work-in .grid-btn {
	padding: 10px;
    border-radius: 10px;
    background: transparent;
    cursor: pointer;
    transition: background 0.2s;
    border: 1px solid #262D30;
    font-size: 16px;
	color: #000;
	text-align:center;
}

.we-work-in .info-container img {
	width:100%;
}

.we-work-in .info-content {
      display: none;
}

.we-work-in .info-content.active {
      display: block;
}

.info-container iframe{
	border:none;
}

.i4ewOd-pzNkMb-haAclf{
	display:none!important;
}

.projects{
	padding:90px 0;
}

.beforeAfter {
	width: 100%;
	height: 270px;
	overflow: hidden;
	position: relative;
}

.beforeAfter img {
	width: auto;
	height: auto;
	max-width: none;
	object-fit: none;
	height: 100%; 
    object-fit: cover; 
    object-position: center;
}

.reviews{
	padding-bottom:90px;
}

.get-in-touch{
	background: rgba(245, 245, 245, 1);
    background-image: url(/wp-content/uploads/2025/05/get-in-touch-right.png);
    padding: 65px 0;
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}

.get-in-touch-content img{
	position: absolute;
    left: -3%;
    top: -10px;
    width: 25%;
}


.get-in-touch-content{
	position: relative;
    padding-left: 430px;
}

.get-in-touch a{
	background: #91ca2d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 12px 25px;
    margin-top: -8px;
    display: inline-block;
}

.get-in-touch .under-title{
	max-width: 550px;
}

.latest-news{
	padding:90px 0;
}

.latest-news .section-title h3{
	font-size: 35px;
    font-weight: 700;
}

.latest-news-box img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.large-news-image{
	height:388px;
}

.small-news-image{
	height:160px;
}

.latest-news .latest-news-box{
	color:#000;
	text-decoration:none;
	display: inline-block;
	border: 1px solid rgba(245, 245, 245, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.latest-news .news-content .latest-news-post-title{
	font-size:28px;
	font-weight:700;
	margin-bottom:10px;
	line-height: 120%;
    color: #000;
}

.latest-news .news-content p{
	margin-bottom:0;
}

.latest-news-box .news-image{

}

.latest-news .news-content{
	padding:20px;
}

.breadcrumbs{
	display:flex;
	align-items:center;
	font-weight:600;
	font-size:12px;
	gap: 7px;
    margin-bottom: 15px;
}

.breadcrumbs .slash{
	color:#9E9E9E;
	
}

.breadcrumbs .back{
	color:#9E9E9E;
}
.breadcrumbs .current{
	color:#91CA2D;
}

.about-page .hero{
	background: #E0E0E0;
	overflow: hidden;
	position:relative;
}

.about-page .hero .hero-img{
	position: absolute;
    right: 100px;
    bottom: -32px;
    width: 100%;
    max-width: 600px;
}

.about-page .mySwiper {
  width: 100%;
  max-width: 600px;
  height: 400px;
  margin: 0 auto;
}

.about-page .swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 00px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.about-page .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .swiper-button-prev,
.about-page .swiper-button-next {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
  top: auto;
  bottom:-60px;
  right: 0;
  left: auto;
}

.about-page .swiper-button-prev {
  background-image: url('/wp-content/uploads/2025/05/swiper-arr-left.svg');
  right: 60px;
}

.about-page .swiper-button-next {
  background-image: url('/wp-content/uploads/2025/05/swiper-arr-right.svg');
}

.about-page .swiper-cards .swiper-slide{
	margin-top: 0px;
}

.about-page .swiper-button-next::after,
.about-page .swiper-button-prev::after {
  display: none;
}

.about-page .every-space{
	padding:90px 0;
}

.every-space .section-title h2{
	max-width: 650px;
}

.about-page .every-space .warranty{
	display: flex;
    gap: 15px;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
}

.about-page .our-process{
	padding:0 0px 90px 0;
}

.about-page .our-process-img{
	width: 100%;
    height: 350px;
    overflow: hidden;
	margin-top: 25px;
}

.about-page .our-process-content{
	margin-top: 25px;
}

.about-page .our-process-img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-page .accordion-item{
	margin-bottom: 25px;
	position:relative;
}

.about-page .accordion{
	position:relative;
}

.about-page .accordion:before{
	content: '';
    position: absolute;
    left: 22px;
    top: 0%;
    width: 1px;
    height: 100%;
    background: #91ca2d;
    z-index: 0;
}

.about-page .last-accordion{
	    background: #fff;
}

.about-page .accordion-item:before{
	content: '';
    position: absolute;
    left: 22px;
    top: 50%;
    width: 1px;
    height: 100%;
    background: #91ca2d;
    z-index: 0;
	display:none;
}

.about-page .accordion-header {
    cursor:pointer;
	overflow: hidden;
}

.about-page .accordion-header img{
	position:relative;
	z-index:1;
	background: #fff;
	padding-right:10px;
}

.about-page .accordion-body {
    padding: 10px 0 0 78px;
    display: none;
  }

.about-page .accordion-item:last-child .accordion-body {
    border-bottom: none;
  }

.about-page .accordion-header{
	font-weight: 700;
    font-size: 24px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 30px;
	position:relative;
}

.about-page .accordion-header span{
	display:inline-block;
	background:#fff;
	position:relative;
	z-index:2;
	padding:0 10px;
}

.about-page .accordion-header:before{
	content: '';
    position: absolute;
    left: 22px;
	transform: translateY(-50%);
    top: 50%;
    width: 100%;
    height: 1px;
    background: #91ca2d;
    z-index: 0;
	will-change: transform;
}

.about-page .last-accordion:before{
	display:none;
}

.about-page .why-choose-us{
	padding:0 0 90px 0;
}

.about-page .why-choose-us h3{
	display:flex;
	align-items:center;
	gap:10px;
	font-size:22px;
	font-weight:600;
	margin-bottom:20px;
}

.about-page .why-choose-img{
	width:100%;
}

.about-page .why-choose-us p{
	margin-bottom:20px;
}

.about-page .why-choose-us a{
	background: #91ca2d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 12px 25px;
    display: inline-block;
	margin-top:10px;
}

.any-questions{
	padding:90px 0;
}

.any-questions a{
	background: #91ca2d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 12px 25px;
    display: inline-block;
	margin-top: -8px;
}

.any-questions img{
	width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

.contacts-page .hero{
	background:url('/wp-content/uploads/2025/05/contacts-bg.jpg');
	background-size: cover;
    background-position: 50% 40%;
}

.contact-form{
	padding:90px 0;
	background: #F5F5F5;
}

.contact-form .contact-title-desc{
	font-size: 14px;
    font-weight: 500;
    color: #91CA2D;
    display: inline-block;
    border-top: 1px solid #91CA2D;
    margin-top: 15px;
    padding-top: 18px;
    padding-right: 40px;
}

.contact-box{
	margin-bottom:25px;
}

.contact-box strong{
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;
	display:block;
}

.contact-box a{
	font-size:18px;
	font-weight:500;
	color:#000;
	text-decoration:none;
}

.contact-box-messenger{
	margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.form-box{
	background: #fff;
    padding: 40px 15px 25px;
    display: inline-block;
}

.form-box form input{
	border: 1px solid #9E9E9E;
    background: #fff;
    padding: 10px 15px;
    color: #000;
	width:100%;
	outline:none;
	border-radius: 5px;
}

.form-box form input:focus{
	border:1px solid #91CA2D;
}

.form-box input:focus::placeholder {
  color:#000;
}

.form-box input:placeholder {
  color: #838383;
}

.form-box select:placeholder {
  color: #838383;
}

.form-box textarea:placeholder {
  color: #838383;
}

.form-box form select{
	border: 1px solid #9E9E9E;
    background: #fff;
    padding: 10px 15px;
    color: #838383;
	width:100%;
	outline:none;
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
	background:url('/wp-content/uploads/2025/05/select-arrow.svg');
	background-size: 3%;
    background-repeat: no-repeat;
    background-position: 97% 50%;
	cursor:pointer;
	border-radius: 5px;
}

.form-box form select:focus{
	border:1px solid #91CA2D;
	color:#000
}

.form-box select:focus::placeholder {
  color:#000;
}

.form-box form textarea{
	border: 1px solid #9E9E9E;
    background: #fff;
    padding: 10px 15px;
    color: #000;
	width:100%;
	outline:none;
	border-radius: 5px;
	font-family: 'Gilroy';
}

.form-box form textarea:focus{
	border:1px solid #91CA2D;
}

.form-box textarea:focus::placeholder {
  color:#000;
}

.form-box form input[type="submit"]{
	background: #91ca2d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 12px 25px;
    margin-top: 30px;
    display: inline-block;
    width: auto;
    border: none;
    cursor: pointer;
}

.need-quote{
	padding:90px 0;
}

.need-quote img{
	width: 100%;
    max-width: 225px;
    display: block;
    margin: 0 auto;
}

.need-quote a{
	background: #91ca2d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 12px 25px;
    display: inline-block;
    margin-top: -8px;
}

.contact-map{
	height:280px;
	background:url('/wp-content/uploads/2025/05/contact-map.jpg');
	background-size: cover;
    background-position: 50% 50%;
}

.warranty-page .hero{
	background: #E0E0E0;
	background-size: 40%;
    background-repeat: no-repeat;
    background-position: 90% 65%;
}

.warranty-page .hero img{
	width: 100%;
    max-width: 450px;
    display: block;
    margin: 0 auto;
}

.warranty-text{
	padding:90px 0;
	background: #F5F5F5;
}

.warranty-text h2{
	font-weight:700;
	font-size:35px;
	margin-bottom:20px;
}

.steps-warranty{
	padding:90px 0;
}

.step-warranty-box{
	text-align: center;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 15%);
    padding: 30px 15px;
    border-radius: 10px;
	position: relative;
	max-width: 310px;
    margin: 0 auto;
}

.step-warranty-box img{
	display: inline-block;
}

.step-warranty-box strong{
	font-size:18px;
	font-weight:600;
	color:#91CA2D;
	margin: 15px 0;
    display: block;
}

.step-warranty-box .double-arrow{
	position: absolute;
    right: -40%;
    top: 50%;
    margin-top: -12px;
}

.step-warranty-box p{
	
}

.warranty-covers{
	padding:0 0 90px 0;
}

.warranty-covers-content{
	margin-top: 40px;
    display: flex;
    gap: 30px;
}

.warranty-covers-content img{
	max-width:170px;
	width:100%;
}

.warranty-covers-content .covers-text{
	display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
	
}

.warranty-covers-content .covers-text p{
	margin-bottom:0;
	color:#262D30;
}

.warranty-result{
	padding: 90px 0;
    background: #F5F5F5;
}

.warranty-result img{
	width: 100%;
    max-width: 290px;
    margin: 0 auto;
    display: block;
}

.warranty-result a{
	background: #91ca2d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 12px 25px;
    display: inline-block;
    margin-top: -8px;
}

.error-page{
	height:100vh;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align: center;
}

.error-page img{
	max-width:500px;
	margin-bottom:50px;
	width: 100%;
}

.error-page h2{
	font-weight:700;
	font-size:35px;
}

.error-page a{
	background: #91ca2d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 12px 25px;
    margin-top: 17px;
    display: inline-block;
}

.privacy-page .hero{
	background:#E0E0E0;
	background-image:url('/wp-content/uploads/2025/05/privacy.png');
	background-size: 50%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.privacy-text{
	padding:90px 0 75px;;
	background: #F5F5F5;
}

.privacy-text h2{
	font-weight:700;
	font-size:28px;
	margin-bottom:20px;
}

.privacy-text p{
	color:#262D30;
}

.privacy-text .privacy-box{
	margin-bottom:30px;
}

.project-gallery-page .hero{
	background-image:url('/wp-content/uploads/2025/05/project-gallery-img.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.project-gallery-content{
	padding:90px 0;
}

.project-gallery-filter{
	background: #F5F5F5;
}

 .main-category {
  cursor: pointer;
  margin: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
}

.main-category img{
	transition: 0.4s;
}

.main-category.open img {
    transform: rotate(180deg);
    transition: 0.4s;
}

.first-main-category{
	border-bottom: 1px solid #E0E0E0;
}

.subcategory-list {
  margin-left: 0px;
  display: none;
}

.subcategory {
  cursor: pointer;
  padding:15px 35px;
  border-bottom: 1px solid #E0E0E0;
  font-size:16px;
  font-weight:400;
  color:#262D30;
  transition:0.1s;
}

.subcategory.active {
  	font-weight: bold;
  	color: #fff;
	background:#91CA2D;
	transition:0.1s;
}

.gallery-tab {
  display: none;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-tab.active {
  display: flex;
}

.gallery-item {
  width: calc(25% - 10px);
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}

.project-gallery-photo .gallery-item{
	margin-bottom:0;
}

.gallery-item img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.result-like{
	padding:90px 0;
	background:#F5F5F5;
}

.result-like img{
	max-width: 65px;
    transform: rotate(30deg);
    display: block;
    margin: -20px auto 0;
}

.result-like a{
	background: #91ca2d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 12px 25px;
    margin-top: -8px;
    display: inline-block;
}

section ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #262D30;
    margin-bottom: 15px;
    list-style: disc;
    margin-left: 20px;
}

ul li h1, ul li h2, ul li h3, ul li h4, ul li h5{
	font-weight:400;
}

.blog-page .hero{
	background-image: url(/wp-content/uploads/2025/05/blog-hero.png);
    background-color: #E0E0E0;
    background-position: 100% 100%;
    background-size: 50%;
    background-repeat: no-repeat;
	height: 100%;
    padding: 190px 0 110px;
}

.blog-content{
	padding:90px 0;
	background: #F5F5F5;
}

.blog-all-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.blog-all-posts .blog-post-card {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s;
}

.blog-all-posts .blog-post-card:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.blog-all-posts .post-thumb {
	position: relative;
	width: 100%;
    height: 240px;
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-all-posts .post-thumb img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}

.blog-all-posts .post-date {
	position: absolute;
    bottom: 0px;
    right: 0px;
    background: #91ca2d;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    border-radius: 0;
    font-weight: 600;
}

.blog-all-posts .post-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-all-posts .post-title {
	font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 100%;
}

.blog-all-posts .post-excerpt {
	font-size: 16px;
    color: #262D30;
    flex-grow: 1;
    line-height: 150%;
    font-weight: 400;
}

.blog-all-posts .read-more {
	margin-top: 20px;
    font-weight: 700;
    color: #91CA2D;
    text-decoration: none;
    font-size: 18px;
    text-align: right;
}

.blog-sidebar{
	
}

.blog-sidebar .blog-sidebar-box{
	padding:25px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	background:#fff;
	margin-bottom:20px;
}

.blog-sidebar-box h3{
	border-bottom: 1px solid rgba(145, 202, 45, 1);
	font-size:18px;
	font-weight:700;
	margin-bottom: 20px;
    padding-bottom: 5px;
    display: inline-block;
}

.blog-sidebar-box form{
	    display: flex;
}

.blog-sidebar-box form input{
	background: rgba(245, 245, 245, 1);
    padding: 10px 15px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #262D30;
	width: 100%;
	outline:none;
	border: 1px solid #f5f5f5;
}

.blog-sidebar-box form input:placeholder {
  color: #262D30;
}

.blog-sidebar-box form input:focus {
    border: 1px solid #91CA2D;
}

.blog-sidebar-box form button{
	background: #91CA2D;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
	cursor: pointer;
}

.blog-sidebar-box input:focus::placeholder {
  color:#000;
}

.blog-sidebar-box form input:focus {
    border: 1px solid #91CA2D;
}

.blog-sidebar-box ul{
	margin-left:10px;
}

.blog-sidebar-box ul li{
	
}

.blog-sidebar-box ul li a{
	color: #262D30;
    display: inline-block;
    width: 100%;
	font-size:16px;
	font-weight:400;
	color:#262D30;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #E0E0E0
}

.blog-sidebar-box .latest-blog-item{
	display: flex;
    gap: 10px;
    margin-bottom: 15px;
	align-items: center;
}

.blog-sidebar-box .latest-blog-item a{
	color:#000;
}

.blog-sidebar-box .latest-blog-item p{
	font-size:12px;
	font-weight:700;
	line-height:100%;
	margin-bottom: 5px;
}

.blog-sidebar-box .latest-blog-item span{
	font-size:12px;
	font-weight:400;
	color:#577B19;
}

.blog-sidebar-box .latest-blog-item img{
	width:50px;
	height:50px;
	object-fit: cover;
    object-position: center;
}

.blog-single-post .hero{
	background-size:cover;
	background-position:50% 50%;
}

.blog-single-post .hero-content{
	width: 100%;
    max-width: 100%;
    text-align: center;
}

.blog-single-post .breadcrumbs{
	justify-content: center;
}

.blog-single-post .hero .date{
	display:inline-block;
	margin: 5px 0 10px 0;
	font-size:16px;
}

.blog-single-container{
	padding:90px 0;
}

.table-of-contents{
	padding:30px;
	background: #F5F5F5;
}

.blog-single-content{
	padding:0px 0 0;
}

.prev-next-post{
	margin-top:50px;
}

#ez-toc-container{
	margin-bottom:45px;
}

.blog-single-content h2{
	font-size:35px;
	font-weight:700;
	color:#262D30;
	margin-bottom:20px;
}

.blog-single-content h3{
	font-size:28px;
	font-weight:700;
	color:#262D30;
	margin-bottom:20px;
}

.blog-single-content h4{
	font-size:22px;
	font-weight:700;
	color:#262D30;
	margin-bottom:20px;
}

.blog-single-content h5{
	font-size:18px;
	font-weight:700;
	color:#262D30;
	margin-bottom:20px;
}

.blog-single-content h6{
	font-size:16px;
	font-weight:700;
	color:#262D30;
	margin-bottom:20px;
}

.blog-single-content img{
	width:100%;
	margin:10px 0 30px;
	max-height: 450px;
    object-fit: cover;
    object-position: center;
}

.blog-single-content ul li{
	font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #262D30;
    margin-bottom: 15px;
    list-style: disc;
    margin-left: 20px;
}

.blog-single-content .post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    padding-top: 0px;
    /* border-top: 1px solid #eaeaea; */
    gap: 20px;
    flex-wrap: wrap;
}

.blog-single-content .nav-box {
  display: flex;
  align-items: center;
  text-decoration: none;
  max-width: 45%;
  color: #000;
	gap: 20px;
}

.blog-single-content .nav-box.prev {
  text-align: left;
}

.blog-single-content .nav-box.next {
  text-align: right;
  margin-left: auto;
  justify-content: flex-end;
}

.blog-single-content .nav-icon {
 
}

.blog-single-content .nav-label {
	font-size: 18px;
   font-weight: 700;
   color: #91CA2D;
   display: block;
   margin-bottom: 8px;
}

.blog-single-content .nav-title {
  font-size: 18px;
   font-weight: 400;
   color: #000;
}

.servica-area-page .hero{
	background:url('/wp-content/uploads/2025/05/service-area.jpg');
	background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.servica-area-page .info-content img{
	height: 560px;
    object-fit: cover;
    object-position: center;
}

.servica-area-page .info-container{
	width:100%;
	margin-bottom:50px;
}

.local-team{
	padding:90px 0;
}

.find-city{
	padding:90px 0;
	background: #F5F5F5;
}

.find-city img{
	width: 100%;
    max-width: 350px;
    margin: 0 auto;
    display: block;
}

.find-city a{
	background: #91ca2d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 12px 25px;
    margin-top: -8px;
    display: inline-block;
}

.local-team h3{
	font-size:28px;
	font-weight:700;
	margin-bottom:20px;
}

.local-team-container{
	margin-bottom:40px;
}

.local-team-box{
	border: 1px solid #F5F5F5;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	padding:30px 15px;
	border-radius:10px;
	text-align:center;
}

.local-team-box strong{
	font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    display: block;
	margin-top:15px;
}

.different-content{
	padding:90px 0;
}

.different-img{
	width: 100%;
    height: 300px;
    overflow: hidden;
}

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

.service-available-in-city{
	padding:90px 0;
	background: rgba(245, 245, 245, 1);
}

.service-available-in-city .services-tabs {
  margin-top: 30px;
}

.service-available-in-city .tab-buttons {
  display: flex;
  margin-bottom: 30px;
  gap: 0px;
}

.service-available-in-city .tab-btn {
	padding: 12px 25px;
    background: #ffffff;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
	transition:0.3s;
}

.left-tab-in-city{
	border-radius: 10px 0 0px 10px;
}

.service-available-in-city .tab-btn.active {
	background-color: #91CA2D;
	color: #fff;
	transition:0.3s;
}

.right-tab-in-city{
	border-radius: 0 10px 10px 0;
}

.service-available-in-city .tab-content {
  display: none;
}

.service-available-in-city .tab-content.active {
  display: block;
}

.service-available-in-city .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.service-available-in-city .individ-service-box {
  background: #fff;
  box-shadow: 0px 4px 4px 0px #00000026;
  padding:30px;
}

.service-available-in-city .individ-service-box img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 180px;
}

.service-available-in-city .service-title {
	margin-top: 15px;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    text-align: center;
}

.why-choose-city{
	padding:90px 0;
	background:#fff;
}

.why-choose-city img{
	width:100%;
}

.why-choose-city .grad{
	background: #91ca2d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 12px 25px;
    margin-top: 15px;
    display: inline-block;
}

.why-choose-city .section-title{
	margin-bottom:40px;
}

.in-city-big-img{
	height: 450px;
    background: url(/wp-content/uploads/2025/05/in-city-img.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.some-content-city{
	padding:90px 0 75px;
	background: #F5F5F5;
}

.faq-in-city .section-title h3{
	font-size: 35px;
    font-weight: 700;
}

.faq-in-city{
	padding:90px 0;
}

.faq-container{
	margin-top:30px;
}

.panel{
    background: #F5F5F5;
    position: relative;
    margin-top: 10px;
    width: 100%;
    display: block;
    cursor: pointer;
    text-decoration: none;
	border-bottom: 1px solid #E0E0E0;
}

.specific-service-page .faq-in-city .panel{
	background:#fff;
}

.panel-heading h4{
	font-weight: 500;
    font-size: 22px;
    display: inline-block;
}

.panel-heading {
    padding: 0 70px 0 30px;
	transition:0.4s;
}

.panel-heading.in {
    background: #91ca2d;
	transition:0.4s;
}
.panel-heading a {
    position: relative;
    margin-bottom: 0px;
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 22px;
    cursor: pointer;
    color: #33211F;
    text-decoration: none;
    padding: 20px 0px;
	transition:0.4s;
}

.specific-in-city-page .panel-heading a{
	display: flex;
    align-items: center;
    gap: 15px;
}

.business-in-city-page .panel-heading a{
	display: flex;
    align-items: center;
    gap: 15px;
}

.panel-heading.in a{
	color:#fff;
	transition:0.4s;
}

.panel-heading a:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -20px;
    transition: 0.3s;
    color: #33211f;
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 300;
    border-radius: 100%;
    background: transparent;
    text-align: center;
	background: url(/wp-content/uploads/2025/05/arrow-faq.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
	transition:0.4s;
}

.panel-heading.in a:after {
	background: url(/wp-content/uploads/2025/05/arrow-faq-white.svg);
	background-repeat: no-repeat;
    background-position: 50% 50%;
	transition:0.4s;
}

.panel-heading a:before{
	transition: 0.4s;
    opacity: 0;
}


.panel-collapse {
    display: none;
    padding-bottom: 0px;
}

.panel-body{
	padding: 20px 68px;
    background: #fff;
    line-height: 150%;
    font-size: 16px;
    font-weight: 400;
}

.panel-body li{
	line-height: 150%;
    font-size: 16px;
    font-weight: 400;
	margin-bottom:15px;
}

.panel-body li:last-child{
	margin-bottom:0;
}

.toggle-panel span{
	font-weight:700;
	font-size:22px;
	display:inline-block;
	margin-right:0px;
}

.toggle-panel h3{
	font-weight: 700;
    font-size: 22px;
    display: inline-block;
}

.ready-start-in-city{
	padding:90px 0;
	background: #F5F5F5;
}

.ready-start-in-city img{
	max-width:300px;
	display:block;
	margin: 30px auto 0;
}

.ready-start-in-city a{
	background: #91ca2d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 12px 25px;
    margin-top: -8px;
    display: inline-block;
}

.all-services-page .hero{
	background:url('/wp-content/uploads/2025/05/our-services.jpg');
	background-size: cover;
    background-position: 50% 50%;
}

.all-services-page .our-commercial-services{
	padding:90px 0;
	background: #F5F5F5;
}

.all-services-page .our-commercial-services .title-our{
	font-size:28px;
	font-weight:700;
	margin-bottom: 25px;
}

.all-services-page .our-commercial-services img{
	width: 100%;
    object-fit: cover;
}

.all-services-page .our-commercial-services .individ-service-box{ 
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000026;
    padding: 30px;
}

.all-services-page .our-commercial-services .individ-service-box img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 180px;
}

.all-services-page .our-commercial-services .service-title {
    margin-top: 15px;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}

.all-services-page .our-commercial-services .owl-stage-outer{
	padding: 60px 0;
}

.all-services-page .our-commercial-services .btn-all-services{
	background: #91ca2d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 12px 25px;
    display: block;
    margin: 0 auto;
    max-width: 250px;
    text-align: center;
}

.all-services-page .owl-theme .owl-nav {
    margin-top: -25px;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.all-services-page .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.all-services-page .owl-theme .owl-prev{
	left:-50px;
	position: relative;
}

.all-services-page .owl-theme .owl-next{
	right:-50px;
	position: relative;
}

.all-services-page .white-bg{
	background:#fff;
}

.residential-about{
	padding:90px 0;
}

.residential-about .col-md-5 img{
	width: 100%;
    object-fit: cover;
    object-position: center;
}

.residential-about ul{
	display:inline-block;
}

.residential-about ul li{
	font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    list-style: none;
    background-image: url(/wp-content/uploads/2025/05/house-icon.svg);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 0px 0%;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
	width: 50%;
    float: left;
}

.residential-all-services{
	padding:90px 0;
	background: #F5F5F5;
}

.residential-all-services .individ-service-box {
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000026;
    padding: 30px;
}

.residential-all-services .individ-service-box img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 180px;
}

.individ-service-box-content{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
	margin-top: 30px;
	flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.individ-service-box-content a{
	flex: 0 1 calc(25% - 23px);
}

.individ-service-box-content .service-title {
    margin-top: 15px;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    text-align: center;
}

.residential-services-area{
	padding: 90px 0 0;
}

.residential-services-area img{
	width:100%;
	margin-top:20px;
}

.residential-about a.grad{
	background: #91ca2d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 12px 25px;
    margin-top: 19px;
    display: inline-block;
}

.residential-services-page .ready-start-in-city img{
	transform: rotate(-20deg);
}

.specific-service-page .ready-start-in-city img{
	transform: rotate(0deg);
	max-width: 200px;
    margin: -30px auto 0;
}

.specific-txt-block{
	padding:90px 0 75px;
}

.specific-txt-block h3{
	font-size:28px;
	font-weight:700;
	margin-bottom:20px;
}

.need-specific{
	background: rgba(245, 245, 245, 1);
	padding:90px 0 75px;
}

.need-specific-container{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 30px 0;
}

.need-specific-container .need-box{
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	padding:30px;
	background: #fff;
}

.need-specific-container .need-box img{
	object-fit: cover;
    object-position: center;
    width: 100%;
    height: 180px;
}

.need-specific-container .need-box h3{
	font-size:18px;
	font-weight:700;
	text-align:center;
	margin-top:15px;
	line-height:100%;
}

.specific-about{
	padding:90px 0 0;
}

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

.specific-gallery{
	padding:90px 0;
}

.specific-gallery-content{
	max-width: 860px;
	display:block;
	margin:0 auto;
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
	margin-top:30px;
	max-height: 220px;
    overflow: hidden;
	transition: max-height 1s ease;
}

.view-more{
	transition:0.4s;
	text-align:center;
	font-size:14px;
	font-weight:500;
	color:#91CA2D;
	margin-top:30px;
	cursor:pointer;
}

.specific-gallery-content .gallery-item{
	width:100%;
	height: 200px;
    overflow: hidden;
	margin-bottom: 0;
}

.specific-gallery-content .gallery-item img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.specific-service-page .faq-in-city {
    padding: 90px 0 0;
}

.specific-service-page .faq-in-city .panel-heading a h3{
	display: inline-block;
    font-weight: 600;
    font-size: 22px;
}

.specific-service-page .faq-in-city .panel-heading a{
	display:flex;
	align-items:center;
	gap:15px;
}

.specific-service-page .faq-in-city .panel-heading a h4{
	display: inline-block;
    font-weight: 600;
    font-size: 22px;
}

.who-we-specific{
	padding:90px 0 75px;
	background: rgba(245, 245, 245, 1);
}

.who-we-specific-content{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 30px;
	margin-bottom:30px;
}

.who-we-specific-content .who-we-specific-box{
	border: 1px solid #F5F5F5;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	border-radius:10px;
	background:#fff;
	padding:30px 15px;
	text-align:center;
}

.who-we-specific-content .who-we-specific-box img{
	display:block;
	margin: 0 auto;
	width: 40px;
}

.who-we-specific-content .who-we-specific-box h3{
	display:block;
	margin:15px 0 5px;
	font-size:18px;
	font-weight:700;
}

.who-we-specific-content .who-we-specific-box p{
	margin-bottom:0;
}

.specific-big-image{
	background:url('/wp-content/uploads/2025/05/specific-big-img.jpg');
	background-size:cover;
	background-position:50% 50%;
	background-attachment:fixed;
	height:450px;
}

.steps-specific{
	padding:90px 0;
}

.steps-specific-content{
	margin-top:80px;
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.steps-specific-box{
	border: 1px solid rgba(245, 245, 245, 1);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	padding:30px 15px;
	position:relative;
}

.steps-specific-box span{
	position: absolute;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 40px;
    background: #91ca2d;
    color: #fff;
    top: -40px;
    left: 0;
    border-radius: 35px 0 35px 0;
}

.steps-specific-box img{
	display:block;
	margin:0 auto;
	width: 40px;
}

.steps-specific-box strong{
	display:block;
	font-size:18px;
	font-weight:600;
	margin-top:15px;
	text-align:center;
}

.where-city-specific{
	background: rgba(245, 245, 245, 1);
	padding:90px 0;
}

.where-city-specific .region-tabs {
	margin-top: 30px;
}

.where-city-specific .tabs-nav {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0 0 40px 0;
	gap: 1px;
}

.where-city-specific .tabs-nav li {
	padding: 12px 0px;
	cursor: pointer;
	background: #fff;
	font-size:18px;
	font-weight:700;
	width:100px;
	text-align: center;
	list-style: none;
    margin: 0;
}

.where-city-specific .tabs-nav li:nth-child(1){
	border-radius:10px 0 0 10px;
}

.where-city-specific .tabs-nav li:nth-child(4){
	border-radius:0 10px 10px 0;
}

.where-city-specific .tabs-nav li.active {
	background: #91CA2D;
	color: #fff;
}

.where-city-specific .tabs-content{
	
}

.where-city-specific .tab-panel {
	display: none;
	flex-wrap: wrap;
	gap: 10px;
}

.where-city-specific .tab-panel.active {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.where-city-specific .region-item {
	border-radius: 10px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #262D30;
    background: #f5f5f5;
    display: inline-block;
    border: 1px solid #262D30;
    font-size: 18px;
    font-weight: 500;
}

.specific-service-page .faq-in-city-down{
	padding:90px 0;
}

.specific-service-page .faq-in-city-down h3{
	font-size: 35px;
    font-weight: 700;
}

.specific-in-city-page .specific-about .section-title{
	margin-bottom:40px;
}

.specific-in-city-page .faq-in-city{
	padding:90px 0;
	background:#f5f5f5;
}

.specific-in-city-page .specific-txt-block{
	padding:90px 0 0;
}

.specific-in-city-page .specific-about {
    padding: 90px 0;
}

.specific-in-city-page .specific-about .one-height-specific-about a.open-form{
	background: #91ca2d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 12px 25px;
    margin-top: 19px;
    display: inline-block;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 1000;
	opacity:0;
}

.popup-modal {
    position: fixed;
    top: 50px;
    right: 50%;
    transform: translate(50%, 0%);
    background: #fff;
    padding: 30px;
    border-radius: 0;
    z-index: 1001;
    max-width: 665px;
    width: 100%;
    display: none;
	transition:0.4s;
	opacity:0;
}

.popup-close {
	position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
}

.popup-modal .form-title{
	text-align:center;
	margin-bottom:25px;
}

.popup-modal .form-title .popup-title{
	font-size:40px;
	font-weight:700;
	margin-bottom:15px;
}

.popup-modal .form-title p{
	font-size:16px;
	font-weight:400;
}

.popup-content input{
	border: 1px solid #9E9E9E;
    background: #fff;
    padding: 14px 15px;
    color: #000;
	width:100%;
	outline:none;
}

.popup-content input:focus{
	border:1px solid #91CA2D;
}

.popup-content input:focus::placeholder {
  color:#000;
}

.popup-content input:placeholder {
  color: #262D30;
}

.popup-content select:placeholder {
  color: #262D30;
}

.popup-content select:focus:placeholder {
  color: #000;
}

.popup-content textarea:placeholder {
  color: #262D30;
}

.popup-content select{
	border: 1px solid #9E9E9E;
    background: #fff;
    padding: 14px 15px;
    color: #9E9E9E;
	width:100%;
	outline:none;
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
	background:url('/wp-content/uploads/2025/05/select-arrow.svg');
	background-size: 3%;
    background-repeat: no-repeat;
    background-position: 95% 50%;
	cursor:pointer;
}

.popup-content select:focus{
	border:1px solid #91CA2D;
}

.popup-content select:focus::placeholder {
  color:#000;
}

.popup-content textarea{
	border: 1px solid #9E9E9E;
    background: #fff;
    padding: 10px 15px;
    color: #000;
    width: 100%;
    outline: none;
    max-height: 104px;
    font-family: 'Gilroy';
}

.popup-content textarea:focus{
	border:1px solid #91CA2D;
}

.popup-content textarea:focus::placeholder {
  color:#000;
}

select.filled {
	color: #000!important; 
}

.popup-content input[type="submit"]{
	background: #91ca2d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 12px 25px;
    margin-top: 15px;
    display: inline-block;
    width: auto;
    border: none;
    cursor: pointer;
}

.popup-content .check-objects p{
	display: flex;
    flex-direction: column;
    gap: 0px;
}

.popup-content .check-objects p > strong{
	display:block;
	font-size:12px;
	font-weight:600;
	margin: 0 0 0 1em;
}

.popup-content .check-objects label{
	display: flex;
	gap: 5px;
	align-items: center;
	font-size:14px;
	font-weight:400;
}

.popup-content .check-objects label input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #9E9E9E;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s ease;
  padding:0;
	margin-top: -1px;
}

.popup-content .check-objects label input[type="checkbox"]:checked {
  border-color: #8bc34a;
  background-color: #8bc34a;
}

.popup-content .check-objects label input[type="checkbox"]:checked::after {
	content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 4px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.popup-content .wpcf7-not-valid-tip{
	font-size: 10px;
}

.popup-content .form-description{
	font-size:12px;
	font-weight:400;
	margin-top: -5px;
}

.popup-content .share{
	font-size:12px;
	font-weight:600;
	margin-bottom:10px;
	display: inline-block;
}

.popup-content input[type="file"][name="file-55"] {
  display: none;
}

.popup-content .file-upload-wrapper {
	display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border: 1px solid #9E9E9E;
    background: #fff;
    padding: 0px 0px;
    color: #9E9E9E;
    width: 100%;
    outline: none;
    border-radius: 2px 0 0 2px;
}

.popup-content .custom-file-upload {
	background-color: #91CA2D;
    color: #fff;
    border: none;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 2px 0 0 2px;
}
.popup-content .custom-file-upload:hover {
  background-color: #86ba2b;
}

.popup-content .file-upload-name {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    font-size: 14px;
    font-weight: 400;
    color: #9E9E9E;
}

.popup-modal form .col-md-6{
	padding: 0 5px;
}

.popup-modal form input::placeholder {
    color: #9E9E9E;
	font-size:14px;
	font-family: 'Gilroy';
}

.popup-modal form input::-webkit-input-placeholder {
    color: #9E9E9E;
}

.popup-modal form input:-ms-input-placeholder {
    color: #9E9E9E;
}

.popup-modal form input::-ms-input-placeholder {
    color: #9E9E9E;
}

.popup-modal form textarea::placeholder {
    color: #9E9E9E;
	font-size:14px;
	font-family: 'Gilroy';
}

.popup-modal form textarea::-webkit-input-placeholder {
    color: #9E9E9E;
}

.popup-modal form textarea:-ms-input-placeholder {
    color: #9E9E9E;
}

.popup-modal form textarea::-ms-input-placeholder {
    color: #9E9E9E;
}

.popup-modal form select::placeholder {
    color: #9E9E9E;
	font-size:14px;
	font-family: 'Gilroy';
}

.popup-modal form select::-webkit-input-placeholder {
    color: #9E9E9E;
}

.popup-modal form select:-ms-input-placeholder {
    color: #9E9E9E;
}

.popup-modal form select::-ms-input-placeholder {
    color: #9E9E9E;
}

.stick-button{
	position: fixed;
    right: 35px;
    top: 40%;
    transform: rotate(-90deg);
    transform-origin: right top;
    background-color: #91CA2D;
    color: #fff;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    border-radius: 2px 2px 0px 0px;
    text-decoration: none;
    z-index: 9;
    cursor: pointer;
	display:none;
}

.stick-button::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(270deg, #91CA2D 0%, #577B19 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.stick-button:hover::before {
  opacity: 1;
}

header .drop{
    background: url('/wp-content/uploads/2025/05/dropdown.svg');
    background-repeat: no-repeat;
    background-position: 100% 64%;
    background-size: 12px;
    padding-right: 20px;
    cursor: pointer;
	position:relative;
	transition:0.4s;
}

header .drop:hover{
	background: url('/wp-content/uploads/2025/05/dropdown-green.svg');
	background-repeat: no-repeat;
    background-position: 100% 64%;
    background-size: 12px;
	transition:0.4s;
}

header .sub-menu{
	display:none;
}

header .drop:hover .sub-menu{
	display: block;
    position: absolute;
    top: 17px;
    left: 0;
    background: #fff;
    width: 200px;
    padding: 30px 0 12px;
	left: -26px;
}

header .drop-services-menu:hover .sub-menu{
	display: block;
    position: absolute;
    top: 17px;
    left: 0;
    background: #fff;
    width: 900px;
    padding: 0px 15px 35px;
    left: -315px;
    border-top: 32px solid transparent;
}

.drop-services-menu .sub-menu li{
	width:50%;
	float:left;
}

header .drop-services-menu .sub-menu .third-level-menu {
    position: relative;
    left: 0;
    top: 0px;
    background: #fff;
    padding: 0px;
    z-index: 1000;
    width: 100%;
	grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    display: grid;
	margin-top: 18px;
}

.all-services-item-menu{
	position: absolute;
    right: 40px;
    bottom: 15px;
    text-align: right;
}

.all-services-item-menu a{
	font-weight:700!important;
}

.drop-services-menu .commertial-item{
	padding: 0 15px;
}

.drop-services-menu .residential-item{
	padding: 0 15px;
}

header .drop-services-menu .commertial-item > a{
	padding:0;
	font-size: 17px;
    font-weight: 700;
    padding: 0 0px 12px;
    border-bottom: 2px solid #000;
	font-size:16px;
}

header .drop-services-menu .residential-item > a{
	padding:0;
	font-size: 17px;
    font-weight: 700;
    padding: 0 0px 12px;
    border-bottom: 2px solid #000;
	font-size:16px;
}

.drop-services-menu .sub-menu a{
	padding: 13px 0;
	font-size: 14px;
}

header .sub-menu li a{
	padding: 7px 30px;
	display:inline-block;
	width: 100%;
	font-size: 16px;
}

header .drop-right{
	background: url('/wp-content/uploads/2025/05/drop-right.svg');
	background-repeat: no-repeat;
    background-position: 90% 64%;
    background-size: 12px;
	transition:0.4s;
	position: relative;
}

header .drop-right:hover{
	background: url('/wp-content/uploads/2025/05/drop-right-green.svg');
	background-repeat: no-repeat;
    background-position: 90% 64%;
    background-size: 12px;
	transition:0.4s;
}

header .third-level-menu {
    position: absolute;
    left: 100%;
    top: 0px;
    background: #fff;
    padding: 0px;
    display: none;
    z-index: 1000;
    width: 335px;
}

header li.menu-item:hover > .third-level-menu{
    display: block;
}

header .commertial-item:hover > .third-level-menu {
    display: grid!important;
}

header .residential-item:hover > .third-level-menu {
    display: grid!important;
}

header .third-level-menu li{
	width:100%!important;
	float:none!important;
}

header .third-level-menu li a{
	padding: 0 !important;
}

.mt-30{
	margin-top:30px;
}

.copyright a{
	color:#fff;
	font-weight:600;
}

.swipe-up{
	position: fixed;
    bottom: 40px;
    right: 30px;
    cursor: pointer;
    display: none;
    z-index: 9;
    transition: opacity 0.3sease;
}

.grad{
	position: relative;
	z-index: 0;
	text-transform: capitalize;
}

.grad:hover{
	background: #91ca2d;
}

header .grad:hover{
	background:#91ca2d;
}

.grad::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(270deg, #91CA2D 0%, #577B19 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
  border-radius: 10px;
}

.grad:hover::before {
  opacity: 1;
}

footer{
	padding: 60px 0 15px;
    background: #0F1010;
}

footer .logo-box img{
	width:100%;
	margin-bottom: 25px;
	max-width:190px;
}

footer .logo-box p{
	color:#fff;
	margin-bottom: 20px;
}

footer .social-box{
	display:flex;
	gap:20px;
}

footer strong{
	font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #91ca2d;
    margin-top: 35px;
    display: inline-block;
}

.navbar-footer li{
	width:50%;
	float:left;
	margin-bottom:15px;
}

.navbar-footer li a{
	color:#fff;
	font-size:18px;
	font-weight:500;
}

.footer-menu{
	padding-left:50px;
}

footer .contact-box{
	display:flex;
	flex-direction:column;
	gap:18px;
}

footer .contact-box a{
	color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 10px;
}

footer .rights{
	font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 50px 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
footer .copyright{
	font-size:12px;
	font-weight:400;
	color:#fff;
	text-align: center;
}

.menu-btn{
	display:none;
}

.logo-mob{
	display:none;
}

.down-top-menu{
	display:none;
}

.menu-close{
	display:none;
}

form .wpcf7-not-valid-tip{
	display:none!important;
}

form .wpcf7-response-output{
	display:none!important;
}

.wpcf7 form.invalid .wpcf7-response-output{
	border:none!important;
}

form .wpcf7-form invalid{
	
}

.wpcf7-not-valid::placeholder {
	color:#E94335!important;
}

select.wpcf7-not-valid{
	color:#E94335!important;
	background: url('/wp-content/uploads/2025/05/select-arrow-red.svg')!important;
    background-size: 3%!important;
    background-repeat: no-repeat!important;
    background-position: 95% 50%!important;
}


.wpcf7-not-valid option{
	color:#E94335!important;
}

.wpcf7-not-valid{
	border:1px solid #E94335!important;
}

.thank-you-message{
	text-align:center;
	display:none;
}

.thank-you-message .thank-you-title{
	font-size:40px;
	font-weight:700;
	color:#91CA2D;
	margin-bottom:20px;
}

.thank-you-message p{
	font-size:16px;
	font-weight:400;
	line-height:150%;
}

.residential-about a.about-btn-mob{
	display:none;
}

.home-more-pro-mob{
	display:none;
}

.home-more-news-mob{
	display:none;
}

.desk-none{
	display:none;
}

.about-warranty-mob{
	display:none;
}

.why-choose-mob{
	display:none;
}

.contact-title-mob{
	display:none;
}

.need-quote-mob{
	display:none;
}

.result-like-mob{
	display:none;
}

.open-project-gallery-filter{
	display:none;
}

.blog-content .pagination{
	display: inline-block;
    text-align: center;
    margin-top: 40px;
    width: 100%;
}

.blog-content .pagination .page-numbers{
	font-size: 20px;
    font-weight: 500;
    background: transparent;
    color: #262D30;
    padding: 8px 16px;
}

.blog-content .pagination .current{
	font-size: 20px;
    font-weight: 500;
    background: #91CA2D;
    color: #fff;
    padding: 8px 16px;
}

.post-navigation{
	display: flex;justify-content: space-between;
}

.post-navigation .nav-box{
	display: flex;
    align-items: center;
    gap: 15px;
}

.post-navigation .nav-icon svg rect,
.post-navigation .nav-icon svg path {
  transition: all 0.3s ease;
}

.post-navigation .nav-box:hover svg rect {
  fill: #91CA2D;
}

.post-navigation .nav-box:hover svg path {
  fill: #fff;
}

.post-navigation .nav-box .nav-text{
	display: flex;
    flex-direction: column;
    gap: 5px;
}

.post-navigation .nav-box .nav-text .nav-label{
	font-size: 18px;
    font-weight: 700;
    color: #91CA2D;
}

.post-navigation .nav-box .nav-text .nav-title{
	font-size: 18px;
    font-weight: 400;
    color: #000;
}

.nav-box.next{
	text-align:right;
}

.diff-img-mob{
	display:none;
}

.hammer-mob{
	display:none;
}

.service-about-img-mob{
	display:none;
}

.project-gal-mob{
	display:none;
}

.serv-area-mob{
	display:none;
}

.ready-img-mob{
	display:none;
}

.spec-about-mob{
	display:none;
}

.cookie-banner {
	position: fixed;
    bottom: 10px;
    right: 10px;
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    z-index: 9999;
    max-width: 750px;
    margin: 0 auto;
	border: 1px solid #E0E0E0
}

.cookie-img {
  width: 78px;
  margin-right: 20px;
}

.cookie-text {
  flex: 1;
}

.cookie-text p{
	font-size:14px;
	line-height:150%;
}

.cookie-buttons {
  margin-top: 15px;
}

.cookie-buttons button {
	margin-right: 30px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
	background: transparent;
}

#cookie-accept {
	color: #91CA2D;
}

#cookie-refuse {
	color: #262D30
}

.mob-space-gallery{
	display:none;
}

.all-services-about-title-mob{
	display:none;
}

.ready-comm-to-start-mob{
	display:none!important;
}

.about-btn-mob{
	display:none;
}

.container{
    width:100%;
    margin:0 auto;
}

.textarea{
	font-family: 'Gilroy';
}

select{
	font-family: 'Gilroy';
}



.contact-box-messenger a svg:hover rect {
  stroke: #91ca2d;
	fill: #91ca2d;
	transition: all 0.4s ease;
}

.contact-box-messenger a svg:hover path {
  transition: all 0.4s ease;
  fill:#fff;
}

.contact-box-messenger a svg rect,
.contact-box-messenger a svg path {
  transition: all 0.4s ease;
}

.contact-box-messenger .whats-icon:hover .path-1{
	stroke: #ffffff;
	transition: all 0.4s ease;
}

.contact-box-messenger .whats-icon:hover .path-2{
	fill: transparent;
    stroke: #fff;
}

.social-box a svg {
  transition: all 0.4s ease;
}
.social-box a:hover svg rect {
  fill: #91CA2D; 
  transition: all 0.4s ease;
}
.social-box a:hover svg path {
  fill: #fff; 
  transition: all 0.4s ease;
}

header ul{
	list-style:none!important;
}

.navbar-footer li{
	list-style: none;
}

.specific-in-city-page .specific-about .section-title h2{
	padding-right: 240px;
}

img{
	height:auto;
}

.row{
    display: inline-block;
    width:100%;
}

.row-flex{
    display: flex;
}

.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-12{
    padding:0 15px;
    float: left;
}

.col-md-1 {
    width: 8.33%;
}

.col-md-2 {
    width: 16.67%;
}

.col-md-3 {
    width: 25%;
}

.col-md-4 {
    width: 33.33%;
}

.col-md-5 {
    width: 41.67%;
}

.col-md-6 {
    width: 50%;
}

.col-md-7 {
    width: 58.33%;
}

.col-md-8 {
    width: 66.67%;
}

.col-md-9 {
    width: 75%;
}

.col-md-10 {
    width: 83.33%;
}

.col-md-11 {
    width: 91.67%;
}

.col-md-12 {
    width: 100%;
}

@media(max-height:800px){
	.error-page{height:100%;padding: 90px 0 60px;}
}

@media(max-height:530px){
	.hero{height:100%;padding: 150px 0 90px;}
}

@media(max-height:860px){
	.popup-modal{overflow-y: scroll;height: 90%; overflow-x: hidden;}
}

@media(max-width:1920px){
	.step-warranty-box .double-arrow{right: -42%;}
}

@media(max-width:1700px){
	.step-warranty-box .double-arrow{right: -32%;}
	.get-in-touch-content img{left: 1%;top: 20px;width: 25%;}
}

@media(max-width:1550px){
	.step-warranty-box .double-arrow{right: -25%;}
	.get-in-touch-content img{left: 1%;top: 20px;width: 28%;}
}


@media(max-width:1400px){
	header .navbar-nav{gap:30px;}
	header .menu {width: 66%;}
	header .head-btn {width: 17%;}
	header .logo{width: 17%;}
	.step-warranty-box .double-arrow{right: -16%;}
	.get-in-touch-content img{left: 1%;top: 20px;}
}

@media(max-width:1200px){
	header .navbar-nav {gap: 12px;}
	header .logo img{max-width: 130px;margin-top: 18px;}
	header .head-btn a{padding: 12px 10px;}
	header .head-btn {text-align: right;}
	.step-warranty-box .double-arrow{right: -10%;}
	.get-in-touch-content img {position: absolute;left: 6%;top: 80px;width: 33%;}
	.individ-service-box-content a{flex: 0 1 calc(33% - 20px);}
}


@media(max-width:991px){
	header .menu{display:none;}
	header .head-btn{display:none;}
	header .menu-btn{display:block;float:right;margin-top: 18px;cursor: pointer;}
	header .logo img{width:114px;margin-top: 10px;}
	header{height:60px;}
	header .navbar-nav{gap:0;}
	header .menu{position: fixed;display: block;width: 90%;height: 100%;left: -200%;top: 0;background: #0F1010;transition:0.4s;padding: 30px 0px;overflow-y: scroll;height: 100vh;overflow-y: auto;-webkit-overflow-scrolling: touch;}
	header .menu.active{left:0;transition:0.4s;z-index: 9;}
	header .logo-mob{display: block;max-width: 123px;width: 100%;margin: 0 auto;}
	header .navbar-nav{display: flex;flex-direction: column;}
	header .navbar-nav li{border-bottom: 1px solid rgb(255 255 255 / 15%);width: 100%;padding-left: 15px;position: relative;text-align: left;}
	header .navbar-nav li a{color:#fff;padding: 12px 0!important;display: inline-block;width: 100%;}
	header .navbar-nav .drop{background: url('/wp-content/uploads/2025/05/dropdown-wiite.svg');background-repeat: no-repeat;background-position: 93% 18px;background-size: 12px;transition:0.4s;padding-right: 0px;}   
	header .drop:hover{}
	.drop-services-menu .sub-menu li {width: 100%;float: none;}
	.all-services-item-menu {
    position: relative;right: 0;bottom: 0;text-align: right;
}
	header .drop:hover .sub-menu{display: none;}
	header .navbar-nav .drop-active .sub-menu{display: block;position: relative;background: #0f1010;top: 0;left: 0;width: 100%;padding: 0;border-top: none;}
	header .navbar-nav .drop-active{background: url('/wp-content/uploads/2025/05/droptop-white.svg');background-repeat: no-repeat;background-position: 93% 18px;background-size: 12px;transition:0.4s;border-bottom: none;}
	header .navbar-nav .drop-active:before{content:'';position:absolute;left:0;top:0;width:100%;height:1px;background:rgb(255 255 255 / 15%);top: 44px;z-index:9;}
	.drop-active .sub-menu li{margin-left:20px;}
	header .drop-right-active:hover{}
	header .drop-right:hover{}
	header .navbar-nav .drop-right{background: url('/wp-content/uploads/2025/05/dropdown-wiite.svg');background-repeat: no-repeat;background-position: 89.5% 18px;background-size: 12px;transition:0.4s;padding-right: 0px;display: inline-block;
        width: 100%;}
	header .drop-right-active:hover .third-level-menu{display:none;}
	header .navbar-nav .drop-right-active{background: url('/wp-content/uploads/2025/05/droptop-white.svg');background-repeat: no-repeat;background-position: 89.5% 18px;background-size: 12px;transition:0.4s;border-bottom: none;}
	header .navbar-nav .drop-right-active:before{content:'';position:absolute;left:0;top:0;width:100%;height:1px;background:rgb(255 255 255 / 15%);top: 44px;z-index:9;}
	header .navbar-nav .drop-right-active .third-level-menu{    display: block;position: relative;left: 0;top: 0;width: 100%;background: #0f1010;}
	
	.down-top-menu{display:block;padding:30px 15px 10px;}
	.down-top-menu .open-form{background: #91ca2d;font-size: 15px;font-weight: 700;color: #fff;border-radius: 10px;padding: 12px 25px;margin-top: 19px;display: inline-block;position: relative;z-index: 1;width: 100%;text-align: center;margin-bottom:30px;}
	.menu-contacts{display:flex;flex-direction:column;gap:18px;}
	.menu-contacts a{color: #fff;font-size: 14px;font-weight: 500;display: flex;gap: 10px;}
	.menu-close{display: block;position: fixed;width: 100%;height: 100%;left: -200%;top: 0;background: rgb(0 0 0 / 60%);z-index: 1;transition:0.4s;}
	.menu-close.active-close{left:0;transition:0.4s;}
	.menu-close img{position:absolute;top: 20px;right: 15px;}
	footer .col-md-3{width:100%;text-align:center;}
	footer .col-md-6{width:100%;text-align:center;}
	footer .contact-box a{justify-content: center;}
	footer .rights{margin: 15px 0 20px 0;}
	footer .social-box {justify-content: center;}
	.footer-menu {padding-left: 0;}
	footer .logo-box p{margin-bottom:30px;}
	.hero-content h1{font-size:30px;line-height:100%;}
	.hero-content p{font-size:22px;line-height:120%;}
	.about-btn-desk{display: none !important;}
	.about-btn-mob{display:block;background: #91ca2d;font-size: 16px;font-weight: 700;color: #fff;border-radius: 10px;padding: 12px 53px;        display: block;max-width: 100%;margin: 25px auto 0;width: 100%;text-align: center;}
	.residential-about a.about-btn-mob {display: inline-block;}
	.about-us .about-text{flex: 0 0 100%;padding-right: 0;order: 2;}
	.about-us .about-gallery{flex: 0 0 100%;}
	.about-content{flex-direction: column;gap: 25px;}
	.platforms {padding: 60px 0;}
	.about-us {padding-bottom: 60px;}
	.services{padding:60px 0 40px;}
	.services .col-md-6{width:100%;margin-bottom:20px;}
	.advantages {padding: 60px 0 40px;}
	.advantages .col-md-3{width:50%;margin-bottom:20px;}
	.advantage-box{padding:20px 15px;}
	.advantage-box .heig-3{margin-bottom:0;}
	.what-we-do {padding-bottom: 60px;}
	.what-we-do .col-md-5{width:100%;margin-bottom:20px;}
	.what-we-do .col-md-7{width:100%;}
	.home-more-pro-desk{display:none!important;}
	.home-more-pro-mob{display:block;background: #91ca2d;font-size: 16px;font-weight: 700;color: #fff;border-radius: 10px; padding: 12px 15px;text-align: center;max-width:208px;margin:25px auto 0;}
	.projects{padding:60px 0 40px;}
	.projects .col-md-4{width:100%;margin-bottom:20px;}
	.home-last-pro{display:none;}
	.reviews {padding-bottom: 40px;}
	.get-in-touch-content{padding-left:0;}
	.get-in-touch-content .section-title{margin-bottom:0}
	.get-in-touch a{width: 100%;text-align: center;margin-top:25px;}
	.get-in-touch-content img {position: relative;left: 0;top: 0;width: 100%;max-width: 70%;margin: 25px auto 0;display: block;}
	.get-in-touch{padding:60px 0;}
	.home-more-news-desk{display:none!important;}
	.home-more-news-mob{display:block;background: #91ca2d;font-size: 16px;font-weight: 700;color: #fff;border-radius: 10px;padding: 12px 12px;text-align: center;margin: 25px auto 0;max-width:185px;}
	.latest-news .news-content .latest-news-post-title{font-size:24px;}
	.desk-none{display:block;}
	.latest-news {padding: 60px 0;}
	.latest-news .col-md-6{width:100%;margin-bottom:20px;}
	.about-page .every-space {padding: 60px 0;}
	.about-warranty-desk{display:none!important;}
	.about-warranty-mob{display:block;max-width:176px;margin:20px auto 0;background: #91ca2d;font-size: 16px;font-weight: 700;color: #fff;border-radius: 10px;padding: 12px 25px;text-align:center;}
	.every-space{padding: 60px 0;}
	.every-space .col-md-7{width:100%;}
	.every-space .col-md-5{width:100%;}
	.every-space-gallery{display: inline-block;width: 100%;}
	.about-page .our-process {padding: 0 0px 60px 0;}
	.our-process .col-md-5{width:100%;margin-bottom:20px;}
	.our-process .col-md-7{width:100%;}
	.about-page .our-process-img{height: 300px !important;margin-top:20px;}
	.about-page .accordion-item:before{height:140%;top: 30%;}
	.about-page .why-choose-us {padding: 0 0 60px 0;}
	.why-choose-us .col-md-6{width:100%;margin-bottom:20px;}
	.why-choose-mob{display:block!important;margin-bottom:20px;}
	.why-choose-desk{display:none;}
	.about-page .why-choose-us a{width:100%;text-align:center;}
	.about-page .why-choose-us h3{font-size:18px;line-height:100%;}
	.why-choose-mob img{width:25px;}
	.about-page .why-choose-img {width: 100%;margin: 10px 0 25px;}
	.any-questions {padding: 60px 0 40px;}
	.any-questions .col-md-6{width:100%;margin-bottom:20px;}
	.any-questions a{margin-top: 7px;width: 100%;text-align: center;}
	.contact-form{padding: 60px 0 40px;}
	.contact-form .col-md-6{width:100%;margin-bottom:20px;}
	.contact-form .form-box .col-md-6{margin-bottom:0;}
	.contact-title-desk{display:none;}
	.contact-title-mob{display:block;}
	.need-quote .col-md-4{width:100%;}
	.need-quote .col-md-8{width:100%;margin-bottom:30px;}
	.need-quote a{width:100%;text-align:center;margin-top: 3px;}
	.need-quote-mob{display:block;}
	.need-quote-desk{display:none;}
	.warranty-page .hero {background-size: 80%;background-position: 217% 50%;}
	.warranty-text h2 {font-weight: 700;font-size: 26px;margin-bottom: 20px;line-height: 100%;}
	.warranty-text {padding: 60px 0 15px;}
	.steps-warranty .col-md-4{width:100%;margin-bottom:45px;}
	.step-warranty-box .double-arrow {right: auto;top: 119%;;transform: rotate(90deg);}
	.warranty-covers {padding: 0 0 60px 0;}
	.warranty-covers-content {margin-top: 30px;display: flex;gap: 30px;flex-direction: column;}
	.warranty-covers-content img {max-width: 170px;width: 100%;display: block;margin: 0 auto;}
	.warranty-result {padding: 60px 0;}
	.warranty-result .col-md-8{width:100%;margin-bottom:20px;}
	.warranty-result .col-md-4{width:100%;}
	.warranty-result a{width:100%;text-align:center;margin-top: 3px;margin-bottom: 15px;}
	.project-gallery-content {padding: 60px 0;}
	.project-gallery-content .col-md-3{width:100%;margin-bottom:30px;}
	.project-gallery-content .col-md-9{width:100%;}
	.gallery-item {width: calc(50% - 10px);height: 140px;overflow: hidden;margin-bottom: 20px;}
	.result-like {padding: 60px 0;}
	.result-like .col-md-3{width:100%;}
	.result-like .col-md-9{width:100%;margin-bottom:20px;}
	.result-like a{width:100%;text-align:center;margin-top:0;}
	.result-like-mob{display:block;}
	.result-like-desk{display:none;}
	.result-like img {max-width: 50px;margin: 16px auto 0;}
	.open-project-gallery-filter{display:inline-block;background:#91CA2D;font-size:15px;line-height:100%;cursor:pointer;padding: 12px;       width: 100%;color: #fff;text-align: center;font-weight: 700;border-radius:2px;}
	.project-gallery-filter{display:none;}
	.project-gallery-filter{position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 999;width:80%;}
	body.overlay:before{content: '';position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.7);z-index: 998;display: block;}
	.blog-content{padding:60px 0 40px;}
	.blog-content .col-md-9{width:100%;margin-bottom:20px;}
	.blog-content .col-md-3{width:100%;}
	.blog-content .pagination{margin-bottom: 40px;margin-top: 45px;}
	.blog-single-post .hero {height: auto;padding-top: 190px;padding-bottom: 130px;}
	.blog-single-post .hero-content{text-aign:left;}
	.blog-single-container {padding: 60px 0;}
	.blog-single-content h2{font-size:26px;}
	.blog-single-content h3{font-size:22px;}
	.blog-single-content h4{font-size:18px;}
	.blog-single-content h5{font-size:16px;}
	.blog-single-content h6{font-size:14px;}
	.we-work-in{padding:60px 0;}
	.we-work-in .grid {grid-template-columns: repeat(2, 1fr);}
	.we-work-in .tab-btn{padding:10px 17px;font-size: 15px;flex: 1;}
	.local-team {padding: 60px 0 40px;}
	.local-team .col-md-3{width:50%;margin-bottom:20px;}
	.local-team-box strong{font-size:16px;}
	.find-city{padding:60px 0;}
	.find-city .col-md-6{width:100%;}
	.find-city a{width:100%;text-align:center;margin-bottom: 30px;margin-top: 0px;}
	.different-content{padding:60px 0 45px;}
	.different-content .col-md-6{width:100%;}
	.diff-img-desk{display:none;}
	.diff-img-mob{display:block;height: 200px;margin-bottom:20px;}
	.service-available-in-city{padding:60px 0;}
	.service-available-in-city .services-grid{grid-template-columns: repeat(2, 1fr);}
	.service-available-in-city .tab-btn{font-size:15px;}
	.service-available-in-city .individ-service-box{padding: 20px 15px;}
	.service-available-in-city .individ-service-box img{height:105px;}
	.service-available-in-city .service-title{font-size:14px;}
	.why-choose-city{padding: 60px 0;}
	.why-choose-city .col-md-4{width:100%;margin-bottom:20px;}
	.why-choose-city .col-md-8{width:100%;}
	.why-choose-city a{width:100%;text-align:center;}
	.in-city-big-img{height:210px;}
	.some-content-city{padding:60px 0 45px;}
	.faq-in-city{padding:60px 0;}
	.panel-heading a{font-size:18px;}
	.toggle-panel span{font-size:14px;margin-right: 0px;}
	.toggle-panel h3{font-size: 14px;}
	.panel-heading h4{font-size: 14px;}
	.panel-heading a:after{width:16px;height:16px;margin-top:-8px;}
	.panel-body{padding:20px 15px;}
	.panel-body{font-size:14px;}
	.hammer-desk{display:none;}
	.hammer-mob{display:block;}
	.ready-start-in-city{padding:60px 0;}
	.ready-start-in-city .col-md-7{width:100%;}
	.ready-start-in-city .col-md-5{width:100%;}
	.ready-start-in-city a{width:100%;text-align:center;margin-top:3px;margin-bottom:20px;}
	.ready-start-in-city img{width:100%;}
	.all-services-page .our-commercial-services{padding:60px 0;}
	.our-commercial-services .col-md-5{width:100%;margin-bottom: 20px;}
	.our-commercial-services .col-md-7{width:100%;}
	.our-commercial-services img{height:200px!important;margin-bottom: 25px;}
	.our-commercial-services h3{font-size:26px;margin-bottom:25px;}
	.all-services-page .our-commercial-services .individ-service-box{padding:20px 15px;}
	.all-services-page .our-commercial-services .individ-service-box img{height:105px!important;}
	.all-services-page .our-commercial-services .owl-stage-outer {padding: 60px 0;margin-top: 25px;}
	.all-services-page .our-commercial-services .service-title{font-size:14px;}
	.our-commercial-services.white-bg .col-md-5{margin-top:20px;margin-bottom:0;}
	.our-commercial-services .owl-nav img{height:30px!important;}
	.all-services-page .owl-theme .owl-nav{margin-top: 0;justify-content: flex-end;top:0;}
	.all-services-page .owl-theme .owl-prev{left:0;}
	.all-services-page .owl-theme .owl-next{right:0;}
	.all-services-page .our-commercial-services .btn-all-services{width:100%;max-width: 100%;}
	.residential-about {padding: 60px 0;}
	.residential-about .col-md-7{width:100%;margin-bottom:0px;}
	.service-about-img-mob{display:block;margin-bottom:20px;height:200px;width:100%;}
	.service-about-img-desk{display:none;}
	.residential-all-services{padding:60px 0;}
	.residential-about ul li{font-size:18px;width:100%;}
	.project-gal-desk{display:none!important;}
	.project-gal-mob{background: #91ca2d;font-size: 16px;font-weight: 700;color: #fff;border-radius: 10px;padding: 12px 53px;display: block;max-width: 100%;margin: 30px auto 0;width: 100%;text-align: center;}
	.individ-service-box-content{grid-template-columns: repeat(2, 1fr);gap: 20px}
	.residential-all-services .individ-service-box{padding:20px 15px;}
	.residential-all-services .individ-service-box img{height:105px;}
	.individ-service-box-content .service-title{font-size:14px;}
	.residential-services-area {padding: 60px 0 0;}
	.serv-area-mob{background: #91ca2d;font-size: 16px;font-weight: 700;color: #fff;border-radius: 10px;padding: 12px 53px;display: block;max-width: 100%;margin: 30px auto 0;width: 100%;text-align: center;}
	.serv-area-desk{display:none!important;}
	.residential-services-area img{margin-top:0;}
	.residential-about .col-md-5{width:100%;margin-bottom:20px;}
	.residential-about-content a{width:100%;text-align:center;}
	.one-height-residential{height:auto!important;}
	.residential-services-page .residential-about .col-md-5{display:none;}
	.popup-modal .form-title .popup-title{font-size:30px!important;}
	.popup-modal{padding:40px 15px 20px 15px;}
	.popup-modal .col-md-6{width:100%;}
	.popup-content .form-description{font-size:10px!important;}
	.specific-txt-block {padding: 60px 0 45px;}
	.need-specific {padding: 60px 0 45px;}
	.need-specific-container{grid-template-columns: repeat(2, 1fr);gap: 20px;}
	.need-specific-container .need-box{padding: 20px 15px;}
	.need-specific-container .need-box img{height:105px;}
	.need-specific-container .need-box h3{font-size:14px;}
	.who-we-specific{padding: 60px 0 45px;}
	.who-we-specific-content{grid-template-columns: repeat(2, 1fr);gap: 20px;}
	.who-we-specific-content .who-we-specific-box{padding: 20px 15px;}
	.who-we-specific-content .who-we-specific-box h3{font-size:16px;}
	.steps-specific {padding: 60px 0;}
	.steps-specific-content{grid-template-columns: repeat(2, 1fr);gap: 20px;}
	.steps-specific-box{padding: 20px 15px;margin-top: 50px;}
	.steps-specific-content{margin-top:20px;}
	.steps-specific-box strong{font-size:16px;}
	.specific-big-image{height:210px;}
	.specific-about {padding: 60px 0 0;}
	.specific-about .col-md-5{width:100%;margin-bottom:20px;}
	.specific-about .col-md-7{width:100%;}
	.specific-about img{height:200px!important;margin-top: 20px;}
	.specific-service-page .faq-in-city {padding: 60px 0 0;}
	.panel-heading a{padding: 15px 0px;}
	.specific-service-page .faq-in-city .panel-heading a h3{font-size:14px;}
	.specific-service-page .faq-in-city .panel-heading a h4{font-size:14px;}
	.panel-heading{padding: 0 55px 0 15px;}
	.specific-gallery {padding: 60px 0;}
	.specific-gallery-content{grid-template-columns: repeat(2, 1fr);max-height: 470px;}
	.specific-gallery-content .gallery-item{height: 140px;}
	.specific-service-page .faq-in-city-down {padding: 60px 0;}
	.where-city-specific .tabs-nav li{font-size:15px;}
	.where-city-specific .tab-panel.active{font-size:18px;grid-template-columns: repeat(2, 1fr);}
	.ready-img-mob{display:block;}
	.ready-img-desk{display:none;}
	.specific-service-page .ready-start-in-city img {margin: 20px auto 0;}
	.spec-about-mob{display:block;margin-top: 0 !important;margin-bottom: 20px;}
	.spec-about-desk{display:none;}
	.specific-in-city-page .specific-about {padding: 60px 0;}
	.one-height-specific-about{height:auto!important;}
	.specific-in-city-page .faq-in-city{padding:60px 0;}
	.specific-in-city-page .specific-txt-block {padding: 60px 0 0;}
	.specific-in-city-page .specific-about img{margin-top:0!important;}
	.specific-in-city-page .specific-about .one-height-specific-about a{width:100%;text-align:center;}
	.cookie-banner{max-width: 94%;right:3%;align-items: flex-start;padding: 15px;}
	.cookie-text p{font-size:12px!important;}
	.cookie-img{width:40px;}
	.cookie-buttons button{font-size:14px;}
	.about-page .we-work-in .section-title a{margin-top: 25px;margin-bottom: 5px;display: inline-block;width: 100%;text-align: center;position:relative;}
	.home .we-work-in .section-title a{margin-top: 25px;margin-bottom: 5px;display: inline-block;width: 100%;text-align: center;position:relative;}
	.we-work-in .col-md-7{width:100%;margin-bottom:25px;}
	.we-work-in .col-md-5{width:100%;}
	.we-work-in .grid-btn{font-size:14px;}
	.servica-area-page .info-container img{height: 210px;}
	.stick-button{display:block;}
	.about-page .hero .hero-img{right: -300px;width: 150%;}
	.mob-space-gallery{display:block;margin-bottom: 70px;}
	.every-space .col-md-7{overflow:hidden;}
	.pc-space-gallery{display:none;}
	.home .get-in-touch{background-image:none;}
	.platform-content img{height:48px;}
	.step-warranty-box strong{font-size:16px;}
	.step-warranty-box .step-w-icon {display: inline-block;position: absolute;left: 15px;top: 20px;width: 25px;}
	.all-services-about-title-mob{display:block;}
	.all-services-about-title-desk{display:none;}
	.all-services-page .our-commercial-services .title-our{font-size:26px!important;}
	.ready-comm-to-start-mob{display:block!important;}
	.ready-comm-to-start-desk{display:none!important;}
	.residential-services-page .residential-about {padding: 60px 0 30px;}
	.residential-services-page .ready-comm-to-start-mob{max-width:250px;}
	.blog-sidebar {margin-top: 30px;}
	.check-objects .wpcf7-list-item {display: inline-block;margin: 0;margin-right:20px;}
	.navbar-footer li {width: 100%;float: left;margin-bottom: 15px;}
	.about-gallery {flex: 0 0 40%;display: flex;flex-direction: column;gap: 7px;}
	.about-gal-bottom img {width: 48%;}
	.tabs{margin-bottom:25px}
	header .navbar-nav .sub-menu .drop-right{background:none;}
	header .drop-services-menu .sub-menu .third-level-menu{display:none;}
	header .commertial-item:hover > .third-level-menu {display: none!important;}
	header .residential-item:hover > .third-level-menu {display: none!important;}
	header .drop-services-menu .commertial-item > a{border-bottom:none;}
	header .drop-services-menu .residential-item > a{border-bottom:none;}
	.specific-in-city-page .specific-about .section-title h2 {padding-right: 0;}
}

@media(max-width:767px){
	.hero{background-position: 82% 50%;}
	.rating img {max-width: 54px;}
	.hero-buttons {display: flex;gap: 15px;}
	.hero-content .hero-buttons a{font-size:15px;padding: 12px 15px;}
	.hero-content{padding:20px;z-index: 9;position: relative;}
	.faq-in-city .section-title h3{font-size: 26px;line-height: 100%;margin-bottom: 10px;}
	.section-title{margin-bottom:20px;}
	.section-title .around-title{font-size: 18px;line-height:100%;margin-bottom: 10px;}
	.latest-news .section-title h3{font-size: 26px;line-height:100%;margin-bottom: 10px;}
	.section-title h2{font-size: 26px;line-height:100%;margin-bottom: 10px;}
	.specific-service-page .faq-in-city-down h3{        font-size: 26px;line-height: 100%;margin-bottom: 10px;}
	.section-title strong{font-size: 26px;line-height:100%;margin-bottom: 10px;}
	p{font-size:14px!important;line-height:150%!important}
	.blog-single-content ul li{font-size:14px!important;line-height:150%!important}
	.about-us ul li{font-size:18px;line-height:100%;}
	.service-box{padding:20px 15px;}
	.service-box h3{font-size:22px;font-weight:700;line-height:100%;}
	.service-box h4{font-size:16px;font-weight:500;line-height:100%;}
	.service-box a{font-size:15px;}
	.advantage-box .green{font-size:16px!important;line-height:150%;}
	.advantage-box h5{font-size:16px;line-height:150%;}
	.numbers-what-we-box{flex-direction: column;gap: 20px;}
	.numbers-what-we-box .number-box {width: 100%;}
	.text-what-we-box h3{font-weight:700;font-size:22px;line-height:100%;}
	.numbers-what-we-box .number-box strong{font-weight:700;font-size:22px;line-height:100%;}
	.every-space .warranty img{width:21px;}
	.every-space .warranty{font-size:22px;font-weight:700;line-height:100%;}
	.about-page .mySwiper{height:270px;margin: 25px auto 0;}
	.about-page .accordion-header span{font-size:20px;line-height:100%;}
	.about-page .accordion-header{gap:16px;}
	.about-page .mySwiper{max-width: 300px;}
	.form-box{padding: 20px 5px;}
	.contact-box a {font-size: 16px;font-weight: 500;color: #000;text-decoration: none;line-height: 150%;}
	.need-quote {padding: 60px 0;}
	.steps-warranty {padding: 60px 0 15px;}
	.error-page a{width:100%;}
	.error-page {height: auto;padding: 100px 0 50px;}
	.hero{height: auto;padding-top: 145px;padding-bottom: 85px;}
	.privacy-text {padding: 60px 0 45px;}
	.privacy-text h2 {font-weight: 700;font-size: 22px;line-height: 100%;}
	.project-gallery-page .hero{background-position: 80% 100%;}
	.blog-all-posts{grid-template-columns: repeat(1, 1fr);}
	.blog-all-posts .post-content{text-align:center;}
	.blog-all-posts .post-title{font-size:18px;}
	.blog-all-posts .read-more{text-align:center;}
	.blog-all-posts .post-thumb{margin-bottom:0;}
	.blog-all-posts .post-excerpt{font-size:14px;}
	.post-navigation .nav-box .nav-text .nav-label{font-size: 14px;}
	.post-navigation .nav-box .nav-text .nav-title{font-size: 12px;}
	.step-warranty-box{padding:10px 15px;}
	.platform-content img {height: 38px;}
	.individ-service-box-content a{flex: 0 1 calc(50% - 10px);}
}

@media(max-width:576px){
	.about-page .mySwiper{max-width: 250px;}
}

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

@media(max-width:370px){
	.platform-content img {height: 38px;}
}

@media(min-width:576px){
    .container{
        max-width: 540px;
    }
}

@media(min-width:768px){
    .container{
        max-width: 720px;
    }
}

@media(min-width:992px){
    .container{
        max-width: 960px;
    }
}

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

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

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

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