lbody,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color: #cccccc;}body {}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}a:focus,img:focus{outline: none;}button::-moz-focus-inner,img::-moz-focus-inner{border: 0;}*:focus { outline: 0; }


*{
	margin:0;
	padding:0;
	font-size:16px;
	line-height:24px;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
}

body {
	margin:0;
	padding:0;
	max-width:100%;
	min-height:100%;
	background:#0C0C0C;
}

html {
	height:100%;
	color:#454246; 
	background:#161b1f;
	scroll-behavior: smooth;
}

div {
	font-size:inherit;	
	line-height:inherit;
}

h1,h2,h3,h4,h5 {font-size:46px; margin-bottom:24px; color:#232123; font-weight:400; text-transform: uppercase; line-height:56px; font-family: 'Oswald'; }
h2 {font-size:38px; line-height:42px;}
h3 {font-size:34px; line-height:42px;}
h4 {font-size:28px; line-height:32px;}
h5 {font-size:24px; line-height:28px;}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {font-weight:800;}

.heading-style {
	font-weight:500; font-family: 'Oswald'; text-transform: uppercase; font-size:28px; line-height:36px;
}

.preheader {
	font-weight:400;
	text-transform: uppercase;
	letter-spacing:0.06em;
	font-size:18px;
	line-height:28px;
	font-family: 'Oswald';
}

.centered {
	text-align:center;
}

.coloured {
	color:#e0541a !important;	
}
.coloured2 {
	color:#29c5f6 !important;	
}
.underlined {
	text-decoration:underline;	
}
.promin {
	font-size:22px;
	line-height:28px;
}

ul {
}

ul li {
	margin:15px 0;
	line-height:26px;
}

.check-list {
	margin:0px;
}
.check-list li {
	color:#232123;
	font-family: 'PT Sans';
	font-weight:400;
	text-transform: uppercase;
	font-size:18px;
	margin:0px;
	padding:10px;
}
.check-list-item {
	background:#e0541a;
	border-radius:100px;
	display: inline-block;
	vertical-align: middle;
	width:32px;
	height:32px;
	text-align: center;
	overflow: hidden;
	color:#fff;
	margin-right:10px;
	margin-top:-2px;
}
.check-list-item .material-symbols-outlined {
	line-height:32px;
}

.content-ul li {
	list-style:disc;
	margin-left:16px;
	color:#091135;
}

br {
	line-height:inherit;
}

a {
	color:#e0541a;
	font-weight:inherit;
	font-family:inherit;
	text-decoration:none; 
	font-size:inherit; 
	line-height:inherit;
	transition:color 0.4s;
	-webkit-transition:color 0.4s;
	font-style:inherit;
}
a:hover {
	color:#ed6e3a;
}

p a {
	text-decoration:underline;
}

sup {
	font-size:10px;
	line-height:10px;
}


p {
	margin-bottom:26px;
	font-size:inherit;	
}

.std-p {
	font-size:15px;
	line-height:25px;
	margin-bottom:20px;
}

.clr {
	clear:both; 
	height:0;
}

hr {
	margin:50px 0;	
	border-top:1px solid #e3e4ea;
	border-bottom:none;
	background:none;
	border-left:none;
	border-right:none;
}

.break-sm {
	margin:30px 0;	
}

.break-md {
	margin:40px 0;	
	border-top:1px solid #dedede;
}

.break-lg {
	margin:60px 0;	
}

.nomargin {
	margin:0;	
}


strong, b { 
	font-size:inherit; 
	font-style:inherit;
	line-height:inherit;
	font-weight: 600;
	color:#232123;
	font-family: inherit;
}

em {
	display:inline-block;
	font-weight:300;
	font-size:14px;
	line-height:18px;
	color:#777;
}

strike { 
	font-size:inherit; 
	font-style:inherit;
	line-height:inherit;
}

span {
	font-weight:inherit; 
	font-size:inherit; 
	line-height:inherit; 
	font-family:inherit;
}

p {
	line-height:inherit;	
}

img {
	max-width:100%; 
	height:auto;
}

.spacer {
	margin:0 10px;	
}

.mobileonly {
	display:none;	
}

/** PAGE STYLES **/

#site-wrap {
	overflow:hidden;
	position:relative;
	width:100%;
	background:#fff;
}

#site-wrap #site-canvas {
	overflow:hidden;
	position:relative;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}


#mobile-menu {
	position:fixed;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	background:#16171c;
	z-index:999;
	color:#fff;
	display:none;
	-webkit-transition:-webkit-transform 0.3s;
	transition:transform 0.3s;
}
#mobile-menu-container {
	height:100%;
	overflow-y: scroll;
	padding-right:20px;
	margin-right:-20px;
}
#mobile-menu-content {
	padding:100px 0px;
}
.mobile-menu-open {
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

#mobile-navigation {
	display:block;
	user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
}
#mobile-navigation ul {
	margin:0px;
	padding:0px;
}
#mobile-navigation ul li {
	margin:0px;
	padding:0px;
	display: block;
	position:relative;
}
#mobile-navigation ul li a {
	display: block;
	color:#ccc;
	font-weight:700;
	text-transform: uppercase;
	letter-spacing:0.06em;
	font-size:14px;
	line-height:20px;
	padding:12px 16px;
	min-width: 26px;
	text-align:center; 
}
#mobile-navigation ul li a:hover {
	color:#fff;
}
#mobile-navigation ul li #active-mobile-item {
	color:#e0541a;
}

#mobile-navigation ul li .mobile-navigation-dropdown {
	display:none;
	background:#000;
}
#mobile-navigation ul li .mobile-navigation-dropdown {
	text-align: left;
}
#mobile-navigation ul li .mobile-navigation-dropdown li {
	display: block;
}
#mobile-navigation ul li .mobile-navigation-dropdown li a {
	padding:10px 15px;
	font-size:12px;
	line-height:18px;
}

.mobile-navigation-dropdown-trigger {
	position:absolute;
	width:44px;
	height:44px;
	text-align: center;
	right:16px;
	top:0px;
	-webkit-transition:background 0.3s;
	transition:background 0.3s;
}
.mobile-navigation-dropdown-trigger:hover { 
	cursor:pointer;	
	background:#000;
}
.mobile-navigation-dropdown-trigger .material-symbols-outlined {
	vertical-align: middle;
	font-size:24px;
	width:24px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-12px;
	left:50%;
	margin-left:-12px;	
}

.mobile-navigation-dropdown-active .mobile-navigation-dropdown {
	display:block !important;
}

#mobile-widget {
	text-align: center;
	margin:0px auto;
	width:100%;
}
#mobile-cta {
	margin:30px auto;
	text-align: center;
}

#mobile-widget3 {
	display: block;
	margin-left:0px;
}
#mobile-widget3 img {
	width:60px;
	display: block;
	margin:30px auto 0 auto;
}


#header {
	position:fixed;
	width:100%;
	top:0px;
	left:0px;
	z-index:1000;
	box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
}
#header-main {
	position:relative;
	background-color:#000;
	font-size:0px;
	line-height:0px;
	vertical-align: middle;
	-webkit-transition:background-color 0.3s;
	transition:background-color 0.3s;
	color:#fff;
}
#header-sub {
	background:#fff;
	line-height:18px;
	padding:10px 0;
}
#header-sub-content {
	position:relative;
	padding-right:420px;
}
#header-sub-feature {
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-16px;
}

.header-sub-item {
	text-transform: uppercase;
	font-weight:600;
	font-size:14px;
	line-height:20px;
	color:#000;
	position:relative;
	padding:6px 0 6px 0px;
	display:inline-block;
}
.header-sub-item-icon {
	padding-left:40px;
}
.header-sub-item .material-symbols-outlined {
	position:absolute;
	left:0px;
	top:50%;
	width:32px;
	overflow: hidden;
	font-size:32px;
	margin-top:-16px;
	color:#e0541a;
}

#header-sub-google {
	padding-right:200px;
}
#header-sub-google img {
	height:32px;
	width:auto;
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-16px;
}

.header-fixed {
	
}

#header-inner {
	padding:0px 0px 0px 320px;
	position:relative;
}

#header-logo {
	width:280px;
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-44px;
	-webkit-transition:width 0.3s, margin 0.3s, padding 0.3s;
	transition:width 0.3s, margin 0.3s, padding 0.3s;
}
.header-fixed #header-logo {
	width:260px;
	margin-top:-42px;
}
#header-logo img {
	display:block;
}

.header-info {
	position:relative;
	text-align: right;
	padding:15px 0;
}

.header-widget {
	display: inline-block;
	font-size:20px;
	line-height:20px;
	font-family: 'Oswald';
	font-weight:400;
	text-transform: uppercase;
	vertical-align: middle;
	margin-left:30px;
}
#header-widget {
	text-align: right;
}
.header-widget-text {
	display: block;
	font-size:16px;
}
.header-widget-phone {
	font-size:22px;
	line-height:28px;
}

#header-widget2 {
	
}
.header-widget2-circle {
	background:#e0541a;
	display: inline-block;
	vertical-align: top;
	width:8px;
	height:8px;
	border-radius:100px;
	margin:6px 4px 0px 4px;
}

#header-widget3 img {
	width:45px;
	display: block;
}



#header-cta {
	display: inline-block;
	vertical-align: middle;
	margin-left:30px;
}


#header-navigation-container {
	text-align: right;
}
#header-navigation {
	display:inline-block;
	background:#e0541a;
	padding:0 30px;
	position:relative;
}
#header-navigation-angle {
	position:absolute;
	width:32px;
	height:100%;
	background:url('../images/interface/header-nav-angle.png') no-repeat 100% 100%;
	pointer-events: none;
	left:-32px;
	top:0px;
}
#header-navigation-bar {
	background:#e0541a;
	position:absolute;
	width:100%;
	left:50%;
	height:44px;
	z-index:1;
	bottom:0px;
	pointer-events: none;
}
#header-navigation ul {
	margin:0px;
	padding:0px;
	font-size:0px;
}
#header-navigation ul li {
	margin:0px;
	padding:0px;
	display: inline-block;
	position:relative;
}
#header-navigation ul li a {
	display: block;
	color:#fff;
	font-weight:600;
	text-transform: uppercase;
	font-family: 'PT Sans';
	letter-spacing:0.07em;
	font-size:14px;
	line-height:20px;
	padding:12px 16px;
	min-width: 26px;
	-webkit-transition:padding 0.3s;
	transition:padding 0.3s;
}
.header-fixed #header-navigation ul li a {
	padding:12px 12px;
}

#header-navigation ul li .material-symbols-outlined {
	vertical-align: middle;
	font-size:16px;
	margin-top:-2px;
	width:16px;
	overflow:hidden;
}

#header-navigation ul li a:hover {
	color:#fff;
}
#header-navigation ul li #active-header-item {
	color:#fff;
	position:relative;
}
#header-navigation ul li #active-header-item::after {
	background:#29c5f6;
	position:absolute;
	bottom:0px;
	left:50%;
	width:50px;
	margin-left:-25px;
	height:5px;
	content: "";
}


#header-navigation ul li .header-navigation-dropdown {
	display:none;
	position: absolute;
	top:100%;
	left:0px;
	width:300px;
	background:#16171c;
}
#header-navigation ul li:hover .header-navigation-dropdown {
	display:block;
}
#header-navigation ul li .header-navigation-dropdown {
	text-align: left;
}
#header-navigation ul li .header-navigation-dropdown li {
	display: block;
}
#header-navigation ul li .header-navigation-dropdown li a {
	padding:10px 15px;
	font-size:12px;
	line-height:18px;
}


#mobile-menu-trigger {
	display:none;
	position:absolute;
	left:0px;
	height:42px;
	margin-top:-21px;
	top:50%;
	font-size:0px;
}
#mobile-menu-trigger:hover {
	cursor:pointer;
}
#mobile-menu-trigger:hover .header-function-item {
	color:#e0541a;
}


#header-functions {
	display:block;
	position:absolute;
	right:0px;
	height:42px;
	margin-top:-21px;
	top:50%;
	font-size:0px;
}
.header-function-item {
	width:42px;
	height:42px;
	line-height:42px;
	display:inline-block;
	font-size:20px;
	text-align: center;
	color:#e0541a;
	-webvkit-transition:color 0.3s;
	transition:color 0.3s;
}
.header-function-item .material-symbols-outlined {
	font-size:28px;
	line-height:42px;
	pointer-events: none;
}

.page-section {
	position:relative;
}
.container {margin:0 auto; position:relative; z-index:10;}
.container-fw {max-width:94%;}
.container-lg {max-width:1180px;}
.container-rg {max-width:960px;}
.container-md {max-width:740px;}
.container-sm {max-width:560px;}
.container-xsm {max-width:420px;}

.section-bg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	z-index:1;
	pointer-events: none;
}
.section-gradient {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:2;
	pointer-events: none;
}

.section-image {
	position:absolute;
	z-index:3;
	background-size:cover;
}


.first-section {
	padding-top:176px;
}

.heading-section {
	
}
.heading-section .section-bg {
	background-image:url('../images/interface/why-choose-bg.jpg');
	opacity:1;
	background-position: center;
}
.heading-section .section-gradient {
	background-color:rgba(0,0,0,0.6);
}
.heading-section .preheader {
	font-size:20px;
}

.dark-section {
	background:#16171c;
	color:#fff;
}
.dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section strong, .dark-section b {
	color:#fff;
}

.coloured-section {
	background:#29c5f6;
	color:#101013;
}
.coloured-section h1, .coloured-section h2, .coloured-section h3, .coloured-section h4, .coloured-section h5, .coloured-section strong, .coloured-section b {
	color:#101013;
}

.coloured-section .preheader {
	color:#232123;
}

.grey-section {
	background:#f5f5f5;
}

.content-xxsm {
	padding:10px 0;
}
.content-xsm {
	padding:20px 0;
}
.content-sm {
	padding:30px 0;
}
.content-rg {
	padding:50px 0;
}
.content-lg {
	padding:100px 0;
}
.content-xlg {
	padding:100px 0;
}

.module {
	position: relative;
	border-radius:10px;
}
.module-white {
	background:#fff;
	-webkit-box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
	box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
	border-radius:10px;
}
.module-bop {
	background:rgba(18,21,25,0.7);
	border-radius:10px;
}

.module-enquiry {
	background:#000;
	border:10px solid #29c5f6;
	-webkit-box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
	box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
}
.module-enquiry label {
	color:#fff;
	font-weight:400;
}

.module-content {
	position:relative;
	z-index:10;
}

.module-content-lg {
	padding:50px;
}
.module-content-rg {
	padding:40px;
}
.module-content-sm {
	padding:20px;
}


.servbox {
	border-radius:20px;
	overflow: hidden;
}

#underfloor-box .section-bg {
	background-image:url('../images/assets/underfloor.jpg');
}
#airsource-box .section-bg {
	background-image:url('../images/assets/airsource.jpg');
}
#bathroom-box .section-bg {
	background-image:url('../images/assets/bathrooms.jpg');
}

.gradbox-right .section-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0d0c0b+0,0d0c0b+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(13,12,11,1) 0%, rgba(13,12,11,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(13,12,11,1) 0%,rgba(13,12,11,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(13,12,11,1) 0%,rgba(13,12,11,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0c0b', endColorstr='#000d0c0b',GradientType=1 ); /* IE6-9 */
}




.content-image {
	border-radius:10px;
	overflow: hidden;
}
.content-image img {
	display: block;
}


#home-banner .section-image {
	width:50%;
	height:100%;
	top:0px;
	right:0px;
	background-position:left;
}
#home-banner-content {
	padding-right:30px;
	font-size:19px;
}
#home-banner-content h1 {
	font-size:54px;
	line-height:54px;
}
#home-banner-form {
	max-width:460px;
	margin:0 auto;
}

#home-banner-checks-mobile {display:none;}

.gradbox-right .section-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0d0c0b+0,0d0c0b+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(13,12,11,1) 0%, rgba(13,12,11,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(13,12,11,1) 0%,rgba(13,12,11,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(13,12,11,1) 0%,rgba(13,12,11,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0c0b', endColorstr='#000d0c0b',GradientType=1 ); /* IE6-9 */
}




#history-section .section-bg {
	background-image:url('../images/interface/fbs-history-bg.jpg');
}
#history-section .section-gradient {
	background-color:rgba(0,0,0,0.8);
}

#history-content {
	position: relative;
	padding-left:420px;
}
#history-content-image {
	position:absolute;
	left:0px;
	top:66px;
	width:380px;
	text-align: center;
	font-style: italic;
	font-size:13px;
	color:#999;
}
#history-content-image img {
	display: block;
	margin:0 auto 10px auto;
	max-width: 280px;
	border-radius:10px;
}



.breadcrumbs {
	font-size:12px;
	text-transform: uppercase;
	letter-spacing:0.06em;
	margin-bottom:24px;
}
.breadcrumb-spacer {
	display: inline-block;
	margin:0 6px;
	color:#c2c4c6;
}
.breadcrumb {
	display: inline-block;
}
.breadcrumb-active {
	
}






#footer-section {
	background:#16171c;
	border-top:8px solid #e0541a;
}
#footer-logo {
	max-width:200px;
	display:inline-block;
	margin:0 0 20px 0;
}
#footer-logo img {
	display: block;
}

.socials-icons {
	margin-bottom:24px;
}
.socials-icon {
	display: inline-block;
	width:46px;
	margin:4px;
}

#footer-section h5 {
	margin-bottom:12px;
	font-size:18px;
}

#footer-disclaimer {
	padding:10px;
	border-radius:10px;
	background:#101013;
	font-size:12px;
	line-height:18px;
	margin-top:30px;
	color:#6e747b;
}

.footer-links {
}
.footer-links ul {
	margin:0;
	padding:0px;
	font-size:0px;
	line-height:0px;
}
.footer-links ul li {
	margin:0;
	padding:0px;
}
.footer-links ul li a {
	font-size:12px;
	text-transform: uppercase;
	letter-spacing:0.06em;
	color:#c2c4c6;
	font-weight:400;
}
.footer-links ul li a:hover {
	color:#fff;
}

#whoby-section {
	font-size:11px;
	text-transform: uppercase;
	letter-spacing:0.06em;
	line-height:20px;
	color:#6e747b;	
	background:#101013;
}

#made-marketed {
	color:#fff;
	vertical-align:middle;
	padding:6px;
	line-height:20px;
}
#made-marketed-logos {
	padding-bottom:10px;
}
.made-marketed-item {
	display: inline-block;
	vertical-align:middle;
	margin:0 5px;
	height:32px;
	line-height:32px;
}
.made-marketed-item img {
	display: inline-block;
	max-height:100%;
}
#made-marketed-x {
	display:inline-block;
	font-weight:600;
	font-size:16px;
	line-height:32px;
}

.contact-item {
	padding:10px 30px 10px 70px;
	text-align: left;
	display:inline-block;
	position:relative;
}
.contact-item-icon {
	position:absolute;
	left:10px;
	top:10px;
	width:48px;
	height:48px;
	text-align: center;
	line-height:48px;
	color:#e0541a;
}
.contact-item-icon .material-symbols-outlined {
	line-height:48px;
	font-size:42px;
}
.contact-item-label {
	display:block;
	font-weight:500;
	text-transform: uppercase;
	font-size:13px;
	letter-spacing:0.06em;
	color:#757b82;
}
.contact-item-value {
	display:block;
	font-weight:600;
	text-transform: uppercase;
	font-size:16px;
	letter-spacing:0.06em;
}
.contact-item-value a {
	color:#fff;
}
.contact-item-value a:hover {
	color:#fff;
	text-decoration: underline;
}


.icon-item {
	padding:0px 0px 0px 72px;
	text-align: left;
	display:inline-block;
	position:relative;
}
.icon-item-icon {
	position:absolute;
	left:0px;
	top:0px;
	width:56px;
	height:56px;
	overflow: hidden;
	text-align: center;
	line-height:56px;
	color:#e0541a;
}
.icon-item-number {
	position:absolute;
	left:0px;
	top:0px;
	width:56px;
	height:56px;
	overflow: hidden;
	text-align: center;
	color:#e0541a;
	font-family: 'Oswald';
	font-size:56px;
	font-weight:500;
	line-height:56px;
}
.icon-item-icon .material-symbols-outlined {
	line-height:56px;
	font-size:56px;
}
.icon-item-label {
	display:block;
	font-family:'Oswald';
	font-weight:400;
	color:#232123;
	text-transform: uppercase;
	font-size:18px;
}
.icon-item-value {
	display:block;
	font-size:16px;
}



#pipe-bg {
	height:72px;
	background-image: url('../images/interface/copper-pipe.png');
	background-size:auto 100%;
	background-repeat: repeat-x;
	background-position:center;
}

#blinds-box {
	background-image: url('../images/interface/blinds-bg.jpg');
	background-size: cover;
	background-position:right;
}
#shutters-box {
	background-image: url('../images/interface/blinds-bg.jpg');
	background-size: cover;
	background-position:right;
}
#curtains-box {
	background-image: url('../images/interface/blinds-bg.jpg');
	background-size: cover;
	background-position:right;
}



.jh-slider-button {
	color:#fff;
	background: #e0541a;
	padding:8px 20px;
	display: inline-block;
	font-size:20px;
	line-height:20px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.jh-slider-button-left {
	border-radius:100px 0 0 100px;
}
.jh-slider-button-right {
	border-radius:0 100px 100px 0;
}
.jh-slider-button:hover {
	cursor:pointer;
	box-shadow: 0 6px 10px rgba(0,0,0,0.05);
}



.jh-services-slider-container {
	margin-left:-220px;
	padding-top:50px;
}
.jh-services-slider-container .jh-slider {
	height:366px;
}

.jh-services-slider-container .jh-slider-active-item-1 {
	margin-top:-50px;
}
.jh-slider-service {
	border-radius:10px;
	overflow: hidden;
	height:326px;
	position:relative;
	background:#f7f7f7;
	display:block;
	color:#102a43;
}
.jh-slider-service-image {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background-size:cover;
	background-position: center;
	display:block;
}
.jh-slider-service-content {
	background:#fff;
	position:absolute;
	bottom:0px;
	left:0px;
	padding:15px 15px;
	border-radius:0 100px 0 0;
	width:290px;
	line-height:20px;
	display:block;
}
.jh-slider-service-header {
	font-size:19px;
	line-height:24px;
	display:block;
}



.jh-testimonial-slider-container {
	position:relative;
	margin-left:-20px;
}
.jh-testimonial-slider-container .jh-slider-button {
	position:absolute;
	top:50%;
	margin-top:-22px;
	border-radius:100px !important;
	padding:12px !important;
}
.jh-testimonial-slider-container .jh-slider-button-left {
	left:-36px;
}
.jh-testimonial-slider-container .jh-slider-button-right {
	right:-56px;
}


.testimonial-item {
	background:#fff;
	padding: 30px;
	-webkit-box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
	box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
	border-radius:10px;
	color:#232123;
}
.testimonial-item-content {
	margin-bottom:10px;
}
.testimonial-item-by {
	font-weight:600;
}
.testimonial-item-stars {
	background:url(../images/interface/star.png) repeat-x;
	height:24px;
	max-width:120px;
	background-size:auto 100%;
	margin-bottom:10px;
}


.brand-container {
	font-size:0px;
	line-height:0px;
}
.brand-item {
	display: inline-block;
	max-width:150px;
	vertical-align: top;
}
.brand-item-inner {
	display:table;
	height:70px;
	width:100%;
}
.brand-item-image {
	display: table-cell;
	vertical-align: middle;
	padding:10px;
}
.brand-item-image img {
	display: block;
}

/** BUTTON STYLES **/

.button {
	position:relative;
	padding:10px 20px;	
	border:none;
	border-radius:100px;
	font-weight:500 !important;
	font-family: 'Oswald';
	text-align:center;
	font-size:16px; 
	line-height:20px; 
	cursor:pointer;
	display:inline-block;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	text-transform: uppercase;
	-webkit-touch-callout: none; 
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none; 
        -ms-user-select: none;
            user-select: none;
}
.button:hover {
	cursor:pointer;
}

.button-default {
	background:#ffba00;
	color:#000000;
}
.button-default:hover {
	background: #fec630;
	color:#000000 !important;
}

.button-white {
	color:#212227 !important;
	background: #fff;
}
.button-white:hover {
	color:#212227 !important;
	background: #fff;
}

.button-black {
	color:#fff !important;	
	background: #161b1f;
}
.button-black:hover {
	background:#111;
}

.button:disabled, .button:disabled:hover, .button-disabled, .button-disabled:hover {
	background:#eaebee !important;
	color:#9f959f !important;
	cursor:default !important;
}


.button i, .button-disabled i {
	font-size:14px;
	margin-left:5px;
}

.button-block {
	display:block;
	width:100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing:border-box;
}

.button-large {
	padding:14px 25px !important;
	font-size:20px !important; 
	line-height:20px !important; 
}

.button-small {
	padding:4px 10px !important;
	font-size:13px !important; 
}

.button-extra-small {
	padding:2px 5px !important;
	font-size:12px !important;
	line-height:18px; 
}

.button-arrow {
	position:absolute;
	right:12px;
	width:28px;
	height:28px;
	margin-top:-14px;
	top:50%;
	overflow:hidden;
}
.button-arrow .material-symbols-outlined {
	font-size:28px;
}
.button-larrow {
	position:absolute;
	left:0px;
	width:28px;
	height:28px;
	margin-top:-14px;
	top:50%;
	overflow:hidden;
}
.button-larrow .material-symbols-outlined {
	font-size:28px;
}


.button-w-arrow {
	padding-right:44px;
}

.button-large.button-w-arrow {
	padding-right:44px !important;
}

.button-w-larrow {
	padding-left:32px !important;
}

.button-large.button-w-larrow {
	padding-left:32px !important;
}

/** INPUT STYLES **/

.success-message {
	background:#dff0d8;
	padding:15px 30px;
	border:1px solid #d6e9c6;
	color:#468847;
	font-size:13px;
	border-radius:4px;
}

.success-message strong, .success-message h5 {
	color:#468847;	
	font-weight:400;
}

.error-message {
	background:#f2d5d6;
	padding:15px 30px;
	border:1px solid #ecc2ca;
	color:#8f553f;
	font-size:13px;
	border-radius:4px;
}

.error-message strong, .error-message h5 {
	color:#8f553f;
	font-weight:400;
}

.mini-error-message {
	text-transform:uppercase;
	line-height:14px;
	background:#f2d5d6;
	padding:0px 5px;
	border:1px solid #ecc2ca;
	color:#8f553f;
	border-radius:2px;
	font-size:9px;
	font-weight:400;
	margin-bottom:0;
	display:none;
}

.mbottom6 {
	margin-bottom:6px !important;	
}

.mbottom {
	margin-bottom:12px !important;	
}

.mbottom24 {
	margin-bottom:24px !important;	
}

.mbottom30 {
	margin-bottom:30px !important;	
}

.mbottom40 {
	margin-bottom:40px !important;	
}

.nombottom {
	margin-bottom:0px !important;	
}

label {
	display:inline-block;
	line-height:20px;
	font-size:14px;	
	font-weight:600;
	margin-bottom:8px;	
}

.input-container {
	padding:0 13px;
	margin:0px 30px 0px -13px;
	position:relative;
}

.select-container {
	transition:border-color 0.3s;
	-webkit-transition:border-color 0.3s;
	overflow:hidden;
	background:#f5f5f5;
	color:#232123;
	border:1px solid;
	border-color:#fff;
	border-radius:6px;
}

.file-input-container {
	padding:0px 20px;
	margin:0px 20px 0px -20px;
}

.form-checkbox-container {
	background:#f7f8fc;
	border:1px solid #f7f8fc;
	padding:10px 10px 10px 44px;
	position:relative;
	line-height:18px;
	font-size:14px;
}
.form-checkbox-container input[type="checkbox"] {
	position:absolute;
	left:14px;
	top:14px;
}

input[type="text"], input[type="password"], input[type="number"] {
	display:block;
	height:36px;
	line-height:36px;
	width:100%;
	padding:9px 20px;
	font-size:19px;
	transition:border-color 0.3s, background-color 0.3s;
	-webkit-transition:border-color 0.3s, background-color 0.3s;
	background:#f5f5f5;
	color:#232123;
	border:1px solid;
	border-color:#fff;
	border-radius:6px;
}

input[type="file"] {
	display:block;
	height:32px;
	line-height:32px;
	width:100%;
	padding:12px 20px;
	cursor:pointer;
	border-radius:4px;
	background:#f7f7f7;
	color:#333;
}

input[type="submit"] {
	line-height:24px !important;
}

input[type="text"]:disabled {
	background:#f7f7f7 !important;
	color:#ccc !important;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	display:block;
	width:100%;
	color:#232123;
	border:none;
	background-color:#f5f5f5;
	background-image:url(../images/interface/select-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	height:56px;
	line-height:56px;
	font-size:17px;
	padding:0 20px;
}
select:disabled {
	background:#f7f8fc !important;
	color:#999;
}

select option {
	padding:0 5px;	
	color:#ccc;
}

textarea {
	display:block;
	width:100%;
	max-width:100%;
	min-width:100%;
	border-radius:6px;
	min-height:122px;
	padding:15px 20px;
	font-size:19px;
	transition:border-color 0.3s, background-color 0.3s;
	-webkit-transition:border-color 0.3s, background-color 0.3s;
	background:#f5f5f5;
	color:#232123;
	border:1px solid;
	border-color:#fff;
	line-height:24px;
}

#checker {
	display:none;	
}

input[type="checkbox"]{
    -webkit-appearance: checkbox;
}
input[type="radio"]{
    -webkit-appearance: radio;
}

.asterix {
	font-weight:600;
	color:red;	
}

input {
	-webkit-appearance:none;	
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color:#32A4D9 !important;	
}

table tr td {
	vertical-align:top;	
}

/** DIALOG OVERLAY **/
#dialog-overlay {
	width:0px;
	height:0px;
	position:fixed;
	background-color: rgb(238, 238, 238);
    background-color: rgba(238, 238, 238, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C9EEEEEE, endColorstr=#C9EEEEEE);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#C9EEEEEE, endColorstr=#C9EEEEEE)";
	z-index:2000;
	top:0;
	left:0;	
	opacity:0;
	transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
	overflow:hidden;
}

.dialog-notification {
	position:absolute;
	top:90px;
	left:50%;
	width:600px;
	margin-left:-200px;
	opacity:0;
	z-index:2500;
	background:#fff;
	-webkit-box-shadow:0 18px 35px rgba(50,50,93,.1),0 8px 15px rgba(0,0,0,.07);
	box-shadow:0 18px 35px rgba(50,50,93,.1),0 8px 15px rgba(0,0,0,.07);
	-webkit-transform: scale(0.2, 0.2);
	transform: scale(0.2, 0.2);
	-webkit-transition:opacity 0.3s, -webkit-transform 0.3s;
	transition:opacity 0.3s, transform 0.3s;
	overflow:hidden;
}

.dialog-content {
	max-height:700px;
	overflow-y:scroll;
	margin-right:-20px;
	padding-right:20px;	
	-webkit-overflow-scrolling: touch;
}

.dialog-module {
	position:relative;
	padding:20px;	
}

.dialog-close {
	position:absolute;
	top:26px;
	right:30px;
	cursor:pointer;
}

.dialog-close i {
	font-size:18px;
}

table {
	width:100%;
}
table tr td {
	padding:5px 15px;
	line-height:20px;
	font-size:16px;
}
.valigned tr td {
	vertical-align:middle;
}

.header-row td {
	font-weight:600;
	color:#111;
	padding-top:12px;
	padding-bottom:12px;
	font-size:17px;
}
.alt-row {
	background:#f7f8fc;	
}











.hs-check-item {
	position:relative;
	padding-left:40px;
}

.hs-check-icon {
	position:absolute;
	left:0px;
	top:0px;
	width:28px;
	height:28px;
	border-radius:100px;
	background:#37cd7d;
	color:#fff;
	text-align: center;
	line-height:36px;
	pointer-events:none;
	-webkit-touch-callout: none; 
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none; 
        -ms-user-select: none;
            user-select: none;
	overflow: hidden;
}

.hs-check-icon .material-symbols-outlined {
	position:absolute;
	left:50%;
	top:50%;
	font-size:24px;
	margin-top:-12px;
	margin-left:-12px;
}
.hs-check-content {
	display: table;
	min-height:28px;
}
.hs-check-content-inner {
	display:table-cell;
	vertical-align: middle;
	font-size:20px;
}
.hs-check-content-inner a {
	color:#232123;
	text-decoration: underline;
}


.how-it-works-item {
	background:#fff;
	border-radius:10px;
	padding:30px;
	font-size:14px;
	line-height:20px;
	-webkit-box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
	box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
	position:relative;
	-webkit-transition:-webkit-transform 0.3s;
	transition:transform 0.3s;
}
.how-it-works-item:hover {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.how-it-works-icon {
	width:72px;
	height:72px;
	margin:0 auto 10px auto;
}
.how-it-works-icon img {
	display:block;
}
.how-it-works-item-link {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

#why-choose-section .section-bg {
	background-image: url('../images/interface/why-choose-bg.jpg');
}
#why-choose-section .section-gradient {
	background-color:rgba(0,0,0,0.6);
}

.why-choose-item {
	text-align:center;
	max-width:360px;
	margin:0 auto;
}
.why-choose-icon {
	width:72px;
	overflow: hidden;
	height:72px;
	margin:0 auto 10px auto;
}
.why-choose-icon .material-symbols-outlined {
	font-size:72px;
}
.why-choose-title {
	font-family: 'Oswald';
	text-transform: uppercase;
	font-weight:500;
	font-size:20px;
	line-height:28px;
	margin-bottom:6px;
}
.why-choose-desc {
	font-family: 'PT Sans';
	font-size:14px;
	line-height:20px;
}


#stepbg-section .section-image {
	background-image: url('../images/interface/stepbg.png');
	background-size:100% auto;
	background-position:center;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
}

#stepsection-2 {
	padding-top:50px;
}


.custom-enquiry-form {
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
	overflow: hidden;
}
.custom-enquiry-form-item {
	overflow: hidden;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity:0;
	height:0px;
}


#cookie-message-container {
	position:fixed;
	left:0px;
	bottom:0px;
	pointer-events: none;
	max-width:460px;
	z-index:1003;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}
#cookie-message-inner {
	padding:20px;
}
#cookie-message {
	padding:20px;
	background:#0D0C0B;
	border-radius:10px;
	color:#fff;
	font-size:12px;
	line-height:20px;
	-webkit-box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
	box-shadow: 0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
	pointer-events: auto;
}
