/*
Theme Name: Fabricare
Version: 1.0
Description: The official theme for Fabricare
Author: Farhan Khalid
*/

:root {
	--primary-color: #24308c;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "Roboto", sans-serif;
	color: #333;
}
html, body {
	height: 100%;
}
body {
	line-height: 100%;
}
ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	color: inherit;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
a {
	color: var(--primary-color);
	text-decoration: none;
	outline: none !important;
}
input {
	outline: none;
}
p {
	font-size: 18px;
	line-height: 28px;
	color: #4F4F4F;
	margin-bottom: 20px;
}
h1 {
	font-size: 48px;
	line-height: 56px;
	color: var(--primary-color);
	margin-bottom: 20px;
}
h1.pagetitle {
	font-size: 56px;
	line-height: 64px;
	color: var(--primary-color);
	margin-bottom: 20px;
	font-weight: normal;
	margin-bottom: 40px;
}
h2 {
	font-size: 32px;
	line-height: 40px;
	color: var(--primary-color);
	margin-bottom: 20px;
}
h3 {
	font-size: 24px;
	line-height: 32px;
	color: var(--primary-color);
	margin-bottom: 20px;
}

/* Clearing floats */
.clear {
	clear: both;
}
mark {
	border-bottom: 3px solid var(--primary-color);
	background: transparent;
}


/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}



.mainbanner {
	height: 380px;
	background: url(images/mainbanner.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.mainbanner .aquarion {
	width: 208px;
	height: 158px;
	background: url(images/aquarion.png) center center no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 20px;
	bottom: 20px;
}


.site-header.simplified {
	height: auto;
	background: none;
	background: #F3F3F3;
}
.site-header .inner {
	padding-left: 20px;
	padding-right: 20px;
}
.site-header .inner.floating {
	position: absolute;
	left: 0;
	right: 0;
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
	z-index: 1;
}
.site-header .sint {
	background: url('images/home-page-banner.jpg') bottom center no-repeat;
	background-size: cover;
	height: 530px;
	position: relative;
}
.site-header .logoarea {
	float: left;
	width: 220px;
}
.site-header .logoarea .logo {
	width: 176px;
	height: 43px;
	background: url(images/fc-logo.png) top left no-repeat;
	background-size: 100% auto;
	display: block;
	margin-bottom: 0;
	margin-top: 0;
}
.site-header .logoarea .sublogo {
	color: #41c7f4;
	background: white;
	padding: 10px;
	text-align: center;
	font-size: 10px;
}
.site-header .social {
	float: right;
	width: 140px;
	padding-top: 8px;
}
.site-header .social a {
	font-family: 'Font Awesome', sans-serif;
	color: white;
	display: block;
	width: 22px;
	line-height: 10px;
	padding-top: 10px;
	height: 20px;
	float: left;
	margin-right: 4px;
	padding-left: 8px;
	border-radius: 20px;
	background: rgb(153, 153, 153);
}
.site-header .social a:hover {
	background-color: #ccc;
}
.site-header .maintitle {
	text-align: center;
	padding-top: 180px;
	color: white;
	
}
.site-header .maintitle em {
	color: white;
}
.site-header .maintitle strong {
	color: #fff;
	font-weight: bold;
	display: block;
	font-size: 42px;
}
.site-header .maintitle small {
	color: white;
}
.site-header .maintitle small.desc {
	font-size: 15px;
	display: block;
	margin-top: -12px;
}
.site-header .maintitle .c {
	margin-bottom: 30px;
	font-size: 64px;
	line-height: 64px;
	font-family: 'DM Sans', serif;
	color: white;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	height: 64px;
    position: absolute;
    width: 100%;
    top: 120px;
    margin-top: 0px;
}
.site-header .maintitle .actionbutton {
	display: block;
	max-width: 260px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
	font-weight: normal;
}
.site-header .maintitle .actionbutton span {
	text-transform: none;
	display: block;
	color: rgba(255, 255, 255, 0.6);
	font-size: 18px;
	margin-top: 6px;
}


.site-header .slidenav {
	clear: both;
	padding-top: 24px;
}
.site-header .slidenav a {
	display: block;
	background: rgba(65, 199, 244, 0.7);
	float: left;
	width: 159px;
	margin-right: 1px;
	padding: 10px;
	padding-top: 10px;
	height: 80px;
	color: white;
	text-transform: uppercase;
}
.site-header .slidenav a:hover {
	margin-bottom: -10px;
	margin-top: -10px;
	height: 100px;
	background: #E8C21D;
	position: relative;
}
.site-header .slidenav a i {
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
	background: url(images/icons/icon-sprite.png) top left no-repeat;
	background-size: 40px auto;
}
.site-header .slidenav a i.eye {
	background-position: 0 -110px;
}
.site-header .slidenav a i.zoom {
	background-position: 0 0px;
}
.site-header .slidenav a i.export {
	background-position: 0 -72px;
}
.site-header .slidenav a i.box {
	background-position: 0 -174px;
}
.site-header .slidenav a i.speaker {
	background-position: 0 -140px;
}
.site-header .slidenav a i.plane {
	background-position: 0 -33px;
}
.site-header .slidenav a i.news {
	background-position: 0 -334px;
}




.fselection .items {
	float: left;
	width: 210px;
}
.fselection .items a {
	clear: both;
	display: block;
	padding: 10px;
	background: #3C5CAA;
	color: white;
	text-transform: uppercase;
	margin-bottom: 4px;
	height: 34px;
}
.fselection .items a.selected,
.fselection .items a:hover {
	background: #41C7F4;
}
.fselection .items a span {
	color: white;
	display: block;
	padding-top: 10px;
	font-size: 13px;
	float: left;
	margin-left: 10px;
	width: 130px;
}
.fselection .items a.selected span {
	border-bottom: 2px solid #E8C21D;
}
.fselection .items a i {
	display: block;
	width: 40px;
	height: 32px;
	background: url(images/icons/icon-sprite.png) top left no-repeat transparent;
	background-size: 40px auto;
	float: left;
}
.fselection .items a.crane i { /* crane */
	background-position: 0 -212px;
}
.fselection .items a.hammer i { /* hammer */
	background-position: 0 -270px;
}
.fselection .items a.box i { /* box */
	background-position: 0 -180px;
}
.fselection .items a.speaker i { /* speaker */
	background-position: 0 -144px;
}
.fselection .items a.plane i { /* plane */
	background-position: 0 -242px;
}
.fselection .items a.luggage i { /* box */
	background-position: 0 -300px;
}


.fselection .content {
	width: 240px;
	text-align: center;
	float: right;
}
.fselection .content h2 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 10px;
	color: #404041;
	font-weight: normal;
}
.fselection .content a.readmore {
	background: #E8C21D;
	padding: 8px 30px;
	display: inline-block;
	color: white;
}



.wideselector h2 {
	background: #E8C21D;
	float: left;
	width: 200px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 42px;
	line-height: 46px;
	color: white;
	font-weight: normal;
	display: block;
}
.wideselector .desc {
	float: right;
	margin-left: 20px;
	color: #000;
	display: block;
	width: 840px;
	padding-top: 10px;
}
.wideselector .content {
	margin-top: 10px;
	margin-right: -10px;
	margin-bottom: 20px;
}
.wideselector .content a {
	display: block;
	height: 168px;
	float: left;
	margin-right: 11px;
	width: 207px;
}
.wideselector .content .preview {
	height: 130px;
	background: #efefef;
}
.wideselector .content .title {
	background: #E8C21D;
	padding: 10px;
	color: white;
	font-size: 22px;
	height: 18px;
}



/* Navigation Menu */
.menuarea {
	max-width: 1024px;
	margin: 0 auto;
}

/* Header Top Section */
.header-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 0 20px 0;
}

.contact-info {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: right;
	gap: 8px;
	flex-grow: 1;
}

.contact-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 20px;
}
.bordered-button {
	padding: 8px 30px;
	font-size: 12px;
	display: inline-block;
	border-radius: 5px;
	text-transform: uppercase;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
}
.contact-label {
	font-size: 12px;
	color: var(--primary-color);
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.contact-value {
	font-size: 14px;
	color: #333;
	font-weight: 600;
	margin-top: 2px;
}

.contact-value:first-child {
	margin-top: 0;
}



.firstmenu {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	border-top: 1px solid #dddddd;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
}
.main-navigation {
	clear: both;
	height: 45px;
	position: relative;
	display: flex;
	justify-content: center;
}
.main-navigation li li a {
	text-transform: none;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation li a,
.main-navigation li {
	display: inline-block;
	text-decoration: none;
}
.main-navigation li a {
	border-bottom: 0;
	line-height: 30px;
	padding: 8px 24px;
	height: 29px;
	white-space: nowrap;
	margin-right: 0;
	font-size: 16px;
	color: var(--primary-color);
	display: block;
	z-index: 1;
	border-radius: 5px;
}
.main-navigation li:hover a {
	color: #464542;
	background: #F3F3F3;
}
.main-navigation li {
	margin: 0;
	position: relative;
}
.main-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 13;
	padding-top: 0px;
}
.main-navigation li:first-child ul {
	margin-left: 0;
}
.main-navigation li ul ul {
	top: 0;
	left: 100%;
	padding: 0;
}
.main-navigation li:hover > ul {
	display: block;
	margin-top: -4px;
}
.footer .main-navigation li:hover > ul {
	display: none;
}
.main-navigation li ul li {
	display: block;
	float: left;
}
.main-navigation li:hover ul li a {
	display: inline-block;
	font-size: 13px;
	padding: 5px 0;
	width: 250px;
	white-space: normal;
	padding-left: 10px;
	font-weight: 500;
	margin: 0;
	background: #F3F3F3;
	height: auto;
	color: var(--primary-color);
	border-radius: 0;
}
.main-navigation li:hover ul li a:hover {
	background: #E7E7E7;
}
.main-navigation li ul li.current-menu-item a {
	color: #464542;
	font-weight: 600;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #464542;
}
.main-navigation li ul .current-menu-item > a,
.main-navigation li ul .current-menu-ancestor > a,
.main-navigation li ul .current_page_item > a,
.main-navigation li ul .current_page_ancestor > a {
	color: #464542;
}
.main-navigation .menu-item-has-children > a:after {
	content: "▼";
	font-size: 8px;
	color: #464542;
	margin-left: 8px;
	vertical-align: middle;
}
.side-navigation li ul {
	display: none;
}


.contactblock {
	width: 47%;
	padding-right: 3%;
	float: left;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 24px;
	color: #95989A;
}





.footer {
	
}
.footer .in {
	max-width: 1024px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 40px;
}
.footer .menuarea {
	float: right;
}
.footer .contact {
	background: #464542;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 24px;
	color: white;
	text-align: center;
}
.footer .contact mark {
	color: white;
}
.footer .main-navigation li a {
	font-size: 13px;
	padding-right: 0;
	padding-left: 30px;
	padding-top: 0;
	padding-bottom: 0;
}
.footer .copy {
	font-size: 13px;
	text-align: right;
	color: #95989A;
	clear: both;
	padding-top: 20px;
}
.footer .logo {
	width: 176px;
	height: 43px;
	background: url(images/fc-logo.png) top left no-repeat;
	background-size: 100% auto;
	display: block;
	float: left;
}
.footer .menuarea {
	padding-top: 10px;
}



.lchattext {
	position: fixed;
	bottom: 32px;
	right: 78px;
	background: #389030;
	padding: 5px 10px;
	color: white;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 13px;
}


.side-content {
	width: 340px;
	border-left: 1px solid #A1ABAC;
	float: right;
	padding-left: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.side-content ul li {
	margin-bottom: 20px;
}
.side-content ul li a {
	display: block;
	padding: 30px 0 30px 15px;
	margin-right: 30px;
	background: #F2F2F2;
	color: black;
}
.side-content ul li a:hover {
	color: white;
	background: #7CC9F0;
	text-decoration: none;
}

.side-content .more-links ul li {
	margin-bottom: 0;
}
.side-content .more-links ul li a {
	display: block;
	padding: 0 0 6px 0;
	margin-right: 0;
	background: none;
	color: black;
}
.side-content .more-links ul li span {
	color: black;
}
.side-content .more-links ul li span:hover,
.side-content .more-links ul li a:hover {
	color: #7CC9F0;
	background: none;
}
.side-content a.wide-link {
	display: block;
	font-weight: 400;
	padding-bottom: 20px;
}



#secondary .screen-reader-text {
	display: none;
}
#secondary input[type="text"] {
	padding: 5px;
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
}







.small-menu {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow-y: auto;
	z-index: 999;
	padding-top: 40px;
	background: var(--primary-color);
}
.small-menu li {
	display: block;
	float: none;
}



.entry-content ul {
	list-style: disc;
	margin-left: 20px;
}
.entry-content ul li {
	margin-bottom: 20px;
}
.entry-content ol {
	list-style: decimal;
	margin-left: 20px;
}
.entry-content ol li {
	margin-bottom: 20px;
}


.post.error404 {
	background: #a1abac;
	max-width: 800px;
	margin: 0 auto;
	padding: 80px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: white;
	line-height: 24px;
}
.post.error404 a {
	color: white;
	text-decoration: underline;
}
.post.error404 h1 {
	font-weight: 300;
	font-size: 36px;
	color: white;
	margin-bottom: 10px;
	line-height: 48px;
}



.storebutton {
	width: 169px;
	height: 50px;
	background: url(images/app-store-badge.svg) top left no-repeat;
	background-size: 169px 50px;
	display: inline-block;
	margin-bottom: 10px;
}
.storebutton:hover {
	opacity: 0.7;
}
.storebutton.googleplay {
	width: 169px;
	height: 51px;
	background: url(images/google-play-badge.png) top left no-repeat;
	background-size: 169px 51px;
}
.actionbutton,
.wp-block-button__link {
	display: inline-block;
	padding: 10px 24px;
	background: var(--primary-color);
	box-shadow: 0 0 10px rgba(0, 101, 165, 0.2);
	color: white;
	font-size: 17px;
	border-radius: 50px;
	line-height: 18px;
	border: none;
	margin-left: 4px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.actionbutton:hover,
.wp-block-button__link:hover {
	background: #097aba;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.actionbutton.light {
	background: #efefef;
	color: #777;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.actionbutton.red {
	background: #EC5A68;
}
.actionbutton.red:hover {
	background: #C5313F;
}
.bannertitle h1 {
	font-family: 'DM Sans', serif;
	font-size: 56px;
	line-height: 56px;
	color: var(--primary-color);
	margin-bottom: 14px;
}
.bannertitle h2 {
	font-family: 'DM Sans', serif;
	font-size: 36px;
	line-height: 36px;
	color: var(--primary-color);
	margin-bottom: 14px;
}
.bannertitle span {
	display: block;
	font-size: 18px;
	line-height: 42px;
}
.bannertitle.main {
	font-size: 20px;
	color: #4F4F4F;
	line-height: 28px;
}


.intro {
	font-size: 0;
	margin-top: 40px;
	margin-bottom: 20px;
}
.intro .b {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: var(--primary-color);
	text-align: left;
}
.intro .b.b1 {
	width: 47px;
	height: 67px;
	background: url(images/intro-bag.png) top left no-repeat;
	background-size: 100% 100%;
}
.intro .b.b2 {
	margin-top: 10px;
	margin-left: 20px;
	width: 170px;
}
.intro .b.b3 {
	width: 59px;
	height: 27px;
	background: url(images/intro-arrow-1.png) top left no-repeat;
	background-size: 100% 100%;
	margin-left: 20px;
}
.intro .b.b4 {
	width: 78px;
	height: 36px;
	background: url(images/intro-delivery.png) top left no-repeat;
	background-size: 100% 100%;
	margin-top: 14px;
}
.intro .b.b5 {
	margin-top: 10px;
	margin-left: 20px;
	width: 150px;
}
.intro .b.b6 {
	width: 64px;
	height: 22px;
	margin-top: 40px;
	background: url(images/intro-arrow-2.png) top left no-repeat;
	background-size: 100% 100%;
}
.intro .b.b7 {
	width: 60px;
	height: 60px;
	background: url(images/intro-clothes.png) top left no-repeat;
	background-size: 100% 100%;
}
.intro .b.b8 {
	margin-top: 10px;
	margin-left: 20px;
	width: 180px;
}


.washsymbols {
	width: 483px;
	height: 36px;
	background: url(images/wash-symbols.png) top left no-repeat;
	background-size: 483px 36px;
	margin: 0 auto;
	margin-bottom: 20px;
}



.quotes {

}
.quote {
	width: 27%;
	padding: 3%;
	padding-top: 0;
	float: left;
}
.quote p {
	margin-bottom: 0;
	margin-right: 20px;
}
.quote em {
	font-size: 24px;
	font-family: Georgia, serif;
	float: left;
	margin-left: -27px;
	font-size: 56px;
	line-height: 30px;
	color: #105eb0;
}
.quote em.end {
	display: inline-block;
	float: none;
	margin-left: 0;
	line-height: 0;
	position: absolute;
	margin-top: 36px;
}
.quote span {
	color: #999;
	font-size: 13px;
}


.subbanner .sbcontent {
	max-width: 44%;
	padding-right: 6%;
	float: left;
}
.subbanner .preview {
	float: right;
	width: 50%;
	height: 360px;
	background: url(images/laundry-side-preview.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.subbanner.nc {
	background: url(images/app-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 0;
	margin-top: 80px;
}
.subbanner.nc .bannertitle {
	max-width: 1024px;
	margin: 0 auto;
	text-align: left;
	padding-top: 120px;
	padding-bottom: 120px;
}
.subbanner.nc .bannertitle p {
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 44px;
}
.subbanner.nc .bannertitle .inner {
	max-width: 600px;
}


.services {
	max-width: 800px;
	margin: 0 auto;
}
.services .block {
	max-width: 360px;
	padding: 20px;
	padding-top: 0;
	float: left;
	text-align: center;
	color: #464542;
}
.services .block .icon {
	width: 140px;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.services .block .icon.room {
	background: url(images/icons/room@2x.png) center center no-repeat;
	background-size: 107px 79px;
}
.services .block .icon.piece {
	background: url(images/icons/piece@2x.png) center center no-repeat;
	background-size: 130px 63px;
}
.services .block .t {
	font-size: 20px;
	margin-bottom: 20px;
}
.services .block .c {
	font-size: 16px;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 20px;
	color: #95989A;
}



.servicegroup {
	margin-right: -20px;
	margin-bottom: 40px;
	margin-top: 20px;
}
.servicegroup .service {
	width: 23%;
	float: left;
	margin-right: 20px;
	text-align: center;
	display: block;
}
.servicegroup.fifths .service {
	width: 18%;
}
.servicegroup .service .preview {
	height: 200px;
	background: url() center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
}
.servicegroup.secondary .service .preview {
	margin-left: 24px;
	margin-right: 24px;
}
.servicegroup .service:hover .preview {
	opacity: 0.9;
}
.servicegroup .service .info {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}
.servicegroup .service .info h3 {
	margin-top: 10px;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}
.servicegroup.fifths .service .info h3 {
	font-size: 18px;
	line-height: 18px;
}
.servicegroup .service span.title {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	display: block;
}
.servicegroup .service:hover span.title {
	color: #999;
}
.servicegroup .service:hover span.actionbutton {
	background: #097aba;
}
.pagecontent .servicegroup p {
	font-size: 15px;
	line-height: 19px;
}

.pagecontent {
	max-width: 1024px;
	margin: 0 auto;
	padding-top: 40px;
	margin-bottom: 40px;
}
.pagecontent.np {
	padding-top: 0;
}
.pagecontent.narrow {
	max-width: 860px;
}
.pagecontent .page-header {
	padding-top: 40px;
}
.pagecontent .page-header .super {
	font-size: 48px;
	display: block;
	margin-bottom: 10px;
}

.pagecontent .inner {
	padding-right: 328px;
	float: left;
}
.pagecontent ul,
.pagecontent ol {
	margin-bottom: 40px;
}
.pagecontent ul ul {
	margin-bottom: 0;
}
.pagecontent ul li,
.pagecontent ol li {
	margin-left: 20px;
	list-style: disc;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 16px;
}

.titlearea {
	margin-bottom: 30px;
}
.titlearea.fi {
	background: url() center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 360px;
}
.titlearea.centered {
	text-align: center;
}
.titlearea h1 {
	max-width: 1024px;
	margin: 0 auto;
	font-size: 64px;
	color: #353535;
	line-height: 72px;
	font-weight: 300;
}
.titlearea p {
	font-size: 18px;
	color: #4F4F4F;
	line-height: 28px;
	max-width: 640px;
	margin: 0 auto;
}

.pagecontent .outer {
	float: left;
}


.pagecontent .sblock {
	position: relative;
	padding-left: 240px;
	color: #95989A;
	margin-bottom: 40px;
}
.pagecontent .sblock .icon {
	float: left;
	margin-left: -170px;
	width: 140px;
	height: 80px;
}
.pagecontent .sblock .icon.room {
	background: url(images/icons/room@2x.png) center center no-repeat;
	background-size: 107px 79px;
}
.pagecontent .sblock .icon.piece {
	background: url(images/icons/piece@2x.png) center center no-repeat;
	background-size: 130px 63px;
}
.pagecontent .sblock .info {
	float: left;
	padding-right: 240px;
}
.pagecontent .sblock .info h2 {
	font-size: 32px;
	line-height: 40px;
	color: #464542;
	margin-bottom: 20px;
	font-weight: 400;
}
.pagecontent .sblock .info .actions {
	width: 200px;
	float: right;
	margin-right: -240px;
}
.pagecontent .sblock .info .actions a {
	display: block;
	padding: 5px;
	text-align: center;
	background: var(--primary-color);
	margin-bottom: 10px;
	color: white;
	font-size: 17px;
	font-weight: 400;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	line-height: 24px;
}
.pagecontent .sblock .info .actions a:hover {
	background: #097aba;
}
.pagecontent .sblock .info .actions a.orange {
	background: var(--primary-color);
}
.pagecontent .sblock .info .actions a.orange:hover {
	background: #c67e00;
}

.sidecontent {
	float: right;
	width: 288px;
	margin-right: -328px;
	border-left: 1px solid #ddd;
    padding-left: 20px;
	
}
.sidecontent p {
	line-height: 24px;
	font-size: 16px;
}
.featuredbanner {
	background: url() center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 420px;
	margin-bottom: 20px;
}


.promobanner .picture {
	display: block;
	background: url(images/sidebanner.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 300px;
	margin-bottom: 20px;
}
.promobanner p {
	font-size: 26px;
	line-height: 28px;
	color: var(--primary-color);
}
.promobanner h2 {
	color: #EC5A68;
	margin-top: 20px;
	margin-bottom: 20px;
}
.promobanner .actionbutton {
	padding-left: 20px;
	padding-right: 20px;
	text-shadow: none;
}
.promobanner .storebutton {
	width: 142px;
	height: 42px;
	background-size: 100% auto;
}

.small-menu {
	display: none;
}




.maintable {
	width: 90%;
	box-sizing: border-box;
	background: #fafafa;
	margin: 5%;
	margin-bottom: 0;
	cursor: default;
}
.maintable td,
.maintable th {
	padding: 8px;
}
.maintable th {
	background: white;
	font-weight: bold;
}
.maintable td {
	padding: 10px;

}
.maintable td.s {
	background: #F3F3F3;
}
.maintable tr.yellow td {
	background: rgba(251, 243, 210, 1.0);
}
.maintable .subheading td {
	border-bottom: 2px solid #000;
	font-weight: bold;
}
.maintable tr.blue td {
	background: rgba(236, 239, 247, 1.0);
}
.maintable tr:hover {
	outline: 2px solid #464542;
	outline-offset: -2px;
}
.maintable tr:hover,
.maintable tr:hover td {
	background: #F3F3F3;
}



/* Form design */
.wpcf7-form input {
	padding: 8px;
	font-size: 16px;
	margin-bottom: 4px;
	border-radius: 3px;
	border: 1px solid #ddd;
	font-family: 'National', sans-serif;
}
.wpcf7-form input[type="submit"] {
	display: inline-block;
    padding: 10px 50px;
    background: var(--primary-color);
    margin-right: 10px;
    margin-top: 20px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    line-height: 18px;
    border: none;
}
.wpcf7-form textarea {
	padding: 8px;
	font-size: 16px;
	height: 60px;
	margin-bottom: 4px;
	border-radius: 3px;
	border: 1px solid #ddd;
	font-family: 'National', sans-serif;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.wpcf7-form label {
	font-weight: bold;
	font-size: 13px;
}
.wpcf7-form .lefthalf,
.wpcf7-form .righthalf {
	width: 47%;
	float: left;
}
.wpcf7-form .righthalf {
	float: right;
}
.wpcf7-form .lefthalf input,
.wpcf7-form .righthalf input {
	width: 100%;
	box-sizing: border-box;
}


.serviceareas {
	max-width: 600px;
	margin: 0 auto;
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 20px;
}

.desktophide {
	display: none !important;
}


.footer .social {
	clear: right;
	float: right;
	
}
.footer .social a {
	display: inline-block;
	width: 38px;
	height: 38px;
	background: var(--primary-color);
	border-radius: 24px;
	margin-left: 8px;
}
.footer .social a:hover {
	background-color: black !important;
}
.footer .social a.facebook {
	background: url(images/icon-facebook.svg) center center no-repeat var(--primary-color);
	background-size: auto 20px;
}
.footer .social a.instagram {
	background: url(images/icon-instagram.svg) center center no-repeat var(--primary-color);
	background-size: auto 20px;
}

.wp-block-columns {
	margin-left: 40px;
	margin-right: 40px;
}
.wp-block-columns p {
	margin-bottom: 4px;
	font-size: 15px;
}
.wp-block-columns p strong {
	font-weight: bold;
	font-size: 24px;
}

.disabler {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 3;
}
.dialog {
	width: 600px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	background: white;
	left: 50%;
	margin-left: -300px;
	top: 40px;
	position: fixed;
	max-height: 70vh;
	overflow: auto;
	padding-top: 20px;
	border-radius: 4px;
}
.dialog .inner {
	padding: 20px 40px;
	position: relative;
}
.dialog p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
.dialog h1 {
	font-size: 28px;
	line-height: 32px;
	font-family: 'DM Sans', serif;
	color: var(--primary-color);
	margin-bottom: 10px;
}


.dialog .feform {
	margin-top: 20px;
	text-align: left;
}
.feform small {
	display: block;
	margin-bottom: 4px;
	margin-top: 16px;
}
.feform input {
	font-family: 'National', sans-serif;
}
.feform input[type="submit"],
.feform input[type="button"] {
	cursor: pointer;
}
.feform input[type="text"],
.feform textarea {
	font-size: 16px;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 8px;
	width: 100%;
	margin-bottom: 4px;
	border: 1px solid #aaa;
	font-family: 'National', sans-serif;
}
.feform input.half {
	width: calc(50% - 2px);
}
.feform textarea {
	height: 80px;
}
.feform .actionbutton {
	box-shadow: none;
	padding: 10px 40px;
	font-size: 15px;
	margin-top: 10px;
}
.feform input::-webkit-input-placeholder { /* Edge */
	font-family: 'National', sans-serif;
}
.feform input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family: 'National', sans-serif;
}
.feform input::placeholder {
	font-family: 'National', sans-serif;
}

.select2-container--default .select2-search--inline .select2-search__field {
	margin-top: 6px;
	margin-left: 8px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	font-size: 14px;
	line-height: 24px;
	padding-left: 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	border-right: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background: #fafafa;
}
.select2-dropdown {
	display: none;
}

.singlepost {
	position: relative;
	padding-left: 260px;
	min-height: 180px;
	margin-bottom: 20px;
}
.singlepost .featuredbanner {
	width: 240px;
	height: 180px;
	position: absolute;
	left: 0;
	top: 0;
}
.pagecontent .singlepost p {
	font-size: 16px;
	line-height: 26px;
}
.pagecontent .singlepost h2 {
	margin-bottom: 10px;
}

.wp-block-button.centered {
	text-align: center;
}
.wp-block-button.bigger .wp-block-button__link {
	padding: 22px 50px;
	font-size: 24px;
}

.wpb_wrapper {
	max-width: 1024px;
	margin: 0 auto;
}

.responsive-hgrid p {
	font-size: 15px;
	line-height: 22px;
}

@media screen and (max-width: 1160px) {
	.site-header .inner {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	/* Header tablet styles */
	.contact-info {
		gap: 8px;
		flex-wrap: nowrap;
	}
	
	.contact-label {
		font-size: 12px;
	}
	
	.contact-value {
		font-size: 14px;
		font-weight: 600;
	}
	.site-content {
		width: auto;
		background: none;
	}
	.menuarea {
		padding-left: 0;
	}
	.site-header .inner {
		margin-left: 0;
		margin-right: 0;
	}
	.site-header .logoarea {
		width: 140px;
	}
	.site-header .logoarea .logo {
		background: url(images/fc-logo.png) top left no-repeat;
		width: 176px;
		height: 43px;
		margin-bottom: 20px;
		background-size: 100% auto;
	}
	.contactarea {
		padding-top: 20px;
		width: 192px;
	}
	.menuarea {
		padding-top: 26px;
	}
	.main-navigation li a {
		font-size: 14px;
	}
	.pagecontent .inner {
		padding-left: 20px;
	}
	.sidecontent {
		margin-right: -308px;
	}
	.footer .in {
		margin-left: 20px;
		margin-right: 20px;
	}
	.footer .logo {
		width: 140px;
		height: 50px;
		background: url(images/logo.png) top left no-repeat;
		background-size: 100% auto;
		display: block;
		float: left;
	}
	.footer .menuarea {
		padding-top: 0;
	}
	.subbanner {
		margin-left: 20px;
		margin-right: 20px;
	}
	.subbanner.nc {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 980px) {
	.desktophide { display: block !important; }
	
	/* Header responsive styles */
	.header-top {
		flex-direction: column;
		align-items: flex-start;
		padding: 0;
	}
	
	.contact-info {
		align-items: flex-start;
		width: calc(100% + 52px);
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 0;
		justify-content: space-between;
	}
	
	.contact-item {
		align-items: flex-start;
		text-align: left;
		margin-left: 0;
		margin-bottom: 0;
	}
	
	/* Hide Locations and Sign up buttons in responsive mode */
	.contact-item:nth-child(3),
	.contact-item:nth-child(4) {
		display: none;
	}
	
	.contact-label {
		font-size: 13px;
		margin-bottom: 4px;
	}
	
	.contact-value {
		font-size: 15px;
		font-weight: 700;
		line-height: 1.4;
	}
	
	.contact-item:nth-child(1) {
		margin-right: 6px;
	}
	
	.contact-item:nth-child(2) {
		margin-left: 6px;
	}
	
	.site-header .main-navigation .firstmenu {
		display: none;
	}
	.main-navigation {
		height: auto;
		display: block;
		justify-content: initial;
	}
	.menu-toggle,
	.hidemenu {
		float: right;
		width: 32px;
		height: 32px;
		background: url(images/menu-toggle.png) center center no-repeat var(--primary-color);
		background-size: 14px 14px;
		border-radius: 3px;
		display: inline-block;
		margin-top: 27px;
		margin-right: 6px;
		margin-left: 20px;
	}
	.contactarea {
		display: none;
	}
	.firstmenu {
		display: none;
	}
	.subbanner .sbcontent h2 {
		padding-right: 0;
	}
	.main-navigation li {
		margin-left: 20px;
	}
	.site-header .logoarea {
		width: auto;
	}
	.site-header .logoarea .in {
		height: 60px;
	}
	
	.bannertitle {
		font-size: 18px;
		line-height: 24px;
		padding: 20px;
		padding-bottom: 0;
	}
	.bannertitle h2 {
		font-size: 28px;
		line-height: 32px;
	}
	.bannertitle span {
		line-height: 20px;
		font-size: 14px;
	}
	.subbanner.nc {
		background-position: right center;
		height: 100px;
	}
	.services .bannertitle {
		margin-bottom: 20px;
	}
	.storebutton,
	.storebutton.googleplay {
		width: 150px;
		background-size: 100% auto;
	}
	.subbanner {
		height: 320px;
	}
	.subbanner.nc .bannertitle {
		text-align: center;
	}
	.subbanner.nc .bannertitle p {
		font-size: 22px;
		color: black;
	}
	.subbanner .sbcontent {
		font-size: 18px;
		line-height: 24px;
		padding-top: 20px;
		padding-bottom: 0;
		left: 20px;
		right: 20px;
		bottom: 20px;
		padding: 20px;
	}
	.site-header .maintitle {
		font-size: 24px;
		line-height: 32px;
		max-width: 400px;
		padding: 0;
		padding-top: 30px;
	}
	.site-header .sint {
		background-size: cover;
	}
	.site-header .maintitle .c {
		margin-bottom: 10px;
		position: static;

	}
	.site-header .maintitle strong {
		font-size: 28px;
	}
	.actionbutton,
	.site-header .maintitle .actionbutton {
		font-size: 16px;
		line-height: 24px;
		padding: 10px;
		margin-bottom: 10px;
	}
	.site-header .maintitle .actionbutton span {
		font-size: 14px;
		margin-top: 0;
	}
	.site-header .sint {
		height: 300px;
	}
	.subbanner.nc .bannertitle {
		padding: 20px;
	}
	.subbanner.nc .bannertitle p {
		font-size: 18px;
		line-height: 24px;
	}
	.site-header {
		background: url('images/homebanner.jpg') center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: auto;
	}
	.site-header .slidenav {
		display: none;
	}
	.subbanner {
		margin-left: 0;
		margin-right: 0;
		height: auto;
	}
	.subbanner .preview {
		float: none;
		width: auto;
		height: 240px;
	}
	.subbanner .sbcontent {
		padding-left: 0;
		padding-right: 0;
		float: none;
		width: auto;
		max-width: none;
	}
	.subbanner.nc {
		margin-top: 20px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.quote {
		float: none;
		width: auto;
		padding: 20px;
	}
	.pagecontent .quote p {
		margin-bottom: 10px;
	}


	.site-header.simplified {
		padding-bottom: 0;
	}
	.site-header,
	.wrapper {
		position: static;
	}
	.small-menu {
		padding: 20px;
	}
	.small-menu a {
		color: white;
		line-height: 24px;
	}
	.small-menu li ul {
		display: block;
		position: static;
		margin-bottom: 20px;
	}
	.small-menu li ul li {
		float: none;
		width: auto;
	}
	.small-menu li ul li a {
		width: auto;
		float: none;
		display: block;
		margin-bottom: 0;
		padding-left: 30px;
	}
	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
		display: block;
		justify-content: initial;
		padding-top: 40px;
		height: auto;
		flex-direction: column;
	}
	.main-navigation ul li:hover > ul {
		margin: 0;
		margin-bottom: 20px;
		padding: 0;
	}
	.main-navigation li:last-child a {
		background: none;
		color: white;
		box-shadow: none;
	}
	.hidemenu {
		background: url(images/close-small-menu.png) center center no-repeat;
		background-size: 19px 9px;
		margin-right: -10px;
		margin-top: -10px;
	}
	
	.small-menu li ul {
		margin: 0;
	}
	.main-navigation ul {
		background: none;
	}
	.main-navigation li a {
		color: white;
		margin: 0;
		padding: 0;
	}
	.main-navigation li a {
		padding-left: 0;
		height: auto !important;
	}
	.main-navigation li:hover a {
		background: none !important;
		padding: 0;
		margin: 0;
		height: auto;
	}
	.main-navigation li ul li a {
		margin: 0;
		padding: 0;
	}
	.main-navigation li:hover ul li a {
		border: none;
		margin: 0;
		padding: 0;
		font-size: 15px;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li > ul {
		margin: 0;
		padding: 0;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		background: none;
		color: white;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	.main-navigation li:hover ul li a:hover,
	.main-navigation li:hover ul li a {
		border: none;
		margin: 0;
		padding: 0;
	}

	.footer .contact {
		font-size: 14px;
	}

	.pagecontent {
		padding: 20px;
	}
	.pagecontent .inner {
		width: auto;
		float: none;
		padding-right: 0;
	}
	.pagecontent h2 {
		margin-top: 0;
	}

	.titlearea {
		padding: 20px;
		padding-bottom: 1px;
	}
	.titlearea h1 {
		font-size: 32px;
	}
	.washsymbols {
		width: auto;
		background-size: 100% auto;
	}

	.servicegroup {
		display: block;
	}
	.servicegroup .service .info {
		padding-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	.servicegroup .service span.title {
		min-height: 0;
	}

	.titlearea.centered {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.pagecontent .outer {
		float: none;
	}
	.sidecontent {
		margin-right: auto;
		float: none;
		width: auto;
		margin-top: 40px;
		padding-top: 40px;
		border-top: 1px solid #ddd;
	}
	.titlearea.fi {
		height: 240px;
	}
	.titlearea p {
		font-size: 14px;
		line-height: 22px;
	}
	.pagecontent .inner {
		padding-left: 0;
	}
	.pagecontent .outer span.super {
		font-size: 32px;
		margin: 0;
		margin-bottom: 20px;
	}
	.pagecontent .outer .pagetitle {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	.footer .logo {
		margin: 0 auto;
		float: none;
		margin-bottom: 10px;
	}
	.footer .copy {
		text-align: center;
	}
	.footer .menuarea {
		float: none;
		margin-left: 0;
	}
	.footer .menuarea .menu-main-menu-container {
		display: none;
	}
	.contactblock {
		width: auto;
		float: none;
		height: auto;
		padding: 0;
		margin-bottom: 0
	}
	
	.intro .b.b3,
	.intro .b.b6 {
		width: auto;
		height: 0;
		display: block;
		margin: 0;
	}
	.intro .b.b4 {
		margin-left: -30px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.intro .b.b5 {
		margin-top: 25px;
	}
	.intro .b.b5 {
		width: 170px;
	}

	.serviceareas {
		max-width: 100%;
	}

	.site-header .maintitle .c {
		font-size: 32px;
		line-height: 32px;
		margin-top: 80px;
		height: auto;
	}

	.bannertitle.main p {
		font-size: 18px;
		line-height: 24px;
	}

	.actionbutton.centered {
		margin-left: 20px;
		margin-right: 20px;
		text-align: center;
	}

	.footer .social {
		float: none;
		text-align: center;
	}

	.pagecontent h1, .pagecontent.narrow h2 {
		font-size: 36px;
		line-height: 36px;
	}

	.singlepost {
		padding-left: 0;
		min-height: 0;
	}
	.singlepost .featuredbanner {
		width: auto;
		height: 180px;
		position: static;
	}

	.bannertitle h1 {
		font-size: 48px;
		line-height: 48px;
	}
	.wp-block-columns {
		margin-left: 0;
		margin-right: 0;
	}
	.mainbanner {
		height: 280px;
	}
	.mainbanner .aquarion {
		width: 160px;
		height: 122px;
	}
	.dialog {
		width: 100%;
    	left: 0;
    	margin-left: 0;
	}

	.servicegroup {
		margin-left: -10px;
		margin-right: -10px;
	}
	.servicegroup .service .info h3 {
		font-size: 16px;
		line-height: 18px;
	}

	.servicegroup .service {
		width: 50%;
		margin-right: 0;
		box-sizing: border-box;
		padding: 10px;
	}
	.servicegroup.secondary .service .preview {
		margin-left: 0;
		margin-right: 0;
	}

	.responsive-hgrid {
		text-align: center;
	}
	.responsive-hgrid .wpb_single_image.vc_align_left {
		text-align: center;
	}
}



