@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,500;1,700&amp;display=swap');
/* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,700;1,700&amp;display=swap');
/* font-family: 'Merriweather', serif; */

body {
	font-family: 'Montserrat', sans-serif;
	background-color: #fff;
	font-size: 30px;
	line-height: 48px;
	font-weight: 500;
	color: #3b3b3b;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	color: #8cc640;
}

ul,
ol {
	margin-bottom: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul li,
ol li {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	color: #8cc640;
}

h1 {
	font-size: 2.5rem;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
	color: #4D6D34;
}

/* Common Style Start */
.banner-title {
	font-size: 92px;
	line-height: 109px;
	font-weight: 700;
	color: #ffffff;
}

.banner-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.inner-bannr-title {
	font-size: 78px;
	line-height: 92px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.inner-bannr-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title {
	font-size: 56px;
	line-height: 60px;
	font-weight: 600;
	color: #231f20;
}

.section-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.sub-title {
	font-size: 39px;
	line-height: 42px;
	font-weight: 700;
	color: #4d6d34;
	text-transform: uppercase;
}

.sub-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.sub-title a {
	text-decoration: underline !important;
}

.broch-top {
	padding-top: 40px;
}

.small-title {
	font-size: 34px;
	line-height: 40px;
	font-weight: 500;
	color: #36402a;
}

.small-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.common-detail {
	font-size: 27px;
	line-height: 48px;
	font-weight: 400;
	color: #000000;
}

.common-detail * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.btn {
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	color: #231f20;
	padding: 28px 52px 24px 52px;
	border: none;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.btn-orange {
	background-color: #feb913;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
	background-color: #8cc641 !important;
}

.btn-green {
	background-color: #c4ca9d;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
	background-color: #8cc641 !important;
	color: #fff;
}

.color-ffffff {
	color: #ffffff;
}

.color-231f20 {
	color: #231f20;
}

.bg-414143 {
	background-color: #414143;
}

.bg-f9f5eb {
	background-color: #f9f5eb;
}

.bg_d3cb7b {
	background-color: #d3cb7b!important;
}

.bg_f3a61d {
	background-color: #f3a61d;
}

/* Common Style End */



/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header .navbar {
	padding: 14px 0;
}

.header-top .top-line p {
	font-family: 'MYRIADPROREGULAR';
	font-size: 28px;
	line-height: 30px;
	font-weight: 600;
	font-style: italic;
	color: rgba(35, 31, 32, 0.63);
	margin: 0;
}

.header .navbar-nav .nav-item {
	padding: 0 40px;
	cursor: pointer;
}

.header .navbar-nav .nav-item:first-child {
	padding-left: 0;
}

.header .navbar-nav .nav-item:last-child {
	padding-right: 0;	
}

.header .navbar-nav .nav-item .nav-link {
	font-size: 25px;
	line-height: 28px;
	font-weight: 500;
	color: #231f20;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 0;
	position: relative;
}

.header .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
	margin-left: 0;
	vertical-align: 0;
	border-top: 3px solid #231f20;
	border-left: 3px solid #231f20;
	border-right: 0;
	border-bottom: 0;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 3px;
	right: -25px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.header .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after,
.header .navbar-nav .nav-item .nav-link:focus.dropdown-toggle::after,
.header .navbar-nav .nav-item .nav-link.active.dropdown-toggle::after,
.header .navbar-nav .nav-item.active .nav-link.dropdown-toggle::after,
.header .navbar-nav .nav-item .nav-link:active.dropdown-toggle::after {
	border-color: #8cc641;
}

.header .navbar-nav .nav-item .dropdown-menu {
	padding: 20px;
	border: none;
	margin-top: 7px;
	background-color: #fff;
	box-shadow: 0px 7px 12px 0 rgba(140,198,65,0.45);
	-webkit-box-shadow: 0px 7px 12px 0 rgba(140,198,65,0.45);
	-moz-box-shadow: 0px 7px 12px 0 rgba(140,198,65,0.45);
}

.header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
	font-size: 25px;
	line-height: 28px;
	color: #231f20;
	padding: 14px 10px;
}

.header .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.header .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus,
.header .navbar-nav .nav-item .dropdown-menu .dropdown-item:active,
.header .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
	background-color: transparent;
	color: #8cc641;
}

.header .navbar-nav .nav-item:hover,
.header .navbar-nav .nav-item .nav-link:hover,
.header .navbar-nav .nav-item .nav-link:focus,
.header .navbar-nav .nav-item.active .nav-link,
.header .navbar-nav .nav-item .nav-link.active {
	color: #8cc641;
}

.header .navbar-nav .nav-item.call-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .navbar-nav .nav-item.call-btn .nav-link {
	font-size: 37px;
	line-height: 45px;
	font-weight: 500;
}

.header .navbar-nav .nav-item.call-btn svg,
.header .navbar-nav .nav-item.call-btn img {
	width: 34px;
	height: 34px;
	margin: 0 17px 0 0;
}

.header .header-bg {
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0.4) 30%, rgba(197,203,160,0.4) 70%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.4) 30%, rgba(197,203,160,0.4) 70%);
	background: linear-gradient(180deg, rgba(255,255,255,0.4) 30%, rgba(197,203,160,0.4) 70%);
	padding: 13px 0;
}

.header-top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-top .cart-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	padding: 10px;
	background-color: #fdb913;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.header-top .cart-btn:hover {
	background-color: #8cc641;
}

.header-top .cart-btn svg,
.header-top .cart-btn img {
	width: 44px;
	height: 40px;
	margin-left: -2px;
}

.header-top .navbar-nav {
	flex-direction: row;
	padding: 0 113px 0 123px;
}

.header-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.header-bottom .navbar-collapse {
	justify-content: flex-end;
}

.header .navbar-nav {
	align-items: center;
}

.header-bottom .navbar-brand {
	padding: 0;
	margin: 0;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*========== Home page Start ==========*/
.banner-wrp {
	position: relative;
}

.banner-wrp .banner-section {
	position: absolute;
	left: 110px;
	right: 0;
	top: 50%;
	z-index: 9;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
 
.banner-img img {
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.banner-content .banner-title {
	text-shadow: 0px 2px 11.96px rgba(0, 0, 0, 0.31);
	text-transform: uppercase;
	margin: 0 0 52px;
}

.banner-content .banner-btn {
	padding: 0 0 75px;
	display: flex;
	align-items: center;
}

.banner-btn .btn-green {
	margin: 0 47px 0 0;
}

.banner-btn .btn {
	font-size: 33px;
	line-height: 37px;
	padding: 32px 65px 32px 65px;
}

.banner-btn .btn-orange {
	max-width: 358px;
	width: 100%;
	padding: 32px 130px 32px 130px;
}

.banner-content .sub-title {
	color: #fff;
	font-style: italic;
	font-weight: 500;
}

.banner-content .sub-title b {
	font-weight: 700;
}

.banner-content .inner-bannr-title {
	text-shadow: -8px -1px 6px rgb(35 31 32 / 60%);
	margin: 0 0 50px;
}

.inner-banner-wrp .banner-content .btn {
	/*max-width: 357px;*/
	max-width: 440px;
	width: 100%;
}

.banner-wrp.inner-banner-wrp .banner-section {
	left: 186px;
}

.inner-banner-wrp .banner-content {
	margin: 0 100px 0 0;
}

.inner-banner-wrp::before {
	content: "";
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5) 25%, rgba(255,255,255,0) 75%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5) 25%, rgba(255,255,255,0) 75%);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 25%, rgba(255,255,255,0) 75%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.look-further-block .section-title {
	text-transform: uppercase;
	padding: 0 0 40px;
}

.look-further-block .detail {
	padding: 0 0 40px;
}

.look-further-block .detail p {
	margin: 0;
}

.contact-us-today .section-title {
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.43);
	padding: 25px 0 34px;
	border-top: 3px solid #fff;
}

.contact-us-today {
	background-image: url("../webp/contact-us-shape.webp");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top right;
	background-color: #a1cd3b;
	text-align: center;
	margin: 30px 0 0;
	padding: 32px 56px;
	box-shadow: 9px 9px 11px -3px rgb(35 31 32 / 30%);
	-webkit-box-shadow: 9px 9px 11px -3px rgb(35 31 32 / 30%);
	-moz-box-shadow: 9px 9px 11px -3px rgb(35 31 32 / 30%);
}

.contact-us-today ul {
	padding: 0 0 20px;
	margin: 0;
	border-bottom: 3px solid #fff;
}

.contact-us-today ul li {
	list-style-type: none;
}	

.contact-us-today ul li img,
.contact-us-today ul li svg {
	width: 50px;
}

.contact-us-today ul li a {
	color: #231f20;
}

.contact-us-today ul li a:hover {
	color: #fff;
}

.contact-us-today ul li:first-child {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 0 20px;
}

.contact-us-today ul li:first-child a {
	font-size: 54px;
	line-height: 64px;
	font-weight: 600;
}

.contact-us-today ul li:first-child img {
	margin: 0 0 11px 0;
}

.contact-us-today ul li:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-us-today ul li:last-child a {
	font-family: 'Merriweather', serif;
	font-size: 50px;
	line-height: 70px;
	font-style: italic;
	text-transform: capitalize;
}

.contact-us-today ul li:last-child img {
	margin: 0 46px 0 0;
	width: 60px;
}

.look-further-section .row {
	margin: 0 -90px;
}

.look-further-section .row>* {
	padding: 0 90px;
}

.look-further-wrp {
	padding: 124px 0 0;
}

.our-products-block .block-title {
	font-family: 'Merriweather', serif;
	font-size: 34px;
	line-height: 40px;
	font-weight: 700;
	color: #231f20;
	text-transform: capitalize;
	margin: 0 0 18px;
}

.our-products-block .common-detail {
	font-weight: 500;
	line-height: 34px;
	color: #58595b;
	margin: 0 0 13px;
	min-height: 34px;
}

.our-products-block .small-title {
	margin: 0 0 50px;
}

.our-products-block .btn-orange {
	font-weight: 600;
	padding: 18px 76px 16px 76px;
	text-transform: capitalize;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.our-product-img {
	position: relative;
	display: inline-flex;
	margin: 0 0 37px;
	height: 479px;
	align-items: flex-end;
}

.our-product-img img {
	max-height: 100%;
}

.look-further-wrp .look-further-section {
	margin: 0 86px 41px;
}

.look-further-wrp .our-products {
	margin: 0 86px 76px;
}

.our-product-img a {
	display: block;
	position: absolute;
	right: -50px;
	bottom: 0;
	color: #231f20;
    font-size: 35px;
}

.how-work-video .play-icon {
	width: 185px;
	height: 185px;
	border: 8px solid #fff;
	font-size: 55px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.modal-body .close {
	background-color: transparent;
	border: none;
	color: #fff;
	margin-left: auto;
    display: block;
    font-size: 40px;
	padding: 0;
}

.how-work-video {
	position: relative;
	display: block;
}

.how-work-video > img {
	width: 100%;
}

.how-they-work-videos .row {
	margin: 0 -61px;
}

.how-they-work-videos .row>* {
	padding: 0 61px;
}

.video-modal .modal-body {
	padding: 0;
}

.video-modal .modal-content {
	background-color: transparent;
	border: none;
}

.video-modal .modal-content iframe {
	width: 100%;
	height: 600px;
	border: 0;
}

.how-they-work-section {
	text-align: center;
	margin: 0 50px;
}

.how-they-work-section .sub-title {
    font-size: 32px;
    line-height: 36px;
	margin: 0 0 18px;	
	color: #979c6d;
}

.how-they-work-content .section-title {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 78px;
}

.how-they-work-content .detail {
	color: #fff;
	padding: 0 0 100px;
}

.how-they-work-content .detail p {
	margin: 0;
}

.how-they-work-content .how-work-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.how-they-work-content .how-work-btn .btn {
	margin: 0 52px;
	max-width: 305px;
	width: 100%;
}

.how-they-work-content {
	padding: 130px 0 0;
}

.how-they-work-wrp {
	padding: 160px 0 170px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top left;
	position: relative;
	z-index: 9;
}

.how-they-work-videos .block-title {
	margin: 0 0 68px;
}

.how-they-work-wrp::after {
	content: "";
	background-image: url("../webp/how-work-right-shape.webp");
	background-repeat: no-repeat;
	background-size: cover;
	width: 571px;
	height: 426px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.testimonial-wrp {
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top left;
	padding: 109px 0 100px;
}

.testimonial-wrp .section-title {
	font-size: 62px;
	line-height: 75px;
	font-weight: 700;
}

.testimonial-wrp .sub-title {
	margin: 0 0 10px;
}

.testimonial-section {
	margin: 90px 130px 0;
}

.testimonial-section .row {
	margin: 0 -100px;
}

.testimonial-section .row>* {
	padding: 0 100px;
}

.testimonial-block {
    position: relative;
	padding: 80px 0 0 160px;
	z-index: 9;
}

.testimonial-block::before {
	content: "";
	background-image: url("../webp/testimonila-block-shape.webp");
	background-repeat: no-repeat;
	background-size: cover;
	width: 175px;
	height: 177px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.testimonial-block .common-detail {
	font-weight: 500;
	font-size: 25px;
	padding: 0 0 37px;
}

.testimonial-block .detail {
	font-size: 24px;
	line-height: 42px;
	font-weight: 700;
	color: #4d6d34;
}

.testimonial-block .detail p {
	margin: 0;
}

.testimonial-section .testimonial-btn {
	text-align: center;
	padding: 76px 0 0;
}

.tiny-homes-section .tiny-homes-block {
	text-align: center;
}

.tiny-homes-block .small-title {
	font-size: 32px;
	line-height: 38px;
	font-weight: 600;
	color: #231f20;
}

.tiny-homes-wrp {
	background-color: #f5f0ea;
}

.tiny-homes-block .homes-img {
	height: 122px;	
	margin: 0 0 23px;
}

.tiny-homes-block .homes-img img {
	max-height: 100%;
}

.tiny-homes-wrp {
	padding: 264px 0 50px;
	margin: -190px 0 0;
}
/*========== Home page End ==========*/

/*========== Nature's head Page Start ==========*/
.natures-head-wrp {
	padding: 200px 0 100px;
}

.natures-head-wrp .section-title {
	text-transform: capitalize;
	text-align: center;
	margin: 0 0 70px;
}

.natures-head-content .common-detail {
	font-weight: 500;
	padding: 0 0 30px;
}

.natures-head-content .common-detail p {
	margin: 0 0 15px;
}

.natures-head-content .common-detail p:last-child {
	margin-bottom: 0;
}

.natures-head-content .common-detail p a {
	text-decoration: underline;
}

.natures-head-content .sub-title {
	margin: 0 0 30px;
	text-transform: unset;
}

.natures-head-content .small-title {
	padding: 0 0 30px;
	color: #58595b;
    font-weight: 600;
}

.natures-head-content .btn-orange {
	background-color: #f4a61e;
	padding: 18px 60px;
	text-transform: capitalize;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.natures-head-content .btn-orange:hover {
	background-color: #8cc641;
}

.natures-head-img img {
	width: 100%;
}

.natures-head-block .row>* {
	padding: 0 40px;
}

.natures-head-block .row {
	margin: 0 -40px;
}

.natures-head-block {
	padding: 60px 0;
	margin: 0 0 60px;
	background-color: #fff;
	box-shadow: 4px 4px 30px -17px rgb(35 31 32 / 40%);
	-webkit-box-shadow: 4px 4px 30px -17px rgb(35 31 32 / 40%);
	-moz-box-shadow: 4px 4px 30px -17px rgb(35 31 32 / 40%);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.natures-head-main .product-main {
	padding: 0;
	margin: 0 0 120px;
	box-shadow: 4px 4px 30px -17px rgb(35 31 32 / 40%);
    -webkit-box-shadow: 4px 4px 30px -17px rgb(35 31 32 / 40%);
    -moz-box-shadow: 4px 4px 30px -17px rgb(35 31 32 / 40%);
}

.natures-head-main .product-main .common-detail {
	padding: 62px;
}

.natures-head-main .product-main .common-detail p {
	margin: 0 0 20px;
}

.natures-head-main .product-main .common-detail p:last-child {
	margin-bottom: 0;
}
/*========== Nature's head Page End ==========*/

/*========== Videos Page Start ==========*/
.videos-wrp {
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top left;
	padding: 200px 0 60px;
}

.video-block iframe {
	width: 100%;
	height: 490px;
	border: 0;
}

.videos-section {
	margin: 0 0 80px;
}

.videos-section .section-title {
	margin: 0 0 50px;
}

.videos-section .check-list {
	padding: 0 0 80px;
}

.video-content .row>* {
	padding: 0 50px;
}

.video-content .row {
	margin: 0 -50px;
}

.video-content .video-block {
	margin: 0 0 60px;
	text-align: center;
}

.videos-section .check-list li a {
	color: #8cc641;
}

.videos-section .check-list li a:hover {
	color: #231f20;
}

.videos-main .videos-section:first-child .video-block iframe {
	height: 680px;
	border: 0;
}

.videos-main .videos-section:last-child .section-title {
	margin: 0 0 80px;
}
.videos-section .detail {
	font-size: inherit;
	color: #000;
	text-align: center;
	margin-bottom: 50px;
}
/*========== Videos Page End ==========*/

/*========== Contact Page Start ==========*/
.contact-map iframe {
	width: 100%;
}

.contact-wrp {
	padding: 100px 0;
}

.contact-content .check-list ul li {
	font-weight: 500;
	margin: 0 0 10px;
}

.contact-content .check-list ul li a {
	text-decoration: underline;
}

.contact-section .row>* {
	padding: 0 30px;
}

.contact-section .row {
	margin: 0 -30px;
}

.contact-form > .common-detail {
	/*max-width: 1200px;*/
	margin: 0 auto 50px;
	font-weight: 500;
	/*text-align: center;*/
}

.contact-form a:link {
	text-decoration: underline !important;
}

.contact-main {
	padding: 0 0 100px;
}

.common-form .form-label {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin: 0;
}

.common-form .form-control {
	font-size: 20px;
	line-height: 24px;
	border: none;
	box-shadow: none;
	padding: 5px 0;
	border-bottom: 1px solid #231f20;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.common-form .form-group {
	margin: 0 0 30px;
}

.common-form textarea {
	resize: none;
}

.common-form .form-group.text-center {
	margin-top: 70px;
}

.form-group label.error {
	color: #ff0000;
	font-size: 18px;
	line-height: 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
  	transition: background-color 5000s ease-in-out 0s;
  	-webkit-transition: background-color 5000s ease-in-out 0s;
  	-moz-transition: background-color 5000s ease-in-out 0s;
  	-ms-transition: background-color 5000s ease-in-out 0s;
  	-o-transition: background-color 5000s ease-in-out 0s;
}
/*========== Contact Page End ==========*/


/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.footer-main {
	margin: 0 0 0 45px;
}

.footer-top {
    padding: 66px 0 74px 0;
}

.footer-logo {
	margin: 30px 0 0 0;
}

.footer-logo a {
	display: block;
}

.footer-logo img {
	width: 416px;
}

.footer-inner .footer-title {
    padding-bottom: 54px;
}

.footer-inner .footer-title h6 {
	font-size: 30px;
	line-height: 51px;
	font-weight: 700;
	color: #231f20;
	text-transform: uppercase;
	margin: 0;
}

.footer-contact ul li {
	display: flex;
	align-items: center;
	cursor: pointer;
}
 

.footer-contact ul li img {
	margin-right: 22px;
	width: 49px;
	height: 49px;
}

.footer-contact ul li a {
	font-size: 34px!important;
	line-height: 60px!important;
}

.footer-inner .footer-menu ul {
	margin: 0;
	padding: 0;
}

.footer-inner .footer-menu ul li {
	list-style: none;
	/* margin: 0 0 10px 0; */
}

.footer-inner .footer-menu ul li a {
	display: block;
	font-size: 33px;
	line-height: 54px;
	font-weight: 500;
	color: #000000;
}


.footer-inner .footer-menu ul li a:focus, .footer-inner .footer-menu ul li.active a, .footer-inner .footer-menu ul li a.active,.footer-inner .footer-menu ul li a:hover {
	color: #a2a571;
}

.follow-part ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.follow-part ul li {
    list-style: none;
    margin: 0 57px 0 0;
}

.follow-part ul li svg {
	width: 72px;
	height: 72px;
	color: #a2a571;
}

.follow-part ul li a {
	display: block;
}

.follow-part ul li a:hover svg {
	color: #fdb913;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.footer-bottom {
	background-color: #c4c99d;
	padding: 28px 0;
}

.footer-bottom a,
.footer-bottom p {
	text-decoration: none;
	font-size: 21px;
	line-height: 33px;
	font-weight: 600;
	color: #59595b;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.footer-bottom a:hover {
	color: #fff;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/*common start*/
.bottom-border {
	border-bottom: 3px solid #979c6d;
}

.block-title {
	font-size: 39px;
	line-height: 43px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.block-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.check-list ul {
	margin: 0;
	padding: 0;
}

.check-list ul li {
	list-style: none;
	font-size: 30px;
	line-height: 54px;
	font-weight: 400;
	color: #231f20;
	position: relative;
}

/* .check-list ul li::before {
	content: " ";
	position: absolute;
	top: 22px;
	left: 0;
	background-color: #231f20;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
} */

.list-title {
	font-size: 30px;
	line-height: 33px;
	font-weight: 700;
	color: #4d6d34;
}

.list-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}

.btn-brown {
	font-size: 28px;
	line-height: 31px;
	color: #fff;
	font-weight: 700;
	background-color: #231f20;
	padding: 36px 100px;
	
}

.btn-brown:hover {
	background-color: #4d6d34;
	color: #fff;
}

/*common end*/

.specification-wrp{
	background-color: #ececec;
	padding: 64px 0 267px 0;
	background-image: url("../webp/specification-back.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 45%;
	background-blend-mode: multiply;
}
.manuals {
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	width: 100%;
}

.product-main {
	padding: 0 0 62px 0;
	background-color: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	box-shadow: 0px 1px 10px #a39a9a;
	-webkit-box-shadow: 0px 1px 10px #a39a9a;
	-moz-box-shadow: 0px 1px 10px #a39a9a;
	/*text-align: center !important;*/
	
}

.product-main .block-title {
	background-color: #4d6d34;
	padding: 41px 0;
	border-radius: 30px 30px 0 0;
	-webkit-border-radius: 30px 30px 0 0;
	-moz-border-radius: 30px 30px 0 0;
	-ms-border-radius: 30px 30px 0 0;
	-o-border-radius: 30px 30px 0 0;
	position: relative;
}
.product-main .block-title a:link {
	text-decoration: underline !important;
}
.product-main .block-title::before {
	content: " ";
	position: absolute;
	top: 32px;
    left: 58px;
	background-image: url("../svg/information-button.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 58px;
	height: 58px;
}

.product-image {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* .product-image > img {	
    padding: 0 130px 0 0px;
} */

.product-top {
	display: flex;
	align-items: center;
	margin: 0 66px;
	padding: 88px 66px 38px 66px;
}

.product-top .detail {
	padding-left: 10px;
}

.product-top .detail p {
	margin: 0;
	font-weight: 400;
}

.product-middle {
    margin: 0 64px;
	padding: 76px 66px 63px 66px;
}

.product-inner .check-list {
	padding: 60px 56px 0 22px;
}
/*bottom part start*/
.product-list.check-list ul li {
	padding-left: 0;
}

.product-list.check-list ul li::before {
	display: none;
}

.product-list.check-list ul li {
	font-size: 27px;
	line-height: 48px;
}

.product-list.check-list ul li span {
	font-weight: 500;
	color: #000000;
}

.product-list.check-list ul li p {
	margin: 0;
}

.product-detail .product-middle:last-child .list-title h6 {
	text-transform: capitalize!important;
}

.product-sheet-part {
	padding-top: 144px;
}

.product-sheet-part .product-middle {
	padding-right: 0;
}

.product-sheet-part .product-inner p {
	margin: 0;
	font-weight: 300;
}

.product-middle .product-detail p:nth-child(even) {
	padding-top: 61px;
}

.product-power-section .list-title {
	padding: 0 0 24px 0;
}

.product-power-section {
	padding: 0 0 34px 0;
}

.product-bottom-detail .product-inner:first-child {
	padding: 0 0 60px 0;
}

.product-bottom-detail .product-inner .list-title {
	padding: 0 0 44px 0;
}
/*bottom part end*/

/*like start*/

.like-main {
	position: relative;
	z-index: 1;
}

.like-inner {
	margin-left: -66px;
}

.like-inner .check-list-part {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 89px 0 77px 0;
}

.like-wrp {
	padding: 122px 0 130px;	
	position: relative;
	background-image: url("../webp/like-design-image.webp");
	background-repeat: no-repeat;
}

.like-inner .sub-title {
	font-size: 37px;
    line-height: 59px;
	font-weight: 500;
	text-transform: inherit;
}

.check-list-part .form-check-input {
	border: 1px solid #8b621f;
	margin: 0;
	width: 45px;
	height: 45px;
	
}

.check-list-part .check-section {
	display: flex;
	align-items: center;
	justify-content: center;
}

.check-list-part .check-section .form-check-label {
	font-size: 35px;
	line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 10px 0 0;
}

.check-list-part .form-check-input:checked {
	background-color: #231f20;
	border-color: #231f20;
}

.check-list-part .form-check-input:focus {
	box-shadow: none;
	border-color: #8b621f;
}

.check-list-part .check-section:first-child {
	padding-right: 104px;
}

.mail-part .form-control:focus {
	box-shadow: none;
	border-color: #fff;
}

.mail-part .form-control {
    font-size: 30px;
    line-height: 41px;
	margin-right: 15px;
	padding: 30px 26px 30px 48px;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

.mail-part .form-control::placeholder {
	font-size: 30px;
	line-height: 41px;
}

.mail-part {
	display: flex;
    align-items: center;
    justify-content: center;
	margin-left: -50px;
}

.mail-part label.error {
	color: #ff0000;
	font-size: 18px;
	line-height: 20px;
	position: absolute;
	bottom: -40px;
	left: 0;
}

.mail-part form {
	display: flex;
	align-items: stretch;
	justify-content: center;
	position: relative;
	width: 100%;
}

/*like end*/

/*faq start*/
.faq-wrp {
    background-color: #ececec;
    padding: 80px 0;
}

.faq-title {
	margin: 0 0 60px 0;
}

.faq-title .section-title {
	display: inline-block;
}

.accordion-button:focus {
	border-color: #212529;
	outline: none;
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	box-shadow: none;
	background-color: #fff;
	color: #212529;
}

.accordion-button:not(.collapsed)::after{
	transform: rotate(90deg)!important;
	-webkit-transform: rotate(90deg)!important;
	-moz-transform: rotate(90deg)!important;
	-ms-transform: rotate(90deg)!important;
	-o-transform: rotate(90deg)!important;
}


.faq-accordion .accordion-item {
	margin-bottom: 24px;
	background-color: #FFFFFF;
	box-shadow: 4px 4px 30px -17px rgb(35 31 32 / 40%);
	-webkit-box-shadow: 4px 4px 30px -17px rgb(35 31 32 / 40%);
	-moz-box-shadow: 4px 4px 30px -17px rgb(35 31 32 / 40%);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.faq-accordion .accordion-body {
	padding: 0 33px 30px 33px;
}

.faq-accordion .accordion-button {
	font-size: 39px;
	line-height: 43px;
	font-weight: 600;
	color: #4d6d34;
	padding: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.faq-accordion .accordion-button::after {
	background-image: url("../svg/accordion.svg");
	background-color: #4d6d34;
	padding: 25px;
	background-position: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.accordion-item.open {
	border: 2px solid #4d6d34;
}

.faq-accordion .accordion-button.collapsed::after {
	background-color: #FFFFFF;
	box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
	-webkit-box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
	-moz-box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
	background-image: url("../svg/accordion-black.svg");
	padding: 25px;
	background-position: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.faq-accordion .accordion-body a {
	color: #8cc640;
}

.faq-accordion .accordion-body a:hover {
	color: #fdb913;
}

.faq-accordion .accordion-body a,
.faq-accordion .accordion-body p {
	font-size: 30px;
    line-height: 54px;
    font-weight: 400;
	margin: 0;
}

/*faq end*/

/*testimonial start*/

.testimonial-wrapper {
	padding: 79px 0 70px;
}

.testimonial-title {
	margin: 0 0 30px 0;
}

.testimonial-item {
	background-color: #fff;
	margin: 50px 20px;
    box-shadow: 0px 0px 15px -5px rgb(4 55 125 / 30%);
    -webkit-box-shadow: 0px 0px 15px -5px rgb(4 55 125 / 30%);
    -moz-box-shadow: 0px 0px 15px -5px rgba(4,55,125,0.30);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
	height: auto!important;
	text-align: center;
}

.testimonial-item.testimonial-block {
	padding: 80px 30px 50px 160px;
}

.testimonial-item.testimonial-block:focus,
.testimonial-item.testimonial-block:focus-visible {
	outline: none;
}
/* 
.testimonial-slider .slick-slide {
    height: auto !important;
} */

.testimonial-slider {
	opacity: 0;	
}

.testimonial-slider.slick-initialized {
	opacity: 1;
}

.testimonial-slider .slick-arrow {
	background-color: transparent;
	border: none;
	color: #231f20;
	font-size: 35px;
	padding: 0;
	position: absolute;
	z-index: 9;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.testimonial-slider .slick-prev {
	left: -20px;
}

.testimonial-slider .slick-next {
	right: -20px;
}

.testimonial-slider .slick-arrow:hover {
	color: #8cc63e;
}

.testimonial-slider .slick-dots {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.testimonial-slider ul li button {
	display: none!important;
}

.testimonial-slider ul li {
	list-style-type: none;
    margin: 0 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    background-color: #4d6d34;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonial-slider ul li:hover,
.testimonial-slider ul li.slick-active {
	opacity: 0.6;
}

/* .testimonial-slider .slick-track {
	display: flex !important;
} */

/* .testimonial-slider .slick-dots li::before {
    left: -3.5px;
    top: -3.8px;
} */

.testimonial-slider .slick-dots li.slick-active::before {
    visibility: visible;
    opacity: 1;
}

.testimonial-slider .testimonial-block::before {
	width: 155px;
    height: 155px;
    border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -ms-border-radius: 10px 0 0 0;
    -o-border-radius: 10px 0 0 0;
}

/*testimonial end*/

/*how they work start*/

.how-they-work-wrapper {
	padding: 100px 0 90px;
}

.how-they-work-main .product-detail .detail p {
	margin: 0;
}

.how-they-work-main .product-detail .detail p:first-child {
	padding-top: 0 !important;
}

.how-they-work-main .product-detail .detail p {
	padding-top: 30px !important;
}

.how-they-work-wrapper .product-inner .list-title {
	margin: 0 0 26px 0;
}

.how-they-work-video iframe {
	width: 100%;
	height: 600px;
	border: 0;
}
/*how they work end*/
/* Product Page*/
.ogo-smaller {
	margin: 70px 0px 0px 0px;
}
