@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Metal+Mania&display=swap');
#nav a.current {
	color: #c6940d !important;
}
* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
	width: 100%;
	max-width: 100%;
}
body {
	font-family: Averta, Helvetica, sans-serif;
	font-size: 16px;
	color: #363636;
	line-height: 24px;
	background: #f6f1e5;
}
a, a:active, a:focus, a:hover {
	outline: none;
	text-decoration: none;
}
a {
	-webkit-transition: .4s;
	transition: .4s;
	display: inline-block;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*
  Default Form
=================*/
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="submit"], input[type="search"], button[type="submit"], textarea {
	border: 1px solid #d2c8c8;
	border-radius: 0;
	box-shadow: none;
	padding: 12px 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
	min-height: 45px;
	margin-bottom: 15px;
	outline: none;
}
input:focus, textarea:focus {
	border: 1px solid #6FBC29;
}
textarea {
	min-height: 140px;
}
 input::-moz-placeholder {
 color: #262626;
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
 input:-ms-input-placeholder {
 color: #262626;
}
 input::-webkit-input-placeholder {
 color: #262626;
}
 .discount-form input::-moz-placeholder {
 color: #fff;
}
 .discount-form input:-ms-input-placeholder {
 color: #fff;
}
 .discount-form input::-webkit-input-placeholder {
 color: #fff;
}
/*
  Background Overlay
==========================*/
.bg-overlay {
	position: relative;
	z-index: 1;
}
.bg-overlay:after {
	/*background: #000 none repeat scroll 0 0;*/
	content: "";
	height: 100%;
	left: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
/*
  Tea Shop Table
========================== */
.teashop-table {
	width: 100%;
	height: 100%;
	display: table;
}
.teashop-table-cell {
	display: table-cell;
	vertical-align: middle;
}
/*
  Tea Shop Button
======================== */
.teashop-btn {
	display: inline-block;
	color: #fff;
	background: #6fbc29;
	padding: 10px 40px;
	text-transform: uppercase;
	border-radius: 2px;
	font-weight: 700;
	-webkit-transition: .4s;
	transition: .4s;
	position: relative;
	z-index: 1;
}
.teashop-btn:after {
	content: "";
	height: 100%;
	width: 100%;
	background: #fff;
	top: 0px;
	left: 0;
	z-index: -1;
	position: absolute;
	border-radius: 2px;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	opacity: .1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.teashop-btn:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.teashop-btn:hover {
	color: #262626;
}
/*
  Section Style
==========================*/
@media (min-width: 769px) {
.section-padding {
	padding: 30px 0 60px 0;
}
.section-padding24 {
	padding: 30px 0 0px 0;
}
}
@media (max-width: 768px) {
.section-padding {
	padding: 15px 0 60px 0;
}
}
.section-padding25 {
	padding: 30px 0 10px 0;
}
.section-padding24 {
	padding: 15px 0 0px 0;
}
.section-header {
	margin-bottom: 20px;
}
.section-header h2 {
	color: #fff;
	font-size: 48px;
	line-height: 60px;
	margin-top: -6px;
}
.section-header h2 span {
	display: block;
	font-size: 60%;
	font-weight: 400;
}
/*
  Social Icons
======================== */
.social-icons {
	position: absolute;
	width: 100%;
	bottom: 20px;
	z-index: 11;
	text-align: right;
}
.social-icons a {
	color: #fff;
	display: inline-block;
	margin: 0 5px;
	text-transform: capitalize;
	font-weight: 700;
	-webkit-transition: .4s;
	transition: .4s;
}
.social-icons a:hover, #footer .social-icons a:hover {
	color: #6FBC29;
}
.social-icons a i.fa {
	color: #6FBC29;
	margin-right: 5px;
}
/*
  Header Style
========================== */
@media (min-width: 769px) {
header, header a {
	color: #fff;
}
.is-sticky .stick2 {
	display: block !important;
}
.is-sticky .stick1 {
	display: none !important;
}
.stick2 {
	display: none !important;
}
}
@media (max-width: 768px) {
header, header a {
	color: #fff;
}
.is-sticky .stick1 {
	display: none !important;
}
.is-sticky .stick2 {
	display: block !important;
}
.stick1 {
	display: none !important;
}
}
header a:hover {
	color: #6FBC29;
}
header {
	position: absolute;
	z-index: 9999;
	width: 100%;
}
.is-sticky .sticky-wrapper {
	background: #000 !important;
}
/*
  Top Bar
========================= */
.top-bar {
	padding: 5px 0;
}
.header-top span {
	margin-left: 20px;
	position: relative;
	/*display: inline-flex;*/
	font-size: 12px !important;
}
.header-top span:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	/*background: #252525;*/
	left: -11px;
	top: 0;
}
.header-top span:first-child:after {
	display: none;
}
.header-top i.fa {
	color: #fff;
	margin-right: 15px;
	font-size: 25px;
}
/*
  Navigation
========================= */
.navigation-area {
	-webkit-transition: .4s;
	transition: .4s;
	padding: 10px 0;
}
.navbar-collapse {
	padding: 0;
}
.navbar-header h1 {
	margin: 0;
}
.navbar-header h1 img {
	-webkit-transition: .4s;
	transition: .4s;
}
.navbar-nav {
	float: none;
}
.navbar-nav > li {
	float: none;
}
.nav > li > a:focus, .nav > li > a:hover {
	background: transparent;
}
.nav.navbar-nav li {
	display: inline-block;
	margin-right: -4px;
}
.nav.navbar-nav li:last-child {
	margin-right: 0;
}
.nav.navbar-nav li a {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 18px 9px;
	-webkit-transition: .4s;
	transition: .4s;
	font-size: 11px;
	letter-spacing: 1px;
}
.nav.navbar-nav li:last-child a {
	padding-right: 0;
}
.navbar-nav li.active a, .navbar-nav li:hover a {
	color: #c6940d !important;
}
.navigation-area .navbar-collapse {
	max-height: 340px;
}
/*
  Sticky Menu
=============================== */
#sticky-wrapper {
	height: auto !important;
}
@media (min-width: 769px) {
.is-sticky .navigation-area {
	background: rgba(0, 0, 0, 0.349) none repeat scroll 0 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
}
@media (max-width: 768px) {
.is-sticky .navigation-area {
	background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
}
.is-sticky .brand-logo a {
	border-color: #333;
	color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
}
.is-sticky .navigation-area .navbar-nav li a {
	color: #fff;
}
.is-sticky .navigation-area .navbar-nav li.active a, .is-sticky .navigation-area .navbar-nav li:hover a {
	color: #fff;
}
.navbar-toggle.collapsed, .is-sticky .navbar-toggle.collapsed {
	border-color: #fff;
	margin-bottom: 0;
	margin-top: 12px;
}
.icon-bar, .is-sticky .icon-bar {
	background: #fff none repeat scroll 0 0;
}
/*
  Home Slider Style
============================ */
#home-slider .container {
	position: relative;
}
#home-slider {
	color: #fff;
	font-family: Averta, Helvetica, sans-serif;
	position: relative;
}
/*
  Single Slide Item
=========================== */
.single-slide-item {
	padding: 123px 0;
	/*background-image: url('assets/img/slider/slider-1.jpg');*/
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
/*
  Slider Background
======================== */
.slider-bg-1 {
	background-image: url('assets/img/slider/slider-1.jpg');
}
.slider-bg-2 {
	background-image: url('assets/img/slider/slider-2.jpg');
}
.slider-bg-3 {
	background-image: url('assets/img/slider/slider-3.jpg');
}
.slider-bg-4 {
	background-image: url('assets/img/slider/slider-4.jpg');
}
.slider-bg-5 {
	background-image: url('assets/img/slider/slider-5.jpg');
}
.slider-bg-6 {
	background-image: url('assets/img/slider/slider-6.jpg');
}
/*
  Owl Nav
=========================== */
.slider-waper .owl-nav, .team-slides .owl-nav, .testimonial-slides .owl-nav {
	position: absolute;
	bottom: 130px;
	right: 4px;
}
.testimonial-slides .owl-nav {
	bottom: -8px;
	right: auto;
	left: 0;
}
.team-slides .owl-nav {
	bottom: 0;
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.team-slides .owl-next {
	margin-right: 0 !important;
}
.slider-waper .owl-nav div, .team-slides .owl-nav div, .testimonial-slides .owl-nav div {
	display: inline-block;
	margin-right: 15px;
	font-size: 20px;
	color: #fff;
}
/* 
  Product
=============== */
/*#product {
	background-image: url('assets/img/home/product-bg.png');
}*/
#product {
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 300px;
	background-color: #f6f1e5;
}
.single-product-box {
	background: #fff;
	text-align: center;
	padding: 42px 0;
}
.single-product-box .teashop-btn {
	margin-top: 10px;
}
.single-product-box {
	background: #fff;
	text-align: center;
	padding: 42px 0;
	border-radius: 2px;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-product-box:hover {
	box-shadow: 0 0 37px #cfcfcf;
}
/* 
  About 
========================= */
#about {
	position: relative;
}
.video-area {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 49%;
	background-image: url('assets/img/video-bg.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.video-area.bg-overlay::after {
	opacity: .3;
}
/*
  Video Button 
========================= */
.video-play-btn {
	width: 100px;
	height: 100px;
	color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	line-height: 100px;
	font-size: 40px;
	padding-left: 6px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
}
.video-play-btn:hover {
	color: #6FBC29;
}
.video-play-btn:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: #ffffff;
	left: 0;
	top: 0;
	border-radius: 50%;
	z-index: -1;
	-webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
	animation: 1s ease-out 0s normal none infinite running pulsate;
}
/*
  About List
=========================== */
.about-list {
	list-style: none;
}
.about-list li {
	margin-bottom: 25px;
}
.about-list li:last-child {
	margin: 0;
}
.about-list h3 i.fa {
	padding-right: 15px;
}
.about-list h3 {
	-webkit-transition: .4s;
	transition: .4s;
}
.about-list li:hover h3, .about-list-box:hover h3 {
	color: #6fbc29;
}
/*
  Featurs
======================= */
#featurs {
	/* background: #f1f1f1;*/
	/*padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(assets/img/pattern.jpg);
	background-repeat: repeat;
	background-size: inherit;
	background-attachment: inherit;
	background-position: 0 0;*/
	background: url(assets/img/shutterstock_314233289.png) no-repeat top center;
	display: table;
	height: 500px;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.m-tt {
	margin-top: 20%;
}
#featurs .section-header h2 {
	color: #000;
	font-size: 50px;
	line-height: 60px;
	margin-top: -6px;
}
#featurs .section-header p {
	color: #000 !important;
}
/*
  Featurs Navigation
======================= */
.featurs-navigation {
	text-align: center;
	margin-bottom: 25px;
}
.featurs-navigation li {
	display: inline-block;
	color: #262626;
	font-size: 24px;
	padding: 5px 15px;
	cursor: pointer;
	-webkit-transition: .4s;
	transition: .4s;
}
.featurs-navigation li.active, .featurs-navigation li:hover {
	color: #6fbc29;
}
/*
  Shop Cart Box
======================== */
.shop-cart-box a {
	color: #252525;
	font-weight: 700;
	font-size: 14px;
}
.cart-price {
	position: relative;
	margin-bottom: 20px;
	/*background: #fff;*/
	-webkit-transition: .4s;
	transition: .4s;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.cart-price img {
	/*width: 100%;
  height: auto;
  min-height: 260px;*/
	-webkit-transition: .3s;
	transition: .3s;
}
.shop-cart-box p {
	font-size: 20px !important;
	font-weight: 500;
	text-align: center;
	margin-top: 13px;
	color: #fff !important;
	text-shadow: 2px 2px #000000eb;
	font-family: 'Montserrat', sans-serif;
}
.cart-price img {
	/* width: 100%;
  height: auto;
  min-height: 260px;*/
	-webkit-transition: .3s;
	transition: .3s;/*max-height: 300px;*/
}
.cart-price a {
	position: absolute;
	right: 0;
	bottom: 20px;
	display: inline-block;
	padding: 10px 25px;
	font-size: 19px;
	-webkit-transition: .4s;
	transition: .4s;
	background: #000;
	border-radius: 0;
	color: #fff !important;
}
/*.shop-cart-box:hover .cart-price a {
  background: #6fbc29;
  color: #fff;
}

.shop-cart-box:hover .cart-price {
  box-shadow: 0 0 37px #d7d7d7;
}

.shop-cart-box:hover .cart-price img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
*/
.shop-cart-box a i.fa {
	margin-right: 10px;
}
.shop-cart-box {
	margin-top: 50px;
	text-align: center;
}
.shop-cart-box a:hover {
	color: #7b7b7b;
	text-decoration: underline;
}
/*
  Discount
======================== */
#discount {
	background-image: url('assets/img/discount-bg.jpg');
	background-size: cover;
	background-position: center center;
}
#discount .section-header {
	margin: 0;
}
#discount .section-header h2 {
	color: #fff;
	margin: 0;
}
.discount-form {
	text-align: center;
	margin-top: 25px;
}
.discount-form input[type="email"] {
	background-color: transparent;
	color: #fff;
	border: none;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.discount-form button[type="submit"] {
	max-width: 190px;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	border-radius: 2px;
}
/*
  Health
======================== */
@media (min-width: 769px) {
#health .section-header {
	padding-bottom: 54px;
}
}
@media (max-width: 768px) {
#health .section-header {
	padding-bottom: 2px;
}
.mm-cen {
	margin: 0 auto !important;
	text-align: center;
}
}
.health-list li:before {
	content: "\f00c";
	font-family: fontawesome;
	position: absolute;
	top: 0;
	left: 0;
}
.health-list li {
	position: relative;
	padding-left: 29px;
	margin-bottom: 5px;
}
.health-list li:last-child {
	margin-bottom: 0;
}
/*.health-bg img {
  min-height: 400px;
}*/

.read-btn {
	color: #252525;
	margin-top: 20px;
	font-weight: 700;
}
.read-btn i.fa {
	margin-left: 5px;
	-webkit-transition: .4s;
	transition: .4s;
}
.read-btn:hover i.fa {
	margin-left: 10px;
}
.read-btn:hover {
	color: #6FBC29;
}
/* 
  Blog
================ */
#blog {
	/*background-image: url('assets/img/gurantee/bg.png');*/
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #f6f1e5;
	background-size: 500px auto;
	position: relative;
}
.blog-content-wrap {
	margin-bottom: 0px;
}
#blog div.container div.blog-content-wrap:last-child, .blog-post-content div.signle-blog-box:last-child {
	margin-bottom: 0;
}
@media (min-width: 769px) {
.blog-bg {
	background-color: #ddd;
	min-height: 550px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
}
@media (max-width: 768px) {
.blog-bg {
	background-color: #ddd;
    min-height: 288px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
}
/*
  Blog Background
===================== */
.blog-bg-1 {
	background-image: url('assets/img/gurantee/shutterstock_691621522.jpg');
}
.blog-bg-2 {
	background-image: url('assets/img/gurantee/shutterstock_1151238983.jpg');
}
.blog-bg-3 {
	background-image: url('assets/img/gurantee/shutterstock_1391111459.jpg');
}
.blog-bg-4 {
	background-image: url('assets/img/about/shutterstock_1660930042.jpg');
}
.blog-bg-5 {
	background-image: url('assets/img/about/shutterstock_538057381.jpg');
}
.blog-bg-6 {
	background-image: url('assets/img/about/experienced1.jpg');
}
.blog-bg-66 {
	background-image: url('assets/img/about/experienced2.jpg');
}
.blog-bg-7 {
	background-image: url('assets/img/quality/shutterstock_1227995629.jpg');
}
.blog-bg-8 {
	background-image: url('assets/img/quality/shutterstock_1467728831.jpg');
}
.blog-bg-9 {
	background-image: url('assets/img/quality/shutterstock_776952874.jpg');
}
.blog-bg-10 {
	background-image: url('assets/img/quality/shutterstock_271344137.jpg');
}
.blog-bg-11 {
	background-image: url('assets/img/quality/shutterstock_1151238989.jpg');
}
.blog-bg-12 {
	background-image: url('assets/img/quality/drying.jpg');
}
.blog-bg-13 {
	background-image: url('assets/img/quality/shutterstock_1308619186.jpg');
}
.blog-bg-14 {
	background-image: url('assets/img/quality/shutterstock_1391111459.jpg');
}
.blog-content-box {
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
.blog-content-box.right-content {
	text-align: center;
}
.blog-content-box h3, .blog-content-box h3 a {
	-webkit-transition: .4s;
	transition: .4s;
	color: #262626;
}
.blog-content-box:hover h3, .blog-content-box h3 a:hover {
	color: #000;
}
.blog-content-box h3 span {
	font-size: 22px;
	display: block;
	margin-top: 10px;
}
/*
  Blog Hover Effect
=========================== */
.blog-bg:before, .blog-bg:after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
/*.blog-bg:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.blog-bg:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}*/
.blog-content-wrap:hover .blog-bg:before, .blog-content-wrap:hover .blog-bg:after, .signle-blog-box:hover .blog-bg:before, .signle-blog-box:hover .blog-bg:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*
  Testimonial
=================== */
.testimonial-single-item {
	margin-top: 60px;
}
/*.owl-carousel .owl-item */
.clint img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #be8c1d;
	padding: 4px;
}
.clint-name h4 span {
	display: block;
	font-size: 80%;
	font-weight: 400;
	margin-top: 5px;
}
.clint-name h4 {
	margin-bottom: 10px;
	font-size: 20px;
}
.clint {
	display: table;
}
.clint img, .clint-name {
	display: table-cell;
	vertical-align: middle;
}
.clint-name {
	text-align: left;
	padding-left: 30px;
}
.clint-name i.fa {
	color: #6fbc29;
}
.clint-reviews {
	padding: 40px 0;
	position: relative;
	margin-top: 25px;
	line-height: 1.5;
	padding-top: 65px;
}
.clint-reviews p {
	margin: 0;
}
.clint-reviews:before {
	content: "\f10d ";
	color: #be8c1d;
	font-size: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: fontawesome;
}
.testimonial-photo img {
	min-height: 415px;
}
/*
  Contact
======================== */
#contact {
	background-image: url('assets/img/contact-bg.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
#contact .section-header h2 {
	color: #fff;
}
/*
  Contact Information
====================== */
.contact-info li {
	position: relative;
	padding-left: 50px;
	margin-bottom: 10px;
}
.contact-info li i.fa {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 25px;
}
.contact-info {
	padding: 35px;
	border-radius: 2px;
	position: relative;
	z-index: 1;
}
.contact-info a {
	color: #4B4B4B;
}
.contact-info:after {
	content: "";
	width: 100%;
	background: #fff;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	border-radius: 2px;
}
.contact-info li:last-child {
	margin-bottom: 0;
}
/*
  Contact Form
================== */
.comments-form {
	margin-top: 50px;
}
.contact-form input {
	background: rgba(2555,255,255, 0.8);
	border-radius: 2px;
}
.contact-form button[type="submit"], .comments-form button[type="submit"] {
	margin-top: 23px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	border-radius: 2px;
}
.contact-form .alert.alert-success {
	text-align: center;
	border-radius: 2px;
	color: #fff;
	background: #6FBC29;
	border: none;
}
/*
  Google Map
========================= */
/*.g-map {
  height: 400px;
}*/

#google-container {
	background-color: #1d1a16;
	height: 100%;
	position: relative;
	width: 100%;
}
#cd-google-map {
	position: relative;
}
/*#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #7FC442;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("assets/img/cd-icon-controller.svg");
  -webkit-transition: .4s;
  transition: .4s;
}
*/
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
	background-color: #010100;
}
#cd-zoom-in:hover, #cd-zoom-out:hover {
	background-color: #333;
}
/*#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}*/

#cd-zoom-out {
	background-position: 50% -32px;
}
/*
  Tea Shop Preeloader
========================== */
.teashop-pageloader {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999999;
}
.preloader-spinner {
	-webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
	animation: 1s ease-out 0s normal none infinite running pulsate;
	border: 5px solid #000;
	border-radius: 40px;
	display: block;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: fixed;
	top: 50%;
	width: 40px;
	z-index: 10;
}
 @-webkit-keyframes pulsate {
 0% {
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 -webkit-transform: scale(0.1);
 transform: scale(0.1);
}
 50% {
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
 100% {
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}
 @keyframes pulsate {
 0% {
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 -webkit-transform: scale(0.1);
 transform: scale(0.1);
}
 50% {
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
 100% {
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}
/*
  Footer
============== */
#footer {
	padding-bottom: 0;
	/*background-image: url('assets/img/footer-bg.jpg');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;*/
  /* background: linear-gradient(0deg, rgba(54,83,35,1) 50%, rgb(241, 241, 241) 100%); */
	padding-top: 33px;
	background: #dcdcdc;
}
#footer .social-icons {
	position: relative;
	padding-top: 20px;
	margin-top: 20px;
	bottom: 0;
	left: 0;
	text-align: center;
}
#footer .social-icons:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 100px;
	background: #252525;
	left: 50%;
	margin-left: -50px;
	top: 0;
}
#footer .social-icons a {
	color: #262626;
}
/*
  Footer Bottom
==================== */
.footer-bottom {
	color: #000;
	padding: 155px 0 0 0;
	z-index: 9999;
	position: absolute;
	margin: 0 auto;
}
.copyright a {
	color: #6EBB29;
	text-transform: uppercase;
}
/*
  Back To Top
================== */
.ScrollToTop {
	bottom: 15px;
	position: fixed;
	right: 15px;
	z-index: 11;
	display: none;
}
.ScrollToTop a {
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 25px;
	height: 40px;
	line-height: 35px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	text-align: center;
	width: 40px;
	-webkit-transition: .4s;
	transition: .4s;
}
.ScrollToTop a:hover {
	background: #ccc;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	color: #fff;
}
/*
  About Page Style
====================== */
.page-banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}
/*About Page Banner*/
.about-banner {
	background-image: url('assets/img/about-page/banner.jpg');
}
.page-banner .section-header {
	margin: 0;
}
.page-banner .section-header h2 {
	color: #fff;
	margin-bottom: 0;
}
/*
  Breadcrumb
=================== */
.page-banner .breadcrumb {
	background: transparent;
	margin: 0;
	border-radius: 0;
	bottom: 0;
	padding: 0;
	position: relative;
	top: 80px;
	text-align: right;
}
.page-banner .breadcrumb-item {
	font-size: 20px;
	text-transform: capitalize;
	font-family: Averta, Helvetica, sans-serif;
	font-weight: 700;
}
.page-banner .breadcrumb-item.active, .page-banner .breadcrumb-item:hover a {
	color: #6EBB29;
}
.page-banner .breadcrumb-item a {
	color: #fff;
}
.about-us-video .video-area {
	width: 100%;
	height: 450px;
	position: relative;
}
.about-list-box {
	margin-top: 50px;
}
/*
  Team Member
==================== */
#team {
	background: #f1f1f1;
}
.single-team-item {
	margin: 65px 0;
	max-width: 350px;
	-webkit-transition: .7s;
	transition: .7s;
}
.active.center .single-team-item {
	box-shadow: 0px 35px 40px #555;
}
.single-team-box {
	position: relative;
	-webkit-transition: .7s;
	transition: .7s;
	text-align: center;
}
.single-team-box img {
	width: 100%;
	-webkit-filter: grayscale(100%);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	filter: grayscale(100%);
	-webkit-transition: .7s;
	transition: .7s;
}
.single-team-box h4 {
	background: #fff;
	margin: 0;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	width: 100%;
	padding: 15px;
	position: absolute;
	bottom: -65px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.single-team-box h4 span {
	display: block;
	font-size: 75%;
	font-weight: 400;
	margin-top: 2px;
}
.single-team-box:hover img, .active.center .single-team-box img {
	margin-top: -65px;
	-webkit-filter: grayscale(0);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
	filter: grayscale(0);
}
.single-team-item:hover h4, .active.center .single-team-item h4 {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	bottom: -65px;
}
/* 
  Blog Page Style
===================== */
.blog-banner {
	background-image: url('assets/img/blog-page/blog-banner.jpg');
}
.signle-blog-box {
	margin-bottom: 50px;
}
/*Blog Page Single Background*/
.signle-blog-box .blog-bg-1 {
	background-image: url('assets/img/blog-page/1.jpg');
}
.signle-blog-box .blog-bg-2 {
	background-image: url('assets/img/blog-page/2.jpg');
}
.signle-blog-box .blog-bg-3 {
	background-image: url('assets/img/blog-page/3.jpg');
}
.signle-blog-box .blog-bg {
	min-height: 370px;
}
.signle-blog-box .blog-content-box {
	padding-top: 15px;
}
/*
  Blog Meta
================== */
.blog-meta {
	margin-bottom: 15px;
}
.blog-meta, .blog-meta a {
	color: #262626;
	-webkit-transition: .4s;
	transition: .4s;
}
.blog-meta a:hover {
	color: #6FBC29;
}
.blog-meta span {
	margin-right: 10px;
}
.blog-meta span i.fa {
	margin-right: 5px;
}
.blog-meta span:last-child {
	margin-right: 0;
}
/* 
  Pagination
=================== */
.pagination-area {
	text-align: right;
	margin-top: 40px;
}
.pagination-area > ul {
	overflow: hidden;
	display: inline-block;
}
.pagination-area ul li {
	float: left;
	-webkit-transition: .4s;
	transition: .4s;
}
.pagination-area ul li a {
	border: 1px solid transparent;
	color: #262626;
	display: block;
	font-size: 20px;
	padding: 5px 15px;
	text-align: center;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 2px;
	margin: 0 1px;
}
.pagination-area ul li.active a, .pagination-area ul li a:hover {
	color: #6ebb29;
	border: 1px solid #6ebb29;
}
/*
  Side Bar Style
============== */
.sidebar-widget {
	margin-bottom: 50px;
}
.sidebar-titel h4 {
	margin-bottom: 30px;
	text-transform: capitalize;
}
/*
  Search Box
================ */
.search-box {
	position: relative;
}
.search-box input {
	border: 1px solid #e1e1e1;
	border-radius: 1px;
	display: block;
	width: 100%;
	padding: 6px 30px 6px 12px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.search-box button[type="submit"] {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #262626;
	padding: 0;
	position: absolute;
	right: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: auto;
	margin: 0 !important;
	top: 0;
	line-height: 0;
}
.search-box button[type="submit"]:active {
	box-shadow: none;
}
.search-box input:focus, .search-box button[type="submit"]:hover {
	border-color: #6fbc29;
	color: #6fbc29;
	box-shadow: 0 0 0 transparent;
}
/*
  Categories
================= */
.categories-item a {
	border-bottom: 1px solid #e1e1e1;
	color: #262626;
	display: block;
	padding: 5px 0;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-family: Averta, Helvetica, sans-serif;
}
.categories-item a:hover {
	color: #6fbc29;
	padding-left: 10px;
}
.categories-item a:hover span {
	color: #fff;
	background-color: #6fbc29;
}
.categories-item a span {
	background: #f1f1f1 none repeat scroll 0 0;
	border-radius: 15px;
	display: inline-block;
	float: right;
	font-size: 12px;
	margin-top: 1px;
	padding: 5px 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	line-height: 1;
	min-width: 30px;
	text-align: center;
}
/*
  Featured Product List
=========================== */
.featured-prodcut-list li {
	position: relative;
	padding-left: 85px;
	min-height: 70px;
	margin-bottom: 20px;
}
.featured-prodcut-list li:last-child {
	margin-bottom: 0;
}
.featured-prodcut-list img {
	position: absolute;
	left: 0;
	width: 65px;
	height: 65px;
	background: #fff;
}
.featured-prodcut-list li a {
	display: block;
}
.featured-prodcut-list li span {
	display: block;
	font-weight: 400;
}
.featured-prodcut-list li a {
	font-weight: 700;
	color: #262626;
}
/*
  Tag List
============== */
.taglist li {
	display: inline-block;
	margin: 2px 0;
}
.taglist a {
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	color: #262626;
	display: block;
	padding: 3px 12px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background: #f1f1f1;
}
.taglist a:hover {
	border-color: #6fbc29;
	color: #6fbc29;
}
/*
  Related Post
=================== */
.related-post-box .blog-bg {
	min-height: 210px;
}
.related-post-box .blog-content-box {
	padding-top: 15px;
}
.related-post-box .blog-content-box h3 {
	font-size: 16px;
}
.related-post {
	margin-top: 50px;
}
.video-blog-post .video-area {
	width: 100%;
}
/*
  Related Post Bacground
=============================== */
.related-post-box .blog-bg-1 {
	background-image: url('assets/img/blog-page/4.jpg');
}
.related-post-box .blog-bg-2 {
	background-image: url('assets/img/blog-page/5.jpg');
}
.related-post-box .video-area {
	background-image: url('assets/img/blog-page/6.jpg');
}
/*
  Shop Page Style
==================== */

/*
  Range Slider
===================  */
.range-slider {
	font-family: Averta, Helvetica, sans-serif;
}
.range-slider #amount {
	display: inline-block;
	max-width: 120px;
	margin: 0;
	color: #6FBC29 !important;
}
.range-slider .ui-widget.ui-widget-content {
	border: 1px solid #e5e5e5;
	border-radius: 50px;
}
.range-slider .ui-state-default, .range-slider .ui-widget-content .ui-state-default {
	border: 1px solid transparent;
	background: #6ebb29;
	font-weight: normal;
	color: #454545;
	border-radius: 50px;
}
.range-slider .ui-widget-header {
	border: 1px solid transparent;
	background: rgba(235,235,235, 0.5);
	color: #333;
	font-weight: bold;
}
.range-slider .ui-slider-horizontal {
	height: .6em;
}
.overflow {
	height: 200px;
}
.ui-button .ui-icon:after {
	content: "^";
}
.ui-button .ui-icon {
	background-image: url("assets/img/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
	background-image: url("assets/img/ui-icons_555555_256x240.png");
}
.ui-button, .ui-button:hover {
	background-color: transparent;
}
#speed-button {
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 2px !important;
}
.select-form {
	float: right;
}
.search-result h3 {
	display: inline-block;
	margin-bottom: 0;
}
.search-result:after {
	content: "";
	display: block;
	clear: both;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #6ebb29;
	background: #6ebb29;
	font-weight: normal;
	color: #fff;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	border: 1px solid #6ebb29;
	background: transparent;
	font-weight: normal;
	color: #262626;
}
.clear-top {
	margin-top: 24px !important;
}
.section-slider:after {
	content: '';
	display: block;
	/*background: url(assets/img/footer.png) repeat-x center bottom;
    bottom: 0px;
    width: 100%;
    height: 293px;*/
	position: relative;
	z-index: 9;
}
.footer {
	background-color: #d0daa7 !important;
	/*background: linear-gradient(0deg, rgba(54,83,35,1) 50%, rgba(228,206,159,1) 100%);*/
	background: url(assets/img/footer.png) repeat-x center bottom;
}
/*.footer {
	padding: 60px 0 0;
}*/
.footer-front {
	z-index: 999 !important;
}
@media (min-width: 769px) {
.footer-info, .footer-info.logos, .footer-info.social {
	/* padding: 20px 0; */
	padding: 0px 0 190px 0;
}
}
.addthis_sharing_toolbox, .footer-info, .footer-info social, .footer-info-list.logos, .footer-info.logos {
	text-align: center;
}
.footer-info {
	max-width: none;
	font-size: 0;
	width: 100%;
	margin: 0;
}
.footer-info article, .footer-info social article, .footer-info-list.logos li, .footer-info.logos, .footer-info.logos article {
	display: inline-block;
}
@media (min-width: 551px) {
.footer-info-col {
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}
}
@media (min-width: 801px) {
.footer-info-col--small {
	width: 20% !important;
}
}
.footer-info-col {
 padding-left: .75rem;
 padding-right: .75rem;
	width: 100%;
	color: #757575;
	display: inline-block;
	float: none;
	font-size: 1rem;
	vertical-align: top;
}
.footer-info-col, .page-content--textCenter {
	text-align: center;
}
.footer-info-col>:last-child {
	margin-bottom: 0;
}
.footer-info-col>:first-child {
	margin-top: 0;
}
.footer-info-list {
	list-style: none;
	margin-left: 0;
	text-align: left !important;
}
.footer-info-list a {
	font-size: 14px;
	line-height: 20px;
}
.footer-info-list a {
	color: #000;
	text-decoration: none;
	padding: 3px 5px;
	display: inline-block;
}
.footer-info-col--small.footer-logo {
	width: 30%;
	text-align: center;
}
.footer-info-col.footer-info-col--small.footer-logo img {
	max-width: 180px;
}
.footer-info-col>:last-child {
	margin-bottom: 0;
}
.footer-info-col>:first-child {
	margin-top: 0;
}
.footer-info.logos, .footer-info.social {
	padding: 20px 0 12px 0;
}
.footer-info.logos article, .footer-info.social article {
	width: 100%;
}
.footer-info article, .footer-info social article, .footer-info-list.logos li, .footer-info.logos, .footer-info.logos article {
	display: inline-block;
}
@media (min-width: 551px) {
.footer-info-col {
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}
}
.footer-info-col {
 padding-left: .75rem;
 padding-right: .75rem;
	width: 100%;
	color: #757575;
	display: inline-block;
	float: none;
	font-size: 1rem;
	vertical-align: top;
}
.footer-info-col, .page-content--textCenter {
	text-align: center;
}
h1.keywords {
	font-size: 9px;
	color: #f3f6e7;
	text-align: center;
}
.siteby {
	margin: 0 auto;
	text-align: center;
	color: #f3f6e7;
}
/*.transition-image-container {
    bottom: -6px;
}*/
.transition-image-container {
	position: absolute;
	z-index: 300;
	width: 100%;
	margin-top: -43px;
}
.transition-image-container2 {
	/* position: absolute; */
	z-index: 300;
	width: 100%;
	margin-top: 0;
	margin-bottom: 40px;
	margin: 0 auto;
	text-align: center;
}
.clr-btm {
	padding-bottom: 80px;
}
.banner-desc {
	padding-top: 210px;
}
.banner-desc p {
	color: #f6f1e5;
	font-size: 26px;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 0px 2px #000000eb;
	margin-top: 10px;
	line-height: 35px;
	text-align: left;
	padding: 0;
}
.banner-desc h1 {
	/*font-size: 40px;
	text-transform: inherit;
	margin: 0;
	line-height: 46px;
	text-shadow: 2px 2px #000000eb;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	text-align: left;
	padding: 0;*/
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	text-shadow: 0px 2px #000000eb;
}
.banner-desc2 {
	padding-top: 310px;
}
.banner-desc2 p {
	color: #f6f1e5;
	font-size: 26px;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 0px 2px #000000eb;
	margin-top: 10px;
	line-height: 35px;
	text-align: left;
	padding: 0;
}
.banner-desc2 h1 {
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	text-shadow: 0px 2px #000000eb;
}
/*.banner-desc h1 span {
	font-size: 76px;
}
.banner-desc p {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
}
.single-slide-item:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: -moz-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(220, 66, 37, 0.5)), color-stop(100%, rgba(0,47,75,0.5)));
	background: -webkit-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
	background: -ms-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000', GradientType=0 );
}*/
@media (min-width: 769px) {
#information {
	background: url(assets/img/estate.png) no-repeat center center;
	display: table;
	height: 800px;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}
}
@media (max-width: 768px) {
#information {
	background: url(assets/img/estate.jpg) no-repeat center center;
	display: table;
	height: 1000px;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}
}
.pad-section {
	padding: 50px 0;
}
#information .panel {
	opacity: 0.85;
}
.para-txt {
	text-align: center;
	z-index: 9999;
	position: relative;
}
h5.elementor-heading-title {
	font-size: 22px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
h2.elementor-heading-title {
	font-size: 50px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: 100;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 0px 2px #000000eb;
}
h4.elementor-heading-title, h4.elementor-heading-title a {
	font-size: 24px;
	letter-spacing: 2px;
	color: #fff !important;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin-top: 16px;
}
#information p {
	color: #fff;
	letter-spacing: 1px;
	line-height: 24px;
	margin: 0;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	padding: 0 10px;
}
#information:after {
/*background: linear-gradient(rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0));
    padding-bottom: 50px;
    z-index: 99;
    position: relative;*/
	/*content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #f6f1e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0 0, 0)), color-stop(100%, #f6f1e5)); 
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #f6f1e5 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #f6f1e5 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #f6f1e5 100%); 
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #f6f1e5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0)', endColorstr='#f6f1e5', GradientType=0 );*/
}
img.lg-bg {
	max-width: 200px;
	padding: 9px;
	border-radius: 100%;
	border: 8px solid #d4af37;
	;
}
@media (min-width: 769px) {
.col:after {
	content: "";
	display: block;
	position: absolute;
	top: 46px;
	left: 263px;
	width: 60%;
	height: 2px;
	background: url(assets/img/home/sj-srrow.png) no-repeat;
	z-index: 9999;
	padding-top: 90px;
	box-shadow: 0 0 0 0 #fff;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
.col.centerr {
	overflow: inherit !important;
}
.col22.centerr {
	overflow: inherit !important;
}
}
#information2 {
	background: url(assets/img/estate2.jpg) no-repeat center center fixed;
	display: table;
	height: 500px;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.history-single {
	background: rgba(0, 0, 0, 0.81);
	padding: 40px;
	width: 60%;
	float: right;
}
.main-title p {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}
.main-title h2 {
	font-size: 30px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.history-desc p {
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 100;
	line-height: 1.8em;
	margin-bottom: 1.8em;
	font-family: 'Poppins', sans-serif;
}
#health .section-header h2 {
	color: #000 !important;
}
.gallery {
	padding: 50px 0 0 0;
}
.main-title2 {
	text-align: center;
	margin-bottom: 30px;
}
.main-title2 p {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}
.main-title2 h2 {
	font-size: 30px;
	color: #000;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.gallery-image-box {
	padding: 0 2px;
}
.no-pad {
	margin-right: 0;
	margin-left: 0;
}
.no-pad2 {
	margin-right: 0;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
}
#product .section-header h2 {
	color: #000 !important;
}
.m-same {
	margin-top: -6px;
}
.header-top span:after {
	border-right: 1px solid #fff;
	margin-left: -2px;
}
.header-top span:last-child {
	border: none !important;
}
@media (min-width: 769px) {
header.top-bg {
	background: linear-gradient(rgba(0, 0, 0, 0.73), rgba(0, 0, 0, 0));
	border-bottom: 0;
	padding-top: 0;
	z-index: 99999;
	position: absolute;
}
.img-cr {
	height: auto;
	max-width: 100%;
	/* border: 5px solid #46010b; */
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 50px;
	width: 300px;
}
.mobile {
	display: none !important;
}
}
@media (max-width: 768px) {
header.top-bg {
	background: #000;
	border-bottom: 0;
	padding-top: 0;
	z-index: 99;
	position: relative;
}
.img-cr {
	height: auto;
	max-width: 100%;
	/* border: 5px solid #46010b; */
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 30px;
	width: 100%;
}
.desktop {
	display: none !important;
}
}
.centerr {
	margin-top: 16px;
}
.quality-bg {
	background: #f6f1e5;
}
.section-padding2 {
	padding: 60px 0 3px 0;
}
.m-btm-10 {
	margin-bottom: 10px;
}
.section-padding22 {
	padding: 90px 0 0 0;
}
.section-padding23 {
	padding: 30px 0 60px 0;
}
.is-sticky .nav.navbar-nav li a {
	padding: 18px 5px !important;
}
.instagram-entry {
	width: 100%;
	display: block;
}
.instagram-entry .instagram {
	/*width: 12.5%;
	float: left;
	height: 200px;*/
	width: 12.3%;
	float: left;
	margin: 1px !important;
	height: 147px;
	bottom: 1px;
}
 @media screen and (max-width: 768px) {
.instagram-entry .instagram {
	width: 24%;
}
}
 @media screen and (max-width: 480px) {
.instagram-entry .instagram {
	width: 49%;
}
}
.instagram, .gallery, .author-img, .blog-img, .featured-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
/*.slide-bg {
	background: #0000008c;
    padding: 10px;
    border-radius: 10px;
}*/
.center {
	margin: 0 auto !important;
	text-align: center;
}
.m-align {
	margin-top: -54px;
}
.m-align2 {
	margin-top: 17px;
}
.footer-links {
	display: inline-block;
	border: 1px solid #f3f6e7;
	border-radius: 100px;
	margin: 0 3px;
	cursor: pointer;
}
.footer-links i {
	font-size: 25px;
	color: #f3f6e7;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 38px;
}
.m-btm-12 {
	margin-bottom: 12px;
}
@media (min-width: 769px) {
.teabox_footer_block1 {
	/*padding: 40px 0px 120px 0px;*/
	padding: 5px 0px 115px 0px;
}
}
@media (max-width: 768px) {
.teabox_footer_block1 {
	padding: 40px 0px 222px 0px;
}
}
.teabox_footer_block11 {
	padding: 40px 0px 28px 0px;
}
@media (min-width: 768px) {
.teabox_footer_block1 ul li, .teabox_footer_block11 ul li {
	list-style-type: none;
	display: inline-block;
	color: #000;
	vertical-align: text-top;
	margin-left: 25px;
}
.teabox_footer_block1 ul li a, .teabox_footer_block11 ul li a {
	color: #000;
	font-size: 11px;
	line-height: 59px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
}
.teabox_footer_block1 ul li a:hover, .teabox_footer_block11 ul li a:hover {
	text-decoration: underline !important;
}
@media (max-width: 768px) {
.teabox_footer_block1 ul li a, .teabox_footer_block11 ul li a {
	color: #000;
	font-size: 14px;
	line-height: 35px;
	font-weight: 200;
}
.teabox_footer_block1 ul li, .teabox_footer_block11 ul li {
	list-style-type: none;
	display: inline-block;
	color: #fff;
	vertical-align: text-top;
	margin-left: 15px;
}
}
@media (min-width: 769px) {
#about2 {
	background: url(assets/img/shutterstock_1357589015.png) no-repeat top center;
	/*display: table;*/
	height: 800px;
	/*position: relative;*/
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;/*margin-top: -211px;*/
}
#buy {
	background: url(assets/img/shutterstock_1604773864.png) no-repeat top center;
	/*display: table;*/
	height: 800px;
	/*position: relative;*/
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;/*margin-top: -211px;*/
}
}
@media (max-width: 768px) {
#about2 {
	background: url(assets/img/shutterstock_1357589015.png) no-repeat top center;
	/*display: table;*/
	height: 300px;
	/*position: relative;*/
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;/*margin-top: -211px;*/
}
#buy {
	background: url(assets/img/shutterstock_1604773864.png) no-repeat top center;
	/*display: table;*/
	height: 300px;
	/*position: relative;*/
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;/*margin-top: -211px;*/
}
}

.breadcrumbs {
	font-size: 10px;
	text-align: center;
	padding: 20px 0;
}
.breadcrumbs {
	display: block;
	list-style: none;
	margin-left: 0;
	overflow: hidden;
}
.breadcrumb {
	display: inline-block;
	float: none;
	font-size: 11px;
}
.breadcrumb {
	color: #000;
	margin: 0;
	line-height: 1.5;
}
.breadcrumb:first-child:before {
	content: " ";
	margin: 0;
}
.breadcrumb:before {
	color: #bd930c;
	content: "/";
	margin: 0;
	top: 1px;
}
.breadcrumb a, .breadcrumb.is-active>.breadcrumb-label {
	color: #bd930c;
}
.breadcrumb-label {
	text-decoration: none;/* text-shadow: 0 0 9px #888; */
}
.breadcrumb-label {
	cursor: pointer;
}
.m-auto {
	margin: 0 auto !important;
	text-align: center;/* height: 220px; */
}
.card-body {
	margin-bottom: 3rem;
	text-align: center;
}
.card-title {
	font-size: 16px;
 margin: 0 0 .28571rem;
	height: 20px;
}

.clear-tops {
	padding-top: 50px !important;
	clear: both;
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('fonts/glyphicons-halflings-regular.eot');
	src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale
}
.glyphicon:empty {
	width: 1em
}
.glyphicon-asterisk:before {
	content: "\2a"
}
.glyphicon-plus:before {
	content: "\2b"
}
.glyphicon-euro:before {
	content: "\20ac"
}
.glyphicon-minus:before {
	content: "\2212"
}
.glyphicon-cloud:before {
	content: "\2601"
}
.glyphicon-envelope:before {
	content: "\2709"
}
.glyphicon-pencil:before {
	content: "\270f"
}
.glyphicon-glass:before {
	content: "\e001"
}
.glyphicon-music:before {
	content: "\e002"
}
.glyphicon-search:before {
	content: "\e003"
}
.glyphicon-heart:before {
	content: "\e005"
}
.glyphicon-star:before {
	content: "\e006"
}
.glyphicon-star-empty:before {
	content: "\e007"
}
.glyphicon-user:before {
	content: "\e008"
}
.glyphicon-film:before {
	content: "\e009"
}
.glyphicon-th-large:before {
	content: "\e010"
}
.glyphicon-th:before {
	content: "\e011"
}
.glyphicon-th-list:before {
	content: "\e012"
}
.glyphicon-ok:before {
	content: "\e013"
}
.glyphicon-remove:before {
	content: "\e014"
}
.glyphicon-zoom-in:before {
	content: "\e015"
}
.glyphicon-zoom-out:before {
	content: "\e016"
}
.glyphicon-off:before {
	content: "\e017"
}
.glyphicon-signal:before {
	content: "\e018"
}
.glyphicon-cog:before {
	content: "\e019"
}
.glyphicon-trash:before {
	content: "\e020"
}
.glyphicon-home:before {
	content: "\e021"
}
.glyphicon-file:before {
	content: "\e022"
}
.glyphicon-time:before {
	content: "\e023"
}
.glyphicon-road:before {
	content: "\e024"
}
.glyphicon-download-alt:before {
	content: "\e025"
}
.glyphicon-download:before {
	content: "\e026"
}
.glyphicon-upload:before {
	content: "\e027"
}
.glyphicon-inbox:before {
	content: "\e028"
}
.glyphicon-play-circle:before {
	content: "\e029"
}
.glyphicon-repeat:before {
	content: "\e030"
}
.glyphicon-refresh:before {
	content: "\e031"
}
.glyphicon-list-alt:before {
	content: "\e032"
}
.glyphicon-lock:before {
	content: "\e033"
}
.glyphicon-flag:before {
	content: "\e034"
}
.glyphicon-headphones:before {
	content: "\e035"
}
.glyphicon-volume-off:before {
	content: "\e036"
}
.glyphicon-volume-down:before {
	content: "\e037"
}
.glyphicon-volume-up:before {
	content: "\e038"
}
.glyphicon-qrcode:before {
	content: "\e039"
}
.glyphicon-barcode:before {
	content: "\e040"
}
.glyphicon-tag:before {
	content: "\e041"
}
.glyphicon-tags:before {
	content: "\e042"
}
.glyphicon-book:before {
	content: "\e043"
}
.glyphicon-bookmark:before {
	content: "\e044"
}
.glyphicon-print:before {
	content: "\e045"
}
.glyphicon-camera:before {
	content: "\e046"
}
.glyphicon-font:before {
	content: "\e047"
}
.glyphicon-bold:before {
	content: "\e048"
}
.glyphicon-italic:before {
	content: "\e049"
}
.glyphicon-text-height:before {
	content: "\e050"
}
.glyphicon-text-width:before {
	content: "\e051"
}
.glyphicon-align-left:before {
	content: "\e052"
}
.glyphicon-align-center:before {
	content: "\e053"
}
.glyphicon-align-right:before {
	content: "\e054"
}
.glyphicon-align-justify:before {
	content: "\e055"
}
.glyphicon-list:before {
	content: "\e056"
}
.glyphicon-indent-left:before {
	content: "\e057"
}
.glyphicon-indent-right:before {
	content: "\e058"
}
.glyphicon-facetime-video:before {
	content: "\e059"
}
.glyphicon-picture:before {
	content: "\e060"
}
.glyphicon-map-marker:before {
	content: "\e062"
}
.glyphicon-adjust:before {
	content: "\e063"
}
.glyphicon-tint:before {
	content: "\e064"
}
.glyphicon-edit:before {
	content: "\e065"
}
.glyphicon-share:before {
	content: "\e066"
}
.glyphicon-check:before {
	content: "\e067"
}
.glyphicon-move:before {
	content: "\e068"
}
.glyphicon-step-backward:before {
	content: "\e069"
}
.glyphicon-fast-backward:before {
	content: "\e070"
}
.glyphicon-backward:before {
	content: "\e071"
}
.glyphicon-play:before {
	content: "\e072"
}
.glyphicon-pause:before {
	content: "\e073"
}
.glyphicon-stop:before {
	content: "\e074"
}
.glyphicon-forward:before {
	content: "\e075"
}
.glyphicon-fast-forward:before {
	content: "\e076"
}
.glyphicon-step-forward:before {
	content: "\e077"
}
.glyphicon-eject:before {
	content: "\e078"
}
.glyphicon-chevron-left:before {
	content: "\e079"
}
.glyphicon-chevron-right:before {
	content: "\e080"
}
.glyphicon-plus-sign:before {
	content: "\e081"
}
.glyphicon-minus-sign:before {
	content: "\e082"
}
.glyphicon-remove-sign:before {
	content: "\e083"
}
.glyphicon-ok-sign:before {
	content: "\e084"
}
.glyphicon-question-sign:before {
	content: "\e085"
}
.glyphicon-info-sign:before {
	content: "\e086"
}
.glyphicon-screenshot:before {
	content: "\e087"
}
.glyphicon-remove-circle:before {
	content: "\e088"
}
.glyphicon-ok-circle:before {
	content: "\e089"
}
.glyphicon-ban-circle:before {
	content: "\e090"
}
.glyphicon-arrow-left:before {
	content: "\e091"
}
.glyphicon-arrow-right:before {
	content: "\e092"
}
.glyphicon-arrow-up:before {
	content: "\e093"
}
.glyphicon-arrow-down:before {
	content: "\e094"
}
.glyphicon-share-alt:before {
	content: "\e095"
}
.glyphicon-resize-full:before {
	content: "\e096"
}
.glyphicon-resize-small:before {
	content: "\e097"
}
.glyphicon-exclamation-sign:before {
	content: "\e101"
}
.glyphicon-gift:before {
	content: "\e102"
}
.glyphicon-leaf:before {
	content: "\e103"
}
.glyphicon-fire:before {
	content: "\e104"
}
.glyphicon-eye-open:before {
	content: "\e105"
}
.glyphicon-eye-close:before {
	content: "\e106"
}
.glyphicon-warning-sign:before {
	content: "\e107"
}
.glyphicon-plane:before {
	content: "\e108"
}
.glyphicon-calendar:before {
	content: "\e109"
}
.glyphicon-random:before {
	content: "\e110"
}
.glyphicon-comment:before {
	content: "\e111"
}
.glyphicon-magnet:before {
	content: "\e112"
}
.glyphicon-chevron-up:before {
	content: "\e113"
}
.glyphicon-chevron-down:before {
	content: "\e114"
}
.glyphicon-retweet:before {
	content: "\e115"
}
.glyphicon-shopping-cart:before {
	content: "\e116"
}
.glyphicon-folder-close:before {
	content: "\e117"
}
.glyphicon-folder-open:before {
	content: "\e118"
}
.glyphicon-resize-vertical:before {
	content: "\e119"
}
.glyphicon-resize-horizontal:before {
	content: "\e120"
}
.glyphicon-hdd:before {
	content: "\e121"
}
.glyphicon-bullhorn:before {
	content: "\e122"
}
.glyphicon-bell:before {
	content: "\e123"
}
.glyphicon-certificate:before {
	content: "\e124"
}
.glyphicon-thumbs-up:before {
	content: "\e125"
}
.glyphicon-thumbs-down:before {
	content: "\e126"
}
.glyphicon-hand-right:before {
	content: "\e127"
}
.glyphicon-hand-left:before {
	content: "\e128"
}
.glyphicon-hand-up:before {
	content: "\e129"
}
.glyphicon-hand-down:before {
	content: "\e130"
}
.glyphicon-circle-arrow-right:before {
	content: "\e131"
}
.glyphicon-circle-arrow-left:before {
	content: "\e132"
}
.glyphicon-circle-arrow-up:before {
	content: "\e133"
}
.glyphicon-circle-arrow-down:before {
	content: "\e134"
}
.glyphicon-globe:before {
	content: "\e135"
}
.glyphicon-wrench:before {
	content: "\e136"
}
.glyphicon-tasks:before {
	content: "\e137"
}
.glyphicon-filter:before {
	content: "\e138"
}
.glyphicon-briefcase:before {
	content: "\e139"
}
.glyphicon-fullscreen:before {
	content: "\e140"
}
.glyphicon-dashboard:before {
	content: "\e141"
}
.glyphicon-paperclip:before {
	content: "\e142"
}
.glyphicon-heart-empty:before {
	content: "\e143"
}
.glyphicon-link:before {
	content: "\e144"
}
.glyphicon-phone:before {
	content: "\e145"
}
.glyphicon-pushpin:before {
	content: "\e146"
}
.glyphicon-usd:before {
	content: "\e148"
}
.glyphicon-gbp:before {
	content: "\e149"
}
.glyphicon-sort:before {
	content: "\e150"
}
.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}
.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}
.glyphicon-sort-by-order:before {
	content: "\e153"
}
.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}
.glyphicon-sort-by-attributes:before {
	content: "\e155"
}
.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}
.glyphicon-unchecked:before {
	content: "\e157"
}
.glyphicon-expand:before {
	content: "\e158"
}
.glyphicon-collapse-down:before {
	content: "\e159"
}
.glyphicon-collapse-up:before {
	content: "\e160"
}
.glyphicon-log-in:before {
	content: "\e161"
}
.glyphicon-flash:before {
	content: "\e162"
}
.glyphicon-log-out:before {
	content: "\e163"
}
.glyphicon-new-window:before {
	content: "\e164"
}
.glyphicon-record:before {
	content: "\e165"
}
.glyphicon-save:before {
	content: "\e166"
}
.glyphicon-open:before {
	content: "\e167"
}
.glyphicon-saved:before {
	content: "\e168"
}
.glyphicon-import:before {
	content: "\e169"
}
.glyphicon-export:before {
	content: "\e170"
}
.glyphicon-send:before {
	content: "\e171"
}
.glyphicon-floppy-disk:before {
	content: "\e172"
}
.glyphicon-floppy-saved:before {
	content: "\e173"
}
.glyphicon-floppy-remove:before {
	content: "\e174"
}
.glyphicon-floppy-save:before {
	content: "\e175"
}
.glyphicon-floppy-open:before {
	content: "\e176"
}
.glyphicon-credit-card:before {
	content: "\e177"
}
.glyphicon-transfer:before {
	content: "\e178"
}
.glyphicon-cutlery:before {
	content: "\e179"
}
.glyphicon-header:before {
	content: "\e180"
}
.glyphicon-compressed:before {
	content: "\e181"
}
.glyphicon-earphone:before {
	content: "\e182"
}
.glyphicon-phone-alt:before {
	content: "\e183"
}
.glyphicon-tower:before {
	content: "\e184"
}
.glyphicon-stats:before {
	content: "\e185"
}
.glyphicon-sd-video:before {
	content: "\e186"
}
.glyphicon-hd-video:before {
	content: "\e187"
}
.glyphicon-subtitles:before {
	content: "\e188"
}
.glyphicon-sound-stereo:before {
	content: "\e189"
}
.glyphicon-sound-dolby:before {
	content: "\e190"
}
.glyphicon-sound-5-1:before {
	content: "\e191"
}
.glyphicon-sound-6-1:before {
	content: "\e192"
}
.glyphicon-sound-7-1:before {
	content: "\e193"
}
.glyphicon-copyright-mark:before {
	content: "\e194"
}
.glyphicon-registration-mark:before {
	content: "\e195"
}
.glyphicon-cloud-download:before {
	content: "\e197"
}
.glyphicon-cloud-upload:before {
	content: "\e198"
}
.glyphicon-tree-conifer:before {
	content: "\e199"
}
.glyphicon-tree-deciduous:before {
	content: "\e200"
}

@media (min-width: 769px) {
#contact2 {
	background: url(assets/img/shutterstock_1213201153.png) no-repeat top center fixed;
	/*display: table;*/
	height: 800px;
	/*position: relative;*/
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;/*margin-top: -211px;*/
}
#auction {
	background: url(assets/img/shutterstock_298800419.png) no-repeat top center fixed;
	display: table;
	height: 800px;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;/*margin-top: -78px;*/
}
#quality {
	background: url(assets/img/shutterstock_1400841818.png) no-repeat top center;
	/*display: table;*/
	height: 800px;
	/*position: relative;*/
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;/*margin-top: -211px;*/
}
#guarantee {
	background: url(assets/img/shutterstock_399066565.png) no-repeat top center fixed;
	display: table;
	height: 700px;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;/*margin-top: -110px;*/
}
}
@media (max-width: 768px) {
#contact2 {
	background: url(assets/img/shutterstock_1213201153.png) no-repeat top right;
	/*display: table;*/
	height: 300px;
	/*position: relative;*/
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;/*margin-top: -211px;*/
}
#auction {
	background: url(assets/img/shutterstock_298800419.png) no-repeat top center;
	display: table;
	height: 300px;
		position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;/*margin-top: -78px;*/
}
#quality {
	background: url(assets/img/shutterstock_1400841818.png) no-repeat top center;
	/*display: table;*/
	height: 300px;
	/*position: relative;*/
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;/*margin-top: -211px;*/
}
#guarantee {
	background: url(assets/img/shutterstock_399066565.png) no-repeat top center;
	display: table;
	height: 300px;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;/*margin-top: -110px;*/
}
.shop-cart-bg {
    background: #f6f1e5;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    border-radius: 10px;
    height: 437px !important;
    position: relative;
}
}
.shop-cart-bg {
	background: #f6f1e5;
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
	padding: 10px 0;
	border-radius: 10px;
}
.shop-cart-bg p {
	font-size: 20px !important;
	font-weight: 500;
	text-align: center;
	margin-top: 13px;
	color: #000 !important;
	text-shadow: none !important;
	font-family: 'Montserrat', sans-serif;
}
.ct {
	text-align: center;
}
h4.elementor-heading-title22 {
	font-size: 24px;
	letter-spacing: 2px;
	color: #000;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin-top: 16px;
}
h4.elementor-heading-title234 {
	font-size: 17px;
	letter-spacing: 2px;
	color: #414241;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin-top: 16px;
	line-height: 25px;
}
.para-txt22 {
	text-align: center;
	z-index: 9;
	position: relative;
}
.para-txt22 {
	color: #000 !important;
}
.section-header {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	color: #363636;
	line-height: 28px;
}
.pd-30 {
	padding: 30px;
}
.section-headerss h2 {
	color: #000;
	font-size: 40px;
	line-height: 60px;
	margin-top: 20px;
	font-family: 'Metal Mania', cursive;
}
.h-name {
	font-size: 20px;
	padding: 17px 0;
	clear: both;
-gu display: inline-block;
}
.section-header-gu p {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #777;
	line-height: 34px;
	font-weight: 400;
}
.rows {
	margin-right: 1px;
	margin-left: 0px;
}
.rows:after, .rows:before {
	display: table;
	content: " ";
}
.rows:after {
	clear: both
}
.blog-content-box p {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #777;
	line-height: 29px;
	font-weight: 300;
	margin-bottom: 11px;
}
.blog-content-box h3 {
	font-size: 31px !important;
	line-height: 39px;
}
@media (min-width: 769px) {
.m-ttop {
	margin-top: 9% !important;
}
}
.pd00 {
	padding: 0 !important;
}
.float-r {
	float: right !important;
}
img.lg-bg2 {
	max-width: 160px;
	padding: 9px;
	border-radius: 100%;
	border: 8px solid #d4af37;
}
.m-auto2 {
	margin: 0 auto;
	text-align: center;
}
.m-tm-10 {
	padding-top: 30px;
	clear: both;
}
.centerr a:hover {
	text-decoration: underline !important;
}
.welcome_msg h2 {
	position: absolute;
	width: 100%;
	/* margin: auto; */
	left: 50px;
	right: 0;
	bottom: 106px;
	font-family: 'Averta', Helvetica, sans-serif;
	font-size: 70px !important;
	line-height: 50px;
	color: #fff;
	text-shadow: 0px 2px #000000eb;
	text-transform: inherit;
}
.welcome_msg p {
	color: #f6f1e5;
	font-size: 33px !important;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 0px 2px #000000eb;
	position: absolute;
	width: 100%;
	left: 61px;
	right: 0;
	bottom: 46px;
}
img.lg-bg23 {
	max-width: 100%;
	padding: 9px;
	border-radius: 100%;/* border: 8px solid #d4af37; */
}
img.lg-bg24 {
	max-width: 170px;
	padding: 9px;
	border-radius: 100%;
	border: 8px solid #d4af37;
}
@media (min-width: 769px) {
.lg-foot {
	width: 40%;
	text-align: center;
	margin-bottom: 60px;
}
}
@media (max-width: 768px) {
.lg-foot {
	width: 40%;
	text-align: center;
	margin-bottom: 251px;
}
}
.m-btm-40 {
	margin-bottom: 40px;
}
.listing, .listing span {
	color: #4a484c;
	font-size: 14px !important;
	line-height: 14px;
	margin-top: 10px;
	text-align: center !important;
	margin: 0 auto !important;
}
h1.toph {
    font-size: 8px !important;
    margin: 0px;
    text-align: center;
    color: #828282;
    font-weight: 100;
    padding: 7px;
}