@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');

html {
	overflow-x: hidden;
}
body {
	overflow-x: hidden;
}
a, a:focus {
	display: inline-block;
	text-decoration: none;
	outline: none;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
a:hover {
	text-decoration: none;
	color: #6c787d;
	outline: none;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
:focus {
	outline: 0 !important;
	box-shadow: none !important;
}
input[type=submit] {
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
button, button:hover, button:focus{
	outline: none;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor: pointer;
}
.font__playfair {
	font-family: 'Playfair Display', serif;
}
.font__merriweather {
	font-family: 'Merriweather', serif;
}
.font__montserrat {
	font-family: 'Montserrat', sans-serif;
}

.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../images/tea-1000.gif") center no-repeat #6c777d;
}
.banner_section {
	display: block;
	position: relative;
	height: auto;
	min-height: 100vh;
	/*background: url(../images/banner.png) center center no-repeat;*/
	background-size: cover;
	padding-top: 300px;
	padding-bottom: 100px;
	overflow: hidden;
}
#myVideo {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.banner_section--mod {
	position: relative;
	background: url(../images/4B3A0404_LR.jpeg) center center no-repeat;
	background-size: cover;
}
.banner_section--mod:before {
	position: absolute;
    content: "";
    background-image: linear-gradient(119deg, rgb(27, 31, 6) 0%, rgba(255, 255, 255, 0) 68%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner_section--mod-2 {
	position: relative;
	background: url(../images/4B3A0276_LR.jpeg) center center no-repeat;
	background-size: cover;
}
.banner_section--mod-3 {
	position: relative;
	background: url(../images/blog-banner.png) center center no-repeat;
	background-size: cover;
}
.banner_section--mod-4 {
	position: relative;
	background: url(../images/blog-banner-2.png) center bottom no-repeat;
	background-size: cover;
}
.banner_section--mod-5 {
	position: relative;
	background: url(../images/4B3A0679.jpg) center bottom no-repeat;
	background-size: cover;
}
.banner_section--mod-6 {
	position: relative;
	background: url(../images/contact-banner.png) center bottom no-repeat;
	background-size: cover;
}
.header {
    padding-top: 50px;
    transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.header .sticky-d-block {
	display: none;
}
.header.sticky .sticky-d-none {
	display: none;
}
.header.sticky .sticky-d-block {
	display: block;
}
.header.sticky {
	padding: 12px 5px;
	background-color: rgba(255, 255, 255, 0.97);
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.header .navbar-nav {
	width: 355px;
}
nav.header li:first-child {
	margin-left: 0;
}
nav.header li:last-child {
	margin-right: 0;
}
nav.header li {
	margin: 0 35px;
}
nav.header li a {
	text-transform: uppercase;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	letter-spacing: 1.19px;
	font-weight: 400;
    padding: .5rem 0 !important;
}
nav.header li.active a {
	font-weight: 600;
}
.navbar-brand img {
	max-width: 250px;
	width: 100%;
	height: auto;
}
nav.header.sticky li a {
	color: #545456;
}
nav.header.sticky .navbar-brand img {
    max-width: 175px;
	filter: brightness(0.5);
}
nav.header.sticky li a {
	font-size: 15px;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
nav.header li .dropdown-content a {
    color: #545456 !important;
    padding: 12px 15px !important;
    text-decoration: none;
    display: block;
    font-size: 16px;
}
.dropdown__item:hover .dropdown-content {
	display: block;
}
.dropdown__item .dropdown-content a:hover {
	background-color: #ddd;
}
.banner {
	color: #fff;
}
.banner .item {
	font-family: 'Playfair Display', serif;
    font-size: 34px;
	font-weight: 400;
	letter-spacing: 0.88px;
    line-height: 1.2;
}
.banner_section--mod-3 .banner .item {
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 1.2;
}
.baner__item1 {
	font-family: 'Playfair Display', serif;
	font-style: italic;
    font-size: 56px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 2.64px;
}
.baner__item2 {
	font-family: 'Playfair Display', serif;
	font-size: 45px;
	font-weight: 400;
	letter-spacing: 1.1px;
	line-height: 1.2;
}
.banner .item p {
	font-size: 15px;
	line-height: 1.2;
	font-family: 'Merriweather', serif;
    margin-top: 25px;
    letter-spacing: 1px;
    font-weight: 300;
}
.explore__wrapper {
	background: url(../images/tea-garden.png) no-repeat center;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	padding: 100px 0;
}
.explore__btn {
	height: 51px;
	border: 1px solid #6c787d;
	border-radius: 5px;
	padding: 15px 18px;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.96px;
	color: #6c787d;
	font-family: 'Montserrat', sans-serif;
	margin-top: 25px;
}
.explore__btn:hover {
	color: #545456;
	background-color: #fff;
}
.award__list {
	padding: 0;
	list-style-type: none;
	text-align: center;
	max-width: 900px;
	width: 100%;
	margin: 421px auto 0;
	display: block;
}
.award__list li {
	vertical-align: top;
	padding: 0 30px;
	display: inline-block;
	width: calc((100% - 55px) / 3);
}
.award__list li img {
	max-width: 100%;
	height: auto;
}
.production_section {
	background: #d0dddd;
	display: block;
	padding: 150px 0 100px;
	text-align: right;
}
.content__link {
	color: #6c787d;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 0.72px;
	margin-top: 28px;
}
.difference_section {
	display: block;
	padding: 70px 0 130px;
	text-align: center;
}
.difference_section p{font-family: 'Merriweather', serif;letter-spacing: 0.72px; line-height: 30px}
.difference_block {
	display: block;
	background: #737f84;
	text-align: center;
	padding: 30px 0;
	color: #fff;
}
.difference_block .title {
	color: #fff !important;
}
.difference_block p {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.64px;
}
.difference_section h4 {
	margin: 50px 0 70px
}
.title {
	font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 45px;
    color: #000000;
    letter-spacing: 1.8px;
}
.content {
	font-family: 'Merriweather', serif;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #545456;
    letter-spacing: 0.72px;
    margin: 0;
}
.quality {
	font-family: 'Merriweather', serif;
	font-size: 15px;
	color: #545456;
    line-height: 30px;
    font-weight: 400;
	letter-spacing: 0.72px;
}
.quality__list img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin-bottom: 40px;
}
.quality__list p {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
    font-size: 15px;
    line-height: 26px;
	font-weight: 400;
	letter-spacing: 0.72px;
    color: #6c787d;
}
.teatalk__wrapper {
	padding: 140px 0;
	background: url(../images/banner-3.png) center left no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%; 
}
.teatalk__wrapper--mod {
	position: relative;
	background: url(../images/4B3A0679.jpg) center right no-repeat;
	background-size: cover;
}
.teatalk__wrapper--mod-2 {
	position: relative;
	background: url(../images/banner-2.png) center right no-repeat;
	background-size: cover;
}
.teatalk__wrapper--mod:before {
	position: absolute;
	content: "";
    background-image: linear-gradient(119deg, rgb(27, 31, 6) 0%, rgba(255, 255, 255, 0) 68%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.teatalk__content .title {
	color: #fff;
}
.teatalk__content .content {
	color: #fff;
}
.teatalk__content .explore__btn {
	border: 1px solid #fff;
	color: #fff;
	font-weight: 500; 
}
.teatalk__content .explore__btn:hover {
	background-color: #fff;
	color: #6c787d;
}
.brand__info {
	padding: 30px 0;
	background-color: #fff;
}
.brand__info p {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
    color: #848484;
    font-weight: 400;
    margin-bottom: 0;
}
.about__index__wrapper {
	padding: 70px 0;
	background-color: #fff;
}
.about__index__content p {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    font-weight: 400;
    color: #545456;
    letter-spacing: 0.96px;
    margin: 0;
}
.story__wrapper {
	padding: 85px 0 70px;
}
.top__title {
	text-transform: uppercase;
	color: #6c787d;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.06px;
}
.top__title a {
	color: #6c787d;
	text-transform: lowercase;
}
.recognition__wrapper {
	background-color: #cedcdc;
	padding: 85px 0 70px;
}
.culture__wrapper {
	padding: 85px 0 70px;
}
.content a {
	color: #545456;
}
.counting {
	margin-bottom: 23px;
}
.counting:last-child {
	margin-bottom: 0;
}
.bar {
    display: inline-block;
	width: 51px;
	height: 2px;
	background: #545456;
	margin: 23px 0;
}
.bar:last-child {
	margin-bottom: 0;
}
.counting p {
	color: #545456;
	font-family: 'Merriweather', serif;
	font-size: 20px;
	letter-spacing: 0.8px;
	margin: 0;
}
.counting h3 {
	color: #545456;
	font-family: 'Merriweather', serif;
	font-size: 70px;
	font-weight: bold;
	margin: 0;
}
.seal__banner {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/4B3A1278_LR.png) center no-repeat;
	background-size: cover;
	width: 100%;
	height: 700px;
}
.br__ow {
	background-color: #cedcdc;
}
.slide-item .slick-dots {
	bottom: 24px;
}
.slide-item .slick-dots li button {
	border-radius: 50%;
}
.slide-item .slick-dots li.slick-active button:before {
	width: 20px;
	height: 20px;
	background-color: #ffffff;
}
.slide-item .slick-dots li button:before {
	opacity: 1;
	content: "" !important;
	width: 20px;
	height: 20px;
	border: 2px solid #ffffff;
	border-radius: 50%;
}
.slide-item .slick-prev {
	left: 35px;
    width: 25px;
    height: 60px;
    z-index: 9999;
}
.slide-item .slick-next {
	right: 35px;
    width: 25px;
    height: 60px;
    z-index: 9999;
}
.blog__note {
	background-color: #cedcdc;
    padding: 70px 0;
}
.blog__note p.content {
    font-family: 'Playfair Display', serif;
    font-size: 21px;
    line-height: 50px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.72px;
    margin: 0;
    font-style: italic;
}
.blog__note p {
	font-family: 'Playfair Display', serif;
    font-size: 21px;
    line-height: 26px;
    font-weight: 400;
    color: #545456;
    letter-spacing: 0.72px;
    margin: 0;
    font-style: italic;
}
.blog__wrapper {
	padding: 100px 0;
}
.subscribe__newsletter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #6c787d;
    padding: 0 15px;
    margin-bottom: 95px;
}
.subscribe__newsletter p {
	text-transform: uppercase;
	color: #545456;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.64px;
}
.subscribe__newsletter form {
	max-width: 50%;
	width: 100%;
}
.subscribe__newsletter input[type=email] {
	border: 0;
	text-align: right;
	color: #545456;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.64px;
	width: 100%;
}
.subscribe__newsletter input[type=email]::-webkit-input-placeholder {
  	text-transform: uppercase;
	color: #545456;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.64px;
}

.subscribe__newsletter input[type=email]:-ms-input-placeholder {
  text-transform: uppercase;
	color: #545456;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.64px;
}

.subscribe__newsletter input[type=email]::placeholder {
  text-transform: uppercase;
	color: #545456;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.64px;
}
.blog__content {
	padding-left: 70px;
}
.publish__date {
	color: #6c787d;
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	letter-spacing: 0.96px;
	font-style: italic;
	margin-bottom: 20px;
}
.blog__title {
	color: #6c787d;
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	line-height: 50px;
	letter-spacing: 1.6px;
	font-style: italic;
	margin-bottom: 50px;
}
.blog__description {
	color: #6c787d;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.72px;
    margin-bottom: 100px;
}
.blog__img {
	max-width: 100%;
	width: 500px;
	height: 500px;
	vertical-align: middle;
}
.read__btn {
	color: #6c787d;
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	letter-spacing: 0.96px;
	font-style: italic;
}
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6c787d;
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	letter-spacing: 1.46px;
	font-style: italic;
	margin-top: 65px;
}
.pagination p {
	margin: 0;
}
.pagination a {
	color: #6c787d;
	margin: 0 15px;
}
.post__date {
	text-transform: capitalize;
    color: #6c787d;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.06px;
    text-align: center; 
    margin-bottom: 40px;
}
.description-title {
	color: #000;
	font-family: 'Merriweather', serif;
	font-size: 16px;
    line-height: 30px;
	font-weight: 500;
	letter-spacing: 0.64px;
	margin-bottom: 30px;
	padding: 0 80px;
}
.description {
	color: #545456;
	font-family: 'Merriweather', serif;
	font-size: 16px;
    line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.64px;
	margin-bottom: 30px;
	padding: 0 80px;
}
.blog-post-img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.product__lsit {
	padding: 90px 0 60px;
}
.curve__text {
	color: #6c787d;
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	letter-spacing: 0.96px;
}
.product__item {
	position: relative;
}
.product__item img {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 100%;
}
.product__item .deactive {
	position: absolute;
	content: "";
	background: rgba(115, 127, 132, 0.75);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.comming__soon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 1.4px;
    text-align: center;
    height: calc(100% - 156px);
}
.product__description {
	position: absolute;
	bottom: 0;
	left: 0;
    display: block;
    background: rgba(115, 127, 132, 0.95);
    text-align: center;
    padding: 18px 30px 30px;
    color: #fff;
    width: 100%;
}
.product__description h2 {
	font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
    color: #fff;
    letter-spacing: 1.6px;
}
.product__description p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.64px;
    margin-bottom: 15px;
}
.enquiry__wrapper {
	padding: 0px 0 60px;
}
.enquiry__form {
	margin-top: 80px;
}
/*.enquiry__form form .col-md-6:nth-child(even) {
	padding-left: 55px;
}
.enquiry__form form .col-md-6:nth-child(odd) {
	padding-right: 55px;
}*/
.custom__control {
	width: 100%;
	border: 0;
	border-bottom: 2px solid #a3b0b5;
	padding: 15px 8px;
	margin-bottom: 45px;
	color: #545456;
	font-family: 'Merriweather', serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.72px;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   background: #fff;
}
.enquiry__form form textarea.custom__control {
	border: 2px solid #a3b0b5;
}
select.custom__control {
	text-transform: capitalize;
}
.custom__control option:selected {
	color: #545456;
	font-family: 'Merriweather', serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.72px;
	text-transform: capitalize;
}
.custom__control::-webkit-input-placeholder {
  	color: #545456;
	font-family: 'Merriweather', serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.72px;
	text-transform: capitalize;
}
.custom__control:-ms-input-placeholder {
	color: #545456;
	font-family: 'Merriweather', serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.72px;
	text-transform: capitalize;
}
.custom__control::placeholder {
	 color: #545456;
	font-family: 'Merriweather', serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.72px;
	text-transform: capitalize;
}
.enquiry__form form textarea.custom__control::placeholder {
	text-transform: unset !important;
}
.submit__btn {
    display: block;
    margin: 0 auto;
    width: 276px;
    height: 50px;
    border: 1px solid #a3b0b5;
    text-transform: uppercase;
    color: #545456;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.28px;
    background: #fff;
    border-radius: 10px;
}
.submit__btn:hover {
	background: #a3b0b5;
	color: #fff;
}
.sticker{
	display: inline-block;
	position: absolute;
	right: 13%;
	bottom: 0;
}
footer {
	padding: 55px 0 0;
	background-color: #cedcdc;
}
.footer__menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer__menu li {
	width: calc((100% - 25px) / 4);
	display: inline-block;
	vertical-align: top;
	padding: 0px 7px;
}
.footer__menu li h6 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #545456;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.79px;
	margin-bottom: 20px;
}
.footer__menu li .footer__submenu {
	padding: 0;
}
.footer__menu li .footer__submenu li {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	color: #515a5e;
	text-transform: capitalize;
	padding: 0;
	margin-bottom: 12px;
	line-height: 0;
}
.footer__menu li .footer__submenu li a {
	text-decoration: none;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-family: 'Montserrat', sans-serif;
	color: #545456;
	font-size: 12px;
	line-height: 1.7;
	font-weight: 400;
	letter-spacing: 0.79px;
}
.footer__menu li .footer__submenu li a:hover {
	text-decoration: none;
}
.contact__details {
	padding-left: 68px;
	border-left: 1px solid #ffffff;
}
.contact__details h6 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #545456;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.79px;
	margin-bottom: 20px;
}
.contact__details .footer__submenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.contact__details .footer__submenu li {
    width: 100%;
    display: block;
    color: #515a5e;
    padding: 7px 0px;
    font-size: 14px;
}
.contact__details .footer__submenu li a {
	text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    color: #545456;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.79px;
}
.copyright__content {
	padding: 20px 0 20px;
	text-align: center;
	background-color: #cedcdc;
}
.copyright__content p {
	margin: 0;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	color: #6d6e71;
	font-size: 10px;
}
.copyright__content p a {
	color: inherit;
	text-decoration: none;
}
.details__wrapper {
	padding: 90px 0;
}
.privacy__modal .modal-dialog {
	background-color: #fff;
    padding: 70px 70px;
}
.privacy__modal .modal-dialog .modal-content {
	border: 4px solid #cfdddd;
	padding: 70px;
}
.privacy__modal button.close {
    position: absolute;
    top: 1%;
    right: 4%;
}
.privacy__modal .explore__btn {
	width: 250px;
    margin: 35px auto 0;
}
.responsive__header {
	background-color: #fff;
	padding: 18px;
}
.g-recaptcha {
    display: block;
    margin: 0 auto 25px;
}
.responsive__menu {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    z-index: 999;
    background-color: #ffffff;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    /*transition: 0.5s;*/
}
.menu__items {
    padding: 50px;
}
.menu__items .navbar-nav {
	text-align: center;
}
.menu__items .navbar-brand {
	font-size: 0;
}
.menu__items .navbar-nav .nav-link {
	text-transform: uppercase;
	color: #545456;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.03px;
    padding: 0;
    margin-bottom: 27px;
}
.menu__items p {
	color: #6d6e71;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.48px;
    text-align: center;
    margin-top: 65px;
}
.footer__menu li h6 a {
    color: #545456;
}
.contact__details h6 a {
	color: #545456;
}







@media(max-width: 768px) {
    .footer__menu li {
    width: calc((100% - 25px) / 1);
    display: inline-block;
    vertical-align: top;
    text-align: center;
	}
	.footer__menu {
	    margin: 0;
	    padding: 0;
	    list-style-type: none;
	    margin-bottom: 20px;
	}
	.footer__menu li .footer__submenu {
	    padding: 0;
	    margin-bottom: 30px;
	}

	.contact__details {
	    text-align: center;
	    padding-left: 0;
	}

	.award__list {
	    margin: 124px auto 0;
	    display: block;
	}
	.award__list li {
	    display: inline-block;
	    vertical-align: top;
        padding: 0 18px;
    	width: calc((100% - 55px) / 3);
	}
	.banner_section{

		min-height: 31vh;
		/* background: url(../images/banner.png) center center no-repeat; */
		background-size: cover;
		padding-top: 0;
		padding-bottom: 0;
	}
	.banner .item {
		font-family: 'Playfair Display', serif;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 0.88px;
		line-height: 27px;
		margin-top: 0;
	}
	.baner__item1 {
		font-style: italic;
		font-size: 23px;
		font-weight: 400;
		letter-spacing: 2.64px;
	}
	.baner__item2 {
		font-size: 20px;
		font-weight: 400;
		letter-spacing: 0;
	}
	.banner .item p {
	    font-size: 13px;
	    font-family: 'Merriweather', serif;
	    margin-top: 10px;
	    letter-spacing: 0;
	    font-weight: 300;
	}

	/*.explore__wrapper {
	    margin-top: 30px;
	}*/
	.brand__info img {
		max-width: 100%;
	}
	.title {
	    font-size: 30px;
	    line-height: 40px;
	    text-align: center;
	}
	.contact__details {
	    border-left: none;
	}
	.content {
	    text-align: center;
	   
	}
	.content__link {
	    width: 100%;
	    text-align: center;
	}
	.explore__btn{
	   display: inline-block!important;
	    width: 100%;
	}
	.navbar-light .navbar-toggler {
	    border: none;
	    padding: 0 15px;
	    font-size: 0;
	}
	.mobile__menu {
		height: 60px;
	    border-bottom: 2px solid rgba(241, 243, 243, 0);
	}
	.mobile__menu .navbar-brand {
		font-size: 0;
	}
	.responsive__menu .navbar-brand {
		font-size: 0;
		padding: 0;
	}
	.responsive__menu .navbar {
		height: 60px;
		border-bottom: 2px solid #f1f3f3;
	}
	.blog__banner {
	    padding-top: 67px !important;
    	text-align: center;
	}
	.blog__banner .banner .item {
	    font-size: 23px;
	    letter-spacing: 1px;
	    line-height: 1.2;
	}
	.blog__banner .baner__item1 {
	    font-size: 26px;
	    margin-bottom: 4px;
    	display: inline-block;
	}
	#csr-sustainability {
		padding-bottom: 20px;
	}

}
@media(max-width: 575px) {
	.banner_section{
		min-height: 55vh;
		background-size: cover;
		background-position: center 50%;
		padding-top: 0;
		padding-bottom: 0;
	}	
	.banner_section--mod-5 {
		background-position: 92% 100%;
	}
	.banner_section--mod:before {
		display: none;
	}
	.product__lsit {
		padding: 25px 0;
	}
	.about__index__content p {
		font-size: 12px;
	}
	.curve__text {
		font-size: 12px;
	}
	.comming__soon {
	    height: calc(100% - 70px);
	}
	.title {
	    font-size: 21px;
		line-height: 29px;
		margin-bottom: 20px;
	    letter-spacing: 1.1px;
	}
	.product__item {
		margin-bottom: 15px;
	}
	.product__description h2 {
		font-size: 19px;
		line-height: 1.4;
	    margin-bottom: 5px;
	}
	.product__description p {
		font-size: 10px;
		line-height: 1.7;
		margin-bottom: 0;
	}
	.product__description {
		width: 100%;
		padding: 10px 30px;
	}
	.content {
	    font-size: 12px;
    	line-height: 22px;
	}
	.top__title {
		font-size: 12px;
		line-height: 1.7;
	    margin: 0;
	}
	.custom__control {
		font-size: 12px;
		line-height: 1.5;
		margin-bottom: 20px;
		text-align: center;
	}
	.custom__control::-webkit-input-placeholder {
		font-size: 12px;
		text-align: center;
	}
	.custom__control:-ms-input-placeholder {
		font-size: 12px;
		text-align: center;
	}
	.custom__control::placeholder {
		font-size: 12px;
		text-align: center;
	}
	.submit__btn {
		font-size: 10px;
		padding: 10px 30px;
		line-height: 1;
		height: 30px;
		width: auto;
	}
	.teatalk__wrapper {
		padding: 30px 0;
		text-align: left;
	    min-height: 250px;
	}
	.teatalk__content .title,
	.teatalk__content .content {
		text-align: left;
	}
	.teatalk__content .explore__btn {
		padding: 0;
		border: none;
		font-size: 10px;
		height: auto;
		text-align: left;
	}
	.brand__info img {
		max-width: 138px;
		margin-bottom: 30px;
	}
	.brand__info p {
		font-size: 9px;
		line-height: 1.5;
	}
	.footer__menu li {
		width: 100%;
	}
	.footer__menu li h6 {
		font-size: 10px;
		margin-bottom: 8px;
	}
	.footer__menu li .footer__submenu {
		display: none;
	}
	.contact__details h6 {
		font-size: 10px;
		margin-bottom: 8px;
	}
	.contact__details h6 a {
	    color: #545456;
	}
	.contact__details .footer__submenu li {
		padding: 4px 0;
		line-height: 1;
		font-size: 10px;
	}
	.contact__details .footer__submenu li a {
		font-size: 10px;	
	}
	.copyright__content p {
		font-size: 8px;
	}
	.copyright__content {
		padding: 10px 0;
		background: #fff;
	}
	footer {
		padding: 30px 0;
	}
	.footer__menu li .footer__submenu li {
		padding: 4px 0;
		line-height: 1;
		font-size: 10px;
	}
	.footer__menu li .footer__submenu li a {
		font-size: 10px;
	}
	.award__list {
		width: 100%;
		font-size: 0;
		margin-top: 200px;
	}
	.award__list li {
		width: 33%;
		display: inline-block;
		vertical-align: top;
		padding: 0 10px;
	}
	.award__list li img {
		max-width: 100%;
	}
	.quality__list img {
		max-width: 80px;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.quality__list p {
		font-size: 9px;
		line-height: 1.5;
	}
	.difference_section {
		padding: 30px 0 15px;
		margin-bottom: 0px;
	}
	.difference_block h2 {
		font-size: 19px;
		line-height: 1.7;
	}
	.difference_block p {
		font-size: 10px;
		line-height: 1.7;
		margin-bottom: 0;
	}
	.difference_block {
		width: 100%;
		padding: 10px 45px;
		margin-bottom: 15px;
	}
	.content__link {
		font-size: 10px;
    	line-height: 12px;
	}
	.quality {
	    font-size: 12px;
    	line-height: 22px;
	}
	.difference_section h4 {
	    margin: 10px 0 24px !important;
	}
	.production_section {
		padding: 30px 0;
	}
	.production_section img {
		margin-bottom: 25px;
	}
	.explore__wrapper {
		padding: 60px 0;
		background-size: auto 100%;
	}
	#myVideo {
	    width: auto;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: auto;
	    right: 0;
	}
	.mobile_banner {
		font-family: 'Playfair Display', serif;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 0.88px;
		line-height: 27px;
		margin-top: 0;
		text-align: center;
	}
	.mobile_banner p {
		font-size: 15px;
		font-family: 'Merriweather', serif;
		margin-top: 0;
		letter-spacing: 1px;
		font-weight: 300;
	}
	.about__index__wrapper {
		padding: 25px 0 30px;
	}
	.story__wrapper {
		padding: 30px 0;
	}
	.recognition__wrapper {
		padding: 20px 0;
	}
	.recognition__wrapper img {
		max-width: 96px;
	}
	.culture__wrapper {
		padding: 20px 0 0;
	}
	.sticker img {
		max-width: 100px;
	}
	.counting h3 {
		font-size: 32px;
		line-height: 1.5;
		text-align: center;
	}
	.counting p {
		font-size: 12px;
		text-align: center;
	}
	.seal__banner {
		height: 400px;
	}
	.details__wrapper {
		padding: 20px 0;
	}
	.post__date {
		margin-bottom: 15px;
	    font-size: 11px;
	}
	.description-title {
		padding: 0;
		font-size: 12px;
		line-height: 1.7;
	}
	.description {
		padding: 0;
		font-size: 12px;
		line-height: 1.7;	
	}
	.pagination {
		font-size: 12px;
		margin-top: 20px;
	}
	.blog__content {
		margin-top: 20px;
		padding: 0;
	}
	.blog__description {
		font-size: 12px;
		line-height: 1.7;
		margin-bottom: 20px;
		/*display: none;*/
	}
	.blog__title {
		font-size: 19px;
		line-height: 1.3;
		margin-bottom: 10px;
		text-align: center;	
	}
	.publish__date {
		font-size: 14px;
		margin-bottom: 10px;
		text-align: center;
	}
	.read__btn {
		display: block;
		font-size: 14px;
	    text-align: center;
    	margin-top: 25px;
	}
	.read__btn:focus {
		display: block;
	}
	.blog__note {
		padding: 20px 0;
	}
	.blog__wrapper {
		padding: 20px 0;
	}
	.subscribe__newsletter {
	    margin-bottom: 30px;
	    flex-direction: column;
	    border: 0;
	    text-align: center;
        padding: 0 45px;
	}
	.subscribe__newsletter p {
	    font-size: 11px;
	    text-align: center;
	    width: 100%;
	    margin-bottom: 10px;
	}
	.subscribe__newsletter input[type=email]::-webkit-input-placeholder {
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0.64px;
	}

	.subscribe__newsletter input[type=email]:-ms-input-placeholder {
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0.64px;
	}

	.subscribe__newsletter input[type=email]::placeholder {
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0.64px;
	}
	.subscribe__newsletter form {
	    max-width: 100%;
	    width: 100%;
    	border-bottom: 1px solid #6c787d;
	}
	.subscribe__newsletter input[type=email] {
		text-align: center;
		padding: 4px 0;
		font-size: 12px;
	}
	.banner--mod .item {
		color: #000;
		text-align: center;
	}
	.footer__menu {
		margin-bottom: 0;
	}
	.border-top {
	    height: 2px;
	    background-color: #fff;
	    width: 150px;
	    margin: 10px auto 25px;
	}
	.slide-item .slick-dots li button:before {
	    opacity: 1;
	    content: "" !important;
	    width: 10px;
	    height: 10px;
	    border: 1px solid #ffffff;
	    border-radius: 50%;
	}
	.slick-dots li {
		width: 10px;
		height: 10px;
	}
	.slick-dots li button {
		width: 10px;
		height: 10px;
	}
	.slide-item .slick-dots {
	    bottom: 10px;
	}
	.slide-item .slick-dots li.slick-active button:before {
	    width: 10px;
	    height: 10px;
	    background-color: #ffffff;
	}
	.enquiry__wrapper {
		padding: 0;
	}
	.enquiry__form {
	    margin-top: 20px;
        padding: 0 25px;
	}
	.enquiry__form form textarea.custom__control {
	    margin-top: 25px;
	}
	.enquiry__form form textarea.custom__control {
		text-align: center;
	}
	select.custom__control {
		text-align: center;
		text-align-last:center;
	}
	.custom__control option {
		text-align: center;
		text-align-last:center;
	}
	.custom__control option:selected {
		text-align: center;
		text-align-last:center;
	}
	.banner_section--mod-6 {
		background-position: 27% 100%;
	}
	.privacy__modal .modal-dialog {
	    padding: 20px 20px;
	}
	.privacy__modal .modal-dialog .modal-content {
	    border: 2px solid #cfdddd;
	    padding: 20px;
	}
	.privacy__modal button.close {
	    position: absolute;
	    top: 4px;
	    right: 4%;
	}
	.privacy__modal button.close img {
	    width: 12px;
	}
	.privacy__modal .content {
		text-align: justify;
		font-size: 11px;
	}
	.privacy__modal ul {
	    padding-left: 20px;
	}
	.privacy__modal .explore__btn {
	    width: 170px;
	    margin: 0px auto 0;
	}
	.explore__btn {
		height: 35px;
	    padding: 6px 18px;
	    font-size: 11px;
	    line-height: 20px;
	}
	.menu__items .navbar-nav .nav-link:focus {
		display: block;
	}
	.blog__note p.content {
		font-size: 13px;
	    line-height: 30px;
	}
	.blog__note p {
	    font-size: 12px;
	}
	.blog__img {
		height: 400px;
	}
	.responsive__explore__btn {
		border: 1px solid rgba(255, 255, 255, 0.86);
	    height: 31px;
	    padding: 6px 18px;
	    font-size: 10px;
	    font-weight: 600;
	    line-height: 19px;
        display: block;
	    width: 120px;
	    border-radius: 12px;
	    background-color: rgba(255, 255, 255, 0.86);
	    color: #434648;
	    text-transform: uppercase;
	    margin: 145px auto 0;
	    text-align: center;
	}
	.teatalk__wrapper--mod:before {
	    background-image: linear-gradient(119deg, rgba(27, 31, 6, 0.15) 0%, rgba(255, 255, 255, 0) 68%);
	}
}
@media(max-width: 480px) {
	.explore__wrapper {
	    padding: 25px 0;
	}
}
@media(min-width: 575px) {
	.enquiry__form .col-md-5 {
		flex: 0 0 46%;
		max-width: 46%;
	}
}




.blog__content { padding-left: 0px;}
.difference_section p:first-child {font-family: 'Merriweather', serif;color: #545456}
.production_section p{font-family: 'Merriweather', serif;color: #545456;letter-spacing: 0.72px;line-height: 30px;}
.explore__content p{ padding: 0 180px;font-family: 'Merriweather', serif;color: #545456;letter-spacing: 1px;
line-height: 30px;}
@media only screen and (min-width: 240px) and (max-width: 800px)  {
.navbar-brand img{ width: 70% }
.production_section p{
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.72px;
    font-family: 'Merriweather', serif;
    line-height: 22px !important;
}
.difference_section p{text-align: center;
    font-size: 12px;
    letter-spacing: 0.72px;
    font-family: 'Merriweather', serif;
    line-height: 22px;}	
.about__index__content p{text-align: center;
    font-size: 12px;
    letter-spacing: 0.72px;
    font-family: 'Merriweather', serif;
    line-height: 22px;}
 .story__wrapper p{text-align: center;
    font-size: 12px;
    letter-spacing: 0.72px;
    font-family: 'Merriweather', serif;
    line-height: 22px;}
  .recognition__wrapper p{text-align: center;
    font-size: 12px;
    letter-spacing: 0.72px;
    font-family: 'Merriweather', serif;
    line-height: 22px;}
  .culture__wrapper p{text-align: center;
    font-size: 12px;
    letter-spacing: 0.72px;
    font-family: 'Merriweather', serif;
    line-height: 22px;}
    .enquiry__wrapper p{text-align: center;
    font-size: 12px;
    letter-spacing: 0.72px;
    font-family: 'Merriweather', serif;
    line-height: 22px;}
    .blog__note p.content{text-align: center;
    font-size: 12px;
    letter-spacing: 0.72px;
    font-family: 'Merriweather', serif;
    line-height: 22px;}
    .description p{padding-bottom: 0;
padding-right: 15px;
line-height: 22px;
margin-bottom: 0;}
    .d-block h2{margin-top: 30px}
    .teatalk__wrapper{margin-top: 1.5rem;}
    .banner .item{ font-size: 21px }
}

@media(min-width: 1024px) {

	.header .navbar-nav {width: auto;}
	.navbar-brand img {max-width: 100%;}
	
	.contact__details {padding-left: 30px;}
}


@media(max-width: 768px) {
	/*.banner .item{ margin-top: 25% }*/
	.contact__details .footer__submenu li a{ letter-spacing: 0px }
	.product__description p{font-size: 15px;}

	
}
/*@media(min-width: 768px) {
	.award__list{width: 100%}
	.award__list li {padding: 0;width: calc((100% - 0px) / 1);}
	.brand__info img{ width: 100% }
	.contact__details .footer__submenu li a{letter-spacing: normal;}
}*/
/* portrait */

