:root {
	--main-color: #D87F48;
	--hover-color: #ac4a0c;
}
/*
BASE
*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #424d45;
}
a {
	text-decoration: none !important;
}
p, h1, h2, h3, h4, h5 {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	font-family: 'Oswald', sans-serif;
	font-weight: 900;
	color: #1f211f;
}
p {
	color: rgba(67,77,69,1);
}
textarea, input, button {
	outline: none;
}
/*
COMMON
*/
.lq{
   font-size: 18px;
   font-weight: 700;
   color: var(--main-color);
}
.rq{
   font-size: 18px;
   font-weight: 700;
   color: var(--main-color);
}
.text-white {
	color: white!important;
}
.bg-orange {
	background-color: var(--main-color)!important;
}
.section h3 {
	font-size: 30px;
	font-weight: 700;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.discover, .quotation, .carousel-control, .back-index {
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
}
.discover:hover, .quotation:hover, .carousel-control:hover, .back-index:hover {
	background: var(--hover-color) !important;
}
.section h3 a {
	color: #1f211f;
}
/*
HEADER
*/
.section-header {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
.header-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	z-index: 1;
}
.section-header .container {
	position: relative;
	z-index: 2;
}
.section-header .logo {
	margin-bottom: 30px;
}
.section-header h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.125;
	margin-bottom: 35px;
}
.section-header h1 span {
	display: block;
}
.section-header h2 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 10px;
}
.header-list {
	margin-bottom: 25px;
}
.header-list span {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.0;
	background: #ebf0fa;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	display: inline-block;
	padding: 14px 14px 15px;
	margin-right: 8px;
	margin-bottom: 10px;
	border-radius: 21px;
}
.header-list span:last-child {
	margin-right: 0;
}
.header-buttons {
	font-size: 0;
}
.header-buttons a, .back-index {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.0;
	text-align: center;
	padding: 18px;
	border-radius: 5px;
	display: inline-block;
}
.discover {
	color: #fff !important;
	background: var(--main-color);
	margin-right: 16px;
}
.contact {
	color: var(--main-color) !important;
    background: transparent;
    padding: 15px 30px !important;
    border: 3px solid var(--main-color);
}
.header-intro {
	width: 596px;
	margin: 75px 0 0 344px;
}
.header-about {
	margin-top: 90px;
	width: 460px;
}
.header-about h3 {
	margin-bottom: 20px;
}
.header-about p, .section-features p, .needs p {
	line-height: 26px;
	margin-bottom: 16px;
}
.mobile-contact {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.0;
	text-align: center;
	color: #fff !important;
	background: var(--main-color);
	width: 100%;
	padding: 20px 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
/*
FEATURES
*/
.section-features {
	text-align: center;
	margin-top: 120px;
	padding-bottom: 70px;
	background-image: url(../img/features-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	height: auto;
}
.section-features h3 {
	margin-bottom: 30px;
}
.badges {
	text-align: center;
	margin: 20px 0 20px;
	display: inline-flex;
}
.badges img {
	width: 146px;
	height: auto;
	margin-bottom: 20px;
	float: none;
}

.badges p {
	font-size: 12px;
}
.four{	
	display: block;	
	color:#000000;
	float: left;
	padding-bottom: 20px;
}
.light-blue{
	color:var(--main-color);
}
.text {
	text-align: center;
	background: var(--main-color);
	width: 100%;
	padding: 40px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}
.text-large {
	height: 460px;
	text-align: left;
}
.text-large p, .text-sp {
	font-weight: 300;
	line-height: 26px;
}
.text-large p {
	font-size: 16px;
	color: #fff;
}
.text-sp {
	font-size: 16px;
}
.text-small {
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	line-height: 1.25;
	width: 220px;
	height: 220px;
	text-transform: uppercase;
}
.text h3 {
	color: #fff;
	margin-bottom: 30px;
}
.m10 {
	margin: 10px 0;
}
.mb00 {
	margin-bottom: 0px;
}
.video {
	background: #14508c !important;
	width: 480px;
	height: 460px;
	padding-top: 100px;
}
.video-sp {
	margin-bottom: 10px;
}
/*
TESTIMONIALS
*/
.section-testimonials {
	text-align: center;
	background: #ebf3fa;
}
.section-testimonials h3 {
	margin-bottom: 30px;
}
.section-testimonials p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}
.carousel-control {
	text-shadow: none;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	opacity: 1.0;
}
.carousel-control.left, .carousel-control.right {
	background: var(--main-color);
}
.carousel-control .glyphicon {
	font-size: 16px;
	margin-top: 0 !important;
	margin-right: auto;
	margin-bottom: 0 !important;
	margin: auto !important;
	top: 14px;
	right: 0;
	bottom: 0;
	left: 0;
}
.carousel-indicators .active {
	background: var(--main-color) !important;
}
.indicators {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	right: 0;
	bottom: -20px;
	left: 0;
}
.testimonial-indicator {
	background-color: #fff !important;
	border: 1px solid var(--main-color) !important;
}
.testimonial-content p {
	margin-bottom: 20px;
}
.testimonial-content img {
	float: left;
	margin-top: -20px;
	width: 7%;
}
.carousel-inner {
	position: relative;
	z-index: 10;
	height: 180px;
}
.carousel-content {
	padding-top: 20px;
}
.testimonial-title {
	position: relative;
	z-index: 1;
}
.testimonial-name {
	font-size: 16px !important;
	font-weight: 400 !important;
}
.testimonial-name span {
	color:var(--main-color);
}
/*
ENQUIRE
*/
.section-enquire {
	padding: 540px 0 140px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	width: 100%;
	background-color: #fff;
	height: auto;
	position: relative;
}
.section-enquire-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/enquire-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.section-enquire .containeer {
	position: relative;
	z-index: 1;
}
.section-enquire h3 {
	margin-bottom: 30px;
	color: #fff;
}
.needs h3, .needs p {
	color: #fff;
}
.p40 {
	padding: 0 40px;
}
.enquire-form {
	text-align: center;
	background: var(--main-color);
	padding: 40px 60px 40px;
}
.telno {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.0;
	color: #fff !important;
	background: url(../img/icon-phone.png) no-repeat;
	display: inline-block;
	padding-left: 24px;
	margin-bottom: 20px;
}
.enquire-form p {
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 5px;
	color: #fff;
}
.inline-block {
	display: inline-block!important;
}
.enquire-form p span {
	color: #b40000;
}
.enquire-form input, .enquire-form textarea {
	width: 100%;
	height: 36px;
	padding: 0 10px;
	border: none;
	outline: none;
	border-radius: 4px;
	margin-bottom: 10px;
}
.enquire-form textarea {
	height: 36px;
	padding: 10px;
	resize: none;
	overflow: hidden;
}
.checker {
	text-align: left;
}
.checkbox {
	display: inline-block;
	width: auto !important;
	height: auto !important;
	margin: 5px 5px 5px 0 !important;
}
.quotation {
	font-size: 16px;
	font-weight: 700;
	color: #fff !important;
	background-color: #8f7e6f !important;
	height: 60px !important;
	margin-top: 10px;
}
.permission {
	font-size: 11px !important;
	font-weight: 400 !important;
	line-height: 1.5;
	margin-bottom: 0 !important;
}
/*
FAQ
*/
.panel-group {
 	margin-bottom: 0;
}
.panel-group .panel {
 	border: none;
}
.panel-group .panel+.panel {
	margin-top: 0px;
}
.panel-default > .panel-heading {
	background: #fff;
	padding: 0;
	border: none;
}
.section-faq {
	text-align: center;
	margin-bottom: 220px;
}
.section-faq h3 {
	margin-bottom: 60px;
}
.faq-wrap {
	margin-bottom: 16px !important;
	box-shadow: none;
}
.faq-content {
	margin-bottom: 0px;
}
.faq-content  p a {
	color: #465046 !important;
}
.faq-button {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--main-color) !important;
	text-align: left;
	width: 100%;
	height: auto;
	display: block;
	border: none;
	cursor: pointer;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}
.faq-details {
	text-align: left;
	background: #fff;
	padding-top: 10px;
}
.faq-details p {
	line-height: 26px;
}
.faq-details ul {
	padding: 10px 0 0 20px;
}
.faq-details li {
	line-height: 26px;
	color:rgba(67,77,69,1);
}
/*
LOCATION
*/
/*.section-location {
	margin-top: 120px;
}*/
.section-location h3 {
	margin-bottom: 30px;
}
.section-location p {
	text-align: left;
}
.address {
	text-align: right;
	overflow: hidden;
}
.facade {
	display: inline-block;
	margin-bottom: 15px;
}
.loc-pointer {
	float: left;
	display: block;
	margin-left: 24px;
}
.address p {
	font-size: 12px;
	color: #000;
	line-height: 1.5;
	text-align: left;
	float: left;
	width: 392px;
	display: block;
	margin-left: 10px;
}
.address a {
	color: #000 !important;
}
.address-sp {
	line-height: 24px !important;
}
.about-details {
	line-height: 26px;
}
/*
FOOTER
*/
.section-footer {
	text-align: center;
	width: 100%;
	background: var(--main-color);
	padding: 15px 0;
	margin-top: 40px;
}
.section-footer p {
	font-size: 12px;
	font-weight: 300;
	color: #fff;
}
.license {
	line-height: 34px;
}
/*
CONTACT SUCCESSFUL
*/
.section-contact-header {
	text-align: center;
	background-image: url(../img/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: auto;
}
.contact-logo {
	margin: 0 auto 30px;
}
.contact-intro {
	padding: 240px 0;
}
.section-successful h3 {
	margin-bottom: 20px;
}
.section-successful {
	text-align: center;
	margin: 60px 0;
}
.back-index {
	background: var(--main-color);
    color: #fff !important;
    margin-top: 40px;
}

@media (max-width: 1700px) {
	.header-bg {
		background-image: url(../img/header-bg.jpg);
		background-repeat: no-repeat;
		background-position: left -100px bottom;
		background-size: cover;
	}
}
@media (max-width: 1680px) {
	.header-bg {
		background-image: url(../img/header-bg.jpg);
		background-repeat: no-repeat;
		background-position: left -222px bottom;
		background-size: cover;
	}
}
@media (max-width: 1370px) {
	.header-bg {
		background-image: url(../img/header-bg.jpg);
		background-repeat: no-repeat;
		background-position: left -334px bottom;
		background-size: cover;
	}
}
@media (max-width: 1280px) {
	.header-bg {
		background-image: url(../img/header-bg.jpg);
		background-repeat: no-repeat;
		background-position: left -406px bottom;
		background-size: cover;
	}
}
@media (max-width: 959px) and (min-width: 769px) {
	body {
		width: 960px;
	}
}
@media (max-width: 768px) {
	.badges {
	text-align: center;
	margin: 20px 0 20px;
	display: block;
}
	/*
	COMMON
	*/
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.container {
		width: 320px;
	}
	.section h3 {
		font-size: 20px;
	}
	/*
	HEADER
	*/
	.section-header {
		height: auto;
		margin-top: 40px;
	}
	.logo {
		margin: 60px 0 40px;
	}
	.header-intro {
		width: 100%;
		text-align: left;
		margin: 0;
	}
	.header-intro img {
		width: auto;
		height: 80px;
	}
	.section-header h1 {
		width: 300px;
		font-size: 36px;
		color: #000000;
		display: inline-block;
	}
	.section-header h1 span {
		display: inline-block;
	}
	.section-header h2 {
		font-size: 16px;
		font-weight: 700;
		color: #000000;
		line-height: 1.5;
		display: inline-block;
		margin-bottom: 10px;
	}
	.header-buttons a {
		display: block;
	}
	.discover, .contact {
		width: 240px;
		margin: 0 auto 10px;
	}
	#sendm {
		margin-bottom: 6px;
	}
	.header-about {
		text-align: left;
		width: 100%;
		margin: 100px 0 30px;
	}
	.list-two {
		margin-right: 40px !important;
	}
	.header-buttons a, .back-index {
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}
	/*
	FEATURES
	*/
	.section-features {
		margin-top: 30px;
		padding-bottom: 80px;
	}
	.section-features h3 {
		text-align: left;
		margin-bottom: 8px;
	}
	.section-features p {
		text-align: center;
		color: inherit;
	}
	.features-intro p {
		text-align: left !important;
	}
	.features-subline {
		text-align: left !important;
	}
	.badges {
		margin: 10px 0 20px;
	}
	.text {
		padding: 50px 20px 30px;
	}
	.text-small {
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	.text-small p {
		font-weight: 700;
		text-align: center !important;
		margin-bottom: 10px;
		line-height: 1.6;
	}
	.tiles img {
		margin-bottom: 10px;
	}
	.tiles img:last-child {
		margin-bottom: 0;
	}
	.p00 {
		padding: 0 !important;
	}
	/*
	TESTIMONIALS
	*/
	.testimonial-content {
		width: 100%;
		margin: 0;
	}
	.carousel-inner {
		height: 276px;
	}
	/*
	FAQ
	*/
	.section-enquire-bg {
		background-image: url(../img/enquire-bg.jpg);
		background-position: center top;
	}
	.section-faq {
		margin-bottom: 14px;
	}
	.faq-content {
		margin-top: 40px;
	}
	.section-faq h3 {
		margin-bottom: 20px;
	}
	.faq-button {
		line-height: 1.25;
	}
	/*
	ENQUIRE
	*/
	.section-enquire {
		height: auto;
		padding-top: 450px;
		padding-bottom: 0;
	}
	.needs {
		text-align: center;
		padding: 0;
		margin-bottom: 30px;
	}
	.enquire-form {
		padding: 20px 20px 80px;
	}
	/*
	LOCATION
	*/
	/*.section-location {
		margin-top: 90px;
	}*/
	.section-location .p40 {
		padding: 0;
		text-align: center;
	}
	.facade img {
		width: 100%;
	}
	.loc-pointer {
		margin-left: 0;
	}
	.address {
		margin-bottom: 30px;
	}
	.address p {
		width: 230px;
	}
	.about-details {
		font-size: 16px;
	}
	/*
	FOOTER
	*/
	.section-footer .container {
		width: 100%;
	}
	/*
	CONTACT SUCCESSFUL
	*/
	.contact-intro {
		padding: 180px 0 60px;
	}
	/*
	OVERRIDES
	*/
	.col-sm-10, .col-sm-6 {
		width: 100%;
	}
	.col-sm-push-6, .col-sm-push-1  {
		left: 0;
	}
	.header-about {
		float: none;
	}
	.covidmessage p, .covidmessage a{
		font-size:13px;
		line-height:1.4;
	}
}
@media print,screen and (max-width: 480px) {
	.badges {
		text-align: center;
		margin: 20px 0 20px;
		display: block;
	}
	.header-bg {
		background: url(../img/header-background-m.jpg) center top no-repeat;
	}
}
@media print,screen and (max-width: 321px){
	.badges {
		text-align: center;
		margin: 20px 0 20px;
		display: block;
	}
		header-intro {
			padding: 0 15px;
	}
	.header-bg {
		background: url(../img/header-background-m.jpg) center top no-repeat;
		background-position: 50% 19%;
	}
}
.popWrap.sticky{
	display:block;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	opacity: 1;
	top: 0;
	left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:var(--main-color);
	position: fixed;
	z-index: 999;
	width: 100%;
}
.popWrap.sticky .covidmessage{
	position: relative;
}
.covidmessage{
	display:block;
	z-index:-1;
	position:absolute;
}
.covidmessage p{
	color:#ffffff;
	font-size:13px;
	text-align:center;
	margin-bottom:0;
}
.covidmessage a, .covidmessage a:hover, .covidmessage a:visited, .covidmessage a:focus{
	color:#ffffff;
	font-size:13px;
	text-decoration: underline !important;
	font-weight: bold;
}