/* 
BASE
*/
body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #424d45;
}
a {
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    color: #1e231e;
}
textarea,
input,
button {
    outline: none;
}
/*
COMMON
*/
.section h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.section h3 a {
    color: #1e231e;
}
.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;
}

/*
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-family: "Oswald", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.125;
    margin-bottom: 35px;
}
.section-header h2 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    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;
    background: #f9f8f4;
    box-shadow: 1px 1px 3px #625242;
    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;
    text-align: center;
    padding: 18px;
    border-radius: 5px;
    display: inline-block;
}
.discover {
    color: #1e231e !important;
    background: #a5d2af;
    margin-right: 16px;
}
.contact {
    color: #783c28 !important;
    background: transparent;
    padding: 15px 30px !important;
    border: 3px solid #783c28;
}
.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;
    text-align: left;
}
.mobile-contact {
    font-family: "Open Sans", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #1e231e !important;
    background: #a5d2af;
    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;
    padding-top: 120px;
    padding-bottom: 70px;
    background-image: url(../img/features-bg.jpg);
    background-color: #f9f8f4;
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
    height: auto;
}
.section-features h3 {
    margin-bottom: 30px;
}
.badges {
    font-size: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 0;
}
.badges div {
    text-align: center;
    margin: 0 5px;
}
.badges img {
    margin-bottom: 20px;
}
.badges p {
    font-size: 16px;
    text-align: center !important;
}
.badges img {
    width: 146px;
    height: auto;
}
.text {
    text-align: center;
    background: #a5d2af;
    width: 100%;
    padding: 40px;
    color: #1e231e !important;
    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: #1e231e !important;
}
.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: #1e231e !important;
    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: #fff;
}
.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;
}
.carousel-control.left,
.carousel-control.right {
    background: #c48e41;
}
.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: #c48e41 !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 #c48e41 !important;
}
.testimonial-content p {
    margin-bottom: 20px;
}
.testimonial-content img {
    float: left;
    margin-top: -20px;
}
.carousel-inner {
    position: relative;
    z-index: 10;
}
.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: #625242;
}
/*
ENQUIRE
*/
.section-enquire {
    padding: 330px 0 160px;
    background-repeat: no-repeat;
    background-position: right top;
    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: right top;
    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: #a5d2af;
    padding: 40px 60px 40px;
}
.telno {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    color: #1e231e !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;
}
.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: white;
    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: #14a050 !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: white;
    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: center;
}
.address {
    padding-top: 40px;
    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: #625242;
    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: #625242;
    color: #fff !important;
    margin-top: 40px;
}
@media (max-width: 959px) and (min-width: 769px) {
    body {
        width: 960px;
    }
}
@media (max-width: 768px) and (min-width: 481px) {
    .header-bg {
        background: url(../img/header-background-m.jpg) center top no-repeat;
        background-position-y: 43px;
    }
}
@media (max-width: 768px) {
    /*
	COMMON
	*/
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .container {
        width: 320px;
    }
    .section h3 {
        text-transform: uppercase;
        font-size: 23px;
    }
    /*
	HEADER
	*/
    .section-header {
        background-color: #f9f8f4;
        height: auto;
        margin-top: 10px;
    }
    .logo {
        margin: 60px 0 40px;
    }
    .header-intro {
        width: 100%;
        text-align: left;
        margin: 0;
    }
    .header-intro img {
        width: auto;
        height: 130px;
        padding-top: 40px;
    }
    .section-header .logo {
        margin: 0px;
    }
    .section-header h1 {
        width: 300px;
        font-size: 36px;
    }
    .section-header h1 span {
        display: inline-block;
    }
    .section-header h1 {
        display: inline-block;
    }
    .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 {
        padding-top: 30px;
        padding-bottom: 80px;
    }
    .section-features h3 {
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 20px;
    }
    .section-features p {
        text-align: left;
        color: inherit;
    }
    .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: left !important;
        margin-bottom: 10px;
        line-height: 1.6;
    }
    .tiles img {
        margin-bottom: 10px;
    }
    .tiles img:last-child {
        margin-bottom: 0;
    }
    .p00 {
        padding: 0 !important;
    }
    .badges div {
        width: calc(50% - 10px);
    }
    /*
	TESTIMONIALS
	*/
    .testimonial-content {
        width: 100%;
        margin: 0;
    }
    /*
	FAQ
	*/
    .section-enquire-bg {
        background-image: url(../img/enquire-bg.jpg);
        background-position: center top;
    }
    .section-faq {
        margin-bottom: 174px;
    }
    .faq-content {
        margin-top: 40px;
    }
    .section-faq h3 {
        margin-bottom: 20px;
    }
    .faq-button {
        line-height: 1.25;
    }
    /*
	ENQUIRE
	*/
    .section-enquire {
        height: auto;
        padding-top: 300px;
        padding-bottom: 0;
    }
    .needs {
        text-align: left;
        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) {
    .header-bg {
        background: url(../img/header-background-m.jpg) center top no-repeat;
        background-position: 56% 0%;
    }
}
@media print, screen and (max-width: 321px) {
    header-intro {
        padding: 0 15px;
    }
    .header-bg {
        background: url(../img/header-background-m.jpg) center top no-repeat;
        background-position: 56% 0;
    }
}
.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: #625242;
    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;
}
