/*!
Theme Name: KWD Theme
Theme URI: http://underscores.me/
Author: Kiwi Website Design
Author URI: http://kiwiwebsitedesign.nz/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: KWD-Theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

KWD Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

.btnn {
	position: relative;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	transition: 0.5s;
}

.btnn:visited {
	color: #000;
}

.btnn:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background-color: #000;
	height: 1px;
	width: 0%;
	transition: 0.5s;
}

.btnn:hover:after {
	width: 100%;
}

.btnn__white {
	color: #fff;
}

.btnn__white:visited {
	color: #fff;
}

.btnn__white:after {
	background-color: #fff;
}

.btnn_v2 {
	padding: 17px 25px;
	color: #000;
	border: 1px solid #000;
	font-size: 13px;
	font-weight: 700;
	position: relative;
	transition: 0.5s;
	display: inline-block;
	background: transparent;
}

.btnn_v2:visited {
	/* border-color: #000; */
	background: transparent;
}

.btnn_v2:active,
.btnn_v2:focus {
	border-color: #000;
	background: transparent;
}

.btnn_v2 span {
	transition: 0.5s;
	font-size: 13px;
	font-weight: 700;
	color: #000;
	position: relative;
	z-index: 1;
}

.btnn_v2:hover span {
	color: #fff;
}

.btnn_v2:after {
	content: "";
	position: absolute;
	width: 00%;
	z-index: 0;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	transition: 0.5s;
}

.btnn_v2:hover:after {
	width: 100%;
}

.btnn_v2__white {
	border-color: #fff;
}

.btnn_v2__white span {
	color: #fff;
}

.btnn_v2__white:after {
	background-color: #fff;
}

.btnn_v2__white:hover span {
	color: #000;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/
body {
	margin: 0;
	margin-bottom: 0px !important;
}

/**
* Render the `main` element consistently in IE.
*/
main {
	display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/
a {
	background-color: transparent;
	outline: none !important;
	text-decoration: none !important;
}
.timber_des p{
	font-weight: 300!important;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
* Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/
img {
	border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
	display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/
template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Header */
h2 {
	font-size: 45px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}

h1 {
	font-size: 45px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}

#page {
	font-family: "Open Sans", sans-serif;
}

#masthead {
	background-color: rgba(0, 0, 0, 0.8);
	padding-top: 17px;
	padding-bottom: 2px;
	position: fixed;
	top: 0;
	z-index: 3;
	width: 100%;
	transition: 0.5s;
}

.scroll-up {
	transform: none;
}

.scroll-down {
	transform: translate3d(0, -100%, 0);
}

.header_fixed {
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 12px;
}

#masthead .right_con {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#masthead .right_con .phone_con a {
	display: inline-block;
	font-family: "Open Sans";
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	transition: 0.5s;
}

#masthead .right_con .phone_con a:hover {
	text-decoration: underline !important;
}

#masthead .ubermenu-skin-grey-white .ubermenu-target {
	text-transform: none;
}

#masthead .ubermenu-skin-grey-white {
	background-color: transparent;
}

#masthead ul li a {
	background-color: transparent;
	font-size: 14px;
	font-weight: 300;
}
/* Header END */

/* Footer */
#colophon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 80%);
	color: #fff;
}

#colophon .container:first-child {
	padding-top: 55px;
	padding-bottom: 55px;
	border-bottom: 1px solid #fff;
}

#colophon .container:last-child {
	padding-top: 40px;
	padding-bottom: 40px;
}

#colophon .left_con .logo_con {
	margin-bottom: 46px;
}

#colophon .left_con .social_con a {
	display: inline-block;
	margin-right: 2px;
}

#colophon .left_con .social_con a svg rect {
	transition: 0.5s;
}

#colophon .left_con .social_con a svg path {
	transition: 0.5s;
}

#colophon .left_con .social_con a:hover svg rect {
	fill: #000;
}

#colophon .left_con .social_con a:hover svg path {
	fill: #fff;
}

#colophon .center_1 {
	padding-left: 100px;
}

#colophon .center_con ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#colophon .center_con ul li {
	margin-bottom: 10px;
}

#colophon .center_con ul li a {
	position: relative;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}

#colophon .center_con ul li a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background-color: #fff;
	transition: 0.5s;
}

#colophon .center_con ul li a:hover:after {
	width: 100%;
}

#colophon .right_con {
	display: flex;
	flex-direction: column;
}

#colophon .right_con a {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

#colophon .right_con a svg {
	margin-right: 15px;
}

#colophon .right_con a svg path {
	transition: 0.5s;
}

#colophon .right_con a:hover svg path {
	fill: #000;
}

#colophon .right_con a span {
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	transition: 0.5s;
	display: inline-block;
	position: relative;
}

#colophon .right_con a span:after {
	content: "";
	position: absolute;
	width: 0%;
	bottom: 0;
	height: 1px;
	background-color: #fff;
	transition: 0.5s;
	left: 50%;
	transform: translateX(-50%);
}

#colophon .right_con a:hover span:after {
	width: 100%;
}

#colophon .footer_bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#colophon .footer_bar .left span {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}

#colophon .footer_bar .right {
	display: flex;
	align-items: center;
}

#colophon .footer_bar .right span {
	font-size: 12px;
	font-weight: 300;
	display: inline-block;
	margin-right: 10.3px;
}
/* Footer END */

/* Homepage */
#home_about_us {
	position: relative;
	padding-top: 87px;
	padding-bottom: 78px;
}

#home_about_us .img_bg {
	position: absolute;
	left: 20px;
	top: 30px;
	z-index: -1;
}

#home_about_us .container {
	position: relative;
	z-index: 1;
}

#home_about_us .left_con {
	height: 100%;
	display: flex;
	align-items: center;
}

#home_about_us .left_con h2 {
	color: #1c1c1c;
	/* font-size: 45px; */
	font-weight: 700;
	text-transform: uppercase;
}

#home_about_us .left_con h1 {
	color: #1c1c1c;
	/* font-size: 45px; */
	font-weight: 700;
	text-transform: uppercase;
}

#home_about_us .right_con {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#home_about_us .right_con .title_con {
	display: flex;
	align-items: center;
	margin-bottom: 31px;
}

#home_about_us .right_con .title_con strong {
	margin-right: 23.5px;
	display: inline-block;
	width: 181px;
	height: 1px;
	background-color: #000000;
}

#home_about_us .right_con .title_con h3 {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 300;
}

#home_about_us .right_con .content_con {
	position: relative;
	padding-right: 120px;
}

#home_about_us .right_con .content_con .btnn_con {
	position: absolute;
	right: 0;
	bottom: 0;
}

#home_about_us .right_con .content_con p {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 300;
}

#section_3 {
	padding-top: 98px;
	padding-bottom: 98px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 80%);
	color: #fff;
}

#section_3 .left_con {
	height: 520px;
	width: 100%;
	overflow: hidden;
}

#section_3 .left_con img {
	transition: 0.5s;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

#section_3 .left_con img:hover {
	transform: scale(1.1);
}

#section_3 .right_con {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	padding-left: 50px;
}

#section_3 .right_con .title_con {
	padding-right: 80px;
}

#section_3 .right_con .title_con h2 {
	margin-bottom: 2px;
}

#section_3 .right_con .title_con h6 {
	margin-bottom: 33px;
	font-size: 16px;
	font-weight: 700;
}

#section_3 .right_con .content_con {
	position: relative;
	padding-right: 80px;
	margin-bottom: 30px;
}

#section_3 .right_con .content_con .content p {
	font-weight: 300;
}

#section_3 .right_con .content_con .content p:last-child {
	margin-bottom: 0px;
}

#section_3 .right_con .content_con .btnn_con {
	position: absolute;
	right: 0;
	bottom: 0;
}

#home_gallery {
	padding-top: 50px;
	padding-bottom: 62px;
	position: relative;
}

#home_gallery .title_con {
	position: relative;
	margin-bottom: 39px;
}

#home_gallery .title_con h3 {
	font-size: 16px;
	font-weight: 300;
	padding-left: 100px;
}

#home_gallery .title_con span {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 181px;
	height: 1px;
	background-color: #000;
	left: -115px;
}

#home_gallery .slider_con .slide {
	margin-left: 7px;
	margin-right: 7px;
}

#home_gallery .slider_con .slick-prev {
	width: 34px;
	left: unset;
	right: 56px;
	top: -36px;
}

#home_gallery .slider_con .slick-next {
	left: unset;
	right: 7px;
	top: -47px;
	width: 64px;
}

#home_gallery .btnn_con {
	margin-top: 48px;
	text-align: center;
}

#home_how_we_work {
	padding-top: 108px;
	padding-bottom: 117px;
	box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 70%);
	color: #fff;
	text-align: center;
}

#home_how_we_work .content_con {
	max-width: 786px;
	margin: auto;
}

#home_how_we_work .content_con .title_con h2 {
	margin-bottom: 4px;
}

#home_how_we_work .content_con .title_con h6 {
	font-size: 16px;
	font-weight: 700;
}

#home_how_we_work .content_con .title_con {
	margin-bottom: 29px;
}

#home_how_we_work .content_con .content {
	margin-bottom: 43px;
}

#home_how_we_work .content_con .content p {
	font-weight: 300;
}

#home_how_we_work .content_con .btnns_con {
	display: flex;
	justify-content: center;
	align-items: center;
}

#home_how_we_work .content_con .btnns_con .btnn_con:first-child {
	margin-right: 13px;
}

#home_section_6 {
	padding-top: 95px;
}

#home_section_6 .col-sm-12:first-child {
	padding-right: 25px;
}

#home_section_6 .col-sm-12:last-child {
	padding-left: 25px;
}

#home_section_6 .box_con .box a {
	display: inline-block;
	height: 550px;
	width: 100%;
	position: relative;
	transition: 0.5s;
	overflow: hidden;
}

#home_section_6 .box_con .box a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

#home_section_6 .box_con .box a .bottom {
	transition: 0.5s;
	width: 100%;
	padding: 35px 40px;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

#home_section_6 .box_con .box a .bottom .left span {
	font-size: 30px;
	font-weight: 300;
	color: #fff;
}

#home_section_6 .box_con .box a .bottom .right span {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
}

#home_section_6 .box_con .box a:hover img {
	transform: scale(1.1);
}

#home_section_6 .box_con .box a:hover .bottom {
	background-color: rgba(255, 255, 255, 0.6);
}

#home_section_6 .box_con .box a:hover .left span {
	color: #000;
}

#home_section_6 .box_con .box a:hover .right span {
	color: #000;
}

#home_testimonials {
	padding-top: 88px;
	padding-bottom: 74px;
	position: relative;
}

#home_testimonials .bg_icon {
	position: absolute;
	height: 100%;
	width: auto;
	left: 50px;
	top: 0;
	z-index: 0;
}

#home_testimonials .container {
	position: relative;
	z-index: 1;
}

#home_testimonials .left_con .title_con {
	position: relative;
	margin-bottom: 39px;
}

#home_testimonials .left_con .title_con span {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 181px;
	height: 1px;
	background-color: #000;
	left: -115px;
}

#home_testimonials .left_con .title_con h5 {
	font-size: 16px;
	font-weight: 300;
	padding-left: 100px;
}

#home_testimonials .left_con .content h5 {
	color: #1c1c1c;
	font-size: 50px;
	font-weight: 700;
	max-width: 212px;
	text-transform: uppercase;
}

#home_testimonials .right_con {
	padding-top: 60px;
}

#home_testimonials .right_con .slider_con .slide {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#home_testimonials .right_con .slider_con .slide .left {
	max-width: 580px;
}

#home_testimonials .right_con .slider_con .slide .left .name {
	display: inline-block;
	margin-bottom: 23px;
	font-size: 17px;
	font-weight: 700;
}

#home_testimonials .right_con .slider_con .slide .left .content p {
	font-size: 16px;
	font-weight: 300;
	color: #000;
}

#home_testimonials .right_con .slider_con .slide .right {
	display: flex;
	flex-direction: column;
	width: 189px;
	position: relative;
}

#home_testimonials .right_con .slider_con .slide .right span {
	font-size: 60px;
	font-weight: 300;
}

#home_testimonials .right_con .slider_con .slide .right .bottom {
	text-align: right;
}

#home_testimonials .right_con .slider_con .slick-prev {
	width: 34px;
	left: unset;
	right: 56px;
	top: -36px;
}

#home_testimonials .right_con .slider_con .slick-next {
	left: unset;
	right: 7px;
	top: -47px;
	width: 64px;
}

#home_testimonials .right_con .slider_con .slide .right:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) skew(-25deg, 10deg);
	background-color: #707070;
	width: 1px;
	height: 110px;
}
/* Homepage END */

/* Modular Barn Homes */
#modular_barn_homes_sec_1 {
	padding-top: 80px;
	padding-bottom: 80px;
}

#modular_barn_homes_sec_1 .title_con {
	text-align: center;
}

#modular_barn_homes_sec_1 .title_con h2 {
	color: #1c1c1c;
	margin-bottom: 5px;
}

#modular_barn_homes_sec_1 .title_con h6 {
	color: #000000;
	font-weight: 700;
	margin-bottom: 39px;
}

#modular_barn_homes_sec_1 .title_con .content {
	max-width: 769px;
	margin: auto;
	margin-bottom: 54px;
}

#modular_barn_homes_sec_1 .title_con .content p {
	font-weight: 300;
}

#modular_barn_homes_sec_1 .img_con {
	overflow: hidden;
	height: 274px;
	margin-bottom: 24px;
}

#modular_barn_homes_sec_1 .img_con img {
	transition: 0.5s;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

#modular_barn_homes_sec_1 .img_con img:hover {
	transform: scale(1.2);
}

#modular_barn_homes_sec_1 .content_underneath {
	margin-top: 54px;
	text-align: center;
}

#modular_barn_homes_sec_1 .content_underneath p {
	font-weight: 700;
}

#modular_barn_homes_content_readmore {
	padding-top: 75px;
	padding-bottom: 75px;
}

#modular_barn_homes_content_readmore p {
	font-weight: 300;
	color: #000;
}

#modular_bar_homes_our_range .title_con h2 {
	text-align: center;
	margin-bottom: 32px;
}

#modular_bar_homes_our_range .row {
	padding-bottom:35px;
}

#modular_bar_homes_our_range .left_con {
	height: 550px;
	overflow: hidden;
}

#modular_bar_homes_our_range .left_con img {
	transition: 0.5s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#modular_bar_homes_our_range .left_con img:hover {
	transform: scale(1.1);
}

#modular_bar_homes_our_range .right_con {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 35px;
}

#modular_bar_homes_our_range .right_con .content_title {
	margin-bottom: 27px;
}

#modular_bar_homes_our_range .right_con .content_con .content p {
	font-weight: 300;
}

#modular_bar_homes_our_range .right_con .content_con {
	position: relative;
	padding-right: 80px;
}

#modular_bar_homes_our_range .right_con .content_con .btnn_con {
	position: absolute;
	right: 0;
	bottom: 0;
}

#modular_bar_homes_our_range .right_con .content_con .content p:last-child {
	margin-bottom: 0px;
}

#modular_bar_homes_our_range .btnns_con {
	text-align: center;
}

#modular_bar_homes_our_range .btnns_con a:first-child {
	margin-right: 18px;
}
/* Modular Barn Homes END */

/* Our Range Detail */
#our_range_content_sec {
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#our_range_content_sec .top_content_con {
	max-width: 912px;
	margin: auto;
}

#our_range_content_sec .top_content_con .content_title h2 {
	margin-bottom: 29px;
}

#our_range_content_sec .top_content_con .content {
	max-width: 769px;
	margin: auto;
	margin-bottom: 60px;
}

#our_range_content_sec .top_content_con .content p {
	font-weight: 300;
}

#our_range_content_sec .top_content_con .img_con {
	overflow: hidden;
	height: 450px;
	margin-bottom: 55px;
}

#our_range_content_sec .top_content_con .img_con img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

#our_range_content_sec .top_content_con .img_con img:hover {
	transform: scale(1.1);
}

#our_range_content_sec .content_underneath {
	max-width: 769px;
	margin: auto;
}

#our_range_content_sec .content_underneath p {
	font-weight: 300;
}

#our_range_tips_sec {
	margin-bottom: 75px;
}

#our_range_tips_sec .content_con {
	padding: 58px;
	background-color: #f2f2f2;
}

#our_range_tips_sec .content_con .title_con h3 {
	margin-bottom: 26px;
	font-size: 16px;
	font-weight: 700;
}

#our_range_tips_sec .content_con ul {
	margin: 0px;
}

#our_range_tips_sec .content_con ul li::marker {
	font-size: 23px;
}

#our_range_tips_sec .content_con ul li {
	font-weight: 300;
}

#our_range_slider_sec {
	padding-bottom: 53px;
}
#our_range_slider_sec .title_con{
	margin-bottom: 48px;
}
#our_range_slider_sec .title_con p{
	font-weight: 300;
}
#our_range_slider_sec .title_con h3 {
	text-align: center;
	
	font-weight: 700;
	font-size: 16px;
}

#our_range_slider_sec .slider_con .slide {
	padding-left: 12px;
	padding-right: 12px;
}

#our_range_slider_sec .slider_con .slide img {
	height: 204px;
	object-fit: cover;
	width: 100%;
}

#our_range_ctas {
	padding-bottom: 96px;
	text-align: center;
}

#our_range_ctas .btnns_con a {
	margin-right: 9px;
	margin-left: 9px;
}
/* Our Range Detail END */

/* Joinery */
#joinery_sec_1 {
	padding-top: 75px;
	padding-bottom: 75px;
}

#joinery_sec_1 .title_con {
	text-align: center;
	padding-bottom: 35px;
}

#joinery_sec_1 .title_con h2 {
	margin-bottom: 26px;
}

#joinery_sec_1 .title_con .content {
	max-width: 769px;
	margin: auto;
}

#joinery_sec_1 .title_con .content p {
	font-weight: 300;
}

#joinery_sec_1 .img_con {
	height: 274px;
	width: 100%;
	overflow: hidden;
}

#joinery_sec_1 .img_con img {
	height: 100%;
	width: 100%;
	transition: 0.5s;
	object-fit: cover;
}

#joinery_sec_1 .img_con img:hover {
	transform: scale(1.2);
}

#joinery_sec_2 {
	padding-top: 56px;
	padding-bottom: 20px;
	background-color: #f2f2f2;
}

#joinery_sec_2 .content_con {
	text-align: center;
	max-width: 912px;
	margin: auto;
}

#joinery_sec_2 .content_con .title_con h2 {
	margin: auto;
	margin-bottom: 44px;
	max-width: 824px;
}

#joinery_sec_2 .content_con .img_con {
	margin-bottom: 48px;
	height: 468px;
	width: 100%;
	overflow: hidden;
}

#joinery_sec_2 .content_con .img_con img {
	transition: 0.5s;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

#joinery_sec_2 .content_con .img_con img:hover {
	transform: scale(1.1);
}

#joinery_sec_2 .content_con .content p {
	font-weight: 300;
}

#joinery_sec_2 .content_con .content {
	margin: auto;
	margin-bottom: 54px;
	max-width: 769px;
}

.our_range_ctas__v2 {
	padding-top: 62px;
}

.joinery_sec_1__v2 .title_con {
	padding-bottom: 0px !important;
}
/* Joinery END */

/* Timber */
#timber_sec_1 .title_con h2 {
	text-align: center;
	margin-bottom: 55px;
}

#timber_sec_1 .left_con {
	overflow: hidden;
	height: 500px;
	width: 100%;
}

#timber_sec_1 .left_con img {
	transition: 0.5s;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#timber_sec_1 .left_con img:hover {
	transform: scale(1.1);
}

#timber_sec_1 .right_con {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 50px;
}

#timber_sec_1 .row_reverse {
	flex-direction: row-reverse;
}

#timber_sec_1 .col-lg-6 {
	padding: 0px;
}

#timber_sec_1 .row_reverse .right_con {
	padding-left: 0px;
}

#timber_sec_1 .right_con h2 {
	margin-bottom: 27px;
}

#timber_sec_1 .right_con p {
	font-weight: 300;
}
/* Timber END */

/* Insulated Panel Range */
#insulated_panel_range_sec_1 .main_content_con {
	padding: 50px;
	background-color: #f2f2f2;
}

#insulated_panel_range_sec_1 .main_content_con .content h6 {
	font-weight: 700;
	text-decoration: underline;
	margin-bottom: 25px;
}

#insulated_panel_range_sec_1 .main_content_con .content p {
	font-weight: 300;
	margin-bottom: 25px;
}

#insulated_panal_range_sec_2 {
	padding-top: 80px;
	padding-bottom: 70px;
}

#insulated_panal_range_sec_2 .img_con {
	max-width: 912px;
	overflow: hidden;
	width: 100%;
	height: 468px;
	margin: auto;
}

#insulated_panal_range_sec_2 .img_con img {
	transition: 0.5s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#insulated_panal_range_sec_2 .img_con img:hover {
	transform: scale(1.1);
}

#insulated_panal_range_sec_3 .title_con h2 {
	text-align: center;
	margin-bottom: 38px;
}

#insulated_panal_range_sec_3 .title_con h1 {
	text-align: center;
	margin-bottom: 38px;
}

#insulated_panal_range_sec_3 .img_con {
	height: 204px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 24px;
}

#insulated_panal_range_sec_3 .img_con img {
	transition: 0.5s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#insulated_panal_range_sec_3 .img_con img:hover {
	transform: scale(1.2);
}

#insulated_panal_range_sec_3 .row {
	padding-bottom: 45px;
}
/* Insulated Panel Range END */

/* How We Work */
#how_we_work_sec_1 {
	padding-top: 75px;
	padding-bottom: 63px;
}

#how_we_work_sec_1 .main_content_con {
	max-width: 680px;
	margin: auto;
	text-align: center;
}

#how_we_work_sec_1 .main_content_con .content h2 {
	margin-bottom: 5px;
}

#how_we_work_sec_1 .main_content_con .content h6 {
	margin-bottom: 45px;
	font-weight: 700;
}

#how_we_work_sec_1 .main_content_con .content p {
	font-weight: 300;
}

#how_we_work_sec_2 .main_steps_con .step {
	padding-left: 48px;
	padding-bottom: 24px;
	padding-right: 55px;
	padding-top: 36px;
}

#how_we_work_sec_2 .main_steps_con .step .step_count h2 {
	margin-bottom: 11px;
}

#how_we_work_sec_2 .main_steps_con .step .step_title {
	display: flex;
	align-items: center;
	position: relative;
}

#how_we_work_sec_2 .main_steps_con .step .step_title h6 {
	padding-left: 59px;
	margin-bottom: 0px;
	font-weight: 700;
}

#how_we_work_sec_2 .main_steps_con .step .step_title span {
	position: absolute;
	width: 200px;
	height: 1px;
	background-color: #000000;
	left: -150px;
}

#how_we_work_sec_2 .main_steps_con .step .step_content {
	margin-top: 33px;
}

#how_we_work_sec_2 .main_steps_con .step .step_content p {
	font-weight: 300;
	margin-bottom: 20px;
}

#how_we_work_sec_2 .main_steps_con .odd {
	background-color: #f2f2f2;
}

#how_we_work_sec_2 .main_steps_con .even {
	border: 1px solid #c4c4c4;
}

#how_we_work_cta {
	padding-top: 46px;
	padding-bottom: 75px;
}

#how_we_work_cta .content_con {
	text-align: center;
}

#how_we_work_cta .btnns_con a {
	margin-left: 8px;
	margin-right: 8px;
}

#how_we_work_cta .content_con .content {
	margin-bottom: 36px;
}

#how_we_work_cta .content_con .content h6 {
	font-weight: 700;
}
/* How We Work END */

/* Trusses */
.insulated_panal_range_sec_3__v2 {
	padding-top: 70px;
}

.insulated_panal_range_sec_3__v2 .title_con {
	max-width: 769px;
	margin: auto;
	text-align: center;
}

.insulated_panal_range_sec_3__v2 .title_con .content {
	margin-bottom: 60px;
}

.insulated_panal_range_sec_3__v2 .title_con .content p {
	font-weight: 300;
}

#trusses_sec_1 .main_content_con {
	padding-top: 78px;
	padding-bottom: 56px;
	padding-left: 70px;
	padding-right: 70px;
	background-color: #f2f2f2;
	text-align: center;
}

#trusses_sec_1 .main_content_con .top_title {
	margin-bottom: 48px;
}

#trusses_sec_1 .main_content_con .first_img {
	margin-bottom: 82px;
}

#trusses_sec_1 .main_content_con .imgs_slider_main_con {
	padding-left: 70px;
	padding-right: 70px;
	margin-bottom: 82px;
}

#trusses_sec_1 .main_content_con .imgs_slider_main_con .imgs_slider_con .slide {
	overflow: hidden;
}

#trusses_sec_1 .main_content_con .imgs_slider_main_con .imgs_slider_con .slide img {
	width: 100%;
	height: 468px;
	object-fit: cover;
}

#trusses_sec_1 .main_content_con .second_img {
	margin-bottom: 63px;
}

#trusses_sec_1 .main_content_con .content_con {
	max-width: 769px;
	margin: auto;
	font-weight: 300;
}

#trusses_sec_1 .main_content_con .content_con .top {
	margin-bottom: 41px;
}

#trusses_sec_1 .main_content_con .content_con a {
	color: #1c1c1c;
	text-decoration: underline !important;
}

#trusses_sec_1 .main_content_con .content_con .bottom h2 {
	margin-bottom: 14px;
}

#how_we_work_cta .content_con .content a {
	color: #1c1c1c;
	text-decoration: underline !important;
}
/* Trusses END */

/* Antique Barns */
#antique_barns_sec_1 {
	padding-top: 75px;
	padding-bottom: 10px;
	text-align: center;
	position: relative;
}

#antique_barns_sec_1 p {
	font-weight: 300;
}

#antique_barns_sec_1 .img_bg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 0;
}

#antique_barns_sec_1 .container {
	position: relative;
	z-index: 1;
}

#antique_barns_sec_1 .title_con {
	max-width: 769px;
	margin: auto;
	margin-bottom: 56px;
}

#antique_barns_sec_1 .img_con {
	height: 274px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 32px;
}

#antique_barns_sec_1 .img_con img {
	transition: 0.5s;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#antique_barns_sec_1 .img_con img:hover {
	transform: scale(1.2);
}

#antique_barns_sec_1 .content_bottom_con {
	max-width: 769px;
	margin: auto;
	padding-top: 32px;
}

#anitque_barns_sec_2 {
	background-color: #f2f2f2;
	padding-top: 91px;
	padding-bottom: 64px;
}

#anitque_barns_sec_2 .slider_main_con .slider_con .slide .video_con {
	margin-bottom: 22px;
}

#anitque_barns_sec_2 .slider_main_con .slider_con .slide .video_con .youtube_embed {
	position: relative;
	height: 460px;
	width: 100%;
}

#anitque_barns_sec_2 .slider_main_con .slider_con .slide .video_con .youtube_embed iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

#anitque_barns_sec_2 .slider_main_con .slider_con .slide h6 {
	font-size: 16px;
	font-weight: 700;
}

#antique_barns_sec_3 {
	padding-top: 61px;
	padding-bottom: 61px;
}

#antique_barns_sec_3 p {
	font-weight: 300;
}

#antique_barns_sec_4 .video_con {
	padding-bottom: 24px;
}

#antique_barns_sec_4 .video_con .youtube_embed {
	position: relative;
	height: 274px;
	width: 100%;
}

#antique_barns_sec_4 .video_con .youtube_embed iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
/* Antique Barns END */

/* Barn Homes */
#barn_homes_sec_1 .img_con {
	overflow: hidden;
	width: 100%;
	height: 204px;
	margin-bottom: 24px;
}

#barn_homes_sec_1 .img_con img {
	width: 100%;
	height: 100%;
	transition: 0.5s;
	object-fit: cover;
}

#barn_homes_sec_1 .img_con img:hover {
	transform: scale(1.2);
}

.insulated_panal_range_sec_3__v2 .img_con {
	height: 274px !important;
}
/* Barn Homes END */

/* Building Partner */
#building_partners_sec_1 {
	padding-top: 75px;
	padding-bottom: 51px;
}

#building_partners_sec_1 .title_con {
	text-align: center;
	max-width: 769px;
	margin: auto;
	margin-bottom: 61px;
}

#building_partners_sec_1 .title_con h2 {
	margin-bottom: 27px;
}

#building_partners_sec_1 .title_con .content p {
	font-weight: 300;
}

#building_partners_sec_1 .img_con {
	width: 100%;
	height: 317px;
	overflow: hidden;
	margin-bottom: 24px;
}

#building_partners_sec_1 .img_con img {
	width: 100%;
	height: 100%;
	transition: 0.5s;
	object-fit: cover;
}

#building_partners_sec_1 .img_con img:hover {
	transform: scale(1.2);
}

#building_partners_sec_2 .main_content_con {
	padding: 58px;
	background-color: #f2f2f2;
}

#building_partners_sec_2 .main_content_con .top {
	margin-bottom: 35px;
}

#building_partners_sec_2 .main_content_con .top h6 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 26px;
}

#building_partners_sec_2 .main_content_con .top .items_con .item {
	display: flex;
	margin-bottom: 16px;
	align-items: center;
}

#building_partners_sec_2 .main_content_con .top .items_con .item .dot {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #000;
	margin-right: 15px;
}

#building_partners_sec_2 .main_content_con .top .items_con .item .text {
	font-weight: 300;
}

#building_partners_sec_2 .main_content_con .bottom h6 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 26px;
}

#building_partners_sec_2 .main_content_con .bottom .items_con .item {
	display: flex;
	margin-bottom: 16px;
	align-items: center;
}

#building_partners_sec_2 .main_content_con .bottom .items_con .item .dot {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #000;
	margin-right: 15px;
}

#building_partners_sec_2 .main_content_con .bottom .items_con .item .text {
	font-weight: 300;
}

#building_partners_sec_3 {
	padding-top: 56px;
}

#building_partners_sec_3 .main_content_con .imgs_con {
	text-align: center;
}

#building_partners_sec_3 .main_content_con .imgs_con .img_con:first-child {
	margin-bottom: 31px;
}

#building_partners_sec_3 .main_content_con .partner_imgs_con {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	flex-direction: row;
	align-content: center;
	justify-content: center;
}

#building_partners_sec_3 .main_content_con .partner_imgs_con a {
	width: 48%;
	display: flex;
	justify-content: center;
	align-content: center;
}

#building_partners_sec_3 .main_content_con .partner_imgs_con img {
	object-fit: contain;
	max-height: 115px;
}
/* Building Partner END */

/* FAQs */
#faqs {
	padding-top: 75px;
}

#faqs .title_con {
	margin-bottom: 94px;
}

#faqs .title_con h1 {
	position: relative;
	margin-bottom: 0px;
	text-align: center;
}

#faqs .title_con h1:after {
	position: absolute;
	content: "";
	bottom: -33px;
	left: 50%;
	transform: translateX(-50%);
	width: 181px;
	height: 1px;
	background-color: #000;
}

#faqs .faqs_con .accordion .accordion-item .accordion-button {
	padding: 0px;
}

#faqs .faqs_con .accordion .accordion-item .accordion-button:focus {
	border: none;
	border-color: transparent;
	box-shadow: none;
	color: #000;
}

#faqs .faqs_con .accordion .accordion-item .accordion-button:not(.collapsed) {
	background-color: transparent;
}

#faqs .faqs_con .accordion .accordion-item {
	background-color: transparent;
	border: 0px;
	border-radius: 0px;
	padding-top: 26px;
	padding-bottom: 26px;
}

#faqs .faqs_con .accordion .accordion-item .accordion-button {
	border-radius: 0px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
}

#faqs .faqs_con .accordion .accordion-item .accordion-button:not(.collapsed) {
	box-shadow: none;
}

#faqs .faqs_con .accordion .accordion-item .accordion-body {
	padding: 0px;
	padding-top: 31px;
	font-weight: 300;
}

#faqs .faqs_con .accordion .accordion-item {
	border-bottom: 1px solid #c4c4c4;
}

#faqs .faqs_con .accordion .accordion-button::after {
	background-image: url("../../../wp-content/themes/kwd-theme/assets/img/right-arrow\ \(3\).svg");
}

#faqs .faqs_con .accordion .accordion-button:not(.collapsed)::after {
	background-image: url("../../../wp-content/themes/kwd-theme/assets/img/right-arrow\ \(4\).svg");
}
/* FAQs END */

/* About Us */
#about_us_sec_1 {
	text-align: center;
	padding-top: 75px;
	padding-bottom: 93px;
}

#about_us_sec_1 .content_con {
	max-width: 912px;
	margin: auto;
}

#about_us_sec_1 .content_con .title_con {
	max-width: 769px;
	margin: auto;
	margin-bottom: 64px;
}

#about_us_sec_1 .content_con .title_con h1 {
	margin-bottom: 28px;
}

#about_us_sec_1 .content_con .title_con .content p {
	font-weight: 300;
}

#about_us_sec_2 .main_content_con {
	padding-left: 48px;
	padding-top: 59px;
	padding-right: 55px;
	padding-bottom: 64px;
	background-color: #f2f2f2;
}

#about_us_sec_2 .main_content_con p {
	font-weight: 300;
}

#about_us_sec_2 .main_content_con .content_con {
	margin-bottom: 46px;
}

#about_us_sec_2 .main_content_con .img_con {
	overflow: hidden;
	width: 100%;
	height: 207px;
	margin-bottom: 24px;
}

#about_us_sec_2 .main_content_con .img_con img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

#about_us_sec_2 .main_content_con .img_con img:hover {
	transform: scale(1.2);
}

#about_us_sec_2 .main_content_con .btnn_con {
	text-align: center;
	margin-top: 22px;
}

#about_us_sec_3 {
	padding-top: 59px;
	padding-bottom: 76px;
	text-align: center;
}

#about_us_sec_3 p {
	font-weight: 300;
}

#about_us_sec_3 .main_content_con .title_con h2 {
	margin-bottom: 29px;
}

#about_us_sec_3 .main_content_con .title_con .content {
	margin: auto;
	margin-bottom: 59px;
	max-width: 561px;
}

#about_us_sec_3 .main_content_con .img_con {
	height: 488px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#about_us_sec_4 .container {
	padding-top: 55px;
	padding-bottom: 30px;
	background-color: #f2f2f2;
}

#about_us_sec_4 .main_content_con .title_con h2 {
	text-align: center;
	margin-bottom: 31px;
}

#about_us_sec_4 .main_content_con .member_con {
	padding-bottom: 46px;
}

#about_us_sec_4 .main_content_con .member_con .name {
	font-weight: 700;
	margin-bottom: 22px;
}

#about_us_sec_4 .main_content_con .member_con .img_con {
	height: 351px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 22px;
}

#about_us_sec_4 .main_content_con .member_con .img_con img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

#about_us_sec_4 .main_content_con .member_con .img_con img:hover {
	transform: scale(1.1);
}

#about_us_sec_4 .main_content_con .member_con .designation {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 300;
	max-width: 284px;
}

#about_us_sec_4 .main_content_con .member_con .contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#about_us_sec_4 .main_content_con .member_con .contact a {
	display: flex;
	align-items: center;
}

#about_us_sec_4 .main_content_con .member_con .contact a svg {
	width: 14px;
	margin-right: 5px;
}

#about_us_sec_4 .main_content_con .member_con .contact a span {
	color: #000;
	font-weight: 300;
}

#about_us_sec_4 .main_content_con .member_con .contact a:hover span {
	text-decoration: underline !important;
}
/* About Us END */

/* Gallery */
#gallery_sec_1 {
	padding-top: 75px;
}

#gallery_sec_1 .title_con {
	text-align: center;
	max-width: 561px;
	margin: auto;
	margin-bottom: 43px;
}

#gallery_sec_1 .title_con h1 {
	margin-bottom: 27px;
}

#gallery_sec_1 .title_con .content p {
	font-weight: 300;
}

#gallery_sec_1 .img_con {
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin-bottom: 24px;
}

#gallery_sec_1 .img_con img {
	transition: 0.5s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#gallery_sec_1 .img_con img:hover {
	transform: scale(1.2);
}

#gallery_sec_1 .btnn_con {
	text-align: center;
	margin-top: 43px;
}

#gallery_sec_2 {
	padding-top: 71px;
	padding-bottom: 77px;
	text-align: center;
}

#gallery_sec_2 .title_con h2 {
	margin-bottom: 47px;
}

#gallery_sec_2 .btnn_con {
	margin-top: 47px;
}
/* Gallery END */

/* Contact Us */
#contact_us_sec_1 {
	padding-top: 75px;
	padding-bottom: 75px;
}

#contact_us_sec_1 .title_con {
	text-align: center;
}

#contact_us_sec_1 .title_con h1 {
	margin-bottom: 31px;
}

#contact_us_sec_1 .title_con .content {
	max-width: 561px;
	margin: auto;
	margin-bottom: 43px;
}

#contact_us_sec_1 .title_con .content p {
	font-weight: 300;
}

#contact_us_sec_1 .form_con input {
	width: 100%;
	padding: 20px;
	outline: none;
	border-radius: 0px;
	background-color: #f7f7f7;
	border-color: #ebebeb;
	font-size: 12px;
	font-weight: 300;
	color: #000000;
}

#contact_us_sec_1 .form_con textarea {
	width: 100%;
	padding: 20px;
	outline: none;
	border-radius: 0px;
	background-color: #f7f7f7;
	border-color: #ebebeb;
	font-size: 12px;
	font-weight: 300;
	color: #000000;
}

#contact_us_sec_1 .form_con input[type="submit"] {
	width: max-content;
	padding: 17px 54px;
	font-size: 13px;
	font-weight: 700;
	background-color: transparent;
	border-color: #000;
	margin-left: auto;
	transition: 0.5s;
}

#contact_us_sec_1 .form_con input[type="submit"]:hover {
	background-color: #000;
	color: #fff;
}

#contact_us_sec_1 .form_con .submit_con p {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#contact_us_sec_1 .wpcf7 form .wpcf7-response-output {
	margin-top: 0px;
}

#contact_us_sec_2 .left_con {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#contact_us_sec_2 .left_con img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

#contact_us_sec_2 .left_con img:hover {
	transform: scale(1.1);
}

#contact_us_sec_2 .right_con {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 60px;
	background-color: #f2f2f2;
}

#contact_us_sec_2 .right_con h2 {
	margin-bottom: 29px;
}

#contact_us_sec_2 .right_con p {
	font-weight: 300;
}

#contact_us_sec_2 .col-lg-6:first-child {
	padding-right: 0px;
}

#contact_us_sec_2 .col-lg-6:last-child {
	padding-left: 0px;
}

#contact_us_sec_3 {
	padding-top: 72px;
	padding-bottom: 72px;
}

#contact_us_sec_3 .maps_con {
	height: 488px;
	width: 100%;
}

/* Contact Us END */

#colophon .footer_bar .right img {
	width: 100px;
}

#text {
	display: none;
}

#masthead ul li:last-child a {
	padding-right: 0px;
}

#masthead ul li a {
	padding-left: 0px;
	padding-right: 25px;
}

#masthead ul li ul li a {
	padding: 15px 20px;
}

#generic_banner {
	/* height: 100vh; */
	height: 40vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#colophon .footer_bar .right a {
	display: flex;
}

#colophon .footer_bar .right img {
	width: 70px;
}

@media (max-width: 991px) {
	#masthead .ubermenu-skin-grey-white {
		text-align: right;
	}

	h1,
	h2 {
		font-size: 35px !important;
	}

	#section_3 .left_con img {
		width: 100%;
		object-fit: cover;
	}

	#section_3 .left_con {
		margin-bottom: 50px;
	}

	#section_3 .right_con {
		padding-left: 0px;
	}

	#home_section_6 .col-sm-12:first-child {
		padding-right: 12px;
		margin-bottom: 50px;
	}

	#home_section_6 .col-sm-12:last-child {
		padding-left: 12px;
	}

	#colophon .left_con .social_con {
		margin-bottom: 46px;
	}

	#colophon .center_con {
		padding-left: 0px;
		margin-bottom: 46px;
	}

	#home_testimonials .left_con .content h5 {
		font-size: 35px;
	}

	#about_us_sec_3 .main_content_con .img_con {
		height: 400px;
	}

	#about_us_sec_4 .main_content_con {
		padding-left: 20px;
		padding-right: 20px;
	}

	#building_partners_sec_3 .main_content_con .imgs_con {
		margin-bottom: 50px;
	}

	#contact_us_sec_2 .left_con {
		height: 400px;
	}

	#contact_us_sec_2 .right_con {
		padding: 40px;
	}

	#contact_us_sec_2 .col-lg-6:first-child {
		padding-right: 12px;
	}

	#contact_us_sec_2 .col-lg-6:last-child {
		padding-left: 12px;
	}

	#joinery_sec_1 .img_con {
		margin-bottom: 50px;
	}

	#modular_barn_homes_sec_1 .img_con {
		margin-bottom: 50px;
	}

	#modular_bar_homes_our_range .right_con {
		padding-left: 0px;
	}

	#modular_bar_homes_our_range .right_con {
		padding-top: 50px;
	}

	#timber_sec_1 .right_con {
		padding-left: 0px;
		padding-right: 0px;
	}

	#trusses_sec_1 .main_content_con .imgs_slider_main_con {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 769px) {
	#about_us_sec_1 {
		padding-bottom: 70px;
	}

	#about_us_sec_2 .main_content_con {
		padding: 20px;
	}

	#colophon .footer_bar {
		align-items: flex-start;
		flex-direction: column;
	}

	#our_range_ctas .btnns_con a {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#building_partners_sec_2 .main_content_con {
		padding: 20px;
	}

	#building_partners_sec_2 .main_content_con .top .items_con .item .dot {
		display: none;
	}

	#building_partners_sec_2 .main_content_con .bottom .items_con .item .dot {
		display: none;
	}

	#contact_us_sec_2 .right_con {
		padding-left: 20px;
		padding-right: 20px;
	}

	#home_about_us {
		overflow-x: hidden;
	}

	#home_testimonials {
		overflow-x: hidden;
	}

	#home_testimonials .right_con .slider_con .slide .right {
		display: none;
	}

	#home_about_us .right_con .content_con {
		padding-right: 60px;
	}

	#section_3 .left_con {
		height: 300px;
	}

	#section_3 .right_con .title_con {
		padding-right: 60px;
	}

	#section_3 .right_con .content_con {
		padding-right: 60px;
	}

	#home_gallery .slider_con .slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#home_how_we_work {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	#home_section_6 .box_con .box a {
		height: 350px;
	}

	#how_we_work_sec_2 .main_steps_con .step {
		padding: 30px;
	}

	#insulated_panel_range_sec_1 .main_content_con {
		padding: 20px;
	}

	#insulated_panal_range_sec_2 .img_con {
		height: 350px;
	}

	#joinery_sec_2 .content_con .img_con {
		height: 350px;
	}

	#modular_bar_homes_our_range .left_con {
		height: 350px;
	}

	#modular_bar_homes_our_range .right_con .content_con {
		padding-right: 60px;
	}

	#timber_sec_1 .left_con {
		height: 350px;
	}

	#trusses_sec_1 .main_content_con {
		padding: 20px;
	}

	#trusses_sec_1 .main_content_con .imgs_slider_main_con {
		padding-left: 20px;
		padding-right: 20px;
	}

	#trusses_sec_1 .main_content_con .imgs_slider_main_con .imgs_slider_con .slide img {
		height: 350px;
	}

	#home_banner {
		margin-top: 189.9px;
	}

	#masthead {
		background-color: #000;
	}

	#masthead .right_con {
		align-items: center;
	}

	#masthead .left_con {
		text-align: center;
		margin-bottom: 20px;
	}

	#masthead .right_con .phone_con a {
		margin-bottom: 10px;
	}

	#masthead .ubermenu-skin-grey-white {
		text-align: center;
	}

	.scroll-down {
		transform: none;
	}

	#colophon .footer_bar .left {
		margin-bottom: 10px;
	}
}

@media (min-width: 767px) {
	.ubermenu-skin-grey-white .ubermenu-submenu.ubermenu-submenu-drop {
		padding: 20px 10px !important;
		background-color: #000 !important;
		border-color: #000 !important;
	}

	.ubermenu-skin-grey-white .ubermenu-submenu.ubermenu-submenu-drop li a {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		color: #fff !important;
	}

	.ubermenu-skin-grey-white .ubermenu-submenu.ubermenu-submenu-drop li a:hover {
		color: #676767 !important;
	}
}

#masthead ul li a {
	transition: 0.5s;
}

.hidden {
	overflow: hidden;
	display: none;
	visibility: hidden;
}
.lb-nav a.lb-next {
	background: url(https://heritagetimber.wpengine.com/wp-content/themes/kwd-theme/assets/img/next.png) right 48% no-repeat !important;
	opacity: 1 !important;
}
.lb-nav a.lb-prev {
	background: url(https://heritagetimber.wpengine.com/wp-content/themes/kwd-theme/assets/img/prev.png) left 48% no-repeat !important;
	opacity: 1 !important;
}
.lb-data .lb-close {
	background: url(https://heritagetimber.wpengine.com/wp-content/themes/kwd-theme/assets/img/close.png) right 48% no-repeat !important;
	opacity: 1 !important;
}
.lb-cancel {
	background: url(https://heritagetimber.wpengine.com/wp-content/themes/kwd-theme/assets/img/loading.gif) no-repeat !important;
}
.lb-dataContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 111;
}
.lb-number {
	color: #fff !important ;
}
.lightbox .lb-image {
	border: 2px solid #fff !important;
}
.instagram_img_row .col-md-4 {
	position: relative;
}
.insta_icon {
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.floorplan-header {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 500px;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 97.2px !important;
	color: #ffffff;
	background-color: rgba(0,0,0,0.6);
	background-blend-mode: multiply;
}
.floorplan-filter {
	background-color: #ffffff;
	border-radius: 0px;
	padding: 21px;
	position: relative;
	max-width: 70%;
	margin: auto;
	margin-top: -60px;
	box-shadow: -2px 10px 18px 1px rgb(0 0 0 / 14%);
	-webkit-box-shadow: -2px 10px 18px 1px rgb(0 0 0 / 14%);
	-moz-box-shadow: -2px 10px 18px 1px rgba(0, 0, 0, 0.14);
}
.floorplan-filter select {
	display: inline-block;
	border: none;
	outline: none;
	color: #1c1c1c;
	font-size: 17px;
	line-height: 19px;
	font-weight: 300;
	margin-right: 25px;
	cursor: pointer;
	background-color: transparent;
}
.floorplan-filter input[type="text"] {
	display: inline-block;
	border: none;
	outline: none;
	color: #1c1c1c;
	font-size: 17px;
	line-height: 19px;
	font-weight: 300;
	margin-right: 25px;
	cursor: pointer;
	background-color: transparent;
}
.floorplan-filter button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 11px;
	background: #1c1c1c;
	--webkit-backdrop-filter: blur(30px);
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	outline: none;
	padding: 6px 28px;
	border: 0;
	margin: 12px 0;
}
#floorplan-main {
	padding-top: 35px !important;
}
.floorplan-items .floorplan-item {
	margin-bottom: 33px !important;
}
.floorplan-items .floorplan-item .card-top {
	position: absolute;
	top: 10px;
	width: auto;
	z-index: 999;
	right: 44px;
}
.floorplan-items .floorplan-item a {
	position: relative;
	display: inline-block;
	width: 100%;
}
.floorplan-items .floorplan-item .hover-card-spacing {
	border: 1px solid #ffffff;
	padding: 8px 5px;
	border-radius: 20px;
	color: #ffffff;
	gap: 5px;
}
.floorplan-items .floorplan-item a .img-fluid {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.floorplan-items .floorplan-item a .caption {
	position: absolute;
	content: "";
	bottom: 40px;
	left: 10px;
	right: 10px;
	z-index: 999;
}
.floorplan-items .floorplan-item a .caption span {
	font-size: 15px;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	display: block;
}
.floorplan-items .floorplan-item a .caption small {
	font-size: 12px;
	line-height: 15px;
	font-weight: 300;
	color: #fff;
}
.floorplan-items .floorplan-item a p {
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	color: #fff;
	text-transform: lowercase;
	margin-bottom: 0px;
	position: absolute;
	content: '';
	bottom: 22px;
	left: 10px;
	width: 120px;
	z-index: 99;
}
.floorplan-items .floorplan-item .machod::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(97, 98, 107, 0.1);
	background-color: rgba(0, 0, 0, 10%);
	z-index: 99;
	width: 100%;
}
.floorplan-items .floorplan-item:hover .machod::before {
	background-color: rgba(97, 98, 107, 0.2);
	background-color: rgba(0, 0, 0, 53%);
}
.floorplan-items .floorplan-item .card-top .hover-card-spacing {
	border: 1px solid #ffffff;
	padding: 8px 5px;
	border-radius: 20px;
	color: #ffffff;
	gap: 5px;
}
.floorplan-items .floorplan-item .card-top .hover-card-spacing img {
	width: 13px !important;
	height: 13px !important;
	filter: brightness(0) invert(1);
}
.floorplan-items .floorplan-item .card-top .hover-card-spacing span {
	font-size: 12px !important;
	line-height: 12px !important;
	color: #ffffff;
	font-weight: 600;
}
.floorplan-items .floorplan-item .hover-card-download {
	background: #1c1c1c;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	margin-left: 5px;
	border-radius: 0px;
	font-size: 15px;
	margin: 0 0 0 11px;
	font-weight: 600;
}
#floorplan-bottom {
	padding: 50px 0 50px 0 !important;
}
#floorplan-bottom h2 {
	color: #61626b;
	font-size: 14px !important;
	text-transform: uppercase;
	line-height: inherit;
}
#floorplan-bottom .title h3 {
	font-size: 65px;
	line-height: 78px;
	color: #61626b;
	position: relative;
	margin-bottom: 70px;
}
#floorplan-bottom .title h3::before {
	position: absolute;
	content: "";
	width: 231px;
	height: 21px;
	background-color: #d8d8d8;
	top: 55%;
	z-index: -1;
	left: 117px;
}
#floorplan-bottom .black {
	color: #61626b;
	font-weight: 300;
	font-size: 15px;
}
#floorplan-bottom a button.mbtn {
	background: #1c1c1c;
	border: 0;
	color: #fff;
	padding: 17px 14px;
	font-size: 18px;
	font-weight: 300;
	transition: 0.7s;
}
#floorplan-bottom button.mbtn svg {
	margin-left: 50px;
	transition: 0.5s;
}
#floorplan-bottom .img_contain {
	display: flex;
	justify-content: center;
	height: 426px;
	width: 100%;
	overflow: hidden;
	width: 90%;
	margin: auto;
	margin-top: 60px;
}
#floorplan-bottom .img_contain .image__zoom {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.modal .modal-body input:not([type="submit"]).wpcf7-form-control,
.modal .modal-body textarea.wpcf7-form-control {
	width: 100%;
	padding: 20px;
	outline: none;
	border-radius: 0px;
	background-color: #f7f7f7;
	border-color: #ebebeb;
	font-size: 12px;
	font-weight: 300;
	color: #000000;
}
.modal .modal-body input[type="submit"] {
	width: max-content;
	padding: 17px 54px;
	font-size: 13px;
	font-weight: 700;
	background-color: transparent;
	border-color: #000;
	margin-left: auto;
	transition: 0.5s;
}
.modal .modal-body form:not(.submitting) .wpcf7-spinner {
	display: none;
}


.home_plan_button {
	display: flex;
	justify-content: center;
	padding: 35px;
}