@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

body {
	overflow-x: hidden;
	position: relative;
}

body {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 28px;
	color: #6a6a6a;
	font-size: 14px;
	background-color: #eff2f1;
}

a {
	text-decoration: none;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: #2f2f2f;
	/*text-decoration: underline;*/
}

a:hover {
	color: #2f2f2f;
	text-decoration: none;
}

a.more {
	font-weight: 600;
}

.custom-navbar {
/*	background: transparent !important;
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	width: 100%;*/
	position: absolute;
        width: 100%;
        top: 0rem;
        left: 0;
        z-index: 999;
        background: #00000045 !important ;
}

.custom-navbar .navbar-brand {
	font-size: 32px;
	font-weight: 600;
}

.custom-navbar .navbar-brand>span {
	opacity: .4;
}

.custom-navbar .navbar-toggler {
	border-color: transparent;
}

.custom-navbar .navbar-toggler:active,
.custom-navbar .navbar-toggler:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

@media (min-width: 992px) {
	.custom-navbar {position: absolute;
        width: 100%;
        top: 0rem;
        left: 0;
        z-index: 999;
        background: transparent !important;}
	
	.custom-navbar .custom-navbar-nav li {
		margin-left: 15px;
		margin-right: 15px;
	}
}

.custom-navbar .custom-navbar-nav li a {
	font-weight: 500;
	color: #ffffff !important;
	/*opacity: .5;*/
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	position: relative;
}

@media (min-width: 768px) {
	.custom-navbar .custom-navbar-nav li a:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 8px;
		right: 8px;
		background: #f9bf29;
		height: 5px;
		opacity: 1;
		visibility: visible;
		width: 0;
		-webkit-transition: .15s all ease-out;
		-o-transition: .15s all ease-out;
		transition: .15s all ease-out;
	}
}

.custom-navbar .custom-navbar-nav li a:hover {
	opacity: 1;
}

.custom-navbar .custom-navbar-nav li a:hover:before {
	width: calc(100% - 16px);
}

.custom-navbar .custom-navbar-nav li.active a {
	opacity: 1;
}

.custom-navbar .custom-navbar-nav li.active a:before {
	width: calc(100% - 16px);
}

.custom-navbar .custom-navbar-cta {
	margin-left: 0 !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media (min-width: 768px) {
	.custom-navbar .custom-navbar-cta {
		margin-left: 40px !important;
	}
}

.custom-navbar .custom-navbar-cta li {
	margin-left: 0px;
	margin-right: 0px;
}

.custom-navbar .custom-navbar-cta li:first-child {
	margin-right: 20px;
}

.hero {
	background-image: url("../images/hero-background.jpg");
	height:450px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	padding: calc(2rem - 30px) 0 0rem 0;
	position: relative;
	    overflow: hidden;
}

.hero:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #080302b0;
}

.hero .intro-excerpt {
   position: relative;
    z-index: 4;
    margin-top: 15em;
    text-align: center;
}
.hero h1 {
  font-weight: 700;
    color: #ffffff;
    font-size: 3em;
    margin-bottom: 30px;
    background: #F2D358;
    background: linear-gradient(to bottom, #f8dc6e 0%, #A1762B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #f5da8a;
    text-transform: uppercase;
    font-family: auto;
}
.hero .intro-excerpt img.img-fluid {
    display: none;
}

@media (min-width: 768px) {
	.hero {
		padding: 0;
	}
	.hero-wrap {
		padding: calc(20rem - 30px) 0 8rem 0;
	}
	.hero h1 {
  font-weight: 700;
    color: #ffffff;
		font-size: 5em;
	}
	.hero .intro-excerpt img.img-fluid {
    display: inline;
}
	
}

@media (min-width: 992px) {
	.hero {
		
		height: 710px;
		padding-bottom: 0px;
	}

	.hero-wrap {
		padding:calc(14rem - 30px) 0 5rem 0;
	}
	.hero .intro-excerpt {
		position: relative;
		z-index: 4;
			text-align: center;
		max-width: 100%;
		        margin-top: 0%;
	}

}






@media (min-width: 1400px) {
	.hero h1 {
		font-size: 7.2rem;
	}
}

.hero p {
	color: rgba(255, 255, 255, 0.5);
	margin-botom: 30px;
}

.hero .hero-img-wrap {
	position: relative;
}

.hero .hero-img-wrap img {
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 2;
	max-width: 780px;
	left: -20px;
}

@media (min-width: 768px) {
	.hero .hero-img-wrap img {
		right: 0px;
		left: -100px;
	}
}

@media (min-width: 992px) {
	.hero .hero-img-wrap img {
		left: 0px;
		top: -80px;
		position: absolute;
		right: -50px;
	}
}

@media (min-width: 1200px) {
	.hero .hero-img-wrap img {
		left: 0px;
		top: -80px;

		right: -100px;
	}
}

.hero .hero-img-wrap:after {
	content: "";
	position: absolute;
	width: 255px;
	height: 217px;
	background-image: url("../images/dots-light.svg");
	background-size: contain;
	background-repeat: no-repeat;
	right: -100px;
	top: -0px;
}

@media (min-width: 1200px) {
	.hero .hero-img-wrap:after {
		top: -40px;
	}
}

.btn {
	font-weight: 600;
	padding: 12px 30px;
	border-radius: 30px;
	color: #ffffff;
	background: #2f2f2f;
	border-color: #2f2f2f;
}

.btn:hover {
	color: #ffffff;
	background: #222222;
	border-color: #222222;
}

.btn:active,
.btn:focus {
	outline: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.btn-primary {
	background: #3b5d50;
	border-color: #3b5d50;
}

.btn.btn-primary:hover {
	background: #314d43;
	border-color: #314d43;
}

.btn.btn-secondary {
	color: #2f2f2f;
	background: #f9bf29;
	border-color: #f9bf29;
}

.btn.btn-secondary:hover {
	background: #f8b810;
	border-color: #f8b810;
}

.btn.btn-white-outline {
	background: transparent;
	border-width: 2px;
	border-color: rgba(255, 255, 255, 0.3);
}

.btn.btn-white-outline:hover {
	border-color: white;
	color: #ffffff;
}
.section {
	padding: 5rem 0;
}
.section-title {
	color: #2f2f2f;
}

.section-title p {
    border-left: 10px double #d30000;
    padding: 5px 10px 5px 8px;
    background: #fff05a78;
    background: #F2D358;
    background: linear-gradient(to right, #ffe478 19%, #ffffff3b 100%);
    display: inline-block;
      width:auto;
    font-size: 16px;
    font-weight: bold;
}
.inspirational-section{
	padding: 7rem 0;
}

.inspirational-section .product-item {
	text-align: center;
	text-decoration: none;
	display: block;
	position: relative;
	padding-bottom: 50px;
	cursor: pointer;
}

.inspire-slider-wrap .story-star i {
    font-size: 10px;
}
.inspire-slider-wrap{
	position: relative;
}
.story-item .product-thumbnail {
    border-radius: 10px;
}

.inspire-slider-wrap #inspire-nav {
	position: absolute;
	top: 50%;
	z-index: 99;
	width: 100%;
	display: none;
}

@media (min-width: 768px) {
	.inspire-slider-wrap #inspire-nav {
		display: block;
	}
}

.inspire-slider-wrap #inspire-nav>span {
	cursor: pointer;
	position: absolute;
	width: 58px;
	height: 58px;
	line-height: 58px;
	border-radius: 50%;
	background: rgba(59, 93, 80, 0.1);
	color: #2f2f2f;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.inspire-slider-wrap #inspire-nav>span:hover {
	background:#2d7389;
	color: #ffffff;
}

.inspire-slider-wrap #inspire-nav .prev {
	left: -10px;
}

.inspire-slider-wrap #inspire-nav .next {
	right: 0;
}

.inspire-slider-wrap .tns-nav {
	position: absolute;
	bottom: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.inspire-slider-wrap .tns-nav button {
	background: none;
	border: none;
	display: inline-block;
	position: relative;
	width: 0 !important;
	height: 7px !important;
	margin: 2px;
}

.inspire-slider-wrap .tns-nav button:active,
.inspire-slider-wrap .tns-nav button:focus,
.inspire-slider-wrap .tns-nav button:hover {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}

.inspire-slider-wrap .tns-nav button:before {
	display: block;
	width: 7px;
	height: 7px;
	left: 0;
	top: 0;
	position: absolute;
	content: "";
	border-radius: 50%;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	background-color: #d6d6d6;
}

.inspire-slider-wrap .tns-nav button:hover:before,
.inspire-slider-wrap .tns-nav button.tns-nav-active:before {
	background-color: #3b5d50;
}
/*******************/

.imgs-grid {
position: relative;

}

.imgs-grid :before {
    position: absolute;
    content: "";
    width: 255px;
    height: 217px;
    background-image: url(../images/dots-yellow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-40%, -40%);
    -ms-transform: translate(-40%, -40%);
    transform: translate(-40%, -40%);
    z-index: -1;
}
.imgs-grid img {
    width: 95%;
	
}

.grid {
    position: relative;
}
.story-item {
    background: #80def6;
}
.imgs-grid {
    position: relative;
}
.imgs-grid p.story-name {
    padding: 10px 20px;
    font-size: 18px;
}

p.story-name {
  position: absolute;
    bottom: 0;
    font-size: 13px;
    font-family: cursive;
    color: #252525;
    padding: 5px 27px 5px 5px;
    background: linear-gradient(to right, #ffffff 19%, #ffffff14 100%);
    width: auto;
}

@media (max-width: 768px) {
	.imgs-grid img {
		width: 100%;
	}
}


/***********************/
.biographies-section{
	background: #423636;
background: linear-gradient(360deg, rgba(66, 54, 54, 1) 1%, rgba(0, 0, 0, 0.49) 100%);
}


.biograph-col{
	background: #423636;
background: linear-gradient(360deg, rgba(66, 54, 54, 1) 1%, rgba(0, 0, 0, 0.49) 100%);
}
.biographies-slider-wrap {
	position: relative
}
.biographies-section .section-title p {
    background: #ffffff;
    background: linear-gradient(to right, #ffffff 19%, #ffffff3b 100%);
}



.biographies-slider-wrap #biograph-nav {
	position: absolute;
	top: 50%;
	z-index: 99;
	width: 100%;
	display: none;
}

@media (min-width: 768px) {
	.biographies-slider-wrap #biograph-nav {
		display: block;
	}
}

.biographies-slider-wrap #biograph-nav>span {
	cursor: pointer;
	position: absolute;
	width: 58px;
	height: 58px;
	line-height: 58px;
	border-radius: 50%;
	text-align: center;
	background: rgba(59, 93, 80, 0.1);
	color: #2f2f2f;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.biographies-slider-wrap #biograph-nav>span:hover {
	background:#2d7389;
	color: #ffffff;
}

.biographies-slider-wrap #biograph-nav .prev {
	left: -10px;
}

.biographies-slider-wrap #biograph-nav .next {
	right: 0;
}

.biographies-slider-wrap .tns-nav {
	position: absolute;
	bottom: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.biographies-slider-wrap .tns-nav button {
	background: none;
	border: none;
	display: inline-block;
	position: relative;
	width: 0 !important;
	height: 7px !important;
	margin: 2px;
}

.biographies-slider-wrap .tns-nav button:active,
.biographies-slider-wrap .tns-nav button:focus,
.biographies-slider-wrap .tns-nav button:hover {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}

.biographies-slider-wrap .tns-nav button:before {
	display: block;
	width: 7px;
	height: 7px;
	left: 0;
	top: 0;
	position: absolute;
	content: "";
	border-radius: 50%;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	background-color: #d6d6d6;
}

.biographies-slider-wrap .tns-nav button:hover:before,
.biographies-slider-wrap .tns-nav button.tns-nav-active:before {
	background-color: #3b5d50;
}

.biograph-col {
  margin: 2em 1em;
    /* width: 10em; */
    text-align: center;
}

.biograph-col img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}



/************/

.count-col span {
    color: #fff;
    text-align: right;
 /*   margin-right: -5em;*/
}

/**************/


/********************************/
.feature-section{
	padding: 5rem 0;
}

.feature-section .product-item {
	text-align: center;
	text-decoration: none;
	display: block;
	position: relative;
	padding-bottom: 50px;
	cursor: pointer;
}

.feature-slider-wrap .story-star i {
    font-size: 10px;
}
.feature-slider-wrap{
	position: relative;
}
.story-item .product-thumbnail {
    border-radius: 10px;
}

.feature-slider-wrap #feature-nav {
	position: absolute;
	top: 50%;
	z-index: 99;
	width: 100%;
	display: none;
}

@media (min-width: 768px) {
	.feature-slider-wrap #feature-nav {
		display: block;
	}
}

.feature-slider-wrap #feature-nav>span {
	cursor: pointer;
	position: absolute;
	width: 58px;
	height: 58px;
	line-height: 58px;
	border-radius: 50%;
	background: rgba(59, 93, 80, 0.1);
	color: #2f2f2f;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.feature-slider-wrap #feature-nav>span:hover {
	background:#2d7389;
	color: #ffffff;
}

.feature-slider-wrap #feature-nav .prev {
	left: -10px;
}

.feature-slider-wrap #feature-nav .next {
	right: 0;
}

.feature-slider-wrap .tns-nav {
	position: absolute;
	bottom: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.feature-slider-wrap .tns-nav button {
	background: none;
	border: none;
	display: inline-block;
	position: relative;
	width: 0 !important;
	height: 7px !important;
	margin: 2px;
}

.feature-slider-wrap .tns-nav button:active,
.feature-slider-wrap .tns-nav button:focus,
.feature-slider-wrap .tns-nav button:hover {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}

.feature-slider-wrap .tns-nav button:before {
	display: block;
	width: 7px;
	height: 7px;
	left: 0;
	top: 0;
	position: absolute;
	content: "";
	border-radius: 50%;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	background-color: #d6d6d6;
}

.feature-slider-wrap .tns-nav button:hover:before,
.feature-slider-wrap .tns-nav button.tns-nav-active:before {
	background-color: #3b5d50;
}


/********************************/



.footer-section {
	    padding: 0px 0 20px;
    background: #353232;
}

.footer-section .relative {
	position: relative;
}

.footer-section a {
	text-decoration: none;
	color: #2f2f2f;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.footer-section a:hover {
	color: rgba(47, 47, 47, 0.5);
}

.footer-section .subscription-form {
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
	margin-top: 100px;
}

@media (min-width: 992px) {
	.footer-section .subscription-form {
		margin-top: 0px;
		margin-bottom: 80px;
	}
}

.footer-section .subscription-form h3 {
	font-size: 18px;
	font-weight: 500;
	color: #3b5d50;
}

.footer-section .subscription-form .form-control {
	height: 50px;
	border-radius: 10px;
	font-family: "Inter", sans-serif;
}

.footer-section .subscription-form .form-control:active,
.footer-section .subscription-form .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #3b5d50;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.footer-section .subscription-form .form-control::-webkit-input-placeholder {
	font-size: 14px;
}

.footer-section .subscription-form .form-control::-moz-placeholder {
	font-size: 14px;
}

.footer-section .subscription-form .form-control:-ms-input-placeholder {
	font-size: 14px;
}

.footer-section .subscription-form .form-control:-moz-placeholder {
	font-size: 14px;
}

.footer-section .subscription-form .btn {
	border-radius: 10px !important;
}

.footer-section .sofa-img {
	position: absolute;
	top: -200px;
	z-index: 1;
	right: 0;
}

.footer-section .sofa-img img {
	max-width: 380px;
}

.footer-section .links-wrap {
	margin-top: 0px;
}

@media (min-width: 992px) {
	.footer-section .links-wrap {
		margin-top: 54px;
	}
}

.footer-section .links-wrap ul li {
	margin-bottom: 10px;
}

.footer-section .footer-logo-wrap .footer-logo {
	font-size: 32px;
	font-weight: 500;
	text-decoration: none;
	color: #3b5d50;
}

.footer-section .custom-social li {
	margin: 2px;
	display: inline-block;
}

.footer-section .custom-social li a {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	background: #dce5e4;
	color: #3b5d50;
	border-radius: 50%;
}

.footer-section .custom-social li a:hover {
	background: #3b5d50;
	color: #ffffff;
}

.footer-section .border-top {
	border-color: #dce5e4;
}

.footer-section .border-top.copyright {
	font-size: 14px !important;
}

.untree_co-section {
	padding: 7rem 0;
}

.form-control {
	height: 50px;
	border-radius: 10px;
	font-family: "Inter", sans-serif;
}

.form-control:active,
.form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #3b5d50;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.form-control::-webkit-input-placeholder {
	font-size: 14px;
}

.form-control::-moz-placeholder {
	font-size: 14px;
}

.form-control:-ms-input-placeholder {
	font-size: 14px;
}

.form-control:-moz-placeholder {
	font-size: 14px;
}

.service {
	line-height: 1.5;
}

.service .service-icon {
	border-radius: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #3b5d50;
	margin-right: 20px;
	color: #ffffff;
}

textarea {
	height: auto !important;
}

.site-blocks-table {
	overflow: auto;
}

.site-blocks-table .product-thumbnail {
	width: 200px;
}

.site-blocks-table .btn {
	padding: 2px 10px;
}

.site-blocks-table thead th {
	padding: 30px;
	text-align: center;
	border-width: 0px !important;
	vertical-align: middle;
	color: rgba(0, 0, 0, 0.8);
	font-size: 18px;
}

.site-blocks-table td {
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	color: rgba(0, 0, 0, 0.8);
}

.site-blocks-table tbody tr:first-child td {
	border-top: 1px solid #3b5d50 !important;
}

.site-blocks-table .btn {
	background: none !important;
	color: #000000;
	border: none;
	height: auto !important;
}

.site-block-order-table th {
	border-top: none !important;
	border-bottom-width: 1px !important;
}

.site-block-order-table td,
.site-block-order-table th {
	color: #000000;
}

.couponcode-wrap input {
	border-radius: 10px !important;
}

.text-primary {
	color: #3b5d50 !important;
}

.thankyou-icon {
	position: relative;
	color: #3b5d50;
}

.thankyou-icon:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(59, 93, 80, 0.2);
}

@media only screen and (max-width: 768px) {
	.section {
		padding: 3rem 0;
	}
	.inspirational-section {
		padding: 3rem 0;
	}
	.feature-section {
		padding: 3rem 0;
	}
	
}

