body{
	margin:0;
	padding:0;
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
    height: auto;
}

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

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

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

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

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

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Black.eot');
  src: url('../fonts/PlayfairDisplay-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/PlayfairDisplay-Black.woff2') format('woff2'),
      url('../fonts/PlayfairDisplay-Black.woff') format('woff'),
      url('../fonts/PlayfairDisplay-Black.ttf') format('truetype'),
      url('../fonts/PlayfairDisplay-Black.svg#PlayfairDisplay-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


ul {
	margin:0;
	padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 12px;
}

p {
  margin: 0 0 10px;
}
input[type="submit"] {
  cursor: pointer;
}
:root {
  --font1: "Gilroy";
  --font2: "Playfair Display";
  --black: #000;
  --white: #fff;
  --color1: rgb(31, 81, 155);
  --color2: #1b1a1a;
  --color3: rgb(238, 27, 42);
  --color4: rgb(26, 26, 26);
  --color5: rgb(6, 4, 3);
  --color6: rgb(239, 239, 239);
  --color7: rgb(255, 204, 51);
  --color8: rgb(249, 31, 51);
  --color9: rgb(31, 81, 154);
  --color10: #1f519a;
  --color11: rgb(34, 34, 34);
  --color12: rgb(36, 36, 36);
  --color13: rgb(44, 44, 44);
  --color14: rgb(35, 35, 36);
  --color15: rgb(86, 84, 84);
  --color16: rgb(34, 33, 33);
  --color17: rgb(48, 48, 49);
  --color18: rgb(18, 18, 18);
}

.header{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header{
	top: 0;
	box-shadow: 0 0 4px #b0b0b0;
	animation: smoothScroll 1s;
	z-index: 999;
}
.fixed-header .logo img{
	width: 110px;
}
.fixed-header .menu ul li a{
	padding: 40px 8px;
}
.menu-part{

}
.logo img{
	width: 134px;
	transition: all 0.5s ease 0s;
}
.header-right{
	text-align: right;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	list-style: none;
	display: inline-block;
}
.menu ul li a{
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #1b1a1a;
	padding: 50px 8px;
	position: relative;
	text-transform:none;	
	transition: ease 0.5s all 0s;
}
.menu ul li a:before{
	width: 1px;
	height: 30px;
	background: #1f519a;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	opacity: 0;
	transition: ease 0.5s all 0s;
}
.menu ul li li a:before{
	display:none;
}
.menu ul li a.active, .menu ul li a:hover, .menu ul li a:hover:before, .menu ul li a.active:before{
	color: #1f519b;
	opacity: 1;
}
.last-call{
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	color: #1a1a1a;
	text-align: left;
	line-height: 1.3;
	padding-left: 60px;
	position: relative;
	margin-left: 30px;
}
.last-call strong{
	display: block;
}
.last-call strong a{
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
.last-call img{
	background: #ee1b2a;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	left: 0;
	width: 52px;
}
.last-header-free-quote-btn {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 17px;
	color: var(--white);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.3;
	background-color: var(--color1);
	border-radius: 0 50px 50px 0;
	padding: 12px 18px;
	border: 1px solid var(--color1);
	transition: 0.5s;
}
.last-header-free-quote-btn:hover {
	color: var(--color1);
	border: 1px solid var(--color1);
	box-shadow: inset 0 0 0 30px var(--white);
}
.banner{
	position: relative;
	margin-top: 127px;
	overflow:hidden;
}
.ms-slide:before{
	width: 633px;
	height: 605px;
	background:url(../images/shape1.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 9;
}
.second-txt-homebnr {
	font-size: 48px;
	font-weight: 900;
	font-family: var(--font2);
	color: var(--color14);
	line-height: 1.083;
	margin-bottom: 10px;
}
.first-txt-homebnr {
	font-size: 25px;
	color: var(--color9);
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 8px;
	display: table;
	position: relative;
	z-index: 1;
}
.first-txt-homebnr::before {
	position: absolute;
	right: -90px;
	width: 69px;
	height: 1px;
	background: var(--color9);
	content: "";
	top: 56%;
	transform: translateY(-50%);
}
.bnr-slide-home-main {
	position: relative;
}
.slide-items-all-bnr {
	position: relative;
}
.ms-slide-info {
	position: absolute !important;
	top: 50%;
	left: 9%;
	transform: translateY(-50%);
	width: auto !important;
	max-width: 400px;
	margin-top: 0 !important;
	min-height: auto !important;
	z-index: 9;
}
.ms-skin-light-6 .ms-bullets.ms-dir-h {
	bottom: 20px !important;
	right: auto !important;
	left: 8% !important;
}
.ms-skin-light-6 .ms-bullet{
	border:none !important;
	background: #1f519b !important;
	width: 12px !important;
	height: 12px !important;
}
.ms-skin-light-6 .ms-bullet-selected{
	background-color: #f91f33 !important;
}
.ms-skin-light-6 .ms-bullets.ms-dir-h .ms-bullets-count{
	display: inline-flex;
}
.bnr-btn-sec-home {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 15px;
}
.cmn-btn-one {
	font-size: 18px;
	color: var(--color5);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	background-color: var(--color7);
	border: 1px solid var(--color7);
	border-radius: 50px;
	padding: 10px 15px;
	display: inline-block;
	transition: 0.5s;
}
.cmn-btn-one:hover {
	color: var(--color7);
	box-shadow: inset 0 80px var(--color5);
}
.cmn-btn-two {
	font-size: 18px;
	color: var(--color6);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	background-color: var(--color8);
	border: 1px solid var(--color8);
	border-radius: 50px;
	padding: 10px 18px;
	transition: 0.5s;
}
.cmn-btn-two:hover {
	color: var(--color8);
	box-shadow: inset 0 80px var(--color6);
}
.cmn-heading-first {
	text-align: center;
	margin-bottom: 30px;
}
.our-service-page-main-sec {
	padding: 50px 0 35px;
}
.services-row-sec [class*="col-"] {
	margin-bottom: 20px;
}
.cmn-section-all-homepage {
	position: relative;
	z-index: 4;
}
.our-services-first-heading {
	font-size: 17px;
	color: var(--color9);
	text-transform: uppercase;
	line-height: 1.4;
	margin-bottom: 10px;
	font-weight: 500;
}
.our-services-second-heading {
	font-size: 29px;
	font-family: var(--font2);
	color: var(--color11);
	line-height: 1.276;
	padding-bottom: 10px;
	font-weight: bold;
}
.textcolor-change-service {
	color: var(--color10);
}
.services-row-sec .row [class*="col-"]:nth-child(even) .icon-painter-service {
	background-color: var(--color8);
	box-shadow: 0 0 0 8px rgba(249, 31, 51, 0.09);
}
.services-row-sec .row [class*="col-"]:not(:last-child) {
	border-right: 1px solid rgb(47, 47, 47, 0.149);
}
.services-row-sec .row [class*="col-"]:nth-child(even) .icon-painter-service {
	animation: pulse-animation2 1s infinite;
}
.icon-painter-service {
	border-radius: 50%;
	background-color: var(--color9);
	width: 87px;
	height: 87px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 12px;
	position: relative;
	box-shadow: 0 0 0 8px rgb(31 81 154 / 12%);
	animation: pulse-animation1 1s infinite;
}

@keyframes pulse-animation1 {
	0% {
		box-shadow: 0 0 0 0px rgb(31, 81, 154, 0.141);
	}

	100% {
		box-shadow: 0 0 0 20px rgb(31, 81, 154, 0);
	}
}

@keyframes pulse-animation2 {
	0% {
		box-shadow: 0 0 0 0px rgb(249, 31, 51, 0.141);
	}

	100% {
		box-shadow: 0 0 0 20px rgb(249, 31, 51, 0);
	}
}
.icon-painter-service span {
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	font-size: 16px;
	color: var(--color12);
	font-weight: bold;
	line-height: 1.2;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.all-txt-serve-printer {
	text-align: center;
}
.our-services-third-heading {
	font-size: 23px;
	color: var(--color12);
	line-height: 1.13;
	margin-bottom: 10px;
	font-weight: bold;
}
.our-services-four-heading {
	font-size: 16px;
	color: #242424;
	margin-bottom: 10px;
}
.about-us-main-sec {
	background: url(../images/images3.png) #1f519a no-repeat;
	padding: 65px 0;
	background-size:cover;	
}
.bnr-sec-abt-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 6%;
}
.bnr-sec-abt-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.abt-us-heading-one {
	font-size: 19px;
	color: var(--white);
	line-height: 1.211;
	font-weight: 500;
	margin-bottom: 10px;
	display: table;
	position: relative;
}
.abt-us-heading-one::before {
	position: absolute;
	right: -70px;
	width: 54px;
	height: 1px;
	background: var(--white);
	content: "";
	top: 56%;
	transform: translateY(-50%);
}
.abt-us-heading-two {
	font-size: 35px;
	font-family: var(--font2);
	color: var(--white);
	line-height: 1.286;
	margin-bottom: 10px;
	font-weight: bold;
}
.abt-us-heading-three {
	font-size: 18px;
	color: var(--white);
	line-height: 1.5;
	margin-bottom: 10px;
}
.bg-changes-blacksml-work .all-sml-workmanship-year {
	background-color: var(--color14);
}
.all-sml-workmanship-year {
	display: flex;
	align-items: center;
	padding: 10px 10px;
	border-radius: 7px;
	background-color: rgb(243, 243, 243);
	box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.07);
	min-height: 91px;
}
.abt-left-all-heading {
	margin-bottom: 32px;
}
.bg-changes-blacksml-work .icon-sec-abt-sml-workman {
	border-right: 1px solid rgb(255, 255, 255, 0.11);
	min-width: 50px;
}
.bg-changes-blacksml-work .abt-us-heading-four {
	color: var(--white);
}
.abt-left-small-cards .row [class*="col-"] {
	margin-bottom: 15px;
}
.icon-sec-abt-sml-workman {
	border-right: 1px solid rgb(31, 81, 154, 0.18);
	padding-right: 10px;
	min-width: 50px;
}
.abt-us-heading-four {
	font-size: 18px;
	color: var(--color9);
	font-weight: 600;
	line-height: 1.2;
	padding-left: 16px;
}
.left-sec-abt-us {
	margin-right: 50px;
}
.right-sec-abt-us {
	position: relative;
	padding-left: 60px;
	padding-top: 60px;
}
.first-upload-img-right-abt {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 272px;
	min-height: 367px;
	z-index: 22;
	border-width: 9px;
	border-color: var(--white);
	border-style: solid;
	border-radius: 30px;
	overflow: hidden;
	background-color: var(--white);
}
.first-upload-img-right-abt img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.second-upload-img-right-abt {
	position: relative;
	min-height: 520px;
	border-radius: 12px;
	overflow: hidden;
}
.second-upload-img-right-abt img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.last-btn-find-out {
	margin-top: 25px;
	display: block;
}
.last-btn-find-out .cmn-btn-one{
	display: inline-block;
	text-transform: none;
	padding: 10px 28px;
}
.residential-painter-main-sec {
	padding: 50px 0;
}
.residential-title{
	font-size:18px;
	color:#222121;
}
.all-upload-residential-img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.all-upload-residential-img img{
	width:100%;
}
.left-sec-residential-painter-sec {
	border-right: 1px solid rgb(35, 35, 36, 0.161);
	padding-right: 25px;
	margin-right: 25px;
}
.request-quote-main-sec {
	background: url(../images/images8.png) #2b5b9f no-repeat;
	background-size: cover;
	padding: 40px 0;
}
.frm_fld input {
	width: 100%;
	padding: 14px 15px !important;
	border: none !important;
	margin-top: 15px;
	border-radius: 5px;
	background: #fff;
	color: #000;
}
.frm_fld select {
	background: url(../images/dropdown.png) no-repeat #fff center right 10px;
	width: 100%;
	border: none !important;
	margin-top: 15px;
	border-radius: 5px;
	color: #000;
	padding: 10px 30px 10px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.frm_fld textarea {
	width: 100%;
	height: 130px;
	background: #fff !important;
	color: #000;
	margin-top: 15px;
	border-radius: 5px;
	border: none !important;
	resize: none;
	padding: 10px 15px !important;
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 50px !important;
	color: #000 !important;
	padding: 12px 42px !important;
	background: #ffcc33 !important;
	font-size: 18px !important;
	font-weight: bold !important;
	margin: 26px auto 0;
	text-transform: none !important;
}
.frm_fld p, .send_btn p{
	margin-bottom:0;
}
.quote-request-heading-one {
	font-size: 35px;
	font-family: var(--font2);
	color: var(--white);
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}
.company-painting-heading-one {
	font-size: 35px;
	font-family: var(--font2);
	color: var(--color17);
	line-height: 1.2;
	text-align: center;
	margin-bottom: 12px;
}
.company-painting-industry-main-sec {
	padding: 60px 0 80px;
	border-bottom: 3px solid var(--color8);
	background:url(../images/images13.png) #fff no-repeat;
	background-size: cover;
}
.gallery-part{
	margin-top:36px;
}
.vp-filter__style-default .vp-filter__item a{
	background:transparent !important;
	color: #000 !important;
	position: relative;
}
.vp-filter__style-default .vp-filter__item a:before{
	position: absolute;
	top: 8px;
	right: -8px;
	content: "/";
	font-size: 18px;
}
.vp-filter__style-default .vp-filter__item:last-child a:before{
	display:none;
}
.company-support-main-sec {
	padding: 40px 0;
}
.brands{
	margin: 0;
	padding: 0;
	text-align: center;
}
.brands li{
	list-style: none;
	display: inline-block;
	padding: 0 20px;
	position: relative;
}
.brands li img {
	width: 124px;
	height: 70px;
	object-fit: contain;
}
.brands li:after{
	width: 1px;
	height: 100%;
	background: #e1e1e1;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
}
.brands li:last-child:after{
	display: none;
}
.location-sec{
	padding: 30px 0 50px;
	overflow: hidden;
}
.loc{
	margin:28px 0 0;
	padding:0;
	text-align:center;
}
.loc li{
	background:url(/wp-content/uploads/2023/03/loc-img.png) no-repeat;
	display: inline-block;
	list-style: none;
	font-size: 19px;
	font-weight: 500;
	padding-left: 23px;
	background-size: 19px;
	background-position: 0 4px;
	margin: 0 10px;
}
.loc li a{
	color:#000;
}
.footer-main-sec {
	background-color: var(--color18);
	padding: 30px 0 0;
}
.footer-sec [class*="col-"]:not(:last-child) {
	border-right: 1px solid rgb(255, 255, 255, 0.239);
}
.footer-main-sec li {
	list-style: none;
}
.cmn-footer-heading-one {
	font-size: 22px;
	color: var(--color7);
	line-height: 1.455;
	margin-bottom: 15px;
	font-weight: bold;
}
.cmn-footer-heading-two {
	font-size: 16px;
	color: var(--white);
	line-height: 1.3;
	margin-bottom: 10px;
}
.allpage-links-footer-sec li a {
	font-size: 17px;
	color: var(--white);
	line-height: 1.3;
	transition: 0.5s;
}
.allpage-links-footer-sec ul{
	margin:0;
	padding:0;
}
.allpage-links-footer-sec li {
	margin-bottom: 3px;
}
.allpage-links-footer-sec li a:hover {
	color: var(--color7);
	text-decoration: underline;
}
.footer-contact-sec .call-footer-contact a {
	font-size: 19px;
	color: var(--white);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
}
.footer-contact-sec .mail-footer-contact a {
	font-size: 16px;
	color: var(--white);
	font-weight: 600;
	line-height: 1.188;
}
.footer-contact-sec a {
	transition: 0.5s;
	display: flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	margin-bottom: 10px;
}
.footer-contact-sec a:hover {
	color: var(--color7);
}
.footer-contact-sec a:hover img {
	filter: invert(70%) sepia(89%) saturate(6371%) hue-rotate(35deg)
		brightness(427%) contrast(159%);
	transition: 0.5s;
}
.last-copyright-sec-footer {
	text-align: center;
	border-top: 1px solid rgb(255, 255, 255, 0.18);
	margin-top: 20px;
	padding: 12px 0;
}
.last-copyright-sec-footer .copyright {
	font-size: 14px;
	color: var(--white);
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 0;
}
.last-copyright-sec-footer .copyright a{
	color:#fff;
}
.all-icon-footer img {
	width: 41px;
	height: 41px;
	object-fit: contain;
}
.all-footer-column-cards-sec {
	padding-left: 15px;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 51px;
	right: 2%;
	color: #fff;
	background: #211f1f;
	text-align: center;
	opacity: 0;
}
#back2Top.show {
	opacity: 1;
}
.page{
	margin-top:0 !important;
}
.site-content, .site-main .widecolumn {
   margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover !important;
	max-width: 100% !important;
	padding: 155px 0 !important;
	margin: 127px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	text-align: center;
	color: #000;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0;
}
.abt-title {
	font-size: 26px;
	font-weight: bold;
	color: #1f519b;
	margin-bottom: 12px;
	line-height: 1.2;
}
.abt-title.new {
	font-size: 20px;
	margin-top: 14px;
	color: #000;
}
.ab-inner-text {
    font-size: 17px;
	font-weight: 500;
	color: #2c2c2c;
	text-align: justify;
}
.ab-inner ul {
    padding: 0px;
    margin: 20px 0 0;
}
.ab-inner ul li {
    background:url(../images/check3.png) no-repeat;
    background-size: 16px;
    background-position: top 4px left;
	list-style: none;
	padding-left: 26px;
	padding-bottom: 8px;
	color: #2c2c2c;
	font-size: 17px;
	font-weight: 500;
}
.blue-sec {
	background: #1f519b;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin: 40px 0 0;
	padding: 30px 10px;
}
.ab-iner-img img{
	width:100%;
}
.contact-left {
    height: 100%;
    padding: 35px 25px 10px;
}
.info-text {
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}
.contact_top_number {	
    font-size: 18px;
    position: relative;
    padding-left: 35px;
    margin-top: 12px;
    font-weight: 500;
    color: #000;
}
.contact_top_number img {
    position: absolute;
    top: 1px;
    left: 0;
}
.contact_top_number a {
    color: #000;
}
.contact-right {
    background: #1f519b;
    padding: 35px 25px 0;
}
.info-text.second {
    color: #fff;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #1f519b;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
	transform:translatex(-50%);
    padding: 9px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.footer_btn3 {
    width: 50%;
    float: left;
    background: #373636;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
.back-btn a {
    background: #1f519b;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 0;
	padding: 10px 15px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
    align-items: center;
    padding: 30px 0;
    text-align: center;
}



/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.last-call{
		display:none;
	}
	.header{
		padding:5px 0;
	}
	.last-header-free-quote-btn{
		display:none;
	}	
	.logo img, .fixed-header .logo img{
		width:64px;
	}
	.menu{
		display:none;
	}
	.banner{
		margin-top: 71px;
	}
	.ms-slide-info{
		max-width: 90%;
		left: 4%;
	}
	.ms-slide::before{
		display:none;
	}
	.ms-slide::after{
		width:100%;
		height:100%;
		background:rgba(255,255,255,0.4);
		position:absolute;
		top:0;
		left:0;
		content:"";
		z-index:1;
	}
	.first-txt-homebnr{
		font-size: 20px;
		margin-bottom: 4px;
	}
	.second-txt-homebnr{
		font-size: 21px;
	}
	.second-txt-homebnr br, .our-services-second-heading br{
		display:none;
	}
	.bnr-btn-sec-home{
		display:none;
	}
	.our-service-page-main-sec {
		padding: 30px 0;
	}
	.services-row-sec .row [class*="col-"]:not(:last-child) {
		border-right: none;
	}
	.cmn-heading-first{
		margin-bottom: 22px;
	}
	.our-services-second-heading{
		font-size: 22px;
	}
	.our-services-third-heading{
		font-size: 19px;
	}
	.icon-painter-service{
		width: 76px;
		height: 76px;
	}
	.icon-painter-service img{
		max-width: 38px;
	}
	.about-us-main-sec{
		padding: 30px 0;
	}
	.left-sec-abt-us {
		margin-right: 0;
	}
	.abt-us-heading-two{
		font-size: 25px;
		line-height: 1.3;
	}
	.abt-us-heading-three, .residential-title{
		font-size: 16px;
	}
	.right-sec-abt-us {
		padding-left: 0;
		padding-top: 0;
		margin-top: 14px;
	}
	.first-upload-img-right-abt, .second-upload-img-right-abt {		
		min-width: auto;
		min-height: auto;
		position: relative;
	}
	.first-upload-img-right-abt img, .second-upload-img-right-abt img {
		position: relative;
		width: 100%;
		height: auto;
	}
	.first-upload-img-right-abt{
		border-radius: 12px;
	}
	.second-upload-img-right-abt{
		margin-top:20px;
	}
	.second-upload-img-right-abt img{
		border:9px solid #fff;
	}
	.residential-painter-main-sec {
		padding: 30px 0;
	}
	.left-sec-residential-painter-sec {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
	}
	.all-upload-residential-img{
		margin-top:20px;
	}
	.request-quote-main-sec{
		padding: 30px 0 0;
	}
	.quote-request-heading-one{
		font-size: 25px;
		margin-bottom: 8px;
	}
	.company-painting-industry-main-sec{
		padding: 30px 0;
	}
	.company-painting-heading-one{
		font-size: 25px;
		line-height: 1.3;
	}
	.vp-filter__style-default .vp-filter__item a{
		padding: 12px 10px !important;
	}
	.company-support-main-sec {
		padding: 30px 0;
	}
	.brands li{
		width:48%;
	}
	.brands li::after{
		display:none;
	}
	.footer-main-sec{
		padding: 15px 0 45px;
	}
	.all-footer-column-cards-sec {
		padding-left: 0;
	}
	.footer-sec [class*="col-"]:not(:last-child){
		border-right: none;
	}
	.cmn-footer-heading-one {
		font-size: 18px;
		margin-bottom: 10px;
		margin-top:10px;	
	}
	.allpage-links-footer-sec li a{
		font-size: 16px;
	}
	.footer-contact-sec .call-footer-contact a{
		font-size: 18px;
	}
	.footer-contact-sec .mail-footer-contact a{
		font-size: 15px;
	}
	.page .entry-header, .blog_page_header{
		padding: 75px 0 !important;
		margin: 71px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 26px;
	}
	.abt-title{
		font-size: 21px;
	}
	.ab-inner ul li{
		font-size: 16px;
	}
	.ab-inner-text {
		font-size: 16px;
		text-align: left;
	}
	.ab-iner-img{
		margin:10px 0;
	}
	.abt-title.new{
		font-size: 18px;
	}
	.blue-sec{
		font-size: 16px;		
		margin: 20px 0 0;
		padding: 20px 5px;
	}
	.contact-left{
		padding: 20px 15px 20px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 15px;
	}
	.contact-right{
		padding: 20px 15px 0;
	}
	.loc {
       text-align: left;
    }
	.loc li {
	  width: 44%;
	  float: left;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.ms-slide-info {
		max-width: 90% !important;
		left: 3% !important;
	}
	.second-txt-homebnr {
		font-size: 21px !important;
	}
	.cmn-btn-one, .cmn-btn-two{
		font-size: 15px;
	}
	.tti{
		width:50%;
	}
	.abt-us-heading-four {
		font-size: 18px !important;
		padding-left: 16px !important;
	}
	.all-sml-workmanship-year {
		padding: 10px 10px !important;
	}
	.all-upload-residential-img {
		margin-top: 20px !important;
	}
	.brands li {
		width: 24% !important;
	}
	.footer-main-sec {
		padding: 15px 0 45px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.last-header-free-quote-btn{
		display: inline-block;
		position: fixed;
		top: 16px;
		right: 100px;
		border-radius: 50px;
		font-size: 15px;
		padding: 10px 19px;
	}
	.ms-slide-info {
		max-width: 372px;
		left: 5%;
	}
	.second-txt-homebnr {
		font-size: 34px;
	}
	.bnr-btn-sec-home {
		display: flex;
	}
	.ms-skin-light-6 .ms-bullets.ms-dir-h{
		left: 3% !important;
	}
	.all-sml-workmanship-year{
		padding: 10px 7px;
		min-height: 70px;
	}
	.abt-us-heading-four{
		font-size: 12px;
		padding-left: 10px;
	}
	.bg-changes-blacksml-work .icon-sec-abt-sml-workman, .icon-sec-abt-sml-workman{
		min-width: 36px;
	}
	.all-upload-residential-img {
		margin-top: 0;
	}
	.brands li {
		width: auto;
	}
	.footer-main-sec {
		padding: 15px 0 0;
	}
	.contact_top_number {
		font-size: 17px;
	}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.last-call{
		margin-left: 0;
		padding-left: 46px;
	}
	.last-call img{
		width: 40px;
	}
	.last-call strong a{
		font-size: 17px;
	}
	.last-header-free-quote-btn{
		margin-left: 7px;
		font-size: 14px;
		padding: 12px 13px 10px;
	}
	.logo img, .fixed-header .logo img{
		width: 110px;
	}
	.menu ul li a, .fixed-header .menu ul li a{
		font-size: 17px;
		padding: 39px 8px;
	}
	.banner{
		margin-top: 104px;
	}
	.ms-slide-info{
		left: 6%;
	}
	.ms-skin-light-6 .ms-bullets.ms-dir-h{
		left: 4% !important;
	}
	.ms-slide::before{
		top: -85px;
	}
	.second-txt-homebnr{
		font-size: 44px;
	}
	.our-services-third-heading{
		font-size: 20px;
	}
	.our-services-four-heading{
		font-size: 15px;
	}
	.abt-us-heading-two{
		font-size: 30px;
	}
	.left-sec-abt-us {
		margin-right: 0;
	}
	.abt-us-heading-four{
		font-size: 16px;
	}
	.left-sec-residential-painter-sec {
		padding-right: 18px;
		margin-right: 0;
	}
	.our-services-second-heading{
		font-size: 26px;
	}
	.allpage-links-footer-sec li a{
		font-size: 16px;
	}
	.all-footer-column-cards-sec {
		padding-left: 0;
	}
	.footer-contact-sec .call-footer-contact a{
		font-size: 18px;
	}
	.footer-contact-sec .mail-footer-contact a{
		font-size: 14px;
	}
	.page .entry-header, .blog_page_header{
		margin: 104px 0 50px !important;
	}
	.contact-left{
		padding: 35px 20px 10px;
	}
	.contact-right{
		padding: 35px 20px 0;
	}	
	.loc {
       text-align: left;
    }
	.loc li {
	  width: 22%;
	  float: left;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.logo img, .fixed-header .logo img{
		width: 64px;
	}
	.last-header-free-quote-btn{
		display: inline-block;
		position: fixed;
		top: 16px;
		right: 100px;
		border-radius: 50px;
		font-size: 15px;
		padding: 10px 19px;
	}
	.banner {
		margin-top: 71px;
	}
	.ms-slide-info {
		max-width: 372px;
		left: 5%;
	}
	.second-txt-homebnr {
		font-size: 34px;
	}
	.bnr-btn-sec-home {
		display: flex;
	}
	.ms-skin-light-6 .ms-bullets.ms-dir-h{
		left: 3% !important;
	}
	.our-services-second-heading {
		font-size: 22px;
	}
	.all-sml-workmanship-year{
		padding: 10px 7px;
		min-height: 70px;
	}
	.abt-us-heading-two{
		font-size: 25px;
	}
	.abt-us-heading-four{
		font-size: 12px;
		padding-left: 10px;
	}
	.bg-changes-blacksml-work .icon-sec-abt-sml-workman, .icon-sec-abt-sml-workman{
		min-width: 36px;
	}
	.all-upload-residential-img {
		margin-top: 0;
	}
	.brands li {
		width: auto;
	}
	.footer-main-sec {
		padding: 15px 0 0;
	}
	.page .entry-header, .blog_page_header {
		margin: 71px 0 30px !important;
	}
	.contact_top_number {
		font-size: 17px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.last-call{
		margin-left: 0;
		padding-left: 46px;
	}
	.last-call img{
		width: 40px;
	}
	.last-call strong a{
		font-size: 17px;
	}
	.last-header-free-quote-btn{
		position: relative;
		top: 0;
		right: 0;
		margin-left: 7px;
		font-size: 14px;
		padding: 12px 13px 10px;
	}
	.logo img, .fixed-header .logo img{
		width: 110px;
	}
	.menu ul li a, .fixed-header .menu ul li a{
		font-size: 17px;
		padding: 39px 8px;
	}
	.banner{
		margin-top: 104px;
	}
	.ms-slide-info{
		left: 6%;
	}
	.ms-skin-light-6 .ms-bullets.ms-dir-h{
		left: 4% !important;
	}
	.ms-slide::before{
		top: -85px;
	}
	.second-txt-homebnr{
		font-size: 44px;
	}
	.our-services-third-heading{
		font-size: 20px;
	}
	.our-services-four-heading{
		font-size: 15px;
	}
	.abt-us-heading-two{
		font-size: 30px;
	}
	.left-sec-abt-us {
		margin-right: 0;
	}
	.abt-us-heading-four{
		font-size: 16px;
	}
	.left-sec-residential-painter-sec {
		padding-right: 18px;
		margin-right: 0;
	}
	.our-services-second-heading{
		font-size: 26px;
	}
	.allpage-links-footer-sec li a{
		font-size: 16px;
	}
	.all-footer-column-cards-sec {
		padding-left: 0;
	}
	.footer-contact-sec .call-footer-contact a{
		font-size: 18px;
	}
	.footer-contact-sec .mail-footer-contact a{
		font-size: 14px;
	}
	.page .entry-header, .blog_page_header{
		margin: 104px 0 50px !important;
	}
	.contact-left{
		padding: 35px 20px 10px;
	}
	.contact-right{
		padding: 35px 20px 0;
	}	
}

@media screen and (min-width: 1424px) {
	.ms-slide-info{
		left: 5%;
	}
}

@media screen and (min-width: 1624px) {
	.ms-slide-info{
		left: 11%;
	}
	.ms-slide:before{
		left: 34px;
	}
}

@media screen and (min-width: 1920px) {
	.ms-slide-info{
		left: 17%;
	}
	.ms-slide:before{
		left: 155px;
		top: 67px;
	}
	.left-sec-residential-painter-sec{
		padding-top: 36px;
	}
}

@media screen and (min-width: 2048px) {
	.ms-slide-info{
		left: 19%;
	}
	.ms-slide:before{
		left: 188px;
		top: 93px;
	}
}

@media screen and (min-width: 2550px) {
	.ms-slide-info{
		left: 25%;
	}
	.ms-slide:before{
		left: 408px;
		top: 178px;
	}
}    
.page-id-64 .abt-title{
	margin-top:30px !important;
}
.abt-title {
   font-size: 35px;
    font-family: var(--font2);
    color: var(--color17);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 12px;
}
.faq_content_area {
    margin-bottom: 20px;
}
.faq_question .faq_qut_list {
    font-size: 19px;
    font-weight: 500;
    padding: 8px 0;
    list-style: none;
    padding-left: 14px;
}
.faq_ans {
    border: 2px solid #1f519a;
    border-top: transparent;
    padding: 10px 20px;
    font-size: 15px;
}
.faq_question {
    background-color: #1f519a;
    color: #fff;
}