/*
	Theme Name: pomo
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/*
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
*/

@font-face {
	font-family:'Bodoni-Antiqua-T-OT-Bold-Condensed_7644';
		src:url('fonts/Bodoni-Antiqua-T-OT-Bold-Condensed_7644.ttf');
		src:url('fonts/Bodoni-Antiqua-T-OT-Bold-Condensed_7644.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'Futura-LT-Heavy';
		src:url('fonts/Futura-LT-Heavy.ttf');
		src:url('fonts/Futura-LT-Heavy.ttf') format('truetype');
}



@font-face {
	font-family:'GreatVibes-Regular';
		src:url('fonts/GreatVibes-Regular.ttf');
		src:url('fonts/GreatVibes-Regular.ttf') format('truetype');
}

@font-face {
font-family: 'Megante';
font-style: normal;
font-weight: normal;
src: local('Megante'), url('megante.woff') format('woff'),
	url('megante.ttf') format('truetype');
}

@font-face {
font-family: 'abigail';
font-style: normal;
font-weight: normal;
src: local('abigail'), url('abigail.woff') format('woff'),
	url('abigail.otf') format('otf');
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	margin-top: 0px !important;
}
#ls-global {
    margin: 0 !important;
}
body {
	font-family: 'Quattrocento', serif;
	font-size:15px;
	color:#444;
}

body.page-id-527 {
	margin-top:75px;
}
 

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.mob-face-icon.cn-fa-icon {
    margin-top: 11px;
}

.hamburger_menu {
	position: fixed;
	top: 0;
	left: 0px;
	width: 290px;
	height: 100vh;
	background: #000;
	z-index: 10;
	overflow: auto;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: translateX(-450px);
	transform: translateX(-450px);
	-webkit-box-shadow:0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 6px rgba(0, 0, 0, 0.2); 
}
.showmenu .hamburger_menu {
	-webkit-transform: translateX(0px);
	transform: translateX(0px)
}
.hamburger_container1 {
	display: block;
	margin-left: 0px;
}
.hamburger_menu a {
    color: #fff;
}
.overlay {
	position: fixed;
	top: 0;
	right: 0px;
	width: 450px;
	height: 100vh;
	background: #d4ddda;
	z-index: 10;
	overflow-y:auto;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: translateX(450px);
	transform: translateX(450px);
	padding: 20px 45px;
}
.showmenu .overlay {
	-webkit-transform: translateX(0px);
	transform: translateX(0px)
}
.overlay .closebtn {
	position: absolute;
	right: 45px;
}

.hamburger_menu.active {
	left: 0;
}
.fs_menu_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9;
	background: rgba(255,255,255,0);
	pointer-events: none;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menuOne {
	width: 30px;
	height: 30px;
	position: relative;
	-webkit-transition: .1s;
	transition: .1s;
	display: inline-block;
}

.menuSeven {
	width: 35px;
	height: 39px;
	position: relative;
	float: left;
	top: 13px;
}
.menuSeven span {
    position: relative;
    -webkit-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    border-bottom: 2px solid;
    width: 25px;
    margin-bottom: 6px;
    display: block;
}
.hamburger_close {

    position: absolute;
    top: 10px;
    left: 30px;
    cursor: pointer;
    display: block;
    font-size: 50px;
    font-weight: normal;
	color: #BD9A60;

}
.hamburger_menu_content {
	padding-top: 85px;
	width: 100%;
	padding-right: 20px;
	text-align: left !important;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
    position: fixed;
    z-index: 999;
	width: 100%;
	padding: 15px 30px;
	top: 0px ! important;
}
/* logo */
.logo {
    float: left;
}
.logo img {
    width: 100%;
    max-width: 110px;
}
/* nav */
.nav {
    float: right;
    margin-left: 75px;
	display: flex;
}
.nav ul li {
    display: inline;
    margin-right: 25px;
}
.nav ul li a {
    color: #fff;
    font-size: 16px;
}
a{
	color: #fff;
}
a:hover{
    text-decoration: none;
}
.nav ul, .header-social-icons ul {
    padding-left: 0;
}
.od-btn {
    margin-left: 10px;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
.section  {
	background-image: url('/wp-content/uploads/2020/07/background.jpg');
	background-repeat: repeat;
	position: relative;
	display: table;
	width: 100%;
}

.mob-nav .nav {
    display: none;
    overflow: hidden;
}
.our-story.our-sty-tit-desc {
    padding: 3% 6%;
    color: #fff;
}
.section3 .our-story.our-sty-tit-desc {
    padding: 4% 2%;
    color: #fff;
}

.our-sty-sub-tite {
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.our-sty-desc {
    line-height: 22px;
}
.our-sty-button {
    margin-top: 35px;
}
.section5 .our-sty-button {
    margin-top: 100px;
}

.our-sty-title, .easy_testimonial_title {
    margin-bottom: 14px; 
	margin-top: 0;
    color: #BD9A60;
	font-size: 22px;
	font-weight: 800;
}
.section3 .our-sty-sub-tite , .section4 .our-sty-sub-tite{
    padding: 0px 0;
}
.testimonial_body {
    margin-top: 20px;
	line-height: 24px;	
}
.testimonial_author, .testimonial-other {
    padding-top: 10px;
	margin: 0px;
}
.our-sty-desc.we-care-desc p {
    margin-bottom: 20px;
    line-height: 24px;
}
blockquote.easy_testimonial{
	margin: 0 auto;
}
.our-sty-tit-desc p {
    line-height: 24px;
}
.we-care-desc{
	 line-height: 24px;
}
.our-sty-desc.we-care-desc p:last-child {
    margin-bottom: 0;
}
.our-sty-button a, .book-delev-fix-btn a {
    padding: 10px 20px!important;
    border: 1px solid #bd9a60;
    color: #bd9a60;
	font-weight: 800;
}

.section .our-sty-button a, .book-delev-fix-btn a {
    display: inline-block;
    min-width: 180px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.book-delivery a {
    text-align: center;
    padding: 12px 20px;
    border: 1px solid #bd9a60;
    background-color: #bd9a60;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
}
.slide1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center,center;
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
}

.whole-our-story {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    position: relative;
    top: 0px;
}

.whole-our-story.setofsdata {
	padding: 4% 0;
}

.section5 .our-story {
    min-height: 480px;
}


.section5 .setofsdata .our-story {
    min-height: 640px;
}

.our-story {
    width: 50%;
}

.our-story-image {
    width: 50%;
    height: 100%;
    position: absolute;
    
}
.our-story.our-sty-tit-desc.left-content {
    float: left;
}
.our-story.our-sty-tit-desc.right-content {
    float: right;
}
.our-story-image.right-image {
    right: 0;
	top: 0px;
}
.our-story-image.left-image {
   left: 0;
   top: 0;
}

.book-delivery {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    bottom: 12px;
    left: 0;
    z-index: 99;
}
.passion-overvire {
    display: inline-block;
    padding-right: 50px;
}
.open-since, .testimonial-client {
    font-size: 42px;
    font-family: "GreatVibes-Regular";
    font-weight: normal;
}
.open-since {
    padding: 0px 8px;
	margin-bottom: 12px;
}
.since-subtitle {
    font-size: 100px;
    margin-top: -30px;
    font-family: "Bodoni-Antiqua-T-OT-Bold-Condensed_7644";
    color: #BD9A60;
}
.since-desc {
    position: relative;
    top: -14px;
    padding: 0 8px;
}
.easy_t_single_testimonial .easy_testimonial_title, .testimonial-client {
    color: #BD9A60;
}
.testimonial-other {
    font-size: 15px;
    font-style: initial;
    position: relative;
    top: -4px;
}

.mc4wp-form-fields label {
	display: inline;
}
.mc4wp-form-fields input {
	color: #fff;
	background-color: #000;
	border-radius: 0px;
	border : 1px solid #000;
}

.mc4wp-form-fields input[type="email"] {
    width: 65%;
    float: left;
    padding: 0px 12px;
    color: #fff;
    margin-right: 15px;
	line-height: 38px;
}
input::placeholder {
	font-family: 'Quattrocento', serif;
	font-weight: normal;
	font-size: 14px;
}

input[type="submit"] {
    padding: 10px 20px;
    letter-spacing: 2px;
    background: #bd9a60;
    border: 1px solid #bd9a60;
    font-weight: 800;
}
.mc4wp-form-fields {
    margin: 20px 0;
}
label {
    display: block;
    margin-bottom: 0px;
}
.whole-find-us label, .whole-find-us .our-sty-button a{
	color: #BD9A60;
}
.whole-find-us label {
    font-size: 18px;
    font-weight: 600;
}
.whole-find-us a{
	color: #fff;
}


.tcs-privacy-policy {
    padding-top: 8px;
}
.address, .phone, .email, .opening-hours {
    margin-bottom: 12px;
	font-size: 16px;
}
.header {
    display: none !important;
}

.sticky {
	position: fixed;
	z-index: 1000;
	width: 100%; 
	background: #171310;
	padding: 10px 20px;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
	display: block;
	top:0;
	left:0;
}
.sticky.active {
    display: block;
	width: 100%;
}

.sticky.active {
    background-color: #171310;
}

.sidenav a {
  padding: 8px 8px 8px 30px;
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s;  
}
.sidenav a:hover {
  color: #BD9A60;
}
.closebtn {
    color: #BD9A60 !important;
    font-size: 36px !important;
}
.sticky-button.our-sty-button {
    float: right;
	margin-top:22px;
}

.nav-button.our-sty-button {
    padding: 0 25px;
    margin: 15px auto;
}
.nav-button.our-sty-button a {
    padding-left: 0;
    max-width: 200px;
    text-align: center;
}
.nav-wid {
    width: 33.333%;
    float: left;
}
.nav-menu-logo {
    text-align: center;
}
.nav-menu-logo img {
    width: 100%;
    max-width: 130px;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {
    width: unset !important;
    justify-content: unset !important;
    margin: 0 auto !important;
    background-color: none !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    max-width: 100%;
}
.glarry-img img {
    width: 100%;
    padding: 2px;
    max-width: 100%;
	height: auto !important ;
}

.glarry-img {
    width: 25%;
    float: left;
	cursor: pointer;
	height: auto !important ;
}

.mob-nav .nav ul li {
    display: block;
    list-style: none;
	margin-right: 0px;
	border-bottom: 1px solid #fff;
}
.mob-nav .nav ul li:last-child {
	border-bottom: none;
}
.mob-nav .nav ul li a {
    display: block;
    padding: 15px;
}
.mob-nav .nav {
    float: unset;
    margin-top: 25px;
	margin-left: 0px;
	width: 100%;
}
.mob-nav .nav ul {
    width: 100%;
    text-align: center;
    background: #bd9a60;
    margin: 12px 0;
	position: relative;
	z-index: 999;
}

.slide1 img{
	display:none;
}


@media only screen and (max-width:991px) {

	.our-story-image{
		height:auto!important;
	}
	.our-story-image.g-map iframe {
		height: 480px !important;
	}
.section5 .our-sty-button {
	margin-top:40px;
}
.section .our-sty-button {
	display:inline-block;
}
.section .our-sty-button a{
	min-width:165px;
}
}


@media only screen and (max-width:768px) {
body {
	margin-top:135px;
	overflow:auto!important;
}
body.home {
	margin-top:-45px;
}

body.page-id-527 {
	margin-top:140px;
}

}
@media only screen and (min-width:768px) and (max-width:1024px) {
body {
	margin-top:80px;
}
body.home {
	margin-top:17px;
}
}
@media only screen and (min-width:1025px) and (max-width:1140px) {
body {
	margin-top:60px;
}
body.home {
	margin-top:17px;
}
}
@media only screen and (max-width:1480px) and (min-width:1141px) {
body {
	margin-top:60px;
}


body.home {
	margin-top:17px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}


@media only screen and (max-width:480px) {
.section .our-sty-button, .section .our-sty-button a{
    width: 100%;
	margin:5px auto;
}
.mc4wp-form-fields input[type="email"] {
    width: 56%!important;
}

.our-story.right-image {
    min-height: 340px !important;
}
.our-story.our-sty-tit-desc {
    padding: 25% 6% 16% 6% !important;
}

}
/*@media only screen and (min-width:1001px) {
.mob-sticky-btn {
	display: none !important;
}*/
}
@media only screen and (min-width:769px) {
.book-delev-fix-btn {
    width: 100%;
    position: fixed;
    text-align: center;
    bottom: 11px;
    left: 0;
    z-index: 99;
    right: 0;
	display: none;
}
.book-delev-fix-btn a {
	border: 1px solid #bd9a60;
	background-color: #bd9a60;
	color: #fff;
	display:unset;
	float:none;
}
}
@media only screen and (max-width:768px) {
#main {
    margin-top: 145px;
}
.passion-overvire{
		padding-right: 0px !important;
}
.our-story.our-sty-tit-desc{
	padding: 40px 6%! important;
}

.section3 .our-sty-tit-desc{
	padding-top: 20px ;
	padding-bottom: 10px 
}

.slide1{
	background-position: center !important;
}


.book-delivery{
	z-index: 99;
	}
.whole-our-story {
	padding-top: 0px !important;
}

.since-subtitle{
	font-size: 40px !important;
	padding-bottom: 8px;
}
.open-since{
	font-size: 28px !important;
	padding-bottom: 8px !important;
}
.news {
    width: 100%;
    float: none;
}
.whole-news {
    width: 100% ! important;
	float: none !important;
}
.contact-name, .contact-name-last {
  width: 100% !important;
  float: unset !important;
}
.wpcf7-list-item-label {
  line-height: normal;
}
}

@media only screen and (max-width:991px) {
.our-story-image{
	width: 100% !important;
	position: unset !important;

}
.our-story.our-sty-tit-desc.left-content {
    float: none !important;
}
.our-story.our-sty-tit-desc.right-content {
    float: none !important;
}	
.our-story {
    width: 100% !important;
	min-height:350px;
	padding:8% 6%!important;
}	

.new-title h2 {
    font-size: 20px;
    line-height: 28px;
}
.dask-menu .nav ul {
    display: none;
}

.cn-fa-facebook.cn-fa-icon i{
	top: 0px !important;
}

.slide1 {
    position: unset!important;
}
.slide1 img{
	display:block;
}

.slide1.mbs img{
	display:none;
}

.slide1.mbs{
	height:300px;
}

.book-delivery {
    position: relative;
    clear: both;
    margin-top: 40px;
	margin-top: 20px;
}
.copyright {
    text-align: center;
}
.copyr {
    float: none;
}
.powd {
    text-align: none;
}
.g-map {
    position: relative !important;
}
.g-map iframe {
	height: 800px;
}
.whole-find-us {
    vertical-align: top;
}
.whole-our-story.setofsdata {
	padding: 0 !important;
}
.whole-our-story {
	vertical-align: top;
}
.map-img {
	top: 15% !important;
}

}
@media screen and (min-device-width:1001px) and (max-device-width:1239px) {
 .mob-face-icon.cn-fa-icon {
	margin-top:14px;
	position:absolute;
	right:220px
 }
 .od-btn {
	position:absolute;
	left:60px
 }
}
@media only screen and (max-width:1000px) {
.book-delev-fix-btn {
    display: none !important;
}
.mob-res-btn {
    display: none !important;
}
.mob-face-icon {
    display: block !important;
	float: right;
	margin-top: 16px;
}
.mob-sticky-btn {
    display: block !important;
    overflow: hidden;
    clear: both;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -10px;
	padding-top: 5px;
}
.mob-s-b a {
    padding: 10px;
    display: block;
}
.mob-s-f-b {
    background: #be9a5c;
}
.mob-s-f-b a {
    color: #fff;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 16px;
}
.mob-s-s-b a {
    color: #be9a5c;
    letter-spacing: 1px;
    font-size: 16px;
}
.mob-face-icon {
    position: absolute;
    right: 22px;
}
}

@media only screen and (max-width:840px) {
.mc4wp-form-fields input[type="email"] {
    width: 54%;
	margin-right:0;
}
}

@media only screen and (min-width:992px) {
.mob-nav {
    display: none !important;
}
.section  {
	min-height: 800px;
}
}
@media screen and (min-device-width: 769px) and (max-device-width: 1180px) { 
.whole-news {
    width: 50% !important;
}
}
.gallary-section.setofsdata{
	position:relative;	
	min-height:70px;
}
.gallary-section-inner{
	position:absolute;
	width:100%;
	left:0;
	top:0;
}
.cn-fa-facebook.cn-fa-icon {
    margin-top: 4px;
}

@media screen and (min-device-width: 1500px) and (max-device-width: 1720px) { 
.passion-overvire {
    padding-right: 45px;
}

.since-subtitle {
    font-size: 98px;
}
section.section3 .our-story.our-sty-tit-desc {
    padding: 0% 4%;
}

}

@media screen and (min-device-width: 1380px) and (max-device-width: 1500px) { 
.passion-overvire {
    padding-right: 30px;
}

.since-subtitle {
    font-size: 92px;
}
section.section3 .our-story.our-sty-tit-desc {
    padding: 0% 4%;
}

}

@media screen and (min-device-width: 1120px) and (max-device-width: 1380px) { 

.mc4wp-form-fields input[type="email"] {
    width: 60%;
}
.passion-overvire {
    padding-right: 30px;
}
.open-since {
    font-size: 32px;
}
.since-subtitle {
    font-size: 70px;
}
.since-desc {
    padding: 0 6px;
    font-size: 14px;
}

}

@media screen and (min-device-width: 991px) and (max-device-width: 1120px) { 

.mc4wp-form-fields input[type="email"] {
    width: 58%;
}

.passion-overvire {
    padding-right: 22px;
}
.open-since {
    font-size: 28px;
}
.since-subtitle {
    font-size: 60px;
}
.since-desc {
    padding: 0 4px;
    font-size: 14px;
}


}
.slick-slide .slick-active:focus {
    border: none !important;
}

.menu-pdf span {
    padding: 8px 8px 8px 30px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
	cursor: pointer;
}
.d-menu:hover, .menu-pdf span:hover {
    color: #BD9A60;
}
.d-menu img {
    vertical-align: baseline;
    width: 12px;
    margin-left: 5px;
}
.new-left-menu ul {
    margin: 0;
    padding: 0;
}
.new-left-menu ul li {
	list-style: none;
}
.sub-menu {
    display: none;
}
#menu-item-514 a::after {
    content: "";
    background: url("/wp-content/uploads/2020/10/down-arrow-black-triangular-variant-symbol.png");
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 130px;
	background-size: 12px;
background-repeat: no-repeat;
background-position: center;
}
.sub-menu li a::after {
    background: none !important;
}
/* for voucher*/
.voucher_list{display:none;}
.our-sty-button.parent-data a{
	background:url("/wp-content/uploads/2020/10/down-arrow-black-triangular-variant-symbol.png") right center no-repeat;
	background-position-x: 90%;
}
.our-sty-button a{
	text-transform: uppercase;
}
.vouture-list a {
    text-transform: uppercase;
}
/* for voucher*/

body.home .footer {
	margin-bottom: -4px;
}

.wpcf7-form.sent {
    width: 100%;
    padding-bottom: 8%;
}
.post-624 .coupon-activate .title h2,.post-956 .coupon-activate .title h2, .title h2  {
    margin-top: 6%;
    color: #bd9a60;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 52px;
}
.wpcf7-form input, .wpcf7-form input {
    padding: 18px !important;
    border-radius: 50px;
    border: 2px solid #e2e2e2;
    margin-bottom: 25px;
    font-weight: normal;
    width: 100% !important;
	text-transform: initial;
}
.wpcf7-file {
  background-color: #fff;
}
.wpcf7-form textarea {
    width: 100%;
    border: 2px solid #e2e2e2;
    border-radius: 5px;
    padding: 20px 0 0 20px;
	resize: none;
}
textarea:focus-visible, input:focus-visible, textarea:active, input:active, textarea:focus, input:focus {
	outline: none;
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7-form input[type="checkbox"] {
    width: 36px !important;
    height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #e2e2e2;
    background-color: #fff;
    vertical-align: middle;
    padding: 0 !important;
    outline: 0 !important;
    user-select: none;
    border-radius: 0;
    margin-bottom: 0;
    margin-right: 10px;
	margin-top: 5px;
	float: left;
}
.wpcf7-form input[type="checkbox"]:checked {
    background-image: url("/wp-content/uploads/2021/07/tick-off.png");
    background-size: contain;
}
.single-check label {
    display: inline-block;
    line-height: 28px;
    vertical-align: middle;
    font-size: 22px;
    font-weight: normal;
	float: right;
	width: 94%;
	word-break: break-word;
	word-wrap: break-word;
}
.cf7sr-g-recaptcha {
  margin-top: 20px;
}
.single-check label a {
	color: #716c66;
}
.wpcf7-list-item.first.last {
    line-height: 0;
    margin-top: 36px;
    margin-left: 0;
}
.single-check {
    margin-top: 40px;
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
}
.submit-btn {
    width: 100%;
    text-align: center;
	max-width: 250px;
	margin: 40px auto;
}

.post-624 .wpcf7-form input::placeholder, .post-624 .wpcf7-form textarea::placeholder {
	color: #444;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: normal;
}
.wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder { 
	color: #444!important;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: normal;
}
.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
	color: #444!important;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: normal;
}
.wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
	color: #444 !important;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: normal;
}
.wpcf7-form input:-moz-placeholder, .wpcf7-form textarea:-moz-placeholder {
	color: #444!important;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: normal;
}
.wpcf7-submit{
	padding: 12px 15px !important;
	text-align: center;
	
	border-radius: 50px;
	font-weight: normal;
	width: 190px;
	display: block;
}
.eq-but a {
    padding: 6px 40px;
    background: #897f72;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
}
textarea ::-webkit-input-placeholder {
	color: #444;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: normal;
}

textarea :-moz-placeholder {
	color: #444;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: normal;	
}
.eq-but{
	padding-top: 20px;
}
@media only screen and (max-width:822px) {
.single-check .wpcf7-list-item {
    float: left;
    width: 50px;
}
.single-check label {
    float: left;
    margin-left: 60px;
    margin-top: -35px;
}
}
.enq-but {
    margin-top: 24px;
}
