
html,
body {
    height: 100%;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #000;
	background: #fff;
	font-size: 20px;
	line-height: 1.5; 
	min-width: 360px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	font-family: 'muliregular', sans-serif;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}
/* ancher styling  */
a,
button {
	outline: none;
	text-decoration: none;
	color: #000;
	border: 0;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.btn-link.focus,
.btn-link:focus,
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}
/* main form styling */
form * {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    behavior: url(PIE.htc);
}

select, option {
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

input,
textarea,
select {
	outline: none;
	color: #000;
	vertical-align: middle;
	-webkit-appearance: none;
}

form,
fieldset {
	outline: none;
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	border:0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="text"]::-webkit-input-placeholder {
	color:#000;
}
 
input[type="text"]::-moz-placeholder { /* Firefox 18- */
	color:#000 ;  
}
 
input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
	color: #000 ;  
}
 
input[type="text"]::-ms-input-placeholder {  
	color:#000 ; 
}
ul,ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
h1,h2,h3,h4,h5{
	font-family: "roboto_condensedregular" , sans-serif;
}

@font-face {
    font-family: 'muliregular';
    src: url('../fonts/muli-webfont.woff2') format('woff2'),
         url('../fonts/muli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mulibold';
    src: url('../fonts/muli-bold-webfont.woff2') format('woff2'),
         url('../fonts/muli-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mulilight';
    src: url('../fonts/muli-light-webfont.woff2') format('woff2'),
         url('../fonts/muli-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mulisemibold';
    src: url('../fonts/muli-semibold-webfont.woff2') format('woff2'),
         url('../fonts/muli-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.woff2') format('woff2'),
         url('../fonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#wrapper{
	width: 100%;
	overflow: hidden;
	position: relative;
}
#wrapper .container{
	padding: 0 15px;
	max-width: 1200px !important;
}
.top-bar{
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	height: 50px;
	display: flex;
	position: fixed;
	background: #000;
	align-items: center;
	padding: 10px 10px 0;
	justify-content: center;
}
.top-bar svg{
	fill: #fff;
	width: 20px;
	height: auto;
}
.top-bar .facebook svg{
	width: 10px;
}
.top-bar .social-icons{
	display: flex;
	align-items: center;
	margin: 0 20px 0 0;
	justify-content: center;
}
.top-bar a{
	width: 30px;
	height: 30px;
	display: flex;
	margin: 0 5px;
	border-radius: 100%;
    align-items: center;
    background: #477cdf;
    justify-content: center;
}
.top-bar a.facebook{
	background: #1877f2;
}
.top-bar a.youtube{
	background: red;
}
.top-bar p{
	margin: 0;
	color: #fff;
	font-size: 16px;
}

#header{
	left: 0;
	right: 0;
	top: 50px;
	z-index: 9;
	width: 100%;
	display: flex;
	position: fixed;
	background: #000;
	padding: 0 65px 15px;
	align-items: center;
	justify-content: space-between;
}
#header .logo{
	width: 200px;
}
#header .logo a{
	display: block;
}
#header .nav{
	display: flex;
	align-items: center;
	justify-content: center;
}
#header .nav .main-nav{
	display: flex;
	align-items: center;
}
#header .nav .main-nav li{
	margin: 0 30px;
	position: relative;
}
#header .nav .main-nav li a{
	color: #fff;
	display: block;
	position: relative;
}
#header .nav .main-nav li a:hover{
	color: #ed1c24;
}
#header .nav .main-nav li a:hover span svg{
	fill: #ed1c24;
}
#header .nav .main-nav li a:after{
	left: 0;
	right: 0;
	width: 0;
	content: "";
	height: 2px;
	bottom: -4px;
	background: #ed1c24;
	position: absolute;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
#header .nav .main-nav li a.active:after,
#header .nav .main-nav li a:hover:after{
	width: 100%;
}
#header .nav .main-nav li a span{
	margin: 0 0 0 10px;
}
#header .nav .main-nav li a span svg{
	width: 16px;
	fill: #fff;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
#header .nav .main-nav li a:hover span svg{
	transform: rotate(180deg);
}
#header .nav .main-nav li .drop-down{
	right: 0;
	top: 100%;
	left: -15px;
	opacity: 0;
	width: 255px;
	text-align: left;
	background: #fff;
	visibility: hidden;
	position: absolute;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;

}
#header .nav .main-nav li:hover .drop-down{
	opacity: 1;
	z-index: 9;
	visibility: visible;
}
#header .nav .main-nav li .drop-down li{
	margin: 0;
}
#header .nav .main-nav li .drop-down a{
	color: #000;
	padding: 15px 30px 15px 15px;
}
#header .nav .main-nav li .drop-down a:after{
	display: none;
}
#header .nav .main-nav li .drop-down a:hover{
	color: #fff;
	background: #ed1c24;
}
#header .call-btn{
	color: #fff;
	border-radius: 3px;
	background: #ed1c24;
	padding: 11px 27px 11px 17px;
	font-size: 0.8em;
}
#header .call-btn svg{
	width: 20px;
	padding: 5px;
	fill: #ed1c24;
	background: #fff;
	margin: 0 12px 0 0;
	border-radius: 3px;
}


/*Home Banner*/

.home-banner{
	display: flex;
	min-height: 500px;
	align-items: center;
	background: url(../images/img-1.jpg) no-repeat;
	background-position: 50% 50%;	
	background-size: cover;
	position: relative;
	padding: 100px 65px;
	justify-content: space-between;
}
.home-banner:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, .3) ;
}

.home-banner .info-section{
    width: 48%;
    z-index: 1;
    padding: 16px;
	min-height: 8px;
    text-align: left;
	text-align: center;
    position: relative;
	padding: 100px 15px;
}
.home-banner .info-section h1{
	color: #fff;
	font-size: 48px;
	text-align: left;
	margin: 0 0 40px 0;
	text-transform: uppercase;
}
.home-banner .info-section .btn-holder{
	display: flex;
	align-items: center;
}
.home-banner .info-section .btn-holder a{
	color: #fff;
	padding: 11px ;
	font-size: 20px;
	min-width: 180px;
	background: #ed1c24;
	border-radius: 5px;
	text-align: center;
	margin: 0 20px 0 0;
	display: block;
	text-transform: uppercase;
	font-family: "robotoregular" , sans-serif;
}
.home-banner .info-section .btn-holder a:hover{
	background: #f1343c;
}
.home-banner .img-box{
	width: 48%;
	z-index: 1;
	position: relative;
}
.home-banner .img-box img{
	width: 100%;
	display: block;
	border-radius: 20px;
}

/*category-columns*/

.category-columns{
	display: flex;
	padding: 40px 45px;
	align-items: center;
	justify-content: space-between;
}
.category-columns .column{
    margin: 0;
	width: 20%;
    padding: 10px;
	display: block;
	text-align: center;
}
.category-columns .column img{
	width: 100%;
	height: 343px;
	object-fit: cover;
	border-radius: 20px;
}
.category-columns .column span{
	display: block;
	padding: 15px 0;
}
.category-columns .column button{
	color: #fff;
	z-index: -1;
	position: relative;
	padding: 10px 20px;
	border-radius: 4px;
	background: #ed1c24;
	text-transform: uppercase;
	font-family: "robotoregular" , sans-serif;
}
.category-columns .column span,
.category-columns .column:hover span{
	color: #000;
}
.category-columns .column:hover button{
	background: #f1343c;
}

/*local-section*/
.local-section{
	display: flex;
	padding: 60px 65px;
	align-items: center;
	justify-content: space-between;
}
.local-section .img-holder{
	width: 48%;
	height: 560px;
}
.local-section .img-holder img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 20px;
}
.local-section .text-holder{
	width: 48%;
}
.local-section .text-holder h2{
	color: #333;
	font-size: 36px;
	line-height: 1.5;
	margin: 0 0 10px;
}
.local-section .text-holder p{
	margin: 0;
	color: #333;
	line-height: 2;
}

/*sercice-section*/
.sercice-section{
	padding: 60px 0 42%;
	background-image: url(../images/ChatGPT-Image-Jun-2--2025-at-07_46_50-PM-1920w.jpg);
	background-size: cover;
	position: relative;
}
.sercice-section:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background: rgba(0,0,0,.4);
}
.sercice-section .container{
	z-index: 1;
	position: relative;
}
.sercice-section h2,
.roof-painting h2,
.beauty-section .two-columns .column h2{
	color: #fff;
	display: block;
	line-height: 1.5;
	font-size: 40px;
	text-align: center;
	margin: 0 0 10px;
}
.sercice-section p,
.roof-painting p,
.beauty-section .two-columns .column p{
	color: #fff;
	font-size: 18px;
	line-height: 2;
}
.sercice-section h3,
.roof-painting h3,
.beauty-section .two-columns .column h3{
	color: #fff;
	display: block;
	line-height: 1.5;
	font-size: 24px;
	margin: 0 0 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
.sercice-section ul li,
.roof-painting ul li,
.beauty-section.painting ul li,
.beauty-section .two-columns .column ul li,
.smarter-section.roof_painting ul li,
.img-columns.com-painting .com-list li{
	color: #fff;
	font-size: 18px;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
}
.sercice-section ul li img,
.roof-painting ul li img,
.beauty-section.painting ul li img,
.beauty-section .two-columns .column ul li img,
.img-columns.com-painting .column ul.com-list li img{
	margin: 0 10px 0 0;
	width: 12px;
	height: 12px;
	min-height: auto;
	max-height: auto;
}

/*beauty-section*/
.beauty-section{
	padding: 60px 0;
/*	margin: 0 0 60px;*/
}
.beauty-section.about{
	padding: 60px 60px;
}
.beauty-section .process-block{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.beauty-section .process-block .left-column{
	width: 56%;
}
.beauty-section .process-block .left-column h2{
	color: #333;
	display: block;
	line-height: 1.5;
	font-size: 40px;
	margin: 0 0 10px;
}
.beauty-section .process-block .left-column p{
	color: #333;
	font-size: 18px;
	line-height: 2;
}
.beauty-section .process-block .left-column h3{
	color: #ed1c24;
	display: block;
	line-height: 1.5;
	font-size: 24px;
	margin: 0 0 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
.beauty-section .process-block .left-column ul li{
	color: #333;
	font-size: 18px;
	margin: 0 0 20px;
}
.beauty-section .process-block .left-column ul li img{
	margin: 0 10px 0 0;
}
.beauty-section .process-block .img-column{
	width: 38%;
}
.beauty-section .process-block .img-column img{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 20px;
}

.roof-painting{
	padding: 50px 60px;
	border-radius: 15px ;
	background: url(../images/img-4.jpg) no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	margin: 60px 0 ;
	    background-position: bottom center;
}
.roof-painting:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background: rgba(0,0,0,.4);
}
.roof-painting .inner-holder{
	z-index: 1;
	position: relative;
}

.beauty-section .two-columns{
	margin: 0 ;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.beauty-section .two-columns .column{
	width: 48%;
	overflow: hidden;
	border-radius: 20px;
}
.beauty-section .two-columns .column h2{
	text-align: left;
}
.beauty-section .two-columns .column:first-child{
	background-image: url(../images/img-5.jpg);
	background-size: cover;
	position: relative;
	padding: 50px 60px;
}

.beauty-section .two-columns .column:first-child:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background: rgba(0,0,0,.5);
}
.beauty-section .two-columns .column .inner-column{
	z-index: 1;
	position: relative;
}
.beauty-section .two-columns .column img{
	padding: 0;
	height: 100%;
	object-fit: cover;
}
.beauty-section .two-columns.trust{
	margin: 0;
}
.beauty-section .two-columns.trust .column:first-child{
	padding: 0;
	color: #000;
	background: transparent;
}
.beauty-section .two-columns.trust .column:first-child:after{
	display: none;
}
.beauty-section .two-columns.trust .column h2{
	color: #333;
}
.beauty-section .two-columns.trust .column p,
.beauty-section .two-columns.trust .column ul li,
.img-columns.com-painting .com-list li{
	color: #000;
}
.beauty-section .two-columns.trust .column h3{
	color: #ed1c24;
}
.beauty-section:last-child{
	margin: 0;
	padding: 0;
}
.beauty-section.trust{
	padding: 60px 60px;
}
.sercice-section.stress{
	background-image: url(../images/img-8.jpg);
}

.faq-section {
	padding: 60px 65px;
}
.faq-section h2{
	color: #333;
	display: block;
	font-size: 40px;
	margin: 0 0 50px;
	text-align: center;
}
.faq-section .faq-columns{
	display: flex;
	justify-content: space-between;
}
.faq-section .faq-columns .column{
	width: 48%;
}
.faq-section button.accordion {
  width: 100%;
  color: #fff;
  border: none;
  outline: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 1.5;
  text-align: left;
/*  margin: 0 0 20px;*/
  font-weight: bold;
  position: relative;
  background-color: #000;
  padding: 16px 60px 16px 16px;
  transition: background-color 0.2s linear;
}
.faq-section button.accordion span{
	top: 50%;
	fill: #fff;
	width: 32px;
	right: 16px;
	height: 32px;
	display: flex;
	margin: -16px 0 0;
	background: #ed1c24;
	position: absolute;
	border-radius: 100%;
	justify-content: center;
}
.faq-section button.accordion svg{
	width: 18px;
}

.faq-section button.accordion:hover,
.faq-section button.accordion.is-open {
  background-color: #000;
}

.faq-section .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 8px 20px;
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  transition: max-height 0.2s ease-in-out;
}


.cta-section{
	padding: 10px 20px 60px;
}
.cta-section p{
	margin: 0 auto;
	max-width: 1000px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.cta-section p a{
	color: #ed1c24;
}

/*Footer*/
#footer{
	padding: 60px 0;
	background: #000;
}
#footer .footer-columns{
	display: flex;
	flex-wrap: wrap;
}
#footer .footer-columns .column:first-child{
	width: 70%;
	padding: 0 15px 0 0;
}
#footer .footer-columns .column{
	width: 30%;
}
#footer .footer-columns .column .box{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
}
#footer .footer-columns .column .box span.icon{
	width: 40px;
	color: #fff;
	height: 40px;
	display: flex;
	background: #ed1c24;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
}
#footer .footer-columns .column svg{
	fill: #fff;
	width: 20px;
	height: inherit;
}
#footer .footer-columns .column .socialHubIcon{
	display: inline;
}
#footer .footer-columns .column .text-box{
	width: 90%;
	color: #fff;
	padding: 0 10px 0 20px;
}
#footer .footer-columns .column .text-box span{
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 6px;
}
#footer .footer-columns .column .text-box a{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
#footer .footer-columns .column .text-box a:hover{
	color: #ed1c24;
}
#footer .footer-columns .column .social-icons{
	display: flex;
	margin: 10px 0 0;
	align-items: center;
}
#footer .footer-columns .column .social-icons a{
	width: 38px;
	height: 38px;
	display: flex;
	margin: 0 5px;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
}
#footer .footer-columns .column .social-icons .facebook svg{
	width: 10px;
}
#footer .footer-columns .column .social-icons .youtube {
	background: red;
}
#footer .footer-columns .column .social-icons .facebook {
	background: #1877f2;
}
#footer .footer-columns .column .social-icons .my_business {
	background: #477cdf;
}
#footer .footer-columns .column .open-hours-item{
	display: flex;
}
#footer .footer-columns .column .open-hours-item dt{
	margin: 0 20px 0 0;
	font-size: 18px;
	font-weight: 400;
}
#footer .footer-columns .column .open-hours-item dd{
	font-weight: 400;
	font-size: 18px;
}
#footer .footer-columns .column h4{
	color: #fff;
	display: block;
	font-size: 30px;
	margin: 0 0 20px;
}
#footer .footer-columns .column .footer-list li{
	margin: 0 0 10px;
}
#footer .footer-columns .column .footer-list li a{
	color: #fff;
}
#footer .footer-columns .column .footer-list li a:hover{
	color: #ed1c24;
}

.bottom-footer{
	background: #000;
	padding: 40px 20px;
	text-align: center;
}
.bottom-footer span{
	color: #fff;
	font-size: 12px;
}
.bottom-footer ul{
	display: flex;
	line-height: 1;
	align-items: center;
	justify-content: center;
}
.bottom-footer ul li a{
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	border-right: 1px solid #fff;
}
.bottom-footer ul li:last-child a{
	border: 0;
}
.bottom-footer ul li a:hover{
	color: #ed1c24;
}

.menu-btn{
	display: none;
}
.burger-btn {
  overflow: visible;
  cursor: pointer;
  fill: #fff;
}
.burger-btn--1, .burger-btn--2, .burger-btn--3 {
  transition: 0.2s;
  transform-origin: center center;
}
.burger-btn.active .burger-btn--1 {
  transform: translate(-10px, 10px) rotate(43deg);
}
.burger-btn.active .burger-btn--2 {
  transform: translateX(20px);
  opacity: 0;
}
.burger-btn.active .burger-btn--3 {
  transform: translate(-9px, -11px) rotate(-51deg);
}


.bottom-form{
	background: #000;
	padding: 60px 40px;
	border-bottom: 1px solid #ccc;
}
.bottom-form h2{
	color: #fff;
	font-size: 40px;
	margin: 0 0 40px;
	text-align: center;
}
.bottom-form .contact-form{
	margin: 0 auto;
	max-width: 800px;
}
.bottom-form .contact-form input[type="text"],
.bottom-form .contact-form input[type="tel"],
.bottom-form .contact-form input[type="email"],
.bottom-form .contact-form textarea{
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 18px;
	margin: 0 0 30px;
	padding: 5px 10px;
	border-radius: 8px;
	border: 1px solid #fff;
}
.bottom-form .contact-form textarea{
	height: 100px;
	resize: none;
}
.bottom-form .contact-form input:focus,
.bottom-form .contact-form textarea:focus{
	box-shadow: 0px 0px 18px -4px #fff;
	-webkit-box-shadow: 0px 0px 18px -4px #fff;
}
.bottom-form .contact-form input::placeholder,
.bottom-form .contact-form textarea::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.bottom-form .contact-form input::-ms-input-placeholder,
.bottom-form .contact-form textarea::placeholder { /* Edge 12 -18 */
  color: #fff;
}
.bottom-form .contact-form button{
	border: 0;
	color: #fff;
	outline: none;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	max-width: 200px;
	font-weight: bold;
	padding: 12px 30px;
	border-radius: 10px;
	background: #ed1c24;
	text-transform: capitalize;
}
.bottom-form .contact-form button:hover,
.bottom-form .contact-form button:focus{
	box-shadow: 0px 0px 20px 2px #ed1c24;
	-webkit-box-shadow: 0px 0px 20px 2px #ed1c24;
}

/*About Page Styling*/
.spacer{
	padding: 3.4%;
}
.inner-banner{
	height: 500px;
	position: relative;
	background: url(../images/img-9.jpg) no-repeat;
	background-size: cover !important;
	background-position: 50% 50%;
}
.inner-banner.painting-services{
	background: url(../images/img-20.jpg) no-repeat;
	width: 100%;
    background-position: 0;
}
.inner-banner.ex-painting{
	background: url(../images/img-32.jpg) no-repeat;
	width: 100%;
    background-position: 0;
}
.inner-banner.roof_painting{
	background: url(../images/img-44.jpg) no-repeat;
	width: 100%;
    background-position: 0;
}
.inner-banner.res_painting{
	background: url(../images/img-56.jpg) no-repeat;
	width: 100%;
    background-position: 0;
}
.inner-banner.com_painting{
	background: url(../images/img-66.jpg) no-repeat;
	width: 100%;
    background-position: 0;
}
.inner-banner.p-camb{
	background: url(../images/img-78.jpg) no-repeat;
	width: 100%;
    background-position: 0;
}
.inner-banner.te-aw{
	background: url(../images/img-86.jpg) no-repeat;
	width: 100%;
    background-position: 0;
}
.inner-banner.gallery{
	background: url(../images/img-94.jpg) no-repeat;
	width: 100%;
    background-position: 0;
}
.inner-banner.contact{
	background: url(../images/img-95.jpg) no-repeat;
	width: 100%;
    background-position: 0;
}

.inner-banner:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background: rgba(0,0,0,.5);
}

.info-block{
	background: #000;
	padding: 60px 20px;
	text-align: center;
}
.info-block h1{
	color: #fff;
	max-width: 60%;
	font-size: 54px;
	line-height: 1.4;
	margin: 0 auto 40px;
	text-transform: uppercase;
}
.inner-banner.com_painting h1{
	max-width: 80%;
}
.info-block .btn-holder{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.info-block .btn-holder a{
	color: #fff;
	padding: 11px ;
	font-size: 20px;
	min-width: 180px;
	background: #ed1c24;
	border-radius: 5px;
	text-align: center;
	margin: 0 20px 0 0;
	display: block;
	text-transform: uppercase;
	font-family: "robotoregular" , sans-serif;
}
.info-block .btn-holder a:hover{
	background: #f1343c;
}

.info-block .two-columns{
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0 0;
	align-items: center;
	justify-content: space-between;
}
.info-block .two-columns .column{
	width: 49%;
	text-align: left;
 }
.info-block .two-columns .column h2{
	font-size: 40px;
	color: #fff;
}
.info-block .two-columns .column p{
	color: #fff;
	font-size: 18px;
}


.beauty-section.painting{
	padding: 0 65px;
	align-items: center;
}
.beauty-section.painting .two-columns .column{
	border-radius: 0;
}
.beauty-section.painting .two-columns{
	align-items: center;
}
.beauty-section.painting .two-columns em{
	font-weight: bold;
	display: block;
	margin: 0 0 20px;
}
.beauty-section.painting .two-columns img{
	height: 100vh;
	width: 100%;
}

.smarter-section{
	background: #000;
	padding: 60px 90px 60px 115px;
}
.smarter-section .smart-columns{
	display: flex;
	justify-content: space-between;
}
.smarter-section .smart-columns .img-column{
	width: 41%;
	z-index: 1;
	overflow: hidden;
	position: relative;
	margin: -180px 0 0;
	border-radius: 30px 0 30px 0;
}
.smarter-section .smart-columns .img-column img{
	width: 100%;
	height: 100%;
	display: block;
}
.smarter-section .smart-columns .txt-column{
	width: 57%;
}
.smarter-section .smart-columns .txt-column h2{
	color: #fff;
	font-size: 36px;
	margin: 0 0 30px;
}
.smarter-section .smart-columns .txt-column p{
	color: #fff;
	font-size: 18px;
	margin: 0 0 30px;
}

.beauty-section .apart-section{
	background: #000;
	padding: 50px 65px;
}
.apart-section .two-columns .column{
	border-radius: 0;
	padding: 50px 60px;
	position: relative;
}
.apart-section  .two-columns .column:first-child{
	background: url(../images/img-12.jpg) no-repeat;
	background-position: bottom center;
}
.apart-section  .two-columns .column:last-child{
	background: url(../images/img-13.jpg) no-repeat;
	background-position: bottom center;
}
.apart-section.painting-services .two-columns .column:first-child{
	background: url(../images/img-23.jpg) no-repeat;
	background-position: top center;
}
.apart-section.painting-services .two-columns .column:last-child{
	background: url(../images/img-24.jpg) no-repeat;
	background-position: top center;
}
.apart-section.ex-painting .two-columns .column:first-child{
	background: url(../images/img-35.jpg) no-repeat;
	background-position: top center;
}
.apart-section.ex-painting .two-columns .column:last-child{
	background: url(../images/img-36.jpg) no-repeat;
	background-position: top center;
}

.apart-section.roof_painting .two-columns .column:first-child{
	background: url(../images/img-47.jpg) no-repeat;
	background-position: center center;
}
.apart-section.roof_painting .two-columns .column:last-child{
	background: url(../images/img-48.jpg) no-repeat;
	background-position: center center;
}
.apart-section.res_painting .two-columns .column:first-child{
	background: url(../images/img-59.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.apart-section.res_painting .two-columns .column:last-child{
	background: url(../images/img-60.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.apart-section.com_painting .two-columns .column:first-child{
	background: url(../images/img-69.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.apart-section.com_painting .two-columns .column:last-child{
	background: url(../images/img-72.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.apart-section.p-camb .two-columns .column:first-child{
	background: url(../images/img-81.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.apart-section.p-camb .two-columns .column:last-child{
	background: url(../images/img-82.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.apart-section.te-aw .two-columns .column:first-child{
	background: url(../images/img-89.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.apart-section.te-aw .two-columns .column:last-child{
	background: url(../images/img-90.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.apart-section .two-columns .column:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .1);
}
.apart-section  .two-columns .column:last-child:after{
    background: rgba(0, 0, 0, .4);
}

.beauty-section.team-trust {
	padding: 50px 65px;
}
.beauty-section.team-trust .column img{
	border-radius: 30px;
	overflow: hidden;
}

.img-columns{
	padding: 20px 65px 25px;
}
.img-columns .left-column{
	width: 33%;
	overflow: hidden;
	border-radius: 20px;
}
.img-columns .left-column img{
	width: 100%;
	height: 100%;
	display: block;
	min-height: 360px;
	max-height: 360px;
	object-fit: cover;
}
.img-columns .column-holder{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.img-columns .column{
	width: 64%;
	overflow: hidden;
	border-radius: 20px;
}
.img-columns .column img{
	width: 100%;
	min-height: 360px;
	max-height: 360px;
	object-fit: cover;
}
.img-columns .column h2{
	color: #333;
	font-size: 36px;
	margin: 0 0 30px;
}
.img-columns .column p{
	color: #333;
	font-size:18px;
}
.img-columns.commit-section{
	padding: 20px 10px 50px;
}
.img-columns.commit-section .column-holder{
	align-items: center;
}

.img-columns.img-text-section{
	padding: 60px 10px;
}
.img-columns.img-text-section .column-holder{
	align-items: center;
}
.img-columns.img-text-section.reverse .column-holder{
	flex-direction: row-reverse;
}

.apart-section.painting-services{
	padding: 60px 60px;
}
.apart-section.res_painting ol{
	list-style-type: decimal;
/*	counter-reset: ordered;*/
	margin-left: 20px;
}
.apart-section.res_painting ol li{
	color: #fff;
	font-size: 18px;
	margin: 0 0 10px;
}
/*.apart-section.res_painting ol li::before {
  color: #fff;
  content: counter(ordered);
  counter-increment: ordered;
  display: inline-block;
  margin-left: -50px;
  margin-top: -7px;
  padding: 5px 12px;
  position: absolute;
}
*/
.beauty-section.stretch .two-columns{
	align-items: stretch !important;
}
.beauty-section.stretch .two-columns img{
	height: 100%;
}
.beauty-section.apart-section,
.beauty-section.apart-section.com_painting,
.beauty-section.apart-section.p-camb{
	padding: 60px 60px;
}
.img-columns.p-camb{
	padding: 60px 20px;
}

.list.te-aw{
	padding: 0 0 0 40px;
	list-style: inherit;
}
.list.te-aw li{
	padding: 0 !important;
}
.img-columns.p-camb .add-text{
	max-width: 90%;
	text-align: center;
	margin: 0 auto 30px;
}
.img-columns.p-camb .add-text a{
	color: #ed1c24;
}

.gallery-section{
	padding: 60px 20px;
}
.gallery-section img{
	overflow: hidden;
	border-radius: 20px;
}

.contact-section{
	padding: 60px 0;
}
.contact-section .contact-columns{
	display: flex;
	justify-content: space-between;
}
.contact-section .contact-columns .column{
	width: 48%;
	padding: 40px;
	background: #eaeaea;
	border-radius: 20px;
}

.contact-section .contact-columns .column-box{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
}
.contact-section .contact-columns .column-box span.icon{
	width: 40px;
	color: #fff;
	height: 40px;
	display: flex;
	background: #ed1c24;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
}
.contact-section .contact-columns svg{
	fill: #fff;
	width: 20px;
	height: inherit;
}
.contact-section .contact-columns .socialHubIcon{
	display: inline;
}
.contact-section .contact-columns .text-box{
	width: 85%;
	color: #000;
	padding: 0 10px 0 20px;
}
.contact-section .contact-columns .text-box span{
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 6px;
}
.contact-section .contact-columns .text-box a{
	color: #ed1c24;
	font-size: 18px;
	font-weight: 700;
}
.contact-section .contact-columns .text-box a:hover{
	color: #ed1c24;
}
.contact-section .contact-columns .social-icons{
	display: flex;
	margin: 10px 0 0;
	align-items: center;
}
.contact-section .contact-columns .social-icons a{
	width: 38px;
	height: 38px;
	display: flex;
	margin: 0 5px;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
}
.contact-section .contact-columns .social-icons .facebook svg{
	width: 10px;
}
.contact-section .contact-columns .social-icons .youtube {
	background: red;
}
.contact-section .contact-columns .social-icons .facebook {
	background: #1877f2;
}
.contact-section .contact-columns .social-icons .my_business {
	background: #477cdf;
}
.contact-section .contact-columns .open-hours-item{
	display: flex;
}
.contact-section .contact-columns .open-hours-item dt{
	margin: 0 20px 0 0;
	font-size: 18px;
	font-weight: 400;
}
.contact-section .contact-columns .open-hours-item dd{
	font-weight: 400;
	font-size: 18px;
}
.contact-section .contact-columns h4{
	color: #fff;
	display: block;
	font-size: 30px;
	margin: 0 0 20px;
}
.contact-section .contact-columns .footer-list li{
	margin: 0 0 10px;
}
.contact-section .contact-columns .footer-list li a{
	color: #fff;
}
.contact-section .contact-columns .footer-list li a:hover{
	color: #ed1c24;
}


/*Slider*/

.slider {
  max-width: 1000px;
  margin: 0 auto;
}
.slick-slide {
  margin: 0 10px;
}
.slick-list {
  margin: 0px -5px 0px -5px;
}

button.slick-next, button.slick-next:hover {
    position: absolute;
    top: 50%;
    right: -30px;
    width: 12px;
    height: 26px;
    margin: -13px 0 0;
    background-image: url(../images/right-arrow.png);
    background-size: 100% 100%;
}
button.slick-prev, button.slick-prev:hover {
  position: absolute;
    top: 50%;
    left: -30px;
    width: 12px;
    height: 26px;
    margin: -13px 0 0;
  background-image: url("../images/left-arrow.png");
  background-size: 100% 100%;
}
.slick-prev:before, .slick-next:before {
  font-size: 70px;
  color: #EA8496;
  line-height: inherit;
  font-weight: bold;
}
.slider img {
  height: 324px;
  object-fit: cover;
}

/* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot');
    src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.woff') format('woff'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.ttf') format('truetype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
    font-weight: bold;
    font-size: 20px;
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}




@media (max-width: 1399px){
	#header .nav .main-nav li{
		margin: 0 20px;
	}
	#header{
		padding: 0 40px 15px;
	}
	.info-block h1{
		font-size: 40px;
	}
}
@media (max-width: 1199px){
	.menu-btn{
		display: block;
		margin: 0 0 0 20px;
	}
	#header .nav{
		top: 90px;
		left: -300px;
		width: 275px;
		overflow: auto;
		padding: 20px;
		background: #000;
		position: absolute;
		align-items: start;
		justify-content: start;
		height: calc(100vh - 150px);
		transition: all .4s ease-in-out;
		-webki-transition: all .4s ease-in-out;
	}
	body.menu-active #header .nav{
		left: 0;
	}
	#header .nav .main-nav{
		flex-direction: column;
		justify-content: start;
	}
	#header .nav .main-nav li{
		margin: 0;
		width: 100%;
	}
	#header .nav .main-nav li a{
		padding: 14px 20px;
	}
	#header .logo{
		width: 150px;
	}
	#header .nav .main-nav li .drop-down{
		left: 0;
		height: 0;
		width: 100%;
		position: static;
	}
	#header .nav .main-nav li:hover .drop-down{
		height: 100%;
	}
	#header .nav .main-nav li a:after{
		bottom: 0;
	}
	#header .nav .main-nav li .drop-down a{
		padding: 10px 20px;
		font-size: 16px;
	}
	.home-banner .info-section h1{
		font-size: 36px;
	}
	.category-columns .column img{
		height: 170px;
	}
	.category-columns .column span{
		font-size: 16px;
	}
	.local-section .text-holder h2{
		font-size: 32px;
	}
	.beauty-section .two-columns .column:first-child{
		padding: 30px;
	}
	.sercice-section h2, .roof-painting h2, .beauty-section .two-columns .column h2{
		font-size: 32px;
	}
	.beauty-section.about{
		padding: 60px 40px;
	}
}

@media (max-width: 991px){
	.home-banner{
		padding: 170px 30px 10px 30px;
	}
	.home-banner .info-section h1{
		font-size: 32px;
	}
	.home-banner .info-section .btn-holder a{
		min-width: 160px;
	}
	.category-columns{
		flex-wrap: wrap;
	}
	.category-columns .column{
		width: 48%;
		margin: 0 0 20px;
	}
	.category-columns .column img{
		height: auto;
	}
	.category-columns .column span{
		font-size: 20px;
	}
	.local-section{
		flex-direction: column;
	}
	.local-section .img-holder{
		width: 100%;
		margin: 0 0 30px;
	}
	.local-section .text-holder{
		width: 100%;
	}
	.beauty-section{
		padding: 50px 20px;
	}
	.beauty-section .process-block,
	.beauty-section .two-columns{
		flex-direction: column-reverse;
	}
	.beauty-section .process-block .left-column,
	.beauty-section .two-columns .column{
		width: 100%;
	}
	.beauty-section .process-block .img-column{
		width: 100%;
		margin: 0 0 30px;
	}
	.roof-painting{
		padding: 50px;
	}
	.beauty-section .two-columns .column:first-child{
		margin: 40px 0 0;
	}
	.faq-section .faq-columns{
		flex-wrap: wrap;
	}
	.faq-section .faq-columns .column{
		width: 100%;
	}
	.faq-section button.accordion{
		font-size: 20px;
	}
	.info-block h1{
		max-width: 100%;
	}
	.beauty-section.painting{
		padding: 40px;
	}
	.beauty-section.painting .two-columns,
	.smarter-section .smart-columns{
		flex-direction: column-reverse;
	}
	.beauty-section.painting .two-columns img{
		height: auto;
	}
	.beauty-section .two-columns .column .inner-column{
		margin: 30px 0 0;
	}
	.smarter-section .smart-columns .img-column{
		margin: 0;
	}
	.smarter-section .smart-columns .img-column,
	.smarter-section .smart-columns .txt-column{
		width: 100%;
	}
	.smarter-section .smart-columns .txt-column{
		margin: 30px 0 0;
	}
	.smarter-section{
		padding: 50px 40px;
	}
	.img-columns .left-column img{
		min-height: 260px;
	}
	.contact-section .contact-columns .column{
		padding: 30px 20px;
	}
	.contact-section .contact-columns .text-box a,
	.contact-section .contact-columns .text-box p{
		font-size: 16px;
	}
	.contact-section .contact-columns .open-hours-item dt,
	.contact-section .contact-columns .open-hours-item dd{
		font-size: 15px;
	}
	.beauty-section.apart-section, .beauty-section.apart-section.com_painting, .beauty-section.apart-section.p-camb{
		padding: 50px 40px;
	}
}

@media (max-width: 767px){
	#header{
		padding: 20px 20px 15px;
	}
	.home-banner .img-box{
		display: none;
	}
	.home-banner .info-section{
		width: 100%;
	}
	.local-section{
		padding: 40px 20px;
	}
	.sercice-section{
		padding: 60px 10px 42%;
	}
	.beauty-section .process-block .left-column h2{
		font-size: 32px;
	}
	.roof-painting{
		padding: 30px;
	}
	.beauty-section.trust{
		padding: 30px 30px 50px;
	}
	.faq-section{
		padding: 40px 30px;
	}
	#footer{
		padding: 40px 10px;
	}
	#footer .footer-columns .column:first-child{
		width: 60%;
	}
	#footer .footer-columns .column{
		width: 40%;
	}
	#footer .footer-columns .column .footer-list li a{
		font-size: 16px;
	}
	#footer .footer-columns .column .text-box{
		width: 83%;
	}
	#footer .footer-columns .column .text-box a{
		font-size: 16px;
	}
	#footer .footer-columns .column .text-box p{
		font-size: 16px;
	}
	#footer .footer-columns .column .open-hours-item dt{
		font-size: 16px;
		margin: 0 12px 0 0;
	}
	#footer .footer-columns .column .open-hours-item dd{
		font-size: 15px;
	}
	.info-block h1{
		font-size: 28px;
	}
	.img-columns{
		padding: 20px;
	}
	.img-columns .column-holder{
		flex-direction: column;
	}
	.img-columns .left-column,
	.img-columns .column{
		width: 100%;
		margin: 0 0 20px;
	}
	.img-columns.img-text-section,
	.img-columns.commit-section{
		padding: 20px 20px 10px;
	}
	.img-columns.img-text-section.reverse .column-holder{
		flex-direction: column;
	}
	.slick-slide {
		margin: 0;
	}
	.cta-section{
		padding: 10px 20px 40px;
	}
	.contact-section .contact-columns .column{
		width: 100%;
		margin: 10px 0;
	}
	.contact-section .contact-columns{
		flex-direction: column;
	}
	.beauty-section.about{
		padding: 50px 20px;
	}
	.category-columns{
		padding: 40px 10px;
	}
	.info-block .two-columns .column{
		width: 100%;
	}
	.info-block .two-columns .column h2{
		font-size: 28px;
		margin: 0 0 20px;
	}
	.apart-section.painting-services{
		padding: 40px 20px;	
	}
	.beauty-section.apart-section{
		padding: 40px 20px;
	}
	.apart-section .two-columns .column{
		padding: 30px 20px;
	}
	.faq-section h2{
		font-size:26px;
	}
}



@media (max-width: 575px){
	.top-bar{
		height: auto;
		padding: 10px;
		flex-direction: column;
	}
	.top-bar p{
		font-size: 14px;
	}
	#header{
		top: 60px;
	}
	#header .call-btn{
		padding: 8px 10px;
		font-size: 16px;
	}
	#header .call-btn svg{
		margin: 0 2px 0 0;
	}
	.burger-btn{
		width: 40px;
	}
	#header .logo{
		width: 120px;
	}
	#header{
		padding: 20xp 15px 15px;
	}
	.menu-btn{
		margin: 0 -10px 0 0;
	}
	.home-banner .info-section{
		padding: 30px 15px;
	}
	.home-banner{
		padding: 170px 10px 10px;
	}
	.home-banner .info-section .btn-holder a{
		min-width: 140px;
		font-size: 18px;
	}
	.category-columns{
		padding: 40px 15px;
	}
	.category-columns .column{
		width: 100%;
	}
	.category-columns .column img{
		height: 300px;
	}
	.local-section .img-holder{
		height: auto;
	}
	.beauty-section{
		padding: 40px 0;
	}
	.beauty-section .process-block .left-column h2{
		font-size: 28px;
	}
	.beauty-section .process-block .left-column h3{
		font-size: 22px;
	}
	.sercice-section h2, .roof-painting h2, .beauty-section .two-columns .column h2{
		font-size: 28px;
	}
	.sercice-section h3, .roof-painting h3, .beauty-section .two-columns .column h3{
		font-size: 22px;
	}
	.faq-section{
		padding: 40px 20px 0;
	}
	.cta-section p{
		width: 100%;
		font-size: 18px;
	}
	#footer .footer-columns{
		justify-content: space-between;
		flex-direction: column-reverse;
	}
	#footer .footer-columns .column{
		width: 100%;
	}
	#footer .footer-columns .column .footer-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#footer .footer-columns .column .footer-list li{
		width: 49%;

	}
	#footer .footer-columns .column:first-child{
		width: 100%;
		margin: 40px 0 0;
	}
	.bottom-footer{
		padding: 10px 20px 40px;
	}
	.local-section .text-holder h2{
		font-size: 26px;
	}
	.local-section .text-holder p{
		font-size: 18px;
		line-height: 1.5;
	}
	.sercice-section{
		padding: 50px 10px 12%;
	}
	.inner-banner{
		height: 250px;
	}
	.info-block .btn-holder a{
		min-width: 140px;
		font-size: 18px;
	}
	.beauty-section.painting,
	.smarter-section,
	.apart-section .two-columns .column{
		padding: 20px;
	}
	.beauty-section .two-columns .column .inner-column{
		margin: 0;
	}
	.img-columns{
		padding: 20px 5px;
	}
	.img-columns.img-text-section, .img-columns.commit-section{
		padding: 20px 5px 10px;
	}
	.bottom-form{
		padding: 40px 20px;
	}
	.spacer{
		padding: 15% 0;
	}
}